html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  position: relative;
  margin: 0;
  min-height: calc(100% - 40px);
  padding-bottom: 40px;
}
a {
  text-decoration: none;
}
.index_box_2 .anli .anli_box .box_left p:nth-child(2) {
  display: none;
}
.none {
  display: none!important;
}
.visibility {
  visibility: visible!important;
}
span {
  display: block;
}
.header {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header img {
  display: block;
}
.header .index_top_image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.header .index_top_image img {
  width: 1920px;
}
.header .index_top_image .b {
  display: none;
}
@media (max-width: 760px) {
  .header .index_top_image img {
    width: 100%;
  }
  .header .index_top_image .a {
    display: none;
  }
  .header .index_top_image .b {
    display: block;
  }
}
.menu {
  width: 220px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 10;
}
.menu ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu ul li {
  width: 100%;
  height: 100px;
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
}
.menu ul li .url {
  display: block;
  width: 100%;
}
.menu ul li .url span {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 22px;
}
.menu ul li .ul {
  display: none;
  min-width: 150px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 100%;
}
.menu ul li .ul .ul_box {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.menu ul li .ul .ul_box a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  color: white;
  text-align: center;
  font-size: 20px;
}
.menu ul li .ul .ul_box a:hover {
  background-color: white;
  color: black;
}
.menu ul li:hover .url {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #979797;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu ul li:hover .url span {
  width: 70px;
  height: 70px;
  padding: 5px 8px;
  line-height: 27px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #3f83d8;
  text-align-last: center;
  font-size: 22px;
}
.menu ul li:hover .ul {
  display: block;
}
@media (max-width: 760px) {
  .menu {
    width: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
    height: auto;
    background-color: transparent;
    position: static;
  }
  .menu ul {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .menu ul li {
    width: auto;
    height: auto;
  }
  .menu ul li .url {
    width: auto;
    padding: 8px 10px;
    background-color: #3f83d8;
    border-radius: 30px;
  }
  .menu ul li .url span {
    width: 22px;
    font-size: 18px;
  }
  .menu ul .active .url {
    background-color: #ff5a0c;
  }
  .menu ul .active .url span {
    line-height: 30px;
  }
  .menu ul li:hover .url {
    width: auto;
    height: auto;
    border-radius: 30px;
    background-color: transparent;
    display: block;
  }
  .menu ul li:hover .url span {
    width: 22px;
    height: auto;
    padding: 0;
    line-height: auto;
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
  }
  .menu ul li:hover .ul {
    display: none;
  }
}
.index_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index_title .itbox span {
  width: 100%;
  text-align: center;
  color: black;
  letter-spacing: 2px;
  font-size: 33px;
}
.index_title .itbox i {
  width: 200px;
  height: 3px;
  display: block;
  background: linear-gradient(to right, #000000 50%, #ff5a0c 50%);
  margin-top: 20px;
}
@media (max-width: 760px) {
  .index_title .itbox span {
    font-size: 28px;
  }
  .index_title .itbox i {
    width: 180px;
    margin-top: 15px;
  }
}
.more {
  width: 100%;
  display: flex;
  justify-content: center;
}
.more a {
  display: block;
  font-size: 20px;
  color: white;
  letter-spacing: 1px;
  padding: 2px 25px;
  border: 1px solid white;
}
@media (max-width: 760px) {
  .more a {
    font-size: 18px;
    padding: 2px 20px;
  }
}
.our {
  width: 100%;
  padding-top: 140px;
  overflow: hidden;
  position: relative;
}
.our img {
  display: block;
}
.our .box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.our .box .our_box {
  width: 750px;
}
.our .box .our_box .index_title {
  justify-content: flex-start;
}
.our .box .our_box .text {
  margin-top: 30px;
}
.our .box .our_box .text span {
  display: inline;
  color: black;
  line-height: 55px;
  text-align: justify;
  font-size: 21px;
}
.our .box .our_box .text .a {
  font-weight: 600;
}
.our .box_2 {
  width: 100%;
  height: 200px;
  margin-top: 70px;
  background-color: #3f83d8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.our .box_2 .more {
  width: 1200px;
  justify-content: flex-start;
}
.our .bei_image {
  width: 700px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.our .bei_image img {
  width: 100%;
}
@media (max-width: 1550px) {
  .our .bei_image {
    right: -200px;
  }
}
@media (max-width: 1200px) {
  .our {
    padding-bottom: 280px;
  }
  .our .box {
    width: 90%;
  }
  .our .box .our_box {
    width: 100%;
  }
  .our .box .our_box .index_title {
    justify-content: center;
  }
  .our .box .our_box .text .a {
    color: #ff5a0c;
  }
  .our .box_2 {
    height: auto;
    margin-top: 30px;
    background-color: transparent;
  }
  .our .box_2 .more {
    width: 90%;
  }
  .our .box_2 .more a {
    color: #ff5a0c;
    border: 1px solid #ff5a0c;
  }
  .our .bei_image {
    width: 300px;
    right: 0;
  }
  .our:before {
    content: '';
    width: 100%;
    height: 100px;
    background-color: #3f83d8;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 760px) {
  .our {
    padding-top: 50px;
    padding-bottom: 210px;
  }
  .our .box .our_box .text {
    margin-top: 20px;
  }
  .our .box .our_box .text span {
    font-size: 18px;
    line-height: 30px;
  }
  .our .box .our_box .text .a {
    color: #ff5a0c;
  }
  .our .box_2 {
    margin-top: 15px;
  }
  .our .bei_image {
    width: 240px;
  }
  .our:before {
    height: 80px;
  }
}
.product {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  border-bottom: 20px solid #3f83d8;
}
.product .ftitle {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  color: #ff5a0c;
  letter-spacing: 3px;
  font-size: 18px;
}
.product .box {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.product .box .column {
  width: 180px;
  background-color: black;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.product .box .column a {
  width: calc(100% - 16px);
  padding: 10px 0;
  border-bottom: 1px solid white;
}
.product .box .column a span {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 15px;
  text-align: right;
  color: white;
  letter-spacing: 2px;
  font-size: 24px;
}
.product .box .column a:hover span {
  background-color: #ff5a0c;
  color: black;
}
.product .box .column a:nth-last-child(1) {
  border-bottom: 0;
}
.product .box .swiper_box {
  width: calc(100% - 180px);
  padding: 40px 0;
  background: url('../img/009_1.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.product .box .swiper_box .swiper-button-next,
.product .box .swiper_box .swiper-button-prev {
  display: none;
}
@media (max-width: 760px) {
  .product {
    padding-top: 30px;
    border-bottom: 0;
  }
  .product .ftitle {
    display: none;
  }
  .product .box {
    flex-direction: column;
    margin-top: 20px;
  }
  .product .box .column {
    width: 100%;
    padding: 4px 0;
    background-color: #8c8c8c;
    flex-flow: row;
    align-items: stretch;
  }
  .product .box .column a {
    width: calc(100% / 8);
    padding: 15px 0;
    border-bottom: 0;
    border-right: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product .box .column a span {
    width: 18px;
    padding: 0;
    text-align: center;
    color: black;
    letter-spacing: 0;
    line-height: 18px;
    font-size: 16px;
  }
  .product .box .column a:nth-last-child(1) {
    border-right: 0;
  }
  .product .box .swiper_box {
    width: 100%;
    padding: 0;
    padding-top: 80px;
    background: url('../img/009_2.jpg') no-repeat;
    background-size: 100% auto;
  }
  .product .box .swiper_box .sbox {
    width: 100%;
    position: relative;
  }
  .product .box .swiper_box .sbox .swiper-button-next,
  .product .box .swiper_box .sbox .swiper-button-prev:after {
    color: rgba(0, 0, 0, 0) !important;
  }
  .product .box .swiper_box .sbox .swiper-button-next,
  .product .box .swiper_box .sbox .swiper-button-prev {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .product .box .swiper_box .sbox .swiper-button-next {
    right: 10px;
    background: url('../img/004_1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  .product .box .swiper_box .sbox .swiper-button-prev {
    left: 10px;
    background: url('../img/004_2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
}
.index_box_2 {
  width: 100%;
  overflow: hidden;
  padding-top: 120px;
  background: url('../img/007.png') no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}
.index_box_2 img {
  display: block;
}
.index_box_2 .box_top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index_box_2 .box_top .list {
  margin-right: 100px;
}
.index_box_2 .box_top .list img {
  width: 130px;
  margin: 0 auto;
}
.index_box_2 .box_top .list span {
  width: 100%;
  text-align: center;
  color: #ff5a0c;
  letter-spacing: 2px;
  margin: 12px 0;
  font-size: 22px;
}
.index_box_2 .box_top .list p {
  margin: 0;
  width: 150px;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}
.index_box_2 .box_top .list:nth-last-child(1) {
  margin-right: 0;
}
.index_box_2 .xuanfu {
  width: 220px;
  position: absolute;
  top: 0;
  right: 220px;
}
.index_box_2 .xuanfu .image {
  width: 100%;
}
.index_box_2 .xuanfu .image img {
  width: 100%;
}
.index_box_2 .xuanfu .canshu {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.index_box_2 .xuanfu .canshu .a {
  width: 60px;
  margin: 0 auto;
}
.index_box_2 .xuanfu .canshu span {
  font-weight: 600;
  color: black;
  text-align: center;
  font-size: 22px;
}
.index_box_2 .xuanfu .canshu .b {
  width: 125px;
  margin: 0 auto;
  margin-top: 15px;
}
.index_box_2 .anli {
  width: 100%;
  height: 760px;
  margin-top: 100px;
  position: relative;
}
.index_box_2 .anli .index_title {
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
.index_box_2 .anli .index_title .itbox {
  margin-left: 300px;
}
.index_box_2 .anli .index_title .itbox span {
  color: white;
}
.index_box_2 .anli .index_title .itbox i {
  background: linear-gradient(to right, #ffffff 50%, #000000 50%);
}
.index_box_2 .anli .bei {
  display: block;
  width: 700px;
  height: 760px;
  background-color: #ff5a0c;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.index_box_2 .anli .anli_box {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.index_box_2 .anli .anli_box .box_left {
  width: 210px;
  padding: 0 70px 0 120px;
}
.index_box_2 .anli .anli_box .box_left p {
  margin: 0;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 50px;
}
.index_box_2 .anli .anli_box .box_left .more {
  justify-content: flex-start;
  margin-top: 30px;
}
.index_box_2 .anli .anli_box .box_right {
  width: calc(100% - 400px);
  position: relative;
}
.index_box_2 .anli .anli_box .box_right .btn_box {
  width: 70%;
  position: absolute;
  top: calc(100% + 50px);
  left: 15%;
  display: flex;
  justify-content: space-between;
}
.index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-next,
.index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-next,
.index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-prev {
  display: block;
  width: 110px;
  height: 55px;
  position: static!important;
}
.index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-next {
  background: url('../img/left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-prev {
  background: url('../img/right.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media (max-width: 1600px) {
  .index_box_2 .xuanfu {
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .index_box_2 .xuanfu {
    display: none;
  }
}
@media (max-width: 900px) {
  .index_box_2 .anli {
    height: auto;
  }
  .index_box_2 .anli .index_title {
    justify-content: center;
    padding-top: 0;
  }
  .index_box_2 .anli .index_title .itbox {
    margin-left: 0;
  }
  .index_box_2 .anli .index_title .itbox span {
    color: black;
  }
  .index_box_2 .anli .anli_box .box_left p:nth-child(1) {
    display: none;
  }
  .index_box_2 .anli .anli_box .box_left p:nth-child(2) {
    display: block;
  }
  .index_box_2 .anli .index_title .itbox i {
    background: linear-gradient(to right, #000000 50%, #ff5a0c 50%);
  }
  .index_box_2 .anli .bei {
    display: none;
  }
  .index_box_2 .anli .anli_box {
    background: linear-gradient(to right, #ff5a0c 50%, #ffffff 50%);
    padding-bottom: 140px;
  }
  .index_box_2 .anli .anli_box .box_left {
    width: 70px;
    padding: 0 30px 0 10px;
  }
  .index_box_2 .anli .anli_box .box_left p {
    width: 70px;
    height: 180px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 35px;
    writing-mode: vertical-rl;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index_box_2 .anli .anli_box .box_left p img {
      height: 180px;
  }
  .index_box_2 .anli .anli_box .box_left p：nth-child(1){
      display: none;
  }
  .index_box_2 .anli .anli_box .box_left .more {
    display: none;
  }
  .index_box_2 .anli .anli_box .box_right {
    width: calc(100% - 110px);
  }
}
@media (max-width: 760px) {
  .index_box_2 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .index_box_2 .box_top .list {
    margin-right: 30px;
  }
  .index_box_2 .box_top .list img {
    width: 70px;
  }
  .index_box_2 .box_top .list span {
    margin: 10px 0;
    font-size: 14px;
  }
  .index_box_2 .box_top .list p {
    display: none;
  }
  .index_box_2 .anli {
    margin-top: 30px;
  }
  .index_box_2 .anli .anli_box {
    background: linear-gradient(to right, #ff5a0c 50%, #ffffff 50%);
    padding-bottom: 0;
    align-items: flex-start;
  }
  .index_box_2 .anli .anli_box .box_left {
    padding: 60px 30px 60px 10px;
  }
  .index_box_2 .anli .anli_box .box_right {
    width: calc(90% - 110px);
  }
  .index_box_2 .anli .anli_box .box_right .btn_box {
    width: 100%;
    top: calc(100% + 30px);
    left: 0;
  }
  .index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-next,
  .index_box_2 .anli .anli_box .box_right .btn_box .swiper-button-prev {
    width: 60px;
    height: 30px;
  }
}
.zizhi {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.zizhi img {
  display: block;
}
.zizhi .b_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.zizhi .b_img img {
  width: 1920px;
}
.zizhi .box {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 0;
}
.zizhi .box .ftitle {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  color: #424242;
  margin: 20px 0;
}
.zizhi .box .more a {
  color: #424242;
  padding: 5px 25px;
  border: 1px solid #424242;
}
.zizhi .url_box {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 59.3%;
  left: 0;
}
.zizhi .url_box .url {
  display: block;
  width: 250px;
  height: 150px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .zizhi .b_img img {
    width: 900px;
  }
  .zizhi .box {
    top: 30px;
    left: 0;
  }
  .zizhi .box .ftitle {
    display: none;
  }
  .zizhi .box .more {
    display: none;
  }
  .zizhi .url_box .url {
    width: 120px;
    height: 71px;
  }
}
.new {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 40px 0;
}
.new .ftitle {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  color: #ff5a0c;
  margin: 20px 0;
}
.new .box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.new .box .list_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.new .box .list_box .list {
  width: 25%;
  margin-right: 4%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.new .box .list_box .list .time {
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.new .box .list_box .list .time span {
  display: block;
  color: black;
}
.new .box .list_box .list .time span:nth-child(1) {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
}
.new .box .list_box .list .time span:nth-child(2) {
  font-size: 20px;
  margin-top: 4px;
}
.new .box .list_box .list i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 0;
  margin-left: 16px;
  border-radius: 50%;
  background-color: black;
}
.new .box .list_box .list .text {
  width: 100%;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.new .box .list_box .list .text span {
  display: block;
  font-weight: 600;
  color: black;
  letter-spacing: 2px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new .box .list_box .list .text p {
  margin: 0 auto;
  margin-top: 15px;
  color: black;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.new .box .list_box .list:nth-last-child(1) {
  margin-right: 0;
}
.new .box .list_box .list:nth-child(1) i {
  background-color: #ff5a0c;
}
.new .box .list_box .list:nth-child(1) .text span {
  color: #ff5a0c;
}
.new .box .list_box .list:nth-child(n+2) .text p {
  display: none;
}
.new .box .list_box .list:nth-child(2n) .time {
  order: 3;
  justify-content: flex-start;
}
.new .box .list_box .list:nth-child(2n) i {
  order: 2;
}
.new .box .list_box .list:nth-child(2n) .text {
  order: 1;
  justify-content: flex-end;
}
.new .box .list_box .list:hover .text span {
  color: #ff5a0c;
}
.new .box .jiantou {
  width: 40px;
  position: absolute;
  top: 78px;
}
.new .box .jiantou img {
  width: 100%;
}
.new .box .left_jiantou {
  left: 0;
}
.new .box .right_jiantou {
  right: 0;
}
.new .box .top_jiantou {
  display: none;
}
.new .box .new_more {
  width: 140px;
  position: absolute;
  top: 74px;
  right: -155px;
}
.new .box .new_more img {
  width: 100%;
}
.new .box .new_more .b {
  display: none;
}
.new .box .new_more span {
  color: white;
  letter-spacing: 2px;
  font-size: 26px;
  position: absolute;
  top: 23px;
  left: 60px;
}
.new .box .ighe {
  width: 700px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 115px;
  right: 100%;
}
.new .box::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  z-index: 1;
  top: 115px;
  left: 0;
}
@media (max-width: 1600px) {
  .new .box {
    width: calc(96% - 320px);
  }
}
@media (max-width: 1200px) {
  .new {
    padding: 70px 0 120px 0;
  }
  .new .box {
    width: 96%;
  }
  .new .box .new_more {
    top: 100%;
    right: 0;
  }
  .new .box .ighe {
    display: none;
  }
}
@media (max-width: 760px) {
  .new {
    padding: 70px 0 100px 0;
  }
  .new .index_title {
    display: none;
  }
  .new .ftitle {
    display: none;
  }
  .new .box {
    width: 96%;
    margin-top: 0;
  }
  .new .box .list_box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 11;
  }
  .new .box .list_box .list {
    width: 95%;
    margin-right: 0;
  }
  .new .box .list_box .list .time {
    display: none;
  }
  .new .box .list_box .list i {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-left: 0;
    position: absolute;
    top: 7px;
    left: -23px;
  }
  .new .box .list_box .list .text {
    height: 90px;
    display: block;
  }
  .new .box .list_box .list .text span {
    font-size: 18px;
  }
  .new .box .list_box .list .text p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    -webkit-line-clamp: 2;
  }
  .new .box .jiantou {
    width: 40px;
    top: -35px;
  }
  .new .box .left_jiantou {
    display: none;
  }
  .new .box .right_jiantou {
    display: none;
  }
  .new .box .top_jiantou {
    display: block;
    left: 22px;
  }
  .new .box .new_more {
    width: 84px;
    top: auto;
    right: auto;
    bottom: -90px;
    z-index: 10;
    left: 0;
  }
  .new .box .new_more .a {
    display: none;
  }
  .new .box .new_more .b {
    display: block;
  }
  .new .box .new_more span {
    width: 26px;
    text-align: center;
    letter-spacing: 0;
    font-size: 22px;
    top: 21px;
    left: 28px;
  }
  .new .box .ighe {
    display: block;
    width: 2px;
    height: 40px;
    top: -35px;
    left: 41px;
    right: auto;
  }
  .new .box::before {
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    left: 41px;
    z-index: 5;
  }
}
.foot {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.foot img {
  display: block;
}
.foot .box {
  width: 1420px;
  height: 440px;
  background: url('../img/013.png') no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
}
.foot .box .zimg {
  width: 400px;
  position: absolute;
  bottom: 0;
  left: -130px;
}
.foot .box .zimg img {
  width: 100%;
}
.foot .box .zimg .b {
  display: none;
}
.foot .box .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.foot .box .content .box_top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.foot .box .content .box_top .list {
  margin-left: 30px;
  margin-top: -45px;
  width: 380px;
  height: 180px;
  background-color: #ff5a0c;
  display: flex;
  align-items: center;
  position: relative;
}
.foot .box .content .box_top .list span {
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.foot .box .content .box_top .list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .box .content .box_top .list .img img {
  height: 130px;
}
.foot .box .content .box_top .list:nth-last-child(1) {
  margin-right: 0;
}
.foot .box .content .box_bottom {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .box .content .box_bottom .erwei {
  display: flex;
}
.foot .box .content .box_bottom .erwei .image {
  margin-right: 35px;
}
.foot .box .content .box_bottom .erwei .image img {
  width: 130px;
}
.foot .box .content .box_bottom .erwei .image span {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.foot .box .content .box_bottom .erwei .image:nth-last-child(1) {
  margin-right: 0;
}
.foot .box .content .box_bottom .text {
  margin-left: 35px;
}
.foot .box .content .box_bottom .text span {
  color: white;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 18px;
}
.foot .box .content .box_bottom .text span:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .foot .box {
    width: calc(100% - 140px);
  }
  .foot .box .content .box_top {
    width: calc(100% - 270px);
    margin-left: 270px;
  }
  .foot .box .content .box_top .list {
    width: 260px;
    height: 180px;
  }
  .foot .box .content .box_bottom {
    width: calc(100% - 270px);
    margin-left: 270px;
  }
  .foot .box .content .box_bottom .text {
    display: none;
  }
}
@media (max-width: 1100px) {
  .foot .box {
    width: calc(100% - 80px);
    height: 350px;
  }
  .foot .box .zimg {
    width: 290px;
    left: -80px;
  }
  .foot .box .content {
    display: flex;
    align-items: center;
  }
  .foot .box .content .box_top {
    display: none;
  }
  .foot .box .content .box_bottom {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .foot {
    padding-top: 0;
    margin-top: -140px;
  }
  .foot .box {
    width: 100%;
    height: auto;
    background: transparent;
  }
  .foot .box .zimg {
    width: auto;
    position: static;
    float: right;
  }
  .foot .box .zimg img {
    height: 140px;
  }
  .foot .box .zimg .a {
    display: none;
  }
  .foot .box .zimg .b {
    display: block;
  }
  .foot .box .content {
    display: none;
  }
}
@media (max-width: 760px) {
  body {
    min-height: calc(100% - 100px);
    padding-bottom: 100px;
  }
}
.foot_copyright {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  background-color: #ff5a0c;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.foot_copyright .fc {
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 60px;
    border-bottom: 1px solid white;
  }
}
.tabber {
  width: 100%;
  height: 60px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
  justify-content: space-between;
}
.tabber a {
  width: 50%;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabber a img {
  height: 50px;
  display: block;
}
.tabber a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  font-weight: 600;
}
.tabber a:nth-child(1) {
  background-color: #ff5a0c;
}
.tabber a:nth-child(2) {
  background-color: black;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  min-height: 10px;
}
.common_image img {
  width: 100%;
  display: block;
}
.common_image .b {
  display: none;
}
@media (max-width: 760px) {
  .common_image .a {
    display: none;
  }
  .common_image .b {
    display: block;
  }
}
.menu2 {
  width: 100%;
  height: 80px;
  background-color: #3f83d8;
}
.menu2 ul {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu2 ul li {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 5px;
  position: relative;
}
.menu2 ul li .url {
  display: block;
  text-decoration: none;
  color: white;
  text-align: center;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 18px;
}
.menu2 ul li .ul {
  display: none;
  min-width: 100%;
  padding: 10px 0;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  background-color: #3f83d8;
}
.menu2 ul li .ul a {
  display: block;
  box-sizing: border-box;
  padding: 6px 10px;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 18px;
}
.menu2 ul li .ul a:hover {
  background-color: #ff5a0c;
}
.menu2 ul li:hover .url {
  background-color: #ff5a0c;
}
.menu2 ul li:hover .ul {
  display: block;
}
@media (max-width: 760px) {
  .menu2 {
    width: 100%;
    height: auto;
    padding: 4px 10px;
    box-sizing: border-box;
    background-color: transparent;
  }
  .menu2 ul {
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
  }
  .menu2 ul li {
    height: auto;
    margin-right: 0;
  }
  .menu2 ul li .url {
    width: 22px;
    padding: 8px 10px;
    border-radius: 30px;
    background-color: #3f83d8;
  }
  .menu2 ul li .ul {
    display: none;
  }
  .menu2 ul .active .url {
    background-color: #ff5a0c;
    line-height: 30px;
  }
  .menu2 ul li:hover .url {
    background-color: #ff5a0c;
    line-height: 30px;
  }
  .menu2 ul li:hover .ul {
    display: none;
  }
}
.common {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #ff5a0c;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .common {
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 160px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #ff5a0c;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #ff5a0c;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 180px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 15px;
    background-color: #3f83d8;
    margin-right: 15px;
    color: white;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.com_product_box a .image {
  overflow: hidden;
}
.com_product_box a .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 15px;
  text-align: center;
  color: white;
  background-color: #3f83d8;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 10px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #000000;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  width: 48%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: black;
  padding: 20px 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000000;
}
.com_new_box a .time {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 5px 0;
}
.com_new_box a span {
  display: block;
  width: 100%;
  font-weight: 600;
  margin: 3px 0;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.com_new_box a p {
  margin: 0;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.com_new_box a:hover {
  border-bottom: 2px solid #3f83d8;
  box-shadow: 0 0 2px rgba(63, 131, 216, 0.7);
}
.com_new_box a:hover span {
  color: #3f83d8;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
  .com_new_box a span {
    font-size: 18px;
  }
}
