@import "common.css";
.section1 {
  position: relative;
  overflow: hidden;
}
.section1::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9.2rem;
  height: 100%;
  background-color: #f5f7fb;
}
.section1 .in_tit {
  position: absolute;
  width: 40%;
  top: 20%;
}
.section1 .left {
  width: 67%;
}
.section1 .left .font {
  width: 40%;
}
.section1 .left .font .tit {
  font-family: misans-medium;
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
}
.section1 .left .font .dec {
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
}
.section1 .left .btn {
  font-size: 16px;
  color: #e83428;
  display: inline-block;
  margin-top: 0.5rem;
}
.section1 .left .btn:hover .jticon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section1 .left .btn .jticon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/uploads/image/pimages/jticon1.png) no-repeat center;
  background-size: cover;
  margin-left: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section1 .left .imgbox {
  position: relative;
  width: 60%;
  padding-right: 0.5rem;
  overflow: hidden;
}
.section1 .right {
  width: 33%;
}
.section1 .tabli {
  position: relative;
  margin-top: 45px;
  cursor: pointer;
}
.section1 .tabli:first-child {
  margin-top: 0px;
}
.section1 .tabli.active .imgbox {
  border: solid 3px #e83428;
}
.section1 .tabli .imgbox {
  position: relative;
  width: 142px;
  height: 142px;
  border: solid 3px #ffffff;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 8px 56px 4px rgba(196, 196, 196, 0.24);
          box-shadow: 3px 8px 56px 4px rgba(196, 196, 196, 0.24);
}
.section1 .tabli .imgbox img {
  max-width: 50%;
}
.section1 .tabli .stit {
  width: calc(100% - 142px);
  padding-left: 25px;
}

.section2 {
  background-color: #003a74;
  overflow: hidden;
}
.section2 .in_tit .tit {
  color: #fff;
}
.section2 .in_tit .entit {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
.section2 .left {
  width: 48.5%;
  overflow: hidden;
}
.section2 .right {
  width: 51.5%;
  padding-left: 1rem;
  padding-right: 13.2%;
}
.section2 .right .rdec {
  font-size: 16px;
  line-height: 1.875;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
}
.section2 .ul {
  margin-bottom: 0.6rem;
}
.section2 .li {
  position: relative;
  margin-top: 0.5rem;
}
.section2 .li .iconbox {
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section2 .li .font {
  width: calc(100% - 70px - 35px);
  padding-left: 30px;
  margin-left: 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.section2 .li .font .tit {
  font-size: 0.26rem;
  color: #ffffff;
}
.section2 .li .font .dec {
  font-size: 18px;
  line-height: 1.67;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}

.section3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-bottom: 0px !important;
}
.section3 .bgm {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section3 .bgm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3 .noimg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.section3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(5, 20, 51, 0.5);
  z-index: 1;
}
.section3 .line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(/uploads/image/pimages/in-line.png) no-repeat top center;
  background-size: auto 100%;
}
.section3 .in_tit {
  width: 22%;
  position: absolute;
  top: 2.1rem;
}
.section3 .in_tit .entit {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
.section3 .in_tit .tit {
  color: #ffffff;
}
.section3 .pcbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section3 .pli {
  position: absolute;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section3 .pli:hover .imgbox .img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.section3 .pli:hover .imgbox::before {
  width: 12px;
  height: 12px;
}
.section3 .pli:hover .font {
  -webkit-transform: translatex(0.3rem);
          transform: translatex(0.3rem);
}
.section3 .pli:hover .font .dec {
  opacity: 1;
}
.section3 .pli:nth-child(even) {
  text-align: right;
}
.section3 .pli:nth-child(even) .font {
  -webkit-transform: translatex(0.2rem);
          transform: translatex(0.2rem);
}
.section3 .pli:nth-child(even):hover .font {
  -webkit-transform: translatex(-0.3rem);
          transform: translatex(-0.3rem);
}
.section3 .pli:nth-child(even) .font {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.section3 .pli:nth-child(even) .imgbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.section3 .pli:nth-child(1) {
  top: 8.2%;
  left: 54.7%;
}
.section3 .pli:nth-child(2) {
  top: 19.2%;
  left: 37%;
}
.section3 .pli:nth-child(3) {
  top: 29.5%;
  left: 47.5%;
}
.section3 .pli:nth-child(4) {
  top: 46.5%;
  left: 31.8%;
}
.section3 .pli:nth-child(5) {
  top: 52.5%;
  left: 55.2%;
}
.section3 .pli:nth-child(6) {
  top: 63%;
  left: 39%;
}
.section3 .pli:nth-child(7) {
  top: 78%;
  left: 53.5%;
}
.section3 .pli .imgbox {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.section3 .pli .imgbox .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
  opacity: 0;
  border: 10px solid #e83428;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.section3 .pli .imgbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.section3 .pli .font {
  margin-top: 25px;
  -webkit-transform: translatex(-0.2rem);
          transform: translatex(-0.2rem);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.section3 .pli .font .year {
  font-family: "misans-medium";
  font-size: 24px;
  color: #ffffff;
}
.section3 .pli .font .dec {
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.section3 .mobox {
  display: none;
  margin-top: 30px;
  padding-bottom: 40px;
}
.section3 .mobox .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section3 .mobox .simg {
  position: relative;
  width: 25%;
  overflow: hidden;
}
.section3 .mobox .simg img {
  width: 100%;
}
.section3 .mobox .font {
  width: 75%;
  padding-left: 20px;
}
.section3 .mobox .font .year {
  font-family: "misans-medium";
  font-size: 20px;
  color: #ffffff;
}
.section3 .mobox .font .dec {
  font-size: 14px;
  line-height: 1.875;
  color: #ffffff;
  margin-top: 5px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.section4 {
  position: relative;
  overflow: hidden;
  background:  no-repeat center !important;
  background-size: cover !important;
  padding-top: 80px;
}

.section5 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.section5 .top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section5 .in_tit {
  width: 50%;
  padding-right: 0.5rem;
}
.section5 .tabbox {
  width: 50%;
  margin-bottom: 20px;
}
.section5 .tabbox .tabli {
  width: 138px;
  height: 45px;
  line-height: 42px;
  font-size: 18px;
  border: solid 2px #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 23px;
  text-align: center;
  overflow: hidden;
  color: #666666;
  cursor: pointer;
  margin-right: 20px;
}
.section5 .tabbox .tabli:last-child {
  margin-right: 0px;
}
.section5 .tabbox .tabli.active {
  color: #e83428;
  background-color: #ffffff;
  border-radius: 23px;
  border: solid 2px #e83428;
}
.section5 .bot {
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.section5 .bot .imgbox {
  border-radius: 10px;
}
.section5 .blibox {
  overflow: hidden;
  display: none;
}
.section5 .blibox:first-child {
  display: block;
}
.section5 .bleft {
  width: 72%;
  padding-right: 1.25rem;
}
.section5 .bright {
  width: 28%;
  padding-top: 0.5rem;
}
.section5 .sli {
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.section5 .sli:last-child {
  border-bottom-color: transparent;
}
.section5 .sli .imgbox {
  width: 42%;
}
.section5 .sli .font {
  width: 58%;
  padding-left: 0.4rem;
}
.section5 .sli:hover .btn .jticon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section5 .font .time {
  font-size: 14px;
  color: #999999;
}
.section5 .font .tit {
  font-size: 24px;
  line-height: 1.58;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 15px;
}
.section5 .font .dec {
  font-size: 16px;
  color: #777777;
}
.section5 .font .btn {
  font-size: 16px;
  color: #e83428;
  margin-top: 40px;
}
.section5 .font .btn .jticon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/uploads/image/pimages/jticon1.png) no-repeat center;
  background-size: cover;
  margin-left: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section5 .rli .time {
  margin-top: 35px;
}
.section5 .rli:hover .btn .jticon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product1 {
  position: relative;
  padding-top: 1.4rem;
  overflow: hidden;
}
.product1 .top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product1 .in_stit {
  width: 63%;
}
.product1 .right {
  width: 37%;
}
.product1 .right .tit {
  font-family: misans-medium;
  font-size: 24px;
  color: #222222;
  margin-bottom: 5px;
}
.product1 .right .dec {
  position: relative;
  font-family: misans-regular;
  font-size: 17px;
  line-height: 1.76;
  color: #666666;
}
.product1 .right .dec p {
  position: relative;
  padding-left: 18px;
}
.product1 .right .dec p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 6px;
  height: 7px;
  background: url(/uploads/image/pimages/sjx1.png) no-repeat center;
  background-size: cover;
}
.product1 .bot {
  position: relative;
  background: url(/uploads/image/pimages/pro-bgm1.jpg) no-repeat center;
  background-size: cover;
}
.product1 .bot:hover .swiper-button-prev, .product1 .bot:hover .swiper-button-next {
  opacity: 1 !important;
}
.product1 .bot .imgbox {
  width: 100%;
  max-height: 638px;
}
.product1 .bot .line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.product1 .bot .btit {
  position: relative;
  z-index: 1;
  font-family: misans-medium;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.product1 .swiper-container {
  -webkit-transform: translatey(-32px);
          transform: translatey(-32px);
}
.product1 .swiper-button-prev {
  left: -62px;
  opacity: 0 !important;
}
.product1 .swiper-button-next {
  right: -62px;
  opacity: 0 !important;
}
.product1 .ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product1 .li {
  position: relative;
  width: 25%;
  padding: 0.25rem 0.45rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.product1 .li:last-child, .product1 .li:nth-child(4n) {
  border-right-color: transparent;
}
.product1 .li:nth-child(1) {
  padding-left: 0px;
}
.product1 .li:last-child {
  padding-right: 0px;
}
.product1 .li .txt {
  font-size: 17px;
  line-height: 1.76;
  color: #ffffff;
  margin-top: 15px;
}
.product1 .li .iconbox {
  position: relative;
  width: 60px;
  height: 60px;
}
.product1 .li .iconbox img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin: 0px;
}

.product2 {
  position: relative;
  padding-top: 1.3rem;
  overflow: hidden;
}
.product2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 700px;
  background: url(/uploads/image/pimages/pro-bgm2.jpg) no-repeat center;
  background-size: cover;
}
.product2 .in_stit {
  width: 48%;
  margin-bottom: -2.8rem;
}
.product2 .in_stit .dec {
  margin-top: 30px;
}
.product2 .swpbox:hover .swiper-button-prev,
.product2 .swpbox:hover .swiper-button-next {
  opacity: 1 !important;
}
.product2 .swiper-button-prev {
  left: 10%;
  opacity: 0 !important;
}
.product2 .swiper-button-next {
  right: 10%;
  opacity: 0 !important;
}

.product3 {
  position: relative;
  overflow: hidden;
  background: url(/uploads/image/pimages/pro-bgm3.jpg) no-repeat center top;
  background-size: cover;
  padding: 1.35rem 0;
}
.product3 .top {
  padding-left: 13.2%;
}
.product3 .left {
  width: 33.5%;
}
.product3 .left .font .tit {
  font-family: misans-medium;
  font-size: 24px;
  color: #222222;
  margin-bottom: 5px;
  margin-top: 30px;
}
.product3 .left .font .dec {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
.product3 .left .font .dec p {
  position: relative;
  padding-left: 20px;
}
.product3 .left .font .dec p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  top: 11px;
  width: 6px;
  height: 7px;
  background: url(/uploads/image/pimages/sjx1.png) no-repeat center;
  background-size: cover;
}
.product3 .right {
  width: 66.5%;
}
.product3 .right .bgm {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 1.6rem;
}
.product3 .right .bgm img {
  width: 100%;
}
.product3 .right .swiper-container {
  position: absolute;
  left: 0px;
  top: 70%;
  -webkit-transform: translatey(-70%);
          transform: translatey(-70%);
}
.product3 .right .swiper-pagination {
  display: none;
}
.product3 .bot .imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.product3 .bot .imgbox img {
  width: 100%;
}
.product3 .bot .font .tit {
  font-size: 24px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 5px;
}
.product3 .bot .font .dec {
  font-size: 16px;
  line-height: 1.6875;
  color: #666666;
}
.product3 .bot .swiper-pagination {
  display: none;
}

.case1 .ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case1 .li {
  position: relative;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 4.5%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
          box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
  border-radius: 10px;
}
.case1 .li:nth-child(2n) {
  margin-right: 0px;
}
.case1 .li:hover .btn .jticon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 20px;
}
.case1 .li .imgbox {
  position: relative;
  width: 39.5%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.case1 .li .imgbox img {
  width: 100%;
}
.case1 .li .font {
  width: 60.5%;
  padding-left: 0.35rem;
  padding-right: 20px;
}
.case1 .li .font .tit {
  font-size: 24px;
}
.case1 .li .font .dec {
  line-height: 1.75;
  color: #777777;
}
.case1 .li .font .btn {
  font-size: 16px;
  color: #e83428;
  margin-top: 0.5rem;
}
.case1 .li .font .btn .jticon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/uploads/image/pimages/jticon1.png) no-repeat center;
  background-size: cover;
  margin-left: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.service1 .ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service1 .li {
  position: relative;
  width: 32.2%;
  margin-right: 1.7%;
  margin-top: 1.7%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
          box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
  padding: 0.6rem 0.25rem;
  border-radius: 22px;
}
.service1 .li:nth-child(3n) {
  margin-right: 0px;
}
.service1 .li:nth-child(1), .service1 .li:nth-child(2), .service1 .li:nth-child(3) {
  margin-top: 0px;
}
.service1 .li::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 6px;
  width: 0%;
  background: #e63428;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service1 .li:hover::before {
  width: 100%;
  left: 0px;
}
.service1 .li:hover .iconbox {
  background-color: #e83328;
}
.service1 .li:hover .iconbox img {
  max-width: 60%;
}
.service1 .li:hover .iconbox .himg {
  opacity: 1;
}
.service1 .li:hover .iconbox .img {
  opacity: 0;
}
.service1 .li .iconbox {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 50%;
}
.service1 .li .iconbox .himg {
  opacity: 0;
}
.service1 .li .iconbox .img {
  opacity: 1;
}
.service1 .li .font {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.service1 .li .font .tit {
  font-family: misans-medium;
  font-size: 24px;
  color: #222222;
  margin-bottom: 5px;
}
.service1 .li .font .dec {
  font-size: 18px;
  line-height: 1.67;
  color: #888888;
}
.service1 .sli {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0.6rem 0.25rem;
  border-radius: 22px;
}

.service2 {
  position: relative;
  overflow: hidden;
  background: url(/uploads/image/pimages/co-bgm1.jpg) no-repeat center;
  background-size: cover;
}
.service2 .ul {
  position: relative;
  margin-top: 10px;
  padding: 0 2.4rem;
}
.service2 .libox .li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 2%;
  margin-top: 2%;
}
.service2 .libox .li:last-child {
  margin-right: 0px;
}
.service2 .libox .li .icon-jt {
  font-size: 16px;
  color: #4e535c;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.service2 .libox .li input,
.service2 .libox .li textarea {
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
  height: 72px;
  color: #323333;
}
.service2 .libox .li .select {
  cursor: pointer;
}
.service2 .libox .li textarea {
  height: 142px;
}
.service2 .libox .li .itembox {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f5f6f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  border-bottom: 1px solid #dedede;
  display: none;
}
.service2 .libox .li .itemli {
  font-size: 16px;
  color: #323333;
  padding: 15px 20px;
  border-top: 1px solid #dedede;
  cursor: pointer;
}
.service2 .libox .li .itemli.active {
  color: #ffffff;
  background-color: #e83428;
}
.service2 .libox .li .itemli:hover {
  color: #e83428;
}
.service2 .libox .dec {
  font-size: 14px;
  color: #b7b7b7;
  margin: 20px 0px;
}
.service2 .libox .dec a {
  color: #5e5e5e;
}
.service2 .libox .dec a:hover {
  color: #e83428;
}
.service2 .libox .code {
  position: relative;
  background-color: #f4f5f7;
  border-radius: 6px;
  overflow: hidden;
  width: 210px;
  padding: 0 15px;
  line-height: 48px;
  margin-right: 10px;
}
.service2 .libox .code .tit {
  width: calc(100% - 100px);
  color: #333333;
}

.contact1 .swiper-container {
  overflow: visible;
}
.contact1 .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact1 .swiper-slide {
  width: 48.5%;
  margin-right: 3%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
          box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
}
.contact1 .swiper-slide:last-child {
  margin-right: 0px;
}
.contact1 .imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.contact1 .imgbox img {
  width: 100%;
}
.contact1 .font {
  position: relative;
  padding: 0.5rem;
}
.contact1 .font .tit {
  font-size: 24px;
  color: #222222;
}
.contact1 .font .line {
  width: 61px;
  height: 3px;
  background-color: #e83428;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.contact1 .font .dec {
  font-size: 18px;
  line-height: 1.67;
  color: #666666;
}
.contact1 .bot {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
          box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0.08);
  border-radius: 15px;
  margin-top: 40px;
}
.contact1 .bli {
  position: relative;
  margin-right: 0.7rem;
}
.contact1 .bli:last-child {
  margin-right: 0px;
}
.contact1 .bli .ewm {
  position: relative;
  width: 170px;
  height: 170px;
  margin-right: 30px;
}
.contact1 .bli .ewm::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 1px;
  height: 86%;
  background: #e6e6e6;
}
.contact1 .bli .font {
  margin-left: 30px;
  padding: 0px;
}
.contact1 .bli .font .dec {
  color: #222222;
}

.new1 .tabbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new1 .tabbox .tabli {
  margin-right: 22px;
  display: block;
  width: 138px;
  height: 45px;
  line-height: 41px;
  overflow: hidden;
  font-size: 18px;
  color: #666666;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 23px;
  border: solid 2px #f5f5f5;
}
.new1 .tabbox .tabli:last-child {
  margin-right: 0px;
}
.new1 .tabbox .tabli:hover {
  color: #e83428;
}
.new1 .tabbox .tabli.active {
  font-family: misans-medium;
  color: #e83428;
  background-color: #ffffff;
  border: solid 2px #e83428;
}
.new1 .top {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 10px;
  padding: 0.36rem;
  border: solid 1px #f3f3f3;
  margin-top: 60px;
}
.new1 .top:hover .font .btn .jticon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.new1 .top .font {
  width: 54%;
  padding-left: 0.75rem;
}
.new1 .top .font .tit {
  font-family: misans-medium;
  font-size: 0.36rem;
  line-height: 1.4;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 20px;
}
.new1 .top .imgbox {
  position: relative;
  width: 46%;
  overflow: hidden;
  border-radius: 10px;
}
.new1 .top .imgbox img {
  width: 100%;
}
.new1 .font .time {
  font-size: 14px;
  color: #999999;
}
.new1 .font .tit {
  font-size: 24px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 10px;
}
.new1 .font .dec {
  font-size: 16px;
  line-height: 1.72;
  color: #777777;
  margin-bottom: 0.4rem;
}
.new1 .font .btn {
  font-size: 16px;
  color: #e83428;
}
.new1 .font .btn .jticon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/uploads/image/pimages/jticon1.png) no-repeat center;
  background-size: cover;
  margin-left: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.new1 .bot {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.new1 .link {
  padding: 0.36rem;
  display: block;
  width: 31.53%;
  margin-right: 2.7%;
  margin-top: 5.5%;
  border-radius: 10px;
  border: solid 1px #f3f3f3;
}
.new1 .link:nth-child(3n) {
  margin-right: 0px;
}
.new1 .link:hover .font .btn .jticon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.new1 .link .imgbox {
  width: 100%;
  max-height: 240px;
  border-radius: 10px;
  margin-bottom: 35px;
}

.neinfo1 {
  padding-top: 160px;
  padding-bottom: 75px;
  background-color: #f6f6f6;
}
.neinfo1 .time {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 15px;
}
.neinfo1 .tit {
  font-family: misans-medium;
  color: #333333;
}

.neinfo2 .list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1.4rem;
  padding-right: 3.35rem;
}
.neinfo2 .bshare_custom {
  width: 50px;
  position: sticky;
  top: 100px;
  left: 0px;
}
.neinfo2 .right {
  width: calc(100% - 50px);
  padding-left: 50px;
}
.neinfo2 .cont {
  font-size: 18px;
  line-height: 1.67;
  color: #666666;
}
.neinfo2 .cont p {
  margin: 35px 0;
}
.neinfo2 .cont p:first-child {
  margin-top: 0px;
}
.neinfo2 .cont img {
  margin: 45px 0;
}
.neinfo2 .btnbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.neinfo2 .nlick {
  position: relative;
  width: 110px;
  height: 49px;
  line-height: 47px;
  text-align: center;
  display: block;
  margin-right: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ececec;
}
.neinfo2 .nlick:last-child {
  margin-right: 0px;
}
.neinfo2 .nlick:hover {
  color: #ffffff;
  background: #e83428;
}

.neinfo3 {
  background-color: #f8f8f8;
}
.neinfo3 .link {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
}
.neinfo3 .swiper-container {
  margin-top: 50px;
}
.neinfo3 .swiper-pagination {
  display: none;
}

.research1 {
  background-color: #f8fafb;
}
.research1 .ul {
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.research1 .li {
  position: relative;
  margin-right: 0.75rem;
}
.research1 .li:last-child {
  margin-right: 0px;
}
.research1 .iconbox {
  position: relative;
  z-index: 1;
  width: 87px;
  height: 87px;
  background-color: #004982;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.research1 .font {
  position: relative;
  width: 233px;
  height: 233px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -26px;
}
.research1 .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  padding: 15px;
  text-align: center;
}
.research1 .txt .tit {
  font-family: misans-bold;
  font-size: 0.3rem;
  line-height: 1;
  color: #004982;
}
.research1 .txt .tit span {
  font-family: misans-medium;
  font-size: 0.52rem;
}
.research1 .txt .dec {
  font-size: 20px;
  color: #666666;
  margin-top: 5px;
}

.research2 .swiper-container {
  margin-top: 60px;
}
.research2 .swiper-slide {
  background-color: #7a8b9b;
}
.research2 .swiper-slide:hover .dec1 {
  color: rgba(255, 255, 255, 0.85) !important;
}
.research2 .swiper-slide-active {
  background-color: #003a74;
}
.research2 .swiper-pagination {
  display: none;
}
.research2 .imgbox {
  position: relative;
  width: 37.5%;
  overflow: hidden;
}
.research2 .imgbox img {
  width: 100%;
}
.research2 .font {
  width: 62.5%;
  padding: 0.3rem 0.6rem;
}
.research2 .font .tit {
  font-family: misans-medium;
  font-size: 0.3rem;
  color: #fff;
}
.research2 .font .dec {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
}
.research2 .font .line {
  width: 100%;
  height: 1px;
  margin: 25px auto;
  background: rgba(255, 255, 255, 0.1);
}
.research2 .font .dec1 {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}
.research2 .swiper-button-prev,
.research2 .swiper-button-next {
  border: solid 1px #e7e7e7;
}
.research2 .swiper-button-prev:hover,
.research2 .swiper-button-next:hover {
  border: solid 1px #e83428;
}
.research2 .swiper-button-prev {
  left: 23%;
}
.research2 .swiper-button-next {
  right: 23%;
}

.research3 {
  background: url(/uploads/image/pimages/re-bgm1.jpg) no-repeat center center;
  background-size: 100%;
  padding-bottom: 1.4rem;
}
.research3 .piclist li {
  margin: 0 8px;
  padding: 8px 0;
  float: left;
  display: inline;
  text-align: center;
}
.research3 .piclist .spic {
  position: relative;
  width: 190px;
  height: 119px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.24);
          box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.24);
  border-radius: 6px;
}
.research3 .left {
  padding-top: 40px;
  overflow: hidden;
}
.research3 .right {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.research4 {
  position: relative;
  overflow: hidden;
  background-color: #f6f8f9;
}
.research4 .swiper-container {
  width: 83%;
  padding: 50px 0;
}
.research4 .swiper-slide {
  overflow: hidden;
}

@media screen and (max-width: 1599px) {
  .headfixed .headfixed_show {
    padding: 0 7.5%;
  }
  .section2 .right {
    padding-right: 7.5%;
  }
  .product3 .top {
    padding-left: 7.5%;
  }
  #search_form {
    right: 7.5%;
  }
  .section2 .li .iconbox {
    width: 50px;
    height: 50px;
  }
  .section2 .li .iconbox img {
    max-width: 40px;
  }
  .section2 .li .font {
    width: calc(100% - 50px - 25px);
    padding-left: 20px;
    margin-left: 25px;
  }
  .section1 .tabli .imgbox {
    width: 120px;
    height: 120px;
  }
  .section1 .tabli .stit {
    width: calc(100% - 120px);
  }
  .section1 .tabli {
    margin-top: 30px;
  }
  .in_tit .tit, .in_tit1 .tit,
  .inner_swiper .swiper_tit {
    font-size: 32px;
  }
  .morebox,
  .section2 .li .font .dec {
    font-size: 16px;
  }
  .section2 .li {
    margin-top: 0.3rem;
  }
  .section5 .font .tit,
  .section1 .left .font .tit,
  .section3 .pli .font .year,
  .new1 .font .tit,
  .product3 .bot .font .tit,
  .product1 .right .tit,
  .product1 .bot .btit,
  .product3 .left .font .tit,
  .case1 .li .font .tit,
  .section2 .li .font .tit,
  .service1 .li .font .tit,
  .contact1 .font .tit {
    font-size: 22px;
  }
  .footer .footer_subtit a {
    font-size: 20px;
  }
  .footer .foot-bot {
    padding-left: 2.65rem;
  }
  .section3 .pli .font .dec {
    font-size: 14px;
  }
  .neinfo3 .swiper-container {
    margin-top: 30px;
  }
  .product1 .in_stit {
    width: 60%;
  }
  .product1 .right {
    width: 40%;
  }
}
@media screen and (max-width: 1439px) {
  .headfixed .headfixed_show {
    padding: 0 5%;
  }
  .section2 .right {
    padding-right: 5%;
  }
  .product3 .top {
    padding-left: 5%;
  }
  .product2 .swiper-button-prev {
    left: 5%;
  }
  .product2 .swiper-button-next {
    right: 5%;
  }
  .product1 .swiper-button-prev {
    left: -5px;
  }
  .product1 .swiper-button-next {
    right: -5px;
  }
  #search_form {
    right: 5%;
  }
  .research3 .piclist .spic {
    height: 100px;
  }
  .research3 .piclist .spic img {
    max-width: 80%;
  }
  .section2 .left {
    height: 720px;
  }
  .section2 .left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_swiper .swiper_ftimg img {
    max-width: 400px;
  }
  .section1 .in_tit {
    top: 14%;
  }
  .inner_swiper .swiper_fontlist {
    margin-top: -30px;
  }
  .neinfo2 .list {
    padding: 0 2rem;
  }
  .product1 .li .iconbox {
    width: 50px;
    height: 50px;
  }
  .product1 .li .iconbox img {
    max-width: 50px;
  }
  .product1 .li .txt,
  .contact1 .font .dec {
    font-size: 16px;
  }
  .product1 .swiper-container {
    width: 90%;
  }
  .product3 .right .swiper-container .imgbox img {
    max-width: 80%;
  }
  .research2 .font .tit {
    font-size: 24px;
  }
  .research2 .font .dec,
  .research1 .txt .dec {
    font-size: 18px;
  }
  .research2 .font .dec1 {
    font-size: 15px;
  }
  .research2 .font {
    padding: 0.1rem 0.35rem;
  }
  .service1 .li .font .dec {
    font-size: 16px;
  }
  .service1 .li .iconbox {
    width: 40px;
    height: 40px;
  }
  .service1 .li .font {
    width: calc(100% - 40px);
    padding-left: 15px;
  }
  .service2 .libox .li input {
    height: 60px;
  }
  .service2 .libox .li textarea {
    height: 140px;
  }
  .contact1 .font .line {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1359px) {
  .footer .footer_subtit a {
    font-size: 18px;
  }
  .footer .footer_subnav a,
  .footer .foot-copy, .footer .foot-copy a, .footer .foot-rtlink, .footer .foot-rtlink a {
    font-size: 14px;
  }
  .footer .foot-bot {
    padding-left: 2.95rem;
  }
  .section5 .bot {
    margin-top: 0px;
  }
  .headfixed .menu_list {
    width: 80.5%;
  }
  .headfixed .menu_pcul {
    padding-right: 0.8rem;
  }
  .new1 .top .font .tit {
    font-size: 24px;
  }
  .new1 .font .tit {
    font-size: 20px;
  }
  .new1 .top {
    margin-top: 35px;
  }
  .in_stit .tit {
    font-size: 26px;
  }
  .product1 .swiper-container {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  .in_stit .line {
    margin-bottom: 15px;
  }
  .product1 .li .iconbox {
    width: 40px;
    height: 40px;
  }
  .product1 .li .iconbox img {
    max-width: 40px;
  }
  .research2 .font .tit {
    font-size: 22px;
  }
  .research2 .swiper-container,
  .research1 .ul {
    margin-top: 30px;
  }
  .research1 .font {
    width: 200px;
    height: 200px;
  }
  .research1 .iconbox {
    width: 72px;
    height: 72px;
  }
  .research1 .iconbox img {
    max-width: 40px;
  }
  .in_tit .dec, .in_tit1 .dec,
  .research2 .font .dec,
  .research1 .txt .dec {
    font-size: 16px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  .research2 .font .line {
    margin: 15px auto;
  }
  .research4 .swiper-container {
    padding: 25px 0 30px 0;
  }
  .service1 .li .font .tit {
    font-size: 20px;
  }
  .service1 .li .font .dec {
    font-size: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .section1 .tabli .imgbox {
    width: 100px;
    height: 100px;
  }
  .research3 .left {
    padding-top: 30px;
  }
  .section5 .font .tit, .section1 .left .font .tit, .section3 .pli .font .year,
  .section2 .li .font .tit,
  .product3 .bot .font .tit, .product1 .right .tit, .product1 .bot .btit, .product3 .left .font .tit {
    font-size: 20px;
  }
  .in_tit .dec, .in_tit1 .dec {
    font-size: 16px;
  }
  .section4,
  .section5 {
    padding-top: 60px;
  }
  .neinfo3 .swiper-container {
    margin-top: 20px;
  }
  .in_stit .tit {
    font-size: 24px;
  }
  .swiper-button-next, .swiper-button-prev {
    font-size: 22px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .product3 .right .swiper-container .imgbox img {
    max-width: 70%;
  }
  .research2 .swiper-button-prev {
    left: 18.5%;
  }
  .research2 .swiper-button-next {
    right: 18.5%;
  }
}
@media screen and (max-width: 1151px) {
  .footer .footer_menu {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer_menu li {
    width: 33.333%;
    margin-bottom: 20px;
  }
  .footer .footer_subnav {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: none;
  }
  .headfixed .logo img,
  .footer .logo img {
    max-width: 120px;
  }
  .headfixed .menu_pcul li > a {
    font-size: 16px;
  }
  .footer .foot-bot {
    padding: 10px 0;
  }
  .footer .foot_top {
    padding-bottom: 20px;
  }
  .banner_swiper .swiper_ftimg img {
    max-width: 350px;
  }
  .section2 .left {
    height: 660px;
  }
  .footer .ewmbox {
    width: 50%;
  }
  .footer .ewm {
    width: auto;
  }
  .new1 .top .font .tit {
    font-size: 22px;
  }
  .new1 .bot {
    margin-bottom: 30px;
  }
  .neinfo2 .list {
    padding: 0 1rem;
  }
  .neinfo2 .cont p {
    margin: 20px 0;
  }
  .neinfo2 .cont img {
    margin: 25px 0;
  }
  .bshare_custom a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
  }
  .bshare_custom a.icon-twitter {
    font-size: 18px;
  }
  .product1 .li {
    padding: 0.5rem 0.45rem;
  }
  .in_stit .entit {
    font-size: 14px;
  }
  .in_stit .dec,
  .product1 .right .dec,
  .product3 .left .font .dec,
  .contact1 .font .dec {
    font-size: 15px;
  }
  .in_stit .dec p {
    display: inline;
  }
  .research1 .txt .tit span {
    font-size: 32px;
  }
  .research1 .txt .tit {
    font-size: 18px;
  }
  .research1 .font {
    width: 170px;
    height: 170px;
  }
  .research1 .iconbox {
    width: 60px;
    height: 60px;
  }
  .research1 .iconbox img {
    max-width: 30px;
  }
  .case1 .li .font .tit,
  .contact1 .font .tit {
    font-size: 20px;
  }
  .service1 .li {
    width: 49.1%;
    padding: 40px 25px;
  }
  .service1 .li:nth-child(3n) {
    margin-right: 1.7%;
  }
  .service1 .li:nth-child(3n) {
    margin-top: 1.7%;
  }
  .service1 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .contact1 .font .line {
    width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section1 .list,
  .section2,
  .section5 .top,
  .section5 .bli,
  .product3 .top,
  .case1 .li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .headfixed .btn_list,
  .section1 .left,
  .section1 .right,
  .section2 .left,
  .section2 .right,
  .section5 .in_tit,
  .section5 .tabbox,
  .section5 .bleft,
  .section5 .bright,
  .footer .ewmbox,
  .footer .logo,
  .product1 .in_stit,
  .product1 .right,
  .product2 .in_stit,
  .product3 .left,
  .product3 .right,
  .research4 .swiper-container,
  .case1 .li .imgbox,
  .case1 .li .font {
    width: 100%;
  }
  .headfixed .menu_pcul,
  .headfixed .logo .wimg,
  .section1 .tabli .stit,
  .section3 .pcbox,
  .section3::after {
    display: none !important;
  }
  .btn_phone,
  .headfixed .logo .img,
  .section3 .mobox,
  .product3 .bot .swiper-pagination {
    display: block !important;
  }
  .neinfo2 .list {
    padding: 0px;
  }
  .section5 .bleft {
    padding-right: 0px;
  }
  .headfixed {
    background: #fff;
  }
  .headfixed .headfixed_show {
    padding: 15px 5%;
  }
  .language .language_text {
    color: #80848b;
    border: 1px solid rgba(213, 213, 213, 0.5);
  }
  .btn_search {
    color: #80848b;
    border: 1px solid rgba(213, 213, 213, 0.5);
  }
  .language {
    margin: 0 1rem;
  }
  .banner {
    margin-top: 70px;
  }
  .banner_swiper .swiper_ftimg img {
    max-width: 280px;
  }
  .banner_swiper .swiper_tit {
    font-size: 32px;
  }
  .section1 .in_tit {
    position: relative;
    width: 100%;
    top: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .section1 .right {
    position: relative;
    z-index: 3;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -7rem;
  }
  .section1 .tabli {
    margin-top: 0px;
    margin-right: 1rem;
  }
  .section1 .tabli:last-child {
    margin-right: 0px;
  }
  .section1 .left .font .dec {
    margin-top: 10px;
  }
  .section1 .left .font {
    width: 45%;
    margin-top: -4rem;
  }
  .section1 .left .imgbox {
    padding-right: 0px;
    width: 55%;
  }
  .section1 .left .btn,
  .section5 .font .btn,
  .new1 .font .btn,
  .case1 .li .font .btn {
    font-size: 14px;
  }
  .section1 .left .btn .jticon,
  .morebox .jticon,
  .section5 .font .btn .jticon,
  .new1 .font .btn .jticon,
  .case1 .li .font .btn .jticon {
    width: 11px;
    height: 11px;
  }
  .in_tit .entit {
    font-size: 36px;
  }
  .morebox {
    width: 160px;
    line-height: 46px;
  }
  .section1 .tabli .imgbox {
    width: 80px;
    height: 80px;
  }
  .section1 .left .imgbox img {
    max-width: 85%;
  }
  .section2 .right {
    padding: 40px 5% 60px 5%;
  }
  .section3 {
    height: auto;
    padding: 2.2rem 0;
  }
  .section3 .in_tit {
    width: 100%;
    position: relative;
    top: auto;
    text-align: center;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .section2 .left {
    height: 320px;
  }
  .research3 .piclist .spic {
    width: 120px;
    height: 80px;
  }
  .research3 .piclist .spic img {
    max-width: 46%;
  }
  .research3 .left {
    padding-top: 15px;
  }
  .language .language_text {
    position: relative;
    z-index: 1;
  }
  .in_tit .tit, .in_tit1 .tit, .inner_swiper .swiper_tit {
    font-size: 30px;
  }
  .in_tit .entit {
    font-size: 32px;
  }
  .section5 .in_tit {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .section5 .tabbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section5 .tabbox .tabli {
    font-size: 16px;
  }
  .section5 .rli {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section5 .rli .imgbox {
    width: 42%;
  }
  .section5 .rli .font {
    width: 58%;
  }
  .section5 .font .btn {
    margin-top: 20px;
  }
  .section5 .sli .font,
  .section5 .rli .font {
    padding-left: 20px;
  }
  .section5 .sli:last-child {
    border-bottom-color: #e8e8e8;
  }
  .section5 .sli,
  .section5 .bright {
    padding: 25px 0;
  }
  .section5 .rli .time {
    margin-top: 0px;
  }
  .section5 .font .tit {
    margin-bottom: 10px;
  }
  .footer .foot_top {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .footer .ewmbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .footer .foot-copy, .footer .foot-copy a, .footer .foot-rtlink, .footer .foot-rtlink a {
    text-align: center;
  }
  .section2 .li,
  .product1 .right {
    margin-top: 30px;
  }
  .section2 .ul {
    margin-bottom: 40px;
  }
  .inner_swiper svg {
    margin-bottom: -0.9rem;
  }
  .inner_swiper .swiper_fontlist {
    margin-top: -55px;
  }
  .new1 .tabbox .tabli {
    font-size: 16px;
  }
  .new1 .font .dec {
    font-size: 15px;
  }
  .new1 .top .font .tit {
    font-size: 20px;
  }
  .new1 .font .tit {
    font-size: 18px;
  }
  .new1 .link .imgbox,
  .new1 .font .dec,
  .new1 .font {
    margin-bottom: 10px;
  }
  .new1 .font .tit {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .new1 .top {
    margin-top: 25px;
  }
  .new1 .top .font .tit {
    margin: 10px auto;
  }
  .neinfo2 .right {
    padding-left: 30px;
  }
  .neinfo2 .cont {
    font-size: 16px;
  }
  .product1 .li {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .product1 .li:nth-child(2n) {
    border-right-color: transparent;
    padding-right: 0px;
  }
  .product1 .li:nth-child(2n-1) {
    padding-left: 0px;
  }
  .product2 .in_stit .dec,
  .product3 .left .font .tit {
    margin-top: 20px;
  }
  .in_stit .line {
    width: 40px;
  }
  .product2 .in_stit {
    margin-bottom: -1.5rem;
  }
  .product3 .right {
    margin-top: 30px;
  }
  .product3 .right .bgm {
    padding-left: 3.6rem;
  }
  .product3 .right .swiper-container .imgbox img {
    margin: 0px;
  }
  .product3 .bot .font .dec {
    font-size: 15px;
  }
  .product3 .bot .swiper-container {
    padding-bottom: 30px;
  }
  .research2 .swiper-button-next {
    right: 5.5%;
  }
  .research2 .swiper-button-prev {
    left: 5.5%;
  }
  .case1 .li .imgbox {
    border-radius: 10px 10px 0px 0px;
  }
  .case1 .li .font {
    padding: 30px 20px;
  }
  .service1 .li {
    padding: 35px 15px;
  }
  .service2 .ul {
    padding: 0px;
  }
  .service1 .li .iconbox {
    width: 30px;
    height: 30px;
  }
  .service1 .li .font {
    width: calc(100% - 30px);
  }
  .service1 .li::before {
    height: 4px;
  }
  .contact1 .bli .ewm {
    width: 110px;
    height: 110px;
    margin-right: 20px;
  }
  .contact1 .bli .ewm::before {
    right: -15px;
  }
  .contact1 .bli .font {
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .section1 .swiper-slide,
  .research2 .swiper-slide,
  .service2 .libox,
  .contact1 .bot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section1 .left .font,
  .section1 .left .imgbox,
  .section1 .right,
  .new1 .top .imgbox,
  .new1 .top .font,
  .new1 .link,
  .neinfo2 .bshare_custom,
  .neinfo2 .right,
  .research2 .font,
  .case1 .li,
  .service1 .li,
  .contact1 .bli {
    width: 100%;
  }
  #search_form {
    width: 90%;
  }
  .language .language_text em.icon-wz,
  .banner .pub-pbanner {
    display: none;
  }
  .banner .pub-mbanner,
  .banner .swiper-img::before,
  .neinfo3 .swiper-pagination,
  .research2 .swiper-pagination {
    display: block;
  }
  .new1 .link,
  .case1 .li,
  .service1 .li {
    margin-right: 0px;
  }
  .new1 .top .font,
  .neinfo2 .right {
    padding-left: 0px;
  }
  .headfixed .logo img, .footer .logo img {
    max-width: 95px;
  }
  .service1 .li {
    margin-top: 15px !important;
  }
  .case1 .li {
    margin-bottom: 25px;
  }
  .language {
    width: 100px;
    height: 36px;
    margin: 0 0.35rem;
  }
  .language .language_text {
    font-size: 15px;
  }
  .language .language_text span {
    margin-left: 0px;
    margin-right: 5px;
  }
  .btn_search {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .banner {
    margin-top: 66px;
  }
  .banner_swiper .swiper_ftimg img {
    max-width: 200px;
  }
  .banner_swiper .swiper_tit {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .in_tit .entit {
    font-size: 28px;
    margin-bottom: -0.3rem;
  }
  .in_tit .tit, .in_tit1 .tit, .inner_swiper .swiper_tit {
    font-size: 24px;
  }
  .in_tit .dec, .in_tit1 .dec {
    font-size: 15px;
    margin-top: 2px;
  }
  .section1 .left .imgbox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section1 .left .font {
    margin-top: 10px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section1 .right {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section1 .tabli .imgbox {
    width: 66px;
    height: 66px;
  }
  .section1 .tabli {
    margin-right: 0.5rem;
  }
  .section1 .left .imgbox img {
    max-width: 50%;
  }
  .section1 .left .font .dec,
  .section2 .right .rdec,
  .morebox, .section2 .li .font .dec,
  .section5 .font .dec,
  .product1 .li .txt,
  .product3 .bot .font .dec,
  .product1 .right .dec, .product3 .left .font .dec {
    font-size: 14px;
  }
  .section5 .font .tit {
    font-size: 16px;
  }
  .section1 .left .font .tit, .section3 .pli .font .year, .section2 .li .font .tit,
  .product3 .bot .font .tit {
    font-size: 18px;
  }
  .section1 .left .btn {
    margin-top: 20px;
  }
  .section2 .right .rdec {
    margin-top: 5px;
  }
  .section2 .li .iconbox {
    width: 40px;
    height: 40px;
  }
  .section2 .li .font {
    width: calc(100% - 40px - 15px);
    padding-left: 15px;
    margin-left: 15px;
  }
  .section2 .li .iconbox img {
    max-width: 32px;
  }
  .section3 .mobox .font {
    padding-left: 15px;
  }
  .section3 .mobox {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .section3 {
    padding: 1.1rem 0 !important;
  }
  .section2 .left {
    height: 230px;
  }
  .section5 .tabbox .tabli {
    width: 100px;
    margin-right: 15px;
  }
  .section4, .section5 {
    padding-top: 35px;
  }
  .section4 {
    padding-bottom: 40px;
    background: #f5f9fb !important;
  }
  .section5 .tabbox .tabli {
    font-size: 15px;
    height: 38px;
    line-height: 36px;
  }
  .section5 .in_tit {
    margin-bottom: 18px;
  }
  .section5 .font .tit {
    margin-bottom: 5px;
    margin-top: 2px;
    -webkit-line-clamp: 1;
  }
  .section5 .font .btn {
    margin-top: 5px;
  }
  .section5 .sli .font, .section5 .rli .font {
    padding-left: 15px;
  }
  .section5 .rli .imgbox,
  .section5 .sli .imgbox {
    width: 38%;
  }
  .section5 .rli .font,
  .section5 .sli .font {
    width: 62%;
  }
  .section5 .sli, .section5 .bright {
    padding: 15px 0;
  }
  .section5 .tabbox {
    margin-bottom: 10px;
  }
  .footer .ewmbox {
    margin-top: 20px;
  }
  .footer .foot_top {
    padding-bottom: 5px;
  }
  .footer .ewm,
  .footer .footer_subnav a, .footer .foot-copy, .footer .foot-copy a, .footer .foot-rtlink, .footer .foot-rtlink a {
    font-size: 13px;
  }
  .morebox {
    width: 140px;
    line-height: 42px;
  }
  .banner .swiper-slide-active .swiper_tit,
  .banner .swiper-wrapper.flexlf .swiper-slide .swiper_tit,
  .banner .swiper-slide-active .swiper_dec,
  .banner .swiper-wrapper.flexlf .swiper-slide .swiper_dec,
  .banner .swiper-slide-active .swiper_ftimg,
  .banner .swiper-wrapper.flexlf .swiper-slide .swiper_ftimg,
  .banner .swiper-slide-active .morebox,
  .banner .swiper-wrapper.flexlf .swiper-slide .morebox {
    -webkit-animation: none;
            animation: none;
  }
  .language .language_list {
    min-width: 100px;
  }
  .language .language_list a {
    padding: 8px 2px;
  }
  .inner_swiper .swiper_tit, .inner_swiper .swiper_dec, .inner_swiper .ny_bread {
    opacity: 1;
    -webkit-transform: translatey(0rem);
            transform: translatey(0rem);
  }
  .new1 .tabbox .tabli {
    margin-right: 15px;
    width: 130px;
    height: 40px;
    line-height: 38px;
  }
  .new1 .top .font .tit {
    font-size: 18px;
  }
  .new1 .top .font {
    padding-top: 15px;
  }
  .new1 .bot {
    margin-bottom: 25px;
  }
  .new1 .font .tit {
    margin: 10px 0;
  }
  .new1 .link .imgbox {
    margin-bottom: 15px;
  }
  .new1 .font .tit {
    font-family: misans-medium;
  }
  .new1 .link,
  .new1 .top {
    padding: 15px;
  }
  .paging .paging-icon em {
    font-size: 12px;
  }
  .inner_swiper .swiper_dec {
    font-size: 34px;
  }
  .neinfo2 .bshare_custom {
    position: relative;
    top: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
  .bshare_custom a {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .neinfo1 .tit p {
    display: inline;
  }
  .neinfo1 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .neinfo1 .time {
    margin-bottom: 10px;
  }
  .neinfo2 .cont,
  .neinfo2 .cont p {
    font-size: 14px;
  }
  .neinfo2 .cont p {
    margin: 10px 0;
  }
  .neinfo2 .cont img {
    margin: 15px 0;
  }
  .neinfo2 .nlick {
    width: 90px;
    height: 42px;
    line-height: 40px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .neinfo2 .btnbox {
    padding-top: 10px;
  }
  .bshare_custom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .neinfo3 .swiper-container {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .swiper-container {
    padding-right: 1px;
  }
  .product1,
  .product2 {
    padding-top: 50px;
  }
  .in_stit .line {
    margin-bottom: 10px;
  }
  .product1 .right,
  .product3 .right {
    margin-top: 20px;
  }
  .product1 .swiper-button-prev,
  .product1 .swiper-button-next,
  .product2 .swiper-button-next,
  .product2 .swiper-button-prev {
    opacity: 1 !important;
  }
  .swiper-button-next, .swiper-button-prev {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product1 .li .iconbox {
    width: 30px;
    height: 30px;
  }
  .product1 .li .iconbox img {
    max-width: 30px;
  }
  .product1 .li {
    padding: 20px 15px;
  }
  .product1 .swiper-container {
    width: 80%;
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    padding: 30px 0;
  }
  .product1 .bot::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(57, 107, 157, 0.1);
  }
  .product1 .bot .line {
    background: rgba(255, 255, 255, 0.4);
  }
  .product2 .in_stit {
    margin-bottom: -0.5rem;
  }
  .product2 .in_stit .dec {
    margin-top: 10px;
  }
  .product3 .bot .font .tit {
    margin-top: 15px;
  }
  .product3 .right .bgm {
    padding-left: 1rem;
  }
  .product3 .right .swiper-container .imgbox img {
    max-width: 34%;
  }
  .product3 .left .font .dec p::before,
  .product1 .right .dec p::before {
    width: 5px;
    height: 6px;
    top: 8px;
  }
  .product3 .left .font .dec p,
  .product1 .right .dec p {
    padding-left: 12px;
  }
  .product3 {
    padding: 50px 0;
  }
  .product1 .top {
    padding-bottom: 20px;
  }
  .research1 .txt .tit span {
    font-size: 26px;
  }
  .research1 .txt .tit,
  .research1 .txt .dec,
  .research2 .font .dec1,
  .case1 .li .font .dec {
    font-size: 14px;
  }
  .research2 .font .dec {
    font-size: 15px;
  }
  .research1 .li {
    width: 47.5%;
    margin-right: 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #ffffff;
    padding: 25px 0 15px 0;
  }
  .research1 .font {
    width: 100%;
    height: auto;
    margin-left: 0px;
    border-radius: 0px;
  }
  .research1 .txt {
    position: relative;
    top: auto;
    -webkit-transform: translatey(0%);
            transform: translatey(0%);
    padding: 15px 0 10px 0;
  }
  .research1 .iconbox {
    width: 46px;
    height: 46px;
    margin: 0 auto;
  }
  .research1 .iconbox img {
    max-width: 25px;
  }
  .research2 {
    width: 90%;
    margin: 0 auto;
  }
  .research2 .swiper-container, .research1 .ul,
  .case1 .li .font .btn {
    margin-top: 20px;
  }
  .research2 .imgbox {
    width: 50%;
    margin: 0;
  }
  .research2 .swiper-button-prev {
    left: 10px;
  }
  .research2 .swiper-button-next {
    right: 10px;
  }
  .research2 .swiper-button-next,
  .research2 .swiper-button-prev {
    top: 25%;
    -webkit-transform: translatey(-25%);
            transform: translatey(-25%);
    display: none;
  }
  .research2 .font .tit {
    font-size: 18px;
  }
  .research2 .font {
    padding: 0px;
    margin-top: 15px;
  }
  .research2 .swiper-slide {
    padding: 25px 20px;
  }
  .research2 .swiper-container {
    padding-bottom: 30px;
  }
  .in_tit .dec p {
    display: inline;
  }
  .research4 .swiper-container {
    padding: 15px 0 30px 0;
  }
  .case1 .li .font .tit {
    font-size: 18px;
  }
  .service2 .libox .li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
  }
  .service2 .ul {
    margin-top: 0px;
  }
  .contact1 .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .contact1 .swiper-container {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .contact1 .swiper-slide {
    -webkit-box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0);
            box-shadow: 0px 3px 54px 0px rgba(111, 118, 127, 0);
    border: 1px solid rgba(111, 118, 127, 0.08);
  }
  .contact1 .font {
    padding: 20px;
  }
  .contact1 .bli {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
    margin-top: 10px;
  }
  .contact1 .bli:first-child {
    margin-top: 0px;
  }
  .contact1 .bli .font {
    width: calc(100% - 110px);
  }
  .contact1 .bot {
    margin-top: 30px;
    padding: 30px;
  }
  .contact1 .font .tit {
    font-size: 18px;
  }
  .contact1 .font .dec {
    font-size: 14px;
  }
  .contact1 .font .line {
    margin-bottom: 15px;
  }
  .banner_swiper .swiper_fontlist {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}


/* video */
.com-ul {
    margin: 0 -12px;
	margin-top: 6%;
}

    .com-ul li {
        float: left;
        width: 33.33%;
        padding: 0 12px;
    }

.com-ul-item {
}

.com-ul-img {
    overflow: hidden;
}

    .com-ul-img img {
        width: 100%;
        transition: all 1s;
    }

.com-ul-font {
    text-align: center;
    background-color: #fff;
}

    .com-ul-font h4 {
    }

    .com-ul-font p {
    }

.com-ul-item:hover img {
    transform: scale(1.05);
}

.com-ul-item:hover p {
}

/* .com-pagination{text-align: center;padding: 30px 0 74px;} */
.com-pag-ul {
    display: inline-block;
}

    .com-pag-ul li {
        float: left;
        margin: 0 5px;
    }

.com-pag-item {
}

    .com-pag-item a {
        width: 46px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        transition: all .5s;
        display: block;
        background-color: #f1f3f6;
        color: #999;
        font-family: 'open sans';
    }

    .com-pag-item i {
        font-weight: 700;
        font-size: 14px;
    }

    .com-pag-item a.active {
        background-color: #124a96;
        color: #fff;
    }

    .com-pag-item a:hover {
        background-color: #124a96;
        color: #fff;
    }
	
	
.com-pagination.swiper-pagination {
    width: 100% !important;
}

.com-pagination .swiper-pagination-bullet {
    background-color: #7d8084;
    width: 29px;
    height: 2px;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.com-pagination .swiper-pagination-bullet-active {
    background: #66c1f6 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 12px;
    height: 12px;
}


.course {
}

.new1 .tron-header .tron-nav {
    margin: 79px 10px 45px;
}

.new1 .com-ul-font {
    padding: 26px;
}

.new1 .com-ul-item {
    box-shadow: none;
}

.new1 .com-ul-font {
    padding: 18px 0 46px 0;
}

    .new1 .com-ul-font p {
        padding: 0 20px;
    }

.new1 .com-ul li {
    margin-bottom: 0px;
}

.new1 .com-ul-img {
    position: relative;
    cursor: pointer;
}

    .new1 .com-ul-img img {
        width: 100%;
    }

    .pdth-box::before,
    .new1 .com-ul-img::before {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        content: "";
        display: block;
        z-index: 22;
    }

.new1 .com-ul li:hover img {
    transform: scale(1.05);
}

.pdth-wrap .info-play,
.new1 .info-play {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 33;
    background: url(/uploads/image/pimages/play2.png)no-repeat center;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .pdth-wrap .info-play::after,
    .new1 .info-play::after {
        content: "";
        display: block;
        background: url(/uploads/image/pimages/play1.png)no-repeat center;
        width: 42px;
        height: 42px;
        transition: all 1.5s;
    }

.pdth-wrap:hover .info-play::after,
.new1 .com-ul li:hover .info-play::after {
    transform: rotatez(360deg);
}

.new1 .lpage {
    margin: 30px 0 80px;
}

.new1 .com-ul-item:hover p {
    color: #e83428;
}

.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #f3f3f3;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        font-size: 30px;
        color: #666;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }



@media (max-width: 991px) {
    .msg-box {
        width: 94%;
        left: 3%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .msg-box {
        height: 450px;
        padding: 15px;
    }

        .msg-box .close-box {
            width: 35px;
            height: 35px;
            right: 0;
            line-height: 20px;
            top: 0;
            text-align: center;
            font-size: 20px;
        }
}

.msg-box .close-box {
    border: solid 3px #7f7f7f;
    background: url(/uploads/image/pimages/msg-closes.png)no-repeat;
    background-size: 100%;
}

@media(max-width:676px) {
    .vedio-con li {
        width: 50%;
    }

    .vedio-txt {
        font-size: 14px;
        line-height: 3px;
    }

    .msg-box {
        left: 50%;
        width: 300px;
        padding: 20px;
        height: 360px;
    }

    #close-box {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 320px) {
    .msg-box {
        left: 5%;
    }
}


/* =====================????c????start===================== */
@keyframes diaoluo {
    0% {
        top: -100%;
    }

    1% {
        top: -70%
    }

    100% {
        top: 0%
    }
}


@keyframes drop {
    0% {
        transform: translatey(0vh);
    }

    1% {
        transform: translatey(-70vh);
    }

    100% {
        transform: translatey(100vh);
    }
}


@-webkit-keyframes neon2 {
    from {
        text-shadow: 0 0 8px #fff,0 0 16px #fff,0 0 24px #fff,0 0 32px #47a0ff,0 0 0 #47a0ff,0 0 0 #47a0ff,0 0 0 #47a0ff,0 0 0 #47a0ff
    }

    to {
        text-shadow: 0 0 4px #fff,0 0 8px #fff,0 0 12px #fff,0 0 14px #47a0ff,0 0 20px #47a0ff,0 0 22px #47a0ff,0 0 24px #47a0ff,0 0 30px #47a0ff
    }
}

@media (max-width: 767px) {
    .new1 .com-ul li {
        width: 100%;
    }

    .new1 .com-ul-font {
        padding: 18px 0 28px 0;
    }
}