section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

span:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

img {
  border: 0;
  pointer-events: none;
}

/* body {
    padding-top: 42px;
} */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body::-webkit-scrollbar {
  display: none;
}

/*common*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.text-indent {
  text-indent: -9999px;
}

.text-center {
  text-align: center;
}

.dis-in-block {
  display: inline-block;
}

.dis-block {
  display: block;
}

.mg-auto {
  margin: 0 auto;
}

.no-mg {
  margin: 0 !important;
}

.no-pd {
  padding: 0 !important;
}

.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
  user-select: none;
  margin: 0;
}

body {
  background-color: #ffffff;
}

.banner img {
  display: block;
  width: 100%;
}

.all_tit {
  padding-top: .21rem;
}

.all_tit h3 {
  width: 5.13rem;
  height: .73rem;
  line-height: .73rem;
  text-align: center;
  background: url(../images/titBg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: .12rem;
  color: #ffffff;
  font-size: .36rem;
}

.all_tit p {
  color: #b7b7b7;
  font-size: .24rem;
  text-align: center;
}

.part1 {
  width: 7.1rem;
  margin: 0 auto;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  /* margin-top: -1rem; */
  background-color: #fff;
  border-radius: 3px;
  padding-bottom: .3rem;
}
.peoBox{
  display: flex;
}
.part1-box{
  margin-top: .25rem;
  padding: 0 .22rem;
}
.swiper-slide .peoBox >img{
  display: block;
  width: 1.74rem;height: 2.33rem;
  flex-shrink: 0;
  margin-right: .32rem;
}
.peoBox .info{
  flex: 1;
  height: 2.33rem;
  display: flex;
  flex-direction: column;
}
.peoBox .info h3{
  color: #4f4f4f;font-size: .28rem;
  margin-bottom: .06rem;
}
.hr{
  margin: .18rem 0;
  border: 1px solid #f6f6f6;
}
.peoBox .info p{
  color: #818181;font-size: .18rem;
}
.peoBox .info .desc{
  color: #7e7e7e;font-size: .22rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
  line-height:1.4;
  margin-top: .15rem;
}
.part2 {
  width: 7.1rem;
  height: 6.23rem;
  margin: 0 auto;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: -1rem;
  background-color: #fff;
  margin-top: .26rem;
  border-radius: 5px;
}

.jf_list {
  display: flex;
  flex-wrap: wrap;
  width: 6.65rem;
  margin: 0 auto;
  margin-top: .3rem;
}

.jf_list .items {
  display: block;
  width: 3.23rem;
  height: 2.05rem;
  margin-right: .15rem;
  margin-bottom: .15rem;
}

.jf_list .items:nth-of-type(2n) {
  margin-right: 0;
}

.jf_list .items img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.app_list {
  padding: 0 .24rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: .4rem;
}

.app_list .items {
  width: 50%;
  text-align: center;
  line-height: 1;
}

.app_list .items .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
}

.app_list .items .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.app_list .items h3 {
  color: #5b5b5b;
  font-size: .2rem;
  margin-bottom: .25rem;
  margin-top: .2rem;
}

.app_list .items p {
  color: #7d7d7d;
  font-size: .22rem;
}

.part3 {
  margin-top: .1rem;
}

.part3 .btn {
  display: block;
  margin: 0 auto;
  margin-top: .8rem;
  background: url(../images/btn1.png) no-repeat;
  background-size: 100% 100%;
  width: 3.86rem;
  height: .78rem;
}

.part4 {
  background: url(../images/part4.png) no-repeat;
  background-size: 100% 100%;
  height: 8.24rem;
  padding-top: 2.07rem;
}

.part4 .title {
  text-align: center;
  line-height: 1;
}

.part4 .title h3 {
  font-size: .36rem;
  color: #fff;
  margin-bottom: .3rem;
}

.part4 .title p {
  color: #b7b7b7;
  font-size: .24rem;
}

.form {
  width: 6.2rem;
  background-color: #fff;
  padding: .15rem .2rem;
  padding-bottom: 0;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: .34rem;
}

.form .items {
  height: .68rem;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  position: relative;
}

.form .items .tit {
  width: 1.1rem;
  display: flex;
  align-items: center;
  margin-right: .32rem;
  font-size: .24rem;
}

.form .items .tit img {
  display: block;
  width: auto;
  height: .22rem;
  margin-right: .13rem;
}

.form .items input {
  flex: 1;
  height: 100%;
  border: none;
  font-size: .2rem;
}

.form .items button {
  display: block;
  width: 1.24rem;
  height: .43rem;
  background-color: #97adf5;
  text-align: center;
  line-height: .43rem;
  color: #fff;
  font-size: .16rem;
  border: none;
  border-radius: 3px;
}

.form .items:last-child {
  border: none;
}

.part4 .btn {
  width: 6.24rem;
  height: .78rem;
  background: url(../images/btn2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
  margin-top: .2rem;
}

.part4 .btn2 {
  color: #fff;
  display: block;
  font-size: .2rem;
  text-align: center;
  width: 2.1rem;
  line-height: 2;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  margin-top: .3rem;
}

.part5 {
  margin-top: .1rem;
}

.part5 .all_tit h3 {
  background: url(../images/titBg2.png) no-repeat;
  background-size: 100% 100%;
}
.part7{
  margin-bottom: .25rem;
}
.part5-box {
  margin: .6rem auto;
}

.part5-box .icon img {
  display: block;
  width: 5.45rem;
  height: 2.56rem;
  margin: 0 auto;
}

.part5-txt {
  width: 6.58rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: .25rem;
}

.part5-txt.part5-txt2 {
  margin-bottom: 0;
  margin-top: .25rem;
}

.part5-txt.part5-txt2 .items:nth-of-type(1) {
  background: url(../images/icon6.png) no-repeat;
  background-size: 100% 100%;
}

.part5-txt.part5-txt2 .items:nth-of-type(2) {
  background: url(../images/icon7.png) no-repeat;
  background-size: 100% 100%;
}

.part5-txt .items {
  width: 2.99rem;
  height: 1.69rem;
  background: url(../images/icon4.png) no-repeat;
  background-size: 100% 100%;
  padding: .14rem;
}

.part5-txt .items h3 {
  color: #ffffff;
  font-size: .24rem;
  margin-bottom: .05rem;
}

.part5-txt .items p {
  color: #f5f5f5;
  font-size: .2rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.part5-txt .items:nth-of-type(1) {
  background: url(../images/icon4.png) no-repeat;
  background-size: 100% 100%;
}

.part5-txt .items:nth-of-type(2) {
  background: url(../images/icon5.png) no-repeat;
  background-size: 100% 100%;
}

.xyzs-box {
  width: 6.62rem;
  height: 4.11rem;
  margin: 0 auto;
  position: relative;
  margin-top: .3rem;
}
.xyzs-box2{
  position: absolute;
  left: 0.1rem;
  bottom: 0;width: 6.42rem;
}
.xyzs-box2 .swiper-slide{
  border: 1px solid transparent;
}
.xyzs-box2 .swiper-slide-thumb-active {
  border: 2px solid #415aff;
}
.part8 {
  width: 7.18rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding-bottom: .46rem;
  border-radius: 5px;
}

.part8 .ul {
  width: 6.67rem;
  margin: 0 auto;
  margin-top: .24rem;
  margin-bottom: .38rem;
}

.part8 .ul .li {
  height: .75rem;
  display: block;
  line-height: .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #f2f2f2;
  padding-left: .39rem;
  position: relative;
  color: #414141;
  font-size: .24rem;
}

.part8 .ul .li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  width: .08rem;
  height: .08rem;
  margin-top: -.04rem;
  background-color: #204cd6;
}

.part8 .btn {
  width: 6.24rem;
  height: .78rem;
  background: url(../images/btn3.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.part9 {
  margin: 0 auto;
  margin-top: .12rem;
  width: 6.68rem;
  padding-bottom: .25rem;
}

.part9 .form {
  width: 6.68rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.part9 .litit {
  display: flex;
  margin-top: .4rem;
  margin-bottom: .26rem;
}

.part9 .litit .items {
  padding-left: .33rem;
  color: #626262;
  font-size: .26rem;
  margin-left: .4rem;
  position: relative;
}

.part9 .litit .items::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  margin-top: -0.04rem;
  background-color: #204cd6;
}

.part9 .btn {
  width: 6.63rem;
  height: 0.78rem;
  background: url(../images/btn4.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.downList {
  width: 6.67rem;
  margin: 0 auto;
  margin-top: .4rem;
}

.downList .items {
  background: url(../images/icon9.png) no-repeat left center;
  background-size: .21rem .24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .75rem;
  border-bottom: 1px solid #f2f2f2;
  padding-left: .52rem;
  background-position-x: .15rem;
}

.downList .items a {
  color: #2f59de;
  font-size: .24rem;
}

.part10 {
  width: 7.18rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 5px;
  padding: 0 .28rem;
  padding-bottom: .4rem;
}

.part10 video {
  height: 4.05rem;
  width: 100%;
  background: url(../images/videoPoster.png) 50% 50%/cover no-repeat;
  margin-top: .19rem;
}

.part10 .txt {
  color: #676767;
  font-size: .24rem;
  margin-top: .3rem;
}

.part11 {
  margin-top: .14rem;
}

.part11 img {
  display: block;
  margin: 0 auto;
  width: 6.66rem;
  height: 1.52rem;
  margin-top: .46rem;
}

.footerT {
  height: 3.54rem;
  background: url(../images/footetBg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .5rem;
  padding-top: 1.28rem;
  text-align: center;
  color: #cecdcd;
  font-size: .24rem;
}

.footerT a {
  color: #cecdcd;
}

.footerT .logo {
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
  width: 2.76rem;
  height: .7rem;
  margin: 0 auto;
  display: block;
  margin-bottom: .4rem;
}

.footer {
  height: 1.12rem;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 99;
}

.footer a {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: .26rem;
  height: 100%;
}

.footer .kf {
  background: url(../images/footerBtn.png) no-repeat;
  background-size: 100% 100%;
}

.footer .kf img {
  display: block;
  width: .39rem;
  height: .31rem;
  margin-right: .18rem;
}

.footer .tel {
  background-image: linear-gradient(-18deg, #fbd95c 0%, #fa6a42 100%);
}

.footer .tel img {
  display: block;
  width: .31rem;
  height: .32rem;
  margin-right: .2rem;
}

.swiper-slide img{
  display: block;width: 100%;
}
body{
  max-width: 1080px;
  margin: 0 auto;
}
.part12{
  width: 7.18rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 5px;
  padding: 0 .28rem;
  padding-bottom: .4rem;
  margin-top: -1rem;
  position: relative;
  background-color: #fff;
  margin-bottom: .35rem;
  padding-bottom: .1rem;
}
.part12 .jf_list .items{
  height: auto;
  margin-bottom: 0;
}
.part12 .jf_list .items img{
  height: 2.05rem;
}
.part12 .jf_list .items p{
  text-align: center;
  line-height: 2;
  color: #000; 
  font-size: .3rem;
}