/*  导航 */
.header {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #fe5722;
}
.header .header_type {
  display: flex;
  align-items: center;
}
.header .header_type .logo {
  width: 100px;
  height: auto;
}
.header .header_type .web_nav {
  display: none;
}
.header .header_type .nav {
  width: 760px;
  height: 40px;
  margin-left: 200px;
  align-items: center;
}
.header .header_type .nav .nav_list {
  width: 100px;
  height: 40px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  border-top: 2px solid #fff;
}
.header .header_type .nav .nav_list:last-child {
  margin-right: 0;
}
.header .header_type .nav .nav_list a {
  width: 100%;
  height: 100%;
  display: block;
}
.header .header_type .nav .nav_list a .nav_name {
  color: #4d4d4d;
  font-size: 16px;
}
.header .header_type .nav .active {
  border-top: 2px solid #ff6637;
}
.header .header_type .nav .active a .nav_name {
  color: #ff6637;
}
.header .header_type .nav .nav_list:hover {
  border-top: 2px solid #ff6637;
}
.header .header_type .nav .nav_list:hover a .nav_name {
  color: #ff6637;
}

/* banner */
.banner {
  width: 100%;
  height: 720px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.bt_img {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
/* page1 */
.page1 {
  margin-top: 50px;
}
.page1 .info {
  justify-content: space-between;
}
.page1 .info .image {
  width: 48%;
  height: auto;
}
.page1 .info .type {
  width: 48%;
}
.page1 .info .type .title {
  font-size: 28px;
  color: #666;
}
.page1 .info .type .entitle {
  font-size: 48px;
  color: #f5511e;
}
.page1 .info .type .deac {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  text-indent: 2em;
  font-family: 宋体;
}

/* page2 */
.page2 {
  height: auto;
  margin-top: 50px;
}
.page2 .video_type {
  margin: 0 auto;
  width: 80%;
  height: 30vw;
  background-color: #000;
}
.page2 .video_type video {
  width: 100%;
  height: 100%;
}

/* page3 */
.page3 {
  margin-top: 50px;
  height: auto;
}

.page3 .type {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 30px;
}
.page3 .type .info {
}
.page3 .type .info .list {
  width: 380px;
  height: auto;
  padding: 10px;
  margin-right: 30px;
  display: inline-block;
}

.page3 .info .list .image {
  width: 100%;
  height: auto;
}
.page3 .info .list .title {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

/* 内页banner */
.nybanner {
  width: 100%;
  height: 360px;
}

/* 内页 */
.about {
  height: auto;
}
.about .xian {
  margin-top: 30px;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #ccc;
}
.about .xian .xian_tiao {
  width: 50px;
  height: 3px;
  background-color: #ff6637;
}
.about .type {
  width: 100%;
  margin: 20px auto;
  justify-content: space-between;
}
.about .type .left {
  width: 46%;
  height: auto;
}
.about .type .right {
  width: 50%;
  height: auto;
}
.about .type .entitle {
  font-size: 20px;
  color: #f5511e;
}
.about .type .title {
  font-size: 30px;
  color: #000;
}
.about .type .desc {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}

.about .type2 {
  width: 100%;
  margin: 20px auto;
  justify-content: space-between;
}
.about .type2 .left {
  width: 50%;
  height: auto;
}
.about .type2 .right {
  width: 45%;
  height: auto;
}
.about .type2 .right .desc {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}

.about .type3 {
  width: 100%;
  margin: 20px auto;
  justify-content: space-between;
}
.about .type3 .left {
  width: 50%;
  height: auto;
}
.about .type3 .right {
  width: 45%;
  height: auto;
}
.about .type3 .right .desc {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}

.about .honor {
  width: 50%;
  height: auto;
}

.about .honor_info {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.about .honor_info .honor_info_list {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  justify-content: space-between;
  align-items: center;
}
.about .honor_info .honor_info_list .time {
  font-size: 20px;
  color: #000;
  width: 100px;
}
.about .honor_info .honor_info_list .honor_info_tiao {
  width: 2px;
  height: 300px;
  background-color: #ccc;
}
.about .honor_info .honor_info_list .honor_info_tiao .honor_info_yuan {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .honor_info .honor_info_list .honor_info_title {
  font-size: 20px;
  color: #000;
  width: 500px;
}
.about .honor_info .honor_info_list .honor_info_img {
	width: 300px;
}

.product {
  margin: 30px auto;
}
.product .info_top {
  width: 100%;
}
.product .info_top .info_top_title {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.product .info_top .info_top_entitle {
  text-align: center;
  font-size: 14px;
  color: #b7946e;
}

.product .product_list {
  width: 100%;
  height: 50px;
  margin: 20px auto;
  justify-content: center;
}
.product .product_list .product_list_nav {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  border-bottom: 2px solid #fff;
  padding: 0 10px;
}
.product .product_list .product_list_nav.active {
  border-bottom: 2px solid #b7946e;
}
.product .product_list .product_list_nav.active a {
  color: #b7946e;
}
.product .product_list .product_list_nav:hover {
  border-bottom: 2px solid #b7946e;
}
.product .product_list .product_list_nav:hover a {
  color: #b7946e;
}

.product .product_con {
  flex-wrap: wrap;
}
.product .product_con .list {
  width: 22%;
  height: auto;
  border: 1px solid #ccc;
  padding: 10px;
  margin-right: 3%;
  margin-bottom: 3%;
}
.product .product_con .list:nth-child(4n) {
  margin-right: 0;
}
.product .product_con .list .image {
  width: 100%;
}
.product .product_con .list .title {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.product_details {
  padding: 10px;
}
.product_details .product_details_img {
  width: 350px;
  height: auto;
  border: 1px solid #ccc;
}
.product_details .product_details_title {
  width: calc(100% - 400px);
  margin-left: 30px;
  font-size: 25px;
  color: #333;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}

.product_details_xq {
  width: 100px;
  font-size: 14px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: -10px;
  text-align: center;
  color: #ff6537;
  border-bottom: 3px solid #ff6537;
}
.product_details_con {
  padding: 10px 0;
}

.news_con {
  margin: 20px auto;
}
.news_con .info_top {
  width: 100%;
}
.news_con .info_top .info_top_title {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.news_con .info_top .info_top_entitle {
  text-align: center;
  font-size: 14px;
  color: #b7946e;
}

.news_con .news {
  width: 100%;
  height: auto;
}
.news_con .news .list {
  width: 100%;
  height: 130px;
  padding-top: 20px;
  border-bottom: 1px dashed #ccc;
}
.news_con .news .list .time {
  width: 90px;
  height: 90px;
  background-color: #f2f2f2;
}
.news_con .news .list .time .year {
  font-size: 25px;
  margin-top: 20px;
  text-align: center;
  color: #666;
  line-height: 28px;
}
.news_con .news .list .time .data {
  font-size: 14px;
  text-align: center;
  color: #666;
}
.news_con .news .list .right_con {
  width: calc(100% - 110px);
  height: auto;
  margin-left: 20px;
}
.news_con .news .list .right_con .right_con_info {
  width: 100%;
}
.news_con .news .list .right_con .right_con_info .title {
  font-size: 14px;
  color: #666;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.news_con .news .list .right_con .deac {
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
  color: #808080;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_con .news .list:hover .right_con .right_con_info .title {
  color: #b7946e;
}

.news_details {
  width: 100%;
  margin: 50px auto;
}
.news_details .news_details_title {
  font-size: 25px;
  color: #333;
  font-weight: 400;
}
.news_details .news_details_time {
  font-size: 13px;
  color: #adadad;
  font-weight: 400;
  line-height: 40px;
}
.news_details .news_details_con {
  padding-top: 20px;
}

.contact {
  margin: 50px auto;
}
.contact .contact_advantage {
  width: 100%;
  height: auto;
}

.contact .contact_type {
  width: 100%;
  height: auto;
  justify-content: center;
  margin: 30px auto;
}
.contact .contact_type .contact_type_list {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #ff6537;
  margin-right: 20px;
  border-radius: 5px;
}
.contact .contact_type .contact_type_list:last-child {
  margin-right: 0px;
}

.contact .contact_support {
  width: 100%;
  height: auto;
  margin: 30px auto;
}

.contact_partner {
  width: 100%;
  height: auto;
}
.contact_partner .contact_partner_title {
  height: 47px;
  border-left: 4px solid #eb4165;
  font-size: 36px;
  color: #666;
  padding-left: 20px;
  line-height: 47px;
  font-weight: bold;
}
.contact_partner .contact_partner_type {
  width: 100%;
  height: auto;
  margin: 20px auto;
  justify-content: space-between;
}
.contact_partner .contact_partner_type .contact_partner_type_left {
  width: 450px;
  height: auto;
}
.contact_partner .contact_partner_type .contact_partner_type_right {
  width: calc(100% - 500px);
  height: auto;
  font-size: 18px;
  color: #666;
  padding-top: 20px;
}

.contact_partner .contact_message_type {
  width: 100%;
  height: auto;
  margin: 50px auto 20px;
  justify-content: space-between;
}
.contact_partner .contact_message_type .contact_message_type_left {
  width: 48%;
  height: auto;
}
.contact_partner .contact_message_type .contact_message_type_right {
  width: 48%;
  height: auto;
  background-color: #f6f6f6;
  border-radius: 6px;
  overflow: hidden;
}
.contact_message_type_right_title {
  width: 100%;
  height: 45px;
  background-color: #ff6637;
  color: #fff;
  line-height: 45px;
  padding-left: 20px;
}
.contact_message_type_right .contact_message {
  padding: 20px;
}

.contact_message_type_right .contact_message .contact_message_title {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}

.contact_message_type_right .contact_message .contact_message_list {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}

.contact_message_type_right .contact_message .contact_message_list p {
  width: 15%;
}
.contact_message_btn {
	cursor: pointer;
  width: 220px;
  height: 45px;
  background-color: #f54f4f;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  background: #333333;
  overflow: hidden;
}
.footer .type {
  margin-top: 50px;
  justify-content: center;
}
.footer .type .nav_list {
  height: auto;
  justify-content: space-between;
}
.footer .type .nav_list .item {
  width: 113px;
}
.footer .type .nav_list .item .item_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.footer .type .nav_list .item .item_title a {
  color: #26a59a;
}
.footer .type .nav_list .item .item_name {
  font-size: 16px;
}
.footer .type .nav_list .item .item_name a {
  color: #26a59a;
}

.footer .type .wx_code_img {
  width: auto;
  height: auto;
}
.footer .type .wx_code_img .wx_code {
  width: 125px;
  height: auto;
  margin-right: 20px;
}
.footer .type .wx_code_img .wx_code .image {
  width: 125px;
  height: 125px;
}
.footer .type .wx_code_img .wx_code .title {
  width: 125px;
  text-align: center;
  color: #fff;
}

.footer .type .contactus {
  width: auto;
}
.footer .type .contactus .contact_title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.footer .type .contactus .contact_name {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer .info {
  height: 50px;
  margin-top: 20px;
  justify-content: center;
}
.information {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  margin-right: 20px;
}
.information a {
  color: #fff59c;
  font-size: 14px;
  line-height: 50px;
}
.footer .info .image {
  width: 175px;
  height: 50px;
  margin-right: 20px;
}
.footer .info .support {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}
.footer .info .support a {
  color: #fff;
}

/*  */
.header .head_main {
  width: 100%;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  transition: all 0.5s;
  overflow: hidden;
}

.mobile-menu-visible .head_main {
  height: 100vh;
  transition: all 0.5s;
}

.head_main .head_mian_type {
  padding: 0 20px;
}

.head_main .head_mian_type ul {
}

.head_main .head_mian_type ul .head_mian_li {
  border-top: 1px solid rgba(216, 216, 216, 0.4);
  height: auto;
}

.head_main .head_mian_type ul .head_mian_li:last-child {
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
}

.head_main .head_mian_type ul .head_mian_li .head_mian_nav {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head_main .head_mian_type ul .head_mian_li .head_mian_nav .nav_title {
  font-size: 14px;
  color: #000;
}
.head_main .head_mian_type ul .head_mian_li .head_mian_nav .nav_img {
  width: 18px;
  height: 18px;
}
.head_main
  .head_mian_type
  ul
  .head_mian_li
  .head_mian_nav
  .nav_img
  .nav_imgbottom {
  display: none;
}

.head_main .head_mian_type ul .head_mian_li .head_mian_nav2 {
  display: none;
}

.head_main .head_mian_type ul .head_mian_li .head_mian_nav2 .nav_title {
  font-size: 14px;
  color: rgba(12, 12, 12, 0.8);
  padding-left: 20px;
  line-height: 40px;
}

.head_main .head_mian_type ul .active .head_mian_nav .nav_title {
  color: #096c69;
}

.head_main .head_mian_type ul .active .head_mian_nav .nav_img .nav_imgright {
  display: none;
}

.head_main .head_mian_type ul .active .head_mian_nav .nav_img .nav_imgbottom {
  display: block;
}

.head_main .head_mian_type ul .active .head_mian_nav2 {
  display: block;
}

/* 手机端 */
@media (max-width: 1200px) {
  .public {
    width: 90%;
    margin: 0 auto;
  }
  .header {
    height: 60px;
  }
  .header .header_type {
    justify-content: space-between;
  }
  .header .header_type .logo {
    height: 60px;
    width: 45px;
    align-items: center;
    display: flex;
  }
  .header .header_type .nav {
    display: none;
  }

  .header .header_type .web_nav {
    width: 22px;
    height: 18px;
    display: block;
  }
  #head1 {
    display: block;
  }
  #head1_1 {
    display: none;
  }
  /* banner */
  .banner {
    height: auto;
  }

  .bt_img {
    width: 100%;
  }
  /* page1 */
  .page1 .info {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .page1 .info .image {
    width: 100%;
    height: auto;
  }
  .page1 .info .type {
    width: 100%;
    margin-top: 10px;
  }
  /* page2 */
  .page2 {
    height: auto;
    margin-top: 20px;
  }

  /* page3 */
  .page3 {
    height: auto;
    margin-top: 20px;
  }
  .page3 .type .info .list {
    margin-right: 12px;
  }

  /* page4 */
  .page4 .type {
    flex-wrap: wrap;
    height: auto;
  }
  .page4 .type .left {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    background-color: #fff;
  }
  .page4 .type .left .left_nav {
    width: 30%;
    background-color: #f5f5f5;
  }
  .page4 .type .left .left_nav.active {
    height: 60px;
    line-height: 60px;
  }
  .page4 .type .right .list {
    height: auto;
  }
  .page4 .type .right .list .image {
    width: 30%;
    height: auto;
  }
  .page4 .type .right .list .right_con {
    width: calc(100% - 35%);
    height: auto;
  }
  .page4 .type .right .list .right_con .right_con_info .title {
    width: calc(100% - 35%);
  }
  .page4 .type .right .list .right_con .right_con_info .time {
    width: 35%;
    font-size: 12px;
  }
  /* page5 */
  .page5 .type .list {
    width: 48%;
    height: auto;
    margin-right: 4%;
  }
  .page5 .type .list:nth-child(4n) {
    margin-right: 4%;
  }
  .page5 .type .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .page5 .type .list .image {
    width: 100%;
    height: auto;
  }
  /* 内页 */
  .nybanner {
    height: 35vw;
  }
  .about .type {
    flex-wrap: wrap;
  }
  .about .type .left {
    width: 100%;
  }
  .about .type .right {
    width: 100%;
  }

  .about .type2 {
    flex-wrap: wrap;
  }
  .about .type2 .left {
    width: 100%;
  }
  .about .type2 .right {
    width: 100%;
  }

  .about .type3 {
    flex-wrap: wrap;
  }
  .about .type3 .left {
    width: 100%;
  }
  .about .type3 .right {
    width: 100%;
  }
  .about .honor_info .honor_info_list {
    height: auto;
  }
  .about .honor_info .honor_info_list .time {
    font-size: 14px;
  }
  .about .honor_info .honor_info_list .honor_info_tiao {
    height: 30vw;
  }
  .about .honor_info .honor_info_list .honor_info_title {
    font-size: 14px;
  }
  .about .honor_info .honor_info_list .honor_info_img {
    width: 20vw;
  }
  .contact .contact_type {
    flex-wrap: wrap;
  }
  .contact .contact_type .contact_type_list {
    width: 25%;
    margin-bottom: 10px;
  }
  .contact_partner .contact_partner_type {
    flex-wrap: wrap;
  }
  .contact_partner .contact_partner_type .contact_partner_type_left {
    width: 100%;
  }
  .contact_partner .contact_partner_type .contact_partner_type_right {
    width: 100%;
  }
  .contact_partner .contact_message_type {
    flex-wrap: wrap;
  }
  .contact_partner .contact_message_type .contact_message_type_left {
    width: 100%;
  }
  .contact_partner .contact_message_type .contact_message_type_right {
    width: 100%;
  }
  .product .product_list {
    overflow: auto;
    white-space: nowrap;
  }
  .product .product_con .list {
    width: 48%;
  }
  .product .product_con .list:nth-child(2n) {
    margin-right: 0%;
  }
  .product .product_con .list:nth-child(4n) {
    margin-right: 3%;
  }
  .product .product_con .list .title {
    font-size: 12px;
  }
  .product_details .product_details_img {
    width: 100%;
  }
  .product_details .product_details_title {
    width: 100%;
    height: auto;
    margin-left: 0;
    border-bottom: none;
  }
  /* footer */
  .footer .type {
    flex-wrap: wrap;
  }
  .footer .type .nav_list {
    display: none;
  }
  .footer .type .wx_code_img {
    width: 100%;
  }

  .footer .info {
    flex-wrap: wrap;
    height: auto;
  }
  .footer .info .information {
    text-align: center;
  }
  .footer .info .support {
    text-align: center;
  }
}
