@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
textarea {
  color: #333;
}
body,
html {
  width: 100%;
  height: auto;
  font-family: "PingFang SC", "Microsoft YaHei";
  background: #ffffff;
}
.hide {
  display: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  background: none;
}
.flex_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.fade-in-up {
  animation: fade-in-up 1.5s ease 1;
  -webkit-animation: fade-in-up 1.5s ease 1;
}
.fade-in-up-two {
  animation: fade-in-up 2.5s ease 1;
  -webkit-animation: fade-in-up 2.5s ease 1;
}
html,
body {
  min-width: 1400px;
}
header {
  height: 80px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
header > a {
  width: 273px;
  font-size: 0;
}
header > a img {
  width: 100%;
}
header nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0 12px;
}
header nav .nav {
  width: 120px;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #6d5b55;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
header nav .nav::after {
  content: "";
  width: 0;
  height: 4px;
  background: #ffa400;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header nav .nav.cur,
header nav .nav:hover {
  font-weight: bold;
  color: #ffa400;
}
header nav .nav.cur::after,
header nav .nav:hover::after {
  width: 100%;
}
header nav .nav.cur > a,
header nav .nav:hover > a {
  font-weight: bold;
  color: #ffa400;
}
header nav .nav:hover ul {
  height: auto;
}
header nav .nav > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #6d5b55;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .nav ul {
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header nav .nav ul li {
  height: 40px;
}
header nav .nav ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #6d5b55;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal !important;
}
header nav .nav ul li a:hover {
  color: #ffa400;
}
header .search_box {
  width: 240px;
  height: 40px;
  font-size: 0;
  position: relative;
}
header .search_box input::-webkit-input-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box :-moz-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box ::-moz-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box :-ms-input-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box ::-ms-input-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box input {
  width: 100%;
  height: 100%;
  padding: 9px 48px 9px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  color: rgba(109, 91, 85, 0.6);
  background-color: rgba(25, 46, 66, 0.04);
  border-radius: 20px;
}
header .search_box .search {
  width: 20px;
  height: 20px;
  background: url("../images/icon/ico_search.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
aside {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 5;
}
aside .to_top {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico_totop.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
aside .follow_wx {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico_wx.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
aside .follow_wx:hover {
  background: url("../images/icon/ico_wx_a.png") center center no-repeat;
  background-size: 100% 100%;
}
aside .follow_wx:hover .follow_box {
  display: block;
}
aside .follow_wx .follow_box {
  width: 240px;
  height: 255px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 24px 30px 32px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 58px;
  display: none;
}
aside .follow_wx .follow_box h4 {
  font-size: 16px;
  line-height: 22px;
  color: #433834;
  text-align: center;
  font-weight: normal;
}
aside .follow_wx .follow_box p {
  font-size: 12px;
  line-height: 17px;
  color: #433834;
  margin-top: 2px;
  text-align: center;
}
aside .follow_wx .follow_box .qr {
  width: 140px;
  height: 140px;
  margin: 16px auto 0;
}
aside .follow_wx .follow_box .qr img {
  width: 100%;
}
footer {
  background: #383838;
}
footer .w1200 {
  padding: 50px 0;
  box-sizing: border-box;
}
footer .w1200 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .w1200 ul li:nth-child(1) {
  width: 274px;
}
footer .w1200 ul li:nth-child(2) {
  width: 320px;
}
footer .w1200 ul li:nth-child(3) {
  width: 260px;
}
footer .w1200 ul li h4 {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border-bottom: 1px solid #6d5b55;
  padding-bottom: 10px;
  position: relative;
}
footer .w1200 ul li h4::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #f9b334;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .w1200 ul li .phone {
  font-size: 24px;
  line-height: 32px;
  color: #f9b334;
  margin-top: 24px;
}
footer .w1200 ul li .phone i {
  width: 32px;
  height: 32px;
  background: url("../images/icon/ico_phone.png") center center no-repeat;
  background-size: 100% 100%;
  float: left;
}
footer .w1200 ul li .mail {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  margin-top: 8px;
}
footer .w1200 ul li .mail span {
  color: rgba(255, 255, 255, 0.6);
}
footer .w1200 ul li .mail i {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico_mail.png") center center no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 8px;
}
footer .w1200 ul li .addr {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
  float: left;
  text-align: justify;
}
footer .w1200 ul li .addr span {
  color: rgba(255, 255, 255, 0.6);
}
footer .w1200 ul li .addr i {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico_mail.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .w1200 ul li .links {
  margin-top: 24px;
}
footer .w1200 ul li .links a {
  width: 120px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  float: left;
  margin-top: 8px;
}
footer .w1200 ul li .links a:nth-child(odd) {
  margin-right: 80px;
}
footer .w1200 ul li .gzh {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .w1200 ul li .gzh .gzh_wx {
  width: 106px;
}
footer .w1200 ul li .gzh .gzh_wx .img {
  width: 106px;
  height: 106px;
  background: url("../images/bg_gzh.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 11px;
  box-sizing: border-box;
}
footer .w1200 ul li .gzh .gzh_wx .img img {
  width: 100%;
  border-radius: 4px;
}
footer .w1200 ul li .gzh .gzh_zfb {
  width: 106px;
}
footer .w1200 ul li .gzh .gzh_zfb .img {
  width: 106px;
  height: 106px;
  background: url("../images/bg_gzh.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 11px;
  box-sizing: border-box;
}
footer .w1200 ul li .gzh .gzh_zfb .img img {
  width: 100%;
  border-radius: 4px;
}
footer .w1200 ul li .gzh p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
footer .w1200 ul li .gzh p i.wx {
  width: 20px;
  height: 17px;
  background: url("../images/icon/ico_wx2.png") center center no-repeat;
  background-size: 100% 100%;
}
footer .w1200 ul li .gzh p i.zfb {
  width: 20px;
  height: 17px;
  background: url("../images/icon/ico_zfb.png") center center no-repeat;
  background-size: 100% 100%;
}
footer .copyright {
  background-color: #323232;
  padding: 19px 0;
}
footer .copyright .tishi {
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
footer .copyright .banquan {
  text-align: center;
}
footer .copyright .banquan span,
footer .copyright .banquan a {
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 12px;
}
footer .copyright .banquan span i.ga,
footer .copyright .banquan a i.ga {
  width: 16px;
  height: 17px;
  background: url("../images/icon/ico_ga.png") center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  margin-right: 4px;
}
.news-content p {
  color: #333;
}
.bj-f {
  color: #736766 !important;
}
.banner_gscp {
  height: 320px;
  background: url("../images/banner_qxjj.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_zhlc {
  height: 320px;
  background: url("../images/banner_zhlc.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_fxq {
  height: 320px;
  background: url("../images/banner_fxq.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_xxpl {
  height: 320px;
  background: url("../images/banner_xxpl.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_qxjj {
  height: 320px;
  background: url("../images/banner_qxjj.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_hrydzc {
  height: 320px;
  background: url("../images/banner_hrydzc.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_gywm {
  height: 320px;
  background: url("../images/banner_gywm.jpg") center center no-repeat;
  background-size: 1920px 320px;
  position: relative;
}
.banner_normal {
  height: 240px;
  background: url("../images/banner_normal.jpg") center center no-repeat;
  background-size: 1920px 240px;
}
.banner_khfw {
  height: 320px;
  background: url("../images/banner_khfw.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.pop.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 81;
}
.jobPop .jobBox {
  width: 1000px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  box-sizing: border-box;
}
.jobPop .jobBox h4 {
  font-size: 20px;
  color: #4c4948;
  border-bottom: 2px solid #e69723;
  line-height: 30px;
}
.jobPop .jobBox .job {
  font-size: 20px;
  color: #e69723;
  line-height: 30px;
  margin-top: 20px;
  font-weight: bold;
}
.jobPop .jobBox .baseMess {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #f7b334;
  margin-top: 20px;
}
.jobPop .jobBox .job_table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 20px auto 0;
}
.jobPop .jobBox .job_table td {
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  text-align: center;
}
.jobPop .jobBox .job_table td:nth-child(1) {
  width: 20%;
  background-color: #f7b334;
  color: #fff;
}
.jobPop .jobBox .job_table td:nth-child(2) {
  color: #736766;
  text-align: left;
}
.jobPop .jobBox .close {
  width: 30px;
  height: 30px;
  background: url("../images/close.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.qrcodePop .qrcodeBox {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qrcodePop .qrcodeBox .title {
  background-color: #ffb403;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  padding-left: 10px;
}
.qrcodePop .qrcodeBox .qr {
  height: 265px;
  background-color: #fff;
}
.qrcodePop .qrcodeBox .qr p {
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 40px;
  font-weight: bold;
}
.qrcodePop .qrcodeBox .qr .img {
  width: 200px;
  margin: 0 auto;
}
.qrcodePop .qrcodeBox .qr .img img {
  width: 100%;
}
.qrcodePop .qrcodeBox .close {
  width: 20px;
  height: 20px;
  background: url('../images/close.svg') center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
* {
  font-family: "PingFang SC";
}
.wrap .marquee-container {
  height: 40px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrap .marquee-container .marquee {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.wrap .marquee-container .marquee:hover {
  animation-play-state: paused;
}
.wrap .marquee-container .marquee .marquee-item {
  display: flex;
  align-items: center;
  width: 1000px;
  padding: 0 2rem;
  color: #6d5b55;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}
.wrap .item {
  position: relative;
}
.wrap .banner {
  height: 500px;
}
.wrap .banner .banner_s {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap .banner .banner_s .swiper-slide {
  width: 100%;
  height: 100%;
}
.wrap .banner .banner_s .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .banner .banner_s .banner_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 2;
}
.wrap .banner .banner_s .banner_btns .banner_prev {
  width: 17px;
  height: 22px;
  background: url("../images/prev_btn.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 0 18px;
}
.wrap .banner .banner_s .banner_btns .banner_next {
  width: 17px;
  height: 22px;
  background: url("../images/next_btn.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 0 18px;
}
.wrap .banner .banner_s .banner_btns .banner_pagi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .banner .banner_s .banner_btns .banner_pagi .banner_pagi_bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.4;
  margin: 0 18px;
}
.wrap .banner .banner_s .banner_btns .banner_pagi .banner_pagi_bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wrap .banner .login_box {
  width: 360px;
  height: 312px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  margin-left: 230px;
  padding: 40px;
  box-sizing: border-box;
}
.wrap .banner .login_box .login_personal {
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  height: 48px;
  background: linear-gradient(90deg, #f9b334 0%, #f55301 100%);
  text-align: center;
  cursor: pointer;
}
.wrap .banner .login_box .login_company {
  width: 100%;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  height: 48px;
  background: linear-gradient(90deg, #433834 0%, #a98d83 100%);
  text-align: center;
  cursor: pointer;
  margin-top: 16px;
  display: block;
}
.wrap .banner .login_box .gzh {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .banner .login_box .gzh .gzh_text {
  width: 176px;
  height: 88px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrap .banner .login_box .gzh .gzh_text::before {
  content: "";
  width: 41px;
  height: 34px;
  background: url("../images/gzh_before.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.wrap .banner .login_box .gzh .gzh_text::after {
  content: "";
  width: 41px;
  height: 34px;
  background: url("../images/gzh_after.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.wrap .banner .login_box .gzh .gzh_text h4 {
  font-size: 24px;
  line-height: 34px;
  color: #433834;
  text-align: center;
}
.wrap .banner .login_box .gzh .gzh_text h4 span {
  color: #f55001;
}
.wrap .banner .login_box .gzh .gzh_text p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(67, 56, 52, 0.8);
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .banner .login_box .gzh .gzh_text p i {
  width: 20px;
  height: 17px;
  background: url("../images/icon/ico_wx2.png") center center no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
  display: block;
}
.wrap .banner .login_box .gzh .qr {
  width: 88px;
  height: 88px;
}
.wrap .banner .login_box .gzh .qr img {
  width: 100%;
}
.wrap .item2 {
  height: 600px;
  background: url("../images/bg2.jpg") center center no-repeat;
  background-size: 1920px 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .item2 .gsjj {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.wrap .item2 .gsjj .lbox {
  width: 572px;
}
.wrap .item2 .gsjj .lbox h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #433834;
}
.wrap .item2 .gsjj .lbox p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #433834;
  margin-top: 24px;
}
.wrap .item2 .gsjj .lbox p span {
  color: #f55001;
}
.wrap .item2 .gsjj .rbox .img_intro {
  width: 548px;
  height: 241px;
  background: url("../images/img_intro.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap .item2 h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #433834;
}
.wrap .item2 .gqjg {
  width: 1200px;
  height: 120px;
  border: 1px solid rgba(255, 164, 0, 0.4);
  border-radius: 8px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .item2 .gqjg li {
  width: 200px;
  position: relative;
  margin: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .item2 .gqjg li:last-child::after {
  display: none;
}
.wrap .item2 .gqjg li::after {
  content: "";
  width: 1px;
  height: 65px;
  background: rgba(255, 164, 0, 0.2);
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap .item2 .gqjg li .ico {
  width: 120px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .item2 .gqjg li .ico img {
  max-width: 100%;
  max-height: 81px;
}
.wrap .item2 .gqjg li p {
  font-size: 24px;
  line-height: 34px;
  color: #f9b334;
  font-weight: 600;
  margin-left: 16px;
}
.wrap .item3 {
  height: 500px;
  background: url("../images/bg3.jpg") center center no-repeat;
  background-size: 1920px 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .item3 .hot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .item3 .hot li {
  width: 388px;
  height: 396px;
  border-radius: 6px;
  padding: 8px 16px;
  position: relative;
  box-sizing: border-box;
}
.wrap .item3 .hot li.hot1 {
  background: linear-gradient(180deg, #f55301 0%, rgba(245, 83, 1, 0.2) 100%);
}
.wrap .item3 .hot li.hot1::after {
  content: "";
  width: 85px;
  height: 105px;
  background: url("../images/bg_index_item31.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  right: 32px;
}
.wrap .item3 .hot li.hot1 h4 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.wrap .item3 .hot li.hot1 h4 i {
  width: 16px;
  height: 20px;
  background: url("../images/icon/ico1.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 8px 0 24px;
  display: block;
}
.wrap .item3 .hot li.hot1 div {
  height: 300px;
  padding: 32px 16px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.wrap .item3 .hot li.hot1 div .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #433834;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .item3 .hot li.hot1 div .type span {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #e7dbc6;
  color: #9D7E5B;
  padding: 0 4px;
  /* background: rgba(157, 126, 91, 0.08); */
  margin-right: 6px;
}
.wrap .item3 .hot li.hot1 div .jz {
  font-size: 40px;
  line-height: 40px;
  color: #433834;
  margin-top: 26px;
  font-weight: 600;
}
.wrap .item3 .hot li.hot1 div .date {
  font-size: 16px;
  line-height: 22px;
  color: rgba(67, 56, 52, 0.4);
  margin-top: 8px;
}
.wrap .item3 .hot li.hot1 div .view_detail {
  height: 54px;
  font-size: 24px;
  line-height: 54px;
  color: #f55001;
  text-align: center;
  border: 1px solid rgba(245, 80, 1, 0.4);
  display: block;
  margin-top: 24px;
}
.wrap .item3 .hot li.hot2 {
  background: #fff8f5;
  border: 1px solid rgba(245, 80, 1, 0.2);
}
.wrap .item3 .hot li.hot2::after {
  content: "";
  width: 78px;
  height: 78px;
  background: url("../images/bg_index_item32.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  right: 32px;
}
.wrap .item3 .hot li.hot2 h4 {
  font-size: 24px;
  line-height: 34px;
  color: #f55001;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.wrap .item3 .hot li.hot2 h4 i {
  width: 20px;
  height: 20px;
  background: url("../images/icon/ico2.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 6px 0 22px;
  display: block;
}
.wrap .item3 .hot li.hot2 div {
  height: 144px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(245, 80, 1, 0.1);
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 12px;
  *zoom: 1;
}
.wrap .item3 .hot li.hot2 div:after,
.wrap .item3 .hot li.hot2 div:before {
  content: " ";
  display: table;
}
.wrap .item3 .hot li.hot2 div:after {
  clear: both;
}
.wrap .item3 .hot li.hot2 div .name {
  font-size: 20px;
  line-height: 28px;
  color: #433834;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .item3 .hot li.hot2 div .desc {
  font-size: 12px;
  line-height: 17px;
  color: rgba(67, 56, 52, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .item3 .hot li.hot2 div .jz {
  font-size: 24px;
  line-height: 24px;
  color: #433834;
  margin-top: 14px;
  font-weight: 600;
}
.wrap .item3 .hot li.hot2 div .date {
  font-size: 12px;
  line-height: 17px;
  color: rgba(67, 56, 52, 0.4);
  margin-top: 8px;
}
.wrap .item3 .hot li.hot2 div .view_detail {
  width: 120px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #f55001;
  text-align: center;
  border: 1px solid rgba(245, 80, 1, 0.4);
  border-radius: 4px;
  display: block;
  float: right;
  margin-top: -42px;
}
.wrap .item3 .hot li.hot3 {
  background: #fff8f5;
  border: 1px solid rgba(245, 80, 1, 0.2);
}
.wrap .item3 .hot li.hot3::after {
  content: "";
  width: 89px;
  height: 82px;
  background: url("../images/bg_index_item33.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  right: 32px;
}
.wrap .item3 .hot li.hot3 h4 {
  font-size: 24px;
  line-height: 34px;
  color: #f55001;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.wrap .item3 .hot li.hot3 h4 i {
  width: 20px;
  height: 18px;
  background: url("../images/icon/ico3.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 6px 0 22px;
  display: block;
}
.wrap .item3 .hot li.hot3 div {
  height: 300px;
  padding: 32px 16px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.wrap .item3 .hot li.hot3 div .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #433834;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .item3 .hot li.hot3 div .type span {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #e7dbc6;
  color: rgba(67, 56, 52, 0.6);
  padding: 0 4px;
  box-sizing: border-box;
  margin-right: 6px;
}
.wrap .item3 .hot li.hot3 div .type span.hqlc::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon/ico4.png") center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.wrap .item3 .hot li.hot3 div .type span.rrjx::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon/ico5.png") center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.wrap .item3 .hot li.hot3 div .type span.ssqy::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon/ico6.png") center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.wrap .item3 .hot li.hot3 div .nyl {
  font-size: 40px;
  line-height: 40px;
  color: #433834;
  margin-top: 26px;
  font-weight: 600;
}
.wrap .item3 .hot li.hot3 div .nyl_text {
  font-size: 16px;
  line-height: 22px;
  color: rgba(67, 56, 52, 0.4);
  margin-top: 8px;
}
.wrap .item3 .hot li.hot3 div .view_detail {
  height: 54px;
  font-size: 24px;
  line-height: 54px;
  color: #f55001;
  text-align: center;
  border: 1px solid rgba(245, 80, 1, 0.4);
  display: block;
  margin-top: 24px;
}
.wrap .item4 {
  height: 500px;
  background: url("../images/bg4.jpg") center center no-repeat;
  background-size: 1920px 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .item4 .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .item4 .newbox {
  width: 588px;
  height: 350px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 24px;
  box-sizing: border-box;
  *zoom: 1;
}
.wrap .item4 .newbox:after,
.wrap .item4 .newbox:before {
  content: " ";
  display: table;
}
.wrap .item4 .newbox:after {
  clear: both;
}
.wrap .item4 .newbox h4 {
  font-size: 14px;
  line-height: 22px;
  color: #433834;
  padding: 16px 0;
  border-bottom: 1px solid rgba(67, 56, 52, 0.1);
}
.wrap .item4 .newbox h4 a {
  font-size: 12px;
  line-height: 17px;
  color: #6d5b55;
  float: right;
}
.wrap .item4 .newbox ul li:nth-child(1) {
  margin-top: 24px;
}
.wrap .item4 .newbox ul li:nth-child(1) a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .item4 .newbox ul li:nth-child(1) a .img {
  width: 240px;
  height: 160px;
}
.wrap .item4 .newbox ul li:nth-child(1) a .img img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}
.wrap .item4 .newbox ul li:nth-child(1) a .con {
  width: 276px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.wrap .item4 .newbox ul li:nth-child(1) a .con .title {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #433834;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .item4 .newbox ul li:nth-child(1) a .con .content {
  font-size: 12px;
  line-height: 18px;
  color: rgba(67, 56, 52, 0.8);
  overflow :hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.wrap .item4 .newbox ul li:nth-child(1) a .con .date {
  font-size: 14px;
  line-height: 22px;
  color: rgba(67, 56, 52, 0.4);
}
.wrap .item4 .newbox ul li:nth-child(2),
.wrap .item4 .newbox ul li:nth-child(3) {
  margin-top: 24px;
}
.wrap .item4 .newbox ul li:nth-child(2) a,
.wrap .item4 .newbox ul li:nth-child(3) a {
  *zoom: 1;
}
.wrap .item4 .newbox ul li:nth-child(2) a:after,
.wrap .item4 .newbox ul li:nth-child(3) a:after,
.wrap .item4 .newbox ul li:nth-child(2) a:before,
.wrap .item4 .newbox ul li:nth-child(3) a:before {
  content: " ";
  display: table;
}
.wrap .item4 .newbox ul li:nth-child(2) a:after,
.wrap .item4 .newbox ul li:nth-child(3) a:after {
  clear: both;
}
.wrap .item4 .newbox ul li:nth-child(2) a .title,
.wrap .item4 .newbox ul li:nth-child(3) a .title {
  width: 418px;
  font-size: 14px;
  line-height: 22px;
  color: #433834;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .item4 .newbox ul li:nth-child(2) a .date,
.wrap .item4 .newbox ul li:nth-child(3) a .date {
  font-size: 14px;
  line-height: 22px;
  color: rgba(67, 56, 52, 0.4);
  float: right;
}
.wrap .item4 .plbox {
  width: 588px;
  height: 350px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 24px;
  box-sizing: border-box;
}
.wrap .item4 .plbox h4 {
  font-size: 14px;
  line-height: 22px;
  color: #433834;
  padding: 16px 0;
  border-bottom: 1px solid rgba(67, 56, 52, 0.1);
}
.wrap .item4 .plbox h4 a {
  font-size: 12px;
  line-height: 17px;
  color: #6d5b55;
  float: right;
  display: none;
}
.wrap .item4 .plbox h4 a.cur {
  display: block;
}
.wrap .item4 .plbox .news_tabs {
  margin-top: 16px;
  *zoom: 1;
}
.wrap .item4 .plbox .news_tabs:after,
.wrap .item4 .plbox .news_tabs:before {
  content: " ";
  display: table;
}
.wrap .item4 .plbox .news_tabs:after {
  clear: both;
}
.wrap .item4 .plbox .news_tabs .news_tab {
  width: 80px;
  height: 28px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #6d5b55;
  border: 1px solid rgba(109, 91, 85, 0.4);
  box-sizing: border-box;
  float: left;
  margin-right: 8px;
  cursor: pointer;
}
.wrap .item4 .plbox .news_tabs .news_tab.cur,
.wrap .item4 .plbox .news_tabs .news_tab:hover {
  color: #fff;
  background: #f55001;
  border-color: #f55001;
}
.wrap .item4 .plbox ul {
  display: none;
}
.wrap .item4 .plbox ul.cur {
  display: block;
}
.wrap .item4 .plbox ul li {
  margin-top: 24px;
}
.wrap .item4 .plbox ul li a {
  *zoom: 1;
}
.wrap .item4 .plbox ul li a:after,
.wrap .item4 .plbox ul li a:before {
  content: " ";
  display: table;
}
.wrap .item4 .plbox ul li a:after {
  clear: both;
}
.wrap .item4 .plbox ul li a .title {
  width: 418px;
  font-size: 14px;
  line-height: 22px;
  color: #433834;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .item4 .plbox ul li a .date {
  font-size: 14px;
  line-height: 22px;
  color: rgba(67, 56, 52, 0.4);
  float: right;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
