.w1440 {
  width: 1440px;
  margin: 0 auto;
  max-width: 88%;
}

header {
  background: url(../zimg/line.png) no-repeat center center;
  background-size: cover;
  height: 2.65rem;
}
header .logo {
  width: 207px;
  height: 52px;
}
header .nheader {
  height: 2.65rem;
}
header .navbox a {
  padding: 0 .75rem;
  color: #FFFCD1;
  line-height: 22px;
  border-right: 1px dashed #D53928;
  transition: all .6s;
}
header .navbox a:last-child {
  padding-right: 0;
  border-right: none;
}
header .navbox a:hover {
  color: #D53928;
}
header .tuibtn .ren {
  width: 1.25rem;
  height: 1.25rem;
  background: linear-gradient(0deg, #FBFCF7, #FFE6D1);
  border-radius: 50%;
}
header .tuibtn .ren .icon {
  width: .6rem;
  height: .6rem;
  fill: #B22011;
}
header .tuibtn .sp {
  margin-left: .6rem;
}
header .tuibtn .btn {
  color: #FFFCD1;
  margin-left: .3rem;
}

footer {
  height: 2.25rem;
  background: #333;
}
footer .box {
  height: 2.25rem;
}
footer .box .p a{
  color:#666;
}
footer .botbox a {
  padding: 0 .7rem;
  border-right: 1px dashed #525252;
  line-height: 20px;
  transition: all .6s;
}
footer .botbox a:last-child {
  padding-right: 0;
  border-right: none;
}
footer .botbox a:hover {
  color: #B22011;
}

.indexbox {
  position: relative;
  height: calc(100vh - 2.65rem);
  z-index: 2;
}
.indexbox .imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.indexbox .textbox {
  width: 11rem;
  background: #fff;
  right: calc(50vw - 720px);
  top: 5rem;
  position: absolute;
  z-index: 4;
}
.indexbox .tabul {
  padding: 0 10px;
  height: 1.75rem;
  border-bottom: 2px solid #F2F2F2;
}
.indexbox .tabul a {
  width: 50%;
  height: 1.75rem;
  position: relative;
}
.indexbox .tabul a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 2.5rem;
  left: 50%;
  margin-left: -1.25rem;
  bottom: 0;
  z-index: 2;
  background: #A91304;
  opacity: 0;
  transition: all .6s;
}
.indexbox .tabul a:hover, .indexbox .tabul a.cur {
  color: #A91304;
}
.indexbox .tabul a:hover:before, .indexbox .tabul a.cur:before {
  opacity: 1;
}
.indexbox .formbox {
  padding: 1rem;
}
.indexbox .formbox .li {
  margin-bottom: .7rem;
}
.indexbox .formbox .li p {
  margin-bottom: .25rem;
}
.indexbox .formbox .input1 {
  width: 100%;
  height: 44px;
  background: #E8E8E8;
  border-radius: 2px;
  border: 1px solid #E8E8E8;
  text-indent: .35rem;
}
.indexbox .submitbtn {
  width: 100%;
  height: 48px;
  background: #B22011;
  border-right: 2px;
}
.indexbox .tiptxt {
  margin-top: 1rem;
}
.indexbox .tiptxt a {
  color: #B22011;
}

.expertlist {
  background: #F2F2F2;
  padding: 2rem 0 .7rem;
  min-height:19rem;
}
.expertlist .contentbox {
  padding: 1.5rem .7rem;
  background: #fff;
}
.expertlist .title {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: .45rem;
  margin-bottom: .7rem;
}
.expertlist .tipbox {
  padding: 0 .5rem;
  width: 100%;
  height: 44px;
  background: #FFFAED;
  border-radius: 3px;
  border: 1px solid #F5E8CA;
  margin-bottom: 1rem;
}
.expertlist .tipbox span {
  margin-left: .25rem;
  color: #9D844F;
}
.expertlist .btn {
  width: 22px;
  height: 22px;
  background: #D2B26C;
  border-radius: 50%;
}
.expertlist .btn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.expertlist .tablebox {
  width: 100%;
  text-align: center;
}
.expertlist .tablebox .tr1 {
  background: #F3F3F3;
  height: 50px;
  border: 1px solid #F3F3F3;
}
.expertlist .tablebox .tr1 td {
  border-right: 1px solid #fff;
  width: calc(100% / 6);
}
.expertlist .tablebox .tr1 td:last-child {
  border-right: none;
}
.expertlist .tablebox .tr2 {
  background: transparent;
  height: 50px;
}
.expertlist .tablebox .tr2 td {
  border: 1px solid #E8E8E8;
  width: calc(100% / 6);
}
.expertlist .tablebox .tr2 td a {
  color: #B22011;
  border-bottom: 1px solid #B22011;
}
.expertlist .tablebox .tr2 td span {
  color: #444;
}
.expertlist .tiptxt {
  margin-top: .5rem;
}
.expertlist .tiptxt2 {
  margin-top: .5rem;
}
.expertlist .botbox {
  margin-top: 5.5rem;
  padding-top: .65rem;
  border-top: 1px solid #F2F2F2;
}
.expertlist .botbox .btn2 {
  width: 128px;
  height: 52px;
  background: #333333;
  margin: 0 10px;
}
.expertlist .botbox .btn3 {
  width: 171px;
  height: 52px;
  background: #BEA267;
}
.expertlist .botbox .btn2:hover, .expertlist .botbox .btn3:hover {
  color: #fff;
}
.expertlist .botbox2 {
  margin-top: 2rem;
}
.expertlist .botbox2 .btn4 {
  width: 270px;
  height: 52px;
  background: #BDA166;
}
.expertlist .tablebox2 {
  margin-top: .65rem;
}
.expertlist .tablebox2 .li:nth-child(1){
  border-right:none;
}
.expertlist .tablebox2 .li {
  width: 50%;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  margin-bottom:-1px;
  height: 50px;
}
.expertlist .tablebox2 .sp {
  width: 124px;
  height: 50px;
  border-right: 1px solid #E8E8E8;
}
.expertlist .tablebox2 .input1 {
  width: calc(100% - 140px);
  height: 48px;
  text-indent: .5rem;
}

.expertlist2 {
  background: #F2F2F2;
  padding: .5rem 0 .7rem;
}
.expertlist2 .contentbox {
  padding: 1.5rem 6%;
  height: 75vh;
  background: #fff;
}
.expertlist2 .icon {
  width: 90px;
  height: 90px;
  background: #40A954;
  border-radius: 50%;
  margin: 0 auto .4rem;
}
.expertlist2 .icon svg {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

.zitembox {
  margin-top: .9rem;
}
.zitembox .sp {
  margin-bottom: .55rem;
}

.content-box .zxx-add-list .li {
  width: 33%;
}
.content-box .zxx-add-list .li input {
  background: transparent;
}
.content-box .zxx-add-list .li:last-child {
  width: 34%;
  border-right: none;
}
.content-box .zbotbox .sp span {
  color: #B22011;
}
.content-box .zbotbox .rightbox {
  margin-top: .5rem;
}
.content-box .zbotbox .rightbox .qname {
  justify-content: flex-end;
  align-items: flex-end;
}
.content-box .zbotbox .rightbox span {
  margin-right: .5rem;
}
.content-box .mater-itembox {
  margin-top: .35rem;
}
.content-box .mater-itembox .item {
  padding: .5rem 0;
  border-bottom: 1px solid #E8E8E8;
}
.content-box .mater-itembox .zbtn {
  width: 93px;
  height: 36px;
  background: linear-gradient(0deg, #FBFCF7, #F7F7F7);
  border-radius: 2px;
  border: 1px solid #E1E1E1;
  margin-right: .55rem;
}
.content-box .mater-itembox .input1 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
}
.content-box .mater-itembox .add {
  margin: .7rem auto 0;
  width: 340px;
  height: 46px;
  background: #B22011;
  border-radius: 2px;
  color: #B22011;
  cursor: pointer;
}
.content-box .mater-itembox .add .but {
  width: 100%;
  height: 100%;
}
.content-box .mater-itembox .add .icon {
  font-size: .5rem;
  margin-right: .15rem;
}
.content-box .alltablebox {
  width: 100%;
  text-align: center;
}
.content-box .alltablebox .tr1 {
  background: #F3F3F3;
  height: 50px;
  border: 1px solid #F3F3F3;
}
.content-box .alltablebox .tr1 td {
  border-right: 1px solid #fff;
  width: calc(100% / 8);
}
.content-box .alltablebox .tr1 td:last-child {
  border-right: none;
}
.content-box .alltablebox .tr2 {
  background: transparent;
  height: 50px;
}
.content-box .alltablebox .tr2 td {
  border: 1px solid #E8E8E8;
  width: calc(100% / 8);
}
.content-box .alltablebox .tr2 td a {
  color: #B22011;
  border-bottom: 1px solid #B22011;
}
.content-box .alltablebox .tr2 td span {
  color: #444;
}

@media (max-width: 1520px) {
  .indexbox .textbox {
    right: 6%;
  }
}
.btnlist .btn{
      width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}


/*# sourceMappingURL=zstyle.css.map */
