/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-auto {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.border-bottom {
  border-bottom: 1px solid #d3d3d3;
}
.xs-show {
  display: none;
}
.news {
  padding: 42px 0 6.041%;
}
.news .new-list {
  margin-bottom: 9.271%;
}
.news .new-list li {
  border-bottom: 1px dashed #afafaf;
  padding: 30px 0;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news .new-list li:hover .new-tit {
  color: #103c6d;
}
.news .new-list li:hover .new-more {
  background: url('../images/arr-icon-hover.png') no-repeat center / 100% 100%;
}
.news .new-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .new-img {
  width: 32.45%;
}
.news .new-desc {
  width: 67.55%;
  padding-left: 4.966%;
}
.news .new-tit {
  font-size: 30px;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news .new-time {
  font-size: 16px;
  line-height: 1;
  color: #585858;
  margin: 30px 0 40px;
}
.news .new-summary {
  font-size: 14px;
  line-height: 30px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .new-more {
  width: 29px;
  height: 5px;
  background: url('../images/arr-icon.png') no-repeat center / 100% 100%;
  display: block;
  margin-top: 5.882%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news-info {
  padding: 6.77% 0 3.75%;
}
.news-info .news-info-wrap {
  width: 1257px;
  margin: 0 auto;
}
.news-info .new-info-tit {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  text-align: center;
}
.news-info .new-subTit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 46px 0 30px;
  border-bottom: 1px solid #cdcdcd;
}
.news-info .new-subTit span {
  font-size: 18px;
  line-height: 1;
  color: #999;
  display: block;
  margin-right: 20px;
}
.news-info .new-subTit .time::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url('../images/time-icon.png') no-repeat center / 100% 100%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.news-info .new-subTit .view::before {
  content: '';
  width: 22px;
  height: 13px;
  background: url('../images/view-icon.png') no-repeat center / 100% 100%;
  display: inline-block;
  margin-right: 10px;
}
.news-info .new-into-content {
  padding: 0 6.364% 8.432%;
  border-bottom: 1px solid #cdcdcd;
  margin: 30px 0 40px;
}
.news-info .new-into-content p {
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
.news-info .new-into-content img {
  max-width: 100%;
  display: block;
  margin: 45px auto;
}
.news-info .new-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-info .new-info-bottom .new-info-l {
  display: flex;
  align-items: center;
}
.news-info .new-info-bottom .new-info-l a {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  display: block;
  margin-right: 30px;
}
.news-info .new-info-bottom .new-info-l a:hover {
  color: #103c6d;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news-info .new-info-bottom .new-info-r {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news-info .new-info-bottom .new-info-r:hover {
  color: #103c6d;
}
.news-info .new-info-bottom .new-info-r:hover::before {
  background: url('../images/back-icon-hover.png') no-repeat center / 100% 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news-info .new-info-bottom .new-info-r::before {
  content: '';
  width: 30px;
  height: 24px;
  background: url('../images/back-icon.png') no-repeat center / 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.partner {
  margin-bottom: 21%;
}
.partner .partner-top {
  margin: 5.43% 0 5.76%;
}
.partner .partner-top .inner-tit {
  margin-bottom: 30px;
}
.partner .partner-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.partner .partner-list li {
  width: calc(11.11% - 16px);
  margin: 0 8px 25px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.partner .partner-list li:hover {
  transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.partner .partner-list a {
  display: block;
}
.introduction p {
  font-size: 16px;
  line-height: 30px;
  color: #6c6c6c;
}
.introduction .introduction-top {
  margin: 7.61% 0 0;
}
.introduction .introduction-top .top-text1 {
  margin: 40px 0 30px;
}
.introduction .introduction-top .top-text2 {
  margin-bottom: 45px;
}
.introduction .introduction-bottom {
  margin: 5.62% 8.278% 0 0;
}
.introduction .introduction-bottom .introduction-bottom-img {
  width: 32.34%;
  transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  -o-transform: translateY(-38%);
  -webkit-transform: translateY(-38%);
  -moz-transform: translateY(-38%);
}
.introduction .introduction-bottom .introduction-bottom-desc {
  width: 67.66%;
  padding-right: 9.2%;
}
.introduction .introduction-bottom .introduction-bottom-desc .bottom-text1 {
  margin-bottom: 30px;
}
.application-block {
  padding: 6.61% 0 50px;
}
.application-block .application-desc {
  margin-top: 40px;
}
.application-block .application-desc p {
  font-size: 14px;
  line-height: 24px;
  color: #6c6c6c;
  margin-bottom: 24px;
}
.application-intro {
  background: #f3f3f3;
  position: relative;
  padding: 6.25% 0 2.604%;
}
.application-intro.intro2 {
  padding-bottom: 6.71%;
}
.application-intro.intro3 {
  padding-bottom: 3.9%;
}
.application-intro::before {
  content: '';
  width: 100%;
  height: 292px;
  background: url('../images/app-bg.jpg') no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
}
.application-intro .intro-img {
  width: 49.66%;
}
.application-intro .intro-desc {
  width: 50.34%;
  padding-top: 72px;
}
.application-intro .intro-desc .app-tit {
  padding-bottom: 135px;
  position: relative;
}
.application-intro .intro-desc .app-tit::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #ca0002;
  position: absolute;
  top: 0;
  left: 0;
}
.application-intro .intro-desc .app-tit h5 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  padding-left: 30px;
}
.application-intro .intro-desc .desc-content {
  padding: 0 8.28% 0 32px;
}
.application-intro .intro-desc p {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-bottom: 24px;
}
.application-function {
  padding-top: 6.09%;
  padding-bottom: 16px;
}
.application-function .function-main {
  margin-top: 4.63%;
  padding-left: 20px;
  position: relative;
}
.application-function .function-main::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #b9b9b9;
  position: absolute;
  top: 0;
  left: 0;
}
.application-function .function-main li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 42px;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-function .function-main li:hover::before {
  height: 100%;
}
.application-function .function-main li:hover .function-num {
  -webkit-text-stroke: 1px #0f3c6c;
}
.application-function .function-main li:hover .function-desc h6 {
  color: #0f3c6c;
}
.application-function .function-main li::before {
  content: '';
  width: 4px;
  height: 0;
  background: #0f3c6c;
  position: absolute;
  top: 0;
  left: -20px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-function .function-main .function-num {
  font-size: 100px;
  color: #fff;
  line-height: 1;
  -webkit-text-stroke: 1px #d9d9d9;
  font-family: 'DINCond';
  padding-right: 40px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-function .function-main .function-desc {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccbcb;
  flex: 1;
}
.application-function .function-main .function-desc h6 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 26px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-function .function-main .function-desc p {
  font-size: 14px;
  line-height: 24px;
  color: #6c6c6c;
}
.application-advantage {
  background: url('../images/advantage-bg.jpg') no-repeat center / cover;
  padding: 5.29% 0 4.76%;
}
.application-advantage.advantage1 {
  background: url('../images/advantage-bg1.jpg') no-repeat center / cover;
}
.application-advantage.advantage1 .advantage-content {
  width: 75%;
}
.application-advantage.advantage2 {
  background: url('../images/advantage-bg2.jpg') no-repeat center / cover;
}
.application-advantage.advantage2 .advantage-content {
  width: 50%;
}
.application-advantage .inner-tit {
  color: #fff;
}
.application-advantage .advantage-content {
  width: 69.86%;
  margin: 55px auto 0;
}
.application-advantage .advantage-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.application-advantage .advantage-content li {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  margin-bottom: 35px;
  padding: 13px 25px;
  display: flex;
  align-items: center;
  min-width: 275px;
  margin-right: 32px;
}
.application-advantage .advantage-content span {
  font-size: 24px;
  line-height: 1;
  color: #b8b8b8;
  font-family: 'DINCond';
  margin-right: 15px;
}
.application-advantage .advantage-content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.application-more {
  margin: 6.95% 0 9.4%;
}
.application-more ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 42px -43px 0;
}
.application-more li {
  width: calc(50% - 86px);
  margin: 0 43px;
  padding: 4.96% 0;
}
.application-more li:first-child {
  background: #0f2129;
}
.application-more li:last-child {
  background: #261b29;
}
.application-more li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-more li .inner-tit {
  color: #fff;
  margin-right: 13.72%;
}
.application-more li span {
  font-size: 12px;
  line-height: 1;
  color: #fefefe;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
}
.application-more li img {
  margin-left: 15px;
}
.front-top {
  margin: 4.89% 0 5.83%;
}
.front-top .front-top-img {
  width: 45.89%;
  position: relative;
}
.front-top .front-top-img::after {
  content: '';
  width: 86.72%;
  height: 89.61%;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  bottom: -42px;
}
.front-top .front-top-img .img {
  width: 93.93%;
  position: relative;
  z-index: 1;
}
.front-top .front-top-desc {
  width: 54.11%;
  padding: 7.81% 0 0 5.96%;
}
.front-top .front-top-desc p {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 25px;
}
.front-top .front-top-desc img {
  margin-top: 24.27%;
}
.application-function1 {
  background: url('../images/function-bg.jpg') no-repeat center / cover;
  padding: 2.7% 0 2.6%;
  margin-bottom: 5.83%;
}
.application-function1 .function1-list {
  margin-top: 5.43%;
}
.application-function1 .function1-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.application-function1 .function1-list li {
  width: calc(33.333% - 16px);
  margin: 0 8px 40px;
  box-shadow: 1px 1px 8px 0px rgba(0, 5, 36, 0.13);
  border: 2px solid transparent;
  border-radius: 15px;
  background: #fff;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  position: relative;
  padding: 40px;
}
.application-function1 .function1-list li::before {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 15px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  background: linear-gradient(to right, #d72e3c, #1a2b9d);
  opacity: 0;
}
.application-function1 .function1-list li::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.application-function1 .function1-list li:hover::before {
  opacity: 1;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-function1 .function1-list li:hover h6 {
  color: #0f3c6c;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-function1 .function1-list .item {
  position: relative;
  z-index: 2;
}
.application-function1 .function1-list h6 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  margin-bottom: 25px;
}
.application-function1 .function1-list p {
  font-size: 14px;
  line-height: 24px;
  color: #6c6c6c;
}
.front-info {
  margin: 5.96% 0 5.29%;
}
.front-info .mail-info {
  display: block;
  margin: 25px auto 0;
  width: 392px;
  height: 50px;
  background: url('../images/mail-bg.png') no-repeat center / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 50px;
  color: #0f3c6c;
}
.front-info .mail-info img {
  margin-right: 15px;
}
.front-info .mail-info span {
  font-size: 18px;
  color: #2d74ba;
}
.front {
  margin-bottom: 10.26%;
}
.hd-top {
  padding: 6.25% 0 47px;
}
.hd-top li {
  margin-bottom: 55px;
}
.hd-top .img1 {
  width: 47.74%;
}
.hd-top .desc1 {
  width: 52.26%;
  padding-left: 6.88%;
  padding-top: 5.16%;
}
.hd-top .img2 {
  width: 63.7%;
}
.hd-top .desc2 {
  width: 36.3%;
  padding-top: 5.03%;
  padding-right: 3.24%;
}
.hd-top .desc2 p {
  margin-bottom: 24px;
}
.hd-top .inner-tit {
  margin-bottom: 59px;
}
.hd-top p {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
}
.application-music {
  margin: 4.68% auto 0;
  width: 75.62%;
}
.application-music .music-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 38px;
}
.application-music .music-tabs li {
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  position: relative;
}
.application-music .music-tabs li::before {
  content: '';
  width: 2px;
  height: 18px;
  background: #b3b3b3;
  position: absolute;
  right: -3px;
  top: 13px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-music .music-tabs li:last-child::before {
  display: none;
}
.application-music .music-tabs li.active {
  color: #fff;
  background-image: linear-gradient(to right, #af173e, #073e6a);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.application-music .music-tabs li.active::before {
  display: none;
}
.application-music .music-item {
  position: relative;
  display: none;
}
.application-music .music-item.show {
  display: block;
}
.application-music .music-item .item {
  position: absolute;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  display: flex;
}
.application-music .music-item .audio_image {
  width: 395px;
  opacity: 0.6;
  display: none;
}
.application-music .music-item .audio_image.show {
  display: block;
}
.application-music .music-item .music-btn {
  width: 180px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
}
.application-music .music-item .music-btn .btn {
  font-size: 18px;
  line-height: 54px;
  color: #000;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
.application-music .music-item .music-btn .btn.cur {
  color: #fff;
  background-image: linear-gradient(to right, #af173e, #073e6a);
}
.application-music .music-item .music-btn .btn1 {
  width: 100px;
}
.application-music .music-item .music-btn .btn2 {
  width: 80px;
}
.active-technology {
  margin: 4.89% 0 7.5%;
}
.active-technology .technology-item {
  margin: 0 -14px;
}
.active-technology .technology-title {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.active-technology p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  display: block;
}
.active-technology p.text1 {
  margin-bottom: 25px;
}
.active-technology .item-hidden,
.active-technology .item-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.active-technology .item-desc .technology-title::after {
  content: '';
  width: 43px;
  height: 4px;
  background-image: linear-gradient(to right, #8b16ce, #1373a9);
  display: block;
  margin: 12px auto 35px;
}
.active-technology .item-desc {
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.active-technology .item:hover .item-hidden {
  opacity: 0;
  visibility: hidden;
}
.active-technology .item:hover .item-desc {
  opacity: 1;
  visibility: visible;
}
.active-technology .item1 {
  width: 40%;
  padding: 0 14px;
  position: relative;
}
.active-technology .item1 .item-hidden,
.active-technology .item1 .item-desc {
  width: 67%;
}
.active-technology .item2 {
  width: 60%;
  padding: 0 14px;
}
.active-technology .item2 .item-hidden,
.active-technology .item2 .item-desc {
  width: 65.85%;
}
.active-technology .item3,
.active-technology .item4 {
  position: relative;
}
.active-technology .item3 {
  margin-bottom: 30px;
}
.voice-technology {
  margin: 4.84% 0 7.23%;
}
.voice-technology .voice-list ul {
  margin: 0 -11px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice-technology .voice-list li {
  width: calc(33.333% - 22px);
  margin: 0 11px 22px;
  position: relative;
}
.voice-technology .voice-list li:hover .voice-hidden {
  opacity: 0;
  visibility: hidden;
}
.voice-technology .voice-list li:hover .voice-desc {
  opacity: 1;
  visibility: visible;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.voice-technology .voice-list .voice-hidden,
.voice-technology .voice-list .voice-desc {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.voice-technology .voice-list .voice-desc {
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.voice-technology .voice-list .voice-desc .voice-tit::after {
  content: '';
  width: 43px;
  height: 4px;
  background-image: linear-gradient(to right, #8b16ce, #1373a9);
  display: block;
  margin: 12px auto;
}
.voice-technology .voice-list .voice-tit {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.voice-technology .voice-list p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.product-intro {
  margin: 6.25% 0;
}
.product-intro li {
  margin-bottom: 5.29%;
  position: relative;
}
.product-intro li.intro1 .product-intro-desc {
  left: 0;
  padding-right: 7.6%;
}
.product-intro li.intro2 .product-intro-desc {
  right: 0;
  padding-left: 8.6%;
}
.product-intro .product-intro-img {
  width: 49.86%;
}
.product-intro .product-intro-desc {
  width: 50.14%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.product-intro .inner-tit {
  margin-bottom: 45px;
}
.product-intro p {
  font-size: 16px;
  line-height: 30px;
  color: #6c6c6c;
}
.product-intro p span {
  color: #000;
}
.product-intro p.text1 {
  margin-bottom: 30px;
}
.product-intro .intro-tips {
  font-size: 14px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 25px;
}
.product-standard {
  background: #f1f1f1;
  padding: 4.68% 0 5.2%;
}
.product-standard .standard-text {
  font-size: 16px;
  line-height: 30px;
  color: #6c6c6c;
  text-align: center;
  margin: 32px 0 5.29%;
}
.product-standard .standard-photo {
  margin: 4.17% 0 26px;
}
.product-standard .standard-photo img {
  display: block;
  margin: 0 auto;
}
.product-standard .standard-list.standard-list1 {
  margin-top: 5.62%;
}
.product-standard .standard-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.product-standard .standard-list li {
  width: calc(33.333% - 24px);
  margin: 0 12px 24px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  min-height: 318px;
}
.product-standard .standard-list .standard-item {
  width: 80%;
  margin: 30px auto 18px;
}
.product-standard .standard-list img {
  display: block;
  margin: 0 auto 25px;
}
.product-standard .standard-list h5 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.product-standard .standard-list h5::after {
  content: '';
  width: 43px;
  height: 4px;
  background-image: linear-gradient(to right, #8b16ce, #1373a9);
  display: block;
  margin: 16px auto 10px;
}
.product-standard .standard-list p {
  font-size: 14px;
  line-height: 26px;
  color: #4f4f4f;
}
.product-case {
  padding: 4.16% 0 6.66%;
}
.product-case.product-case1 {
  padding-top: 0;
}
.product-case .case-summary {
  font-size: 16px;
  line-height: 30px;
  color: #6c6c6c;
  text-align: center;
  margin: 30px 0 54px;
}
.product-case .case-list.case-list1 {
  margin-top: 5.29%;
}
.product-case .case-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.product-case .case-list li {
  width: calc(33.333% - 26px);
  margin: 0 13px 18px;
}
.product-case .case-list .case-img {
  border: 1px solid #d1d1d1;
}
.product-case .case-list .case-desc {
  font-size: 18px;
  line-height: 30px;
  color: #494949;
  text-align: center;
  margin: 34px 0;
}
.product-advantage {
  padding: 5.62% 0;
}
.product-advantage .advantage-list {
  margin-top: 25px;
}
.product-advantage .advantage-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -28px;
}
.product-advantage .advantage-list li {
  width: calc(33.333% - 56px);
  margin: 0 28px 50px;
  display: flex;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 25px 20px 25px 30px;
  position: relative;
}
.product-advantage .advantage-list li::after {
  content: '';
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #8b16ce, #1373a9);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.product-advantage .advantage-list li:hover::after {
  width: 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.product-advantage .advantage-list li:hover span,
.product-advantage .advantage-list li:hover p {
  color: #fff;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.product-advantage .advantage-list span {
  font-size: 36px;
  line-height: 1;
  color: #b8b8b8;
  font-family: 'DINCond';
  margin-right: 24px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.product-advantage .advantage-list p {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.product-apply {
  background: #f1f1f1;
  padding: 3.48% 0 5.52%;
}
.product-apply.apply {
  margin-bottom: 4.68%;
}
.product-apply.apply1 {
  background: #fff;
}
.product-apply .apply-summary {
  font-size: 16px;
  line-height: 30px;
  color: #6c6c6c;
  text-align: center;
  margin: 30px 0 4.76%;
}
.product-apply .apply-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-apply .apply-list.apply-list1 .list {
  width: 49.33%;
}
.product-apply .list {
  position: relative;
}
.product-apply .apply-desc {
  position: absolute;
  left: 35px;
  bottom: 28px;
  font-size: 18px;
  line-height: 30px;
  color: #f1f1f1;
}
.product-apply .list1 {
  padding-right: 25px;
}
.product-apply .list2 {
  padding-left: 25px;
}
.product-apply .list3 {
  margin-bottom: 18px;
}
.product-specs {
  background: url('../images/specs-bg.jpg') no-repeat center / cover;
  padding: 4.58% 0 4.89%;
}
.product-specs .inner-tit {
  color: #fff;
}
.product-specs .specs-list {
  margin-top: 5.03%;
}
.product-specs .specs-list.specs-list1 li {
  justify-content: flex-start;
  padding-top: 6.29%;
}
.product-specs .specs-list.specs-list1 h6 {
  margin-bottom: 15px;
}
.product-specs .specs-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.product-specs .specs-list li {
  width: calc(33.333% - 32px);
  margin: 0 16px 3.9%;
  background: #1d46a8;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 338px;
}
.product-specs .specs-list h6 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 25px;
}
.product-specs .specs-list p {
  font-size: 16px;
  line-height: 30px;
  color: #d9d9d9;
}
.product-specs .specs-list .specs-content {
  font-size: 14px;
  line-height: 20px;
  color: #99cbe7;
  margin-top: 34px;
}
.product-test {
  margin: 6.61% 0;
}
.product-test .test-text {
  font-size: 16px;
  line-height: 30px;
  color: #6c6c6c;
  text-align: center;
  margin: 30px 0 25px;
}
.product-test .test-img img {
  display: block;
  margin: 0 auto;
}
.product-shot {
  padding: 6.87% 0 7.2%;
}
.product-shot .shot-list {
  margin-top: 4.5%;
}
.product-shot .shot-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product-shot .shot-list li {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
.contact {
  padding: 7% 0 4.94%;
}
.contact .contact-name {
  margin-bottom: 56px;
}
.contact .contact-name .name-en {
  font-size: 20px;
  line-height: 1;
  color: #999;
  margin-top: 12px;
}
.contact .contact-mail p {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.contact .contact-mail .mail-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .contact-mail ul {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}
.contact .contact-mail li p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin: 18px 0 20px;
}
.contact .contact-mail li span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #818181;
}
.contact .contact-map {
  margin-top: 9.4%;
}
.contact .contact-map ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -36px;
}
.contact .contact-map li {
  width: calc(50% - 72px);
  margin: 0 36px 25px;
}
.contact .contact-map h6 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.contact .contact-map .map-info {
  margin-top: 20px;
}
.contact .contact-map .map-info p {
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.contact .contact-map .map {
  margin-top: 18px;
  height: 455px;
}
.contact .contact-form {
  margin-top: 6.2%;
}
.contact .contact-form .form-desc {
  font-size: 22px;
  line-height: 48px;
  color: #5f5f5f;
  margin: 20px 0 4.9%;
}
.contact .contact-form .form-wrap {
  width: 80%;
}
.contact .contact-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -26px;
}
.contact .contact-form .form-inline {
  width: 33.333%;
  margin-bottom: 28px;
  padding: 0 26px;
  display: flex;
  align-items: center;
}
.contact .contact-form .form-input {
  font-size: 14px;
  line-height: 34px;
  color: #6d6d6d;
  width: 100%;
  padding-right: 10px;
}
.contact .contact-form .input-default,
.contact .contact-form .input-required {
  width: 100%;
  border: 1px solid #d6d6d6;
  flex: 1;
  padding: 0 18px;
  box-sizing: border-box;
}
.contact .contact-form .input-required {
  position: relative;
}
.contact .contact-form .input-required::after {
  content: '*';
  font-size: 14px;
  line-height: 34px;
  color: #f00;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.contact .contact-form label {
  width: 50px;
  font-size: 14px;
  line-height: 30px;
  color: #6d6d6d;
}
.contact .contact-form .form-textarea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact .contact-form .form-textarea textarea {
  flex: 1;
  font-size: 14px;
  line-height: 30px;
  color: #6d6d6d;
  min-height: 240px;
  border: 1px solid #d6d6d6;
  padding-left: 10px;
}
.contact .contact-form .form-btn {
  width: 34.29%;
  background: #103c6d;
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 56px auto 0;
  display: block;
}
.development .development-main {
  position: relative;
}
.development .development-content {
  position: absolute;
  width: 70.67%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  top: 6.66%;
}
.development .dot {
  width: 48px;
  height: 48px;
  background: url('../images/development-dot.png') no-repeat center / 100% 100%;
}
.development .item {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.development .item1 {
  left: -21px;
  top: 94.71%;
}
.development .item2 {
  left: 15.27%;
  top: 76%;
}
.development .item3 {
  left: 16%;
  top: 55%;
}
.development .item4 {
  left: 55%;
  top: 62%;
}
.development .item5 {
  left: 44%;
  top: 20%;
}
.development .item6 {
  left: 84%;
  top: 27%;
}
.development .itemL .dot {
  margin-bottom: 20px;
}
.development .itemR {
  align-items: flex-end;
  text-align: right;
}
.development .itemR .dot {
  margin-top: 20px;
}
.development .itemR h5,
.development .itemR p {
  padding-right: 24px;
}
.development h5 {
  font-size: 36px;
  line-height: 1;
  color: #0c4fa4;
}
.development h5 span {
  font-size: 16px;
}
.development p {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 14px;
}
@media (max-width: 1680px) {
  .news .new-tit {
    font-size: 28px;
  }
  .news-info .new-info-tit {
    font-size: 32px;
    line-height: 46px;
  }
  .news-info .new-subTit {
    padding: 35px 0 30px;
  }
  .contact .contact-name .name-en {
    font-size: 18px;
  }
  .contact .contact-mail p {
    font-size: 22px;
  }
  .contact .contact-mail ul {
    margin-top: 35px;
  }
  .contact .contact-mail li p {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
  }
  .contact .contact-map {
    margin-top: 7%;
  }
  .contact .contact-map h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .contact .contact-map .map-info {
    margin-top: 15px;
  }
  .contact .contact-form {
    margin-top: 5%;
  }
  .contact .contact-form .form-desc {
    font-size: 20px;
    line-height: 42px;
    margin: 15px 0 35px;
  }
  .application-intro .intro-desc .app-tit h5 {
    font-size: 42px;
  }
  .application-intro .intro-desc p {
    margin-bottom: 15px;
  }
  .application-intro .intro-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .application-function .function-main li {
    margin-bottom: 30px;
  }
  .application-function .function-main .function-num {
    font-size: 82px;
    padding-right: 25px;
  }
  .application-function .function-main .function-desc h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .application-advantage .advantage-content {
    width: 80%;
  }
  .application-advantage .advantage-content li {
    margin-bottom: 25px;
  }
  .application-more ul {
    margin: 35px -20px 0;
  }
  .application-more li {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .application-function1 {
    padding: 45px 0 25px;
  }
  .application-function1 .function1-list {
    margin-top: 35px;
  }
  .application-function1 .function1-list li {
    margin-bottom: 30px;
    padding: 25px;
  }
  .application-function1 .function1-list h6 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .hd-top li {
    margin-bottom: 40px;
  }
  .hd-top .inner-tit {
    margin-bottom: 35px;
  }
  .hd-top .desc1 {
    padding-left: 4%;
    padding-top: 4%;
  }
  .hd-top .desc2 {
    padding-top: 4%;
    padding-right: 4%;
  }
  .hd-top .desc2 p {
    margin-bottom: 15px;
  }
  .hd-top p {
    font-size: 14px;
  }
  .partner {
    margin-bottom: 15%;
  }
  .partner .partner-top {
    margin: 45px 0 35px;
  }
  .partner .partner-top .inner-tit {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .partner .partner-list ul {
    margin: 0 -5px;
  }
  .partner .partner-list li {
    width: calc(11.11% - 10px);
    margin: 0 5px 20px;
  }
  .introduction .introduction-top .top-text1 {
    margin: 35px 0 25px;
  }
  .introduction .introduction-top .top-text2 {
    margin-bottom: 35px;
  }
  .voice-technology .voice-list p {
    line-height: 24px;
  }
  .voice-technology .voice-list .voice-desc {
    width: 96%;
  }
  .voice-technology .voice-list .voice-desc .voice-tit::after {
    margin: 5px auto;
  }
  .voice-technology .voice-list .voice-tit {
    font-size: 20px;
    line-height: 26px;
  }
  .active-technology .technology-title {
    font-size: 20px;
    line-height: 26px;
  }
  .product-intro .inner-tit {
    margin-bottom: 35px;
  }
  .product-intro p.text1 {
    margin-bottom: 20px;
  }
  .product-standard .standard-list.standard-list1 {
    margin-top: 35px;
  }
  .product-standard .standard-list h5 {
    font-size: 22px;
    line-height: 26px;
  }
  .product-case .case-list .case-desc {
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0;
  }
  .product-advantage {
    padding: 45px 0 50px;
  }
  .product-advantage .advantage-list li {
    width: calc(33.333% - 30px);
    margin: 0 15px 25px;
    padding: 20px;
  }
  .product-advantage .advantage-list p {
    font-size: 22px;
    line-height: 34px;
  }
  .product-advantage .advantage-list span {
    font-size: 30px;
    margin-right: 15px;
  }
  .product-specs .specs-list h6 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .product-specs .specs-list p {
    font-size: 14px;
    line-height: 24px;
  }
  .product-specs .specs-list .specs-content {
    margin-top: 20px;
  }
  .development h5 {
    font-size: 30px;
  }
  .development p {
    font-size: 14px;
    margin-top: 10px;
  }
  .development .item3 {
    left: 15%;
    top: 54%;
  }
  .development .item5 {
    top: 18%;
  }
}
@media (max-width: 1440px) {
  .news .new-list {
    margin-bottom: 6%;
  }
  .news .new-desc {
    padding-left: 35px;
  }
  .news .new-tit {
    font-size: 24px;
  }
  .news .new-summary {
    line-height: 26px;
  }
  .news .new-time {
    margin: 30px 0;
  }
  .news .new-more {
    margin-top: 3%;
  }
  .news-info .new-info-tit {
    font-size: 28px;
    line-height: 42px;
  }
  .news-info .news-info-wrap {
    width: 90%;
  }
  .news-info .new-subTit span {
    font-size: 16px;
  }
  .news-info .new-into-content p {
    font-size: 16px;
    line-height: 32px;
  }
  .news-info .new-into-content img {
    margin: 35px auto;
  }
  .contact {
    padding: 5% 0;
  }
  .contact .contact-name {
    margin-bottom: 45px;
  }
  .contact .contact-name .name-en {
    font-size: 16px;
  }
  .contact .contact-map ul {
    margin: 0 -15px;
  }
  .contact .contact-map li {
    width: calc(50% - 30px);
    margin: 0 15px 25px;
  }
  .contact .contact-map h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .contact .contact-map .map-info {
    margin-top: 10px;
  }
  .contact .contact-map .map-info p {
    line-height: 26px;
  }
  .contact .contact-form {
    margin-top: 35px;
  }
  .contact .contact-form .form-wrap {
    width: 100%;
  }
  .contact .contact-form .form-desc {
    font-size: 18px;
    line-height: 38px;
    margin: 15px 0 25px;
  }
  .contact .contact-mail p {
    font-size: 20px;
  }
  .contact .contact-mail li p {
    font-size: 16px;
    line-height: 26px;
  }
  .application-block {
    padding: 50px 0;
  }
  .application-block .application-desc {
    margin-top: 30px;
  }
  .application-block .application-desc p {
    margin-bottom: 15px;
  }
  .application-intro::before {
    height: 250px;
  }
  .application-intro .intro-desc {
    padding-top: 60px;
  }
  .application-intro .intro-desc .desc-content {
    padding: 0 35px 0 20px;
  }
  .application-intro .intro-desc .app-tit {
    padding-bottom: 90px;
  }
  .application-intro .intro-desc .app-tit h5 {
    font-size: 36px;
  }
  .application-intro .intro-desc p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .application-function {
    padding-top: 50px;
  }
  .application-function .function-main {
    margin-top: 35px;
  }
  .application-function .function-main li {
    margin-bottom: 15px;
  }
  .application-function .function-main .function-num {
    font-size: 72px;
    padding-right: 15px;
  }
  .application-function .function-main .function-desc h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .application-advantage .advantage-content {
    margin: 35px auto 0;
  }
  .application-advantage .advantage-content li {
    margin-right: 20px;
    min-width: 220px;
  }
  .application-advantage .advantage-content p {
    font-size: 14px;
  }
  .application-more {
    margin: 50px 0 55px;
  }
  .application-more ul {
    margin: 25px -10px 0;
  }
  .application-more li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .application-more li .inner-tit {
    margin-right: 8%;
  }
  .front-top .front-top-img::after {
    bottom: -35px;
  }
  .application-function1 .function1-list li {
    padding: 20px;
  }
  .application-function1 .function1-list h6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .partner {
    margin-bottom: 10%;
  }
  .partner .partner-top .inner-tit {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .partner .partner-list li {
    width: calc(12.5% - 10px);
  }
  .introduction .introduction-top {
    margin: 45px 0 0;
  }
  .introduction .introduction-top .top-text1 {
    margin: 25px 0 15px;
  }
  .introduction .introduction-top .top-text2 {
    margin-bottom: 30px;
  }
  .introduction p {
    font-size: 14px;
    line-height: 24px;
  }
  .introduction .introduction-bottom {
    margin: 5% 35px 0 0;
  }
  .introduction .introduction-bottom .introduction-bottom-desc {
    padding-right: 35px;
  }
  .introduction .introduction-bottom .introduction-bottom-desc .bottom-text1 {
    margin-bottom: 15px;
  }
  .voice-technology .voice-list .voice-tit {
    font-size: 18px;
  }
  .voice-technology .voice-list ul {
    margin: 0 -5px;
  }
  .voice-technology .voice-list li {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
  }
  .active-technology .technology-title {
    font-size: 18px;
  }
  .active-technology .technology-item {
    margin: 0 -10px;
  }
  .active-technology .item-desc .technology-title::after {
    margin: 12px auto;
  }
  .active-technology p.text1 {
    margin-bottom: 15px;
  }
  .active-technology .item1 {
    padding: 0 10px;
  }
  .active-technology .item2 {
    padding: 0 10px;
  }
  .active-technology .item1 .item-hidden,
  .active-technology .item2 .item-hidden,
  .active-technology .item1 .item-desc,
  .active-technology .item2 .item-desc {
    width: 80%;
  }
  .product-intro .inner-tit {
    margin-bottom: 25px;
  }
  .product-intro p {
    font-size: 14px;
    line-height: 26px;
  }
  .product-intro li.intro1 .product-intro-desc {
    padding-right: 40px;
  }
  .product-intro li.intro2 .product-intro-desc {
    padding-left: 40px;
  }
  .product-intro .intro-tips {
    margin-top: 15px;
  }
  .product-standard .standard-text {
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 35px;
  }
  .product-standard .standard-list ul {
    margin: 0 -5px;
  }
  .product-standard .standard-list li {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
  }
  .product-standard .standard-list .standard-item {
    width: 90%;
    margin: 25px auto 15px;
  }
  .product-standard .standard-list h5 {
    font-size: 20px;
  }
  .product-standard .standard-list p {
    line-height: 24px;
  }
  .product-standard .standard-list img {
    margin: 0 auto 20px;
  }
  .product-standard .standard-photo {
    margin: 25px 0;
  }
  .product-case .case-summary {
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 35px;
  }
  .product-case .case-list ul {
    margin: 0 -5px;
  }
  .product-case .case-list li {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
  }
  .product-case .case-list .case-desc {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 25px;
  }
  .product-advantage .advantage-list ul {
    margin: 0 -8px;
  }
  .product-advantage .advantage-list li {
    width: calc(33.333% - 16px);
    margin: 0 8px 25px;
    padding: 15px;
  }
  .product-advantage .advantage-list span {
    font-size: 26px;
    margin-right: 10px;
  }
  .product-advantage .advantage-list p {
    font-size: 18px;
    line-height: 28px;
  }
  .product-apply {
    padding: 45px 0 50px;
  }
  .product-apply .apply-summary {
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 30px;
  }
  .product-apply .apply {
    margin-bottom: 40px;
  }
  .product-apply .list1 {
    padding-right: 8px;
  }
  .product-apply .list2 {
    padding-left: 8px;
  }
  .product-apply .list3 {
    margin-bottom: 10px;
  }
  .product-apply .apply-desc {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-specs .specs-list {
    margin-top: 35px;
  }
  .product-specs .specs-list ul {
    margin: 0 -8px;
  }
  .product-specs .specs-list li {
    width: calc(33.333% - 16px);
    margin: 0 8px 20px;
    padding: 10px;
    min-height: 310px;
  }
  .product-specs .specs-list h6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .product-specs .specs-list .specs-content {
    margin-top: 12px;
  }
  .product-test .test-text {
    margin: 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .product-shot {
    padding: 45px 0 50px;
  }
  .product-shot .shot-list {
    margin-top: 35px;
  }
  .product-shot .shot-list ul {
    margin: 0 -5px;
  }
  .product-shot .shot-list li {
    width: calc(25% - 10px);
    margin: 0 5px 20px;
  }
  .development .dot {
    width: 36px;
    height: 36px;
  }
  .development .item3 {
    left: 13%;
  }
  .development .item5 {
    left: 41%;
  }
  .development .itemL .dot {
    margin-bottom: 10px;
  }
  .development .itemR .dot {
    margin-top: 10px;
  }
  .development .itemR h5,
  .development .itemR p {
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
  .development .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .development .item1,
  .development .item2,
  .development .item3,
  .development .item4,
  .development .item5,
  .development .item6 {
    left: auto;
    top: auto;
  }
  .development .itemR {
    align-items: flex-start;
    text-align: left;
  }
  .development .development-main {
    display: flex;
    justify-content: space-between;
  }
  .development .development-main img {
    display: none;
  }
  .development .development-content {
    width: 90%;
    margin: 35px auto;
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .development .development-content img {
    display: none;
  }
  .development .dot {
    display: none;
  }
  .development p {
    margin-top: 5px;
  }
  .development p br {
    display: none;
  }
  .development h5 {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .voice-technology .voice-list li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1280px) {
  .application-music {
    width: 100%;
    margin: 45px auto;
  }
  .application-music .music-tabs ul {
    margin: 35px 0;
  }
  .application-music .music-item .item {
    bottom: 20px;
  }
  .application-music .music-item .audio_image {
    width: 280px;
  }
  .news-info {
    padding: 45px 0 65px;
  }
  .news-info .new-info-tit {
    font-size: 24px;
    line-height: 36px;
  }
  .news-info .new-subTit {
    padding: 25px 0;
  }
  .news-info .new-subTit span {
    font-size: 14px;
    margin-right: 10px;
  }
  .news-info .new-into-content {
    padding: 0 0 5%;
    margin: 30px 0;
  }
  .news-info .new-into-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .news-info .new-into-content img {
    margin: 30px auto;
  }
  .news-info .new-info-bottom .new-info-l a {
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
  }
  .news-info .new-info-bottom .new-info-r {
    font-size: 14px;
  }
  .news-info .new-info-bottom .new-info-r::before {
    width: 22px;
    height: 18px;
  }
  .contact {
    padding: 45px 0 65px;
  }
  .contact .contact-mail p {
    font-size: 18px;
  }
  .contact .contact-mail ul {
    width: 100%;
  }
  .contact .contact-map .map {
    height: 350px;
  }
  .contact .contact-form .form-item {
    margin: 0 -10px;
  }
  .contact .contact-form .form-inline {
    padding: 0 10px;
  }
  .application-block .application-desc p {
    margin-bottom: 10px;
  }
  .application-block .application-desc p br {
    display: none;
  }
  .application-intro::before {
    height: 180px;
  }
  .application-intro .intro-img {
    width: 50%;
  }
  .application-intro .intro-desc {
    width: 50%;
    padding-top: 35px;
  }
  .application-intro .intro-desc .app-tit {
    padding-bottom: 60px;
  }
  .application-intro .intro-desc .app-tit h5 {
    font-size: 32px;
    padding-left: 15px;
  }
  .application-function .function-main {
    padding-left: 0;
  }
  .application-function .function-main::before {
    display: none;
  }
  .application-function .function-main li {
    margin-right: 10px;
  }
  .application-function .function-main li::before {
    display: none;
  }
  .application-function .function-main .function-num {
    font-size: 62px;
  }
  .application-function .function-main .function-desc h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .application-advantage {
    padding: 45px 0 35px;
  }
  .application-advantage .advantage-content {
    width: 90%;
  }
  .application-advantage .advantage-content li {
    padding: 10px 15px;
  }
  .application-advantage .advantage-content span {
    font-size: 20px;
    margin-right: 10px;
  }
  .front-top {
    margin: 45px 0 50px;
  }
  .front-top .front-top-img {
    width: 40%;
  }
  .front-top .front-top-img::after {
    display: none;
  }
  .front-top .front-top-img .img {
    width: 100%;
  }
  .front-top .front-top-desc {
    width: 60%;
    padding: 0 0 0 35px;
  }
  .front-top .front-top-desc p {
    font-size: 14px;
    margin-top: 20px;
  }
  .front-top .front-top-desc img {
    margin-top: 20px;
  }
  .front {
    margin-bottom: 50px;
  }
  .hd-top {
    padding: 45px 0 50px;
  }
  .hd-top .inner-tit {
    margin-bottom: 20px;
  }
  .introduction .introduction-top .top-text1 {
    margin: 25px 0 10px;
  }
  .introduction .introduction-top .top-text2 {
    margin-bottom: 20px;
  }
  .introduction p br {
    display: none;
  }
  .voice-technology {
    margin: 45px 0 55px;
  }
  .active-technology {
    margin: 45px 0 50px;
  }
  .active-technology .item-desc .technology-title::after {
    margin: 10px auto;
  }
  .active-technology p {
    line-height: 24px;
  }
  .active-technology p.text1 {
    margin-bottom: 5px;
  }
  .active-technology .item1 .item-hidden,
  .active-technology .item2 .item-hidden,
  .active-technology .item1 .item-desc,
  .active-technology .item2 .item-desc {
    width: 90%;
  }
  .active-technology .item3 {
    margin-bottom: 20px;
  }
  .product-intro {
    margin: 45px 0 55px;
  }
  .product-intro .inner-tit {
    margin-bottom: 20px;
  }
  .product-intro p {
    line-height: 24px;
  }
  .product-intro p.text1 {
    margin-bottom: 10px;
  }
  .product-intro li {
    margin-bottom: 30px;
  }
  .product-intro li.intro1 .product-intro-desc {
    padding-right: 35px;
  }
  .product-intro li.intro2 .product-intro-desc {
    padding-left: 35px;
  }
  .product-standard {
    padding: 45px 0 50px;
  }
  .product-standard .standard-text {
    margin: 20px 0 30px;
  }
  .product-standard .standard-list li {
    min-height: 290px;
  }
  .product-standard .standard-list img {
    width: 65px;
    margin: 0 auto 15px;
  }
  .product-standard .standard-list p br {
    display: none;
  }
  .product-standard .standard-list h5 {
    font-size: 18px;
  }
  .product-standard .standard-list h5::after {
    margin: 10px auto;
  }
  .product-case {
    padding: 45px 0 50px;
  }
  .product-advantage .advantage-list span {
    font-size: 22px;
  }
  .product-advantage .advantage-list p {
    font-size: 16px;
    line-height: 26px;
  }
  .product-test {
    margin: 35px 0 50px;
  }
}
@media (max-width: 1200px) {
  .news {
    padding: 35px 0 55px;
  }
  .news .new-list {
    margin-bottom: 40px;
  }
  .news .new-list li {
    padding: 25px 0;
  }
  .news .new-tit {
    font-size: 20px;
  }
  .news .new-time {
    margin: 25px 0;
    font-size: 14px;
  }
  .news .new-summary {
    line-height: 24px;
  }
  .application-block {
    padding: 45px 0;
  }
  .application-block .application-desc {
    margin-top: 15px;
  }
  .application-block .application-desc p {
    margin-bottom: 5px;
  }
  .application-intro {
    padding: 45px 0;
  }
  .application-intro::before {
    display: none;
  }
  .application-intro .intro-desc {
    padding-top: 0;
  }
  .application-intro .intro-desc .app-tit {
    padding-bottom: 20px;
  }
  .application-intro .intro-desc .app-tit::before {
    display: none;
  }
  .application-intro .intro-desc .app-tit h5 {
    font-size: 28px;
    color: #000;
    padding-left: 0;
  }
  .application-intro .intro-desc .desc-content {
    padding: 0 20px 0 0;
  }
  .application-intro .intro-img {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .application-function {
    padding-top: 45px;
  }
  .application-advantage .advantage-content {
    width: 96%;
    margin: 25px auto 0;
  }
  .application-advantage .advantage-content li {
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .application-advantage .advantage-content span {
    margin-right: 5px;
    font-size: 18px;
  }
  .application-more {
    margin: 45px 0 50px;
  }
  .application-more ul {
    margin-top: 20px;
  }
  .application-function1 .function1-list {
    margin-top: 25px;
  }
  .application-function1 .function1-list li {
    width: calc(50% - 16px);
    margin-bottom: 25px;
  }
  .hd-top .inner-tit {
    margin-bottom: 15px;
  }
  .hd-top .desc1 {
    padding-top: 0;
    padding-left: 25px;
  }
  .hd-top .desc2 {
    padding-top: 0;
    padding-right: 25px;
  }
  .hd-top .desc2 p {
    margin-bottom: 10px;
  }
  .application-advantage.advantage2 .advantage-content {
    width: 60%;
  }
  .partner .partner-top {
    margin: 45px 0 25px;
  }
  .partner .partner-top .inner-tit {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .partner .partner-list li {
    width: calc(14.28% - 10px);
  }
  .product-intro {
    margin: 35px 0 45px;
  }
  .product-intro .inner-tit {
    margin-bottom: 10px;
  }
  .product-intro p.text1 {
    margin-bottom: 0;
  }
  .product-intro li.intro1 .product-intro-desc {
    padding-right: 20px;
  }
  .product-intro li.intro2 .product-intro-desc {
    padding-left: 20px;
  }
  .product-intro .intro-tips {
    margin-top: 10px;
  }
  .product-standard {
    padding: 35px 0 40px;
  }
  .product-standard .standard-text {
    margin: 20px 0 25px;
  }
  .product-standard .standard-list img {
    width: 52px;
  }
  .product-standard .standard-list h5 {
    font-size: 16px;
  }
  .product-standard .standard-list h5::after {
    margin: 5px auto;
  }
  .product-standard .standard-list .standard-item {
    margin: 20px auto 15px;
  }
  .product-standard .standard-photo {
    margin: 20px 0;
  }
  .product-case {
    padding: 35px 0 45px;
  }
  .product-case .case-list .case-desc {
    margin: 15px 0 20px;
  }
  .product-specs .specs-list li {
    width: calc(50% - 16px);
    min-height: auto;
    padding: 20px;
  }
  .product-specs .specs-list p br {
    display: none;
  }
}
@media (max-width: 998px) {
  .news .new-img {
    width: 40%;
  }
  .news .new-desc {
    width: 60%;
    padding-left: 25px;
  }
  .news .new-tit {
    font-size: 18px;
  }
  .news .new-time {
    margin: 20px 0;
  }
  .application-intro .intro-desc .app-tit h5 {
    font-size: 24px;
  }
  .application-function .function-main li {
    align-items: flex-start;
  }
  .front-top .front-top-desc p {
    margin-top: 10px;
  }
  .front-top .front-top-desc img {
    margin-top: 10px;
  }
  .hd-top {
    padding: 35px 0;
  }
  .hd-top .inner-tit {
    margin-bottom: 10px;
  }
  .hd-top .img1,
  .hd-top .img2,
  .hd-top .desc1,
  .hd-top .desc2 {
    width: 100%;
  }
  .hd-top .desc1 {
    padding-top: 25px;
    padding-left: 0;
  }
  .hd-top .desc2 {
    padding-top: 25px;
    padding-right: 0;
  }
  .hd-top .desc2 p {
    margin-bottom: 5px;
  }
  .application-advantage.advantage2 .advantage-content {
    width: 90%;
  }
  .partner .partner-list li {
    width: calc(20% - 10px);
  }
  .introduction {
    margin-bottom: 50px;
  }
  .introduction .introduction-top .top-text1 {
    margin: 20px 0 10px;
  }
  .introduction .introduction-bottom {
    margin: 35px 0 0 0;
  }
  .introduction .introduction-bottom .introduction-bottom-img {
    width: 40%;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .introduction .introduction-bottom .introduction-bottom-desc {
    width: 60%;
  }
  .voice-technology .voice-list li {
    padding: 25px;
    background: #011223;
    border-radius: 15px;
  }
  .voice-technology .voice-list .voice-img {
    display: none;
  }
  .voice-technology .voice-list .voice-hidden {
    display: none;
  }
  .voice-technology .voice-list .voice-desc {
    width: 100%;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
  }
  .active-technology {
    margin: 35px 0 45px;
  }
  .active-technology .technology-item {
    margin: 0;
  }
  .active-technology .item1 {
    width: 100%;
    padding: 0;
  }
  .active-technology .item1 .item-desc {
    width: 100%;
    padding: 20px;
  }
  .active-technology .item2 {
    width: 100%;
    padding: 0;
  }
  .active-technology .item2 .item-desc {
    width: 100%;
    padding: 20px;
  }
  .active-technology .item-img {
    display: none;
  }
  .active-technology .item-hidden {
    display: none;
  }
  .active-technology .item-desc {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
  }
  .active-technology .item1,
  .active-technology .item3,
  .active-technology .item4 {
    background: #011223;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .product-standard .standard-list li {
    width: calc(50% - 10px);
    min-height: auto;
  }
  .product-standard .standard-list .standard-item {
    margin: 25px auto;
  }
  .product-case .case-summary {
    margin: 20px 0 25px;
  }
  .product-case .case-list li {
    width: calc(50% - 10px);
  }
  .product-advantage .advantage-list li {
    width: calc(50% - 16px);
  }
  .product-intro.intro-wrap .product-intro-img {
    width: 100%;
    float: none;
  }
  .product-intro.intro-wrap .product-intro-desc {
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    float: none;
    margin-top: 25px;
  }
  .product-intro.intro-wrap li.intro1 .product-intro-desc {
    left: auto;
    padding-right: 0;
  }
  .product-intro.intro-wrap li.intro2 .product-intro-desc {
    right: auto;
    padding-left: 0;
  }
  .product-shot {
    padding: 35px 0 45px;
  }
  .product-shot .shot-list {
    margin-top: 25px;
  }
  .product-shot .shot-list li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .application-music {
    margin: 35px auto;
  }
  .application-music .music-tabs ul {
    margin: 25px 0;
  }
  .application-music .music-tabs ul.tab {
    border: 1px solid #c9c9c9;
  }
  .application-music .music-tabs ul.tab li {
    border-radius: 0;
    width: 25%;
    min-width: auto;
  }
  .application-music .music-tabs ul.tab1 li {
    width: 33.333%;
  }
  .application-music .music-tabs li {
    font-size: 14px;
  }
  .application-music .music-tabs li::before {
    display: none;
  }
  .application-music .music-item .item {
    bottom: 15px;
    display: block;
    margin: 0 auto;
  }
  .application-music .music-item .audio_image {
    width: 300px;
    height: 44px;
  }
  .application-music .music-item .music-btn {
    margin: 10px auto 0;
  }
  .application-music .music-item .music-btn .btn {
    font-size: 14px;
    line-height: 40px;
  }
  .news {
    padding: 20px 0 45px;
  }
  .news .new-list li {
    padding: 20px 0;
  }
  .news .new-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .news .new-time {
    margin: 15px 0;
  }
  .news .new-more {
    margin-top: 15px;
  }
  .news-info .new-info-tit {
    font-size: 20px;
    line-height: 32px;
  }
  .contact {
    padding: 35px 0 55px;
  }
  .contact .contact-name {
    margin-bottom: 35px;
  }
  .contact .contact-map ul {
    display: block;
    margin: 0;
  }
  .contact .contact-map li {
    width: 100%;
    margin: 0 0 35px;
  }
  .contact .contact-map .map-info p {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-map .map {
    margin-top: 15px;
  }
  .contact .contact-mail p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact .contact-mail ul {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .contact .contact-mail li {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact .contact-mail li img {
    width: 70px;
  }
  .contact .contact-mail li p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  .contact .contact-mail li span {
    font-size: 14px;
  }
  .contact .contact-form .form-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .contact .contact-form .form-item {
    display: block;
    margin: 0;
  }
  .contact .contact-form .form-inline {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact .contact-form .form-btn {
    width: 80%;
    margin: 35px auto 0;
    font-size: 16px;
  }
  .contact .contact-form .input-default,
  .contact .contact-form .input-required {
    padding: 0 12px;
  }
  .contact .contact-form .input-required::after {
    right: 12px;
  }
  .application-intro .intro-img {
    width: 100%;
  }
  .application-intro .intro-desc {
    width: 100%;
    margin-top: 25px;
  }
  .application-intro .intro-desc p {
    margin-bottom: 5px;
  }
  .application-more ul {
    display: block;
    margin: 20px 0 0;
  }
  .application-more li {
    width: 100%;
    margin: 0 0 20px;
    padding: 35px 0;
  }
  .application-more li .inner-tit {
    margin-right: 15px;
  }
  .application-function {
    padding-top: 35px;
  }
  .front-info {
    margin: 35px 0 55px;
  }
  .front-info .mail-info {
    font-size: 14px;
    margin-top: 20px;
  }
  .front-info .mail-info span {
    font-size: 14px;
  }
  .front-info .mail-info img {
    width: 25px;
    margin-right: 10px;
  }
  .front-top .front-top-img {
    width: 100%;
    float: none;
  }
  .front-top .front-top-desc {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 25px;
  }
  .application-function1 {
    padding: 35px 0 25px;
  }
  .application-function1 .function1-list ul {
    margin: 0;
  }
  .application-function1 .function1-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .application-function1 .function1-list h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .partner .partner-list li {
    width: calc(25% - 10px);
  }
  .introduction .introduction-top {
    margin: 35px 0 0;
  }
  .introduction .introduction-top .top-text1 {
    margin: 15px 0 5px;
  }
  .introduction .introduction-top .top-text2 {
    margin-bottom: 15px;
  }
  .introduction .introduction-bottom {
    margin-bottom: 25px 0 0;
  }
  .introduction .introduction-bottom .introduction-bottom-img {
    width: 100%;
    float: none;
  }
  .introduction .introduction-bottom .introduction-bottom-desc {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 25px;
  }
  .introduction .introduction-bottom .introduction-bottom-desc .bottom-text1 {
    margin-bottom: 5px;
  }
  .voice-technology {
    margin: 35px 0 50px;
  }
  .voice-technology .voice-list ul {
    margin: 0;
  }
  .voice-technology .voice-list li {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 15px;
  }
  .product-intro .product-intro-img {
    width: 100%;
    float: none;
  }
  .product-intro .product-intro-desc {
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    float: none;
    margin-top: 25px;
  }
  .product-intro li.intro1 .product-intro-desc {
    left: auto;
    padding-right: 0;
  }
  .product-intro .inner-tit {
    margin-bottom: 10px;
  }
  .product-standard .standard-list ul {
    margin: 0;
  }
  .product-standard .standard-list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .product-standard .standard-list .standard-item {
    margin: 20px auto;
  }
  .product-case .case-list ul {
    margin: 0;
  }
  .product-case .case-list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .product-case .case-list .case-desc {
    margin: 15px 0;
  }
  .product-advantage {
    padding: 35px 0 45px;
  }
  .product-advantage .advantage-list {
    margin-top: 20px;
  }
  .product-advantage .advantage-list ul {
    margin: 0;
  }
  .product-advantage .advantage-list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .product-apply {
    padding: 35px 0 40px;
  }
  .product-apply.apply {
    margin-bottom: 40px;
  }
  .product-apply .apply-summary {
    margin: 20px 0 25px;
  }
  .product-apply .apply-list {
    display: block;
  }
  .product-apply .apply-list.apply-list1 .list {
    width: 100%;
    margin-bottom: 25px;
  }
  .product-apply .list1 {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .product-apply .list2 {
    padding-left: 0;
  }
  .product-apply .list3 {
    margin-bottom: 15px;
  }
  .product-specs {
    padding: 35px 0 45px;
  }
  .product-specs .specs-list {
    margin-top: 25px;
  }
  .product-specs .specs-list ul {
    margin: 0;
  }
  .product-specs .specs-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .product-specs .specs-list h6 {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .news .new-list {
    margin-bottom: 30px;
  }
  .news .new-list li a {
    display: block;
  }
  .news .new-img {
    width: 100%;
  }
  .news .new-desc {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .news .new-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
  }
  .news .new-more {
    display: none;
  }
  .application-advantage.advantage2 .advantage-content {
    width: 96%;
  }
}
@media (max-width: 480px) {
  .news-info {
    padding: 35px 0 45px;
  }
  .news-info .new-info-tit {
    font-size: 18px;
    line-height: 28px;
  }
  .news-info .new-into-content {
    margin: 25px 0;
  }
  .contact .contact-name {
    margin-bottom: 25px;
  }
  .contact .contact-name .name-en {
    font-size: 14px;
    margin-top: 5px;
  }
  .contact .contact-map h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .contact .contact-form .form-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-form .form-btn {
    width: 230px;
    margin: 25px auto 0;
  }
  .contact .contact-mail p {
    font-size: 14px;
  }
  .application-block {
    padding: 35px 0 40px;
  }
  .application-intro {
    padding: 35px 0;
  }
  .application-intro .intro-desc .app-tit {
    padding-bottom: 15px;
  }
  .application-intro .intro-desc .app-tit h5 {
    font-size: 20px;
  }
  .application-function .function-main {
    margin-top: 20px;
  }
  .application-function .function-main li {
    display: block;
  }
  .application-function .function-main .function-num {
    font-size: 48px;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .application-advantage {
    padding: 35px 0 20px;
  }
  .application-advantage .advantage-content {
    margin: 20px auto 0;
  }
  .application-advantage .advantage-content li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .application-more {
    margin: 35px 0 45px;
  }
  .front-info .mail-info {
    width: 100%;
  }
  .partner .partner-list li {
    width: calc(33.333% - 10px);
  }
  .product-shot .shot-list ul {
    margin: 0;
  }
  .product-shot .shot-list li {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (max-width: 375px) {
  .partner .partner-list li {
    width: calc(50% - 10px);
  }
}
