body {
  margin: 0px;
  padding: 0px;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  color: #666666;
}
input:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400;
}
a {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.overflowHidden {
  overflow: hidden;
}
.overflowHidden .layui-layer-content {
  overflow: hidden !important;
}
.index-common-title {
  text-align: center;
}
.index-common-title h3 {
  font-size: 32px;
  color: #333333;
  font-weight: 400;
}
.index-common-title p {
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
}
.index-common-more-btn {
  display: block;
  width: 134px;
  height: 36px;
  text-indent: 30px;
  line-height: 36px;
  border: 1px solid #13983b;
  background-image: url(../img/more-btn.png);
  background-position: 90px;
  background-size: 17px;
  background-position: 92px;
  background-repeat: no-repeat;
  border-radius: 21px;
  font-size: 14px;
  color: #13983b;
}
.index-common-more-btn:hover {
  background-color: #13983b;
  background-image: url(../img/more-btn-active.png);
  color: #fff;
}
.header-box {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 60px;
}
.header-box .layout {
}
.header-box .logo {
  width: 160px;
  margin-right: 231px;
  margin-top: 10px;
}
.header-box .menu {
  display: flex;
  float:right;
}
.header-box .menu li {
  width: 104px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  position: relative;
}
.header-box .menu li.active a {
  color: #ffffff;
}
.header-box .menu li:hover {
  background-color: #000B3F;
}
.header-box .menu li:hover a {
  color: #ffffff;
}
.header-box .menu li:hover .list {
  display: block;
}
.header-box .menu li .list {
  display: none;
  width: 177px;
  background: #000B3F;
}
.header-box .menu li .list a {
  width: 177px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: left;
  text-indent: 17px;
  color: rgba(255, 255, 255, 0.7);
}
.header-box .menu li .list a:hover {
  color: #fff;
}
.header-box .menu li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.header-box .right {
  margin-left: 42px;
}
.header-box .right .search {
  width: 100px;
  height: 25px;
  background: none;
  text-align: right;
  padding: 0 10px;
  padding-right: 40px;
  border: none;
  color: #fff;
  background: url(../img/search.png) no-repeat 120px;
}
.header-box .right .search::-webkit-input-placeholder {
  color: #fff;
  text-align: right;
}
.header-box .right a {
  display: inline-block;
  width: 100px;
  height: 60px;
  line-height: 60px;
  background: #13983b;
  color: #fff;
  text-align: center;
}
.footer {
  background: #0e0f2a;
}
.footer .menu {
  padding-top: 67px;
  padding-bottom: 28px;
  border-bottom: 1px solid #56576A;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .menu .logo {
  width: 250px;
  margin-top: 20px;
}
.footer .menu .item h3 {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .menu .item p {
  color: #9f9fa9;
  font-size: 12px;
  line-height: 24px;
}
.footer .menu .item a {
  color: #9f9fa9;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
.footer .address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .address .item {
  margin-top: 34px;
  font-size: 12px;
  line-height: 32px;
  color: #9f9fa9;
}
.footer .copy {
  font-size: 12px;
  color: #9f9fa9;
  text-align: center;
  padding:15px 0;
}
.video-btn {
  cursor: pointer;
  width: 128px;
  height: 128px;
  background: url(../img/btn_bofang.png);
}
.fixed-right {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 99;
  transform: translate(0%, -50%);
}
.fixed-right .item {
  cursor: pointer;
  margin-top: -24px;
  margin-bottom: 2px;
  width: 80px;
  height: 86px;
}
.fixed-right .item:first-child {
  margin-top: 0px;
}
.fixed-right .item img {
  width: 80px;
  height: 86px;
}
.fixed-right .item .ewm {
  position: absolute;
  right: 69px;
  top: 76px;
  opacity: 0;
  width: 130px;
  height: 130px;
}
.fixed-right .item .ewm.active {
  opacity: 1;
}
.fixed-right .item .lianxi {
  position: absolute;
  right: 68px;
  top: 140px;
  opacity: 0;
  background: #087acf;
  width: 200px;
  height: 62px;
  color: #fff;
  font-size: 24px;
  line-height: 61px;
  text-align: center;
}
.fixed-right .item .lianxi.active {
  opacity: 1;
}
.layer-theme-my {
  overflow: hidden;
  border-radius: 18px !important;
}
.layer-theme-my .layui-layer-title {
  padding: 0px;
  height: 63px;
  line-height: 63px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(346deg, #3196ff 0%, #36acff 100%);
  box-shadow: 0px 2px 20px 0px rgba(52, 124, 255, 0.32);
}
.layer-theme-my .layui-layer-content {
  padding: 24px;
}
.layer-theme-my .layui-layer-close {
  background: url(../img/guanbi.png) no-repeat center top;
  background-position: 0px 0px!important;
  background-size: 100% ;
}
.solution-xiazai-box h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.solution-xiazai-box .input-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution-xiazai-box .input-box input {
  font-size: 14px;
  text-indent: 20px;
  width: 306px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ededed;
}
.solution-xiazai-box .input-box input[type="submit"] {
  cursor: pointer;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3196ff;
  border-radius: 6px;
  color: #fff;
  text-indent: 0px;
}
.solution-xiazai-box p {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.ymt .header-box .logo {
  margin-right: 680px;
}
.layui-laypage-curr em {
  color: #333333 !important;
}
.layui-laypage-curr .layui-laypage-em {
  background-color: #D7D7D7 !important;
}
.layui-laypage a,
.layui-laypage span {
  width: 10px;
  height: 40px;
  line-height: 40px;
}
.layui-laypage-prev,
.layui-laypage-next {
  width: 40px !important;
}
@keyframes myAnimate {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -20px;
  }
}
@keyframes guang1 {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 1300px;
    opacity: 1;
  }
}
@keyframes guang2 {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 1300px;
    opacity: 1;
  }
}
@keyframes guang3 {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 1300px;
    opacity: 1;
  }
}
@keyframes guang4 {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 1300px;
    opacity: 1;
  }
}
@keyframes guang5 {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 1300px;
    opacity: 1;
  }
}
@keyframes guang6 {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 1300px;
    opacity: 1;
  }
}

.pagination{margin:20px auto;text-align:center;font-size:12px}
.pagination ul>li{display:inline;line-height:24px;}
.pagination ul>li>a,.pagination ul>li>span{margin:0 2px;display:inline-block;padding:4px 14px;background-color:#ddd;color:#666;border-radius:2px}
.pagination ul>.active>a,.pagination ul>.active>span,.pagination ul>li>a:hover{background-color:#2C74E6;color:#fff}
.pagination ul>li>span{color:#999;background-color:transparent}
.pagination ul>li.previous-page,.pagination ul>li.next-page,.pagination ul>li.pages-num{display:none}