@charset "UTF-8";
body {
  font-family: arial,"Microsoft Yahei";
  height: auto;
}

form, input, ul, li {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.container1 {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 26px;
  float: left;
  left: 0;
  right: 0;
  z-index: 6;
  transition: .3s;
}
header.scroll {
  top: 0;
}
header.scroll .body .logo-menu {
  height: 65px;
}
header.scroll .body .logo-menu .logo {
  width: 210px;
  line-height: 65px;
}
header.scroll .body .search-lang {
  display: none;
}
header .body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .body .logo-menu {
  height: 74px;
  /* -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}
header .body .logo-menu .logo {
  width: 226px;
  text-align: center;
  line-height: 74px;
  background: #42a1ff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
header .body .logo-menu .logo img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
header .body .logo-menu .menuBtn {
  height: 100%;
  width: 64px;
  background: url(../images/ico-menu.png) no-repeat center center #fff;
  transition: .2s;

}
header .body .logo-menu .menuBtn.open {
  background: rgba(255, 255, 255, 0.5) url(../images/ico-menu.png) no-repeat center center;
}
header .body .search-lang {
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .body .search-lang .so-input {
  position: relative;
  width: 180px;
  margin-right: 10px;
}
header .body .search-lang .so-input .input {
  float: right;
  width: 0;
  height: 40px;
  color: #fff;
  font-size: 14px;
  transition: .3s;
  border: 0;
  outline: 0;
  padding: 0 35px 0 10px;
  background: rgba(255, 255, 255, 0);
}
header .body .search-lang .so-input .input::-webkit-input-placeholder {
  color: #fff;
}
header .body .search-lang .so-input .input::-moz-placeholder {
  color: #fff;
}
header .body .search-lang .so-input .input::-ms-input-placeholder {
  color: #fff;
}
header .body .search-lang .so-input .btn {
  height: 40px;
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  outline: 0;
  border: 0;
  background: url(../images/ico-so.png) no-repeat center center;
}
header .body .search-lang .so-input.on .input {
  width: 100%;
  border-bottom: 1px solid #fff;
}
header .body .search-lang .so-but {
  height: 40px;
  width: 30px;
  margin-right: 10px;
  background: url(../images/ico-so.png) no-repeat center center;
  display: none;
}
header .body .search-lang .lang {
  font-size: 18px;
  color: #fff;
}
header .body .search-lang .lang a {
  color: #fff;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 487px;
  z-index: 4;
  background: rgba(0, 114, 185, 0.95);
  overflow: hidden;
  display: none;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
}
.menu ul li {
  width: 16.66%;
}
.menu ul li a {
  color: #fff;
  padding-left: 20px;
}
.menu ul li .top-cate {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.menu ul li .top-cate::before {
  content: '';
  width: 1px;
  height: 400px;
  background: #3e8fbf;
  position: absolute;
  top: 10px;
  left: 0;
}
.menu ul li .top-cate::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: -7px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
}
.menu ul li dl dd {
  line-height: 50px;
}
.menu ul li dl dd a {
  font-size: 13px;
}

.soBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 114, 185, 0.95);
  overflow: hidden;
}
.soBox form {
  display: block;
  position: relative;
  padding: 0 20px;
  margin-top: 150px;
}
.soBox form .inp {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 0;
  font-size: 14px;
  color: #444;
  outline: 0;
  text-indent: 10px;
}
.soBox form .btn {
  width: 60px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 20px;
  border: 0;
  outline: 0;
  background: url(../images/page-serch1.png) no-repeat center center;
}
.soBox .close {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/close.png) no-repeat center center;
}

.banner {
  height: 1239px;
  position: relative;
}
.banner .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner .pic li {
  width: 100%;
  height: 1239px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .pic li .info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 728px;
}
.banner .pic li .info .text {
  width: 100%;
  background: #2075C9;
  padding: 30px 0;
}
.banner .pic li .info .text p {
  padding-left: 47px;
  font-size: 75px;
  color: #fff;
}
.banner .pic li .info .more {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .pic li .info .more .txt {
  width: 309px;
  font-size: 25px;
  text-align: center;
  border-right: 1px solid #c6c6c6;
  color: #535353;
  height: 90px;
  line-height: 90px;
}
.banner .pic li .info .more .icon {
  margin-left: 42px;
  text-align: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #42A1FF;
  line-height: 46px;
}
.banner .pic li .info .more .icon i {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.banner .ico {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: -19px;
  left: 0;
  z-index: 2;
}
.banner .ico.en ul li p.txt {
  font-size: 24px;
}
.banner .ico ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .ico ul li {
  position: relative;
  width: 24.8%;
  background: #2075C9;
  height: 180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 20px 0;
  transition: .5s;
}
.banner .ico ul li p {
  text-align: center;
  width: 100%;
  font-size: 26px;
  color: #fff;
  font-weight: 300;
}
.banner .ico ul li p.txt {
  padding-top: 10px;
}
/* .banner .ico ul li p.txt a {
  width: 270px;
  height: 180px;
  color: #fd3700;
  display: block;
  text-align: center;
} */
.banner .ico ul li p i {
  font-size: 80px;
  color: #fff;
}
/* .banner .ico ul li p a {
  width: 272.8px;
  height: 180px;
  color: #fd3700;
  display: block;
  text-align: center;
  line-height: 100px;
} */
.banner .ico ul .active {
  background: #42A1FF;
  margin: 0;
  padding: 20px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.banner .ico ul .active::before {
  position: absolute;
  content: "▲";
  color: #fff;
  font-size: 25px;
  height: 25px;
  left: 50%;
  bottom: -2px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-new {
  padding-top: 90px;
  padding-bottom: 100px;
}
.index-new .title {
  font-size: 36px;
  color: #333;
  line-height: 74px;
}
.index-new .top-new {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-new .top-new .pic {
  width: 450px;
  height: 255px;
  overflow: hidden;
}
.index-new .top-new .pic img {
  width: 100%;
  height: 125%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.index-new .top-new .pic img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-new .top-new .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}
.index-new .top-new .txt h4 {
  text-align: center;
  color: #333;
  font-size: 22px;
  margin: 5px 0 8px 0;
}
.index-new .top-new .txt p {
  line-height: 30px;
  font-size: 16px;
}
.index-new .top-new .txt .more {
  font-size: 14px;
  color: #333;
  position: relative;
  padding: 17px 0 10px;
  display: inline-block;
}
.index-new .top-new .txt .more::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 27px;
  background: #0072b9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.index-new .top-new .txt .more:hover {
  color: #0072b9;
}
.index-new .top-new .txt .more:hover::after {
  width: 100%;
}
.index-new .new-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  overflow: hidden;
  justify-content: space-between;
}
.index-new .new-list li {
  width: 33.2%;
}
.index-new .new-list li .con {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-new .new-list li .con .pic {
  padding-top: 53%;
  position: relative;
}
.index-new .new-list li .con .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.index-new .new-list li .con h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.5);
}
.index-new .new-list li .con .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url("../images/i-04.png") no-repeat center center rgba(0, 114, 185, 0.8);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.index-new .new-list li .con:hover .mask {
  opacity: 1;
}
.index-new .new-list li .con:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

footer {
  background: #2d2d2d;
  height: auto;
  overflow: hidden;
  padding: 150px 0;
}
footer .logo {
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
  display: block;
}
footer .logo img {
  max-width: 100%;
}
footer .logo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 305px;
  height: 1px;
  background: #909090;
  width: 100%;
}
footer .nav {
  margin-bottom: 35px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .nav dl {
  width: 16%;
}
footer .nav dl:nth-child(3) {
  width: 20%;
}
footer .nav dl dt {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  height: 50px;
  text-align: left;
}
footer .nav dl dd {
  text-align: left;
}
footer .nav dl dd a {
  line-height: 50px;
  white-space: normal;
  display: block;
  color: #909090;
  font-size: 14px;
}
footer .nav dl dd a:hover {
  color: #fff;
}

footer .qr-box {
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .qr-box .qr {
  width: 160px;
  text-align: center;
  margin-right: 5px;
}
footer .qr-box .qr p {
  font-size: 14px;
  line-height: 22px;
  color: #909090;
}
footer .copy {
  text-align: right;
  overflow: hidden;
}
footer .copy span {
  position: relative;
  color: #909090;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
footer .copy span a {
  color: #909090;
}
footer .copy span::after {
  position: absolute;
  content: '';
  right: 100%;
  top: 50%;
  height: 1px;
  width: 1100px;
  background: #909090;
}

/**************************************************************************/
.list-banner {
  width: 100%;
  height: 830px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.list-banner .banner-text {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.list-banner .banner-text .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-banner .banner-text .text.en .t3 {
  font-size: 36px;
}
.list-banner .banner-text .text .t1 {
  font-size: 36px;
  font-weight: 100;
}
.list-banner .banner-text .text .t2 {
  font-size: 53px;
  font-weight: bolder;
}
.list-banner .banner-text .text .t3 {
  font-size: 40px;
}
.list-banner .banner-text .text .line {
  width: 63px;
  height: 4px;
  background: #fff;
  margin: 12px 0 57px;
}

.round-box {
  width: 1300px;
  margin: -140px auto 0;
  background: #fff;
  border-radius: 15px;
  z-index: 6;
  padding: 18px 0;
  box-shadow: -4px 0px 15px 1px rgba(216, 216, 216, 0.39);
}
.round-box .body {
  display: flex;
}
.round-box .body .item {
  width: 50%;
  display: flex;
}
.round-box .body .item.en .conbox .t1 {
  font-size: 26px;
}
.round-box .body .item.en .conbox .info {
  font-size: 16px;
}
.round-box .body .item.en:last-child {
  justify-content: center;
}
.round-box .body .item:first-child {
  justify-content: flex-start;
  box-sizing: border-box;
  border-right: 1px solid;
  border-image: linear-gradient(#fff, #eaeaea, #fff) 5 35 5;
}
.round-box .body .item:last-child {
  justify-content: flex-end;
}
.round-box .body .item .conbox {
  padding: 25px 0;
}
.round-box .body .item .conbox i {
  font-size: 70px;
  color: #42A1FF;
}
.round-box .body .item .conbox .t1 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  padding: 15px 0;
}
.round-box .body .item .conbox .info {
  font-size: 20px;
  color: #444;
  font-weight: 100;
}

.pro-model {
  background: url("../images/special-bg1.png") no-repeat center bottom;
  height: 635px;
}
.pro-model.en {
  height: 735px;
}
.pro-model.en .slider-box {
  margin-top: 100px;
}
.pro-model.en .slider-box .body .pro-text .title {
  font-size: 40px;
}
.pro-model .slider-box {
  position: relative;
  margin-top: 200px;
}
.pro-model .slider-box .body {
  overflow: hidden;
}
.pro-model .slider-box .body .pro-text {
  padding-top: 20px;
}
.pro-model .slider-box .body .pro-text .title {
  font-size: 50px;
  color: #333;
  font-weight: bolder;
}
.pro-model .slider-box .body .pro-text .line {
  width: 48px;
  height: 4px;
  background: #595959;
  margin: 28px 0 48px 5px;
}
.pro-model .slider-box .body .pro-text dl {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.pro-model .slider-box .body .pro-text dl.en dd span {
  font-size: 25px;
  line-height: 40px;
  padding-top: 20px;
}
.pro-model .slider-box .body .pro-text dl dt {
  width: 100%;
  display: flex;
}
.pro-model .slider-box .body .pro-text dl dt span {
  display: inline-block;
  background: #42A1FF;
  height: 46px;
  padding: 0 15px;
  border-radius: 22px;
  line-height: 46px;
  font-size: 30px;
  color: #fff;
}
.pro-model .slider-box .body .pro-text dl dt span i {
  font-size: 30px;
  padding-right: 10px;
}
.pro-model .slider-box .body .pro-text dl dd span {
  display: block;
  font-size: 30px;
  font-weight: 100;
  padding-top: 30px;
  color: #333;
  transition: .2s;
}
.pro-model .slider-box .body .pro-text dl dd span em {
  padding-right: 10px;
}
.pro-model .slider-box .body .pro-text dl dd span:first-child {
  margin-right: 60px;
}
.pro-model .slider-box .body .pro-text dl dd span:hover {
  color: #42A1FF;
}
.pro-model .slider-box .body .pro-pic {
  position: absolute;
  right: 0;
  top: 0;
}

.pro-cate .body {
  padding: 150px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-cate .body .item {
  width: 48.5%;
  background: #0C5FB2;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.pro-cate .body .item:hover {
  background: #42A1FF;
}
.pro-cate .body .item:hover .text .more i::before {
  content: "\eb22";
}
.pro-cate .body .item:nth-child(1)::after {
  position: absolute;
  content: '';
  right: -100px;
  bottom: 0;
  width: 236px;
  height: 258px;
  background: url(../images/pro-cate-bg1.png) center bottom no-repeat;
  background-size: 80% 80%;
}
.pro-cate .body .item:nth-child(2)::after {
  position: absolute;
  content: '';
  right: -120px;
  top: 0;
  width: 287px;
  height: 260px;
  background: url(../images/pro-cate-bg2.png) center bottom no-repeat;
  background-size: cover;
}
.pro-cate .body .item:nth-child(3)::after {
  position: absolute;
  content: '';
  right: -150px;
  top: 0;
  width: 344px;
  height: 276px;
  background: url(../images/pro-cate-bg3.png) center bottom no-repeat;
  background-size: cover;
}
.pro-cate .body .item .text {
  padding: 30px 0 30px 50px;
}
.pro-cate .body .item .text .title {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}
.pro-cate .body .item .text .line {
  width: 32px;
  height: 3px;
  background: #fff;
  margin: 18px 0;
}
.pro-cate .body .item .text .info {
  font-size: 18px;
  color: #fff;
}
.pro-cate .body .item .text .more {
  padding-top: 25px;
}
.pro-cate .body .item .text .more i {
  color: #fff;
  font-size: 46px;
}
.pro-cate .body .item .text .more i::before {
  content: "\eb1f";
}

.arc-item {
  margin-top: 100px;
  border-radius: 30px 30px 0 0;
  box-shadow: -4px 0px 15px 1px rgba(216, 216, 216, 0.39);
}
.arc-item .title {
  display: flex;
}
.arc-item .title .item {
  width: 50%;
  background: #42A1FF;
  height: 120px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.arc-item .title .item:hover {
  cursor: pointer;
}
.arc-item .title .item p {
  width: 100%;
  height: 100%;
  text-align: center;
}
.arc-item .title .item p a {
  display: block;
  color: #fff;
  height: 100%;
  line-height: 120px;
}
.arc-item .title .item:first-child {
  border-radius: 30px 0 0 0;
}
.arc-item .title .item:last-child {
  border-radius: 0 30px 0 0;
}
.arc-item .title .active {
  background: #fff;
  color: #000;
  border: 0;
}
.arc-item .title .active p a {
  color: #000;
}
.arc-item .body .body-item .pro-box {
  display: flex;
  align-items: center;
  padding: 50px 50px 0;
}
.arc-item .body .body-item .pro-box .item {
  width: 50%;
}
.arc-item .body .body-item .pro-box .item img {
  max-width: 100%;
  display: none;
}
.arc-item .body .body-item .pro-box .item .text {
  padding-left: 30px;
}
.arc-item .body .body-item .pro-box .item .text .title {
  font-size: 40px;
  color: #333;
  font-weight: 700;
}
.arc-item .body .body-item .pro-box .item .text .line {
  background: #42A1FF;
  width: 40px;
  height: 6px;
  margin: 18px 0 10px 0;
}
.arc-item .body .body-item .pro-box .item .text .tag {
  color: #42A1FF;
  font-size: 18px;
  font-weight: 600;
}
.arc-item .body .body-item .pro-box .item .text .app {
  display: flex;
  flex-wrap: wrap;
}
.arc-item .body .body-item .pro-box .item .text .app p {
  margin-top: 20px;
  margin-right: 20px;
  color: #444;
  font-size: 20px;
  font-weight: 400;
}
.arc-item .body .body-item .pro-box .item .text .app p i {
  display: inline-block;
  background: #999;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 32px;
  height: 32px;
  margin-right: 3px;
  text-align: center;
  line-height: 32px;
}
.arc-item .body .body-item .pro-box .item .text .model {
  margin-top: 40px;
}
.arc-item .body .body-item .pro-box .item .text .model dl {
  color: #333;
  display: flex;
  flex-wrap: wrap;
}
.arc-item .body .body-item .pro-box .item .text .model dl dt {
  font-size: 20px;
  width: 100%;
  margin-bottom: 15px;
}
.arc-item .body .body-item .pro-box .item .text .model dl dd {
  padding: 5px 15px;
  border: 1px solid #D4D4D4;
  font-size: 14px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.arc-item .body .body-item .pro-box .item .text .model dl dd:hover {
  cursor: pointer;
}
.arc-item .body .body-item .pro-box .item .text .model dl dd.active {
  background: #6bb5ff;
  color: #fff;
}
.arc-item .body .body-item .table-box .table-box-item {
  padding: 40px 50px 100px;
  overflow: hidden;
  display: none;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table {
  width: 100%;
  margin-bottom: 50px;
  border-top: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .dtitle {
  width: 100%;
  color: #fff;
  height: 86px;
  line-height: 86px;
  background: #42A1FF;
  font-size: 28px;
  padding-left: 30px;
  border-left: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item {
  min-width: 33.333333333333%;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item .item-box {
  border-left: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  display: flex;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item .item-box .pt, .arc-item .body .body-item .table-box .table-box-item .table-box-table .item .item-box .pv {
  width: 50%;
  height: 145px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item .item-box .pt {
  padding-left: 15px;
  justify-content: flex-start;
  font-weight: 700;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item .item-box .pv {
  border-left: 2px solid #e8e8e8;
  justify-content: center;
  font-weight: 100;
  text-align: center;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item:last-child {
  flex: 1;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item:last-child .item-box .pt {
  width: 23.9%;
}
.arc-item .body .body-item .table-box .table-box-item .table-box-table .item:last-child .item-box .pv {
  flex: 1;
}

.height {
  background: #F8F8F8;
  padding: 100px 0;
}
.height .titles {
  text-align: center;
}
.height .titles p {
  font-size: 50px;
  color: #333;
  font-weight: 600;
}
.height .titles p span {
  color: #42A1FF;
}
.height .attribute {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.height .attribute.en .item p span {
  font-size: 13px;
}
.height .attribute .item {
  width: 142px;
  height: 142px;
}
.height .attribute .item p {
  width: 130px;
  height: 130px;
  background: #42A1FF;
  border-radius: 50%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.height .attribute .item p i {
  display: inline-block;
  color: #fff;
  font-size: 50px;
}
.height .attribute .item p span {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  width: 100%;
  text-align: center;
  font-weight: 100;
}
.height .battery {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.height .battery .item {
  width: 50%;
  text-align: center;
}
.height .battery .item:first-child {
  padding-top: 36px;
}
.height .battery .item .titles {
  font-size: 30px;
  color: #363636;
  font-weight: 700;
  margin-top: -50px;
}
.height .battery .item .line {
  width: 34px;
  height: 3px;
  background: #A0A0A0;
  margin: 16px auto;
}
.height .battery .item .info {
  font-size: 24px;
  color: #6F6F6F;
  font-weight: 100;
  line-height: 36px;
}

/**********************************************************************************/
@media only screen and (min-width: 321px) and (max-width: 1080px) {
  header {
    top: 70px;
    margin-left: 10px;
  }
  header.scroll {
    top: 70px;
  }
  header.scroll .body .logo-menu {
    height: 50px;
  }
  header.scroll .body .logo-menu .logo {
    width: 150px;
    line-height: 50px;
  }
  header.scroll .body .search-lang {
    display: none;
  }
  header.open .body .search-lang {
    display: flex;
  }
  header .body .logo-menu {
    height: 50px;
    flex-direction: row-reverse;
    align-items: center;
  }
  header .body .logo-menu .logo {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  header .body .logo-menu .logo img {
    height: 30px;
  }
  header .body .logo-menu .menuBtn {
    width: 50px;
    background-size: 28px auto;
    background-color: rgb(251, 251, 251);
    /* 生效 */
    /* display: none; */
  }
  header .body .search-lang {
    height: 50px;                                                             
    padding-right: 10px;
  }
  header .body .search-lang .so-input {
    display: none;
  }
  header .body .search-lang .so-btn {
    height: 40px;
    width: 30px;
    cursor: pointer;
    margin-right: 10px;
    background: url(../images/ico-so.png) no-repeat center center;
  }
  header .body .search-lang .lang {
    font-size: 14px;
  }
  header .body .search-lang .lang em {
    padding: 0 5px;
  }

  .menu {
    height: auto;
    bottom: 0;
  }
  .menu::after {
    content: '';
    width: 1px;
    height: 1200px;
    position: absolute;
    background-color: #fff;
    top: 70px;
    left: 49px;
  }
  .menu ul {
    padding: 110px 0 0 49px;
    flex-wrap: wrap;
  }
  .menu ul li {
    width: 100%;
  }
  .menu ul li .top-cate {
    font-size: 18px;
    width: 300px;
  }
  .menu ul li .top-cate::before {
    display: none;
  }
  .menu ul li .top-cate::after {
    top: 5px;
  }
  .menu ul li dl {
    display: none;
  }

  .banner {
    height: 800px;
  }
  .banner .pic li {
    height: 100%;
  }
  .banner .pic li .info {
    width: 94%;
    right: 3%;
  }
  .banner .pic li .info .text p {
    font-size: 37px;
  }
  .banner .pic li .info .more .txt {
    font-size: 15px;
    width: 40%;
    height: 60px;
    line-height: 60px;
  }
  .banner .pic li .info .more .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .banner .ico ul li {
    height: 110px;
  }
  .banner .ico ul li p {
    font-size: 14px;
  }
  .banner .ico ul li p i {
    font-size: 60px;
  }
  .banner .ico ul .active {
    padding: 10px 0;
  }
  .banner .ico ul .active::before {
    font-size: 20px;
    height: 20px;
    bottom: -2px;
  }

  .index-new .title {
    font-size: 26px;
    padding: 0 10px;
  }
  .index-new .top-new {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .index-new .top-new .pic {
    width: 100%;
    height: auto;
  }
  .index-new .top-new .pic img {
    height: auto;
  }
  .index-new .top-new .txt {
    padding: 0 10px;
  }
  .index-new .top-new .txt h4 {
    font-size: 18px;
    padding-top: 10px;
  }
  .index-new .top-new .txt p {
    font-weight: 100;
  }
  .index-new .top-new .txt .more {
    font-size: 13px;
  }
  .index-new .new-list {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .index-new .new-list li {
    margin-top: 10px;
    width: 100%;
  }

  footer {
    padding: 50px 10px 0;
  }
  footer .logo {
    text-align: center;
    margin-bottom: 45px;
  }
  footer .logo::after {
    display: none;
  }
  footer .nav {
    display: none;
  }
  footer .qr-box {
    justify-content: center;
    margin-bottom: 25px;
  }
  footer .copy {
    text-align: center;
  }
  footer .copy span {
    border-top: 1px solid #909090;
    display: block;
    font-size: 12px;
    padding-left: 0;
    height: 40px;
    line-height: 40px;
  }
  footer .copy span::after {
    display: none;
  }

  /***********************************************************************************/
  .list-banner .banner-text {
    width: auto;
    padding: 0 10px;
  }
  .list-banner .banner-text .text {
    padding: 0 10px;
  }
  .list-banner .banner-text .text .line {
    margin: 10px 0 37px;
  }
  .list-banner .banner-text .text .t1 {
    font-size: 26px;
  }
  .list-banner .banner-text .text .t2 {
    font-size: 35px;
  }
  .list-banner .banner-text .text .t3 {
    font-size: 28px;
  }

  .round-box {
    width: auto;
    margin: -100px 10px 0;
  }
  .round-box .body {
    flex-wrap: wrap;
  }
  .round-box .body .item {
    width: 100%;
    text-align: center;
  }
  .round-box .body .item span {
    padding: 0 10px;
  }
  .round-box .body .item span .conbox .t1 {
    font-size: 20px;
  }
  .round-box .body .item span .conbox .info {
    font-size: 16px;
  }
  .round-box .body .item:first-child {
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #fff, #eaeaea, #fff) 5 35 5;
  }
  .round-box .body .item:last-child {
    justify-content: center;
  }

  .pro-model {
    height: auto;
    overflow: hidden;
  }
  .pro-model .slider-box {
    margin-top: 100px;
  }
  .pro-model .slider-box .body {
    display: flex;
    flex-wrap: wrap;
  }
  .pro-model .slider-box .body .pro-text {
    width: 100%;
  }
  .pro-model .slider-box .body .pro-text p {
    text-align: center;
  }
  .pro-model .slider-box .body .pro-text .title {
    font-size: 40px;
  }
  .pro-model .slider-box .body .pro-text .line {
    margin: 10px auto 20px;
  }
  .pro-model .slider-box .body .pro-text dl {
    width: 100%;
  }
  .pro-model .slider-box .body .pro-text dl dt {
    justify-content: center;
  }
  .pro-model .slider-box .body .pro-text dl dt span {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
  }
  .pro-model .slider-box .body .pro-text dl dt span i {
    font-size: 20px;
  }
  .pro-model .slider-box .body .pro-text dl dd {
    width: 100%;
    text-align: center;
  }
  .pro-model .slider-box .body .pro-text dl dd span {
    font-size: 20px;
  }
  .pro-model .slider-box .body .pro-text dl dd span:first-child {
    margin: 0;
  }
  .pro-model .slider-box .body .pro-pic {
    padding: 0 10px;
    position: static;
  }
  .pro-model .slider-box .body .pro-pic img {
    width: 100%;
    padding: 50px 0 30px;
  }
  .pro-model .slider-box .button-next {
    right: 5px;
  }
  .pro-model .slider-box .button-prev {
    left: 5px;
  }
  .pro-model .slider-box .button-prev, .pro-model .slider-box .button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .pro-cate {
    padding: 0 10px;
  }
  .pro-cate .body {
    padding: 75px 0;
  }
  .pro-cate .body .item {
    width: 100%;
  }
  .pro-cate .body .item .text {
    padding: 20px 0 20px 30px;
  }
  .pro-cate .body .item .text .title {
    font-size: 24px;
  }
  .pro-cate .body .item .text .info {
    font-size: 14px;
  }
  .pro-cate .body .item .text .more {
    padding-top: 15px;
  }
  .pro-cate .body .item .text .more i {
    font-size: 36px;
  }

  .height {
    padding: 50px 0;
  }
  .height .titles p {
    font-size: 38px;
  }
  .height .attribute {
    flex-wrap: wrap;
  }
  .height .attribute .item {
    width: 33.3%;
    height: auto;
  }
  .height .attribute .item p {
    width: 120px;
    height: 120px;
  }
  .height .attribute .item p span {
    font-size: 14px;
  }
  .height .attribute .item p i {
    font-size: 40px;
  }
  .height .battery {
    margin-top: 0;
  }
  .height .battery .item {
    margin-top: 50px;
    width: auto;
    padding: 0 10px;
  }
  .height .battery .item .titles {
    font-size: 25px;
  }
  .height .battery .item .info {
    font-size: 18px;
  }

  .arc-item {
    border-radius: 20px 20px 0 0;
  }
  .arc-item .title .item {
    height: 80px;
    font-size: 20px;
  }
  .arc-item .title .item:first-child {
    border-radius: 20px 0 0 0;
  }
  .arc-item .title .item:last-child {
    border-radius: 0 20px 0 0;
  }
  .arc-item .title .item p a {
    line-height: 80px;
  }
  .arc-item .body .body-item .pro-box {
    padding: 30px 10px 0;
    flex-wrap: wrap;
  }
  .arc-item .body .body-item .pro-box .item {
    width: 100%;
  }
  .arc-item .body .body-item .pro-box .item .text {
    padding-left: 0;
    padding-top: 10px;
  }
  .arc-item .body .body-item .pro-box .item .text .title {
    font-size: 30px;
  }
  .arc-item .body .body-item .pro-box .item .text .line {
    height: 4px;
    margin: 14px 0 6px 0;
  }
  .arc-item .body .body-item .pro-box .item .text .app p {
    font-size: 14px;
  }
  .arc-item .body .body-item .pro-box .item .text .app p i {
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .arc-item .body .body-item .pro-box .item .text .model {
    margin-top: 30px;
    justify-content: space-between;
  }
  .arc-item .body .body-item .pro-box .item .text .model .items {
    width: 32%;
    font-size: 18px;
    padding: 8px 0;
    margin-right: 0;
    text-align: center;
  }
  .arc-item .body .body-item .table-box .table-box-item {
    padding: 20px 10px 50px;
  }
  .arc-item .body .body-item .table-box .table-box-item .table-box-table .item {
    width: 100%;
  }
  .arc-item .body .body-item .table-box .table-box-item .table-box-table .item .item-box .pt {
    padding-left: 10px;
  }
  .arc-item .body .body-item .table-box .table-box-item .table-box-table .item:last-child .item-box .pt {
    width: 50%;
  }
  .arc-item .body .body-item .table-box .table-box-item .table-box-table .item:last-child .item-box .pv {
    flex: 0 1 auto;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1366px) {
  .banner {
    height: 800px;
  }
  .banner .pic li {
    height: 800px;
  }
  .banner .pic li .info {
    width: 500px;
  }
  .banner .pic li .info .text {
    padding: 20px 0;
  }
  .banner .pic li .info .text p {
    font-size: 50px;
  }
    /* 新加 */
    header .body .logo-menu .menuBtn {
      width: 50px;
      background-size: 28px auto;
      display: block;
      margin-top: 70px;
      height: 50px;
      /* background-color: red; */
    }
}

 @media only screen and (min-width: 1366px) and (max-width: 1485px) {
  .banner {
    height: 903px;
  }
  .banner .pic li {
    height: 903px;
  }
  .banner .pic li .info {
    width: 500px;
  }
  .banner .pic li .info .text {
    padding: 20px 0;
  }
  .banner .pic li .info .text p {
    font-size: 50px;
  }
  /* 新加 */
  header .body .logo-menu .menuBtn {
    width: 50px;
    background-size: 28px auto;
    display: block;
    margin-top: 70px;
    height: 50px;
    /* background-color: red; */
 }
}  

@media only screen and (min-width: 1485px) {
  .banner {
    height: 903px;
  }
  .banner .pic li {
    height: 903px;
  }
  .banner .pic li .info {
    width: 500px;
  }
  .banner .pic li .info .text {
    padding: 20px 0;
  }
  .banner .pic li .info .text p {
    font-size: 50px;
  }
  /* 新加 */
  header .body .logo-menu .menuBtn {
    width: 50px;
    background-size: 28px auto;
    display: none;
    /* background-color: red; */
 }
}  

/*# sourceMappingURL=index.css.map */

/* 新加 */
/* @media screen and (min-width: 1360px){


  .header.body.logo-menu{
      display: none;
  }
}

@media screen and (max-width:400px) {
  .header.body.logo-menu.menuBtn{
    display: block;
}

} */

