
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,
ol {
  list-style-type: none;
}
/* img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  object-fit: contain;
} */
button,
input {
  /* font-style: inherit; */
  font-family: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  text-indent: 0.725em;
  font-family: "微软雅黑";
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
select,
textarea {
  resize: none;
  outline: none;
}
input {
  outline: medium;
  -webkit-appearance: none;
}
input[type='button'] {
  cursor: pointer;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'] {
  text-indent: 0.725em;
}
:-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.zhu-banner {
  padding: 48px 0;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('banner.png');
}
.zhu-banner h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.zhu-banner .search-box {
  max-width: 840px;
  margin: 20px auto;
  display: flex;
}
.zhu-banner .search-box .lef {
  flex: 1;
}
.zhu-banner .search-box .lef input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.zhu-banner .search-box .lef input::placeholder {
  color: #999;
  font-size: 16px;
}
.zhu-banner .search-box .btnn {
  width: 140px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #f39800;
}
.zhu-banner .keyword {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.zhu-banner .keyword a {
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  transition: 0.3s;
}
.zhu-banner .keyword a:hover {
  color: #f39800;
}
.zhu-banner .out-fenlei {
  max-width: 840px;
  margin: 35px auto 0;
}
.zhu-banner .out-fenlei .heng {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.zhu-banner .out-fenlei .heng .tit {
  font-size: 16px;
  color: #ffffff;
  min-width: 92px;
}
.zhu-banner .out-fenlei .heng .box {
  display: flex;
}
.zhu-banner .out-fenlei .heng .box .item {
  min-width: 102px;
  height: 42px;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  box-sizing: border-box;
  border: solid 1px #b8c5ff;
}
.zhu-banner .out-fenlei .heng .box .item-curr {
  color: #1371e6;
  background-color: #fff;
}
.zhu-banner .out-fenlei .heng .box .more-i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhu-banner .out-fenlei .heng .box .more-i span {
  margin-right: 10px;
}
.zhu-banner .out-fenlei .heng .box .more {
  position: relative;
}
.zhu-banner .out-fenlei .heng .box .more .yinca {
  display: none;
  right: 0;
  top: 51px;
  width: 770px;
  padding: 40px 30px 30px;
  position: absolute;
  background-color: #fff;
  box-shadow: 5px 9px 20px 0px rgba(78, 112, 195, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  z-index: 1;
}
.zhu-banner .out-fenlei .heng .box .more .yinca .item {
  min-width: auto;
  color: #666;
  transition: 0.3s;
  margin-bottom: 10px;
  border: solid 1px #dddddd;
}
.zhu-banner .out-fenlei .heng .box .more .yinca .item-yina {
  background: #b8d4f7;
  border: 1px solid #b8d4f7;
  color: #333;
}
.zhu-banner .out-fenlei .heng .box .more .yinca .sanjiao {
  width: 0;
  height: 0;
  right: 50px;
  top: -10px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.zhu-banner .out-fenlei .heng .box .more .yinca-flex {
  display: flex;
}
.zhu-banner .jixu {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 35px;
  transform: translateX(-50%);
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  text-align: center;
  cursor: pointer;
  background-color: #4e70c3;
}
.zhu-banner .jixu img {
  width: 24px;
  margin-top: 8px;
  display: inline-block;
}

.zhu-banner .mobi-jixu-s{
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 35px;
  transform: translateX(-50%);
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  text-align: center;
  cursor: pointer;
  background-color: #4e70c3;
  display: none;
}
.zhu-banner .mobi-jixu-s img{
  width: 24px;
  margin-top: 8px;
  display: inline-block;
  transform: rotate(180deg);
}

.zhu-banner .out-fenlei-active .heng {
  display: none;
}
.zhu-banner .out-fenlei-active .heng:nth-of-type(1) {
  display: flex;
}
.zhu-banner .out-fenlei-active .heng:nth-of-type(2) {
  display: flex;
}
.zhu-banner .out-fenlei-active .heng:nth-of-type(3) {
  display: flex;
}
.zhu-banner .out-fenlei-active .heng:nth-of-type(4) {
  display: flex;
}
.zhu-banner .out-fenlei-active .heng:nth-of-type(5) {
  display: flex;
}

.zhu-banner .mobile-leibie .heng{
  display: block;
}
.mobile-leibie {
  display: none;
}
.zhu-banner .out-fenlei-activem .heng{
  display: none;
}
.zhu-banner .out-fenlei-activem .heng:nth-of-type(1) {
  display: block;
}
.zhu-banner .out-fenlei-activem .heng:nth-of-type(2) {
  display: block;
}
.zhu-contain {
  padding: 50px 0 100px;
  background-color: #fff;
}
.zhu-contain .wd1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.zhu-contain .wd1200 .site {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  justify-content: space-between;
  border-bottom: 1px solid #eeeef0;
}
.zhu-contain .wd1200 .site .biao {
  font-size: 22px;
}
.zhu-contain .wd1200 .site .dangqian {
  display: flex;
  align-items: center;
}
.zhu-contain .wd1200 .site .dangqian .float_l {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.zhu-contain .wd1200 .zhu-list {
  margin-top: 50px;
  padding: 0 30px 60px 45px;
  border: solid 1px #e1e1e1;
}
.zhu-contain .wd1200 .zhu-list .zz-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0;
  border-bottom: 1px solid #f0f1f3;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-rig {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  margin-top: 10px;
  background-color: #4e70c3;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-rig:hover {
  background-color: #f39800;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .top {
  display: flex;
  align-items: center;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .top .zhuangt {
  width: 63px;
  height: 24px;
  color: #fff;
  line-height: 24px;
  margin-right: 10px;
  padding-left: 7px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .top h3 {
  font-weight: normal;
  font-size: 24px;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie {
  display: flex;
  align-items: center;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie .mei {
  color: #666;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie .mei img {
  margin-right: 7px;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie1 {
  margin-top: 30px;
}
.zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie2 {
  margin-top: 20px;
}
.zhu-contain .wd1200 .zhu-list .zz-green .zz-lef .top .zhuangt {
  background-image: url('sqz_bg2.png');
}
.zhu-contain .wd1200 .zhu-list .zz-hui .zz-lef .top .zhuangt {
  background-image: url('yjs_bg.png');
}
@media screen and (min-width: 1200px) {
  .zhu-banner .out-fenlei .heng .box .item:hover {
    color: #1371e6;
    background-color: #fff;
  }
  .zhu-banner .out-fenlei .heng .box .more-i:hover {
    color: #fff;
    background-color: transparent;
  }
}
@media screen and (max-width: 1200px) {
  .wd1200 {
    padding: 0 15px;
  }
  .zhu-banner .search-box {
    padding: 0 15px;
  }
  .pc-leibie {
    display: none;
  }
  .mobile-leibie {
    display: block;
  }
  .zhu-banner .out-fenlei {
    /* padding: 0 15px; */
  }
  .zhu-banner .mobile-leibie .heng .tao-box{
      position: relative;
  }
  .zhu-banner .mobile-leibie .heng .box {
    flex-wrap: wrap;
    height: 34px;
    padding: 0 18px 0 10px;
    overflow: hidden;
  }
  .zhu-banner .mobile-leibie .heng {
    align-items: flex-start;
  }
  .zhu-banner .mobile-leibie .heng .box .item {
    margin-bottom: 10px;
  }
  .zhu-banner .out-fenlei .heng .box .item {
    font-size: 14px;
    min-width: 60px;
    height: 34px;
    line-height: 32px;
  }
  .zhu-banner h2 {
    font-size: 26px;
  }
  .zhu-banner .search-box .lef input {
    height: 45px;
  }
  .zhu-banner .search-box .btnn {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .zhu-contain .wd1200 .zhu-list {
    padding: 0 15px;
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .top h3 {
    font-size: 18px;
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie1 {
    margin-top: 20px;
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-rig {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: normal;
    padding: 5px 10px;
  }
  .zhu-banner .out-fenlei .heng .tit{
    padding: 0 10px;
  }
  .shou-img{
    position: absolute;
    right: 8px;
    width: 16px;
    top: 9px;
    /* transition: 0.3s; */
  }
  .zhu-banner .mobile-leibie .heng .hauto{
    height: auto;
  }
  .zhu-banner .mobile-leibie .heng .iauto{
    transform: rotate(180deg);
  }
}
@media screen and (max-width:1024px){
  .add_nr_top{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .zhu-contain .wd1200 .zhu-list .zz-item {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .zhu-banner .search-box .btnn {
    width: 80px;
  }
  .zhu-banner .search-box .lef input {
    padding-left: 0;
    font-size: 14px;
  }
  .zhu-banner .search-box .lef input::placeholder {
    font-size: 14px;
  }
  .zhu-banner .mobile-leibie .heng {
    /* display: block !important; */
  }
  .zhu-banner .out-fenlei .heng .tit {
    margin-bottom: 10px;
  }
  .zhu-banner .out-fenlei .heng .box .item {
    padding: 0 5px;
    margin-right: 5px;
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .top {
    display: block;
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .top h3 {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie {
    display: block;
    margin-top: 10px;
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-lef .lie .mei {
    margin-bottom: 10px;
  }
  .zhu-banner .jixu {
    /* display: none; */
  }
  .zhu-contain .wd1200 .zhu-list .zz-item .zz-rig {
    margin-top: 15px;
  }
}
