@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}
html body {
  width: 100%;
  font: 16px/26px "微软雅黑";
}
body {
  background: #fff;
  color: #404040;
}
ul li,
ol li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
}
button {
  background: none;
}
input[type=password],
input[type=text],
input[type=button],
input[type=number],
input[type=submit],
select,
textarea {
  outline: 0;
  background: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: '微软雅黑', 'Microsoft YaHei';
  resize: none;
  appearance: none;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #999;
  font-family: '微软雅黑', 'Microsoft YaHei';
  font-size: 18px;
}
:-moz-placeholder {
  color: #999;
  font-family: '微软雅黑', 'Microsoft YaHei';
  font-size: 18px;
}
:-ms-input-placeholder {
  color: #999;
  font-family: '微软雅黑', 'Microsoft YaHei';
  font-size: 18px;
}
textarea::-webkit-input-placeholder {
  color: #999;
  font-family: '微软雅黑', 'Microsoft YaHei';
  font-size: 18px;
  line-height: 70px;
}
textarea:-moz-placeholder {
  color: #999;
  font-family: '微软雅黑', 'Microsoft YaHei';
  line-height: 70px;
  font-size: 18px;
}
textarea:-ms-input-placeholder {
  color: #999;
  font-family: '微软雅黑', 'Microsoft YaHei';
  line-height: 70px;
  font-size: 18px;
}
/*主框架样式*/
.head {
  width: 100%;
  min-width: 1200px;
  height: 100px;
  padding-top: 20px;
}
.head-box {
  width: 1200px;
  margin: auto;
  height: 100%;
  overflow: hidden;
}
.head-box > .logo,
.head-box > ul,
.head-box > .tel {
  float: left;
}
.head-box > .logo {
  height: 75px;
  padding-top: 35px;
  padding-left: 80px;
  background: url(/res/public/img/official/logo.jpg) no-repeat;
}
.head-box > .logo h1 {
  font-size: 30px;
  color: #5e5e5e;
  font-weight: normal;
}
/* .head-box > .logo .logoimg { */
  /* height: 30px; */
  /* width: 30px; */
  /* display: inline; */
/* } */
/* .head-box > .logo .logoimg img{ */
  /* height: 30px; */
  /* width: 30px; */
  /* display: inline; */
/* } */
.head-box > ul {
  padding-left: 56px;
  padding-top: 10px;
}
.head-box > ul a {
  display: block;
  color: #5e5e5e;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  line-height: 63px;
  padding: 0 15px;
}
.head_a {
  color: #07bf4d !important;
  border-bottom: 2px solid #07bf4d !important;
}
.head-box > ul a:hover {
  color: #07bf4d;
  border-bottom: 2px solid #07bf4d;
}
.head-box > ul > li {
  float: left;
  margin-right: 25px;
}
.foot {
  width: 100%;
  padding-top: 50px;
}
.foot p {
  line-height: 30px;
}
.foot a {
  color: #000000;
}
.black_footer {
  min-width: 1200px;
  height: 190px;
  padding: 40px 0 ;
  text-align: center;
  color: #000000;
  background: #eceeef;;
}
.black_footer .container {
  width: 1200px;
  margin: auto;
  position: relative;
}
.black_footer img {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 137px;
  top: -122px;
  z-index: 20;
}
.foot_container {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.foot_container .foot_title {
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  color: #333;
}
.foot_container .foot_left {
  width: 600px;
  display: inline-block;
  float: left;
}
.foot_container .foot_left .foot_ul {
  padding: 20px 0;
  overflow: hidden;
  margin-left: -20px;
}
.foot_container .foot_left .foot_ul li {
  float: left;
  margin-bottom: 5px;
}
.foot_container .foot_left .foot_ul a {
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  /* border-right: 1px solid #333 ; */
}
.foot_container .foot_left .foot_ul a:hover {
  color: #07bf4d;
  border-bottom: 1px solid #07bf4d;
}
.foot_container .foot_left .foot_ul li:last-child a {
  border-right: 0;
}
.foot_container .foot_left .foot_nav a {
  color: #333;
  font-size: 18px;
  line-height: 100px;
  margin-right: 100px;
}
.foot_container .foot_left .foot_nav a:hover {
  color: #07bf4d;
  border-bottom: 1px solid #07bf4d;
}
.foot_container .foot_right {
  margin-top: -10px;
  width: 500px;
  display: inline-block;
  float: right;
}
.foot_container .foot_right .foot_title {
  line-height: 60px;
}
.foot_container .foot_right .foot_title img {
  vertical-align: middle;
  margin-right: 15px;
}
.foot_container .foot_right .foot_right_ul {
  overflow: hidden;
  padding-top: 30px;
  width: 500px;
}
.foot_container .foot_right .foot_right_ul li {
  width: 23%;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: 50px;
}
.foot_container .foot_right .foot_right_ul li img {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
}
.foot_container .foot_right .foot_right_ul li span {
  line-height: 32px;
  float: left;
  color: #333;
  font-size: 14px;
}
.foot_container .foot_right .foot_right_ul li span:hover {
  color: #07bf4d;
}
.swiper-container {
  height: 400px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 5px;
}
.swiper-pagination-mask {
  position: absolute;
  left: 43%;
  bottom: 9px;
  width: 300px;
  border-radius: 20px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: none;
}
.container {
  width: 1200px;
  margin: auto;
  /*text-align: center;*/
}

.container_left.fixed {
  position: fixed;
  top: 50px;
}
.load6 {
  margin: 100px auto 0;
  width: 150px;
  display: none;
  text-align: center;
}
.load6 > div {
  width: 15px;
  height: 15px;
  background-color: #67CF22;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.load6 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.load6 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#no_more {
  display: none;
  width: 100%;
  margin: 50px;
  text-align: center;
  font-size: 18px;
  color: #666;
}
