/*------------------------------变量------------------------------*/
.text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f26 {
  font-size: 26px;
}
.blue {
  color: #4095ff;
}
.red {
  color: #ff5b5b !important;
}
.yello {
  color: #0084ff !important;
}
.green {
  color: #5fd1b2 !important;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wrapper {
  padding-top: 117px;
}
.header {
  position: fixed;
  left: 0;
  top: 37px;
  z-index: 99;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header img {
  vertical-align: middle;
}
.header h1 {
  height: 85px;
}
.header a {
  color: #a0a0a0;
}
.header .navBtn {
  display: none;
}
.header .nav li {
  float: left;
}
.header .nav li a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 16px;
}
.header .nav li a.active,
.header .nav li a:hover {
  color: #0084ff;
}
.header .nav li a.active:before,
.header .nav li a:hover:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #0084ff;
}
.header .nav li:hover .moreBox {
  display: block;
}
.header .btn {
  line-height: 35px;
  padding: 0 20px;
  background: #0084ff;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin: 22px 0 0 20px;
}
.header .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.header .navBg {
  display: none;
}
.header .moreBox {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header .moreBox a {
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #eee;
  padding: 0 60px!important;
}
.header .moreBox a img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .moreBox a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.header .loginTop {
  font-size: 23px;
  color: #ddd;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  border-left: 1px solid #ddd;
  margin: 24px 0 0 40px;
  float: left;
}
.header .icon-tuichu:before {
  font-size: 26px;
  margin-left: 10px;
}
.main {
  position: relative;
}
.main .banner img {
  width: 100%;
}
.main .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  border-radius: 0;
  background: #1f72f1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main .title {
  padding: 40px 0 20px;
  text-align: center;
  font-size: 30px;
  color: #333;
}
.main .title p {
  font-size: 16px;
}
.main .title.title2 {
  position: relative;
  padding-bottom: 40px;
}
.main .title.title2:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
  width: 60px;
  height: 2px;
  background: #0084ff;
}
.main .list li {
  padding: 20px 0;
}
.main .list li:after {
  content: '';
  display: block;
  clear: both;
}
.main .list li .box {
  margin-top: 100px;
  float: left;
}
.main .list li .box .name {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.main .list li .box .sub {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
.main .list li .box .sub .iconfont {
  color: #0084ff;
  position: relative;
  top: -5px;
}
.main .list li .box p {
  margin-top: 10px;
  border-left: 4px solid #e3e4e4;
  padding-left: 10px;
  line-height: 22px;
}
.main .list li .box .btn {
  display: inline-block;
  margin-top: 20px;
  background: #0084ff;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  line-height: 35px;
  cursor: pointer;
}
.main .list li .box .btn:hover {
  opacity: .7;
}
.main .list li img {
  float: right;
}
.main .list li:nth-child(2n) .box {
  float: right;
  margin-right: 200px;
}
.main .list li:nth-child(2n) img {
  float: left;
}
.main .logoList {
  padding-bottom: 20px;
}
.main .logoList li {
  float: left;
  width: 25%;
  padding: 10px;
}
.main .logoList a {
  display: block;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.main .logoList a img {
  width: 100%;
}
.main .logoList a:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.main .productBox {
  text-align: center;
  margin-top: 20px;
}
.main .productBox li {
  display: inline-block;
  width: 300px;
  margin: 0 10px;
  padding: 10px 10px 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.main .productBox li .iconfont {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  background: #0084ff;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
}
.main .productBox li .iconfont:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -15px;
  bottom: -15px;
  background: #0084ff;
  opacity: .4;
  border-radius: 50%;
}
.main .productBox li p {
  margin-top: 40px;
}
.main .productBox li:nth-child(2) .iconfont:after {
  left: auto;
  right: -15px;
}
.main .productBox li:nth-child(3) .iconfont:after {
  left: auto;
  right: -15px;
  bottom: auto;
  top: -15px;
}
.main .footerNum {
  height: 170px;
  background: url('../Images/bottom.png') no-repeat center;
  color: #fff;
  padding-top: 110px;
  text-align: right;
}
.main .footerNum span {
  font-size: 16px;
  display: inline-block;
  border-left: 1px solid #eee;
  padding-left: 20px;
  margin-right: 20px;
}
.main .footerNum span:first-child {
  border: none;
}
.main .menNav {
  height: 60px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.main .menNav a {
  float: right;
  padding: 0 20px;
  line-height: 58px;
  border-bottom: 1px solid #fff;
}
.main .menNav a.active,
.main .menNav a:hover {
  color: #0084ff;
  border-bottom-color: #0084ff;
}
.main .tab {
  padding: 30px 0 40px;
  text-align: center;
}
.main .tab span {
  display: inline-block;
  margin: 10px 5px 0;
  font-size: 14px;
  background: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.main .tab span.active,
.main .tab span:hover {
  background: #0084ff;
  color: #fff;
}
.main .caseList {
  padding: 40px 0;
}
.main .caseList li {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.main .caseList li a {
  display: block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.main .caseList li a:hover {
  opacity: .7;
}
.main .caseList li .imgBox {
  height: 248px;
  overflow: hidden;
}
.main .caseList li .imgBox img {
  width: 100%;
}
.main .caseList li .textBox {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.main .caseList li .textBox .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.main .caseList li .textBox .text {
  height: 21px;
  line-height: 21px;
  color: #999;
}
.main .caseList li .boxBottom {
  padding: 0 10px 10px;
}
.main .caseList li .boxBottom .item {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 10px;
  padding-left: 50px;
}
.main .caseList li .boxBottom .item:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}
.main .caseList li .boxBottom .item .strong {
  font-weight: bold;
  font-size: 20px;
}
.main .about {
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 60px 100px;
  margin-top: 40px;
  line-height: 30px;
}
.main .about:after {
  content: '简介';
  display: block;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  color: #fff;
  font-size: 22px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  background: #0084ff;
}
.main .about i.iconfont {
  position: absolute;
  left: 10%;
  top: -10px;
  color: #74baff;
  font-size: 80px;
}
.main .features {
  background: #333642;
  text-align: center;
}
.main .features .title {
  color: #fff;
}
.main .features ul {
  width: 900px;
  margin: 0 auto;
}
.main .features li {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.main .features li a {
  display: block;
  background: #fff;
  padding: 60px 20px;
}
.main .features li a:before {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  background: #0084ff;
  color: #fff;
}
.main .features li .name {
  margin-top: 50px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .features li p {
  margin-top: 20px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.main .features li:hover a {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.main .features li:hover .name {
  color: #0084ff;
}
.main .features.features2 ul li {
  width: 25%;
}
.main .features.features3 li p {
  height: 66px;
}
.main .features.features4 ul {
  width: 1180px;
}
.main .features.features4 ul li {
  width: 20%;
}
.main .features.features4 ul li p {
  font-size: 12px;
  line-height: 15px;
  height: 74px;
}
.main .newList {
  padding: 40px 0;
}
.main .newList li {
  margin-top: 20px;
  position: relative;
  border: 1px solid #eee;
  height: 216px;
  padding: 0 20px 0 345px;
}
.main .newList li .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 325px;
  height: 214px;
}
.main .newList li .imgBox img {
  width: 100%;
}
.main .newList li .name {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.main .newList li .text {
  margin-top: 10px;
  max-height: 66px;
  overflow: hidden;
  line-height: 22px;
}
.main .newList li .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.main .newList li a:hover {
  color: #0084ff;
}
.main .featuresList {
  text-align: center;
}
.main .featuresList .title {
  margin-top: 30px;
}
.main .featuresList ul {
  padding: 0 0 20px;
  font-size: 0;
  letter-spacing: -3px;
}
.main .featuresList li {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0;
}
.main .featuresList li .name {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
}
.main .featuresList li p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .package {
  text-align: center;
  font-size: 0;
  letter-spacing: -3px;
}
.main .package li {
  display: inline-block;
  width: 33.33%;
  font-size: 14px;
  padding: 20px 10px;
  letter-spacing: 0;
  vertical-align: top;
}
.main .package li .itemBox {
  background: #fff;
}
.main .package li .title {
  font-size: 20px;
}
.main .package li .title a {
  display: block;
  margin: 20px auto 0;
  font-size: 14px;
  width: 100px;
  border-radius: 3px;
  background: #fafafa;
  line-height: 35px;
  border: 1px solid #eee;
}
.main .package li .item {
  border-top: 1px solid #eee;
  text-align: left;
  position: relative;
  padding: 20px 20px 20px 60px;
  line-height: 20px;
  font-size: 14px;
  color: #ddd;
}
.main .package li .item.iconfont {
  color: #666;
}
.main .package li .item:before {
  position: absolute;
  left: 20px;
  color: #ff5b5b;
  font-size: 24px;
  vertical-align: middle;
}
.main .package li .item i {
  font-size: 18px;
  font-weight: bold;
}
.main .package li:hover .title {
  background: #0084ff;
  color: #fff;
}
.main .contactUs {
  padding-top: 20px;
}
.main .contactUs li {
  border: 1px solid #eee;
  margin-top: 20px;
  background: #fff;
}
.main .contactUs li .titleBox {
  line-height: 40px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  padding-left: 20px;
}
.main .contactUs li .item {
  padding: 40px 200px 20px 20px;
  position: relative;
  height: 200px;
  line-height: 30px;
}
.main .contactUs li .item img {
  height: 170px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.main .channelCou {
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
}
.main .channelCou .channelTit .iconfont {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}
.main .channelCou strong {
  font-weight: 30px;
  padding: 20px 0;
  font-size: 30px;
  display: block;
}
.main .channelCou .form .item {
  margin-top: 20px;
  position: relative;
}
.main .channelCou .form .item:before {
  position: absolute;
  margin-right: -20px;
  top: 0;
  font-size: 22px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #999;
}
.main .channelCou .form .item input {
  padding-left: 40px;
  line-height: 40px;
  border: none;
  width: 400px;
  border: 1px solid #eee;
}
.main .channelCou .form .btn {
  border: none;
  background: #0084ff;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.main .channelCou .form .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main .buy {
  padding: 60px 40px;
}
.main .buy .boxText {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 10px 40px;
  background: #fff;
}
.main .buy .small {
  color: #999;
  font-size: 12px;
}
.main .buy .formBox {
  margin-top: 20px;
}
.main .buy .formBox .left {
  color: #999;
}
.main .buy .formBox .ulBox {
  text-align: center;
  padding: 10px 0;
}
.main .buy .formBox .ulBox span {
  display: block;
  border: 1px solid #eee;
  line-height: 40px;
  cursor: pointer;
}
.main .buy .formBox .ulBox span:hover {
  background: #0084ff;
  color: #fff;
}
.main .buy .formBox .ulBox li {
  width: 33.33%;
  float: left;
  padding-left: 20px;
}
.main .buy .formBox .ulBox li.active span {
  background: #0084ff;
  color: #fff;
}
.main .buy .formBox .item {
  padding-left: 140px;
  position: relative;
  margin-top: 20px;
}
.main .buy .formBox .item .input {
  width: 100%;
  line-height: 40px;
  border: 1px solid #eee;
  padding: 0 10px;
}
.main .buy .formBox .item .input2 {
  width: 140px;
}
.main .buy .formBox .item .left {
  position: absolute;
  left: 0;
  width: 130px;
  text-align: right;
  line-height: 40px;
}
.main .buy .formBox .item select {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #eee;
  border-radius: 0;
}
.main .buy .formBox .btn {
  line-height: 42px;
  padding: 0 20px;
  background: #0084ff;
  color: #fff;
  display: inline-block;
  margin-left: 20px;
}
.main .buy .formBox .f12 {
  color: #999;
}
.main .buy .formBox .submit {
  display: block;
  border: none;
  width: 200px;
  margin: 20px auto;
}
.main .page {
  text-align: center;
  padding: 20px 0;
}
.main .page .col-lg-9 {
  margin-top: 20px;
}
.main .page li {
  display: inline-block;
  margin-left: 5px;
}
.main .page li.active a {
  background: #0084ff;
  color: #fff;
}
.main .page li a {
  display: block;
  line-height: 40px;
  padding: 0 15px;
  background: #d0d0d0;
  min-width: 40px;
}
.main .page li a.active {
  background: #0084ff;
  color: #fff;
}
.main .page li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.main .page li i {
  display: block;
  width: 40px;
}
.main .page li.first {
  margin-right: 15px;
}
.main .page li.last {
  margin-left: 15px;
}
.main .page li {
  *display: inline ;
}
.popBox {
  padding: 30px;
}
.footer {
  padding: 30px 0;
  background: #303036;
}
.footer .left {
  color: #fff;
}
.footer .left span {
  display: block;
  padding-right: 10px;
  font-family: "Arial Rounded MT bold";
  color: #b5b5b5;
  font-size: 26px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#cecece), to(#9d9d9d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .footLst {
  color: #eee;
  margin: 20px 0 0 80px;
  line-height: 24px;
}
.footer .footLst .tit {
  padding-bottom: 15px;
}
.footer .footLst a {
  display: block;
  color: #eee;
}
.footer .codeBox {
  text-align: center;
  padding-top: 20px;
}
.footer .codeBox .code {
  margin-left: 40px;
  color: #eee;
}
.footer .codeBox img {
  width: 100px;
}
.footer .footerBottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  color: #eee;
  text-align: center;
  line-height: 24px;
}
.footer .footerBottom a {
  color: #eee;
  display: inline-block;
  margin: 0 10px;
}
.footer a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.icon {
  width: 100px;
  height: 100px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.newDetail h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 10px;
}
.newDetail .time {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.newDetail img {
  max-width: 100%;
}
.newDetail .con {
  padding: 20px;
  font-size: 14px;
}
.newDetail .imgBox {
  text-align: center;
}
.newDetail .page-box {
  padding-bottom: 20px;
}
.newDetail .page-box a {
  width: 50%;
  position: relative;
  border: 1px solid #ddd;
  line-height: 40px;
}
.newDetail .page-box a:hover {
  background: #0084ff;
  color: #fff;
}
.newDetail .page-box p {
  padding: 0 10px;
}
.newDetail .page-box span {
  position: absolute;
  top: 0;
  width: 80px;
  text-align: center;
}
.newDetail .page-box .prev {
  padding-left: 100px;
}
.newDetail .page-box .prev span {
  left: 0;
  border-right: 1px solid #eee;
}
.newDetail .page-box .next {
  padding-right: 100px;
  border-left: none;
}
.newDetail .page-box .next span {
  right: 0;
  border-left: 1px solid #eee;
}
.mr10 {
  margin-right: 10px;
}
.form .item {
  position: relative;
}
.form .item .Validform_checktip {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  font-size: 12px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.form .item .Validform_wrong,
.form .item .Validform_right {
  display: block;
}
.Validform_wrong {
  color: red;
}
.Validform_right {
  color: green;
}
.xctopnavbody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  .xctopnavbody {
    display: none!important;
  }
  .wrapper {
    min-width: 320px;
    padding-top: 50px;
  }
  .mainWidth {
    width: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next,
  .footerNum {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    padding: 5px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .header h1 {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
  }
  .header h1 img {
    height: 40px;
  }
  .header .btn {
    display: none;
  }
  .header .navBtn {
    display: block;
    float: right;
    margin: 5px 10px 0 0;
    border: 1px solid #0084ff;
    height: 30px;
    width: 35px;
  }
  .header .navBtn:after {
    content: '';
    display: block;
    height: 5px;
    margin: 5px;
    border: 1px solid #0084ff;
    border-width: 1px 0;
  }
  .header .navBtn:before {
    content: '';
    display: block;
    height: 1px;
    margin: 7px 5px 5px;
    border-top: 1px solid #0084ff;
  }
  .header .nav {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    left: 30%;
    bottom: 0;
    z-index: 99;
    line-height: 44px;
    background: #fff;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .header .nav.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header .nav li {
    float: none;
  }
  .header .nav li a {
    display: block;
    font-size: 14px;
  }
  .header .nav li a.active,
  .header .nav li a:hover {
    background: #0084ff;
    color: #fff;
  }
  .header .nav li a.active:before,
  .header .nav li a:hover:before {
    display: none;
  }
  .header .nav .moreBox {
    position: static;
  }
  .header .navBg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .header .navBg.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .main .list li {
    text-align: center;
  }
  .main .list li .box {
    float: none;
    margin-top: 0;
  }
  .main .list li .box .name {
    font-size: 20px;
  }
  .main .list li .box .sub {
    font-size: 14px;
  }
  .main .list li:nth-child(2n) .box {
    float: none;
    margin-top: 0;
    margin-right: 0;
  }
  .main .list li:nth-child(2n) .box .name {
    font-size: 20px;
  }
  .main .list li:nth-child(2n) .box .sub {
    font-size: 14px;
  }
  .main .list li img {
    width: 100%;
  }
  .main .list li p {
    border-left: none;
    font-size: 12px;
    padding: 0 20px;
  }
  .main .menNav a {
    padding: 0 10px;
  }
  .main .title {
    font-size: 16px;
    padding: 20px 0;
  }
  .main .title p {
    font-size: 12px;
  }
  .main .logoList {
    padding: 0 5px;
  }
  .main .logoList li {
    width: 50%;
    padding: 5px;
  }
  .main .productBox li {
    float: left;
    width: 33.33%;
    margin: 0;
    box-shadow: none;
    border: 1px solid #eee;
    border-width: 1px 0 1px 1px;
  }
  .main .productBox li p {
    font-size: 12px;
  }
  .main .tab {
    padding: 10px 0;
  }
  .main .caseList {
    padding: 0 0 10px;
  }
  .main .caseList li {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .main .caseList li .imgBox {
    height: auto;
    overflow: hidden;
  }
  .main .about {
    padding: 40px 20px;
    margin-top: 20px;
  }
  .main .about:after {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -30px;
    top: -30px;
  }
  .main .about i.iconfont {
    display: none;
  }
  .main .features ul {
    width: 100%;
    padding: 0 10px;
  }
  .main .features ul li {
    width: 50%;
    padding: 5px;
  }
  .main .features ul li a {
    padding: 30px 10px;
  }
  .main .features ul li .name {
    margin-top: 20px;
    font-size: 14px;
  }
  .main .features ul li p {
    margin-top: 10px;
    font-size: 12px;
  }
  .main .features.features2 ul,
  .main .features.features4 ul {
    width: 100%;
  }
  .main .features.features2 ul li,
  .main .features.features4 ul li {
    width: 50%;
  }
  .main .newList {
    padding: 0 10px 20px;
  }
  .main .newList li {
    padding-left: 160px;
    height: 100px;
    margin-top: 10px;
  }
  .main .newList li .imgBox {
    width: 150px;
    height: 99px;
    overflow: hidden;
  }
  .main .newList li .name {
    margin-top: 5px;
    font-size: 14px;
  }
  .main .newList li .text {
    font-size: 12px;
    margin-top: 5px;
    max-height: 36px;
    line-height: 19px;
  }
  .main .newList li .more {
    display: none;
  }
  .main .featuresList li {
    width: 50%;
    float: left;
  }
  .main .package li {
    width: 100%;
    margin: 10px 0;
  }
  .main .package li .item {
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .package li .item:before {
    left: 8px;
  }
  .main .contactUs {
    padding-top: 1px;
  }
  .main .contactUs li {
    margin-top: 10px;
  }
  .main .contactUs li .item {
    padding: 10px;
    height: auto;
  }
  .main .contactUs li .item img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .main .channelCou .form .item {
    padding: 0 10px;
  }
  .main .channelCou .form .item input {
    width: 100%;
  }
  .main .buy {
    padding: 10px;
  }
  .main .buy .boxText {
    width: 100%;
    padding: 10px;
  }
  .main .buy .formBox .ulBox span {
    padding: 10px 0;
    line-height: 22px;
  }
  .main .buy .formBox .item {
    padding-left: 0;
  }
  .main .buy .formBox .item .left {
    left: 10px;
    width: auto;
  }
  .main .buy .formBox .item .input {
    text-align: right;
  }
  .main .buy .formBox .item.select .left {
    position: static;
    text-align: left;
  }
  .main .buy .formBox .item select {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .pb40 {
    padding-bottom: 10px!important;
  }
  .footer .clearfix,
  .footer .map {
    display: none;
  }
  .footer .footerBottom {
    margin-top: 0;
    border: none;
    padding: 0 10px;
    font-size: 12px;
  }
  .footer .footerBottom .mt20 {
    margin-top: 0!important;
  }
}
@media (min-width: 1000px) {
  .nav {
    display: block!important;
  }
}
