.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;
}
@font-face {
  font-family: "icon";
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/f2e7d0ae391042dbb0b2b55cabe9fab9.woff') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg') format('svg');
  
  /* IE9 */
  /* iOS 4.1- */
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #f8a62a;
  }
  .header-wrapper .language:hover .caption {
    color: #f8a62a;
  }
  .header-wrapper .language:hover i {
    background: url(../images/earth2.png) no-repeat;
    background-size: contain;
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper .search-box:hover .search-form {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .goods-wrapper .box-2 ul li .name,
  .solution-wrapper .list .name,
  .solutioninfo-wrapper .box-4 ul li .name,
  .video-wrapper .list ul li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .category-wrapper .list ul li:nth-child(odd) .pic {
    order: 1;
  }
  .category-wrapper .list ul li:nth-child(odd) .info {
    order: 0;
    padding-right: 86px;
  }
  .category-wrapper .list ul li:nth-child(even) .info {
    padding-left: 100px;
  }
  .category-wrapper .list ul li:nth-child(even) .pic:hover:before {
    left: -100%;
    right: auto;
  }
  .category-wrapper .list ul li:nth-child(even) .pic:before {
    left: 0;
    right: auto;
    width: 270px;
    height: 330px;
    background: url(../images/block.png) no-repeat;
    background-size: contain;
  }
  .category-wrapper .list ul li:nth-child(even) .line {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 1440px;
    margin: 0 auto;
  }
  .w1440 {
    width: 1200px;
    margin: 0 auto;
  }
  .header-wrapper .logo-box {
    width: 160px;
  }
  .header-wrapper .pc-nav-box {
    margin-left: 60px;
  }
  .header-wrapper .box-container {
    height: 90px;
  }
  .header-wrapper .login,
  .header-wrapper .language .caption,
  .header-wrapper .search-box > a {
    height: 90px;
    line-height: 90px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    line-height: 90px;
  }
  .p_h {
    top: 90px;
  }
  .header-wrapper .pc-nav-box .hide-box {
    top: 90px;
  }
  .header-wrapper .pc-nav-box .hide-2 {
    top: 90px;
  }
  .index-box-1 .index-title,
  .index-box-1 .info,
  .index-box-3 .inner-1 .info {
    padding-left: 76px;
  }
  .index-box-2 .inner {
    left: 76px;
  }
  .index-box-2 .thumb-box {
    right: 76px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    font-size: 16px;
    padding: 0 30px;
  }
  .page-cat-box .icon,
  .header-wrapper .pc-nav-box .hide-2 .icon {
    width: 100px;
    height: 100px;
  }
  .page-cat-box .icon img,
  .header-wrapper .pc-nav-box .hide-2 .icon img {
    width: 50px;
    height: 50px;
    margin-top: 25px;
  }
  .header-wrapper .pc-nav-box .hide-box {
    padding-top: 68px;
  }
  .index-banner-wrapper .info-1 {
    top: 120px;
  }
  .index-banner-wrapper .info-2 {
    top: 170px;
  }
  .index-banner-wrapper .info-3 {
    top: 150px;
  }
  .gotop {
    width: 64px;
    height: 64px;
  }
  .index-title {
    padding-top: 80px;
  }
  .index-title {
    font-size: 52px;
    line-height: 52px;
  }
  .index-box-1 .info {
    padding-top: 250px;
    padding-right: 200px;
  }
  .index-box-1,
  .index-box-2,
  .index-box-3 {
    margin-top: 110px;
  }
  .index-box-3 .inner-1 .info {
    padding-right: 60px;
  }
  .index-box-3 .data ul li .num span {
    font-size: 44px;
  }
  .index-box-3 .inner-1 .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .index-box-3 .data ul li .num em {
    font-size: 20px;
  }
  .index-box-3 .data {
    margin-bottom: 44px;
  }
  .index-box-3 .inner-2 img {
    width: 96%;
  }
  .footer-wrapper dl {
    margin-right: 120px;
  }
  .footer-wrapper dl a {
    line-height: 32px;
  }
  .footer-wrapper dl dd + dt {
    margin-top: 30px;
  }
  .goods-wrapper .box-1 .info {
    width: 38%;
  }
  .page-caption {
    font-size: 46px;
  }
  .goods-wrapper .box-1 .info:before {
    height: 120px;
    bottom: 40px;
  }
  .goods-wrapper .box-2 ul li .pic img,
  .goodsinfo-wrapper .pics .thumbs img,
  .news-wrapper .list ul li .pic img,
  .solution-wrapper .list .pic img,
  .solutioninfo-wrapper .box-4 ul li .pic img {
    height: auto;
  }
  .goodscat-wrapper .list ul li .pic img {
    height: 274px;
  }
  .news-wrapper .first-box .info {
    padding-top: 50px;
  }
  .news-wrapper .first-box .desc {
    margin: 0 auto 20px;
    line-height: 26px;
  }
  .news-wrapper .list ul li .info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .history-wrapper .box-2 .pic img,
  .history-wrapper .box-2 .info {
    height: 258px;
  }
  .history-wrapper .box-2 .info {
    padding: 30px;
  }
  .history-wrapper .box-2 .info .desc {
    line-height: 24px;
  }
  .response-wrapper .info {
    line-height: 24px;
  }
  .response-wrapper .box-2 ul li .info,
  .response-wrapper .box-4 .info {
    padding-top: 40px;
  }
  .response-wrapper .box-6 .name {
    font-size: 40px;
    line-height: 50px;
  }
  .video-wrapper .list ul li .pic img,
  .video-wrapper .list ul li iframe {
    height: 216px;
  }
  .index-box-2 .swiper-container {
    height: 760px;
  }
  .index-box-2 .thumb-swiper-box {
    width: 240px;
  }
  .index-box-2 .thumb-box {
    top: 70px;
  }
  .index-box-2 .thumb-swiper-box .swiper-slide .pic img {
    height: auto;
  }
  .index-box-2 .item.on .inner {
    top: 280px;
  }
  .category-wrapper .list ul .pic:before {
    width: 210px;
    height: 220px;
  }
  .category-wrapper .list ul li:nth-child(even) .pic:before {
    width: 200px;
    height: 220px;
  }
  .page-form-box.form-2 .search {
    width: 55%;
  }
  .page-form-box.form-2 .search,
  .page-form-box.form-2 .btn {
    margin-left: 10px;
  }
  .page-form-box.form-2 .search .text {
    width: 90%;
  }
  .user-wrapper .main .form-box label {
    width: 22%;
  }
  .help-box ul li .pic img {
    height: 164px;
  }
  .help-box ul li .name {
    font-size: 22px;
  }
  .help-box {
    padding: 30px 60px 60px;
  }
  .technical-box .info {
    padding-left: 80px;
  }
  .technical-box .name {
    margin: 20px auto;
  }
  .index-banner-wrapper .swiper-slide img {
    height: 89vh;
  }
  .about-wrapper .box-5 .num {
    width: 110px;
    margin-right: 14px;
  }
  .about-wrapper .box-5 .num span {
    font-size: 38px;
  }
  .about-wrapper .box-5 .name {
    line-height: 20px;
    height: 60px;
  }
  .about-wrapper .box-5 .num i {
    font-size: 16px;
  }
  .history-wrapper .box-1 .title {
    font-size: 44px;
    line-height: 86px;
  }
  .history-wrapper .box-1 .other-box .caption {
    line-height: 86px;
    font-size: 28px;
  }
  .goodsinfo-wrapper .w1440 > .relative-btn-box > a {
    padding-left: 32px;
  }
  .index-box-4 ul li .pic img {
    height: 328px;
  }
  .index-box-4 ul li .name {
    font-size: 24px;
  }
  .index-box-4 {
    padding-bottom: 120px;
  }
  .index-box-5 ul li .pic img {
    height: 574px;
  }
  .support-wrapper .list ul li .pic img {
    height: 479px;
  }
  .index-box-5 ul li .info,
  .support-wrapper .list ul li .info {
    height: 110px;
  }
  .index-box-5 ul li .name,
  .support-wrapper .list ul li .name {
    font-size: 32px;
    line-height: 32px;
  }
  .index-box-6 ul li .pic img {
    height: 260px;
  }
  .index-box-6 {
    margin-bottom: 120px;
  }
  .index-box-5 ul li .icon,
  .support-wrapper .list ul li .icon {
    width: 54px;
  }
  .news-wrapper .cat-box a {
    padding: 0 20px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
  }
  .news-wrapper .list ul li .name {
    font-size: 20px;
  }
  .about-wrapper .box-7 ul li .pic img,
  .about-wrapper .box-7 ul li .info {
    height: 260px;
  }
  .about-wrapper .box-7 ul li .info {
    padding: 30px 40px;
  }
  .about-wrapper .box-7 ul li .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .about-wrapper .box-7 ul li .name {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .box-container {
    width: 1240px;
    margin: 0 auto;
  }
  .header-wrapper .box-container {
    height: 80px;
  }
  .header-wrapper .login,
  .header-wrapper .language .caption,
  .header-wrapper .search-box > a {
    height: 80px;
    line-height: 80px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    line-height: 80px;
  }
  .p_h {
    top: 80px;
  }
  .header-wrapper .pc-nav-box .hide-box {
    top: 80px;
  }
  .header-wrapper .pc-nav-box .hide-2 {
    top: 80px;
  }
  .index-box-1 .index-title,
  .index-box-1 .info,
  .index-box-3 .inner-1 .info {
    padding-left: 98px;
  }
  .index-box-2 .inner {
    left: 98px;
  }
  .index-box-2 .thumb-box {
    right: 98px;
  }
  .header-wrapper .pc-nav-box {
    margin-left: 40px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    font-size: 14px;
    padding: 0 24px;
  }
  .header-wrapper .logo-box {
    width: 140px;
  }
  .page-cat-box .icon,
  .header-wrapper .pc-nav-box .hide-2 .icon {
    width: 80px;
    height: 80px;
  }
  .page-cat-box .icon img,
  .header-wrapper .pc-nav-box .hide-2 .icon img {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .header-wrapper .pc-nav-box ul li:hover .hide-2 {
    height: 250px;
  }
  .header-wrapper .pc-nav-box .hide-1 .pic-box {
    width: 290px;
    padding-right: 50px;
    margin-right: 50px;
  }
  .header-wrapper .pc-nav-box .hide-1 .item-box {
    margin-right: 36px;
  }
  .header-wrapper .pc-nav-box .hide-1 .item > a {
    line-height: 24px;
  }
  .index-banner-wrapper .info-2 .name {
    font-size: 48px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 44px;
    line-height: 52px;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 52px;
    line-height: 44px;
  }
  .index-banner-wrapper .info-3 .name {
    font-size: 42px;
    line-height: 44px;
    width: 460px;
  }
  .index-title {
    padding-top: 60px;
    font-size: 48px;
    line-height: 48px;
  }
  .index-title:after,
  .page-caption:after {
    width: 60px;
    height: 4px;
  }
  .index-box-1 .info {
    padding-top: 210px;
    padding-right: 120px;
  }
  .index-box-1 .info .content {
    line-height: 24px;
    margin: 15px auto 20px;
  }
  .index-box-1 .btn-box a {
    width: 50px;
    height: 50px;
  }
  .index-box-1,
  .index-box-2,
  .index-box-3 {
    margin-top: 90px;
  }
  .page-caption {
    margin-bottom: 30px;
  }
  .page-banner-wrapper .info .name {
    font-size: 48px;
  }
  .index-box-3 .inner-1 .name {
    font-size: 20px;
  }
  .index-box-3 .inner-1 .info > .desc {
    margin-top: 16px;
  }
  .index-box-3 .data ul li .num span {
    font-size: 38px;
  }
  .index-box-3 .data ul li .desc {
    font-size: 12px;
    line-height: 18px;
  }
  .index-box-3 .data {
    margin: 20px auto;
  }
  .footer-wrapper dl {
    margin-right: 80px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 40px;
    line-height: 48px;
  }
  .index-banner-wrapper .info-1 .intro {
    font-size: 24px;
    line-height: 32px;
  }
  .about-wrapper .box-2 .list .item {
    margin-right: 90px;
  }
  .about-wrapper .box-3 .info .icon {
    width: 80px;
    height: 80px;
  }
  .about-wrapper .box-3 .info .name {
    font-size: 30px;
    margin-top: 30px;
  }
  .page-box {
    padding: 90px 0;
  }
  .goodsinfo-wrapper .pics .bigImg img {
    height: 332px;
  }
  .goodsinfo-wrapper .thumbs-swiper .swiper-wrapper {
    height: 267px;
  }
  .goodsinfo-wrapper .box-2 {
    margin-top: 80px;
  }
  .goodsinfo-wrapper .box-2 ul li .caption:before {
    width: 20px;
    right: 34px;
  }
  .goodsinfo-wrapper .box-2 ul li .caption:after {
    height: 20px;
    margin-top: -10px;
  }
  .goodsinfo-wrapper .box-3 .icon {
    width: 70px;
  }
  .goodsinfo-wrapper .box-3 .name {
    font-size: 22px;
    line-height: 26px;
  }
  .page-caption.page-caption-2 {
    font-size: 26px;
  }
  .goodsinfo-wrapper .other .inner-1 a,
  .solutioninfo-wrapper .other .inner-1 a {
    height: 80px;
    line-height: 80px;
  }
  .news-wrapper .first-box .info {
    padding-top: 40px;
    padding-left: 50px;
  }
  .newsinfo-wrapper .news-content .news-top .name {
    font-size: 38px;
  }
  .history-wrapper .box-2 .name {
    font-size: 28px;
    line-height: 24px;
  }
  .quality-wrapper .right .pic {
    padding: 30px;
  }
  .solutioninfo-wrapper .box-2 ul li .icon {
    width: 50px;
    height: 50px;
  }
  .solutioninfo-wrapper .box-2 ul li {
    padding-top: 20px;
  }
  .solutioninfo-wrapper .box-2 ul li .name {
    margin-top: 12px;
  }
  .video-wrapper .list ul li .pic img,
  .video-wrapper .list ul li iframe {
    height: 218px;
  }
  .download-wrapper .list ul li {
    height: 110px;
  }
  .download-wrapper .list ul li .btn {
    line-height: 110px;
  }
  .download-wrapper .list ul li .icon {
    width: 96px;
  }
  .download-wrapper .list ul li .icon img {
    width: 40px;
  }
  .download-wrapper .list ul li .info {
    margin-left: 0;
  }
  .download-wrapper .list ul li .name {
    font-size: 22px;
  }
  .contact-wrapper .contact,
  .contact-wrapper .form {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-box-2 .swiper-container {
    height: 700px;
  }
  .index-box-2 .thumb-swiper-box {
    width: 220px;
  }
  .index-box-2 .thumb-box {
    top: 60px;
  }
  .index-box-2 .thumb-swiper-box .swiper-btn {
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }
  .index-box-2 .thumb-swiper-box .prev {
    top: -25px;
  }
  .index-box-2 .thumb-swiper-box .next {
    bottom: -25px;
  }
  .index-box-2 .inner {
    top: 260px;
    padding: 50px 40px 40px 40px;
  }
  .category-wrapper .list ul .content {
    line-height: 26px;
  }
  .index-banner-wrapper .swiper-btn {
    width: 60px;
    height: 40px;
    margin-top: -20px;
  }
  .index-banner-wrapper:hover .prev {
    left: 20px;
  }
  .index-banner-wrapper:hover .next {
    right: 20px;
  }
  .index-banner-wrapper .swiper-slide img {
    height: 90.5vh;
  }
  .order-modal-box .name {
    line-height: 54px;
  }
  .order-modal-box .main {
    padding: 46px 60px 60px;
  }
  .order-modal-box .group {
    margin-bottom: 20px;
  }
  .order-modal-box .text,
  .order-modal-box .message,
  .order-modal-box a {
    height: 45px;
    line-height: 45px;
  }
  .order-modal-box .main > .group .submit {
    font-size: 20px;
  }
  .about-wrapper .box-5 li {
    height: 150px;
    padding-top: 45px;
  }
  .history-wrapper .box-1 .title {
    line-height: 82px;
    font-size: 38px;
  }
  .history-wrapper .box-1 .other-box .caption {
    line-height: 82px;
    font-size: 26px;
  }
  .goodsinfo-wrapper .w1440 > .relative-btn-box > a {
    padding-left: 26px;
    font-size: 18px;
  }
  .index-box-5 ul li .name,
  .support-wrapper .list ul li .name {
    font-size: 28px;
    line-height: 30px;
  }
  .index-box-5 ul li .info,
  .support-wrapper .list ul li .info {
    height: 90px;
  }
  .index-box-5 ul li .pic img {
    height: 495px;
  }
  .support-wrapper .list ul li .pic img {
    height: 480px;
  }
  .index-box-5 ul li .icon,
  .support-wrapper .list ul li .icon {
    width: 48px;
  }
  .index-box-6 ul li .pic img {
    height: 225px;
  }
  .index-box-6 ul li .name {
    font-size: 22px;
  }
  .index-box-6 ul li .info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-more {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  .index-box-4 ul li .desc {
    font-size: 14px;
    line-height: 24px;
    height: 168px;
  }
  .index-box-4 ul li .name {
    font-size: 22px;
  }
  .index-box-4 ul li .info {
    padding-left: 30px;
    padding-right: 20px;
  }
  .index-box-4 ul li .pic img {
    height: 282px;
  }
  .index-box-4 {
    padding-bottom: 100px;
  }
  .index-box-6 {
    margin-bottom: 100px;
  }
  .support-wrapper .list ul li {
    margin-top: 50px;
  }
  .news-wrapper .cat-box a {
    font-size: 15px;
    line-height: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 1366px) {
  .index-box-1 .index-title,
  .index-box-1 .info,
  .index-box-3 .inner-1 .info {
    padding-left: 61px;
  }
  .index-box-2 .inner {
    left: 61px;
  }
  .index-box-2 .thumb-box {
    right: 61px;
  }
  .goodsinfo-wrapper .other .inner-1 a,
  .solutioninfo-wrapper .other .inner-1 a {
    height: 70px;
    line-height: 70px;
  }
  .index-box-2 .swiper-container {
    height: 680px;
  }
  .index-box-2 .thumb-swiper-box {
    width: 200px;
  }
  .index-box-2 .thumb-box {
    top: 50px;
  }
  .index-box-2 .thumb-swiper-box .swiper-btn {
    width: 44px;
    height: 44px;
    margin-left: -22px;
  }
  .index-box-2 .thumb-swiper-box .prev {
    top: -22px;
  }
  .index-box-2 .thumb-swiper-box .next {
    bottom: -14px;
  }
  .index-box-2 .thumb-swiper-box .swiper-slide .icon {
    background-size: 13px;
  }
  .index-box-2 .inner {
    top: 220px;
  }
  .category-wrapper .list ul li:nth-child(even) .info {
    padding-left: 80px;
  }
  .index-banner-wrapper .swiper-slide img {
    height: 88.4vh;
  }
  .index-box-5 ul li .name,
  .support-wrapper .list ul li .name {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .box-container {
    width: 1200px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    padding: 0 22px;
  }
  .index-box-4 ul li .pic img {
    height: 274px;
    object-fit: cover;
  }
  .index-box-5 ul li .pic img {
    height: 480px;
  }
  .index-box-5 ul li .info,
  .support-wrapper .list ul li .info {
    height: 70px;
  }
  .index-box-5 ul li .name,
  .support-wrapper .list ul li .name {
    font-size: 24px;
  }
  .index-box-5 ul li .icon,
  .support-wrapper .list ul li .icon {
    width: 40px;
  }
  .gotop {
    width: 50px;
    height: 50px;
  }
  .index-title {
    font-size: 40px;
    line-height: 42px;
  }
  .index-box-4 ul li .name {
    font-size: 20px;
  }
  .index-title:after,
  .page-caption:after {
    width: 50px;
  }
  .page-title:after {
    width: 60px;
    height: 5px;
  }
  .page-title {
    font-size: 26px;
  }
  .index-more {
    width: 140px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
  .footer-wrapper .box-1 {
    padding: 50px 0 34px;
  }
  .footer-wrapper .share-box {
    margin-top: 60px;
  }
  .footer-wrapper .box-2 .link,
  .footer-wrapper .box-2 .link a,
  .footer-wrapper .box-2 .copy,
  .footer-wrapper .box-2 .copy a {
    font-size: 14px;
    line-height: 24px;
  }
  .about-wrapper .box-7 ul li .name {
    font-size: 24px;
  }
  .about-wrapper .box-5 li {
    height: 130px;
    padding-top: 36px;
  }
  .page-caption {
    font-size: 38px;
  }
  .news-wrapper .list ul li .name {
    font-size: 18px;
  }
  .contact-wrapper .contact .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .contact-wrapper .contact .share {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .contact-wrapper .contact ul li {
    padding-left: 50px;
  }
  .contact-wrapper .contact ul li .icon {
    width: 36px;
  }
  .contact-wrapper .form-box .submit {
    width: 42%;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }
  .contact-wrapper .form-box .caption {
    font-size: 26px;
    line-height: 60px;
    height: 60px;
  }
  .contact-wrapper .form-box .text {
    line-height: 46px;
  }
  .header-wrapper .pc-nav-box .hide-box {
    padding: 50px 0 60px;
  }
  .page-cat-box .icon img,
  .header-wrapper .pc-nav-box .hide-2 .icon img {
    width: 40px;
    height: 40px;
    margin-top: 14px;
  }
  .header-wrapper .pc-nav-box .hide-2 a {
    margin-right: 40px;
  }
  .header-wrapper .pc-nav-box .hide-2 .name {
    margin-top: 14px;
  }
  .header-wrapper .pc-nav-box ul li:hover .hide-2 {
    height: 210px;
  }
  .footer-wrapper .box-2 .link a {
    margin-right: 20px;
  }
  .header-wrapper .logo-box {
    width: 120px;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200,
  .w1440 {
    width: 100%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  body {
    background: #f4f4f4;
  }
  .nav-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    padding-top: 18px;
  }
  .nav-icon span {
    display: block;
    width: 25px;
    position: relative;
    border: 1px solid #0075c1;
    border-radius: 80px;
    margin-left: 0;
  }
  .nav-icon span:after,
  .nav-icon span:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    background: #0075c1;
    border: 1px solid #0075c1;
    transition: all .3s ease;
    box-sizing: border-box;
    left: -1px;
  }
  .nav-icon span:before {
    transform: rotate(0) translateY(-7px);
  }
  .nav-icon span:after {
    transform: rotate(0) translateY(5px);
  }
  .nav-icon.on span {
    background-color: transparent;
    border-color: transparent;
  }
  .nav-icon.on span:before {
    transform: rotate(-45deg) translateY(0);
  }
  .nav-icon.on span:after {
    transform: rotate(45deg) translateY(0);
  }
  .phone-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 501;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
  }
  .phone-nav.height ul {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-nav .main {
    width: 80%;
    height: 100%;
    background: #f0f2f3;
    padding-top: 10px;
    border-top-left-radius: 30px;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: 73vh;
    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: #0075c1;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #0075c1;
    background: #002030;
    border-color: #002030;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before,
  .phone-nav ul li.active .cat:after {
    background: #f8a62a;
  }
  .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: 16px;
    color: #333;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #0075c1;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 2px;
    height: 10px;
    right: 19px;
    top: 18px;
    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: 10px;
    height: 2px;
    right: 15px;
    top: 22px;
  }
  .phone-nav ul li.on {
    background: #002030;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #0075c1;
  }
  .phone-nav ul li.on .cat:before,
  .phone-nav ul li.on .cat:after {
    background: #f8a62a;
  }
  .phone-nav ul li .navs {
    background: #f6f6f6;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .search-box {
    position: relative;
    width: 93%;
    margin: 30px auto 0;
    border-radius: 50px;
    background: #f5f5f5;
    /* input placeholder  */
    overflow: hidden;
    border: 1px solid #d6d7d8;
  }
  .phone-nav .search-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-box .keywords {
    font-size: 14px;
    color: #666;
    width: 90%;
    border: none;
    background: #f0f2f3;
    height: 36px;
    padding: 0 15px;
  }
  .phone-nav .search-box .search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
  }
  .phone-nav .search-box .search-btn img {
    width: 16px;
  }
  .phone-nav .close {
    position: absolute;
    right: 10%;
    top: 15px;
    z-index: 10;
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
  }
  .header-wrapper {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    z-index: 60;
  }
  .header-wrapper .box-container {
    height: 60px;
  }
  .header-wrapper .logo-box {
    width: 30%;
  }
  .header-wrapper .logo-box img {
    display: block;
    width: 100%;
  }
  .header-wrapper .pc-nav-box {
    display: none;
  }
  .header-wrapper .other-box {
    flex: 1;
  }
  .header-wrapper .other-box .search-box {
    display: none;
  }
  .header-wrapper .other-box i {
    top: -1px;
  }
  .header-wrapper .login,
  .header-wrapper .language .caption {
    height: 36px;
    line-height: 36px;
  }
  .header-wrapper .login {
    margin-right: 15px;
  }
  .header-wrapper .login i {
    width: 11px;
    margin-right: 8px;
  }
  .header-wrapper .login span {
    font-size: 12px;
    color: #666;
  }
  .header-wrapper .language {
    margin-right: 20px;
  }
  .header-wrapper .language i {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .header-wrapper .language .list {
    width: 160px;
    margin-left: -80px;
    padding: 6px 15px;
    top: 48px;
  }
  .header-wrapper .language .list a {
    padding-right: 26px;
    padding: 6px 0;
    line-height: 24px;
  }
  .header-wrapper .language .list a img {
    width: 24px;
    top: 10px;
  }
  .header-wrapper .search a {
    width: 16px;
    height: 36px;
    background: url(../images/search2.png) no-repeat left center;
    background-size: contain;
  }
  .p_h {
    position: static;
    height: 90px;
    display: block;
  }
  .search-form {
    display: none;
  }
  .gotop {
    left: auto;
    right: 15px;
    width: 42px;
    height: 42px;
    background-size: 10px;
  }
  .gotop:hover {
    background-position: center center;
  }
  .footer-wrapper .box-1 {
    padding: 30px 0;
    background: url(../images/p_footer-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .footer-wrapper .footer-nav-box {
    display: none;
  }
  .footer-wrapper .caption {
    line-height: 30px;
    margin-bottom: 8px;
  }
  .footer-wrapper .box-container {
    display: block;
  }
  .footer-wrapper .other-box {
    width: 100%;
    height: auto;
    padding-left: 0;
    border-left: none;
  }
  .footer-wrapper .other-box li {
    margin-bottom: 4px;
  }
  .footer-wrapper .share-box {
    margin-top: 15px;
  }
  .footer-wrapper .share a {
    margin-right: 8px;
  }
  .footer-wrapper .share img {
    width: 26px;
  }
  .footer-wrapper .box-2 {
    padding: 14px 0 10px;
  }
  .footer-wrapper .box-2 .link,
  .footer-wrapper .box-2 .link a,
  .footer-wrapper .box-2 .copy,
  .footer-wrapper .box-2 .copy a {
    line-height: 20px;
  }
  .footer-wrapper .box-2 .link {
    margin-bottom: 15px;
  }
  .footer-wrapper .box-2 .link a {
    margin-right: 15px;
  }
  .index-banner-wrapper {
    margin-top: -30px;
  }
  .index-banner-wrapper .swiper-container {
    height: 250px;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
    height: auto;
    border-top-left-radius: 30px;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .info {
    padding-right: 25px;
  }
  .index-banner-wrapper .info-1 {
    top: 40px;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
  }
  .index-banner-wrapper .info-1 .box {
    width: 61%;
    padding-right: 0;
    margin-right: -4%;
  }
  .index-banner-wrapper .info-1 .name {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 10px 0 10px 0;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 24px;
    line-height: 30px;
    margin: 20px auto 0;
  }
  .index-banner-wrapper .info-1 .intro {
    font-size: 14px;
    line-height: 16px;
  }
  .index-banner-wrapper .info-2 {
    top: 20px;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 24px;
    line-height: 30px;
  }
  .index-banner-wrapper .info-2 .name {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
    padding: 2px 10px;
    margin: 15px auto;
    border-radius: 10px 0 10px 0;
  }
  .index-banner-wrapper .info-2 .intro {
    font-size: 13px;
    line-height: 18px;
  }
  .index-banner-wrapper .info-3 {
    top: 40px;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
  }
  .index-banner-wrapper .info-3 .desc,
  .index-banner-wrapper .info-3 .intro {
    font-size: 16px;
    line-height: 24px;
  }
  .index-banner-wrapper .info-3 .intro {
    width: 100%;
  }
  .index-banner-wrapper .info-3 .name {
    width: 78%;
    font-size: 24px;
    line-height: 30px;
    padding: 4px 10px;
    margin: 10px 0;
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 10px 0;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 15px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 10px;
    height: 10px;
  }
  .index-banner-wrapper .swiper-btn {
    display: none;
  }
  .index-title {
    font-size: 30px;
    padding-bottom: 30px;
    line-height: 34px;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .index-title:after {
    width: 44px;
    height: 4px;
    margin-top: 15px;
  }
  .index-box-1 {
    margin-top: 0;
  }
  .index-box-1 .index-title {
    position: static;
  }
  .index-box-1 .swiper-slide {
    display: block;
  }
  .index-box-1 .swiper-slide .info,
  .index-box-1 .swiper-slide .pic {
    width: 100%;
  }
  .index-box-1 .index-title,
  .index-box-1 .info {
    padding-left: 15px;
  }
  .index-box-1 .info {
    padding-top: 0;
    padding-right: 15px;
  }
  .index-box-1 .info .name {
    font-size: 20px;
    line-height: 24px;
  }
  .index-box-1 .info .content {
    font-size: 12px;
    line-height: 20px;
    margin: 4px auto 20px;
  }
  .index-box-1 .info .content img {
    width: 50%;
  }
  .index-box-1 .info .index-more {
    width: 34%;
  }
  .index-box-1 .pic {
    padding: 0 15px;
    margin-top: 20px;
  }
  .index-box-1 .btn-box {
    left: 15px;
  }
  .index-box-1 .btn-box a {
    width: 36px;
    height: 36px;
  }
  .index-box-1 .btn-box .prev {
    background-size: 6px;
  }
  .index-box-1 .btn-box .prev.swiper-button-disabled {
    background-size: 6px;
  }
  .index-box-1 .btn-box .next {
    background-size: 6px;
  }
  .index-box-1 .btn-box .next.swiper-button-disabled {
    background-size: 6px;
  }
  .index-box-2 {
    margin-top: 30px;
  }
  .index-box-2 .thumb-box {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .index-box-2 .index-title {
    line-height: 30px;
  }
  .index-box-2 .item img {
    display: none;
  }
  .index-box-2 .item img.phone {
    display: block;
  }
  .index-box-2 .thumb-swiper-box {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
  .index-box-2 .thumb-swiper-box .swiper-slide.on .icon {
    background-size: 6px;
  }
  .index-box-2 .thumb-swiper-box .swiper-slide .pic img {
    height: auto;
  }
  .index-box-2 .thumb-swiper-box .swiper-slide .icon {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }
  .index-box-2 .thumb-swiper-box .swiper-btn {
    width: 36px;
    height: 36px;
    left: 0;
    top: 50%;
    margin-top: -18px;
    margin-left: 0;
  }
  .index-box-2 .thumb-swiper-box .prev {
    top: 50%;
    background-image: url(../images/prev4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
  }
  .index-box-2 .thumb-swiper-box .prev.swiper-button-disabled {
    background-image: url(../images/prev3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
  }
  .index-box-2 .thumb-swiper-box .next {
    right: 0;
    left: auto;
    bottom: auto;
    background-image: url(../images/next4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
  }
  .index-box-2 .thumb-swiper-box .next.swiper-button-disabled {
    background-image: url(../images/next3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
  }
  .index-box-2 .swiper-container {
    height: auto;
  }
  .index-box-2 .box .item .pic img {
    display: none;
  }
  .index-box-2 .box .item .pic img.phone {
    display: block;
  }
  .index-box-2 .box .item .pic:before {
    height: 120px;
  }
  .index-box-2 .box .item .play {
    width: 50px;
    height: 50px;
    background-size: 10px;
  }
  .index-box-2 .box .item .info .name {
    font-size: 20px;
    line-height: 50px;
    margin-left: 10px;
  }
  .index-box-2 .item {
    position: relative;
  }
  .index-box-2 .item.on .inner {
    bottom: 20px;
    top: auto;
  }
  .index-box-2 .inner {
    width: 90%;
    left: 0;
    top: 30px;
    z-index: 10;
    padding: 0 15px;
    background: none;
  }
  .index-box-2 .name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .index-box-2 .desc {
    display: none;
  }
  .index-box-2 .index-more {
    width: 43%;
  }
  .index-box-3 {
    margin: 30px auto 30px;
  }
  .index-box-3 .inner-1 {
    display: block;
  }
  .index-box-3 .inner-1 .info {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-box-3 .inner-1 .info > .desc {
    margin-top: 10px;
    max-height: inherit;
    display: block;
  }
  .index-box-3 .inner-1 .pic {
    width: 100%;
    border-top-left-radius: 40px;
  }
  .index-box-3 .inner-1 .pic img {
    border-top-left-radius: 40px;
  }
  .index-box-3 .inner-1 .name {
    font-size: 16px;
    line-height: 26px;
  }
  .index-box-3 .inner-1 .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .index-box-3 .data {
    margin: 30px auto 20px;
  }
  .index-box-3 .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-3 .data ul li {
    width: 46%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .index-box-3 .data ul li .num i {
    top: 8px;
    font-size: 16px;
  }
  .index-box-3 .data ul li .num em {
    font-size: 16px;
  }
  .index-box-3 .data ul li .num span {
    font-size: 30px;
  }
  .index-box-3 .data ul li .desc {
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
  }
  .index-box-3 .index-more {
    display: none;
  }
  .index-box-3 .inner-2,
  .index-box-3 .pic {
    padding: 0 15px;
  }
  .index-box-3 .inner-2 {
    margin-top: 30px;
  }
  .index-box-4 {
    padding-bottom: 40px;
  }
  .index-box-4 ul {
    flex-flow: wrap;
  }
  .index-box-4 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .index-box-4 ul li .pic img {
    height: auto;
  }
  .index-box-4 ul li .info {
    padding: 30px 20px 30px 30px;
  }
  .index-box-4 ul li .name {
    font-size: 20px;
    line-height: 24px;
  }
  .index-box-4 ul li .desc {
    height: auto;
  }
  .index-box-4 ul li .index-more {
    width: 140px;
    height: 42px;
    line-height: 42px;
  }
  .index-box-5 ul {
    flex-flow: wrap;
  }
  .index-box-5 ul li {
    width: 50%;
  }
  .index-box-5 ul li .pic img {
    height: 275px;
  }
  .index-box-5 ul li .info {
    height: 50px;
  }
  .index-box-5 ul li .name {
    font-size: 16px;
    line-height: 24px;
  }
  .index-box-5 ul li .icon {
    width: 30px;
    margin-top: 10px;
  }
  .index-box-6 {
    margin-bottom: 40px;
  }
  .index-box-6 ul {
    flex-flow: wrap;
  }
  .index-box-6 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .index-box-6 ul li:last-child {
    margin-bottom: 0;
  }
  .index-box-6 ul li .pic img {
    height: auto;
  }
  .index-box-6 ul li .info {
    padding: 30px 20px;
  }
  .index-box-6 ul li .date {
    margin-top: 15px;
  }
  .index-box-6 ul li .other {
    margin-bottom: 15px;
    height: auto;
  }
  .index-box-6 ul li .name {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  .index-box-6 ul li .index-more {
    width: 140px;
    height: 42px;
    line-height: 42px;
  }
  .page-banner-wrapper {
    margin-top: -30px;
  }
  .page-banner-wrapper .banner {
    border-top-left-radius: 30px;
  }
  .page-banner-wrapper .info .name {
    font-size: 26px;
    line-height: 26px;
  }
  .page-banner-wrapper .info .desc {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    margin: 10px auto 4px;
  }
  .page-banner-wrapper .info img {
    width: 15px;
  }
  .page-form-box {
    margin-bottom: 20px;
  }
  .page-form-box .word {
    display: block;
    line-height: 30px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-form-box .search {
    display: block;
  }
  .page-form-box .text,
  .page-form-box .caption {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 48px 0 15px;
  }
  .page-form-box .btn {
    width: 42px;
    height: 42px;
    background-size: 14px;
  }
  .page-form-box .btn:hover {
    background-size: 14px;
  }
  .page-form-box .caption:after {
    right: 15px;
  }
  .page-form-box .type {
    width: 100%;
  }
  .page-form-box .type .list {
    z-index: 11;
    max-height: 205px;
  }
  .page-form-box .type .list a {
    padding: 0 15px;
  }
  .page-form-box.form-2 .btn {
    position: absolute;
    margin-left: 0;
  }
  .page-form-box.form-2 .search {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .page-form-box.form-2 .search .text {
    width: 100%;
    padding-right: 48px;
  }
  .page-form-box .category {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 48px 0 15px;
  }
  .page-more {
    width: 50%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    margin-top: 40px;
  }
  .page-more i {
    top: -1px;
    margin-left: 10px;
    width: 18px;
    height: 18px;
  }
  .page-box {
    padding: 40px 0;
  }
  .page-title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .page-title:after {
    width: 44px;
    height: 4px;
    margin-top: 15px;
  }
  .page-caption {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .page-caption:after {
    width: 44px;
    height: 4px;
    margin-top: 15px;
  }
  .page-caption.page-caption-2 {
    font-size: 24px;
  }
  .breadcrumb-box {
    display: none;
  }
  .index-more {
    width: 84%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .index-more i {
    margin-left: 6px;
    font-size: 16px;
  }
  .about-wrapper .content {
    font-size: 14px;
    line-height: 26px;
  }
  .about-wrapper .box-1 {
    display: block;
  }
  .about-wrapper .box-1 .info {
    width: 100%;
  }
  .about-wrapper .box-1 .pic {
    width: 100%;
    margin-top: 30px;
  }
  .about-wrapper .box-1 .page-title {
    width: 100%;
  }
  .about-wrapper .box-1 .content {
    width: 100%;
  }
  .about-wrapper .box-1 .content img {
    width: 100%!important;
    height: auto!important;
  }
  .about-wrapper .box-2 {
    margin: 40px auto;
  }
  .about-wrapper .box-2 .list {
    margin: 30px auto;
  }
  .about-wrapper .box-2 .list .item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-wrapper .box-2 .list .caption {
    padding: 10px;
    height: auto;
    line-height: 30px;
  }
  .about-wrapper .box-2 .list .caption:before {
    left: 60px;
  }
  .about-wrapper .box-2 .list .caption:after {
    right: 60px;
  }
  .about-wrapper .box-2 .list ul {
    padding: 20px 30px;
  }
  .about-wrapper .box-2 .list ul li {
    padding-left: 15px;
  }
  .about-wrapper .box-3 {
    margin: 30px auto;
  }
  .about-wrapper .box-3 .pic {
    border-top-left-radius: 40px;
  }
  .about-wrapper .box-3 .info {
    padding: 0 20px;
  }
  .about-wrapper .box-3 .info .icon {
    width: 50px;
    height: 50px;
    background-size: 8px;
  }
  .about-wrapper .box-3 .info .name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 4px;
    margin-top: 15px;
  }
  .about-wrapper .box-5 {
    margin-top: 30px;
  }
  .about-wrapper .box-5 ul {
    display: block;
  }
  .about-wrapper .box-5 li {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding: 30px 15px;
    margin-bottom: 15px;
  }
  .about-wrapper .box-5 li:first-child .num {
    width: 120px;
  }
  .about-wrapper .box-5 .num {
    margin-right: 20px;
    width: 120px;
  }
  .about-wrapper .box-5 .num span {
    font-size: 36px;
  }
  .about-wrapper .box-5 .num i {
    font-size: 18px;
  }
  .about-wrapper .box-5 .num em {
    font-size: 20px;
  }
  .about-wrapper .box-6 {
    margin-top: 20px;
    padding: 30px 20px 40px;
  }
  .about-wrapper .box-6 .content {
    width: 100%;
  }
  .about-wrapper .box-7 {
    margin-top: 40px;
  }
  .about-wrapper .box-7 ul {
    display: block;
  }
  .about-wrapper .box-7 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-wrapper .box-7 ul li:nth-child(even) .info {
    order: 0;
    background: #fff;
  }
  .about-wrapper .box-7 ul li:nth-child(even) .pic {
    order: 1;
  }
  .about-wrapper .box-7 ul li:nth-child(even) .name,
  .about-wrapper .box-7 ul li:nth-child(even) .desc {
    color: #333;
  }
  .about-wrapper .box-7 ul li .pic img,
  .about-wrapper .box-7 ul li .info {
    height: auto;
  }
  .about-wrapper .box-7 ul li .info {
    padding: 30px 20px;
  }
  .about-wrapper .box-7 ul li .name {
    font-size: 24px;
    line-height: 26px;
  }
  .about-wrapper .box-7 ul li .desc {
    font-size: 14px;
  }
  .goods-wrapper .relative-btn-box {
    margin-bottom: 20px;
    display: block;
  }
  .goods-wrapper .relative-btn-box a {
    margin-right: 0;
    margin-bottom: 15px;
    min-width: inherit;
    max-width: inherit;
    width: 48%;
  }
  .goods-wrapper .box-1 {
    display: block;
  }
  .goods-wrapper .box-1 .info {
    width: 100%;
  }
  .goods-wrapper .box-1 .info:before {
    display: none;
  }
  .goods-wrapper .box-1 .desc {
    font-size: 14px;
    line-height: 26px;
  }
  .goods-wrapper .box-1 .pic {
    width: 100%;
    margin-top: 30px;
  }
  .goods-wrapper .box-2 {
    margin-top: 30px;
  }
  .goods-wrapper .box-2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper .box-2 ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .goods-wrapper .box-2 ul li a {
    padding: 10px;
  }
  .goods-wrapper .box-2 ul li .pic img {
    height: 110px;
  }
  .goods-wrapper .box-2 ul li .name {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
  }
  .goods-wrapper .box-2 ul li .index-more {
    top: 28px;
    margin: 0 auto;
  }
  .goodsinfo-wrapper .w1440 > .relative-btn-box {
    margin-bottom: 20px;
    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-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .goodsinfo-wrapper .w1440 > .relative-btn-box > a {
    width: 49.5%;
    margin-bottom: 1%;
    margin-right: 0;
    font-size: 14px;
    padding-left: 10px;
    text-align: center;
  }
  .goodsinfo-wrapper .w1440 > .relative-btn-box > a:first-child {
    border-top-left-radius: 0;
  }
  .goodsinfo-wrapper .w1440 > .relative-btn-box > a:last-child {
    border-bottom-right-radius: 0;
  }
  .goodsinfo-wrapper .main {
    float: none;
    width: 100%;
  }
  .goodsinfo-wrapper .others {
    width: 100%;
  }
  .goodsinfo-wrapper .pics {
    width: 100%;
  }
  .goodsinfo-wrapper .pics .swiper-wrapper {
    padding-bottom: 30px;
  }
  .goodsinfo-wrapper .pics .bigImg {
    width: 100%;
    float: none;
  }
  .goodsinfo-wrapper .pics .bigImg img {
    height: 286px;
  }
  .goodsinfo-wrapper .pics .thumbs {
    display: none;
  }
  .goodsinfo-wrapper .pics .swiper-pagination {
    bottom: 15px;
  }
  .goodsinfo-wrapper .pics .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    border: 1px solid #0075c2;
    background: none;
  }
  .goodsinfo-wrapper .pics .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #0075c2;
  }
  .goodsinfo-wrapper .box-1 {
    display: block;
  }
  .goodsinfo-wrapper .box-1 .info {
    width: 100%;
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-1 .info .desc {
    font-size: 14px;
    line-height: 26px;
  }
  .goodsinfo-wrapper .box-1 .info .page-caption {
    padding-right: 0;
  }
  .goodsinfo-wrapper .box-2 {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-2 ul li .table-box table {
    width: 960px;
  }
  .goodsinfo-wrapper .box-2 ul li .caption {
    padding: 0 30px;
    height: 50px;
  }
  .goodsinfo-wrapper .box-2 ul li .caption .inner {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .goodsinfo-wrapper .box-2 ul li .caption:before {
    width: 14px;
    height: 2px;
    right: 9px;
    margin-top: -1px;
  }
  .goodsinfo-wrapper .box-2 ul li .caption:after {
    width: 2px;
    height: 14px;
    right: 15px;
    margin-top: -7px;
  }
  .goodsinfo-wrapper .box-2 ul li .icon {
    width: 5px;
    height: 5px;
    left: 15px;
    top: 22px;
  }
  .goodsinfo-wrapper .box-2 ul li .detail {
    padding: 20px;
  }
  .goodsinfo-wrapper .table-box {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }
  .goodsinfo-wrapper .table-box::-webkit-scrollbar {
    height: 3px;
  }
  .goodsinfo-wrapper .table-box::-webkit-scrollbar-track {
    background-color: #f6f6f6;
  }
  .goodsinfo-wrapper .table-box::-webkit-scrollbar-thumb {
    background-color: #0075c2;
  }
  .goodsinfo-wrapper .table-box table {
    width: 1200px;
  }
  .goodsinfo-wrapper .box-3 {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-3 ul {
    display: block;
  }
  .goodsinfo-wrapper .box-3 li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .goodsinfo-wrapper .box-3 li:nth-child(3n) {
    width: 100%;
  }
  .goodsinfo-wrapper .box-3 .icon {
    width: 60px;
    margin: 0 auto;
  }
  .goodsinfo-wrapper .box-3 .icon img {
    height: auto;
  }
  .goodsinfo-wrapper .box-3 .info {
    margin-top: 15px;
  }
  .goodsinfo-wrapper .box-3 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .goodsinfo-wrapper .box-3 .name:after {
    width: 18px;
    margin: 10px auto 0;
  }
  .goodsinfo-wrapper .box-3 .desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .goodsinfo-wrapper .box-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-4 table {
    width: 600px;
  }
  .goodsinfo-wrapper .box-5 {
    margin-top: 40px;
  }
  .goodsinfo-wrapper .box-5 ul li {
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-5 .content {
    font-size: 14px;
    line-height: 26px;
  }
  .goodsinfo-wrapper .box-5 .icon {
    margin: 0 10px;
  }
  .goodsinfo-wrapper .box-6 {
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-7 .list {
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-7 .list a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px 10px 30px;
    margin-bottom: 10px;
  }
  .goodsinfo-wrapper .box-7 .list a img {
    width: 18px;
  }
  .goodsinfo-wrapper .tips {
    font-size: 14px;
    padding: 15px 20px;
    margin: 30px auto;
  }
  .goodsinfo-wrapper .other {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .goodsinfo-wrapper .other .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .goodsinfo-wrapper .other .inner-1 {
    padding: 20px 15px;
  }
  .goodsinfo-wrapper .other .inner-1 .desc {
    font-size: 14px;
  }
  .goodsinfo-wrapper .other .inner-1 a {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
  }
  .goodsinfo-wrapper .other .inner-1 a:before {
    border-width: 10px;
    top: -20px;
    margin-left: -5px;
  }
  .goodsinfo-wrapper .other .inner-1 a img {
    width: 24px;
    margin-right: 15px;
  }
  .goodsinfo-wrapper .other .inner-2 {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .other .inner-2 .name {
    margin-bottom: 15px;
  }
  .goodsinfo-wrapper .other .inner-2 ul li {
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .other .inner-2 .info {
    margin-top: 20px;
  }
  .goodsinfo-wrapper .other .inner-2 .desc {
    margin-top: 10px;
  }
  .goodsinfo-wrapper .box-4 .content,
  .goodsinfo-wrapper .box-5 .content,
  .goodsinfo-wrapper .box-6 .content,
  .goodsinfo-wrapper .box-7 .content {
    width: 100%;
    overflow-x: auto;
  }
  .goodsinfo-wrapper .box-4 .content::-webkit-scrollbar,
  .goodsinfo-wrapper .box-5 .content::-webkit-scrollbar,
  .goodsinfo-wrapper .box-6 .content::-webkit-scrollbar,
  .goodsinfo-wrapper .box-7 .content::-webkit-scrollbar {
    height: 3px;
  }
  .goodsinfo-wrapper .box-4 .content::-webkit-scrollbar-track,
  .goodsinfo-wrapper .box-5 .content::-webkit-scrollbar-track,
  .goodsinfo-wrapper .box-6 .content::-webkit-scrollbar-track,
  .goodsinfo-wrapper .box-7 .content::-webkit-scrollbar-track {
    background-color: #f6f6f6;
  }
  .goodsinfo-wrapper .box-4 .content::-webkit-scrollbar-thumb,
  .goodsinfo-wrapper .box-5 .content::-webkit-scrollbar-thumb,
  .goodsinfo-wrapper .box-6 .content::-webkit-scrollbar-thumb,
  .goodsinfo-wrapper .box-7 .content::-webkit-scrollbar-thumb {
    background-color: #0075c2;
  }
  .goodsinfo-wrapper .box-4 table,
  .goodsinfo-wrapper .box-5 table,
  .goodsinfo-wrapper .box-6 table,
  .goodsinfo-wrapper .box-7 table {
    width: 600px;
  }
  .relative-btn-box {
    padding-top: 30px;
    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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .relative-btn-box > a {
    width: 31.33%;
    height: 36px;
    line-height: 36px;
    margin-right: 0;
  }
  .relative-btn-box .btn i {
    width: 5px;
    height: 12px;
  }
  .relative-btn-box .prev i {
    margin-right: 20px;
  }
  .relative-btn-box .next i {
    margin-left: 20px;
  }
  .relative-btn-box .return i {
    position: static;
    width: 16px;
    height: 10px;
    margin-left: 6px;
  }
  .relative-btn-box .share {
    display: none;
  }
  .solution-wrapper .list ul {
    display: block;
  }
  .solution-wrapper .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .solution-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .solution-wrapper .list .pic img {
    height: auto;
  }
  .solution-wrapper .list .info {
    margin-top: 20px;
  }
  .solution-wrapper .list .name {
    font-size: 18px;
  }
  .solution-wrapper .list .desc {
    margin: 10px auto 8px;
  }
  .solution-wrapper .list .more i {
    top: -2px;
    font-size: 16px;
    margin-left: 6px;
  }
  .solutioninfo-wrapper .main {
    float: none;
    width: 100%;
  }
  .solutioninfo-wrapper .other {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .solutioninfo-wrapper .other .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .solutioninfo-wrapper .other .inner-1 {
    padding: 20px 15px;
  }
  .solutioninfo-wrapper .other .inner-1 .desc {
    font-size: 14px;
  }
  .solutioninfo-wrapper .other .inner-1 a {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
  }
  .solutioninfo-wrapper .other .inner-1 a:before {
    border-width: 10px;
    top: -20px;
    margin-left: -5px;
  }
  .solutioninfo-wrapper .other .inner-1 a img {
    width: 24px;
    margin-right: 15px;
  }
  .solutioninfo-wrapper .other .inner-2 {
    margin-top: 30px;
  }
  .solutioninfo-wrapper .other .inner-2 .name {
    margin-bottom: 10px;
  }
  .solutioninfo-wrapper .other .inner-2 ul {
    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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .solutioninfo-wrapper .other .inner-2 ul li {
    width: 48%;
    margin-bottom: 4%;
    padding: 20px 15px;
  }
  .solutioninfo-wrapper .other .inner-2 ul li:last-child {
    margin-bottom: 4%;
  }
  .solutioninfo-wrapper .other .inner-2 .pic img {
    height: 114px;
  }
  .solutioninfo-wrapper .other .inner-2 .title {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
  }
  .solutioninfo-wrapper .box-1 .content {
    font-size: 14px;
    line-height: 26px;
  }
  .solutioninfo-wrapper .box-1 .content img {
    float: none!important;
    margin-right: 0!important;
    width: 100%!important;
    height: auto!important;
    display: block;
    margin-bottom: 20px;
  }
  .solutioninfo-wrapper .box-2 {
    margin-top: 30px;
  }
  .solutioninfo-wrapper .box-2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solutioninfo-wrapper .box-2 ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
    background: #fff;
    padding: 15px;
  }
  .solutioninfo-wrapper .box-2 ul li .icon {
    width: 40px;
    height: 40px;
  }
  .solutioninfo-wrapper .box-2 ul li .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .solutioninfo-wrapper .box-3 {
    margin-top: 10px;
  }
  .solutioninfo-wrapper .box-3 .intro {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .solutioninfo-wrapper .box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solutioninfo-wrapper .box-3 ul li {
    display: block;
    width: 48%;
    margin-bottom: 4%;
    padding: 20px 15px;
    text-align: center;
  }
  .solutioninfo-wrapper .box-3 ul li .pic img {
    height: 110px;
  }
  .solutioninfo-wrapper .box-3 ul li .name {
    height: 48px;
    font-size: 17px;
  }
  .solutioninfo-wrapper .box-3 ul li .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .solutioninfo-wrapper .box-3 ul li .info {
    overflow: hidden;
    padding-left: 0;
    margin-top: 10px;
  }
  .solutioninfo-wrapper .box-4 {
    margin-top: 20px;
  }
  .solutioninfo-wrapper .box-4 ul {
    display: block;
  }
  .solutioninfo-wrapper .box-4 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .solutioninfo-wrapper .box-4 ul li .pic img {
    height: auto;
  }
  .solutioninfo-wrapper .box-4 ul li .name {
    padding: 10px;
    font-size: 16px;
    height: auto;
    line-height: 24px;
  }
  .solutioninfo-wrapper .box-5 {
    margin-top: 40px;
  }
  .solutioninfo-wrapper .box-5 .content {
    margin-top: 20px;
  }
  .contact-wrapper .form-box {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  .contact-wrapper .form-box .caption {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }
  .contact-wrapper .form-box .text,
  .contact-wrapper .form-box .msg {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .contact-wrapper .form-box .text {
    width: 100%;
    line-height: 42px;
  }
  .contact-wrapper .form-box .group {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-wrapper .form-box .group .text {
    margin-bottom: 0;
  }
  .contact-wrapper .form-box .group .list {
    z-index: 11;
    max-height: 205px;
  }
  .contact-wrapper .form-box .group .list a {
    padding: 0;
  }
  .contact-wrapper .form-box .msg {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-wrapper .form-box .submit {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }
  .contact-wrapper .form {
    padding: 30px 15px 0;
  }
  .contact-wrapper .contact {
    width: 100%;
    float: none;
    margin-top: 15px;
    padding: 30px 15px;
  }
  .contact-wrapper .contact .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contact-wrapper .contact ul {
    margin-bottom: 20px;
  }
  .contact-wrapper .contact ul li {
    padding-left: 46px;
    margin-bottom: 20px;
  }
  .contact-wrapper .contact ul li p,
  .contact-wrapper .contact ul li .word {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-wrapper .contact ul li .icon {
    top: 6px;
    width: 30px;
  }
  .contact-wrapper .contact .share {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .contact-wrapper .contact .share a {
    margin-right: 8px;
  }
  .contact-wrapper .contact .share img {
    width: 26px;
  }
  .contact-wrapper .box-2 {
    margin-top: 15px;
    height: 160px;
  }
  .video-wrapper .list ul {
    display: block;
  }
  .video-wrapper .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .video-wrapper .list ul li iframe {
    height: 195px;
  }
  .video-wrapper .list ul li .pic img {
    height: auto;
  }
  .video-wrapper .list ul li .pic .icon {
    width: 40px;
    height: 40px;
  }
  .video-wrapper .list ul li .pic p {
    font-size: 18px;
    line-height: 24px;
  }
  .video-wrapper .list ul li .name {
    line-height: 24px;
    padding: 15px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .video-modal-box .box {
    padding: 60px 15px 0;
  }
  .video-modal-box .w1200 {
    padding: 20px 15px 30px;
  }
  .video-modal-box .top {
    margin-bottom: 20px;
  }
  .video-modal-box .name {
    font-size: 16px;
    line-height: 32px;
  }
  .video-modal-box .close {
    width: 16px;
    height: 16px;
    top: -5px;
  }
  .video-modal-box .video-box {
    height: 50vh;
  }
  .response-wrapper .info,
  .response-wrapper .desc {
    font-size: 14px;
    line-height: 26px;
  }
  .response-wrapper .page-caption {
    margin-top: 40px;
  }
  .response-wrapper .box-1 .pic {
    float: none;
    width: 100%;
  }
  .response-wrapper .box-1 .info {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
  .response-wrapper .box-2 ul {
    display: block;
  }
  .response-wrapper .box-2 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .response-wrapper .box-2 ul li:nth-child(odd) {
    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-flow: wrap;
  }
  .response-wrapper .box-2 ul li:nth-child(odd) .pic {
    order: 0;
  }
  .response-wrapper .box-2 ul li:nth-child(odd) .info {
    order: 1;
  }
  .response-wrapper .box-2 ul li .info {
    padding-top: 20px;
  }
  .response-wrapper .box-2 ul li .desc {
    height: auto;
    padding-right: 0;
  }
  .response-wrapper .box-3 ul {
    display: block;
  }
  .response-wrapper .box-3 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .response-wrapper .box-3 ul li .pic img {
    height: auto;
  }
  .response-wrapper .box-3 ul li .info {
    margin-top: 20px;
  }
  .response-wrapper .box-4 {
    display: block;
  }
  .response-wrapper .box-4 .pic,
  .response-wrapper .box-4 .info {
    width: 100%;
  }
  .response-wrapper .box-4 .info {
    padding: 20px 20px 60px;
    background-size: contain;
    background-position: bottom 10px center;
  }
  .response-wrapper .box-5 .pic {
    width: 100%;
    float: none;
  }
  .response-wrapper .box-5 .info {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .response-wrapper .box-6 {
    margin-top: 30px;
    display: block;
  }
  .response-wrapper .box-6 .name {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .response-wrapper .box-6 .info {
    width: 100%;
  }
  .response-wrapper .box-6 .info img {
    width: 30px;
  }
  .response-wrapper .box-6 .pic {
    width: 100%;
    margin-top: 30px;
  }
  .page-cat-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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 0;
  }
  .page-cat-box a {
    width: 20%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-cat-box .icon {
    width: 50px;
    height: 50px;
  }
  .page-cat-box .icon img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .page-cat-box .name {
    font-size: 11px;
    line-height: 18px;
    margin-top: 10px;
  }
  .page-cat-box .name:after {
    width: 4px;
    height: 9px;
    margin-left: 10px;
  }
  .news-wrapper .first-box a {
    display: block;
  }
  .news-wrapper .first-box .info,
  .news-wrapper .first-box .pic {
    width: 100%;
  }
  .news-wrapper .first-box .info {
    padding: 20px 20px 30px;
  }
  .news-wrapper .first-box .name {
    font-size: 18px;
  }
  .news-wrapper .first-box .date {
    margin-top: 8px;
  }
  .news-wrapper .first-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin: 15px auto;
  }
  .news-wrapper .list {
    margin-top: 30px;
  }
  .news-wrapper .list ul {
    display: block;
  }
  .news-wrapper .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news-wrapper .list ul li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .list ul li .pic img {
    height: auto;
  }
  .news-wrapper .list ul li .info {
    padding: 30px 20px;
  }
  .news-wrapper .list ul li .date {
    margin-top: 15px;
  }
  .news-wrapper .list ul li .other {
    margin-bottom: 15px;
    height: auto;
  }
  .news-wrapper .list ul li .name {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  .news-wrapper .index-more {
    width: 45%;
  }
  .news-wrapper .cat-box {
    width: 100%;
    text-align: left;
    position: static;
    max-width: inherit;
    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-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .news-wrapper .cat-box a {
    width: 48%;
    height: 46px;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 10px;
    margin-top: 15px;
    text-align: center;
    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;
    overflow: hidden;
    justify-content: center;
  }
  .news-wrapper .cat-box a:nth-child(-n+2) {
    margin-top: 0;
  }
  .newsinfo-wrapper {
    position: relative;
    top: -30px;
    padding-top: 40px;
    border-top-left-radius: 30px;
  }
  .newsinfo-wrapper .news-content {
    width: 100%;
    float: none;
  }
  .newsinfo-wrapper .news-content .news-top .name {
    font-size: 28px;
    line-height: 30px;
  }
  .newsinfo-wrapper .news-content .news-top .date {
    margin: 16px auto 20px;
  }
  .newsinfo-wrapper .news-content .content {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .newsinfo-wrapper .relative-box {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
  .newsinfo-wrapper .relative-box .caption {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .newsinfo-wrapper .relative-box ul li {
    margin-bottom: 20px;
  }
  .newsinfo-wrapper .relative-box .info {
    padding: 20px 15px;
  }
  .newsinfo-wrapper .relative-box .name {
    font-size: 16px;
  }
  .newsinfo-wrapper .relative-box .more {
    font-size: 14px;
    margin-top: 10px;
  }
  .newsinfo-wrapper .relative-box .more i {
    font-size: 16px;
    margin-left: 10px;
  }
  .career-wrapper .content {
    margin-bottom: 20px;
  }
  .career-wrapper .content img {
    width: 100%!important;
    height: auto!important;
  }
  .quality-wrapper .left {
    width: 100%;
    float: none;
  }
  .quality-wrapper .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .quality-wrapper .content {
    font-size: 14px;
    line-height: 26px;
  }
  .quality-wrapper .word {
    padding-left: 24px;
    margin: 20px auto 40px;
  }
  .quality-wrapper .word:before {
    width: 12px;
    height: 26px;
    left: 12px;
    top: 16px;
  }
  .quality-wrapper .inner {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 15px;
  }
  .quality-wrapper .right {
    width: 100%;
    float: none;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .quality-wrapper .right:after {
    height: 16px;
    background-size: 80%;
  }
  .quality-wrapper .right .pic {
    padding: 30px 20px;
  }
  .download-wrapper .list ul {
    margin-bottom: 0;
  }
  .download-wrapper .list ul li {
    height: 120px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 20px;
  }
  .download-wrapper .list ul li .info {
    margin-left: 15px;
  }
  .download-wrapper .list ul li .name {
    font-size: 16px;
    line-height: 20px;
  }
  .download-wrapper .list ul li .icon {
    width: 60px;
  }
  .download-wrapper .list ul li .icon img {
    width: 30px;
  }
  .download-wrapper .list ul li .date {
    font-size: 12px;
    margin-top: 4px;
    line-height: 16px;
  }
  .download-wrapper .list ul li .btn {
    width: 60px;
    line-height: 120px;
    font-size: 16px;
    font-size: 0;
  }
  .download-wrapper .list ul li .btn img {
    top: 8px;
    margin-left: 0;
  }
  .history-wrapper {
    padding-top: 0;
  }
  .history-wrapper .box-1 {
    padding: 40px 0;
  }
  .history-wrapper .box-1 .w1440 {
    display: block;
  }
  .history-wrapper .box-1 .title {
    display: block;
    font-size: 26px;
    line-height: 30px;
    padding: 14px 20px;
  }
  .history-wrapper .box-1 .other-box {
    width: 100%;
    margin-top: 20px;
  }
  .history-wrapper .box-1 .other-box .caption {
    font-size: 22px;
    line-height: 30px;
    padding: 14px 20px;
  }
  .history-wrapper .box-1 .other-box .links {
    padding: 30px 20px;
  }
  .history-wrapper .box-1 .other-box .links a {
    font-size: 16px;
    padding-left: 16px;
  }
  .history-wrapper .box-1 .swiper-box {
    padding: 0;
    overflow: inherit;
    width: 100%;
  }
  .history-wrapper .box-1 .swiper-box:before {
    left: 0;
  }
  .history-wrapper .box-1 .swiper-box:after {
    width: 21px;
    left: 0;
    top: 0;
    background: url(../images/history-bg.png) repeat-y left top;
    background-size: 18px;
  }
  .history-wrapper .box-1 .swiper-wrapper {
    max-height: inherit;
    height: auto;
    flex-flow: wrap;
  }
  .history-wrapper .box-1 .swiper-container {
    overflow: inherit;
  }
  .history-wrapper .box-1 .swiper-slide {
    margin-bottom: 20px;
  }
  .history-wrapper .box-1 .swiper-slide .info {
    padding-top: 0;
  }
  .history-wrapper .box-1 .swiper-slide .year {
    display: none;
    width: 60px;
    font-size: 20px;
  }
  .history-wrapper .box-1 .swiper-slide .name {
    position: relative;
    font-size: 24px;
  }
  .history-wrapper .box-1 .swiper-slide .desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
  }
  .history-wrapper .box-1 .swiper-slide .box {
    display: block;
  }
  .history-wrapper .box-1 .swiper-slide .box:before {
    display: none;
  }
  .history-wrapper .box-1 .swiper-slide .pic {
    width: 100%;
  }
  .history-wrapper .box-1 .swiper-slide .info {
    width: 100%;
    margin-left: 0;
  }
  .history-wrapper .swiper-btn {
    display: none;
  }
  .history-wrapper .box-2 {
    padding-top: 30px;
  }
  .history-wrapper .box-2 ul {
    display: block;
    box-shadow: none;
  }
  .history-wrapper .box-2 li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .history-wrapper .box-2 .pic img {
    height: auto;
  }
  .history-wrapper .box-2 .info {
    height: auto;
    padding: 30px 15px;
  }
  .history-wrapper .box-2 .name {
    font-size: 24px;
    line-height: 26px;
  }
  .history-wrapper .box-2 .desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .order-modal-box .box {
    padding: 0 15px;
  }
  .order-modal-box .inner {
    width: 100%;
  }
  .order-modal-box .main {
    padding: 30px 20px;
    padding-right: 0;
  }
  .order-modal-box .top .close {
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
  }
  .order-modal-box .form {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 20px;
  }
  .order-modal-box .form::-webkit-scrollbar {
    width: 4px;
  }
  .order-modal-box .form::-webkit-scrollbar-track {
    background-color: #f6f6f6;
    border-radius: 5px;
  }
  .order-modal-box .form::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0075c2;
  }
  .order-modal-box .name {
    font-size: 22px;
    line-height: 48px;
  }
  .order-modal-box .group {
    width: 100%;
    margin-bottom: 15px;
  }
  .order-modal-box .text,
  .order-modal-box .message,
  .order-modal-box a {
    height: 42px;
    line-height: 42px;
  }
  .order-modal-box .message {
    height: 120px;
  }
  .order-modal-box .main > .group {
    padding-right: 20px;
    margin-top: 20px;
  }
  .order-modal-box .main > .group a {
    width: 100%;
    font-size: 12px;
  }
  .order-modal-box .main > .group .submit,
  .order-modal-box .main > .group .cancel {
    font-size: 16px;
  }
  .question-wrapper .list ul li .top {
    padding: 15px 0;
  }
  .question-wrapper .list ul li .top:before {
    width: 14px;
    height: 2px;
    right: 9px;
    margin-top: -1px;
  }
  .question-wrapper .list ul li .top:after {
    width: 2px;
    height: 14px;
    right: 15px;
    margin-top: -7px;
  }
  .question-wrapper .list ul li .top,
  .question-wrapper .list ul li .detail {
    padding-left: 46px;
    padding-right: 30px;
  }
  .question-wrapper .list ul li .icon {
    left: 15px;
    width: 20px;
    height: 20px;
  }
  .question-wrapper .list ul li .detail {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .question-wrapper .list ul li .detail .icon {
    top: 15px;
  }
  .question-wrapper .list ul li .name,
  .question-wrapper .list ul li .content {
    line-height: 24px;
  }
  .question-wrapper .list ul li .name {
    font-size: 16px;
  }
  .question-wrapper .list ul li .content {
    font-size: 14px;
  }
  .category-wrapper .list ul li {
    display: block;
    margin-bottom: 40px;
  }
  .category-wrapper .list ul li:nth-child(even) .info {
    padding-left: 0;
  }
  .category-wrapper .list ul .pic {
    width: 100%;
  }
  .category-wrapper .list ul .pic:before {
    width: 120px;
    height: 160px;
    background-position: right bottom;
  }
  .category-wrapper .list ul .info {
    width: 100%;
    margin-top: 30px;
  }
  .category-wrapper .list ul .name {
    font-size: 24px;
  }
  .category-wrapper .list ul .content {
    font-size: 14px;
    line-height: 26px;
    margin: 15px auto 30px;
  }
  .category-wrapper .list ul .content img {
    display: block;
    width: 100%;
    height: auto!important;
  }
  .category-wrapper .list ul .line {
    display: none;
    width: 100%;
  }
  .category-wrapper .list ul .index-more {
    width: 34%;
  }
  .goodscat-wrapper .cat-box {
    width: 100%;
    text-align: left;
    position: static;
    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-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .goodscat-wrapper .cat-box a {
    width: 48%;
    height: 46px;
    line-height: 20px;
    min-width: inherit;
    margin-right: 0;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    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;
    overflow: hidden;
    justify-content: center;
  }
  .goodscat-wrapper .cat-box a:nth-child(-n+2) {
    margin-top: 0;
  }
  .goodscat-wrapper .list {
    margin-bottom: 30px;
  }
  .goodscat-wrapper .list ul {
    display: block;
  }
  .goodscat-wrapper .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .goodscat-wrapper .list ul li:last-child {
    margin-bottom: 0;
  }
  .goodscat-wrapper .list ul li .pic {
    padding: 15px;
  }
  .goodscat-wrapper .list ul li .pic img {
    height: auto;
  }
  .goodscat-wrapper .list ul li .info {
    margin-top: 20px;
  }
  .goodscat-wrapper .list ul li .desc {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    margin: 10px auto 20px;
  }
  .goodscat-wrapper .list ul li .index-more {
    width: 34%;
  }
  .goodscat-wrapper .result-box table {
    margin-bottom: 30px;
  }
  .goodscat-wrapper .result-box th {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
  }
  .goodscat-wrapper .result-box td {
    padding: 10px 15px;
    word-break: break-all;
  }
  .search-wrapper {
    position: relative;
    top: -30px;
    padding-top: 20px;
    border-top-left-radius: 30px;
  }
  .search-wrapper .list ul li {
    padding: 20px 0;
  }
  .search-wrapper .list ul li .name {
    font-size: 16px;
  }
  .search-wrapper .list ul li .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .technical-box {
    margin-top: 30px;
    display: block;
  }
  .technical-box .pic,
  .technical-box .info {
    width: 100%;
  }
  .technical-box .info {
    padding: 40px 30px;
  }
  .technical-box .info:before {
    border-width: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: -16px;
    border-bottom-color: #0075c2;
    border-right-color: transparent;
  }
  .technical-box .icon {
    width: 40px;
  }
  .technical-box .name {
    font-size: 26px;
    line-height: 30px;
    margin: 20px auto;
  }
  .technical-box .desc {
    font-size: 18px;
    line-height: 26px;
  }
  .technical-box .more {
    width: 54%;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    margin-top: 30px;
  }
  .help-box {
    margin-top: 30px;
    padding: 30px 15px 15px;
  }
  .help-box .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .help-box ul {
    display: block;
  }
  .help-box ul li {
    width: 100%;
    margin-right: 0;
  }
  .help-box ul li .info {
    width: 41.46%;
    height: 100%;
  }
  .help-box ul li .info:before {
    border-width: 8px;
    left: -16px;
  }
  .help-box ul li .pic img {
    height: auto;
  }
  .help-box ul li .icon {
    width: 34px;
  }
  .help-box ul li .name {
    font-size: 20px;
    line-height: 26px;
  }
  .user-wrapper {
    position: relative;
    top: -30px;
    padding-top: 20px;
    border-top-left-radius: 30px;
  }
  .user-wrapper .top a {
    line-height: 30px;
    padding-bottom: 20px;
    margin-right: 16px;
  }
  .user-wrapper .top a:after {
    height: 2px;
  }
  .user-wrapper .main {
    padding: 40px 15px;
    margin-bottom: 20px;
  }
  .user-wrapper .main .title-box {
    padding-bottom: 20px;
  }
  .user-wrapper .main .title-box .title {
    font-size: 18px;
  }
  .user-wrapper .main .title-box p {
    font-size: 14px;
  }
  .user-wrapper .main .form-box {
    margin-top: 30px;
  }
  .user-wrapper .main .form-box .group {
    flex-flow: wrap;
    margin-bottom: 15px;
  }
  .user-wrapper .main .form-box label,
  .user-wrapper .main .form-box .text,
  .user-wrapper .main .form-box .verification,
  .user-wrapper .main .form-box .change,
  .user-wrapper .main .form-box .caption,
  .user-wrapper .main .form-box span {
    height: 42px;
    line-height: 42px;
  }
  .user-wrapper .main .form-box label {
    display: block;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .user-wrapper .main .form-box .text,
  .user-wrapper .main .form-box .verification {
    font-size: 14px;
  }
  .user-wrapper .main .form-box .text {
    width: 100%;
  }
  .user-wrapper .main .form-box img {
    height: 42px;
  }
  .user-wrapper .main .form-box .verification {
    width: 30%;
  }
  .user-wrapper .main .form-box .change {
    margin-left: 4px;
  }
  .user-wrapper .main .form-box span {
    margin-left: 0;
    height: auto;
    line-height: 24px;
  }
  .user-wrapper .main .form-box .caption {
    font-size: 14px;
  }
  .user-wrapper .main .form-box .caption:after {
    right: 15px;
  }
  .user-wrapper .main .form-box .region {
    width: 100%;
  }
  .user-wrapper .main .form-box .region .list {
    z-index: 11;
    max-height: 205px;
  }
  .user-wrapper .main .form-box .region .list a {
    padding: 0;
  }
  .user-wrapper .main .form-box .checkbox {
    margin-top: 20px;
    padding-left: 0;
  }
  .user-wrapper .main .form-box .checkbox label {
    position: relative;
    padding-left: 22px;
    margin-left: 0;
  }
  .user-wrapper .main .form-box .checkbox label i {
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 10;
    width: 12px;
    height: 12px;
    margin-right: 0;
  }
  .user-wrapper #email {
    padding-right: 150px;
  }
  .user-wrapper .send {
    padding: 6px 10px;
    font-size: 12px;
    right: 5px;
    bottom: 5px;
  }
  .user-wrapper .submit {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .user-wrapper .link {
    margin-top: 30px;
  }
  .user-wrapper .link a {
    font-size: 14px;
    margin-right: 20px;
  }
  .usercenter-wrapper .main {
    margin-bottom: 0;
  }
  .usercenter-wrapper .main .title-box {
    padding-bottom: 20px;
  }
  .usercenter-wrapper .top a {
    font-size: 12px;
    margin-right: 10px;
    padding: 0 0 10px;
  }
  .usercenter-wrapper .top a:after {
    height: 2px;
  }
  .usercenter-wrapper .form-box-2 {
    width: 100%;
    margin: 30px auto 0;
  }
  .usercenter-wrapper .form-box-2 .group {
    margin-bottom: 20px;
  }
  .usercenter-wrapper .form-box-2 label {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .usercenter-wrapper .form-box-2 .text {
    font-size: 14px;
    line-height: 42px;
    padding: 0 15px;
  }
  .usercenter-wrapper .form-box-2 .submit {
    font-size: 12px;
  }
  .usercenter-wrapper .form-box-2 .tips {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .usercenter-wrapper .record {
    margin-top: 20px;
  }
  .usercenter-wrapper .record li {
    margin-bottom: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f8f9;
  }
  .usercenter-wrapper .record li:last-child {
    border-bottom: none;
  }
  .usercenter-wrapper .record li .date {
    margin-top: 4px;
  }
  .support-wrapper .content {
    font-size: 14px;
    line-height: 24px;
  }
  .support-wrapper .list ul {
    margin-top: 30px;
  }
  .support-wrapper .list ul li {
    width: 50%;
    margin-top: 0;
  }
  .support-wrapper .list ul li .pic img {
    height: 275px;
  }
  .support-wrapper .list ul li .info {
    height: 50px;
  }
  .support-wrapper .list ul li .name {
    font-size: 16px;
    line-height: 24px;
  }
  .support-wrapper .list ul li .icon {
    width: 30px;
    margin-top: 10px;
  }
  /*分页*/
  .pageNum {
    margin-top: 10px;
  }
  .pageNum a {
    font-size: 12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 2px;
  }
  .pageNum .prev {
    background-size: 6px;
  }
  .pageNum .prev:hover {
    background-size: 6px;
  }
  .pageNum .next {
    background-size: 6px;
  }
  .pageNum .next:hover {
    background-size: 6px;
  }
}
@media screen and (max-width: 375px) {
  .index-banner-wrapper .info-1 .name {
    font-size: 16px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 20px;
    line-height: 26px;
  }
  .index-banner-wrapper .info-1 .intro {
    font-size: 12px;
    line-height: 14px;
  }
}
