.inner-box {
  width: 83.3%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.common-title {
  color: #0068b7;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.common-tips {
  color: #707070;
  font-size: 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 30px 0 0;
}
.fixed-banner {
  height: 440px;
  overflow: hidden;
  position: relative;
}
.fixed-banner h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  margin-left: -50%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  animation: tobigH3 3s linear;
  z-index: 10;
}
.fixed-banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: -50px;
  margin-left: -50%;
  animation: tobigZi 3s linear;
  background-size: contain;
  font-family: "Impact";
  font-size: 72px;
  text-transform: uppercase;
  color: rgba(221, 221, 221, 0.5);
  z-index: 10;
}
.fixed-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.crumbs {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-bottom: 1px solid #e1e4e6;
}
.crumbs a {
  margin: 0 1%;
  color: #333;
}
.crumbs a:first-child {
  margin-left: 0;
}
.crumbs a:last-child {
  font-weight: bold;
  color: #0068b7;
}
.inner-about {
  margin-top: 50px;
}
.inner-about .about-left {
  float: left;
  width: 48%;
}
.inner-about .about-left .inner-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  width: 410px;
  border-bottom: 2px solid #efefef;
}
.inner-about .about-left .inner-title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 3px;
  background: #0068b7;
}
.inner-about .about-left .inner-content {
  padding: 3% 0;
  margin-bottom: 2%;
}
.inner-about .about-left .inner-content p {
  font-size: 18px !important;
  line-height: 2.5 !important;
}
.inner-about .about-left .inner-tips {
  font-size: 18px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  position: relative;
}
.inner-about .about-left .inner-tips strong {
  color: #0068b7;
}
.inner-about .about-left .inner-tips:before {
  display: block;
  content: '“';
  font-family: "Arial";
  position: absolute;
  top: -45px;
  left: 0;
  font-size: 100px;
  color: #0068b7;
  font-weight: bold;
}
.inner-about .about-right {
  float: right;
  width: 50%;
  height: 450px;
  background: url(../images/map.png) no-repeat center;
  background-size: contain;
}
.inner-about .about-video {
  position: relative;
  width: 83.3%;
  height: 600px;
  margin-top: 60px;
  /* 波动效果 */
}
.inner-about .about-video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top:-20px;
  background: url(../images/play.png) no-repeat center;
  z-index: 999;
}
.inner-about .about-video .video-btn:hover {
  cursor: pointer;
}
.inner-about .about-video .video-btn.active {
  background: url(../images/pause.png) no-repeat center;
}
.inner-about .about-video .wave {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top:-20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
}
.inner-about .about-video .wave .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.inner-about .about-video .wave .circle:first-child {
  animation: circle-opacity 1.5s infinite;
}
.inner-about .about-video .wave .circle .circle2 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.inner-about .about-video .wave .circle .circle2:first-child {
  animation: circle-opacity 1.5s infinite;
}
.inner-about .about-video .wave .circle .circle2 .circle3 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.inner-about .about-video .wave .circle .circle2 .circle3:first-child {
  animation: circle-opacity 1.5s infinite;
}
.inner-about .about-youshi {
  display: flex;
  flex-direction: row;
  width: 83.3%;
  height: 270px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.inner-about .about-youshi .youshi-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  transition: all 350ms;
}
.inner-about .about-youshi .youshi-item i {
  width: 142px;
  height: 142px;
  margin-bottom: 30px;
  border-radius: 50%;
}
.inner-about .about-youshi .youshi-item:nth-child(1) > i {
  background: #f7f7f7 url(../images/about-icon1.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(2) > i {
  background: #f7f7f7 url(../images/about-icon2.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(3) > i {
  background: #f7f7f7 url(../images/about-icon3.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(4) > i {
  background: #f7f7f7 url(../images/about-icon4.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item p {
  font-size: 20px;
  text-align: center;
}
.inner-about .about-youshi .youshi-item p:nth-child(2) {
  color: #707070;
}
.inner-about .about-youshi .youshi-item p:nth-child(3) {
  color: #00479d;
  font-weight: bold;
}
.inner-about .about-youshi .youshi-item:hover {
  cursor: pointer;
}
.inner-about .about-youshi .youshi-item:hover p:nth-child(2) {
  color: #00479d;
  font-weight: bold;
}
.inner-about .about-youshi .youshi-item:nth-child(1):hover {
  background: #e5ecf4 url(../images/about-bg-icon1.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(1):hover i {
  background: url(../images/about-icon-hover1.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(2):hover {
  background: #e5ecf4 url(../images/about-bg-icon2.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(2):hover i {
  background: url(../images/about-icon-hover2.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(3):hover {
  background: #e5ecf4 url(../images/about-bg-icon3.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(3):hover i {
  background: url(../images/about-icon-hover3.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(4):hover {
  background: #e5ecf4 url(../images/about-bg-icon4.png) no-repeat center;
}
.inner-about .about-youshi .youshi-item:nth-child(4):hover i {
  background: url(../images/about-icon-hover4.png) no-repeat center;
}
.inner-about .about-ad {
  width: 100%;
  height: 660px;
  background: url(../images/about-ad-bg.png) no-repeat center;
}
.inner-about .about-ad .inner-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.inner-about .about-ad .inner-box .ad-box {
  width: 48%;
  height: 480px;
  background: #333;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 350ms;
}
.inner-about .about-ad .inner-box .ad-box:hover {
  background: #0068b7 !important;
  cursor: pointer;
}
.inner-about .about-ad .inner-box .ad-box:hover p {
  text-align: center;
  color: #fff;
}
.inner-about .about-ad .inner-box .ad-box:hover i {
  margin-top: 140px;
  width: 100%;
}
.inner-about .about-ad .inner-box .ad-box i {
  margin-top: 90px;
  width: 40px;
  height: 40px;
}
.inner-about .about-ad .inner-box .ad-box p:nth-child(2) {
  margin-top: 30px;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
}
.inner-about .about-ad .inner-box .ad-box p:nth-child(3) {
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
}
.inner-about .about-ad .inner-box .ad-box:nth-child(1) {
  background: url(../images/about-ad1.png) no-repeat center;
}
.inner-about .about-ad .inner-box .ad-box:nth-child(1) i {
  background: url(../images/about-ad-icon1.png) no-repeat center;
}
.inner-about .about-ad .inner-box .ad-box:nth-child(1):hover i {
  background: url(../images/about-hover-icon1.png) no-repeat center;
}
.inner-about .about-ad .inner-box .ad-box:nth-child(2) {
  background: url(../images/about-ad2.png) no-repeat center;
}
.inner-about .about-ad .inner-box .ad-box:nth-child(2) i {
  background: url(../images/about-ad-icon2.png) no-repeat center;
}
.inner-about .about-ad .inner-box .ad-box:nth-child(2):hover i {
  background: url(../images/about-hover-icon2.png) no-repeat center;
}
.inner-about .about-ad .inner-box .ad-box .ad-shade {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 5%;
  overflow: hidden;
  left: 0;
  top: 0;
  background: #0068b7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-contact {
  margin-top: 50px;
}
.inner-contact .contact-info-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.inner-contact .contact-info-box .contact-item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 245px;
  overflow: hidden;
}
.inner-contact .contact-info-box .contact-item i {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  z-index: 10;
}
.inner-contact .contact-info-box .contact-item p:nth-child(2) {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  z-index: 10;
}
.inner-contact .contact-info-box .contact-item p:nth-child(3) {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.inner-contact .contact-info-box .contact-item.address i {
  background: url(../images/contact-icon-add.png) no-repeat center;
}
.inner-contact .contact-info-box .contact-item.tel i {
  background: url(../images/contact-icon-tel.png) no-repeat center;
}
.inner-contact .contact-info-box .contact-item.email i {
  background: url(../images/contact-icon-email.png) no-repeat center;
}
.inner-contact .contact-info-box .contact-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 350ms;
  z-index: 1;
}
.inner-contact .contact-info-box .contact-item:hover img {
  transform: scale(1.2);
}
.inner-contact .contact-map {
  margin-top: 30px;
}
.inner-contact .contact-map #dituContent {
  width: 100%;
  height: 480px;
}
.inner-contact .contact-map #allmap {
  width: 100%;
  height: 480px;
}
.inner-goods {
  margin-top: 50px;
}
.inner-goods .inner-cate-choose {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 310px;
  margin: 30px auto;
}
.inner-goods .inner-cate-choose .cate-item {
  width: 50%;
  background: #f5f5f5;
  color: #0068b7;
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.inner-goods .inner-cate-choose .cate-item:hover {
  background: #0068b7;
  color: #fff;
  cursor: pointer;
}
.inner-goods .inner-cate-choose .cate-item.active {
  background: #0068b7;
  color: #fff;
}
.inner-goods .inner-goods-list .inner-goods-item {
  width: 100%;
  height: 380px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.inner-goods .inner-goods-list .inner-goods-item:nth-child(1) {
  border-top: 1px solid #e7e7e7;
}
.inner-goods .inner-goods-list .inner-goods-item:hover {
  border-bottom: 3px solid #0068b7;
  box-shadow: 0px 0px 8px #0068b7;
  cursor: pointer;
}
.inner-goods .inner-goods-list .inner-goods-item:hover .goods-title {
  color: #0068b7;
}
.inner-goods .inner-goods-list .inner-goods-item:hover .inner-goods-img img {
  transform: scale(1.1);
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-img {
  width: 57%;
  height: 100%;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 350ms;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info {
  width: 37%;
  height: 100%;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-xilie {
  font-size: 20px;
  font-weight: 500;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 600;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-content {
  margin-top: 40px;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-content p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 50px;
  margin-top: 40px;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-btn a {
  display: block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(1) {
  background: #0068b7;
  color: #fff;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(1):hover {
  background: #f08300;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(2) {
  background: #f5f5f5;
  color: #0068b7;
}
.inner-goods .inner-goods-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(2):hover {
  background: #0068b7;
  color: #fff;
}
.inner-goods .inner-yy-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e7e7e7;
}
.inner-goods .inner-yy-list .inner-goods-item {
  width: 50%;
  height: 380px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-goods .inner-yy-list .inner-goods-item.even {
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.inner-goods .inner-yy-list .inner-goods-item.odd {
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.inner-goods .inner-yy-list .inner-goods-item:hover {
  border-bottom: 3px solid #0068b7;
  box-shadow: 0px 0px 8px #0068b7;
  cursor: pointer;
}
.inner-goods .inner-yy-list .inner-goods-item:hover .goods-title {
  color: #0068b7;
}
.inner-goods .inner-yy-list .inner-goods-item:hover .inner-goods-img img {
  transform: scale(1.2);
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-img {
  width: 47%;
  height: 100%;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 350ms;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info {
  width: 45%;
  height: 100%;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-content {
  margin-top: 40px;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-content p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 40px;
  margin-top: 40px;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-btn a {
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(1) {
  background: #0068b7;
  color: #fff;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(1):hover {
  background: #f08300;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(2) {
  background: #f5f5f5;
  color: #0068b7;
}
.inner-goods .inner-yy-list .inner-goods-item .inner-goods-info .goods-btn a:nth-child(2):hover {
  background: #0068b7;
  color: #fff;
}
.inner-proinfo {
  margin-top: 50px;
}
.inner-proinfo .detail-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .detail-box .detail-item {
  width: 50%;
  padding: 2% 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .detail-box .detail-item.detail-img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.inner-proinfo .detail-box .detail-item.detail-info .xilie {
  display: inline-block;
  padding: 0 20px 0 100px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid #0068b7;
  border-left: none;
  overflow: hidden;
  font-size: 18px;
  color: #0068b7;
  margin-bottom: 10px;
}
.inner-proinfo .detail-box .detail-item.detail-info .xilie .xilie-icon {
  display: inline-block;
  width: 90px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0;
  background: #0068b7;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid #0068b7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  color: #fff;
}
.inner-proinfo .detail-box .detail-item.detail-info .xilie .xilie-icon:before {
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: 40px;
  height: 40px;
  content: "";
  background: url(../images/goods-icon1.png) no-repeat center;
}
.inner-proinfo .detail-box .detail-item.detail-info .xilie .xilie-title {
  display: inline-block;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #666666;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-title:after {
  display: block;
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  left: 0;
  bottom: -1px;
  background: #0068b7;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-des {
  padding: 2% 1%;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-des p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-des span {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-contact {
  font-size: 24px;
  color: #0068b7;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn {
  display: block;
  position: relative;
  width: 216px;
  height: 60px;
  line-height: 60px;
  padding-left: 100px;
  font-size: 18px;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  width: 30%;
  height: 60px;
  margin-top: -30px;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn.fanhui {
  color: #666666;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn.fanhui:hover {
  background: #0068b7;
  color: #fff;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn.fanhui:before {
  background: url(../images/fanhui.png) no-repeat center;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn.order {
  color: #fff;
  background: #f08300;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn.order:hover {
  background: #0068b7;
  color: #fff;
}
.inner-proinfo .detail-box .detail-item.detail-info .detail-btn-box .detail-btn.order:before {
  background: url(../images/order-icon.png) no-repeat center;
}
.content-box {
  margin-top: 30px;
  position: relative;
}
.content-box .content-title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-left: 50px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.content-box .content-title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 60px;
  margin-top: -30px;
}
.content-box .content-title.miaoshu:before {
  background: url(../images/miaoshu-icon.png) no-repeat center;
}
.content-box .content-title.jishu:before {
  background: url(../images/jishu-icon.png) no-repeat center;
}
.content-box .content-title.tuijian:before {
  background: url(../images/tuijian-icon.png) no-repeat center;
}
.content-box .goods-content p {
  font-size: 18px;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .content-box .param-table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.inner-proinfo .content-box .param-table table {
  width: 100%;
  border-collapse: collapse;
}
.inner-proinfo .content-box .param-table table tr {
  height: 60px;
}
.inner-proinfo .content-box .param-table table tr:nth-child(2n+1) {
  background: #f7f7f7;
}
.inner-proinfo .content-box .param-table table tr td {
  font-size: 16px;
  border: solid 1px #e7e7e7;
  margin: 2px;
  padding: 1px 1px 1px 5px;
  text-align: center;
}
.inner-proinfo .content-box .param-table table tr.firstRow {
  height: 80px !important;
  background: #ededed;
}
.inner-proinfo .content-box .param-table table tr:last-child {
  color: #0068b7;
  background: #fff;
}
.content-box .inner-swiper-btn {
  width: 10px;
  height: 18px;
  display: block;
  position: absolute;
}
.content-box .inner-swiper-btn:hover {
  cursor: pointer;
}
.content-box .inner-swiper-btn.swiper-button-prev-detail {
  top: 50%;
  right: 50px;
  margin-top: -9px;
  background: url(../images/detail-arrow-left.png) no-repeat center;
}
.content-box .inner-swiper-btn.swiper-button-next-detail {
  top: 50%;
  right: 0px;
  margin-top: -9px;
  background: url(../images/detail-arrow-right.png) no-repeat center;
}
/*案例*/
.inner-case-info .other-box {
  height: 530px;
  border-top: 1px solid #e7e7e7;
}
.inner-case-info .other-box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.inner-case-info .other-box .swiper-container .swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-case-info .other-box .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 320px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-case-info .other-box .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.inner-case-info .other-box .swiper-container .swiper-wrapper .swiper-slide a .info-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333;
  font-size: 20px;
  background: #f5f5f5;
}
.inner-case-info .other-box .swiper-container .swiper-wrapper .swiper-slide:hover {
  border: 1px solid #0068b7;
}
.inner-case-info .other-box .swiper-container .swiper-wrapper .swiper-slide:hover a .info-title {
  background: #0068b7;
  color: #fff;
}
.inner-proinfo .other-box {
  height: 530px;
  border-top: 1px solid #e7e7e7;
}
.inner-proinfo .other-box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.inner-proinfo .other-box .swiper-container .swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .other-box .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 320px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .other-box .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.inner-proinfo .other-box .swiper-container .swiper-wrapper .swiper-slide a .info-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333;
  font-size: 20px;
  background: #f5f5f5;
}
.inner-proinfo .other-box .swiper-container .swiper-wrapper .swiper-slide:hover {
  border: 1px solid #0068b7;
}
.inner-proinfo .other-box .swiper-container .swiper-wrapper .swiper-slide:hover a .info-title {
  background: #0068b7;
  color: #fff;
}
.inner-job {
  margin: 50px 0;
}
.inner-job #job-list {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  text-align: center;
  overflow: hidden;
}
.inner-job #job-list tr {
  height: 70px;
  line-height: 70px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.inner-job #job-list tr:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.inner-job #job-list tr td {
  font-size: 20px;
  text-align: center;
  overflow: hidden;
}
.inner-job #job-list tr.table-th {
  background: #efefef;
  font-weight: bold;
  border-bottom: none !important;
}
.inner-job #job-list tr.table-th td p {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.inner-job #job-list tr.table-th td p:before {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 70px;
  top: 0;
  left: -35px;
}
.inner-job #job-list tr.table-th td:nth-child(1) p:before {
  background: url(../images/job-icon1.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(2) p:before {
  background: url(../images/job-icon2.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(3) p:before {
  background: url(../images/job-icon3.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(4) p:before {
  background: url(../images/job-icon4.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(5) p:before {
  background: url(../images/job-icon5.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(6) p:before {
  background: url(../images/job-icon6.png) no-repeat center;
}
.inner-job-info .job-title-box {
  background: #f5f7fb;
  padding: 30px 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-job-info .job-title-box .job-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-job-info .job-title-box .job-info {
  font-size: 18px;
  line-height: 1;
}
.inner-job-info .job-title-box .job-info p {
  display: inline-block;
  padding: 0 18px;
  border-right: 1px solid #cbcbcb;
}
.inner-job-info .job-title-box .job-info p:first-child {
  padding-left: 0;
}
.inner-job-info .job-title-box .job-info p:last-child {
  border: none;
}
.inner-job-info .job-detail-box {
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-job-info .job-detail-box .detail-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.inner-job-info .job-detail-box .detail-item.end {
  border-bottom: none;
}
.inner-job-info .job-detail-box .detail-item .detail-title {
  width: 90px;
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
}
.inner-job-info .job-detail-box .detail-item .detail-content {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.inner-job-info .job-detail-box .detail-contact {
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  background: #efefef;
}
.inner-job-info .job-detail-box .detail-contact span {
  color: #0068b7;
}
.inner-news {
  margin-top: 50px;
}
.inner-news ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.inner-news ul li {
  width: 32%;
  overflow: hidden;
  margin-left: 2%;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .inner-news ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .inner-news ul li {
    width: 47%;
    margin-left: 2%;
  }
  .inner-news ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.inner-news ul li .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.inner-news.inner-case ul li{
  box-shadow: 2px 2px 5px 0px #ddd;
}
.inner-news.inner-case ul li .img {
  width: 100%;
  height: 270px !important;
  overflow: hidden;
  position: relative;
}
.inner-news.inner-case ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 350ms;

}
.case-video{
  height:470px;
  margin:30px 0;
  position: relative;
}
.case-video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top:-20px;
  background: url(../images/play.png) no-repeat center;
  z-index: 999;
}
.case-video .video-btn:hover {
  cursor: pointer;
}
.case-video .video-btn.active {
  background: url(../images/pause.png) no-repeat center;
}
.case-video .wave {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top:-20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
}
.case-video .wave .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.case-video .wave .circle:first-child {
  animation: circle-opacity 1.5s infinite;
}
.case-video .wave .circle .circle2 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.case-video .wave .circle .circle2:first-child {
  animation: circle-opacity 1.5s infinite;
}
.case-video .wave .circle .circle2 .circle3 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.inner-news.inner-case ul li .img  .case-play{
   display: block;
   position: absolute;
   width: 50px;
   height:50px;
   top:50%;
   left:50%;
   margin-left:-25px;
   margin-top:-25px;
}
.inner-news ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 350ms;
}
.inner-news ul li .img .meng {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 104, 183, 0.6);
  transition: all 0.5s ease;
}
.inner-news ul li .img .meng p {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px 10%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-news ul li .box {
  border-top: 1px solid #efefef;
}
.inner-news ul li .box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #3c3c3c;
  padding: 5%;
}
.inner-news ul li .box p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 3% 0;
  color: #989898;
  padding: 0 5% 4% 5%;
  min-height: 65px;
}
.inner-news ul li .box .time {
  line-height: 55px;
  border-top: 1px solid #e2e2e2;
  font-size: 14px;
  color: #989898;
  padding: 0 7%;
  padding-left: 57px;
  background: url(../images/index-news-time-bg.jpg) no-repeat left 7% center;
}
.inner-news ul li:hover {
  border: 1px solid #0068b7;
}
.inner-news ul li:hover .img img {
  transform: scale(1.2);
}
.inner-news ul li:hover .img .meng {
  opacity: 1;
}
.inner-news ul li:hover .box h4 {
  color: #0068b7;
}
.inner-news-info .news-info-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
.inner-news-info .news-info-box .inner-left {
  width: 70%;
  padding: 0 1%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.inner-case-info .news-info-box .inner-left {
  width: 90%;
  padding: 0 1%;
  margin:0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.inner-news-info .news-info-box .inner-left .news-detail-title .h3 {
  color: #004da0;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.inner-news-info .news-info-box .inner-left .news-detail-title .b {
  margin-top: 30px;
  background: #efefef;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 18px;
}
.inner-news-info .news-info-box .inner-left .news-detail {
  margin-top: 30px;
  margin-bottom: 100px;
}
.inner-news-info .news-info-box .inner-left .news-detail img {
  max-width: 100%;
}
.inner-news-info .news-info-box .inner-left .newsPage {
  position: absolute;
  bottom: 0;
  left: 1%;
}
.inner-news-info .news-info-box .inner-left .newsPage .page-a {
  padding: 10px 0 10px 26px;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
  color: #666;
}
.inner-news-info .news-info-box .inner-left .newsPage .page-a:nth-child(1) {
  background: url(../images/page_prev.png) left center no-repeat;
  background-size: 17px;
}
.inner-news-info .news-info-box .inner-left .newsPage .page-a:nth-child(2) {
  background: url(../images/page_next.png) left center no-repeat;
  background-size: 17px;
}
.inner-news-info .news-info-box .inner-left .newsPage .page-a a {
  color: #666;
}
.inner-news-info .inner-right {
  width: 25%;
  background: #f9f9f9;
  padding: 1%;
  height: 1160px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-news-info .inner-right .title {
  height: 45px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.inner-news-info .inner-right .title span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #f69090;
  padding: 0 10px 0 25px;
  font-weight: bold;
  background: url(../images/sq.png) no-repeat left center;
}
.inner-news-info .inner-right .other-list {
  margin-top: 6%;
  overflow: hidden;
  height: 1160px;
}
.no-list {
  margin-top: 6%;
  overflow: hidden;
  font-size:16px;
  /*font-weight: bold;*/
  text-align: center;
}
.inner-news-info .inner-right .other-list li {
  width: 100%;
  padding: 4% 0;
  border-bottom: 1px solid #eee;
}
.inner-news-info .inner-right .other-list li:last-child {
  border: none;
}
.inner-news-info .inner-right .other-list li a {
  display: block;
  width: 100%;
}
.inner-news-info .inner-right .other-list li a .i {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 3px;
}
.inner-news-info .inner-right .other-list li a .i img {
  object-fit: cover;
  height: 100%!important;
  width: 100%!important;
}
.inner-news-info .inner-right .other-list li a .tr {
  width: 100%;
  margin-top: 3%;
}
.inner-news-info .inner-right .other-list li a .tr .p1 {
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-news-info .inner-right .other-list li a .tr .p2 {
  text-align: left;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  margin-top: 9%;
}
.inner-news-info .inner-right .other-list li a .tr .p2 span:nth-child(1) {
  margin-right: 20px;
}
.inner-banner-bottom {
  width: 100%;
  background: rgba(55, 61, 67, 0.8);
  z-index: 99;
  height: 102px;
}
.inner-banner-bottom .search-box {
  display: flex;
  justify-content: space-between;
  height: 102px;
  line-height: 102px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-banner-bottom .search-box .search-left {
  position: relative;
  font-family: "HuaKang";
  font-size: 14px;
  color: #fff;
  width: 50%;
  line-height: 102px;
  padding-left: 40px;
}
.inner-banner-bottom .search-box .search-left:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 40px;
  height: 102px;
  background: url(../images/hot.png) no-repeat center;
}
.inner-banner-bottom .search-box .search-left a {
  display: inline-block;
  position: relative;
  font-family: "HuaKang";
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.inner-banner-bottom .search-box .search-left a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  right: 0;
  bottom: 0;
}
.inner-banner-bottom .search-box .search-left a:hover:after {
  left: 0;
  width: 100%;
}
.inner-banner-bottom .search-box .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.inner-banner-bottom .search-box .search-form .search-s {
  width: 60%;
  height: 50px;
  line-height: 50px;
  padding: 0 7.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #dfe0e1;
  color: #000000;
  font-size: 14px;
}
.inner-banner-bottom .search-box .search-form .search-btn {
  display: block;
  position: relative;
  width: 38%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f08300;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  z-index: 10;
}
.inner-banner-bottom .search-box .search-form .search-btn:hover {
  cursor: pointer;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
}
.inner-message {
  margin-top: 50px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 646px;
  background: url(../images/message-bg.png) no-repeat center;
}
.inner-message form .form-tr {
  position: relative;
  width: 32%;
  margin-bottom: 30px;
}
.inner-message form .form-tr.w100 {
  width: 100%;
}
.inner-message form .form-tr.has-xing:before {
  display: block;
  content: "*";
  position: absolute;
  color: #ff0000;
  left: 10px;
  top: 20px;
}
.inner-message form .form-tr textarea {
  display: block;
  width: 100%;
  height: 180px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-message form .form-tr input {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-message form .form-tr .code {
  width: 100%;
  position: relative;
}
.inner-message form .form-tr .code .verify {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 40%;
  height: 50px;
  top: 50%;
  right: 5px;
  margin-top: -25px;
  overflow: hidden;
}
.inner-message form .form-tr .code .verify img {
  width: 100%;
  object-fit: cover;
}
.inner-message form .form-tr a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f08300;
  text-align: center;
  color: #fff;
}
.inner-message form .form-tr a:hover {
  background: #0068b7;
}
.inner-code {
  background: url(../images/nei-code-bg.png) no-repeat center;
  width: 100%;
  height: 250px;
}
.inner-code .inner-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.inner-code .inner-box .code-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 200px;
}
.inner-code .inner-box .code-item img {
  width: 150px;
  height: 150px;
  margin-right: 10px;
}
.inner-code .inner-box .code-item .code-des {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.inner-code .inner-box .code-item .code-des p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.inner-code .inner-box .code-item .code-des p:nth-child(2) {
  font-size: 14px;
}
.inner-code .inner-box .code-item.apply-item {
  justify-content: flex-end;
}
.inner-code .inner-box .code-item.apply-item .apply-btn {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #0068b7;
  overflow: hidden;
}
.inner-code .inner-box .code-item.apply-item .apply-btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 350ms;
  z-index: 2;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
}
.inner-code .inner-box .code-item.apply-item .apply-btn:hover:after {
  left: 0;
}
.inner-code .inner-box .code-item.apply-item .apply-btn span {
  display: block;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  z-index: 10;
}
.inner-code .inner-box .code-item.apply-item .apply-btn i {
  width: 30px;
  height: 30px;
  z-index: 10;
}
.inner-code .inner-box .code-item.apply-item .apply-btn i:nth-child(1) {
  margin-right: 10px;
  background: url(../images/apply-icon1.png) no-repeat center;
}
.inner-code .inner-box .code-item.apply-item .apply-btn i:nth-child(3) {
  margin-left: 40px;
  background: url(../images/apply-arrow.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 30px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #237ed2;
  background: #237ed2;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@keyframes tobigH3 {
  0% {
    font-size: 0;
  }
  50% {
    font-size: 44px;
  }
  100% {
    font-size: 36px;
  }
}
@keyframes tobigZi {
  0% {
    font-size: 0;
  }
  50% {
    font-size: 80px;
  }
  100% {
    font-size: 72px;
  }
}
/*# sourceMappingURL=nei.css.map */