@charset "UTF-8";
* {
  margin: 0;
  padding: 0;

  outline: none;
}
html,body{
  background-color: #fff;
}
.new-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "微软雅黑";
  *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.new-container ul,
.new-container li {
  list-style: none;
}
.new-container a {
  text-decoration: none;
}
.new-container .w {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}
.new-container .swiper {
	box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.focusBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
  overflow: hidden;
}
.focusBox a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.focusBox a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #333;
  opacity: 0.4;
}
.focusBox a .bb {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  text-align: left;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.focusBox .swiper-slide-active a .bb {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.focusBox a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.new-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-container .swiper-slide {
  width: auto;
}
.new-container .ad1200 {
  display: block;
  padding: 16px 0;
}
.new-container .ad1200 img {
  display: block;
  width: 100%;
  height: auto;
}
.new-container .l-top a {
  display: block;
}
.new-container .l-top a img {
  display: block;
  width: 100%;
  height: auto;
}
.new-container .header {
	  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-container .header .logo{
  width: 300px;
  padding: 15px 0;
}
.new-container .header .logo img{
  display: block;
  width: 100%;
}
.new-container .header .r p {
  text-align: right;
  font-size: 16px;
  color: #6a6a6a;
  margin-bottom: 8px;
}
.new-container .header .r .search {
  width: 360px;
  height: 36px;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #333;
  text-indent: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-container .header .r .search .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  display: block;
  height: 34px;
  background: url(../images/btn_bj_03.png) no-repeat 5px center;
  background-size: auto 70%;
  border: none;
}
.new-container .header .r .search .ipt {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  text-indent: 10px;
}
.new-container .nav {
  background: #0f409d;
  height: auto;
  width: 100%;
}
.new-container .nav ul {
  display: grid;
  grid-template-columns: repeat(6, 6em);
  grid-template-rows: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
/*  height: 88px; */
  font-size: 18px;
}
.new-container .nav ul li {
  line-height: 32px;
}
.new-container .nav ul li:first-child {
  grid-column: span 1;
  grid-row: span 2;
  text-align: center;
  background: #356ad2;
}
.new-container .nav ul li a {
  display: block;
  line-height: 28px;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.nav ul li a:hover {
background-color: #356ad2;
border-bottom: none;
}
.new-container .incabb {
  height: 45px;
  line-height: 45px;
  background: #d7eefe;
}
.new-container .incabb .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-container .incabb .w .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f409e;
  font-weight: bold;
}
.new-container .incabb .w .left span {
  margin-left: 4px;
}
.new-container .incabb .w .right {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-size: 16px;
  color: #4c4c4c;
}
.new-container .incabb .w .right a {
  font-size: 16px;
  color: #4c4c4c;
}
.new-container .blockTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-container .blockTop .focusBox {
	height: 390px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
  overflow: hidden;
}
.new-container .blockTop .focusBox a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.new-container .blockTop .focusBox a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #333;
  opacity: 0.4;
}
.new-container .blockTop .focusBox a .bb {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  text-align: left;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.new-container .blockTop .focusBox a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-container .blockTop .focusBox .swiper-slide-active a .bb {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.new-container .blockTop .focusBox .swiper-pagination {
  text-align: right;
  padding: 0 20px 0 0;
}
.new-container .blockTop .focusBox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.new-container .blockTop .focusBox .swiper-pagination-bullet-active {
  background-color: #6794ee;
}
.new-container .blockTop .fr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
}
.new-container .blockTop .fr .t {
  padding-left: 5px;
  height: 40px;
  background: url(../images/lmtitbg.png) no-repeat left bottom;
}
.new-container .blockTop .fr .t.t2 {
  background: none;
  margin: 10px 0;
  height: auto;
  text-indent: 0;
}
.new-container .blockTop .fr .t .more {
  float: right;
  color: #7492cd;
  font-size: 16px;
  margin-top: 2px;
}
.new-container .blockTop .fr .t span {
  color: #0f409e;
  font-size: 20px;
  font-weight: bold;
}
.new-container .blockTop .fr .b {
  padding: 10px 0 0;
}
.new-container .blockTop .fr .b .f1 {
  border-bottom: 1px dashed #c6cecb;
  padding-bottom: 15px;
}
.new-container .blockTop .fr .b .f1 .tit {
  line-height: 35px;
  display: block;
  color: #0f409e;
  font-size: 20px;
}
.new-container .blockTop .fr .b .f1 .desc {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  text-align: justify;
}
.new-container .blockTop .fr .b .f1 .desc a {
  color: #7b97cf;
}
.new-container .blockTop .fr .list {
  display: block;
  margin: 0;
  padding: 0;
}
.new-container .blockTop .fr .list.xx {
  border-bottom: 1px dashed #c6cecb;
}
.new-container .blockTop .fr .list li a {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 35px;
  padding: 0 0 0 16px;
  position: relative;
}
.new-container .blockTop .fr .list li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0f409e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.new-container .ztdh {
  padding: 20px 0 0;
}
.new-container .ztdh .t {
  padding-left: 5px;
  height: 40px;
  background: url(../images/lmtitbg.png) no-repeat left bottom;
}
.new-container .ztdh .t .more {
  float: right;
  color: #7492cd;
  font-size: 16px;
  margin-top: 2px;
}
.new-container .ztdh .t span {
  color: #0f409e;
  font-size: 20px;
  font-weight: bold;
}
.new-container .jjh {
  padding: 20px 0;
  overflow: hidden;
}
.new-container .jjh a{
	display: block;
	width: 590px;
	float: left;
}
.new-container .jjh a:nth-child(1){
	margin: 0 20px 20px 0;
}
.new-container .jjh a:nth-child(2){
	margin: 0 0 20px 0;
}
.new-container .jjh a:nth-child(3){
	margin: 0 20px 0 0;
}
.new-container .jjh a img {
  display: block;
  width: 100%;
  height: auto;
}

.list {
  display: block;
  margin: 0;
  padding: 0;
}
.list.xx {
  border-bottom: 1px dashed #c6cecb;
}
.list li {
  overflow: hidden;
}
.list li a {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 35px;
  padding: 0 0 0 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0f409e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


.new-container .floor-t {
  margin-bottom: 20px;
  padding-left: 5px;
  height: 40px;
  background: url(../images/lmtitbg.png) no-repeat left bottom;
}
.new-container .floor-t .more {
  float: right;
  color: #7492cd;
  font-size: 16px;
  margin-top: 2px;
}
.new-container .floor-t span {
  color: #0f409e;
  font-size: 20px;
  font-weight: bold;
}
.new-container .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 402px;
          flex: 0 0 402px;
  overflow: hidden;
}
.new-container .card .card-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeeee;
}
.new-container .card .card-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  background-color: #004da9;
  color: #fff;
  padding: 0 18px;
}
.new-container .card .card-header .more {
  margin-right: 20px;
  color: #7492cd;
  font-size: 16px;
}
.new-container .card .card-body {
  padding: 10px 0 20px 7px;
}
.new-container .ad818 {
  display: block;
  padding: 0 0 20px;
}
.new-container .ad818 img {
  display: block;
  width: 100%;
  height: auto;
}
.new-container .layout-row {
	position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.new-container .layout-row .more2{
	position: absolute;
	right: 15px;
	top: 0;
	transform: translateY(-25px);
	    color: #7492cd;
	    font-size: 16px;
}
.new-container .layout-row .left-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 818px;
          flex: 0 0 818px;
  overflow: hidden;
}
.new-container .layout-row .right-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
		  margin-top: -15px;
  overflow: hidden;
}
.new-container .layout-row .right-1 .card-body {
  padding: 0 0 20px 0;
}
.new-container .img-row {

  margin: 0 0 10px;
}
.new-container .img-row .pic {
position: relative;
  height: 240px;
  margin: 0 0 15px;
}
.new-container .img-row .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-container .img-row .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
		  position: absolute;
		  left: 0;
		  bottom: 0;
		  width: 100%;
		padding: 0 15px;
		background: rgba(0,0,0,.6);
}
.new-container .img-row .info span {
  display: block;
  margin: 0;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 600;
}
.new-container .img-row .info p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232323;
}
.new-container .flfw-nr {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 6px;
}
.new-container .flfw-nr ul {
  display: block;
}
.new-container .flfw-nr li {
  float: left;
  border: 2px solid #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: -3px 4px 10px #949494;
  box-shadow: -3px 4px 10px #949494;
  margin: 6px 6px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 34px;
}
.new-container .one {
  background: #906b4a;
  width: 92px;
}
.new-container .flfw-nr li a {
  color: #FFF;
}
.new-container .two {
  background: #5f9fee;
  width: 92px;
}
.new-container .three {
  background: #d42c2c;
  width: 92px;
}
.new-container .four {
  background: #fb8c29;
  width: 92px;
}
.new-container .five {
  background: #955eb7;
  width: 92px;
}
.new-container .six {
  background: #93cdeb;
  width: 92px;
}
.new-container .seven {
  background: #ff6868;
  width: 220px;
  height: 54px;
  line-height: 50px;
}
.new-container .eight {
  background: #5f9fee;
  width: 140px;
}
.new-container .sp {
  margin: 0 auto 30px;
}
.new-container .sp .spswiper {
  padding: 0 20px;
}
.new-container .sp .spswiper .swiper-button-next {
  right: 0;
    background: rgba(0,0,0,.5);
}
.new-container .sp .spswiper .swiper-button-prev {
  left: 0;
  background: rgba(0,0,0,.5);
}
.new-container .sp .spswiper .swiper-button-next:after,
.new-container .sp .spswiper .swiper-button-prev:after {
  font-size: 30px;
  color: #fff;
  font-size: 24px;
}
.new-container .sp .spswiper a {
  display: block;
  width: 100%;
}
.new-container .sp .spswiper a .wh {
  padding-top: 65%;
  position: relative;
}
.new-container .sp .spswiper a .wh .box-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.new-container .sp .spswiper a .wh .box-fill::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(../images/play01.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 5;
}
.new-container .sp .spswiper a .wh .box-fill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-container .sp .spswiper a .wh .box-fill .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.new-container .bg-gray {
  margin: 0 0 0;
  padding: 15px 15px 0;
  background-color: #f0f2f3;
}
.new-container .tabSwiper .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-container .tabSwiper .swiper-slide {
  display: block;
  text-align: left;
}
.new-container .tabSwiper .swiper-pagination-bullet {
  width: 132px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  opacity: 1;
  font-size: 18px;
  background: #eeeeee;
}
.new-container .tabSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004da9;
  color: #fff;
}
.new-container .xxbs {
  width: 364px;
  height: auto;
  overflow: hidden;
}
.new-container .xxbs ul {
  display: block;

}
.new-container .xxbs li {
  list-style: none;
  width: 108px;
  background: #ebf4fc;
  height: 40px;
  line-height: 40px;
  border: 1px #d1d7e8 solid;
  margin: 0px 10px 10px 0;
  float: left;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.new-container .xxbs li a {
  color: #333;

}
.new-container .xxbs li::before {
	content: '';
  font-weight: 500;
  font-style: normal;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  position: absolute;
  left: 18px;
  top: 10px;
  background: #848282;
  color: #FFF;
}
.new-container .xxbs li:nth-child(1):before{
		content: '1';
	background: #F00;
	color: #FFF;
}
.new-container .xxbs li:nth-child(2):before{
		content: '2';
  background: #fa5514;
  color: #FFF;
}
.new-container .xxbs li:nth-child(3):before{
		content: '3';
  background: #ff9d2d;
  color: #FFF;
}
.new-container .xxbs li:nth-child(4):before{
		content: '4';
}
.new-container .xxbs li:nth-child(5):before{
		content: '5';
}
.new-container .xxbs li:nth-child(6):before{
		content: '5';
}
.new-container .xxbs li:nth-child(7):before{
		content: '6';
}
.new-container .xxbs li:nth-child(8):before{
		content: '7';
}
.new-container .xxbs li:nth-child(9):before{
		content: '8';
}
.new-container .xxbs li:nth-child(10):before{
		content: '9';
}
.new-container .xxbs li:nth-child(11):before{
		content: '10';
}
.new-container .xxbs li:nth-child(12):before{
		content: '11';
}
.new-container .xxbs li:nth-child(13):before{
		content: '12';
}
.new-container .dy {
  background: #F00;
  color: #FFF;
}
.new-container .de {
  background: #fa5514;
  color: #FFF;
}
.new-container .ds {
  background: #ff9d2d;
  color: #FFF;
}
.new-container .dw {
  background: #848282;
  color: #FFF;
}
.new-container .dy1 {
  background: #F00;
  color: #FFF;
}
.new-container .dy2 {
  background: #fa5514;
  color: #FFF;
}
.new-container .dy3 {
  background: #ff9d2d;
  color: #FFF;
}
.new-container .dy4,
.new-container .dy5,
.new-container .dy6,
.new-container .dy7,
.new-container .dy8,
.new-container .dy9,
.new-container .dy10,
.new-container .dy11 {
  background: #848282;
  color: #FFF;
}
.new-container .bsrk {
  width: 320px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  font-size: 24px;
  color: #FFF;
}
.new-container .bsrk:after {
  content: "";
  width: 36px;
  height: 33px;
  background: url(../images/bsk.png);
  display: block;
  position: absolute;
  left: 46px;
  top: 10px;
}
.new-container .bsrk a:link,
.new-container .bsrk a:visited {
  color: #fff;
  background: #3c5a9f;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.new-container .bsrk a:hover {
  color: #fff;
  background: #223a73;
}
.new-container .you_w {
  height: 50px;
  background: #fff;
  margin: 15px 0 30px;
}
.new-container .you_ol {
  overflow: hidden;
}
.new-container .you_ol li {
  width: 273px;
  float: left;
  margin: 0 13.5px;
  text-align: center;
  margin-top: 12px;
}
.new-container .you_ol li select {
  text-align: center;
  width: 100%;
  /* padding: 0 25%; */
  height: 25px;
  color: #9d9d9d;
}
.new-container .you_ol li select option {
  text-align: center;
  color: #9d9d9d;
}

.footer-n {
  background-color: #1644a0;
}
.footer-n .footer-nr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 38px 0 30px;
}
.footer-n .footer-nr .footer-r {
  margin-left: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.footer-n .footer-nr .footer-r a {
  color: #fff;
}
.footer-n .footer-nr .footer-r p {
  margin-bottom: 8px;
}
.bg-blue{
	width: 100%;
	min-height: 100vh;
	background: url(../images/xmtjz_bg.png) no-repeat center top #00aeeb;
	background-size: 100% auto;
	padding: 18% 0 10%;
	box-sizing: border-box;
}
.xmtjz .ewmbox{
	width: 1200px;
	margin: 0 auto;
	background: rgba(214,243,253, .5);
	margin-bottom: 2%;
}
.xmtjz .mt-tit{
    width: 100%;
    height: 87px;
    margin-left: -1px;
    text-align: center;
    background: url(../images/jzt.png) center center no-repeat;
    text-align: center;
    line-height: 87px;
    font-size: 36px;
    color: #FFF;
}

.xmtjz ul{
	box-sizing: border-box;
	display: flex;
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0 30px;
}
.xmtjz ul li{
	box-sizing: border-box;
	flex: 0 0 25%;
	padding: 30px;
}
.xmtjz ul li .pic{
	width: 100%;
}
.xmtjz ul li .pic .wh{
	padding-top: 100%;
	position: relative;
}
.xmtjz ul li .pic .wh .box-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.xmtjz ul li .pic .wh .box-fill img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.xmtjz ul li .info{
	font-size: 18px;
	text-align: center;
	line-height: 3;

}
.fixed-right{
	position: fixed;
	left: 50%;
	top: calc(24.4% + 174px);
	transform: translateX(calc(10% + 600px));
	width: 100px;
	z-index: 9999;
}
.fixed-right li{
	margin-bottom: 0;
}
.fixed-right li img{
	display: block;
	width: 100%;
	height: auto;
}
.fixed-right li p{
	margin: 10px 0 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
