.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #007cd6;
  }
  .share ul li:hover:before {
    animation: iconScale 1.5s ease infinite;
    opacity: 1;
    visibility: visible;
  }
  .share ul li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .share .wechat:hover a {
    background-image: url(../images/wechat2.png);
  }
  .share .weibo:hover a {
    background-image: url(../images/weibo2.png);
  }
  .share .douyin:hover a {
    background-image: url(../images/douyin2.png);
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 1;
  }
  .page-nav-wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .page-nav-box {
    overflow: hidden;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
    text-align: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 0.8rem;
    margin-right: 0.7rem;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #007cd6;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #007cd6;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .honor-wrapper li:nth-child(4n) {
    margin-right: 0;
  }
  .honor-wrapper li:nth-child(-n+4) {
    margin-top: 0;
  }
  .honor-wrapper .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .contact-wrapper li:nth-child(3n) {
    margin-right: 0;
  }
  .contact-wrapper li:nth-child(-n+3) {
    margin-top: 0;
  }
  .index-box-3 .swiper-slide.on,
  .index-box-3 .swiper-slide:hover {
    width: 40%;
  }
  .index-box-3 .swiper-slide.on .pic:before,
  .index-box-3 .swiper-slide:hover .pic:before {
    opacity: 0;
    visibility: hidden;
  }
  .index-box-3 .swiper-slide.on .info,
  .index-box-3 .swiper-slide:hover .info {
    height: auto;
    padding: 0.35rem 0.5rem 0.4rem 0.44rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .index-box-3 .swiper-slide.on .icon,
  .index-box-3 .swiper-slide:hover .icon {
    display: none;
  }
  .index-box-3 .swiper-slide.on .title,
  .index-box-3 .swiper-slide:hover .title,
  .index-box-3 .swiper-slide.on p,
  .index-box-3 .swiper-slide:hover p {
    padding-right: 0.8rem;
  }
  .index-box-3 .swiper-slide.on .title,
  .index-box-3 .swiper-slide:hover .title {
    color: #007cd6;
  }
  .index-box-3 .swiper-slide.on p,
  .index-box-3 .swiper-slide:hover p {
    color: rgba(51, 51, 51, 0.25);
  }
  .index-box-3 .swiper-slide.on .index-btn,
  .index-box-3 .swiper-slide:hover .index-btn {
    right: 0.5rem;
    left: auto;
    top: 0.5rem;
    bottom: auto;
    background-image: url(../images/icon-r5.png);
  }
  .index-box-3 .swiper-slide.on .desc,
  .index-box-3 .swiper-slide:hover .desc {
    opacity: 1;
    visibility: visible;
  }
  .index-box-4 .swiper-wrapper,
  .index-box-4 .swiper-container {
    overflow: inherit;
  }
  .index-box-4 .swiper-wrapper {
    flex-flow: wrap;
  }
  .index-box-4 .swiper-slide {
    margin-right: 0.776%;
    margin-top: 0.776%;
  }
  .index-box-4 .swiper-slide:nth-child(6n) {
    margin-right: 0;
  }
  .index-box-4 .swiper-slide:nth-child(-n+6) {
    margin-top: 0;
  }
  .cloud-wrapper .box-1 .list li:nth-child(3n) {
    margin-right: 0;
  }
  .cloud-wrapper .box-1 .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .cloud-wrapper .box-5 .list li:nth-child(4n) {
    margin-right: 0;
  }
  .cloud-wrapper .box-5 .list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .cloud-wrapper .box-7 .list li:nth-child(3n) {
    margin-right: 0;
  }
  .cloud-wrapper .box-7 .list li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  .p_h,
  .header-wrapper .box-container {
    height: 0.92rem;
  }
  .pc-nav-box li > a {
    line-height: 0.92rem;
  }
  .pc-nav-box li {
    margin-right: 0.84rem;
  }
  .search-form {
    top: 0.92rem;
  }
  .fixed-box {
    width: 0.76rem;
  }
  .fixed-box a > img {
    width: 0.24rem;
  }
  .fixed-box a p {
    font-size: 0.13rem;
  }
  .fixed-box a {
    padding: 0.15rem 0.1rem;
  }
  .footer-wrapper .box-2 {
    padding: 0.64rem 0 0.46rem;
  }
  .links a {
    margin-right: 0.3rem;
    padding-right: 0.3rem;
  }
  .footer-nav-box li > a {
    line-height: 0.44rem;
  }
  .footer-nav-box .nav {
    margin-top: 0.05rem;
  }
  .loading {
    margin-top: 0.9rem;
  }
  .page-banner-wrapper h1 {
    font-size: 0.74rem;
  }
  .page-banner-wrapper p {
    font-size: 0.44rem;
  }
  .page-box,
  .padding {
    padding: 1.1rem 0;
  }
  .mt {
    margin-top: 1.1rem;
  }
  .copyright-wrapper .prev {
    left: -0.74rem;
  }
  .copyright-wrapper .next {
    right: -0.74rem;
  }
  .contact-wrapper .box-3 .icon {
    margin-bottom: 0.4rem;
    width: 0.66rem;
  }
  .contact-wrapper .box-3 .tel,
  .contact-wrapper .box-3 .name {
    font-size: 0.22rem;
  }
  .contact-wrapper .box-2 .title {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
  .contact-wrapper .box-2 .icon {
    width: 0.74rem;
  }
  .contact-wrapper .map {
    height: 5.2rem;
  }
  .contact-wrapper .box-1 .info {
    padding-top: 0.8rem;
  }
  .contact-wrapper .box-1 .name {
    font-size: 0.34rem;
  }
  .contact-wrapper .box-1 .en {
    font-size: 0.2rem;
    margin-bottom: 0.36rem;
  }
  .contact-wrapper .box-2 .info {
    padding-left: 1.1rem;
    padding-top: 0;
  }
  .news-wrapper .info {
    padding-left: 0.7rem;
    padding-right: 2rem;
  }
  .news-wrapper .desc {
    margin: 0.16rem auto 0.2rem;
  }
  .index-btn {
    width: 0.44rem;
    height: 0.44rem;
  }
  .news-wrapper .name {
    font-size: 0.22rem;
  }
  .newsinfo-wrapper .main {
    padding-top: 0.5rem;
  }
  .newsinfo-wrapper .content {
    margin-bottom: 1.7rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
  }
  .newsinfo-wrapper .recommend-box .caption {
    margin-bottom: 0.32rem;
  }
  .newsinfo-wrapper .recommend-box {
    padding: 0.36rem 0.32rem;
  }
  .newsinfo-wrapper .recommend-box .title {
    margin-top: 0.24rem;
  }
  .index-box-2 .icon {
    width: 0.54rem;
  }
  .index-box-2 .info {
    padding: 1.2rem 0.8rem 0 0.8rem;
  }
  .index-box-2 .name {
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 0.88rem;
    margin-top: 0.7rem;
  }
  .index-box-2 .ename {
    margin-bottom: 1.5rem;
  }
  .index-box-3 .title {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .index-box-3 .icon {
    margin-bottom: 0.7rem;
  }
  .step-box .key {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.44rem;
  }
  .step-box li p {
    min-width: 1.2rem;
    font-size: 0.22rem;
    margin-top: 0.24rem;
  }
  .step-box .line {
    width: 1rem;
  }
  .page-banner-wrapper .special h1 {
    font-size: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .page-banner-wrapper .special p {
    font-size: 0.22rem;
  }
  .index-box-2 {
    margin-top: 1.2rem;
  }
  .index-box-3 .pic {
    height: 7rem;
  }
  .index-box-3 .info {
    padding-top: 1.5rem;
  }
  .system-wrapper .box-1 .swiper-slide li:first-child .title {
    font-size: 0.22rem;
  }
  .system-wrapper .box-1 .swiper-slide ul {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  .system-wrapper .box-1 .swiper-slide {
    padding: 0.1rem 0;
  }
  .system-wrapper .box-1 .title {
    font-size: 0.18rem;
  }
  .system-wrapper .box-4 .prev {
    left: -0.6rem;
  }
  .system-wrapper .box-4 .next {
    right: -0.6rem;
  }
  .system-wrapper .detail-box .info {
    padding: 0.7rem 1rem;
  }
  .cloud-wrapper .box-2 .list {
    padding: 0 0.2rem;
  }
  .cloud-wrapper .box-2 .icon {
    width: 1.1rem;
  }
  .cloud-wrapper .box-2 .title {
    font-size: 0.22rem;
  }
  .index-banner-wrapper .info-1 .desc {
    margin-top: 0.14rem;
  }
  .index-banner-wrapper .info-1 .name {
    font-size: 0.64rem;
  }
  .index-banner-wrapper .info-2 .name {
    font-size: 0.56rem;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 0.82rem;
    line-height: 0.82rem;
  }
  .index-box-1 .info-box .info {
    padding-left: 0.6rem;
  }
  .index-box-1 .name {
    font-size: 0.26rem;
  }
  .index-box-1 .desc {
    font-size: 15px;
    -webkit-line-clamp: 4;
    height: 1.2rem;
    margin-bottom: 0.32rem;
  }
  .index-box-1 .inner-2 .info {
    padding: 0.48rem 0.5rem 0;
  }
  .index-box-1 .title {
    margin: 0.06rem auto 0.3rem;
    font-size: 0.22rem;
  }
  .index-box-1 .en {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .index-box-4 .swiper-slide .pic img {
    height: 1.16rem;
  }
}
@media screen and (max-width: 1440px) {
  .pc-nav-box li {
    margin-right: 0.76rem;
  }
  .footer-wrapper {
    padding-bottom: 0.54rem;
  }
  .footer-wrapper .box-2 {
    padding: 0.54rem 0 0.44rem;
  }
  .footer-wrapper .tel {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .links a {
    margin-right: 0.26rem;
    padding-right: 0.26rem;
  }
  .fixed-box a {
    padding: 0.18rem 0;
  }
  .pc-nav-box .nav a {
    font-size: 15px;
  }
  .share ul li {
    margin-right: 0.24rem;
  }
  .page-box,
  .padding {
    padding: 1rem 0;
  }
  .mt {
    margin-top: 1rem;
  }
  .loading a {
    font-size: 13px;
  }
  .loading {
    margin-top: 0.8rem;
  }
  .page-banner-wrapper h1 {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
  }
  .page-banner-wrapper p {
    font-size: 0.4rem;
  }
  .page-nav-wrapper .nav > a {
    margin-right: 0.6rem;
  }
  .page-title-box p {
    font-size: 0.44rem;
  }
  .page-title-box h2 {
    font-size: 0.34rem;
    margin: 0.1rem auto;
  }
  .honor-wrapper .info {
    padding: 0.18rem 0.24rem 0.24rem;
  }
  .content {
    font-size: 15px;
  }
  .contact-wrapper .box-2 .desc {
    line-height: 0.36rem;
  }
  .contact-wrapper .box-3 .icon {
    width: 0.6rem;
    margin-bottom: 0.34rem;
  }
  .contact-wrapper .box-1 .info {
    padding-top: 0.6rem;
  }
  .news-wrapper .info {
    padding-left: 0.6rem;
    padding-right: 1.7rem;
  }
  .news-wrapper .desc {
    margin: 0.14rem auto 0.16rem;
  }
  .news-wrapper .desc,
  .news-wrapper .time {
    font-size: 15px;
  }
  .newsinfo-wrapper .top h1 {
    font-size: 0.28rem;
  }
  .newsinfo-wrapper .main {
    padding-left: 0.58rem;
    padding-right: 0.58rem;
  }
  .share-box a {
    font-size: 14px;
  }
  .newsinfo-wrapper .content {
    margin-bottom: 1.4rem;
  }
  .share-box a {
    padding-left: 0.24rem;
  }
  .swiper-btn.index {
    width: 0.44rem;
    height: 0.44rem;
  }
  .index-box-2 .icon {
    width: 0.5rem;
  }
  .index-box-2 .info {
    padding: 1.2rem 0.8rem 0 0.7rem;
  }
  .index-box-2 .ename {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }
  .index-box-2 .name {
    font-size: 0.26rem;
  }
  .index-box-3 .info p {
    font-size: 0.18rem;
  }
  .index-box-2 {
    margin-top: 1.1rem;
  }
  .index-box-3 .pic {
    height: 6.4rem;
  }
  .index-box-3 .icon {
    margin-bottom: 0.56rem;
  }
  .industry-wrapper .box-2 {
    margin-top: 0.9rem;
  }
  .system-wrapper .box-1 .swiper-slide li:first-child .title {
    font-size: 0.2rem;
  }
  .system-wrapper .box-1 .swiper-slide ul {
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -ms-transform: scale(0.84);
    -o-transform: scale(0.84);
  }
  .system-wrapper .box-1 .swiper-slide {
    padding: 0;
  }
  .system-wrapper .box-2 table:last-child td,
  .system-wrapper .box-5 .content td {
    font-size: 15px;
  }
  .system-wrapper .box-5 .content th,
  .system-wrapper .box-5 .content td {
    padding-left: 0.6rem;
  }
  .system-wrapper .detail-box .name {
    font-size: 0.32rem;
  }
  .system-wrapper .system-swiper .title,
  .system-wrapper .detail-box .name:after {
    margin-top: 0.2rem;
  }
  .system-wrapper .detail-box .desc {
    margin-top: 0.36rem;
  }
  .system-wrapper .system-swiper .title {
    font-size: 17px;
  }
  .system-wrapper .box-2 table:last-child td {
    padding-bottom: 0.3rem;
  }
  .cloud-wrapper .box-1 .list li {
    padding: 0.26rem 0.4rem 0.26rem 0.3rem;
  }
  .cloud-wrapper .box-1 .brief {
    line-height: 0.3rem;
    min-height: 1.2rem;
  }
  .cloud-wrapper .box-5 .icon {
    width: 0.54rem;
  }
  .cloud-wrapper .box-5 .key {
    font-size: 0.8rem;
    line-height: 0.6rem;
  }
  .cloud-wrapper .box-5 .name {
    font-size: 0.24rem;
  }
  .cloud-wrapper .box-5 .list li {
    padding-right: 0.36rem;
  }
  .cloud-wrapper .box-2 .list {
    padding: 0 0.5rem;
  }
  .index-banner-wrapper .info-2 .name {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 0.76rem;
    line-height: 0.76rem;
  }
  .index-banner-wrapper .info-1 .en {
    font-size: 0.68rem;
  }
  .index-banner-wrapper .info-1 .name {
    font-size: 0.6rem;
  }
  .index-box-1 .info-box .info {
    padding-left: 0.5rem;
  }
  .index-box-1 .desc {
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 1366px) {
  .index-more.on,
  .pc-nav-box .nav a {
    font-size: 14px;
  }
  .footer-wrapper .other-box p {
    font-size: 15px;
  }
  .w1200 {
    width: 1100px;
  }
  .contact-box .group .text {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .system-wrapper .box-2 table th {
    height: 0.54rem;
  }
  .cloud-wrapper .box-7 .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    margin-left: 0.3rem;
    border-radius: 50%;
    background-color: #007cd6;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 50%;
    height: 0.03rem;
    background: #fff;
    position: absolute;
    left: 25%;
    top: 0.26rem;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -0.1rem;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 0.1rem;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #007cd6;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #007cd6;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #007cd6;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #007cd6;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .search-box {
    position: relative;
    width: 93%;
    margin: 0.6rem auto 0;
    border-radius: 1rem;
    background: #f5f5f5;
    /* input placeholder  */
    overflow: hidden;
    border: 1px solid #007cd6;
  }
  .phone-nav .search-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box .keywords {
    font-size: 0.28erm;
    color: #666;
    width: 90%;
    border: none;
    background: #f5f5f5;
    height: 0.72rem;
    padding: 0 0.3rem;
  }
  .phone-nav .search-box .search-btn {
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    z-index: 10;
  }
  .phone-nav .search-box .search-btn img {
    width: 0.36rem;
  }
  .phone-nav .language {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
  }
  .phone-nav .language a {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .phone-nav .language a:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .phone-nav .language a:last-child:after {
    display: none;
  }
  .phone-nav .language a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin-top: -6px;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .p_h {
    height: 1.2rem;
  }
  .header-wrapper {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .header-wrapper .box-container {
    height: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 1.8rem;
  }
  .header-wrapper .search {
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/search3.png);
  }
  .header-wrapper .search.on {
    background-image: url(../images/search.png);
  }
  .header-wrapper .other-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .pc-nav-box,
  .footer-nav-box {
    display: none;
  }
  .fixed-box {
    display: none!important;
  }
  .footer-wrapper {
    padding-bottom: 0.6rem;
  }
  .footer-wrapper .box-container {
    flex-flow: wrap;
  }
  .footer-wrapper .box-1 .box-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.24rem 0.6rem 0.24rem 0.3rem;
  }
  .footer-wrapper .box-1 .title {
    font-size: 0.22rem;
    line-height: 0.36rem;
    margin-right: 0;
    max-width: inherit;
    width: 64%;
  }
  .footer-wrapper .box-2 {
    padding: 1rem 0 0.9rem;
  }
  .footer-wrapper .box-3 .box-container {
    flex-direction: column-reverse;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 0.22rem;
  }
  .footer-wrapper .copyright {
    line-height: 0.4rem;
    max-width: inherit;
    width: 100%;
  }
  .footer-wrapper .other-box {
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 50%;
  }
  .footer-wrapper .other-box p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .footer-wrapper .tel {
    font-size: 0.4rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .footer-wrapper .address {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .links {
    max-width: inherit;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .links a {
    font-size: 0.22rem;
    padding-right: 0.36rem;
    margin-right: 0.36rem;
    line-height: 0.4rem;
  }
  .links a:after {
    top: 0.1rem;
    width: 0.02rem;
    height: 0.2rem;
  }
  .share {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .share ul li {
    margin-right: 0.3rem;
  }
  .share ul li:nth-child(3) .hidebox {
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .share ul li a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .share .hidebox {
    margin-left: -1rem;
    width: 2rem;
  }
  .friend-link {
    margin-top: 0.65rem;
  }
  .friend-link .name {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.22rem;
    padding: 0 0.6rem 0 0.3rem;
    background-size: 0.18rem;
    background-position: right 0.3rem center;
  }
  .friend-link .list {
    max-height: 4.1rem;
  }
  .friend-link .list::-webkit-scrollbar {
    width: 2px;
  }
  .friend-link .list a {
    line-height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.22rem;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .info {
    display: none;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.46rem;
    height: 0.46rem;
    margin-top: -0.23rem;
    margin-left: -0.23rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.5rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.2rem;
  }
  .index-more {
    width: 1.8rem;
    line-height: 0.7rem;
    font-size: 0.22rem;
  }
  .index-more.normal {
    width: 2.1rem;
    line-height: 0.7rem;
  }
  .index-more.normal i {
    width: 0.7rem;
    right: -0.5rem;
  }
  .index-more:hover i {
    right: -0.5rem;
  }
  .index-more.on {
    font-size: 0.24rem;
  }
  .index-more i {
    right: -0.4rem;
    width: 0.7rem;
    height: 0.12rem;
  }
  .index-box-1 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-box-1 .box-container > div {
    display: block;
  }
  .index-box-1 .box-container > div > div {
    width: 100%;
  }
  .index-box-1 .inner-2 .info {
    padding: 0.6rem 0.3rem;
  }
  .index-box-1 .info-box {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-1 .info-box .info {
    padding-left: 0;
  }
  .index-box-1 .video-box {
    margin-top: 0.8rem;
  }
  .index-box-1 .desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    height: auto;
    margin: 0.12rem auto 0.5rem;
  }
  .index-box-1 .name {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .index-box-1 .left {
    margin-top: 0.15rem;
  }
  .index-box-1 .right {
    margin-top: 0.15rem;
  }
  .index-box-1 .en {
    font-size: 0.32rem;
  }
  .index-box-1 .title {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    padding: 0;
    height: auto;
    margin-top: 0;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .page-nav-box {
    padding-right: 0;
  }
  .page-nav-box {
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .w1200 {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    display: block;
    line-height: 44px;
    padding: 0 15px;
    background: #007cd6;
    color: #fff;
  }
  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
    content: "";
    width: 13px;
    height: 100%;
    background: url(../fonts/965539ba9a0d47838e7b47d61afcf4cd.woff) {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .index-box-4 .swiper-pagination-bullet {
    fill: none;
  }
  .index-box-4 .circle-chart__circle {
    stroke-linecap: square;
    fill: none;
  }
  .index-box-4 .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
    stroke: rgba(0, 124, 214, 0.2);
  }
  .index-box-4 .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
    stroke: #007cd6;
    stroke-width: 2;
    stroke-linecap: square;
    fill: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
  }
  .index-box-4 .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
    animation: circle-chart-fill 3.8s linear reverse;
    -moz-animation: circle-chart-fill 3.8s linear reverse;
    -webkit-animation: circle-chart-fill 3.8s linear reverse;
    -ms-animation: circle-chart-fill 3.8s linear reverse;
  }
  .index-box-4 .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
    animation: circle-chart-fill 2.4s linear reverse;
    -moz-animation: circle-chart-fill 2.4s linear reverse;
    -webkit-animation: circle-chart-fill 2.4s linear reverse;
    -ms-animation: circle-chart-fill 2.4s linear reverse;
  }
  .index-box-4 .swiper-pagination {
    bottom: 0.1rem;
  }
  .index-box-4 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.2rem;
    opacity: 1;
  }
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:focus,
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:link {
    outline: none;
  }
  .industry-wrapper .content {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .industry-wrapper .box-2 {
    margin-top: 0.6rem;
  }
  .industry-wrapper .box-2 .box-container {
    padding: 0;
  }
  .industry-wrapper .box-2 .page-title-box,
  .industry-wrapper .box-2 .content {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .industry-wrapper .swiper-box {
    margin-top: 0.4rem;
  }
  .industry-wrapper .swiper-container {
    padding: 0.4rem 0 0.6rem;
  }
  .industry-wrapper .swiper-slide {
    width: 260px;
  }
  .industry-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .industry-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.6rem;
  }
  .swiper-btn,
  .swiper-btn.index {
    width: 0.6rem;
    height: 0.6rem;
  }
  .system-wrapper .box-1 .box-container {
    display: block;
  }
  .system-wrapper .box-1 .info-box {
    width: 100%;
  }
  .system-wrapper .box-1 .swiper-box {
    width: 100%;
    margin-top: 0.6rem;
  }
  .system-wrapper .box-1 .title {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .system-wrapper .box-1 .key {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0;
  }
  .system-wrapper .box-2 .content {
    overflow-x: auto;
  }
  .system-wrapper .box-2 .content::-webkit-scrollbar {
    height: 3px;
    background-color: #f7f8f9;
  }
  .system-wrapper .box-2 .content::-webkit-scrollbar-thumb {
    background-color: #007cd6;
  }
  .system-wrapper .box-2 table {
    width: 20rem;
    margin-bottom: 0.3rem;
  }
  .system-wrapper .box-2 table:last-child td {
    font-size: 0.28rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .system-wrapper .box-2 table th,
  .system-wrapper .box-2 table td {
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding: 0.1rem;
  }
  .system-wrapper .box-2 table th {
    height: 0.8rem;
  }
  .system-wrapper .box-2 table td {
    height: 0.7rem;
  }
  .system-wrapper .box-4 .swiper-btn {
    bottom: -0.3rem;
  }
  .system-wrapper .box-4 .prev {
    left: 0;
  }
  .system-wrapper .box-4 .next {
    right: 0;
  }
  .system-wrapper .system-swiper .swiper-slide {
    padding: 0 0.4rem 0.2rem;
  }
  .system-wrapper .system-swiper .swiper-slide:after {
    height: 0.02rem;
  }
  .system-wrapper .system-swiper .title {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.25rem;
  }
  .system-wrapper .detail-box {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
  }
  .system-wrapper .detail-box .box-container {
    padding: 0;
  }
  .system-wrapper .detail-box .swiper-slide {
    display: block;
  }
  .system-wrapper .detail-box .pic,
  .system-wrapper .detail-box .info {
    width: 100%;
  }
  .system-wrapper .detail-box .info {
    padding: 0.7rem 0.6rem;
  }
  .system-wrapper .detail-box .name {
    font-size: 0.4rem;
    line-height: 0.48rem;
  }
  .system-wrapper .detail-box .name:after {
    width: 0.48rem;
    margin-top: 0.2rem;
  }
  .system-wrapper .detail-box .desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
  .system-wrapper .box-5 .content th,
  .system-wrapper .box-5 .content td {
    height: 0.8rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width: 30%;
    line-height: 0.4rem;
  }
  .system-wrapper .box-5 .content th:nth-child(3n),
  .system-wrapper .box-5 .content td:nth-child(3n) {
    width: 40%;
  }
  .system-wrapper .box-5 .content th {
    font-size: 0.26rem;
  }
  .system-wrapper .box-5 .content td {
    font-size: 0.24rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .system-wrapper .box-5 .content tr:first-child th:first-child,
  .system-wrapper .box-5 .content tr:first-child td:first-child {
    padding-left: 0.2rem;
  }
  .cloud-wrapper .box-1 .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .cloud-wrapper .box-1 .list li:last-child {
    margin-bottom: 0;
  }
  .cloud-wrapper .box-1 .list li:before,
  .cloud-wrapper .box-1 .list li:after {
    width: 0.16rem;
    height: 0.16rem;
  }
  .cloud-wrapper .box-1 .key {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    margin-right: 0.3rem;
    margin-top: 0;
  }
  .cloud-wrapper .box-1 .brief {
    font-size: 0.28rem;
    line-height: 0.44rem;
    min-height: inherit;
  }
  .cloud-wrapper .box-1 .border {
    width: 0.16rem;
  }
  .cloud-wrapper .box-1 .border:before,
  .cloud-wrapper .box-1 .border:after {
    height: 0.16rem;
  }
  .cloud-wrapper .box-2 .content {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .cloud-wrapper .box-2 .list {
    margin-top: 0.6rem;
    padding: 0;
  }
  .cloud-wrapper .box-2 .list ul {
    flex-flow: wrap;
  }
  .cloud-wrapper .box-2 .list li {
    width: 80%;
    margin: 0 auto 0.6rem;
  }
  .cloud-wrapper .box-2 .list li:last-child {
    margin-bottom: 0;
  }
  .cloud-wrapper .box-2 .icon {
    width: 1.2rem;
  }
  .cloud-wrapper .box-2 .title {
    font-size: 0.36rem;
    line-height: 0.52rem;
    margin: 0.5rem auto 0.16rem;
  }
  .cloud-wrapper .desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .cloud-wrapper .box-3 .box-container {
    display: block;
  }
  .cloud-wrapper .box-3 .info {
    width: 100%;
  }
  .cloud-wrapper .box-3 .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .cloud-wrapper .box-3 .desc {
    line-height: 0.48rem;
  }
  .cloud-wrapper .box-4 .content {
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
  .cloud-wrapper .box-4 .content::-webkit-scrollbar {
    height: 3px;
    background-color: #fff;
  }
  .cloud-wrapper .box-4 .content::-webkit-scrollbar-thumb {
    background-color: #007cd6;
  }
  .cloud-wrapper .box-4 .content > img {
    width: 20rem;
    max-width: inherit;
  }
  .cloud-wrapper .box-5 .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cloud-wrapper .box-5 .list li {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
    padding: 0.5rem 0.3rem;
  }
  .cloud-wrapper .box-5 .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .cloud-wrapper .box-5 .icon {
    width: 0.6rem;
  }
  .cloud-wrapper .box-5 .key {
    font-size: 0.6rem;
    line-height: 0.4rem;
  }
  .cloud-wrapper .box-5 .name {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.24rem auto 0.1rem;
  }
  .cloud-wrapper .box-5 .desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding-right: 0.2rem;
    height: 2.16rem;
    overflow-y: auto;
  }
  .cloud-wrapper .box-6 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .cloud-wrapper .box-6 .echart {
    padding: 0.2rem;
    border: none;
  }
  .cloud-wrapper .box-7 .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .cloud-wrapper .box-7 .list li:last-child {
    margin-bottom: 0;
  }
  .cloud-wrapper .box-7 .info {
    padding: 0.5rem 0.4rem;
  }
  .cloud-wrapper .box-7 .name {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .cloud-wrapper .box-7 .desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}
