@charset "UTF-8";

.xm-banner1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.xm-banner1 .swiper-slide img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.xm-banner1 .swiper-slide.active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s;
  transition: all 10s;
}

.p-inAbout {
  background-color: #f0f0f0;
}

.xm-buju1 {
  overflow: hidden;
}

.xm-buju1-left {
  width: 56%;
  padding: 50px 0;
}

.xm-buju1-right {
  width: 44%;
  height: 732px;
  background: url(../images/inimg1.png) center 0/auto 100% no-repeat;
}

.xm-buju1-left .title {
  color: #0064c1;
  font-size: 36px;
}

.xm-buju1-left .subtitle {
  font-size: 24px;
  padding: 20px 0 30px;
}

.xm-buju1-left .desc {
  text-indent: 2em;
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  padding-right: 8%;
}

.xm-buju1-left .yousi {
  margin-right: 16%;
  padding: 50px 0 40px;
}

.xm-buju1-left .yousi-item {
  float: left;
  width: 25%;
  text-align: center;
}

.xm-buju1-left .yousi-title {
  font-size: 14px;
}

.xm-buju1-left .yousi-num .num {
  font-size: 30px;
  color: #222;
}

.xm-buju1-left .yousi-num sup {
  top: -1em;
  font-size: 120%;
}

.xm-buju1-nav {
  background-color: #fff;
  padding: 30px 0;
}

.xm-buju1-nav > a {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 18px;
}

.xm-buju1-nav > a:hover .iconbox {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.xm-buju1-nav .iconbox {
  display: inline-block;
  padding-bottom: 26px;
  width: 60px;
  height: 60px;
  background-image: url(../images/icons1.png);
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.xm-buju1-nav .icon2 {
  background-position: -60px 0;
}

.xm-buju1-nav .icon3 {
  background-position: -120px 0;
}

.xm-buju1-nav .icon4 {
  background-position: -180px 0;
}

.xm-buju1-more a {
  display: block;
  background-color: #0064c1;
  color: #fff;
  width: 222px;
  text-align: center;
  line-height: 54px;
}

.p-inJidi {
  margin-bottom: 60px;
}

.p-inJidi .xm-btn {
  width: 86px;
  line-height: 30px;
  border-radius: 15px;
}

.p-inJidi .xm-gridItem, .p-gy-member .xm-gridItem {
  width: 31.5%;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
}

.p-inJidi .xm-gridListCol3, .p-gy-member .xm-gridListCol3 {
  margin-right: -1.8%;
}

.xm-item3 {
  position: relative;
}

.xm-item3:hover .xm-item3-dhbg {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.xm-item3:hover .xm-item3-imgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.xm-item3:hover .xm-item3-line {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.xm-item3:hover .xm-item3-dhtxt {
  opacity: 1;
}

.xm-item3-imgbox {
  text-align: center;
  overflow: hidden;
}

.xm-item3-imgbox img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.xm-item3-dhbg {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  right: 0;
  background-color: #0064c1;
  opacity: .7;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.xm-item3-dhtxt {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px 10% 0;
  color: #fff;
  opacity: 0;
}

.xm-item3-line1 {
  line-height: 3;
  font-size: 16px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}

.xm-item3-line2, .xm-item3-line3 {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
}

.xm-item3-line2 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 30px;
}

.xm-item3-line1, .xm-item3-line2 {
  -webkit-transition: all .4s .3s;
  transition: all .4s .3s;
}

.xm-item3-line3 {
  -webkit-transition: all .4s .4s;
  transition: all .4s .4s;
}

.p-inPinzi {
  background-color: #f0f0f0;
  padding-bottom: 90px;
}

.p-inPinzi .xm-buju2 {
  padding: 0 10%;
  background-color: #fff;
  height: 300px;
  padding-top: 10%;
}

.p-inPinzi .xm-desc {
  font-size: 18px;
  line-height: 1.6;
}

.p-inPinzi .xm-gridItem {
  width: 31.5%;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
}

.p-inPinzi .xm-gridListCol3 {
  margin-right: -1.8%;
}

.p-inproducts-inner {
  padding: 0 11.48%;
}

.p-inproducts .xm-gridItem {
  width: 16.6%;
  margin-right: 8%;
}

.p-inproducts .xm-gridListCol4 {
  margin-right: -9%;
}

.p-inproducts {
  margin-bottom: 70px;
}

.p-inproducts .xm-item7 .iconbox {
  background-image: url(../images/icons2.png);
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
  margin-bottom: 30px;
}
.p-inproducts .xm-item7 .xm-title1 {
  margin-bottom: 16px;
}
.p-inproducts .xm-item7 .xm-desc {
  font-size: 16px;
  text-align: center;
}
.p-inproducts .xm-item7 .icon2 {
  background-position: -220px 0;
}
.p-inproducts .xm-item7 .icon3 {
  background-position: -440px 0;
}
.p-inproducts .xm-item7 .icon4 {
  background-position: -660px 0;
}
.p-inproducts .xm-item7:hover .icon1 {
  background-position: 0 -220px;
}
.p-inproducts .xm-item7:hover .icon2 {
  background-position: -220px -220px;
}
.p-inproducts .xm-item7:hover .icon3 {
  background-position: -440px -220px;
}
.p-inproducts .xm-item7:hover .icon4 {
  background-position: -660px -220px;
}

.p-inCase {
  background-color: #f0f0f0;
  padding-bottom: 90px;
}
.p-inCase .xm-gridItem {
  width: 23.7%;
  margin-right: 1.3%;
}
.p-inCase .xm-gridListCol4 {
  margin-right: -1.3%;
  margin-bottom: 50px;
}
.p-inCase .xm-btn {
  width: 110px;
  line-height: 34px;
  border-radius: 17px;
}

.xm-item5 {
  text-align: center;
  background-color: #fff;
}

.xm-item5-imgbox {
  overflow: hidden;
}
.p-inCase .xm-item5-imgbox img{
  position: relative;
  left:50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.xm-item5:hover .xm-item5-imgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-inCase .xm-item5:hover .xm-item5-imgbox img {
  -webkit-transform: scale(1.1) translateX(-50%);
  transform: scale(1.1) translateX(-50%);
}

.xm-item5-title {
  font-size: 18px;
  padding: 30px 0 22px;
}

.xm-item5-desc {
  font-size: 14px;
  padding-bottom: 26px;
}

.xm-item5-con {
  padding: 0 5% 36px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.xm-item5:hover .xm-item5-con {
  background-color: #2a85ec;
  color: #fff;
}

.xm-item5:hover .xm-btn {
  color: #fff;
  border-color: #fff;
}

.p-inNews {
  margin-bottom: 100px;
}

.xm-item8 h3 {
  font-size: 24px;
  font-weight: normal;
}
.xm-item8 h3:hover a {
  color: #2a85ec;
}

.xm-item8-info {
  font-size: 14px;
  color: #999;
  padding: 30px 0 20px;
}

.xm-item8-desc {
  color: #666;
  font-size: 14px;
}
.xm-item8-desc a:hover {
  color: #2a85ec;
}

.xm-buju3 .xm-gridItem {
  width: 50%;
  height: 270px;
}
.xm-buju3 h3 {
  padding-top: 70px;
}
.xm-buju3 .xm-diff1 {
  padding-right: 3%;
}
.xm-buju3 .xm-diff2 {
  padding-left: 3%;
}
.xm-buju3 .xm-item6 img {
  min-height: 100%;
}

.xm-tab-nav {
  text-align: center;
}
.xm-tab-nav > li {
  display: inline-block;
  cursor: pointer;
}

.xm-tab-page {
  display: none;
}
.xm-tab-page.active {
  display: block;
}

.xm-buju4 .xm-tab-nav {
  margin-bottom: 60px;
}
.xm-buju4 .xm-tab-nav > li {
  width: 110px;
  line-height: 34px;
  border-radius: 17px;
  margin: 0 50px;
}
.xm-buju4 .xm-tab-nav > li:hover, .xm-buju4 .xm-tab-nav > li.active {
  background-color: #2a85ec;
  color: #fff;
  border-color: #2a85ec;
}

.xm-nav2 {
  padding: 6px;
  background: #008de6;
}
.xm-nav2 > a {
  float: left;
  width: 16.66%;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border: 1px solid transparent;
}
.xm-nav2 > a:hover, .xm-nav2 > a.active {
  border-color: #fff;
}

.p-gy-nav {
  height: 56px;
}

.p-gy-nav .xm-nav2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  top: -24px;
}
.p-gy-nav .xm-nav2.active {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-gy-aboutTitle {
  padding-bottom: 200px;
}

.xm-buju5 {
  background: url(../images/tupian2.jpg) center 0 no-repeat fixed;
}

.xm-buju5-inner {
  position: relative;
  top: -150px;
  background-color: #006cb8;
  margin-bottom: -150px;
}
.xm-buju5-inner .line {
  position: absolute;
  right: 3%;
  bottom: 30px;
  width: 212px;
  height: 100px;
  background: url(../images/bg2.png) center no-repeat;
}

.xm-buju5-txt {
  line-height: 2;
  font-size: 16px;
  display: table;
  height: 100%;
  vertical-align: middle;
}
.xm-buju5-txt p {
  text-indent: 2em;
  display: table-cell;
  vertical-align: middle;
}

.xm-buju5-bottom {
  color: #fff;
  line-height: 130px;
  font-size: 14px;
  height: 130px;
}

.xm-buju5-bottominner {
  position: relative;
}
.xm-buju5-bottominner .txt {
  position: absolute;
  left: 0;
}

.xm-buju5-left {
  width: 53%;
  overflow: hidden;
}
.xm-buju5-left img {
  width: 100%;
}

.xm-buju5-right {
  position: absolute;
  top:0;
  bottom:0;
  margin-left: 53%;
  color: #fff;
  padding: 3%;
}
.xm-buju5-right .line2 {
  position: absolute;
  left: 58%;
  top: 30px;
  width: 212px;
  height: 100px;
  background: url(../images/bg1.png) center no-repeat;
}
.xm-buju5-con{
    border: 1px solid rgba(255,255,255,.3);
    height: 100%;
    padding: 30px;
}

.p-gy-honor, .p-in-fengmao {
  background-color: #f1f1f1;
  padding-bottom: 150px;
}

.p-gy-member img {
  width: 100%;
}
.p-gy-member .xm-title2 {
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.p-gy-member .xm-title2:after {
  width: 70px;
}

.xm-buju6 .xm-title1 {
  font-size: 30px;
  color: #fff;
}
.xm-buju6 .xm-title1:after {
  background-color: #fff;
}
.xm-buju6 .diff {
  background-color: rgba(0, 141, 230, 0.8);
  padding: 0 2%;
  color: #fff;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}
.xm-buju6 .diff:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.xm-buju6-desc {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
}

.xm-buju6-tr {
  display: table;
}

.xm-buju6-cell {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.xm-buju6-cell img {
  width: 100%;
}

.p-gy-wenhua {
  padding-bottom: 100px;
  background: url(../images/tupian11.jpg) center 0 no-repeat fixed;
}

.p-gy-history {
  margin-bottom: 100px;
  background: url(../images/bg3.png) 0 center repeat-x;
}

.xm-banner3 {
  position: relative;
  padding: 0 4%;
}
.xm-banner3 .swiper-container {
  position: static;
}
.xm-banner3 .swiper-button-prev, .xm-banner3 .swiper-button-next {
  width: 44px;
  height: 44px;
  background-size: cover;
  margin-top: -22px;
}
.xm-banner3 .swiper-button-prev {
  background-image: url(../images/tupian7.png);
  left: -10px;
}
.xm-banner3 .swiper-button-next {
  background-image: url(../images/tupian8.png);
  right: -10px;
}
.xm-banner3 .conbox {
  border-left: 1px solid #008de6;
  position: relative;
  height: 260px;
}
.xm-banner3 .conbox:after, .xm-banner3 .conbox:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #008de6;
  left: -4px;
}
.xm-banner3 .conbox:after {
  top: 0;
}
.xm-banner3 .conbox:before {
  bottom: 0;
}
.xm-banner3 .swiper-slide {
  padding: 20px 3.3% 0;
  height: 556px;
}
.xm-banner3 .title {
  color: #214ca9;
  font-size: 24px;
  padding-left: 10px;
}
.xm-banner3 .desc {
  padding-left: 10px;
  padding-bottom: 20px;
  height: 80px;
}
.xm-banner3 .swiper-slide:nth-child(odd) .title {
  position: relative;
  top: -14px;
}
.xm-banner3 .swiper-slide:nth-child(even) .conbox {
  -webkit-transform: translateY(254px);
  transform: translateY(254px);
}
.xm-banner3 .swiper-slide:nth-child(even) .imgbox {
  padding-top: 20px;
  margin-bottom: 10px;
}

.p-in-fengmao {
  padding-bottom: 30px;
}
.p-in-fengmao ul {
  margin-right: -4.6%;
}
.p-in-fengmao .xm-gridItem {
  width: 45.4%;
  margin-right: 4.6%;
  margin-bottom: 4.6%;
  border-bottom: 1px solid #333;
}

.xm-title3 {
  font-size: 16px;
  line-height: 70px;
  padding-left: 40px;
  position: relative;
}
.xm-title3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left-color: #008de6;
}

.p-case-con .xm-tab-nav, .p-newslist-con .xm-tab-nav {
  text-align: left;
  margin: 100px 0 50px;
}
.p-case-con .nav-item, .p-newslist-con .nav-item {
  width: 100px;
  line-height: 30px;
  text-align: center;
}
.p-case-con .nav-item.active, .p-case-con .nav-item:hover, .p-newslist-con .nav-item.active, .p-newslist-con .nav-item:hover {
  border-radius: 15px;
  color: #fff;
  background-color: #108aed;
}

.p-case-list {
  margin-right: -2.5%;
}
.p-case-list .xm-gridItem {
  width: 30.8%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  border-bottom: 1px solid #333;
}
.p-case-list .xm-item3-dhtxt {
  padding-top: 16%;
}
.p-case-list .xm-item3-line3 {
  display: inline-block;
  border: 1px solid #fff;
  width: 100px;
  line-height: 34px;
  border-radius: 12px;
}

.p-news-list .xm-buju7 {
  margin-bottom: 36px;
}

.xm-buju7:hover .timebox {
  border-color: #108aed;
}
.xm-buju7:hover .datebox, .xm-buju7:hover .date-day, .xm-buju7:hover .date-day sup {
  color: #108aed;
}

.xm-buju7-left {
  width: 27%;
  padding-top: 30px;
  position: relative;
}
.xm-buju7-left .timebox {
  position: absolute;
  z-index: -1;
  border: 5px solid #eee;
  top: 0;
  right: 0;
  bottom: 30px;
  left: 80px;
}
.xm-buju7-left .imgbox {
  width: 82%;
}
.xm-buju7-left .imgbox img {
  width: 100%;
}
.xm-buju7-left .datebox {
  position: absolute;
  top: 50%;
  right: -22%;
  color: #999;
  background-color: #fff;
}
.xm-buju7-left .date-day {
  font-size: 56px;
  line-height: 1;
  color: #333;
}
.xm-buju7-left .date-day sup {
  font-size: 20px;
  top: -1.6em;
  color: #999;
}

.xm-buju7-right {
  width: 73%;
  padding: 2% 0 0 10%;
}
.xm-buju7-right h2 {
  line-height: 80px;
  font-size: 16px;
}
.xm-buju7-right a:hover {
  color: #108aed;
}

.p-lx-concat {
  padding: 0 10% 70px;
}
.p-lx-concat .item {
  width: 33.33%;
  text-align: center;
}
.p-lx-concat img {
  margin-bottom: 20px;
}

.p-lx-map {
  height: 500px;
}

.p-lx-member {
  padding: 100px 0 70px;
}
.p-lx-member .xm-title4, .p-lx-member .info {
  display: inline-block;
  vertical-align: top;
}
.p-lx-member .info {
  margin-left: 30px;
  line-height: 2;
}
.p-lx-member .xm-gridItem {
  width: 50%;
  border-bottom: 1px solid #9e9e9e;
  padding: 40px 0;
}
.p-lx-member a:hover {
  color: #108aed;
}

.p-lx-liuyan {
  background: url(../images/tupian30.jpg) center no-repeat;
  margin-bottom: 70px;
}

.p-lx-liuyan .xm-formctl1 {
  width: 40%;
}
.p-lx-liuyan .formbox {
  width: 50%;
  min-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.p-lx-liuyan .xm-formctl1 {
  display: inline-block;
  text-align: left;
  margin: 0 3% 20px;
}
.p-lx-liuyan .xm-formctl1.fullwidth {
  width: 86%;
}
.p-lx-liuyan .xm-btn {
  width: 300px;
  height: 40px;
  margin: 30px 0 70px;
}

.xm-formctl1.fullwidth {
  width: 100%;
}
.xm-formctl1 .inner {
  border: 1px solid #108aed;
  line-height: 44px;
  color: #fff;
}
.xm-formctl1 .inner input, .xm-formctl1 .inner textarea {
  background: none;
  width: 70%;
  border: none;
  outline: none;
}
.xm-formctl1 .inner input {
  height: 40px;
}
.xm-formctl1 .inner textarea {
  height: 100px;
  resize: none;
  vertical-align: top;
}
.xm-formctl1 .inner .title {
  padding: 0 10px;
}
.xm-formctl1.require {
  position: relative;
}
.xm-formctl1.require:after {
  content: "*";
  color: red;
  position: absolute;
  right: -10px;
  top: 36%;
}

.p-cp-subtitle {
  text-align: center;
  padding-bottom: 80px;
}

.p-cp-nav {
  text-align: center;
  margin-bottom: 50px;
}
.p-cp-nav .xm-gridListCol4 {
  margin-right: -94px;
}
.p-cp-nav .xm-gridItem {
  width: 230px;
  margin-right: 93px;
  position: relative;
}
.p-cp-nav .xm-gridItem:hover .xm-title1:after {
  background-color: #0079e9;
}
.p-cp-nav .xm-gridItem:hover:after {
  width: 100%;
}
.p-cp-nav .xm-gridItem:hover .inner img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-cp-nav .xm-gridItem:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #0079e9;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.p-cp-nav .iconbox {
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #0079e9;
}
.p-cp-nav .inner {
  border-radius: 50%;
  overflow: hidden;
}
.p-cp-nav .inner img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.p-cp-nav .xm-title1 {
  margin-bottom: 20px;
}
.p-cp-nav .xm-title1:after {
  background-color: #000;
}
.p-cp-nav .xm-desc {
  margin-bottom: 20px;
}

.p-cp-section {
  background-repeat: no-repeat;
  background-position: center;
}
.p-cp-section .w1200 {
  display: table;
}
.p-cp-section .inner {
  height: 662px;
  display: table-cell;
  vertical-align: middle;
}

.p-cp-section1 {
  background-image: url(../images/tupian6.jpg);
}

.p-cp-section2 {
  background-image: url(../images/tupian8.jpg);
}

.p-cp-section3 {
  background-image: url(../images/tupian10.jpg);
}

.p-cp-section4 {
  background-image: url(../images/tupian12.jpg);
}

.p-cp-section5 {
  background-image: url(../images/tupian14.jpg);
}

.p-cp-section6 {
  background-image: url(../images/tupian16.jpg);
}

.p-cp-section7 {
  background-image: url(../images/tupian18.jpg);
}

.p-cp-section8 {
  background-image: url(../images/tupian20.jpg);
}

.p-cp-section9 {
  background-image: url(../images/tupian22.jpg);
}

.p-cp-section10 {
  background-image: url(../images/tupian24.jpg);
}
.p-cp-section10 .inner {
  vertical-align: top;
  padding-top: 120px;
}

.p-khCon {
  width: 40%;
}
.p-khCon .en {
  font-size: 40px;
  color: #666;
}
.p-khCon .title {
  margin-bottom: 20px;
  font-size: 40px;
  color: #0079e9;
}
.p-khCon .form-title {
  color: #0079e9;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.p-khCon .input {
  height: 40px;
  width: 48%;
  background: none;
  border: 1px solid #0079e9;
  text-indent: 1em;
}
.p-khCon .submit {
  background-color: #0079e9;
  border: none;
  color: #fff;
  width: 100px;
  height: 40px;
  margin-top: 10px;
}
.p-khCon .submit:hover {
  background-color: #006cd0;
}
.p-gy-zp {
  background-color: #fff;
}
.p-gy-zp .item {
  margin-bottom: 20px;
}
.p-gy-zp .item-title {
  background-color: #0079e9;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}
.p-gy-zp .item-desc {
  overflow: hidden;
  padding: 20px 40px;
  border: 1px solid #ddd;
}
.p-gy-zp .item-left {
  width: 50%;
  padding-right: 50px;
}
.p-gy-zp .item-right {
  width: 50%;
}
.p-gy-zp .other {
  padding-top: 20px;
}
.p-gy-zp .detail-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}


@media screen and (max-width: 1400px){
  .xm-buju5-txt{
    font-size: 14px;
  }
}