::-webkit-scrollbar {
  width: 0.125rem;
  height: 0.125rem;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 0.15625rem;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 0.15625rem;
  -webkit-box-shadow: inset 0 0 0.09375rem rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0.09375rem rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: var(--in-color);
  color: #fff;
}
::-moz-selection {
  background-color: var(--in-color);
  color: #fff;
}
::-webkit-selection {
  background-color: var(--in-color);
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  line-height: 1.5;
  color: #333;
  background: #fff;
  max-width: 640px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  font-family: "Microsoft YaHei","微软雅黑",SimSun,"Oxygen",Arial,"Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei",sans-serif;
}
body > div {
  font-size: 0.34375rem;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #2e3136;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
  max-width: 100%;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 0.3125rem;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.inContent {
  margin: 0 auto;
  position: relative;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
:root {
  --in-color: #0c41ba;
}
html,
body {

  background-color: #ffffff;
 
}
html{
   
    max-width: 640px;
    margin: 0 auto;
    }
.banner {
  margin: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  margin: auto;
  overflow: initial;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .banner-pagination {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0.2rem;
}
.banner .banner-pagination span {
  position: relative;
  background: none;
  display: inline-block;
  outline: none;
  font-size: 0;
  margin-right: 0.1875rem;
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 100%;
  background-color: #000000;
  opacity: 1;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  background: var(--in-color);
  box-shadow: 0 0 0 0.03125rem #fff;
}
.banner:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0.734375rem;
  background: url(../images/bannerbg.png) 0 center no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}
.logo {
	
  display: block;
  border-radius:1rem 1rem 0 0;
  background-color: #ffffff;

  position: relative;
  z-index: 2;
  padding: 0.390625rem 0.625rem 0.3125rem;
  background:#0c41ba;
  background-size: cover;
}
.logo img {
  display: block;
  width: 100%;
  height: 1.5625rem;
  object-fit: contain;
}
.menu {
 margin: 0.1rem 0.1rem 0.1rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.203125rem 0rem rgba(0, 0, 0, 0.07);
  border-radius: 0.46875rem;
}
.menu ul {
  padding: 0.1875rem 0;
}
.menu ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.menu ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.menu ul li a {
  display: block;
  padding: 0.1875rem 0;
}
.menu ul li a i {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-radius: 100%;
}
.menu ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.3125rem;
  line-height: 1.4;
  margin-top: 0.1875rem;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0.390625rem 0.3125rem 0.46875rem;
}
.mbanner1 .t1 {
  font-size: 0.40625rem;
  line-height: 0.78125rem;
}
.mbanner1 .t1 span {
  font-weight: bold;
  color: var(--in-color);
}
.mbanner1 .tel {
  margin-top: 0.234375rem;
}
.mbanner1 .tel span {
  display: inline-block;
  vertical-align: top;
  height: 0.71875rem;
  line-height: 0.71875rem;
  background-color: var(--in-color);
  border-radius: 0.375rem;
  padding: 0 0.3125rem;
  color: #fff;
  color: #ffffff;
  font-size: 0.34375rem;
}
.title {
  line-height: 1;
  text-align: center;
}
.title span {
  display: inline-block;
  position: relative;
  padding-left: 0.15625rem;
  height: 1.40625rem;
  z-index: 1;
  text-align: left;
}
.title span:before {
  /* content: ""; */
  display: block;
  position: absolute;
  width: 1.140625rem;
  height: 1px;
  background-color: #666;
  left: -1.3125rem;
  bottom: 0.3125rem;
}
.title span:after {
  /* content: ""; */
  width: 0.5rem;
  height: 1px;
  background-color: #666;
  bottom: 0.125rem;
  left: -0.6875rem;
  position: absolute;
}
.title span em {
  text-transform: uppercase;
  display: block;
  position: absolute;
  z-index: -1;
  line-height: 1.40625rem;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.875rem;
  color: rgb(102 102 102 / 12%);
  left: -0.9375rem;
  top: 0;
}
.title span b {
  display: block;
  font-weight: bold;
  font-size: 0.5625rem;
  color: #1b1b1b;
  padding-top: 0.4375rem;
}
.title span i {
  display: block;
  text-transform: uppercase;
  font-size: 0.25rem;
  margin-top: 0.15625rem;
  color: #767676;
}
.news {
  overflow: hidden;
  padding: 0.78125rem 0.3125rem 0;
  border-bottom: 0.078125rem solid rgba(220, 220, 220, 0.2);
}
.news .newsBox {
  margin-top: 0.46875rem;
  overflow: hidden;
}
.news .newsNavSwiper {
  position: relative;
  overflow: hidden;
}
.news .newsNavSwiper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.0625rem;
  height: 0.03125rem;
  width: 100%;
  background-color: #e5e6eb;
}
.news .newsNavSwiper .swiper-container {
  width: 110%;
  margin-left: 0;
  overflow: initial !important;
}
.news .newsNavSwiper ul li {
  font-size: 0.34375rem;
}
.news .newsNavSwiper ul li a {
  display: inline-block;
  position: relative;
  line-height: 1.15625rem;
}
.news .newsNavSwiper ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: var(--in-color);
  margin-left: -0.09375rem;
  bottom: 0;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.news .newsNavSwiper ul li.swiper-slide-thumb-active a {
  font-weight: bold;
}
.news .newsNavSwiper ul li.swiper-slide-thumb-active a:before {
  opacity: 1;
}
.news .newsSwiper {
  margin-top: 0.625rem;
}
.news .newsSwiper .one .pic {
  display: block;
  width: 100%;
  height: 4.0625rem;
  border-radius: 0.078125rem;
  overflow: hidden;
}
.news .newsSwiper .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .one .cont {
  border-bottom: 1px solid #dcdcdc;
  padding: 0.3125rem 0 0.46875rem;
}
.news .newsSwiper .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.390625rem;
  line-height: 0.71875rem;
}
.news .newsSwiper .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.625rem;
  height: 1.25rem;
  font-size: 0.3125rem;
  color: #777777;
  margin-top: 0.15625rem;
}
.news .newsSwiper .one .cont .date {
  font-size: 0.28125rem;
  color: #999999;
  margin-top: 0.3125rem;
  line-height: 0.46875rem;
  background: url(../images/ico01.png) left center no-repeat;
  padding-left: 25px;
}
.news .newsSwiper .two {
  padding: 0.3125rem 0 0.46875rem;
}
.news .newsSwiper .two .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.390625rem;
  line-height: 0.71875rem;
}
.news .newsSwiper .two p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.625rem;
  height: 1.25rem;
  font-size: 0.3125rem;
  color: #777777;
  margin-top: 0.15625rem;
}
.news .newsSwiper .two .date {
  font-size: 0.28125rem;
  color: #999999;
  margin-top: 0.3125rem;
  line-height: 0.46875rem;
  background: url(../images/ico01.png) left center no-repeat;
  padding-left: 25px;
}
.xueke {
  padding-top: 0.78125rem;
  background: url(../images/xkbg.jpg) center bottom no-repeat;
  background-size: 100%;
}
.xueke .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.xueke .list ul li {
  width: 50%;
  padding: 0.375rem 0.3125rem 0;
  float: left;
}
.xueke .list ul li:last-child{float: right;width: 100%;}
.xueke .list ul li .item {
  background-color: #ffffff;
  border-radius: 0.078125rem;
  border: solid 1px rgba(206, 206, 206, 0.39);
  padding: 0.140625rem 0.140625rem 0;
}
.xueke .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 3.359375rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.xueke .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.xueke .list ul li .item .tt {
  height: 1.09375rem;
}
.xueke .list ul li .item .tt .bt {
  font-size: 0.3125rem;
  height: 0.90625rem;
  line-height: 0.90625rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
}
.xueke .list ul li .item .tt .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.40625rem;
  font-family: 'Times New Roman', Times, serif;
  color: #f4f4f4;
  text-transform: uppercase;
  height: 0.46875rem;
  line-height: 0.46875rem;
  margin-top: -0.28125rem;
  position: relative;
}
.xueke .list ul li .item .tt .en:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.15625rem;
  top: 0.140625rem;
  border-radius: 100%;
  width: 0.109375rem;
  height: 0.109375rem;
  border: solid 1px #0060b0;
}
.xueke .list ul li .item .tt .en:after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #0060b0;
  right: 0.25rem;
  top: 0.1875rem;
}
.xueke .list ul li .xkMore {
  padding-top: 0.78125rem;
}
.xueke .list ul li .xkMore .more {
  display: block;
  width: 3.90625rem;
  height: 1.015625rem;
  line-height: 1.015625rem;
  background-color: rgb(251, 159, 0);
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 0.3125rem;
  float: left;
}
.xueke .list ul li .xkMore .more:before {
  content: "";
  display: inline-block;
  width: 0.328125rem;
  height: 0.390625rem;
  vertical-align: middle;
  background: url(../images/xkmore.png) 0 center no-repeat;
  background-size: contain;
  margin-right: 0.234375rem;
}
.xueke .list ul li .xkMore .telT {
  /* margin-top: 1.25rem; */
  float: right;
}

.special-bd{/* padding: 0.3125rem; *//* background: #f3f4f9; */margin: 0.78125rem 0 0;}
.special-list>li{display:block;/* margin-bottom: 10px; */padding: 3px;border-radius: 6px;background: #fff;/* overflow: hidden; *//* box-shadow: 0 3px 3px #ddd; */width: 50%;float: left;padding: 0 0.3125rem 0.46875rem;}
.special-list>li>a{
    color:#fff;
    display:block;
    text-align:center;
    padding: 20px 15px;
    font-size: 16px;
    background-size: cover;
    background-position: center;
    font-weight: bold;
    text-shadow: 0px 2px 3px #2b2b2b;
    letter-spacing: 2px;
    border-radius: 6px;
    box-shadow: 0 3px 3px #ddd;
    }
.special-list>li.li1{/* border: 1px solid #b50302; */}
.special-list>li.li2{/* border: 1px dashed #458acb; *//* background: #458acb; */}
.special-list>li.li3{/* border: 1px dashed #3da5a6; */}
.special-list>li.li4{/* border: 1px dashed #ecbc64; */}
.special-list>li.li5{/* border: 1px dashed #6a9efb; */}
.special-list>li>a:hover{color:#fa990e;}



.telT {
  position: relative;
  padding-left: 0.875rem;
  font-size: 0.46875rem;
}
.telT:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.46875rem;
  width: 0.578125rem;
  height: 0.578125rem;
  background: url(../images/xktel.png) 0 center no-repeat;
  background-size: contain;
}
.telT span {
  display: block;
  line-height: 1;
  font-weight: bold;
}
.telT i {
  font-weight: bold;
  color: var(--in-color);
  line-height: 1;
  margin-top: 0.234375rem;
  font-family: 'Times New Roman', Times, serif;
}
.youshi {
  background: #e7f3ff;
  padding-top: 0.78125rem;
}
.youshi .ystit {
  text-align: center;
  line-height: 1;
}
.youshi .ystit h4 {
  text-transform: uppercase;
  font-size: 1.171875rem;
  font-family: 'Times New Roman', Times, serif;
  color: #fcfbfa;
  line-height: 0.9375rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 1px;
}
.youshi .ystit h3 {
  font-weight: bold;
  font-size: 0.625rem;
  position: relative;
  margin-top: -0.3125rem;
  white-space: nowrap;
}
.youshi .ystit h3 span {
  color: #fb9f00;
}
.youshi .ysBox {
  padding-bottom: 1.65625rem;
  position: relative;
}
.youshi .ysBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 2.828125rem;
  background: url(../images/ysbg.png) 0 0 no-repeat;
  background-size: 100%;
}
.youshi .ysBox .ysSwiper {
  background: #fff;
  margin: 0.78125rem 0.3125rem 0;
  border-radius: 0.46875rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.youshi .ysBox .ysSwiper ul li {
  padding: 0.46875rem 0.390625rem;
}
.youshi .ysBox .ysSwiper ul li .item {
  background-color: #e6ecf1;
  box-shadow: 0rem 0rem 0.125rem 0rem rgba(0, 0, 0, 0.23);
  border-radius: 0rem 0.46875rem 0.46875rem 0.46875rem;
  padding: 0.1875rem 0.3125rem 0.9375rem;
  position: relative;
  min-height: 5.625rem;
}
.youshi .ysBox .ysSwiper ul li .item .tit span {
  display: inline-block;
  vertical-align: top;
  height: 1.09375rem;
  line-height: 1.09375rem;
  background-color: #0c41ba;
  box-shadow: 0rem 0rem 0.125rem 0rem rgba(0, 0, 0, 0.23);
  border-radius: 0.5625rem;
  color: #ffffff;
  font-size: 0.53125rem;
  padding: 0 0.546875rem;
}
.youshi .ysBox .ysSwiper ul li .item .pic {
  width: 3.0625rem;
  height: 3.125rem;
  border-radius: 0.46875rem;
  overflow: hidden;
}
.youshi .ysBox .ysSwiper ul li .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youshi .ysBox .ysSwiper ul li .item .text {
  line-height: 0.625rem;
  color: #666666;
  font-size: 0.34375rem;
  margin-top: 0.53125rem;
}
.youshi .ysBox .ysSwiper ul li .item .num {
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.59375rem;
  line-height: 1;
  color: #d7dee3;
  right: 0.46875rem;
  bottom: 0.40625rem;
  font-weight: bold;
  position: absolute;
}
.youshi .ysBox .ysSwiper ul li .item1 .tit {
  margin-left: -0.546875rem;
  margin-top: -0.3125rem;
}
.youshi .ysBox .ysSwiper ul li .item1 .pic {
  float: right;
  margin-left: 0.78125rem;
}
.youshi .ysBox .ysSwiper ul li .item2 {
  text-align: right;
  margin-top: 0.625rem;
}
.youshi .ysBox .ysSwiper ul li .item2 .tit {
  margin-right: -0.546875rem;
  margin-top: -0.3125rem;
}
.youshi .ysBox .ysSwiper ul li .item2 .pic {
  float: left;
  margin-right: 0.3125rem;
}
.youshi .ysBox .ysSwiper ul li .item2 .num {
  left: 0.46875rem;
  text-align: left;
}
.youshi .ysBox .ysSwiper .page {
  text-align: right;
  position: absolute;
  z-index: 3;
  right: 0.46875rem;
  bottom: 0.46875rem;
  line-height: 0.46875rem;
}
.youshi .ysBox .ysSwiper .page .ys-prev {
  display: inline-block;
  vertical-align: top;
  height: 0.46875rem;
  width: 0.75rem;
  outline: none;
  background: url(../images/ysl.png) center center no-repeat;
  background-size: contain;
}
.youshi .ysBox .ysSwiper .page .ys-next {
  display: inline-block;
  vertical-align: top;
  height: 0.46875rem;
  width: 0.75rem;
  outline: none;
  background: url(../images/ysr.png) center center no-repeat;
  background-size: contain;
}
.youshi .ysBox .ysSwiper .page .ys-pagination {
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.3125rem;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3125rem;
  width: auto;
}
.youshi .ysBox .ysSwiper .page .ys-pagination .swiper-pagination-current {
  font-size: 0.46875rem;
  color: var(--in-color);
}
.youshi .ysBox .telT {
  position: absolute;
  z-index: 4;
  left: 0.3125rem;
  bottom: 0.9375rem;
}
.mbanner2 {
  background: url(../images/mbanner2.jpg) center 0 no-repeat;
  background-size: cover;
  height: 3.578125rem;
  padding-top: 1.25rem;
}
.mbanner2 .t1 {
  margin-left: 3.40625rem;
  background: url(../images/mban2t1.png) center 0 no-repeat;
  background-size: contain;
  width: 3.5625rem;
  height: 0.640625rem;
}
.mbanner2 .t2 {
  margin-top: 0.40625rem;
  color: #fff;
  font-size: 0.328125rem;
  line-height: 1;
  margin-left: 0.90625rem;
}
.student {
  padding-top: 0.78125rem;
}
.student .list {
  padding-top: 0.15625rem;
}
.student .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.student .list ul li {
  width: 50%;
  padding: 0.46875rem 0.3125rem 0;
  float: left;
}
.student .list ul li .item {
  background-color: #f3f4f9;
  border-radius: 0.3125rem;
}
.student .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 5.15625rem;
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.student .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.student .list ul li .item .bt {
  font-size: 0.3125rem;
  height: 1.34375rem;
  line-height: 1.34375rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
  text-align: center;
  padding: 0 0.15625rem;
}
.student .list ul li .xkMore {
  padding-top: 0.78125rem;
}
.student .list ul li .xkMore .more {
  display: block;
  width: 3.90625rem;
  height: 1.015625rem;
  line-height: 1.015625rem;
  background-color: rgba(0, 35, 65, 0.3);
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 0.3125rem;
}
.student .list ul li .xkMore .more:before {
  content: "";
  display: inline-block;
  width: 0.328125rem;
  height: 0.390625rem;
  vertical-align: middle;
  background: url(../images/xkmore.png) 0 center no-repeat;
  background-size: contain;
  margin-right: 0.234375rem;
}
.student .list ul li .xkMore .telT {
  margin-top: 1.25rem;
}
.about {
  padding-top: 0.9375rem;
}
.about .aboutText {
  background: url(../images/aboutbg.jpg) center 1.4375rem no-repeat;
  background-size: 100%;
  padding: 0 0.3125rem 0.9375rem;
  margin-top: 0.546875rem;
}
.about .aboutText .aboutPic {
  height: 5.78125rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.328125rem 0rem rgba(0, 46, 84, 0.35);
  border-radius: 0.078125rem;
  padding: 0.1875rem;
}
.about .aboutText .aboutPic iframe {
  width: 100% !important;
  height: 5.40625rem !important;
}
.about .aboutText .aboutPic img {
  display: block;
  width: 100%;
  height: 5.40625rem;
}
.about .aboutText .text {
  color: #ffffff;
  font-size: 0.3125rem;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 0.625rem;
  height: 2.5rem;
  margin-top: 0.625rem;
}
.about .aboutText .more {
  display: inline-block;
  color: #fff;
  font-size: 0.28125rem;
  margin-top: 0.46875rem;
  line-height: 0.46875rem;
  text-decoration: underline;
}
.honor {
  background: var(--in-color);
  padding-bottom: 0.546875rem;
}
.honor .honorBox {
  margin: 0 0.3125rem;
  background-color: #ffffff;
  border-radius: 0.078125rem;
  padding: 0.390625rem 0;
}
.honor .honorBox .tit {
  padding: 0 0.3125rem;
}
.honor .honorBox .tit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honor .honorBox .tit b {
  font-size: 0.40625rem;
  line-height: 0.46875rem;
  float: left;
}
.honor .honorBox .tit b:before {
  content: "";
  display: inline-block;
  margin-right: 0.234375rem;
  width: 0.09375rem;
  height: 0.3125rem;
  background-color: #fb9f00;
  vertical-align: middle;
}
.honor .honorBox .tit .more {
  display: block;
  float: right;
  font-size: 0.28125rem;
  color: #8b8b8b;
  line-height: 0.46875rem;
}
.honor .honorBox .list {
  padding-top: 0.3125rem;
}
.honor .honorBox .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honor .honorBox .list ul li {
  width: 50%;
  padding: 0.078125rem 0.3125rem 0;
  float: left;
}
.honor .honorBox .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 2.8125rem;
  border-radius: 0.078125rem;
  border: 0.125rem solid #e7e7e7;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .honorBox .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .honorBox .list ul li .item .bt {
  font-size: 0.28125rem;
  height: 0.703125rem;
  line-height: 0.703125rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
  text-align: center;
}
.honor .honorBox .list ul li .xkMore {
  padding-top: 0.78125rem;
}
.honor .honorBox .list ul li .xkMore .more {
  display: block;
  width: 3.90625rem;
  height: 1.015625rem;
  line-height: 1.015625rem;
  background-color: rgba(0, 35, 65, 0.3);
  border-radius: 0.625rem;
  text-align: center;
  color: #fff;
  font-size: 0.3125rem;
}
.honor .honorBox .list ul li .xkMore .more:before {
  content: "";
  display: inline-block;
  width: 0.328125rem;
  height: 0.390625rem;
  vertical-align: middle;
  background: url(../images/xkmore.png) 0 center no-repeat;
  background-size: contain;
  margin-right: 0.234375rem;
}
.honor .honorBox .list ul li .xkMore .telT {
  margin-top: 1.25rem;
}
.honor .ryTel {
  margin-top: 0.625rem;
  text-align: center;
}
.honor .ryTel span {
  display: inline-block;
  vertical-align: top;
  height: 0.78125rem;
  background-color: #fb9f00;
  border-radius: 0.375rem;
  line-height: 0.78125rem;
  padding: 0 0.3125rem;
  font-size: 0.328125rem;
  color: #ffffff;
}
.honor .ryTel span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.3125rem;
  height: 0.296875rem;
  margin-right: 0.15625rem;
  background: url(../images/ryTel.png) center center no-repeat;
  background-size: contain;
}
.message {
  background-color: #ffffff;
  padding: 0.9375rem 0.3125rem 0.546875rem;
}
.message .formbox{margin-top: 0.546875rem;}
.message .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox input {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.34375rem;
  height: 0.96875rem;
  background-color: #eeeeee;
  line-height: 0.96875rem;
  border: none;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-size: 0.3125rem;
  padding: 0 0.15625rem 0 0.859375rem;
  font-weight: normal;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) 0.3125rem center no-repeat;
  background-size: 0.3125rem 0.3125rem;
  background-color: #eeeeee;
  margin-right: 0.375rem;
}
.message .formbox input.usertel {
  background: url(../images/inpyzm.png) 0.3125rem center no-repeat;
  background-size: 0.3125rem 0.3125rem;
  background-color: #eeeeee;
  margin-top: 0.3125rem;
  width: 100%;
}
.message .formbox input.codeText {
  background: url(../images/inpdh.png) 0.3125rem center no-repeat;
  background-size: 0.3125rem 0.3125rem;
  background-color: #eeeeee;
}
.message .formbox input.xqcontent {
  background: url(../images/inpnr.png) 0.3125rem center no-repeat;
  background-color: #eeeeee;
  background-size: 0.3125rem 0.3125rem;
  width: 100%;
  margin-top: 0.3125rem;
}
.message .formbox input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 0.28125rem;
  opacity: 1;
}
.message .formbox input::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 0.28125rem;
  opacity: 1;
}
.message .formbox input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 0.28125rem;
  opacity: 1;
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 60/100;
  filter: alpha(opacity=60);
}
.message .formbox input:focus::-moz-placeholder,
.message .formbox input:active::-moz-placeholder {
  opacity: 60/100;
  filter: alpha(opacity=60);
}
.message .formbox input:focus:-ms-input-placeholder,
.message .formbox input:active:-ms-input-placeholder {
  opacity: 60/100;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  float: right;
  position: relative;
  display: block;
}
.message .formbox .code .imgCode {
  width: 1.71875rem;
  height: 0.6875rem;
  position: absolute;
  right: 0.140625rem;
  top: 0.140625rem;
}
.message .submitform {
  display: block;
  margin: 0.46875rem auto 0;
  border: none;
  width: 2.859375rem;
  height: 0.84375rem;
  background-color: var(--in-color);
  border-radius: 0rem 0.421875rem 0.421875rem 0.46875rem;
  line-height: 0.84375rem;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 0.3125rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.message .submitform:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.234375rem;
  width: 0.34375rem;
  height: 0.34375rem;
  background: url(../images/tjico.png) 0 center no-repeat;
  background-size: contain;
}
.footer {
  background: url(../images/footerbg.png) center 0 no-repeat;
  background-color: #0c41ba;
  color: #f3f3f3;
  background-size: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 2.34375rem;
}
.footer a {
  color: #b3b3b3;
}
.footer .tit {
  line-height: 0.46875rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.5625rem;
  position: relative;
  padding-left: 1.375rem;
  text-transform: uppercase;
}
.footer .tit:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.09375rem;
  height: 1px;
  background-color: #3d67c8;
  left: 0;
  bottom: 0.265625rem;
}
.footer .tit:after {
  content: "";
  width: 0.5rem;
  height: 1px;
  background-color: #3d67c8;
  bottom: 0.078125rem;
  left: 0.59375rem;
  position: absolute;
}
.footer .fooBox {
  padding: 0.78125rem 0.46875rem 0.46875rem;
}
.footer .fooBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .ewm1 {clear:both;
  display:flex; text-align:center;
}
.footer .ewm {padding: 0.38125rem 0.46875rem 0.06875rem;    width: 100%;/*   float: right; */}
.footer .ewm img {
  width: 1.875rem;
  height: 1.875rem;
  display: block; margin:0 auto;
}
.footer .list {
<!--  float: left;
  width: 6.25rem;-->
}
.footer .list ul li {
  min-height: 0.46875rem;
  line-height: 0.46875rem;
  margin-top: 0.375rem;
  padding-left: 0.546875rem;
  font-size: 0.296875rem;
}
.footer .list ul li:first-child {
  margin-top: 0;
}
.footer .list ul li.li1 {
  background: url(../images/lxico1.png) 0 0.078125rem no-repeat;
  background-size: 0.3125rem 0.3125rem;
}
.footer .list ul li.li2 {
  background: url(../images/lxico1.png) 0 0.078125rem no-repeat;
  background-size: 0.3125rem 0.3125rem;
}
.footer .list ul li.li3 {
  background: url(../images/lxico3.png) 0 0.078125rem no-repeat;
  background-size: 0.3125rem 0.3125rem;
}
.footer .list ul li.li4 {
  background: url(../images/lxico4.png) 0 0.078125rem no-repeat;
  background-size: 0.3125rem 0.3125rem;
}
.footer .copyright {
  text-align: center;
  font-size: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.5625rem;
  padding: 0.234375rem 0;
  color: #efefef;
}
.footer .copyright a {
  display: inline-block;
  color: #efefef;
}
.footer .copyright span {
  display: inline-block;
  padding: 0 0.078125rem;
}
.footer .copyright img {
  max-height: 0.34375rem;
  vertical-align: middle;
  margin-right: 0.078125rem;
}
.fooNav .fooNavA {
  position: fixed;
  z-index: 999;
  width: 9.375rem;
  bottom: 0.4375rem;
  height: 1.875rem;
  left: 50%;
  margin-left: -4.687rem;
}
.fooNav .fooNavA .fooNavList {
  width: 7.71875rem;
  float: left;
  background: var(--in-color);
  border-radius: 1.5625rem;
}
.fooNav .fooNavA .fooNavList a {
  width: 33.33%;
  height: 1.875rem;
  text-align: center;
  padding-top: 0.3125rem;
  float: left;
}
.fooNav .fooNavA .fooNavList a i {
  width: 0.78125rem;
  height: 0.78125rem;
  margin: auto;
  display: block;
}
.fooNav .fooNavA .fooNavList a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fooNav .fooNavA .fooNavList a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.375rem;
  color: #fff;
  line-height: 0.46875rem;
  margin-top: 0.0625rem;
}
.fooNav .fooNavA .fhome {
  width: 1.375rem;
  height: 1.375rem;
  background-color: var(--in-color);
  float: right;
  margin-top: 0.25rem;
  border-radius: 100%;
  padding: 0.296875rem;
}
.fooNav .fooNavA .fhome i {
  width: 0.78125rem;
  height: 0.78125rem;
  margin: auto;
  display: block;
}
.fooNav .fooNavA .fhome i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clear{clear: both;}