* {
  margin: 0;
  padding: 0;
}
html,
body {
  box-sizing: border-box;
  overflow: hidden;
}

input,select,button,textarea{-webkit-appearance: none;}


body {
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}

p {
  margin: 0;
}

.stop {
  height: 100vh;
}

.head .header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  box-sizing: border-box;
  z-index: 999;
}
.head .header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .header .header-content .nav {
  display: flex;
}
.head .header .header-content .nav .nav-item {
  /*margin: 0 70px;*/
  margin-left: 1.55rem;
  text-align: center;
  line-height: 1rem;
  position: relative;
}
.head .header .header-content .nav .nav-item a {
  font-size: 0.18rem;
  color: #000000;
  font-weight: 400;
  white-space: pre;
}
.head .header .header-content .nav .nav-item img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
}
.head .header .header-content .logo a img {
  width: 1.5rem;
}
.head .back-top {
  display: none;
  position: fixed;
  bottom: 40%;
  right: 5%;
  cursor: pointer;
  z-index: 9999;
}
.head .back-top img {
  width: 56px;
}
.head .phone-header {
  display: none;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
}
.head .phone-header .phone-header-top {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .phone-header .phone-header-top .logo {
  width: 80px;
}
.head .phone-header .flex {
  display: flex !important;
}
.head .phone-header .nav-con {
  display: none;
  flex: 1;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 100vh;
}
.head .phone-header .nav-con ul {
  background-color: #fff !important;
  padding: 0 50px;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head .phone-header .nav-con ul li {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.head .phone-header .nav-con ul li a {
  color: #000000;
}
.head .phone-header .nav-con ul li a.on {
     color: #0fc0c8;
}
.head .phone-header .nav-con .mask {
  flex: 1;
  background-color: #292929;
  z-index: 888;
  opacity: 0.9;
}
.footer {
  width: 100%;
  background: #41c2ce;
  padding: 1rem 0;
  color: #ffffff;
}
.footer .footer-content {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .footer-left {
  display: flex;
  flex-direction: column;
}
.footer .footer-content .footer-left .foot-logo {
  margin-bottom: 0.28rem;
}
.footer .footer-content .footer-left .foot-logo img {
  width: 1.26rem;
}
.footer .footer-content .footer-left .wx {
  position: relative;
  margin-top: 0.4rem;
}
.footer .footer-content .footer-left .wx .wx-con {
  display: inline-block;
}
.footer .footer-content .footer-left .wx .wx-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
}
.footer .footer-content .footer-left .wx .wx-qr {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  margin-left: 0.1rem;
}
.footer .footer-content .footer-left .wx .wx-con:hover .wx-qr {
  display: block;
}
.footer .footer-content .footer-right {
  flex: 1;
  margin-left: 1.62rem;
  display: flex;
  flex-direction: column;
}
.footer .footer-content .footer-right .right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
}
.footer .footer-content .footer-right .right-top .right-top-item {
  font-size: 0.14rem;
  line-height: 0.32rem;
}
.footer .footer-content .footer-right .right-top .right-top-item .title {
  font-size: 0.15rem;
  font-weight: 600;
}
.footer .footer-content .footer-right .right-top .right-top-item a {
  color: #ffffff;
}
.footer .footer-content .footer-right .right-bottom {
  margin-top: 0.22rem;
  font-size: 0.14rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .footer-right .right-bottom a {
  color: #ffffff;
}
.content #content_top {
  padding-top: 1rem;
  width: 100%;
}
.content #content_top .container {
  position: relative;
  z-index: 0;
}
.content #content_top .container .content_top-1 {
  margin-top: 1rem;
}
.content #content_top .container .content_top-1 .info {
  font-size: 0.2rem;
  font-weight: 400;
  color: #999999;
  margin-top: 0.39rem;
  margin-bottom: 0.67rem;
}
.content #content_top .container .content_top-1 .more {
  background: rgba(255, 255, 255, 0.68);
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 24px 0px rgba(2, 244, 255, 0.14);
  opacity: 0.8;
  border-radius: 42px;
  padding: 0.2rem 0.74rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #0fc0c8;
  line-height: 1rem;
}
.content #content_top .container .content_top-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 0;
}
.content #content_top .container .content_top-2 img {
  width: 100%;
}

.line-title {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.66rem;
  letter-spacing: 0.05rem;
  position: relative;
}
.line-title img {
  width: 1.43rem;
  position: absolute;
  right: -0.07rem;
  bottom: -0.08rem;
  z-index: -2;
}
/*.home #head .header .nav-item:nth-child(1) img {*/
/*  display: block;*/
/*}*/
.home .content #content_top {
  background: url(../images/home-10.png) no-repeat;
  z-index: 0;
  background-size: 100% 100%;
  position: relative;
}
.home .content #content_top .content_top-1 {
  margin-top: 2.46rem;
}
.home .content #content_top .container .content_top-list {
  margin: 2.3rem 0 1.56rem;
}
.home .content #content_top .container .content_top-list ul {
  display: flex;
  justify-content: space-around;
}
.home .content #content_top .container .content_top-list ul li {
  width: 3.2rem;
  padding: 1.13rem 0.54rem 1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 94px 9px rgba(159, 159, 159, 0.18);
  border-radius: 7px;
  text-align: center;
  z-index: 88;
}
.home .content #content_top .container .content_top-list ul li .part {
  font-size: 0.52rem;
  font-weight: bold;
  color: #52acf7;
  margin-bottom: 0.97rem;
}
.home .content #content_top .container .content_top-list ul li .part-in {
  font-size: 0.2rem;
  font-weight: 400;
  color: #404040;
  line-height: 0.36rem;
}
.home .content #content_top .content_top-2 {
  width: 10.91rem;
  position: absolute;
  right: 0;
  top: 2.43rem;
  z-index: -1;
}

.home .content #content_top .content_top-2 img {
  width: 100%;
}

.home .content .home-1 {
  padding: 1.6rem 0 1.6rem;
}
.home .content .home-1 .container {
  display: flex;
}
.home .content .home-1 .left {
  position: relative;
}
.home .content .home-1 .left .left-img1 {
  width: 7.13rem;
}
.home .content .home-1 .left .left-img2 {
  width: 3.29rem;
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
}
.home .content .home-1 .right {
  flex: 1;
  margin-left: 0.8rem;
}
.home .content .home-1 .right .title {
  margin-top: 1rem;
  font-size: 0.48rem;
  line-height: 0.72rem;
  color: #000000;
  font-weight: bold;
}
.home .content .home-1 .right .info {
  margin: 0.56rem 0 1.11rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
}
.home .content .home-1 .right .more {
  border: 2px solid #40b3f5;
  border-radius: 38px;
  padding: 0.2rem 0.5rem;
  font-size: .24rem;

  color: #40b3f5;
  line-height: .72rem;
}
.home .content .home-2 {
  background: #fcfbfb;
  padding: 1.16rem 0;
  text-align: center;
}
.home .content .home-2 .line-title {
  z-index: 0;
}
.home .content .home-2 .home-2-intor {
  margin: .36rem 0;
  font-size: .24rem;
  font-weight: 400;
  color: #666666;
}
.home .content .home-2 .home-2-line img{
  width: 1.67rem;
}
.home .content .home-2 .home-2-c {
  width: 100%;
}
.home .content .home-2 .home-2-c .home-2-c-map img {
  width: 100%;
}
.home .content .home-2 .home-2-c .home-2-c-map .dis-none {
  display: none;
}
.home .content .home-2 .home-2-c .home-2-c-intor {
  text-align: left;
  display: flex;
  align-items: center;
}
.home .content .home-2 .home-2-c .home-2-c-intor img{
  width: .3rem;
}
.home .content .home-2 .home-2-c .home-2-c-intor span {
  flex: 1;
  margin-left: .21rem;
  font-size: .26rem;
  font-weight: 400;
  color: #02abc2;
  line-height: .36rem;
}
.home .content .home-3 {
  background: #fcfbfb;
  padding: .9rem 0;
}
.home .content .home-3 .swiper-box {
  position: relative;
}
.home .content .home-3 .swiper-box .swiper {
  position: initial;
}
.home .content .home-3 .swiper-box .swiper .swiper-slide .logoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .content .home-3 .swiper-box .swiper .swiper-slide .logoBox .logo-items {
  width: 20%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.home .content .home-3 .swiper-box .swiper .swiper-slide .logoBox .logo-items img {
  margin: 0 auto;
  width: 100%;
}
.home .content .home-3 .swiper-box .swiper .swiper-slide .logoBox .dis-none {
  display: none;
}
.home .content .home-3 .swiper-box .swiper .swiper-button-prev {
  left: -1rem;
  color: #999999;
}
.home .content .home-3 .swiper-box .swiper .swiper-button-next {
  right: -1rem;
  color: #999999;
}
.home .content .home-4 {
  padding: 50px 0;
  background: url(../images/home-8.png) no-repeat;
  z-index: -10;
  background-size: 100% 100%;
  background-position-y: 1.5rem;
}
.home .content .home-4 .course {
  display: flex;
  position: relative;
}
.home .content .home-4 .course .year {
  padding: 0 .2rem;
}
.home .content .home-4 .course .year .year-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: .73rem 0;
  cursor: pointer;
  font-size: .36rem;
  font-weight: 400;
  line-height: .4rem;
  color: #666666;
}
.home .content .home-4 .course .year .year-item img {
  display: none;
  width: 1.43rem;
}
.home .content .home-4 .course .year .active {
  font-size: .6rem;
  font-weight: bold;
  color: #45aff6;
  line-height: .72rem;
}
.home .content .home-4 .course .year .active img {
  display: block;
}
.home .content .home-4 .course .month {
  margin-left: 1rem;
  margin-top: 1.4rem;
  position: relative;
  padding-right: 3.5rem;
  height: 6.2rem;
  overflow: hidden;
}
.home .content .home-4 .course .month .month-con {
  height: 100%;
  overflow: auto;
  display: none;
}
.home .content .home-4 .course .month .block {
  display: block;
}
.home .content .home-4 .course .month .month-con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
  color: transparent;
  display: none;
}
.home .content .home-4 .course .month .month-con .month-in {
  height: 100%;
}
.home .content .home-4 .course .month .month-title {
  font-size: .6rem;
  font-weight: bold;
  color: #45aff6;
  line-height: .5rem;
}
.home .content .home-4 .course .month .month-eve {
  font-size: .5rem;
  font-weight: bold;
  color: #010101;
  margin-top: .35rem;
}
.home .content .home-4 .course .month .month-info {
  font-size: .34rem;
  font-weight: 400;
  line-height: .5rem;
  margin-top: .48rem;
  color: #000000;
}
.home .content .home-4 .course .month .month-next {
  position: absolute;
  left: 0;
  bottom: 1rem;
  cursor: pointer;
}
.home .content .home-4 .course .month .month-next img {
  width: .48rem;
  height: .48rem;
}

.home .content .home-4 .course .course-img {
  width: 5.18rem;
  position: absolute;
  right: -2rem;
  bottom: 0;
}
.home .content .home-4 .course .course-img img{
  width: 5.18rem;
}

.header .nav-item.on img {
    display: block !important;
}

.join .content #content_top {
  background: url(../images/join-1.png) no-repeat;
  background-size: 100% 100%;
  z-index: -10;
}
.join .content #content_top .container {
  display: flex;
  justify-content: space-between;
}
.join .content #content_top .container::before,.join .content #content_top .container::after{
    display: none;
}
.join .content #content_top .container .content_top-1 {

  margin-top: 2.16rem;
}
.join .content #content_top .container .content_top-1 .search {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 14px 0px rgba(2, 244, 255, 0.14);
  border-radius: 34px;
  padding: .2rem 1.62rem .2rem .69rem;
  font-weight: 400;
  color: #0fc0c8;
  outline: none;
  font-size: .2rem;
}
.join .content #content_top .container .content_top-1 .search::placeholder {
  font-weight: 400;
  color: #0fc0c8;
  padding-left: .05rem;
}

.join .content #content_top .container .content_top-1 .search-input {
  position: relative;
  width: 100%;
}

.join .content #content_top .container .content_top-1 .search-icon {
  width: .2rem;
  height: .2rem;
  position: absolute;
  right: .56rem;
  top: 50%;
  transform: translateY(-50%);
}
.join .content #content_top .container .content_top-1 .search-input .submit{
    right: 60px!important;
}
.join .content #content_top .container .content_top-1 .search-input .submit input{
    width: 100%!important;
    height: 100%!important;
}

.join .content #content_top .container .content_top-1 .search-input .submit img{
    width: 20px;
    height: 20px;
}

.join .content #content_top .container .content_top-2 {
  width: 7.64rem;
  margin-bottom: .3rem;
  position: static;
  /* width: auto; */
  margin-top: .8rem;
}

.join .content .join-1 {
  text-align: center;
  padding: 1.64rem 0;
}
.join .content .join-con .line-title {
  font-size: .56rem;
}
.join .content .join-1 .join-1-items {
  display: flex;
  justify-content: space-around;
  margin: 1.08rem 0;
  padding: 0 .3rem;
}
.join .content .join-1 .join-1-items .items-img {
  width: 5.32rem;
}
.join .content .join-1 .join-1-items .items-img img {
  width: 100%;
}

.join .content .join-1 .join-1-items .items-info {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.join .content .join-1 .join-1-items .items-info .part {
  width: 1rem;
  position: relative;
  text-align: center;
  align-items: center;
}
.join .content .join-1 .join-1-items .items-info .part img{
  width: 100%;
}

.join .content .join-1 .join-1-items .items-info .part .part-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .28rem;
  font-weight: bold;
  color: #999999;
}
.join .content .join-1 .join-1-items .items-info .items-text {
  width: 3.75rem;
  text-align: left;
  margin-left: .83rem;
}
.join .content .join-1 .join-1-items .items-info .items-text .title {
  font-size: .48rem;
  font-weight: bold;
  color: #000000;
  line-height: .72rem;
}
.join .content .join-1 .join-1-items .items-info .items-text ul {
  margin-top: .71rem;
}
.join .content .join-1 .join-1-items .items-info .items-text ul li {
  list-style: disc;
  font-size: .2rem;
  color: #666666;
  line-height: .3rem;
  margin-bottom: .24rem;
}

.join .content .join-1 .item-2 .items-info,
.join .content .join-1 .item-3 .items-info {
  justify-content: flex-end;
}
.join .content .join-1 .item-2 .items-img{
  width: 4.76rem;
}

.join .content .join-1 .item-3 .items-img {
  width: 4.52rem;
  position: relative;
}
.join .content .join-1 .item-3 .items-img img {
  flex: 1;
  position: absolute;
  top: -1.9rem;
}
.join .content .join-2 {
  position: relative;
  margin-top: 1rem;
}
.join .content .join-2 .container {
  display: flex;
  justify-content: center;
}
.join .content .join-2 .container .join-2-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: .36rem;
}
.join .content .join-2 .container .join-2-left .line-title {
  margin-bottom: .42rem;
  margin-top: .16rem;
}
.join .content .join-2 .container .join-2-left .join-2-items {
  margin-top: 1rem;
}
.join .content .join-2 .container .join-2-right {
  z-index: 3;
}
.join .content .join-2 .container .join-2-items {
  background: url(../images/join-7.png) no-repeat;
  background-size: 100%, 100%;
  width: 6.9rem;
  padding: 1.35rem .97rem 1.85rem;
  z-index: 1;
}
.join .content .join-2 .container .join-2-items .comma {
  font-size: 1.2rem;
  font-weight: 400;
  color: #126cde;
  line-height: .54rem;
}
.join .content .join-2 .container .join-2-items .text {
  font-size: .24rem;
  font-weight: bold;
  color: #333333;
  line-height: .46rem;
}
.join .content .join-2 .container .join-2-items p {
  font-size: .24rem;
  color: #666666;
  text-align: right;
  margin-top: .3rem;
}
.join .content .join-2 .join-2-img {
  position: absolute;
  top: 3.55rem;
  right: 0;
  width: 100%;
  z-index: 0;
}
.join .content .join-2 .join-2-img img {
  width: 100%;
}


.join .content .join-3,
.join .content .join-4 {
  text-align: center;
  padding: .8rem 0;
}
.join .content .join-3 .job-offer,
.join .content .join-4 .job-offer {
  margin-top: .3rem;
  border-bottom: 1px solid #e5e5e5;
}
.join .content .join-3 .job-offer .job-items,
.join .content .join-4 .job-offer .job-items {
  
  padding: .14rem 0;
  display: flex;
  justify-content: space-between;
}
.join .content .join-3 .job-offer .job-items .td,
.join .content .join-4 .job-offer .job-items .td {
  text-align: left;
}
.join .content .join-3 .job-offer .job-items .td .title,
.join .content .join-4 .job-offer .job-items .td .title {
  font-size: .14rem;
  font-weight: 400;
  color: #999999;
  line-height: .3rem;
}
.join .content .join-3 .job-offer .job-items .td .info,
.join .content .join-4 .job-offer .job-items .td .info {
  font-size: .2rem;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.job-items:hover .td .info {
  color: #ffb622 !important;
}
.join .content .join-3 .page-block,
.join .content .join-4 .page-block {
  display: flex;
  justify-content: center;
  margin-top: .2rem;
}
.join .content .join-3 .page-block span,
.join .content .join-4 .page-block span {
  padding: .05rem;
  margin: 0 .1rem;
  cursor: pointer;
}
.join .content .join-3 .page-block .active,
.join .content .join-4 .page-block .active {
  color: #ffb622;
  border-bottom: .01rem solid #ffb622;
}
/*.solution #head .header .nav-item:nth-child(3) img {*/
/*  display: block;*/
/*}*/
.solution .content #content_top {
  background: url(../images/solution-2.png) no-repeat;
  z-index: -10;
  background-size: 100% 100%;
  padding-bottom: 3.4rem;
}
.solution .content #content_top .container {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.solution .content #content_top .container .content_top-1 .en-title {
  font-size: .4rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.38rem;
}
.solution .content #content_top .container .content_top-1 .info {
  font-size: .18rem;
  font-weight: 400;
  color: #999999;
  line-height: .4rem;
}
.solution .content #content_top .container .content_top-2 {
  position: absolute;
  width: 9.12rem;
  margin-bottom: .3rem;
  position: static;
  margin-top: -1rem;
  margin-right: -1.74rem;
  margin-left: 1.56rem;
}
.solution .content #content_top .container .swiper-box {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: .5rem 0;
  width: 100%;
  position: absolute;
  bottom: -1rem;
}
.solution .content #content_top .container .swiper-box .partner {
  font-size: .28rem;
  color: #333333;
  line-height: .4rem;
  text-align: center;
  padding-bottom: .3rem;
  font-weight: 400;
  letter-spacing: .06rem;
}
.solution .content #content_top .container .swiper-box .swiper {
  width: 100%;
  margin-top: .3rem;
}
.solution .content #content_top .container .swiper-box .swiper .swiper-slide {
  height: 100%;
  margin: auto;
}
.solution .content #content_top .container .swiper-box .swiper .swiper-slide .logoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.solution .content #content_top .container .swiper-box .swiper .swiper-slide .logoBox img {
  cursor: pointer;
  width: 1.5rem;
}
.solution .content #content_top .container .swiper-box .swiper .swiper-slide .logoBox .dis-none {
  display: none;
}
.solution .content .solution-1 {
  padding: 0px 0 1rem;
  text-align: center;
}

.solution .content .solution-1 .solution-1-con {
  /*width: 80%;*/
  margin: 0 auto;
}
.solution .content .solution-1 .solution-1-con .solution-1-img {
  /*width: 100%;*/
  margin-top: .6rem;
}
.solution .content .solution-1 .solution-1-con .solution-1-img img {
  width: 12.63rem;
}
.solution .content .solution-1 .solution-1-con .solution-1-intro {
  display: flex;
  margin-top: .5rem;
  
  margin: .5rem auto 0;
}
.solution .content .solution-1 .solution-1-con .solution-1-intro .intro-items {
  width: 33.33333%;
  text-align: left;
  padding-left: .6rem;
}
.solution .content .solution-1 .solution-1-con .solution-1-intro .intro-items .title {
  font-size: .3rem;
  font-weight: bold;
  color: #000000;
  line-height: .38rem;
}
.solution .content .solution-1 .solution-1-con .solution-1-intro .intro-items .info {
  text-align: left;
  margin-top: .2rem;
  font-size: .18rem;
  font-weight: 400;
  color: #999999;
  line-height: .4rem;
}
.solution .content .solution-1 .solution-1-phone {
  display: none;
  overflow-x: scroll;
}
.solution .content .solution-1 .solution-1-phone .phone-items:nth-of-type(2) {
  margin: 0 40px;
}
.solution .content .solution-1 .solution-1-phone .phone-items {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  align-items: center;
}
.solution .content .solution-1 .solution-1-phone .phone-items .phone-img img {
  width: 200px;
  height: 200px;
}
.solution .content .solution-1 .solution-1-phone .phone-items .phone-text {
  text-align: left;
  margin-top: 20px;
  padding-left: 40px;
}
.solution .content .solution-1 .solution-1-phone .phone-items .phone-text .phone-text-title {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
}
.solution .content .solution-1 .solution-1-phone .phone-items .phone-text .phone-text-info {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
.solution .content .solution-2 {
  background: url(../images/solution-4.png) no-repeat;
  z-index: -10;
  background-size: 100% 100%;
  height: 10.68rem;
  overflow: hidden;
}
.solution .content .solution-2 .solution-2-content {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.solution .content .solution-2 .solution-2-content .solution-2-left {
  margin-top: 2.04rem;
  width: 6.08rem;
}
.solution .content .solution-2 .solution-2-content .solution-2-left .solution-2-left-title {
  font-size: .5rem;
  font-weight: bold;
}
.solution .content .solution-2 .solution-2-content .solution-2-left .solution-2-left-intro {
  font-size: .2rem;
  margin-top: .4rem;
  line-height: .46rem;
}
.solution .content .solution-2 .solution-2-content .solution-2-right {
  height: 100%;
}
.solution .content .solution-2 .solution-2-content .solution-2-right .swiper {
  height: 100%;
}
.solution .content .solution-2 .solution-2-content .solution-2-right .swiper .swiper-slide {
  height: auto;
  text-align: right;
}
.solution .content .solution-2 .solution-2-content .solution-2-right img {
  width: 4.36rem;
}
/*.contact #head .header .nav-item:nth-child(4) img {*/
/*  display: block;*/
/*}*/
.contact .content #content_top {
  background: url(../images/contact-6.png) no-repeat;
  z-index: 0;
  background-size: 100% 100%;
}
.contact .content #content_top .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contact .content #content_top .container .content_top-1 {
  width: 5.02rem;
}
.contact .content #content_top .container .content_top-2 {
  width: 7.46rem;
  margin-bottom: .3rem;
  position: relative;
}

.contact .content #content_top .container .content_top-2 .map-icon {
  width: .44rem;
  height: .6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact .content #content_top .container .form-box {
 
  position: absolute;
  bottom: -4.3rem;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.16);
  border-radius: 7px;
  display: flex;
}
.contact .content #content_top .container .form-box .contact-us {
  background-color: #ffffff;
  width: 60%;
  margin: .6rem 0 .3rem .53rem;
}
.contact .content #content_top .container .form-box .contact-us .form-title {
  font-size: .38rem;
  font-weight: bold;
  color: #169daa;
}
.contact .content #content_top .container .form-box .contact-us .form-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5rem;
  margin-bottom:20px;
}
.contact .content #content_top .container .form-box .contact-us .form-con .form-item {
  display: flex;
  flex-direction: column;
  margin: .34rem .2rem .24rem 0;
}
.contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-tit {
  font-size: .26rem;
  font-weight: 400;
  color: #666666;
}
.contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-tit .rule {
  display: none;
  color: red;
  font-size: .08rem;
}
.contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-tit .show {
  display: inline-block !important;
}
.contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-ipt {
  margin-top: .05rem;
  border: none;
  border-bottom: 1px solid #eeeeee;
  outline: none;
  font-size: .2rem;
  font-weight: bold;
  color: #169daa;
  line-height: .23rem;
  padding: .06rem .13rem;
}
.contact .content #content_top .container .form-box .contact-us .form-con .form-item-last {
  width: 5rem ;
}
.contact .content #content_top .container .form-box .contact-us .form-con .submit {
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
}
.contact .content #content_top .container .form-box .contact-us .form-con .submit img {
  width: 100%;
}
.contact .content #content_top .container .form-box .business {
  width: 40%;
  background: url(../images/contact-5.png) no-repeat;
  background-size: 100% 100%;
  background-position:top;
  padding: .6rem;
}
.contact .content #content_top .container .form-box .business .business-title {
  font-size: .38rem;
  font-weight: bold;
  color: #ffffff;
}
.contact .content #content_top .container .form-box .business .business-con {
  margin-top: .5rem;
}
.contact .content #content_top .container .form-box .business .business-con .business-items {
  display: flex;
  align-items: center;
  margin-bottom: .6rem;
}
.contact .content #content_top .container .form-box .business .business-con .business-items .business-items-intro {
  flex: 1;
  margin-left: .24rem;
  font-size: .16rem;

  color: #ffffff;
  line-height: .28rem;
  padding-right: .2rem;
}
.contact .content .contact-1 {
  height: 5.2rem;
  background-color: #fff;
}
/*@media screen and (max-width: 750px) {*/
/*  ::-webkit-scrollbar {*/
/*    width: 0;*/
/*    height: 0;*/
/*    color: transparent;*/
/*    display: none;*/
/*  }*/

/*  #head .header {*/
/*    display: none;*/
/*  }*/
/*  #head .back-top {*/
/*    display: none !important;*/
/*  }*/
/*  #head .phone-header {*/
/*    display: block;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 9999;*/
/*  }*/
/*  .footer {*/
/*    padding: 20px 0;*/
/*  }*/
/*  .footer .footer-content {*/
/*    padding: 0;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*  }*/
/*  .footer .footer-content .footer-left .foot-logo img {*/
/*    width: 110px;*/
/*  }*/
/*  .footer .footer-content .wx {*/
/*    margin: 0 !important;*/
/*  }*/
/*  .footer .footer-content .footer-left .wx .wx-con:hover .wx-qr {*/
/*    display: none;*/
/*  }*/
/*  .footer .footer-content .footer-right {*/
/*    margin-left: 40px;*/
/*    padding: 0;*/
/*    justify-content: space-around;*/
/*  }*/
/*  .footer .footer-content .footer-right .right-top {*/
/*    border: none;*/
/*    padding: 0;*/
/*  }*/
/*  .footer .footer-content .footer-right .right-top .right-top-item {*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*  }*/
/*  .footer .footer-content .footer-right .right-top .right-top-item p{*/
/*    margin-bottom: 10px;*/
/*  }*/

/*  .footer .footer-content .footer-right .right-top .right-top-item:nth-child(n + 2) {*/
/*    display: none;*/
/*  }*/
/*  .footer .footer-content .footer-right .right-bottom {*/
/*    display: none;*/
/*  }*/
/*  .line-title {*/
/*    font-size: 21px !important;*/
/*    line-height: 25px;*/
/*  }*/
/*  .line-title img {*/
/*    width: 50px;*/
/*    bottom: 0px;*/
/*    z-index: -2;*/
/*  }*/
/*  .home .content #content_top {*/
/*    padding-top: 60px;*/
/*  }*/
/*  .home .content #content_top .content_top-1 {*/
/*    display: block;*/
/*    padding-left: 50px;*/
/*  }*/
/*  .home .content #content_top .content_top-1 .line-title {*/
/*    line-height: 16px;*/
/*  }*/
/*  .home .content #content_top .content_top-1 .line-title span {*/
/*    display: block;*/
/*  }*/
/*  .home .content #content_top .content_top-1 .line-title img {*/
/*    bottom: -6px;*/
/*    z-index: -2;*/
/*  }*/
/*  .content #content_top .container .content_top-1 .info {*/
/*    font-size: 18px;*/
/*    line-height: 18px;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 20px;*/
/*  }*/
/*  .content #content_top .container .content_top-1 .more {*/
/*    font-size: 12px;*/
/*    padding: 12px 30px;*/
/*  }*/

/*  .home .content #content_top .content_top-2 {*/
/*    display: none;*/
/*  }*/
/*  .home .content #content_top .content_top-list {*/
/*    margin: 50px 0;*/
/*    overflow: hidden;*/
/*    background: transparent;*/
/*  }*/
/*  .home .content #content_top .content_top-list ul {*/
/*    overflow-x: auto;*/
/*    overflow-y: hidden;*/
/*    justify-content: flex-start !important;*/
/*  }*/
/*  .home .content #content_top .content_top-list ul li:nth-child(1){*/
/*    margin-left: 0;*/
/*  }*/
/*  .home .content #content_top .content_top-list ul li {*/
/*    min-width: 200px;*/
/*    height: auto;*/
/*    padding: 80px 20px !important;*/
/*    margin-left: 10px;*/
/*    box-shadow: none;*/
/*  }*/
/*  .content #content_top .container .content_top-list ul li .part {*/
/*    font-size: 30px !important;*/
/*  }*/
/*  .content #content_top .container .content_top-list ul li .part-in {*/
/*    font-size: 14px !important;*/
/*    line-height: 20px!important;*/
/*  }*/
/*  .home .content .home-1 {*/
/*    padding-bottom: 50px;*/
/*    position: relative;*/
/*    padding: 0;*/
/*  }*/
/*  .home .content .home-1 .left {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 30px;*/
/*    z-index: -1;*/
/*  }*/
/*  .home .content .home-1 .left .left-img1 {*/
/*    width: 150px;*/
/*  }*/
/*  .home .content .home-1 .left .left-img2 {*/
/*    width: 70px;*/
/*  }*/
/*  .home .content .home-1 .right {*/
/*    margin: 0;*/
/*    padding: 0 30px;*/
/*  }*/
/*  .home .content .home-1 .right .title {*/
/*    margin-top: 30px;*/
/*    font-size: 21px;*/
/*    line-height: 30px;*/
/*  }*/
/*  .home .content .home-1 .right .info {*/
/*    margin: 30px 0 80px;*/
/*    font-size: 15px;*/
/*    line-height: 26px;*/
/*  }*/
/*  .home .content .home-1 .right .more {*/
/*    padding: 12px 30px;*/
/*    font-size: 16px;*/
/*  }*/
/*  .home .content .home-2 {*/
/*    margin-top: 50px;*/
/*    padding: 30px 0;*/
/*  }*/
/*  .home .content .home-2 .home-2-title {*/
/*    font-size: 21px;*/
/*  }*/
/*  .home .content .home-2 .home-2-intor {*/
/*    line-height: 50px;*/
/*    font-size: 16px;*/
/*  }*/
/*  .home .content .home-2 .home-2-c .home-2-c-intor img {*/
/*    width: 14px;*/
/*  }*/
/*  .home .content .home-2 .home-2-c .home-2-c-intor span {*/
/*    font-size: 14px;*/
/*  }*/
/*  .home .content .home-3 {*/
/*    padding: 0;*/
/*  }*/
/*  .home .content .home-3 .swiper-button-prev,*/
/*  .home .content .home-3 .swiper-button-next {*/
/*    display: none;*/
/*  }*/

/*  .home .content .home-3 .logo-items {*/
/*    width: 20%;*/
/*    margin: 13px 0 !important;*/
/*  }*/
/*  .home .content .home-3 .logo-items img {*/
/*    width: 100%;*/
/*  }*/
/*  .home .content .home-4 .course .year .active {*/
/*    font-size: 30px !important;*/
/*    line-height: 40px;*/
/*  }*/
/*  .home .content .home-4 .course .year .year-item {*/
/*    font-size: 20px;*/
/*    margin: 30px 0;*/
/*    line-height: 30px;*/
/*  }*/
/*  .home .content .home-4 .course .year .year-item img {*/
/*    width: 60px;*/
/*  }*/
/*  .home .content .home-4 .course .month {*/
/*    margin-left: 34px;*/
/*    margin-top: 70px;*/
/*    padding: 0;*/
/*    height: 250px;*/
/*  }*/
/*  .home .content .home-4 .course .month .month-title {*/
/*    font-size: 28px;*/
/*    line-height: 30px;*/
/*  }*/
/*  .home .content .home-4 .course .month .month-eve {*/
/*    font-size: 16px;*/
/*    margin-top: 10px;*/
/*  }*/
/*  .home .content .home-4 .course .month .month-info {*/
/*    font-size: 14px;*/
/*    margin-top: 10px;*/
/*    line-height: 27px;*/
/*  }*/
/*  .home .content .home-4 .course .month .month-next img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*  }*/
/*  .home .content .home-4 .course .course-img {*/
/*    display: none;*/
/*  }*/
/*  .join .content #content_top {*/
/*    margin-top: 60px;*/
/*    padding-top: 0;*/
/*    padding-bottom: 60px;*/
/*  }*/
/*  .join .content #content_top .content_top-1 .line-title {*/
/*    font-size: 21px;*/
/*  }*/
/*  .join .content #content_top .container .content_top-1 .search {*/
/*    font-size: 14px;*/
/*    padding: 7px 39px 7px 34px;*/
/*  }*/
/*  .search-form {*/
/*    margin-top: 30px;*/
/*  }*/
/*  .search-form .submit {*/
/*    right: 10px !important;*/
/*  }*/
/*  .join .content #content_top .content_top-2 {*/
/*    display: none;*/
/*  }*/

/*  .join .content .join-1 .join-1-items {*/
/*    flex-direction: column;*/
/*    margin: 30px 0;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-info .part{*/
/*    width: auto;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-info .part img {*/
/*    width: 50px;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-info .part .part-num {*/
/*    font-size: 22px;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-info .items-text{*/
/*    flex: 1;*/
/*    width: auto;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-info .items-text .title {*/
/*    font-size: 15px;*/
/*    line-height: 20px;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-info .items-text ul {*/
/*    margin-top: 20px;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-info .items-text ul li {*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*  }*/
/*  .join .content .join-1 .join-1-items .items-img {*/
/*    display: none;*/
/*  }*/
/*  .join .content .join-2 {*/
/*    margin-top: 0;*/
/*    padding-top: 50px;*/
/*  }*/
/*  .join .content .join-2 .container {*/
/*    flex-direction: column;*/
/*  }*/
/*  .join .content .join-2 .container .join-2-items {*/
/*    width: 350px;*/
/*    padding: 70px 28px;*/
/*    height: 350px;*/
/*  }*/
/*  .join .content .join-2 .container .join-2-items .comma {*/
/*    font-size: 80px;*/
/*  }*/
/*  .join .content .join-2 .container .join-2-items .text {*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    line-height: 20px;*/
/*  }*/
/*  .join .content .join-2 .container .join-2-items p {*/
/*    font-size: 18px;*/
/*    margin: 0;*/
/*  }*/
/*  .join .content .join-2 .container .join-2-left {*/
/*    margin: 0;*/
/*  }*/
/*  .join .content .join-2 .container .join-2-left .line-title {*/
/*    z-index: 2;*/
/*  }*/
/*  .join .content .join-2 .join-2-img {*/
/*    top: 0;*/
/*    height: 100%;*/
/*  }*/
/*  .join .content .join-2 .join-2-img img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*  }*/
/*  .join .content .join-3,*/
/*  .join .content .join-4 {*/
/*    padding: 40px 0;*/
/*  }*/
/*  .join .content .join-3 .job-offer,*/
/*  .join .content .join-4 .job-offer {*/
/*    margin-top: 0;*/
/*    overflow-x: hidden;*/
/*  }*/
/*  .join .content .join-3 .job-offer .job-items,*/
/*  .join .content .join-4 .job-offer .job-items {*/
/*    overflow-x: auto;*/
/*    padding: 14px;*/
/*  }*/
/*  .join .content .join-3 .job-offer .job-items .td,*/
/*  .join .content .join-4 .job-offer .job-items .td {*/
/*    margin-right: 10px;*/
/*  }*/
/*  .join .content .join-3 .job-offer .job-items .td .title,*/
/*  .join .content .join-4 .job-offer .job-items .td .title{*/
/*    line-height: 20px;*/
/*  }*/
/*  .join .content .join-3 .job-offer .job-items .td .info,*/
/*  .join .content .join-4 .job-offer .job-items .td .info {*/
/*    font-size: 14px;*/
/*  }*/
/*  .solution .content #content_top {*/
/*    margin-top: 60px !important;*/
/*    padding: 0;*/
/*  }*/
/*  .solution .content #content_top .container {*/
/*    position: relative;*/
/*  }*/
/*  .solution .content #content_top .container .content_top-1 {*/
/*    margin-top: 30px;*/
/*  }*/
/*  .solution .content #content_top .container .content_top-1 .en-title {*/
/*    font-size: 20px;*/
/*    line-height: 70px;*/
/*  }*/
/*  .solution .content #content_top .container .content_top-1 .info {*/
/*    line-height: 20px;*/
/*    font-size: 14px;*/
/*    padding-right: 160px;*/
/*  }*/
/*  .solution .content #content_top .container .content_top-2 {*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    top: 100px;*/
/*    right: 10px;*/
/*    z-index: -1;*/
/*  }*/
/*  .solution .content #content_top .container .swiper-box {*/
/*    width: 90%;*/
/*    padding: 20px 0;*/
/*    bottom: -186px;*/
/*  }*/
/*  .solution .content #content_top .container .swiper-box .partner {*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*  }*/
/*  .solution .content #content_top .container .swiper-box .swiper .logo-items {*/
/*    width: 20%;*/
/*  }*/
/*  .solution .content #content_top .container .swiper-box .swiper .logo-items img {*/
/*    width: 100% !important;*/
/*  }*/
/*  .solution .content .solution-1 {*/
/*    margin-top: 250px;*/
/*  }*/
/*  .solution .content .solution-1 .solution-1-con {*/
/*    display: none;*/
/*  }*/
/*  .solution .content .solution-1 .solution-1-con .solution-1-img {*/
/*    margin: 0;*/
/*  }*/
/*  .solution .content .solution-1 .solution-1-phone {*/
/*    margin-top: 30px;*/
/*    display: flex;*/
/*  }*/
/*  .solution .content .solution-2 {*/
/*    height: auto;*/
/*  }*/
/*  .solution .content .solution-2 .solution-2-content {*/
/*    flex-direction: column;*/
/*    justify-content: flex-start;*/
/*  }*/
/*  .solution .content .solution-2 .solution-2-content .solution-2-left {*/
/*    width: 100%;*/
/*    padding: 0 20px;*/
/*    margin-top: 30px;*/
/*  }*/
/*  .solution .content .solution-2 .solution-2-content .solution-2-left .solution-2-left-title {*/
/*    font-size: 21px;*/
/*  }*/
/*  .solution .content .solution-2 .solution-2-content .solution-2-left .solution-2-left-intro {*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*    margin-top: 20px;*/
/*  }*/
/*  .solution .content .solution-2 .solution-2-content .solution-2-right {*/
/*    width: 100%;*/
/*    margin-top: 50px;*/
/*  }*/
/*  .solution .content .solution-2 .solution-2-content .solution-2-right .swiper-slide {*/
/*    width: 200px;*/
/*  }*/
/*  .solution .content .solution-2 .solution-2-content .solution-2-right .swiper-slide img {*/
/*    width: 100%;*/
/*  }*/
/*  .contact .content #content_top {*/
/*    padding: 0;*/
/*    margin-top: 60px !important;*/
/*  }*/
/*  .contact .content #content_top .container {*/
/*    position: relative;*/
/*    flex-direction: column;*/
/*  }*/
/*  .contact .content #content_top .container .content_top-1 {*/
/*    margin-top: 30px;*/
/*    z-index: 1;*/
/*    width: auto;*/
/*  }*/
/*  .contact .content #content_top .container .content_top-2 {*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    right: 10px;*/
/*    width: 80%;*/
/*  }*/
/*  .contact .content #content_top .container .content_top-2 .map-icon {*/
/*    width: 22px;*/
/*    height: 30px;*/
/*  }*/

/*  .contact .content #content_top .container .form-box {*/
/*    position: static !important;*/
/*    width: 90%;*/
/*    height: auto;*/
/*    margin: 70px auto;*/
/*    flex-direction: column;*/
/*    background: none;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .contact-us {*/
/*    width: 100%;*/
/*    margin: 0;*/
/*    padding: 30px;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .contact-us .form-con {*/
/*    margin-top: 20px;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .contact-us .form-title {*/
/*    font-size: 21px;*/
/*  }*/

/*  .contact .content #content_top .container .form-box .contact-us .form-con .form-item {*/
/*    margin: 23px 40px 0px 0;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .contact-us .form-con .form-item-last {*/
/*    margin-bottom: 20px;*/
/*    width: auto;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-tit {*/
/*    font-size: 18px;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-ipt {*/
/*    font-size: 16px;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .business {*/
/*    width: 100%;*/
/*    padding: 30px;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .business .business-title {*/
/*    font-size: 21px;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .business .business-items-icon {*/
/*    width: 25px;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .business .business-items-icon img{*/
/*    width: 100%;*/
/*  }*/
/*  .contact .content #content_top .container .form-box .business .business-items-intro {*/
/*    padding-right: 0 !important;*/
/*    font-size: 14px !important;*/
/*    line-height: 20px !important;*/
/*    margin-left: 20px !important;*/
/*  }*/
/*  .contact .content .contact-1 {*/
/*    display: none;*/
/*  }*/
/*}*/


@media screen and (max-width: 750px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
    display: none;
  }
  #head {
    height: 60px;
  }
  #head .header {
    display: none;
  }
  #head .back-top {
    display: none !important;
  }
  #head .phone-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .footer {
    padding: 20px 0;
  }
.footer .footer-content {
    padding: 0;
     align-items: center; 
    flex-direction: column;
}
  .footer .footer-content .footer-left .foot-logo img {
    width: 140px;
  }
  .footer .footer-content .wx {
    margin: 46px 120px 46px 0 !important;
  }
  .footer .footer-content .footer-left .wx .wx-con:hover .wx-qr {
    display: block;
  }
.footer .footer-content .footer-left .wx .wx-icon {
    width: 50px;opacity: 0;
}
.footer .footer-content .footer-left .wx .wx-con{ position:relative;}
.footer .footer-content .footer-left .wx .wx-con:before{height: 100px;
    width: 34px;
    content: '';
    display: block;
    position: absolute;
    right: -12px;
    top: -25px; z-index:99; background:#41c2ce;}


.footer .footer-content .footer-left .wx .wx-con .wx-qr {
    display: block;
    width: 80px;
    margin-left: 60px;
}
  .footer .footer-content .footer-right {
    flex: none;
    margin-left: 0;
    padding: 0;
    justify-content: space-around;
    width: 100%;
  }
  .footer .footer-content .footer-right .right-top {
    border: none;
    padding: 0;
  }
  .footer .footer-content .footer-right .right-top .right-top-item {
    line-height: 20px;
  }
  .footer .footer-content .footer-right .right-top .right-top-item p {font-size:13px;
    margin-bottom: 10px;
  }

  .footer .footer-content .footer-right .right-top .right-top-item:nth-child(n + 2) {
    display: none;
  }
  .footer .footer-content .footer-right .right-bottom {
    display: none;
  }
  .line-title {
    font-size:20px !important;
    line-height: normal;
  }
  .content #content_top .container .content_top-1 .info{ font-size:16px;}
  
  .join .content #content_top .container .content_top-1 .search{font-size:16px;padding:.4rem 1rem; width:100%;}
  
  .join .content #content_top .container .content_top-1 .search-input .submit {
    right: 20px!important;
}
  
  .line-title img {
    width: 40px;
  }
  
 .home .content .home-2 .home-2-intor {font-size:14px;}
     
  .content #content_top .container .content_top-1 .more{font-size:16px;padding:0.4rem 1rem;margin-top:20px}   
     
 .home .content .home-1 .right .more{font-size:14px;padding:0.3rem 0.8rem}    
.home .content .home-1 .right .title {
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
}
.home .content .home-1 .right .info {
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}
  .home .content .home-3 .swiper-box .swiper .swiper-slide .logoBox .logo-items {
    margin: 13px 0 !important;
  }
  .home .content .home-3 .swiper-button-prev,
  .home .content .home-3 .swiper-button-next {
    display: none;
  }
  .home .content .home-4 .course .year .active {
    font-size: 20px;
  }
.home .content .home-4 .course .year .year-item {
    line-height: normal;
   
}
  .home .content .home-4 .course .month{
      padding-right: 100px;    height: 180px;

  }
.home .content .home-4 .course .month .month-title {
    font-size: 20px;
    line-height: normal;
}
.home .content .home-4 .course .month .month-eve {
    font-size: 16px;
    font-weight: bold;
    color: #010101;
    margin-top: .35rem;
}
.home .content .home-4 .course .month .month-info {
    line-height: normal;
    font-size: 14px;
}
  .home .content .home-4 .course .month .month-next {
    bottom: 0;
  }
  .home .content .home-4 .course .month .month-next img {
    width: 20px;
    height: 20px;
  }
  .home .content .home-4 .course .course-img {
    right: 0;
  }

.phone-header-top .nav{height:34px}
.home .content #content_top .content_top-2{right:-30px;}
  .home .content #content_top .container .content_top-1 .info {
    max-width: 200px; margin-bottom: 24px;
  }
  .home .content #content_top .content_top-list {
    margin: 1.7rem 0 !important;
  }
  .home .content #content_top .content_top-list ul {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start !important;
  }
  .home .content #content_top .content_top-list ul li:nth-child(1) {
    margin-left: 0;
  }
  .home .content #content_top .content_top-list ul li {
    min-width: 150px;
    height: auto;
    padding:25px 15px !important;
    margin-left: 10px;
    box-shadow: none;
  }
.content #content_top .container .content_top-list ul li .part {
    font-size: 20px !important;
}
 .content #content_top .container .content_top-list ul li .part-in {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: justify;
}


  .join .content .join-1 .join-1-items{ flex-direction:column;}
  .join .content .join-1 .join-1-items.item-2{ flex-direction:column-reverse;}
  .join .content .join-1 .join-1-items.item-3{ flex-direction:column-reverse;}
  
.join .content .join-1 {  padding-bottom: 0;
}





  
  .join .content .join-1 .join-1-items .items-info .items-text .title {
    font-size: 20px;margin-top:10px}
   .join .content .join-con .line-title{font-size: 28px !important; margin-bottom:5%;} 
    .join .content .join-2 .container .join-2-left .line-title{margin-bottom: 10px;
    margin-top: 40px;}
  .join .content #content_top {
    padding-bottom: 30px;
  }
  .join .content .join-1 .item-3 .items-img img {
    position: static;
  }
  .join .content .join-1 .item-2 .items-img,
  .join .content .join-1 .item-3 .items-img {
    width: 100%; margin-bottom: 5%;
  }
  .join .content .join-1 .join-1-items .items-info .part {
    width: 50px;
  }
  .join .content .join-1 .join-1-items .items-info .items-text {
    width: 100%; margin-bottom: 5%;
  }
  .join .content .join-1 .join-1-items .items-info .items-text ul li {
    line-height: 2em; font-size: 14px;
  }
  .join .content .join-1 .join-1-items .items-img {
    width: 100%;
}
.join .content .join-2 .container .join-2-items {
 margin-bottom: 5%;
    /* height: 190px; */
    padding: 5% 5% 8%;
    width: 100%;
    background-size: 100% 100%;
}
  .join .content .join-2 .container .join-2-left {
    margin-right: 0;position: relative;
    z-index: 1;
  }
.join .content .join-2 .container .join-2-items .text {
    line-height: 2em;
    font-weight: normal;
    font-size: 14px;
}
.join .content .join-2 .join-2-img{ height:100%;top: 0;}

.join .content .join-2 .container .join-2-items p {
    margin-top: -32px;
    font-size: 16px;
    font-weight: bolder;
}
  .join .content .join-2 .join-2-img img{
      height: 100%;
  }
  .join .content .join-3 .job-offer, .join .content .join-4 .job-offer{
      overflow-x: auto;
  }
  .join .content .join-3 .job-offer .job-items .td ,
  .join .content .join-4 .job-offer .job-items .td  {
      margin: 0 5px;
  }
  .join .content .join-3 .job-offer .job-items .td .title,
  .join .content .join-4 .job-offer .job-items .td .title {
    line-height: 20px;font-size:14px
  }
  .join .content .join-3 .job-offer .job-items .td .info,
  .join .content .join-4 .job-offer .job-items .td .info {
    font-size: 15px;
  }
  
  .join .content .join-2 .container{ flex-direction:column;}

.join .content .join-3 .job-offer .job-items, .join .content .join-4 .job-offer .job-items{ flex-wrap:wrap;}
.join .content .join-3 .job-offer .job-items .td{ margin:1% 0;}
.join .content .join-3 .job-offer .job-items .td:nth-child(1){ width:100%;}
.join .content .join-3 .job-offer .job-items .td:nth-child(2){ width:100%;}
.join .content .join-3 .job-offer .job-items .td:nth-child(3){ width:50%;}
.join .content .join-3 .job-offer .job-items .td:nth-child(4){ width:50%;}

.solution .content #content_top .container .content_top-1 .en-title {
    font-size: 20px;
}

  .solution .content #content_top {
    margin-bottom: 80px;
  }
  .solution .content #content_top .container .content_top-1 .info {
    line-height: 1.5em; font-size:13px;
  }
  .solution .content #content_top .container .content_top-2 {
    margin: 0 0 10px;
  }
  .solution .content #content_top .container .swiper-box {
    bottom:-120px;
    width: 90%;
    padding:15px;
  }
  .solution .content #content_top .container .swiper-box .partner {
        line-height: 1.2em;
    font-size: 14px;
  }
  .solution .content #content_top .container .swiper-box .swiper .logo-items {
    width: 20%;
  }
  .solution .content #content_top .container .swiper-box .swiper .swiper-slide .logoBox img {
    width: 100%;
  }
  .solution .content .solution-1 .solution-1-con .solution-1-img img {
    width: 100%;
  }
  .solution .content .solution-1 .solution-1-con .solution-1-intro .intro-items .title {
    font-size: 13px;
    line-height: normal;
  }
  .solution .content .solution-1 .solution-1-con .solution-1-intro .intro-items .info {
    line-height: 14px;
    margin-top: 10px;
    font-size:11px;
  }
  .solution .content .solution-2 {
    height: auto;
  }
  .solution .content .solution-2 .solution-2-content {
    flex-direction: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .solution .content .solution-2 .solution-2-content .solution-2-left {
    width: auto;
  }
  .solution .content .solution-2 .solution-2-content .solution-2-left .solution-2-left-title {
    font-size: 24px;
  }
  .solution .content .solution-2 .solution-2-content .solution-2-left .solution-2-left-intro {
    line-height: 2em;
    font-size: 14px;text-align: justify;
  }
  .solution .content .solution-2 .solution-2-content .solution-2-right {
    margin-top: 50px;
  }
  .solution .content .solution-2 .solution-2-content .solution-2-right .swiper-slide {
    width: 150px;
  }
  .solution .content .solution-2 .solution-2-content .solution-2-right img {
    width: 100%;margin-bottom: 20px;
  }
  
  .contact .content #content_top .container .form-box .contact-us .form-con .submit{margin-left:86%}

  
  
  
  .contact .content #content_top .container .form-box .business .business-con .business-items .business-items-intro {
    flex: 1;
    margin-left: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 2em;
    padding-right: 0;
}
.contact .content #content_top .container .form-box .business .business-con .business-items {
    display: flex;
    align-items: flex-start;
    margin-bottom: .6rem;
}

.contact .content #content_top .container .form-box .business .business-con .business-items .business-items-icon{ margin-top:8px;}
  
  .contact .content #content_top .container{
    flex-direction: column;
  }
  .contact .content #content_top .container .content_top-1{
    width: 90%;
    margin: 0 auto;
  }
  .contact .content #content_top .container .content_top-2 {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 60%;
  }
  .contact .content #content_top .container .form-box {
    position: static;
    width: 90%;
    height: auto;
    margin: 70px auto;
    flex-direction: column;
    align-items: center;
  }
  .contact .content #content_top .container .form-box .contact-us {
    width: 90%;
  }
  .contact .content #content_top .container .form-box .contact-us .form-title{
      font-size: 18px;
  }
  
  .contact .content #content_top .container .form-box .contact-us .form-con{
      flex-direction: column;
  }
  
  .contact .content #content_top .container .form-box .contact-us .form-con .form-item-last{
      width: auto;
  }
  .contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-tit{
      font-size: 14px;
  }
  .contact .content #content_top .container .form-box .contact-us .form-con .form-item .form-item-ipt{
      font-size: 12px;
  }
  .contact .content #content_top .container .form-box .business{
    width: 100.5%;
    
  }
  .contact .content #content_top .container .form-box .business .business-title{
      font-size: 18px;
  }
  .contact .content #content_top .container .form-box .business .business-con .business-items .business-items-icon img{
      width: 20px;
  }
  .contact .content .contact-1{
      display: none;
  }
  
  
  .footer .footer-content .footer-left {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
  
}
@media screen and (min-width: 1024px) and (max-width:1920px){
  .container {
    width: 75%;
  }
}

