
/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  margin: 0;
  background: #fff;
  min-width: 1200px;
  padding-top: 68px;
}
img {
  border: 0px;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
}
div,
p,
h1,
h2,
h3,
h4,
b,
form,
input,
textarea,
ul,
ol,
li,
a,
dd,
dt,
dl,
i,
em,
strong {
  list-style: none;
  font-family: "Microsoft YaHei", tahoma, Arial, "微软雅黑", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #323232;
}
button,
input,
select,
textarea {
  outline: 0;
}
/*清空浮动的代码-start*/
.clr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clr {
  display: block;
}
html[xmlns] .clr {
  display: block;
}
* html .clr {
  height: 1%;
}
img {
  border: 0px;
}
/*清空浮动的代码-end*/
.a_hidden {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pic-x {
  width: 100%;
  display: block;
}
.pic-y {
  height: 100%;
  display: block;
}
.pic-center-x {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pic-center-y {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 会员中心浏览器版本过低 */
.module-borwseltie9 {
  padding: 50px 0 50px 240px;
  background: url("../image/ie.png") no-repeat 50px 68px;
  width: 700px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -130px 0 0 -370px;
  z-index: 999;
}
.module-borwseltie9 .tit {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1;
}
.module-borwseltie9 .desc {
  font-size: 14px;
  line-height: 24px;
}
.module-borwseltie9 .link-btn {
  float: left;
  width: 90px;
}
.module-borwseltie9 .link-btn img {
  text-align: center;
  display: block;
  margin: 10px auto;
}
.module-borwseltie9 .link-btn span {
  color: #898989;
  display: block;
  text-align: center;
}
/*滚动条整体样式*/
::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #de2117;
  box-shadow: inset 0 0 5px #de2117;
  background: #de2117;
}
@font-face {
  font-family: 'd17-iconfont';
  /* Project id 2532078 */
  src: url('../font/font_2532078_hiew1mwvcd.woff2') format('woff2'), url('../font/font_2532078_hiew1mwvcd.woff') format('woff'), url('../font/font_2532078_hiew1mwvcd.ttf') format('truetype');
}
.iconfont {
  font-family: "d17-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*==================================================*/
/*
  @name: 顶部模块
  @description: 前台顶部
  @author: 帅秋
*/
.module-topbar {
  height: 64px;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0 2px 10px #e5e5e5;
  box-shadow: 0 2px 10px #e5e5e5;
}
.module-topbar .link-a {
  font-size: 14px;
  color: #222;
  line-height: 64px;
  float: left;
  padding: 0 24px;
}
.module-topbar .link-a:hover {
  text-decoration: underline;
}
.module-topbar .info {
  float: left;
  line-height: 64px;
}
.module-topbar .info .iconfont {
  float: left;
  font-size: 30px;
  color: #de2117;
}
.module-topbar .info .link-a {
  padding: 0 2px;
}
.module-topbar .info .bor {
  float: left;
}
.module-topbar .pull {
  float: left;
  position: relative;
}
.module-topbar .pull-btn {
  font-size: 14px;
  color: #222;
  line-height: 64px;
  display: block;
  padding: 0 18px 0 14px;
  position: relative;
}
.module-topbar .pull-btn .iconfont {
  position: absolute;
  right: 2px;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.module-topbar .pull-main {
  opacity: 0;
  visibility: hidden;
  padding: 12px 24px;
  line-height: 24px;
  position: absolute;
  top: 62px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px #dedede;
  box-shadow: 0 0 4px #dedede;
  -webkit-transition: visibility 0s ease-out 0s, opacity 0.2s ease-out 0.1s, top 0.2s ease-out 0.1s;
  transition: visibility 0s ease-out 0s, opacity 0.2s ease-out 0.1s, top 0.2s ease-out 0.1s;
}
.module-topbar .pull-main.pos-l {
  left: 0;
}
.module-topbar .pull-main.pos-c {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.module-topbar .pull-main.pos-r {
  right: 0;
}
.module-topbar .pull-main .link-b {
  font-size: 14px;
  color: #333;
  display: block;
  white-space: nowrap;
}
.module-topbar .pull-main .link-b:hover {
  text-decoration: underline;
}
.module-topbar .pull-main:before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}
.module-topbar .pull:hover .iconfont {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.module-topbar .pull:hover .pull-main {
  opacity: 1;
  top: 52px;
  visibility: visible;
}
.module-topbar .left {
  float: left;
}
.module-topbar .right {
  float: right;
}
/*
  @name: 头部
  @description: 前台-头部
  @author: 帅秋
*/
.module-header {
  background: #fff;
  height: 122px;
}
.module-header .main {
  width: 1200px;
  margin: 0 auto;
}
.module-header .main .logo {
  float: left;
  margin-top: 36px;
  width: 578px;
}
.module-header .main .logo .link-block {
  float: left;
  margin-right: 30px;
}
.module-header .main .logo .link-block .pic {
  display: block;
}
.module-header .main .logo .gif {
  float: left;
  height: 60px;
  margin-top: -2px;
}
.module-header .main .search {
  margin-top: 40px;
  float: left;
  width: 480px;
  /*下拉*/
}
.module-header .main .search-pull {
  float: left;
  position: relative;
}
.module-header .main .search-pull-btn {
  width: 77px;
  border-right: 1px solid #e4e4e4;
  font-size: 14px;
  display: block;
  position: relative;
  line-height: 38px;
  color: #333333;
  text-indent: 18px;
}
.module-header .main .search-pull-btn:before {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.module-header .main .search-pull-pop {
  width: 77px;
  border: 1px solid #ef3907;
  position: absolute;
  top: 38px;
  left: -1px;
  border-top: 0;
  background: #fff;
  display: none;
}
.module-header .main .search-pull-pop ul li {
  line-height: 30px;
  font-size: 14px;
  text-indent: 18px;
  cursor: pointer;
}
.module-header .main .search-pull-pop ul li:hover {
  background-color: #f5f5f5;
}
.module-header .main .search-text {
  float: left;
  width: 320px;
  border: 0;
  height: 38px;
  text-indent: 10px;
}
.module-header .main .search-sub {
  float: left;
  width: 80px;
  height: 38px;
  background-color: #ef3907;
  color: #fff;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.module-header .main .search-box {
  border: 1px solid #ef3907;
  height: 38px;
  display: block;
  font-size: 14px;
  position: relative;
}
.module-header .main .search-box .suggest {
  border: 1px solid #ef3907;
  border-top: 0;
  position: absolute;
  top: 38px;
  left: 77px;
  right: 79px;
  z-index: 2;
  background: #fff;
}
.module-header .main .search-box .suggest li {
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px;
  cursor: pointer;
  color: #888;
}
.module-header .main .search-box .suggest li:hover {
  background: #f5f5f5;
  color: #333;
}
.module-header .main .search-link {
  font-size: 12px;
  padding-top: 12px;
}
.module-header .main .search-link .link-a {
  float: left;
  line-height: 1;
  color: #999999;
}
.module-header .main .search-link .link-a:hover {
  text-decoration: underline;
}
.module-header .main .search-link .border {
  float: left;
  margin: 1px 7px;
  width: 1px;
  height: 10px;
  background-color: #999999;
}
.module-header .main .link-btn {
  float: right;
  margin-top: 40px;
  width: 112px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #a1a1a1;
  font-size: 14px;
  text-align: center;
}
.module-header .main .link-btn:hover {
  background-color: #f5f5f5;
}
/*
  @name: 友情链接
  @description:  友情链接
  @author: 帅秋
*/
.module-friendlink {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.module-friendlink .hd .tit {
  font-size: 24px;
  float: left;
  margin-right: 10px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
.module-friendlink .hd .tip {
  font-size: 18px;
  float: left;
  color: #878787;
  padding-top: 6px;
  line-height: 1;
}
.module-friendlink .hd .tip:hover {
  color: #ef3907;
}
.module-friendlink .bd {
  padding: 14px 0 12px 0;
}
.module-friendlink .bd .link-a {
  float: left;
  margin: 0 12px 12px 0;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}
.module-friendlink .bd .link-a:hover {
  color: #ef3907;
}
/*
  @name: 底部
  @description: 首页底部，可能其它页面也会用
  @author: 帅秋
*/
.module-footer {
  background-color: #333333;
}
.module-footer-main {
  padding: 54px 90px 40px 100px;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #404040;
}
.module-footer-main .group-item {
  width: 170px;
  float: left;
}
.module-footer-main .group-item .tit {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 26px;
  color: #fff;
}
.module-footer-main .group-item .txt {
  line-height: 24px;
}
.module-footer-main .group-item .link-a {
  font-size: 14px;
  color: #999999;
}
.module-footer-main .group-item .link-a:hover {
  color: #ef3907;
}
.module-footer-main .group-item:first-child {
  width: 190px;
}
.module-footer-main .weixin {
  width: 200px;
  text-align: center;
  float: right;
}
.module-footer-main .weixin .pic {
  width: 86px;
}
.module-footer-keyword {
  padding: 24px 0;
  text-align: center;
}
.module-footer-keyword .tit,
.module-footer-keyword .link-a {
  font-size: 14px;
  color: #999999;
}
.module-footer-keyword .link-a {
  padding: 0 6px;
}
.module-footer-keyword .link-a:hover {
  color: #ef3907;
}
.module-footer-copyright {
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  text-align: center;
  padding-bottom: 30px;
}
.module-footer-copyright .bor {
  color: #585858;
  margin: 0 10px;
}
.module-footer-copyright a {
  color: #999999;
}
.module-footer-copyright a:hover {
  color: #ef3907;
}
@-webkit-keyframes regfilp {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  35% {
    -webkit-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
  }
  55% {
    -webkit-transform: rotateY(-100deg) scale(1.2);
    transform: rotateY(-100deg) scale(1.2);
  }
  65% {
    -webkit-transform: rotateY(-180deg) scale(1);
    transform: rotateY(-180deg) scale(1);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@keyframes regfilp {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  35% {
    -webkit-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
  }
  55% {
    -webkit-transform: rotateY(-100deg) scale(1.2);
    transform: rotateY(-100deg) scale(1.2);
  }
  65% {
    -webkit-transform: rotateY(-180deg) scale(1);
    transform: rotateY(-180deg) scale(1);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.module-floatwindow {
  position: fixed;
  right: 26px;
  top: 50%;
  width: 40px;
  z-index: 4;
}
.module-floatwindow ul li {
  width: 100%;
  height: 40px;
  position: relative;
  margin-bottom: 8px;
}
.module-floatwindow ul li .icon {
  width: 100%;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  color: #878787;
  font-family: "d17-iconfont";
  background: #eeeeee;
  border-radius: 50%;
  display: block;
}
.module-floatwindow ul li .pic {
  width: 100%;
}
.module-floatwindow ul li .pop {
  position: absolute;
  right: 90px;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #de2117;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.module-floatwindow ul li .pop:before {
  content: '';
  border-color: transparent transparent transparent #de2117;
  border-style: dashed dashed dashed solid;
  border-width: 10px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
}
.module-floatwindow ul li:hover .icon,
.module-floatwindow ul li:hover .tip {
  color: #fff;
  background-color: #de2117;
}
.module-floatwindow ul li:hover .icon:before,
.module-floatwindow ul li:hover .tip:before {
  display: none;
}
.module-floatwindow ul li:hover .pop {
  right: 50px;
  opacity: 1;
  visibility: visible;
}
.module-floatwindow ul li.reg {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: regfilp 2.5s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  animation: regfilp 2.5s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  border-radius: 50%;
}
.module-floatwindow ul li.reg .icon {
  color: #de2117;
  background: #fff;
  font-size: 40px;
}
.module-floatwindow ul li.reg .tip {
  color: #fff;
  background-color: #de2117;
  border-radius: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.homepage-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homepage-centerbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homepage-search .main .logo {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.homepage-search .main .logo .link-block {
  display: block;
  margin: 0 auto;
  width: 264px;
}
.homepage-search .main .logo .link-block .pic {
  display: block;
}
.homepage-search .main .tit {
  width: 348px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 0;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.homepage-search .main .tit .i {
  width: 1px;
  height: 18px;
  position: relative;
  margin: 0 6px 0 7px;
  float: left;
}
.homepage-search .main .tit .i:before,
.homepage-search .main .tit .i:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #e1372e;
}
.homepage-search .main .tit .i:before {
  left: -4px;
  -webkit-animation: line 0.8s infinite ease-in-out alternate;
  animation: line 0.8s infinite ease-in-out alternate;
}
.homepage-search .main .tit .i:after {
  right: -4px;
  -webkit-animation: line 0.8s 0.2s infinite ease-in-out alternate;
  animation: line 0.8s 0.2s infinite ease-in-out alternate;
}
.homepage-search .main .tit .i:nth-child(3n+1):before {
  background: #e1372e;
}
.homepage-search .main .tit .i:nth-child(3n+1):after {
  background: #eb7a74;
}
.homepage-search .main .tit .i:nth-child(3n+2):before {
  background: #f2a6a2;
  -webkit-animation: line 0.8s 0.4s infinite ease-in-out alternate;
  animation: line 0.8s 0.4s infinite ease-in-out alternate;
}
.homepage-search .main .tit .i:nth-child(3n+2):after {
  background: #e1372e;
  -webkit-animation: line 0.8s 0.6s infinite ease-in-out alternate;
  animation: line 0.8s 0.6s infinite ease-in-out alternate;
}
.homepage-search .main .tit .i:nth-child(3n+3):before {
  background: #eb7a74;
}
.homepage-search .main .tit .i:nth-child(3n+3):after {
  background: #f2a6a2;
}
.homepage-search .main .tit .tip {
  font-size: 18px;
  float: left;
  padding: 0 5px;
}
.homepage-search .main .search {
  border: 1px solid #bfbfbf;
  width: 600px;
  margin: 0 auto;
  border-radius: 6px;
  position: relative;
  /*下拉*/
}
.homepage-search .main .search-pull {
  float: left;
  position: relative;
}
.homepage-search .main .search-pull-btn {
  width: 88px;
  font-size: 16px;
  display: block;
  position: relative;
  line-height: 50px;
  color: #878787;
  padding-right: 28px;
  text-align: center;
}
.homepage-search .main .search-pull-btn:before {
  content: '\e8f2';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "d17-iconfont";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.homepage-search .main .search-pull-btn:after {
  content: '';
  height: 30px;
  top: 10px;
  right: 0;
  border-right: 1px solid #bfbfbf;
  position: absolute;
}
.homepage-search .main .search-pull-pop {
  width: 88px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0 2px 10px #e5e5e5;
  box-shadow: 0 2px 10px #e5e5e5;
  position: absolute;
  top: 38px;
  left: -1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease-out 0s, opacity 0.2s ease-out 0.1s, top 0.2s ease-out 0.1s;
  transition: visibility 0s ease-out 0s, opacity 0.2s ease-out 0.1s, top 0.2s ease-out 0.1s;
}
.homepage-search .main .search-pull-pop ul li {
  line-height: 30px;
  font-size: 14px;
  text-indent: 18px;
  cursor: pointer;
}
.homepage-search .main .search-pull-pop ul li:hover {
  background-color: #f5f5f5;
}
.homepage-search .main .search-pull:hover .search-pull-btn:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.homepage-search .main .search-pull:hover .search-pull-pop {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.homepage-search .main .search-text {
  float: left;
  width: 410px;
  border: 0;
  height: 50px;
  text-indent: 10px;
  font-size: 16px;
}
.homepage-search .main .search-sub {
  float: left;
  width: 100px;
  border-radius: 0 6px 6px 0;
  height: 50px;
  background-color: #ef3907;
  font-family: "d17-iconfont";
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
.homepage-search .main .search .suggest {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 2px 10px #e5e5e5;
  box-shadow: 0 2px 10px #e5e5e5;
  padding: 8px 0;
  position: absolute;
  top: 50px;
  left: 0;
  right: 100px;
  z-index: 2;
  background: #fff;
  display: none;
}
.homepage-search .main .search .suggest li {
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
  color: #888;
}
.homepage-search .main .search .suggest li:hover {
  color: #ef3907;
}
.homepage-search .main .search.focus {
  border-color: #de2117;
}
.homepage-guide {
  width: 36px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -18px;
  -webkit-animation: guide 2s infinite;
  animation: guide 2s infinite;
  cursor: pointer;
}
.homepage-guide:before,
.homepage-guide:after {
  content: '';
  width: 26px;
  height: 26px;
  border-right: 1px solid #e1372e;
  border-bottom: 1px solid #e1372e;
  position: absolute;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.homepage-guide:after {
  top: 20px;
}
.homepage-scroll {
  height: 100%;
  overflow-y: scroll;
  scrollbar-color: #de2117 transparent;
  scrollbar-width: thin;
}
.homepage-company {
  width: 1200px;
  margin: 0 auto;
  padding: 170px 30px 28px 30px;
  height: 570px;
  position: relative;
  background: url("../image/home-company-bg.jpg") no-repeat 0 bottom;
}
.homepage-company .link-join {
  height: 100px;
  position: absolute;
  top: 100px;
  left: 50%;
  font-size: 0;
  margin-left: -100px;
}
.homepage-company .link-join .i {
  height: 100%;
  width: 46px;
  display: inline-block;
  position: relative;
  margin-right: 54px;
}
.homepage-company .link-join .i:before,
.homepage-company .link-join .i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: join 0.6s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  animation: join 0.6s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  background: url("../image/home-join.png") no-repeat 0 0px;
  background-size: 240px 100%;
}
.homepage-company .link-join .i:after {
  left: 50px;
  background-position: -53px 0;
}
.homepage-company .link-join .i:nth-child(3n+1):before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.homepage-company .link-join .i:nth-child(3n+1):after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.homepage-company .link-join .i:nth-child(3n+2):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  background-position: -100px 0;
}
.homepage-company .link-join .i:nth-child(3n+2):after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-position: -146px 0;
}
.homepage-company .link-join .i:nth-child(3n+3) {
  margin-right: 0;
}
.homepage-company .link-join .i:nth-child(3n+3):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-position: -192px 0;
}
.homepage-company .link-join .i:nth-child(3n+3):after {
  display: none;
}
.homepage-company .hd .tit {
  font-size: 30px;
  color: #fff;
  float: left;
  line-height: 1;
  letter-spacing: 2px;
}
.homepage-company .hd .tip {
  font-size: 14px;
  color: #fff;
  float: left;
  padding: 16px 0 0 8px;
  line-height: 1;
  opacity: 0.8;
}
.homepage-company .hd .swiper-pagination {
  float: right;
  position: relative;
  padding-top: 24px;
}
.homepage-company .hd .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 0;
  margin-left: 6px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.homepage-company .hd .swiper-pagination-bullet-active {
  background: #fff;
}
.homepage-company .bd {
  height: 342px;
  padding-top: 32px;
}
.homepage-company .bd .swiper-container {
  height: 100%;
}
.homepage-company .bd .swiper-container .tr {
  display: block;
  height: 100%;
  background: #fff;
  padding: 20px 20px 0 20px;
}
.homepage-company .bd .swiper-container .tr-img {
  width: 100%;
  height: 166px;
  position: relative;
  overflow: hidden;
}
.homepage-company .bd .swiper-container .tr-img .pic {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.homepage-company .bd .swiper-container .tr-img .swiper-lazy-loaded {
  opacity: 1;
}
.homepage-company .bd .swiper-container .tr-item {
  padding: 12px 0 0 0;
}
.homepage-company .bd .swiper-container .tr-item .name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 40px;
  display: block;
}
.homepage-company .bd .swiper-container .tr-item .desc {
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  color: #878787;
}
.homepage-company .bd .swiper-container .tr:hover .name {
  color: #ef3907;
}
.homepage-product .hd {
  font-size: 0;
  text-align: center;
  padding: 80px 0 30px 0;
}
.homepage-product .hd .link-btn {
  margin: 0 4px;
  cursor: pointer;
  line-height: 40px;
  font-size: 18px;
  padding: 0 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 4px;
}
.homepage-product .hd .hot {
  padding-left: 48px;
  position: relative;
}
.homepage-product .hd .hot:before {
  content: '\e63a';
  font-size: 24px;
  position: absolute;
  left: 18px;
  top: 0;
  font-family: "d17-iconfont";
}
.homepage-product .hd .activity {
  background: #de2117;
  color: #fff;
}
.homepage-product .bd {
  width: 1224px;
  height: 1626px;
  margin: 0 auto;
}
.homepage-product .bd .swiper-container {
  height: 100%;
}
.homepage-product .bd ul {
  padding-top: 10px;
}
.homepage-product .bd .tr {
  width: 20%;
  float: left;
  padding: 0 12px 24px 12px;
}
.homepage-product .bd .tr .link-block {
  -webkit-box-shadow: 0 0 8px #e0e0e0;
  box-shadow: 0 0 8px #e0e0e0;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.homepage-product .bd .tr .link-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
.homepage-product .bd .tr .link-block:after {
  content: '查看详情';
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  background: #de2117;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
.homepage-product .bd .tr .link-block:hover:before {
  height: 100%;
}
.homepage-product .bd .tr .link-block:hover:after {
  bottom: 0;
}
.homepage-product .bd .tr-img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.homepage-product .bd .tr-img .pic {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.homepage-product .bd .tr-img .swiper-lazy-loaded {
  opacity: 1;
}
.homepage-product .bd .tr-img .two-lazy-loaded {
  opacity: 1;
}
.homepage-product .bd .tr-item {
  padding: 12px 12px 0 12px;
  height: 160px;
}
.homepage-product .bd .tr-item .name {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  display: block;
  font-weight: 400;
}
.homepage-product .bd .tr-item .price {
  line-height: 1;
  font-size: 18px;
  color: #de2117;
  padding: 16px 0 10px 0;
  display: block;
}
.homepage-product .bd .tr-item .area {
  line-height: 1;
  font-size: 12px;
  color: #9a9a9a;
  display: block;
  margin-bottom: 20px;
}
.homepage-product .bd .tr-item .cp {
  line-height: 24px;
  font-size: 14px;
  display: block;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
}
.homepage-product .bd .tr-item .cp:before {
  content: '\e600';
  color: #f8b617;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "d17-iconfont";
}
.two-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: preloader-spin 1s infinite linear;
  animation: preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #000;
  border-radius: 50%;
  border-top-color: transparent;
}
/*建党100周年 */
.jd100 .module-topbar {
  border-bottom: 1px solid #454545;
  -webkit-box-shadow: 0 2px 10px transparent;
  box-shadow: 0 2px 10px transparent;
  background: url(../image/AQAAAGGtrbqAa9D9AAC2DxvwWZs538.jpg) no-repeat center #c41a1a;
}
.jd100 .module-topbar .link-a {
  color: #fff;
}
.jd100 .module-topbar .info .iconfont {
  color: #fff;
}
.jd100 .module-topbar .info .bor {
  color: #fff;
}
.jd100 .homepage-slide1 {
  background: url("../image/AQAAAGGrEoGAaLvcAAPETyWlHJM226.jpg") no-repeat center top / cover;
}
.jd100 .homepage-centerbox {
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
.jd100 .homepage-search .main .tit {
  color: #ffce66;
}
.jd100 .homepage-search .main .tit .i:before,
.jd100 .homepage-search .main .tit .i:after {
  background: #f8ba5c;
}
.jd100 .homepage-search .main .tit .i:nth-child(3n+1):before {
  background: #f8ba5c;
}
.jd100 .homepage-search .main .tit .i:nth-child(3n+1):after {
  background: #e37c3d;
}
.jd100 .homepage-search .main .tit .i:nth-child(3n+2):before {
  background: #d65229;
}
.jd100 .homepage-search .main .tit .i:nth-child(3n+2):after {
  background: #f8ba5c;
}
.jd100 .homepage-search .main .tit .i:nth-child(3n+3):before {
  background: #e37c3d;
}
.jd100 .homepage-search .main .tit .i:nth-child(3n+3):after {
  background: #d65229;
}
.jd100 .homepage-search .main .tit .tip {
  color: #ffce66;
}
.jd100 .homepage-search .main .search {
  border: 1px solid #ffce66;
}
.jd100 .homepage-search .main .search-pull-btn {
  background: #fff;
}
.jd100 .homepage-search .main .search-sub {
  background: #ffce66;
  color: #000;
}
.jd100 .homepage-product .bd .tr .link-block {
  background: #fff;
}
@-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes join {
  0% {
    height: 80%;
  }
  100% {
    height: 100%;
  }
}
@keyframes join {
  0% {
    height: 80%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes guide {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes guide {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes line {
  0% {
    height: 4px;
  }
  100% {
    height: 18px;
  }
}
@keyframes line {
  0% {
    height: 4px;
  }
  100% {
    height: 18px;
  }
}
