body {
  background-color: #F8F8F8;
}
.pcnav {
  height: 150px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pcnav .bg {
  position: absolute;
}
.pcnav .logo {
  position: absolute;
  margin: 30px 30px 0 130px;
  width: 269px;
  height: 43px;
}
.pcnav .nav {
  position: absolute;
  top: 90px;
  right: 0;
  width: 65%;
}
.nav {
  background-color: #fff;
  height: 30px;
  justify-content: space-between;
  font-size: 17px;
  box-sizing: content-box;
  width: 100%;
}
.nav .nav_li {
  flex: 1;
  text-align: center;
  position: relative;
  border-right: 1px solid;
  border-image: linear-gradient(to top, #acacac, #fff) 1;
}
.nav .nav_li:last-child {
  border: 0;
}
.nav .nav_li a {
  color: #000;
}
.nav .nav_li .active {
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e07f55;
  height: 3px;
  width: 100%;
}
.nav .nav_li .nav2 {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  padding: 20px;
}
.nav .nav_li .nav2 .box {
  display: flex;
}
.nav .nav_li .nav2 .box .nav2_list {
  margin-right: 20px;
}
.nav .nav_li .nav2 .box .nav2_list li {
  line-height: 37px;
  min-width: 126px;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #c0bfbf;
}
.nav .nav_li .nav2 .box .nav2_list li:last-child {
  border: 0;
}
.nav .nav_li .nav2 .box .nav2_list a {
  color: #666666;
  font-size: 17px;
  font-weight: normal;
}
.nav .nav_li .nav2 .box .nav2_list a:hover {
  color: #E05114 !important;
}
.nav .nav_li .nav2 .box img {
  width: 227px;
  height: 150px;
  border-radius: 3px;
}
.nav .active_li a {
  color: #E05114;
}
.nav .active_li .option {
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #E05114;
  height: 3px;
  width: 100%;
}
.nav-link {
  white-space: nowrap;
}
.dropdown-item:active {
  background-color: #E05114;
}
/* swiper轮播 */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 600px; */
}
.swiper-pagination {
  display: flex !important;
  justify-content: flex-end !important;
  padding-right: 15px;
}
.swiper-slide {
  position: relative;
}
.swiper-slide .tbox {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 100px 5px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.cxfw li {
  font-size: 16px;
}
.cxfw li .icon {
  width: 100px;
  height: 100px;
}
.cxfw-item {
  height: 160px;
  position: relative;
  width: 100%;
}
.cxfw-item .cxfw-item-box,
.cxfw-item .cxfw-item-box2 {
  margin-left: 15%;
  display: flex;
  padding: 30px 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 205px;
  overflow: hidden;
  border-radius: 20px;
}
.cxfw-item .cxfw-item-box .let,
.cxfw-item .cxfw-item-box2 .let {
  display: flex;
  flex-direction: column;
}
.cxfw-item .cxfw-item-box .let .icon,
.cxfw-item .cxfw-item-box2 .let .icon {
  width: 100px;
  height: 100px;
}
.cxfw-item .cxfw-item-box .let .text,
.cxfw-item .cxfw-item-box2 .let .text {
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}
.cxfw-item .cxfw-item-box .rig,
.cxfw-item .cxfw-item-box2 .rig {
  margin-left: 60px;
  border-left: 1px solid #b7b3b3;
  padding: 0 60px;
}
.cxfw-item .cxfw-item-box:hover {
  background-color: #fff;
  width: 530px;
  height: 255px;
  transition: all 0.5s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.cxfw-item .cxfw-item-box:hover .rig .gzh {
  width: 200px;
  height: 200px;
}
.cxfw-item .cxfw-item-box2:hover {
  background-color: #fff;
  width: 905px;
  height: 255px;
  transition: all 0.5s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.cxfw-item .cxfw-item-box2:hover .rig {
  display: flex;
}
.cxfw-item .cxfw-item-box2:hover .rig .text {
  width: 250px;
  margin-right: 20px;
}
.cxfw-item .cxfw-item-box2:hover .rig img {
  width: 300px;
  height: 200px;
  border-radius: 3px;
}
.cxfw-item .cxfw-item-box3,
.cxfw-item .cxfw-item-box4 {
  margin-right: 15%;
  display: flex;
  padding: 30px 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 205px;
  overflow: hidden;
  border-radius: 20px;
}
.cxfw-item .cxfw-item-box3 .let,
.cxfw-item .cxfw-item-box4 .let {
  display: flex;
  flex-direction: column;
}
.cxfw-item .cxfw-item-box3 .let .icon,
.cxfw-item .cxfw-item-box4 .let .icon {
  width: 100px;
  height: 100px;
}
.cxfw-item .cxfw-item-box3 .let .text,
.cxfw-item .cxfw-item-box4 .let .text {
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}
.cxfw-item .cxfw-item-box3 .rig,
.cxfw-item .cxfw-item-box4 .rig {
  margin-left: 60px;
  border-left: 1px solid #fff;
  padding: 0 60px;
}
.cxfw-item .cxfw-item-box3:hover {
  background-color: #fff;
  width: 630px;
  height: 255px;
  transition: all 0.5s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.cxfw-item .cxfw-item-box3:hover .rig ul {
  min-width: 290px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cxfw-item .cxfw-item-box3:hover .rig ul .li {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 6px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.cxfw-item .cxfw-item-box3:hover .rig ul .li img {
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
}
.cxfw-item .cxfw-item-box4:hover {
  background-color: #fff;
  width: 900px;
  height: 255px;
  transition: all 0.5s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.cxfw-item .cxfw-item-box4:hover .rig {
  display: flex;
}
.cxfw-item .cxfw-item-box4:hover .rig .js {
  width: 230px;
  margin-right: 30px;
}
.cxfw-item .cxfw-item-box4:hover .rig .js .title {
  font-weight: bold;
}
.cxfw-item .cxfw-item-box4:hover .rig img {
  width: 300px;
  height: 200px;
}
.morebtn {
  font-size: 16px;
}
.mySwiper2 {
  max-height: 350px !important;
  overflow: hidden;
}
.mySwiper2 .swiper-container,
.mySwiper2 .swiper-slide {
  max-height: 350px !important;
}
.mySwiper2 img {
  display: block;
  height: 100%;
}
.tabs {
  font-size: 20px;
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5dfdf;
}
.tabs .item {
  padding: 6px 10px;
}
.tabs .item:hover {
  cursor: pointer;
}
.tabs .active {
  color: #E05114;
}
.zxzx-list .item {
  height: 85px;
  margin-bottom: 25px;
  display: flex;
}
.zxzx-list .item:last-child {
  margin-bottom: 0;
}
.zxzx-list .item .lef {
  position: relative;
  top: -3px;
  min-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px !important;
  height: 80px !important;
  color: #999999;
}
.zxzx-list .item .lef .r {
  font-size: 23px;
  font-weight: bold;
}
.zxzx-list .item .lef .ny {
  font-size: 15px;
}
.zxzx-list .item .rig .title {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.zxzx-list .item .rig .text {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 770px) {
  .mySwiper2 .swiper-container,
  .mySwiper2 .swiper-slide {
    max-height: 300px;
  }
}

