@charset "UTF-8";
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.max1604 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.head1-index {
  padding: 15px 0;
}

.head1-index .logo img {
  max-width: 100%;
}

.head1-index .logowz {
  background: url(//cdn.myxypt.com/1fa36055/22/03/334715f86f03e0287010df9d00a23eb06f39a3b3.png) no-repeat left center;
  margin-left: 20px;
  padding-left: 20px;
}

.head1-index .logowz p:nth-of-type(1) {
  color: #00b2f0;
  font-size: 24px;
  font-weight: 600;
}

.head1-index .logowz p:nth-of-type(2) {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: lighter;
}

.head1-index .tel {
  background: url(//cdn.myxypt.com/1fa36055/22/03/bb92598d83c240c0558883b892cdf6d4251e7b3c.png) no-repeat left center;
}

.head1-index .tel p {
  color: #333333;
  font-size: 18px;
  padding-left: 74px;
}

.head1-index .tel p:nth-of-type(2) {
  font-weight: 600;
  color: #e15c00;
  font-size: 24px;
}

#menu {
  height: 80px;
  background-color: #333333;
  position: relative;
  z-index: 99;
}

#menu.cur {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

.tdh {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  display: none;
  margin-right: 10px;
}

.tdh h2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

#menu.cur .tdh {
  display: block;
}

/*搜索和热门搜索*/
.ss {
  position: relative;
}

.hotSearch a {
  margin-right: 6px;
}

.dao #formsearch {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 999;
  display: none;
  width: 214px;
}

.dao #formsearch input {
  line-height: 30px;
  height: 30px;
  border: none;
  outline: none;
}

.dao #formsearch #keyword {
  width: 160px;
  padding-left: 10px;
}

.dao #formsearch #s_btn {
  width: 50px;
  background: #206ab1;
  color: #fff;
  text-align: center;
  padding: 0;
}

.ss-btn {
  line-height: 56px;
}

.wh2 {
  max-width: 1635px;
  padding: 0 15px;
  margin: 0 auto;
}

.topr {
  width: 14%;
  align-items: center;
}

.yuyan {
  color: #fff;
  font-size: 21px;
}

.yuyan a{
    color: #fff;
}

/*导航栏样式*/
.dao {
  align-items: center;
}

.nav {
  width: 73.5%;
}

.nav li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 14%;
}

.nav li + li {
  background: url(//cdn.myxypt.com/1fa36055/22/03/2f9cc277a63f90685210e5d7543774fd0f5c16b9.png) no-repeat left center;
}

.nav li a {
  display: block;
  line-height: 80px;
  color: #fff;
  height: 80px;
  padding: 0;
  font-size: 18px;
  padding: 0;
  font-weight: lighter;
}

.nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00b2f0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #00b2f0;
}

.nav .sec {
  height: 0;
  background: #00b2f0;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
}

.nav .sec a {
  background: #00b2f0;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav .sec a:hover {
  background: #07447e;
  text-decoration: none;
}

@media (max-width: 996px) {
  .head1-index .logo {
    width: 30%;
  }
  .head1-index .logowz p:nth-of-type(1) {
    font-size: 18px;
  }
  .head1-index .logowz p:nth-of-type(2) {
    font-size: 14px;
  }
  .head1-index .tel {
    background-size: 40px 30px;
  }
  .head1-index .tel p {
    padding-left: 50px;
    font-size: 16px;
  }
  .head1-index .tel p:nth-of-type(2) {
    font-size: 18px;
  }
  .nav li a {
    font-size: 16px;
  }
  .yuyan {
    font-size: 16px;
  }
}

/**/
.product-index {
  padding: 100px 0;
}

.product-index .pt .pt1 {
  color: #333333;
  font-size: 45px;
  display: inline-block;
}

.product-index .pt .pt1 span {
  display: block;
  width: 88px;
  height: 5px;
  background: #e15c00;
  margin: 0 auto;
}

.product-index .pt .pt2 {
  width: 140px;
  height: 50px;
  background: #00b2f0;
}

.product-index .pt .pt2 a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
  color: #fff;
}

.product-index .plist1 {
  margin-top: 45px;
}

.product-index .plist1 li {
  float: left;
  width: 48%;
}

.product-index .plist1 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-index .plist1 li a .img1 {
  background: #fba76d;
  width: 50%;
}

.product-index .plist1 li a .img1 img {
  width: 100%;
}

.product-index .plist1 li a .wz {
  width: 50%;
  padding: 0 5%;
}

.product-index .plist1 li a .wz .wz1 {
  color: #e15c00;
  font-size: 24px;
}

.product-index .plist1 li a .wz .wz2 {
  color: #4f4d4d;
  font-size: 16px;
  margin-top: 1rem;
}

.product-index .plist1 li a .wz .wz2 p {
  background: url(//cdn.myxypt.com/1fa36055/22/03/0681999cb8f5b10de2ac24f7813e3585c60e34cf.png) no-repeat left center;
  padding-left: 18px;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-index .plist1 li a .wz .wz3 {
  color: #e15c00;
  font-size: 16px;
}

.product-index .plist1 li:nth-child(2n) {
  float: right;
}

.product-index .plist1 li:nth-of-type(2) a .img1 {
  background: #00b2f0;
}

.product-index .plist1 li:nth-of-type(3) a {
  flex-direction: row-reverse;
}

.product-index .plist1 li:nth-of-type(3) a .img1 {
  background: #00b2f0;
}

.product-index .plist1 li:nth-of-type(4) a {
  flex-direction: row-reverse;
}

@media (max-width: 996px) {
  .product-index .pt .pt1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .product-index {
    padding: 5% 0;
  }
  .product-index .pt .pt1 {
    font-size: 20px;
  }
  .product-index .pt .pt2 {
    width: 100px;
    height: 40px;
  }
  .product-index .pt .pt2 a {
    display: block;
    font-size: 14px;
    line-height: 40px;
  }
  .product-index .plist1 {
    margin-top: 5%;
  }
  .product-index .plist1 li {
    width: 50%;
  }
  .product-index .plist1 li a .wz .wz1 {
    font-size: 16px;
  }
  .product-index .plist1 li a .wz .wz2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .product-index .plist1 li a .wz .wz2 p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .product-index .plist1 li a .wz .wz3 {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .product-index .plist1 li {
    width: 100%;
    margin-bottom: 5%;
  }
}

/**/
.yyly-bg {
  position: relative;
}

.yt {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  font-size: 45px;
  color: #ffffff;
}

.yt span {
  display: block;
  width: 88px;
  height: 5px;
  background: #e15c00;
  margin: 0 auto;
}

.courselist {
  position: relative;
  overflow: hidden;
}

.courselist .hd {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
}

.courselist .hd ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.courselist .hd ul li {
  width: 16.667%;
  background: rgba(92, 90, 90, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  height: 100%;
  position: relative;
}

.courselist .hd ul li:last-child {
  margin-right: 0;
}

.courselist .hd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.courselist .hd ul li a .img1 img {
  max-width: 100%;
}

.courselist .hd ul li a .w1 {
  font-size: 24px;
  color: #fff;
  font-weight: lighter;
  margin-top: 1rem;
}

.courselist .hd ul li.on {
  background: rgba(51, 51, 51, 0.8);
}

.courselist .bd {
  position: relative;
}

.courselist .bd img {
  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-container2 img {
  width: 100%;
}

.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;
  }
}

@media (max-width: 991px) {
  .yt {
    position: relative;
    top: 0;
    color: #000;
    font-size: 20px;
  }
}

/**/
.about-index {
  margin-top: 102px;
}

.about-index .aboutl {
  width: 41.125%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.about-index .aboutl .at {
  font-size: 45px;
  color: #333333;
  display: inline-block;
  width: 30%;
}

.about-index .aboutl .at span {
  display: block;
  width: 88px;
  height: 5px;
  background: #e15c00;
  margin: 0 auto;
}

.about-index .aboutl .atimg {
  margin-top: 2.5rem;
}

.about-index .aboutl .atimg li .img1 img {
  max-width: 100%;
}

.about-index .aboutl .aw {
  margin-top: 2.5rem;
}

.about-index .aboutl .aw p {
  color: #333333;
  font-size: 18px;
  line-height: 36px;
  text-indent: 2em;
}

.about-index .aboutl .amore {
  background: url(//cdn.myxypt.com/1fa36055/22/03/c293b95ca0fc09a3c7bf05feed7693d288d946e6.png) no-repeat top center;
  width: 148px;
  height: 45px;
  float: right;
  margin-top: 35px;
  
  
  position: absolute;
    bottom: 74px;
    right: 0;
}

.about-index .aboutl .amore a {
  display: block;
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}

.about-index .aboutr {
  width: 53.375%;
}

.about-index .aboutr img {
  width: 100%;
  height: auto;
}

/**/
.p3-tab-item {
  justify-content: flex-start;
  margin-top: 3rem;
}

.p3-tab-item li {
  width: 120px;
  border: 2px solid #00b2f0;
  font-size: 20px;
  color: #00b2f0;
  font-weight: normal;
  line-height: 50px;
  margin-right: 50px;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: all ease .3s;
}

.p3-tab-item li.active {
  background-color: #00b2f0;
  color: #fff;
}

.p3-tab {
  overflow: hidden;
  position: relative;
}

.p3-tab-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}

.p2prev {
  width: 34px;
  height: 62px;
  background: url(//cdn.myxypt.com/1fa36055/22/03/6e294026b479c523d6a0f7cacfd304355773d231.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  z-index: 99;
}

.p2next {
  width: 34px;
  height: 62px;
  background: url(//cdn.myxypt.com/1fa36055/22/03/d2f0728177a0cbc2227ceff05a0553ffce66ec29.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  z-index: 99;
}

.p3-swiper {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}

.p3-tab-con {
  overflow: hidden;
}

.p3-tab-wrap .p3-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}

.p3-tab-wrap .p3-tab-content.active {
  position: static;
  opacity: 1;
}

.p3-tab-wrap .p3-tab-content li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.p3-tab-wrap .p3-tab-content li a img {
  width: 100%;
  transition: all ease .3s;
}

.p3-tab-wrap .p3-tab-content li a:hover img {
  transform: scale(1.1);
}

@media (max-width: 1680px) {
      .about-index .aboutl .at {
    width: 35%;
  }
}

@media (max-width: 1440px) {
  .about-index .aboutl .at {
    width: 36%;
  }
}

@media (max-width: 1280px) {
  .about-index .aboutl .at {
    width: 42%;
  }
}

@media (max-width: 1124px) {
  .about-index .aboutl .at {
    width: 46%;
  }
}

@media (max-width: 996px) {
  .about-index .aboutl .at {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .about-index {
    margin-top: 5%;
    display: block;
    position: relative;
  }
  .about-index .aboutl {
    width: 100%;
  }
  .about-index .aboutl .at {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .about-index .aboutl .aw p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-index .aboutl .amore {
    /*margin-top: 5%;*/
   bottom:0;
  }
  .about-index .aboutl .amore a {
    font-size: 14px;
  }
  .about-index .aboutr {
    width: 100%;
    padding-bottom: 10%;
  }
  .p3-tab-item {
    position: absolute;
    bottom: 0px;
    margin-top: 0;
  }
  .p3-tab-item li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
  .p2prev {
    display: none;
  }
  .p2next {
    display: none;
  }
  .p3-swiper {
    width: 100%;
  }
}

/**/
/**/
.box2 {
  margin: 5% 0;
  background-color: #fbfbfd;
  position: relative;
}

/*.box2 .bd{width: 78.125%;}*/
.box2 .bd li {
  position: relative;
}

.box2 .bd li .img img {
  display: block;
  width: 100%;
}

.bj1 {
  position: absolute;
  background: rgba(51, 51, 51, 0.7);
  width: 45%;
  left: 8.4%;
  bottom: 6%;
  padding: 1.5%;
  display: flex;
  align-items: center;
}

.box2 .hd {
  width: 26.5%;
  background: rgba(79, 77, 77, 0.9);
  position: absolute;
  top: 0;
  right: 8.4%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bj1 .kbt dd {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.bj1 .kbt dd:before {
  width: 5px;
  height: 26px;
  background-color: #00b2f0;
  content: '';
  display: inline-block;
  margin-right: 12px;
  margin-bottom: -4px;
}

.bj1 .kbt dt {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
}

.gd a {
  display: block;
  width: 148px;
  height: 40px;
  background-image: linear-gradient(90deg, #136232 0%, #27b860 100%);
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.shu2 {
  margin: 30px 0 40px 0;
}

.s1 {
  float: left;
  background-color: #ffffff;
  padding: 2% 0;
  width: 19%;
  margin-right: 4%;
  text-align: center;
  color: #27b860;
  font-size: 20px;
  font-weight: bold;
}

.s1 span {
  font-size: 24px;
  font-family: 'Impact';
  font-weight: normal;
}

.s1 p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: normal;
}

.bt1 {
  text-align: center;
  color: #fff;
  font-size: 45px;
}

.bt1 span {
  display: block;
  color: #fff;
  width: 88px;
  height: 5px;
  background: #e15c00;
  margin: 0 auto;
  margin-top: 1rem;
}

.box2 .hd li {
  transition: all 0.35s ease-in-out;
  position: relative;
}

.box2 .hd li:before {
  background: #00b2f0;
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.box2 .hd li a {
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 120px;
  display: block;
  background: url(//cdn.myxypt.com/1fa36055/22/03/a15affcf829ac5a23ed45ef7050ee210d7c768fb.png) no-repeat 30.4% center;
  line-height: 120px;
  color: #fff;
  font-size: 36px;
  text-align: left;
  padding-left: 200px;
  font-weight: 500;
}

.box2 .hd li.on:before {
  opacity: 1;
}

.box2 .hd li.on a {
  color: #ffffff;
}

.box2 .hd ul {
  margin: 40px 0;
}

.m2 a {
  display: block;
  width: 148px;
  height: 40px;
  border: solid 1px #ffffff;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: relative;
  z-index: 99;
  margin-right: 50px;
  background-image: linear-gradient(90deg, #136232 0%, #27b860 100%);
}

.m2 a:hover {
  color: #fff;
  border-color: #27b860;
}

.m2 a:hover {
  color: #fff;
  border-color: #27b860;
}

.m2 a:after {
  background-image: linear-gradient(90deg, #136232 0%, #27b860 100%);
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.m2 a:hover:after {
  opacity: 1;
}

@media (max-width: 1680px) {
  .bj1 {
    width: 60%;
  }
  .box2 .hd ul {
    margin: 10px 0;
  }
  .box2 .hd li a {
    padding-left: 161px;
    background: url(//cdn.xypt.top/029fa154/21/04/cb0cf48c3e078c8f3c2033db55ea069448fd7616.png) no-repeat 22% center;
    font-size: 24px;
  }
}



@media (max-width: 1580px) {
  .bj1 {
    left: 3.4%;
    width: 60%;
  }
  .bt1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .bj1 .kbt dd {
    font-size: 16px;
    line-height: 24px;
  }
  .bj1 .kbt dt {
    font-size: 14px;
  }
  .box2 .hd {
    right: 3.4%;
  }
  .box2 .hd li a {
    height: 80px;
    line-height: 80px;
        padding-left: 150px;
        font-size: 20px;
  }
}

@media (max-width: 1380px) {
      .box2 .hd li a {
        padding-left: 131px;
  }
}

@media (max-width: 1200px) {
      .box2 .hd li a {
        padding-left: 111px;
  }
}



@media (max-width: 996px) {
  .bj1 {
    width: 65%;
  }
  .box2 .hd li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .box2 .hd li a {
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .box2 .hd {
    position: relative;
    width: 100%;
    right: 0;
  }
  .box2 .hd li {
    width: 48%;
    display: inline-block;
  }
  .box2 .hd li a {
    font-size: 14px;
    padding-left: 80px;
  }
  .bj1 {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 5%;
  }
  .bj1 .kbt dd {
    font-size: 14px;
  }
  .bj1 .kbt dt {
    font-size: 12px;
    margin-top: 5px;
  }
  .bt1 {
    display: none;
  }
}

/**/
.news-index {
  margin-top: 100px;
}

.news-index .newsl {
  width: 71.875%;
}

.news-index .newsl .nt {
  align-items: center;
}

.news-index .newsl .nt .nt1 {
  color: #333333;
  font-size: 45px;
}

.news-index .newsl .nt .nt1 span {
  display: block;
  width: 88px;
  height: 5px;
  background: #e15c00;
  margin: 0 auto;
}

.news-index .newsl .nt .nt2 .nsort li {
  float: left;
  border: 1px solid #333333;
  border-radius: 5px;
  width: 100px;
  height: 40px;
  margin-left: 28px;
}

.news-index .newsl .nt .nt2 .nsort li a {
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: #333333;
}

.news-index .newsl .nt .nt2 .nsort li:hover {
  background-color: #00b2f0;
  border: 1px solid #00b2f0;
}

.news-index .newsl .nt .nt2 .nsort li:hover a {
  color: #fff;
}

.news-index .newsl .nlist1 {
  margin-top: 30px;
}

.news-index .newsl .nlist1 li {
  width: 30%;
}

.news-index .newsl .nlist1 li .img1 {
  border: 1px solid #dadada;
}

.news-index .newsl .nlist1 li .img1 img {
  width: 100%;
}

.news-index .newsl .nlist1 li .wz1 {
  color: #333333;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0;
}

.news-index .newsl .nlist1 li .wz2 {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .newsl .nlist1 li .wz3 {
  width: 98px;
  height: 36px;
  border-radius: 3px;
  background: #00b2f0;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
}

.news-index .newsr {
  width: 21%;
}

.news-index .newsr .nt2 {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-size: 30px;
}

.news-index .newsr .nt2 a {
  color: #333333;
  font-size: 16px;
}

#ydemo {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 490px;
}

#yindemo {
  height: 100%;
}

.news_gun {
  position: relative;
  margin-top: 55px;
  height: 60%;
  overflow: hidden;
}

.news_list33 {
  position: relative;
}

.news_list33 li {
  position: relative;
  border: 1px solid #dedede;
  padding: 10px;
  margin-bottom: 20px;
}

.news_list33 li .igs {
  display: block;
  font-size: 16px;
  color: #555555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-left: 10px;
}

.news_list33 li .igs::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background: #00b2f0;
}

.news_list33 li .suu {
  display: block;
}

.news_list33 li span {
  font-size: 12px;
  color: #999999;
  font-family: "Arial";
  padding-left: 10px;
}

.news_list33 li a {
  color: #005599;
  display: inline;
  font-size: 14px;
}

.news_list33 li:hover a {
  color: #00b2f0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .news-index {
    display: block;
    margin-top: 5%;
  }
  .news-index .newsl {
    width: 100%;
  }
  .news-index .newsl .nt {
    display: block;
  }
  .news-index .newsl .nt .nt1 {
    font-size: 20px;
    text-align: center;
  }
  .news-index .newsl .nt .nt2 {
    margin-top: 5%;
  }
  .news-index .newsl .nt .nt2 .nsort li a {
    font-size: 14px;
  }
  .news-index .newsl .nlist1 li .wz1 {
    font-size: 14px;
    margin: 5px 0;
  }
  .news-index .newsl .nlist1 li .wz2 {
    font-size: 12px;
    line-height: 20px;
  }
  .news-index .newsl .nlist1 li .wz3 {
    margin-top: 10px;
  }
  .news-index .newsr {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .news-index .newsr .nt2 {
    font-size: 20px;
  }
  .news-index .newsr .nt2 a {
    font-size: 14px;
  }
  .news-index .newsr .news_gun {
    margin-top: 5%;
  }
}

@media (max-width: 480px) {
  .news-index .newsl .nt .nt2 .nsort {
    text-align: center;
  }
  .news-index .newsl .nt .nt2 .nsort li {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
  .news-index .newsl .nlist1 {
    display: block;
  }
  .news-index .newsl .nlist1 li {
    width: 100%;
    margin-bottom: 5%;
  }
  .news-index .newsl .nlist1 li .img1 {
    display: block;
  }
}

/**/
.foot-bg {
  background: url(//cdn.myxypt.com/1fa36055/22/03/2c936bc1ee282e339f853faf9d9f8c3b72119965.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 45px 0;
}

.foot-bg .foot-index .foot1 {
  width: 12.25%;
}

.foot-bg .foot-index .foot1 p a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot-bg .foot-index .foot2 {
  width: 29%;
}

.foot-bg .foot-index .foot2 .flogo p img {
  max-width: 100%;
}

.foot-bg .foot-index .foot2 .flx {
  margin-top: 5px;
}

.foot-bg .foot-index .foot2 .flx p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.foot-bg .foot-index .foot3 {
  width: 23.75%;
}

.foot-bg .foot-index .foot3 h3 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot4 {
  text-align: center;
  width: 16%;
}

.foot-bg .foot-index .foot4 h3 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot4 p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 3;
}

.foot-bg .foot-index .foot4 p img {
  max-width: 100%;
}
.foot-bg .foot-index .foot5{width:23%;}
.foot-bg .foot-index .foot5 h2{
    font-size: 14px;
    color: #fff;
    line-height: 30px
}

.foot-bg .foot-index .foot5 h3 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot5 .hot {
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot5 .hot a {
  color: #fff;
  font-size: 16px;
  background: url(//cdn.myxypt.com/1fa36055/22/03/313606a76c52598730ad4e025cf2d43b09f7c62d.png) no-repeat right center;
  padding-right: 10px;
  margin-right: 5px;
}

.foot-bg .foot-index .foot5 .hot a:last-child {
  background: none;
}

.foot-bg .foot-index .foot5 .zhu a {
  color: #fff;
  font-size: 16px;
}

.xm {
  margin-bottom: 13px;
}

.foot3 input {
  display: block;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding-left: 9px;
}

.xm input {
  width: 220px;
  height: 30px;
  border: 1px solid #fff;
  background: none;
  color: #ffffff;
}

.xm input::placeholder {
  color: #ffffff;
}

.xm2 {
  width: 220px;
  height: 70px;
  border: 1px solid #fff;
}

.xm2 input {
  border: none;
}

.yzm {
  width: 220px;
}

.yzm #checkcode {
  width: 66px;
  height: 28px;
  color: #999;
}

.yzm .tj {
  width: 60px;
  height: 28px;
  background-color: #c91233;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 14px;
  font-family: '黑体';
  padding: 0;
}

.footer {
  background: #444647;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer a {
  color: #fff;
}

@media (max-width: 767px) {
  .foot-bg {
    padding: 20px 0;
  }
  .foot-bg .foot-index {
    display: block;
  }
  .foot-bg .foot-index .foot2 {
    width: 100%;
  }
  .foot-bg .foot-index .foot2 .flx p {
    font-size: 14px;
  }
  .foot-bg .foot-index .foot3 {
    width: 100%;
    margin-top: 5%;
  }
  .foot-bg .foot-index .foot4 {
    width: 100%;
    margin-top: 5%;
  }
  .xm input {
    width: 100%;
  }
  .xm2 {
    width: 100%;
  }
  .yzm {
    width: 100%;
  }
  .yzm #checkcode {
    width: 30%;
  }
  .yzm img {
    width: 150px;
    height: 28px;
  }
  .yzm .tj {
    width: 30%;
  }
}
