.unite {
  overflow: hidden;
}

.header .unite {
  overflow: initial;
}

.title_mian span:after {
  background-color: #f0b42f;
}

.banner img {
  width: 100%;
}

.product_bread {
  background-color: #1c1c1c;
  display: flex;
  justify-content: space-between;
}

.product_bread .bread {
  width: 1400px;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.product_bread .bread .add_mian {
  display: flex;
  padding: 15px 0;
}

.product_bread .bread .add_mian .add {
  display: flex;
  align-items: center;
}

.product_bread .bread .add_mian .add i {
  margin-right: 5px;
  font-size: 14px;
  transition: all .5s ease;
  color: #fff;
}

.product_bread .bread .add_mian .add span {
  display: inline-block;
  font-size: 14px !important;
  transition: all .5s ease;
  color: #fff;
  text-transform: uppercase;
}

.product_bread .bread .add_mian .sub_menu {
  display: block;
  margin-left: 10px;
}

.product_bread .bread .add_mian .sub_menu .breadcrumb {
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: initial;
}

.product_bread .bread .add_mian .sub_menu .breadcrumb li {
  display: flex;
  align-items: center;
}

.product_bread .bread .add_mian .sub_menu .breadcrumb li::after {
  content: '>';
  margin: 0 5px;
  color: #fff;
}

.product_bread .bread .add_mian .sub_menu .breadcrumb li:last-child:after {
  content: '';
}

.product_bread .bread .add_mian .sub_menu .breadcrumb li a {
  color: #fff;
  font-size: 14px;
  transition: all .5s ease;
  text-transform: uppercase;
}

.product_bread .bread .bread_pro {
  position: relative;
}

.product_bread .bread .bread_pro .sdary {
  width: 270px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #f0b42f;
}

.product_bread .bread .bread_pro .sdary:hover .sdary_box {
  display: block;
}

.product_bread .bread .bread_pro .sdary:hover .sdary_i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.product_bread .bread .bread_pro .sdary a {
  color: #fff;
  display: block;
  padding-left: 15px;
  text-transform: uppercase;
  padding-right: 5px;
  cursor: pointer;
}

.product_bread .bread .bread_pro .sdary .sdary_i {
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  padding: 15px;
}

.product_bread .bread .bread_pro .sdary .sdary_box {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  transform: translateY(100%);
  width: 100%;
  background-color: #fff;
}

.product_bread .bread .bread_pro .sdary .sdary_box ul {
  width: 100%;
  padding-bottom: 15px;
  box-shadow: 0px 0px 5px #ededed;
}

.product_bread .bread .bread_pro .sdary .sdary_box ul li .noe {
  background-color: #fff;
  padding: 8px 15px;
}

.product_bread .bread .bread_pro .sdary .sdary_box ul li .noe span {
  font-size: 20px;
  padding-right: 15px;
  text-transform: uppercase;
  color: #f0b42f;
}

.product_bread .bread .bread_pro .sdary .sdary_box ul li .noe i {
  font-size: 16px;
  color: #333;
  margin-right: 5px;
}

.product_bread .bread .bread_pro .sdary .sdary_box ul li a {
  display: block;
  padding: 8px 0;
  padding-left: 15px;
  text-transform: none;
  color: #666;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.product_bread .bread .bread_pro .sdary .sdary_box ul li a:hover {
  background-color: #f0b42f;
  color: #fff;
}

.bread_box {
  background-color: #1c1c1c;
}

.bread_box .bread {
  max-width: 1400px;
  margin: auto;
  display: flex;
  padding: 15px 0;
  justify-content: initial;
}

.bread_box .bread .add {
  display: flex;
  align-items: center;
}

.bread_box .bread .add i {
  margin-right: 5px;
  font-size: 14px;
  transition: all .5s ease;
  color: #fff;
}

.bread_box .bread .add span {
  display: inline-block;
  font-size: 14px !important;
  transition: all .5s ease;
  color: #fff;
  text-transform: uppercase;
}

.bread_box .bread .sub_menu {
  display: block;
  margin-left: 10px;
}

.bread_box .bread .sub_menu .breadcrumb {
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: initial;
}

.bread_box .bread .sub_menu .breadcrumb li {
  display: flex;
  align-items: center;
}

.bread_box .bread .sub_menu .breadcrumb li::after {
  content: '>';
  margin: 0 5px;
  color: #fff;
}

.bread_box .bread .sub_menu .breadcrumb li:last-child:after {
  content: '';
}

.bread_box .bread .sub_menu .breadcrumb li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: all .5s ease;
}

.list_news {
  padding: 70px 0;
}

.list_news .unite .news_mian {
  margin-bottom: 15px;
}

.list_news .unite .news_mian:hover .img img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.list_news .unite .news_mian .img {
  overflow: hidden;
}

.list_news .unite .news_mian .img img {
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_news .unite .news_mian .text {
  border: 1px solid #f5f5f5;
  border-top: 0;
  padding: 15px;
}

.list_news .unite .news_mian .text a {
  display: block;
  margin-bottom: 10px;
}

.list_news .unite .news_mian .text a:hover span {
  color: #f0b42f;
}

.list_news .unite .news_mian .text a span {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_news .unite .news_mian .text p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list_news .unite .news_mian .text a {
  font-size: 14px;
  color: #333;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_news .unite .news_mian .text a:hover {
  color: #f0b42f;
}

.show_news {
  padding-top: 70px;
  padding-bottom: 70px;
}

.show_news .news_content .news_content_title {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 15px;
}

.show_news .news_content .news_content_title h3 {
  font-size: 35px;
  font-weight: 600;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.show_news .news_content .news_content_title .time {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.show_news .news_content .news_content_title .time .time_box {
  display: flex;
  margin: 0 15px;
}

.show_news .news_content .news_content_title .time .time_box i {
  margin-right: 5px;
}

.show_news .news_content .contact_article {
  padding-top: 25px;
}

.show_news .news_content .contact_article p img {
  width: auto;
  max-width: 100%;
}

.related_unite_1 {
  width: 1700px;
  padding-bottom: 70px;
}

.related_unite_1 .articleRelated {
  padding-left: 50px;
  position: relative;
}

.related_unite_1 .articleRelated::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ff2d38;
}

.related_unite_1 .articleRelated p {
  font-size: 25px;
  color: #333;
}

.related_unite_1 .articleRelated p span {
  font-size: 25px;
  color: #666;
}

.related_unite_1 .related .related_img img {
  width: 100%;
}

.related_unite_1 .related .related_title {
  padding: 10px 15px;
}

.related_unite_1 .related .related_title a {
  display: block;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.related_unite_1 .related .related_title a:hover {
  color: #ff2d38;
}

.list_about {
  padding: 70px 0;
}

.list_about .unite .p_b {
  padding-bottom: 70px;
}

.list_about .unite .us_left .left_mian {
  width: 125%;
  background-color: #fff;
  position: relative;
  z-index: 11;
  border: 6px solid #f5f5f5;
  padding: 30px;
}

.list_about .unite .us_left .left_mian .mian_text span {
  font-size: 35px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.list_about .unite .us_left .left_mian .mian_text span::after {
  content: '';
  width: 100px;
  height: 6px;
  background-color: #f0b42f;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list_about .unite .us_left .left_mian .mian_text .bread {
  text-align: end;
}

.list_about .unite .us_left .left_mian .mian_text .bread::after {
  right: 0;
  left: initial;
}

.list_about .unite .us_left .right_box {
  position: absolute;
  left: -25%;
  top: 50%;
  transform: translateY(-50%);
}

.list_about .unite .us_right {
  overflow: hidden;
}

.list_about .unite .us_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_about .unite .history_main ul li:nth-child(2n-1) {
  display: flex;
  justify-content: flex-end;
}

.list_about .unite .history_main ul li:nth-child(2n-1) .time {
  position: relative;
  padding-left: 15px;
}

.list_about .unite .history_main ul li:nth-child(2n-1) .time::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 20px;
  background-color: #f0b42f;
  border-radius: 50%;
}

.list_about .unite .history_main ul li:nth-child(2n-1) .time::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-10px, -50%);
  width: 1px;
  height: 100%;
  background-color: #f0b42f;
}

.list_about .unite .history_main ul li:nth-child(2n) {
  display: flex;
}

.list_about .unite .history_main ul li:nth-child(2n) .time {
  padding-right: 30px;
  position: relative;
  text-align: end;
}

.list_about .unite .history_main ul li:nth-child(2n) .time::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  background-color: #f0b42f;
  border-radius: 50%;
}

.list_about .unite .history_main ul li:nth-child(2n) .time::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-9px, -50%);
  width: 1px;
  height: 100%;
  background-color: #f0b42f;
}

.list_about .unite .history_main ul li .time {
  width: 50%;
}

.list_about .unite .history_main ul li .time span {
  font-size: 30px;
  font-weight: 600;
  font-weight: bold;
  color: #231816;
}

.list_about .unite .history_main ul li .time p {
  color: #666;
}

.list_about .unite .honor_title {
  padding-bottom: 25px;
}

.list_about .unite .honor_title span {
  font-size: 25px;
}

.list_about .unite .honor_title p {
  font-size: 35px;
  color: #f0b42f;
}

.list_about .unite .honor ul li {
  width: 25%;
  padding: 0 15px;
}

.list_about .unite .honor ul li .honor_mian:hover .h_img .h_big {
  display: block;
}

.list_about .unite .honor ul li .honor_mian:hover .h_img .h_big .h_big_box a {
  animation: myfirst 0.5s;
  margin-top: 0px;
}

.list_about .unite .honor ul li .honor_mian .h_img {
  position: relative;
}

.list_about .unite .honor ul li .honor_mian .h_img img {
  width: 100%;
}

.list_about .unite .honor ul li .honor_mian .h_img .h_big {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.list_about .unite .honor ul li .honor_mian .h_img .h_big .h_big_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list_about .unite .honor ul li .honor_mian .h_img .h_big .h_big_box span {
  color: #fff;
  font-size: 23px;
  display: block;
  margin-bottom: 5px;
}

.list_about .unite .honor ul li .honor_mian .h_img .h_big .h_big_box a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #f0b42f;
  padding: 5px 30px;
  margin-top: 50px;
  cursor: pointer;
}

@keyframes myfirst {
  0% {
    margin-top: 50px;
  }

  100% {
    margin-top: 0px;
  }
}

@-webkit-keyframes myfirst {
  0% {
    margin-top: 50px;
  }

  100% {
    margin-top: 0px;
  }
}

.list_about .unite .honor ul li .honor_mian .h_title {
  padding: 15px;
  text-align: center;
}

.list_about .unite .honor_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}

.list_about .unite .honor_bg .big_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.list_about .unite .honor_bg .big_img .img_por {
  height: 80%;
  position: relative;
}

.list_about .unite .honor_bg .big_img .img_por img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.list_about .unite .honor_bg .big_img .img_por .circle {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(100%, -100%);
  z-index: 10000;
}

.list_about .unite .honor_bg .big_img .img_por .circle i {
  font-size: 25px;
  color: #fff;
}

.list_contact {
  padding-top: 0px;
  background-color: #dbdbdb;
}

.message_title {
  padding-top: 70px;
}

.list_contact .unite .message_title span {
  font-size: 32px;
  color: #666;
}

.list_contact .unite .message_title p {
  font-size: 50px;
  color: #f0b42f;
}

.list_contact .unite .message_mian {
  padding-bottom: 70px;
}

.list_contact .unite .message_mian ul {
  display: flex;
  flex-wrap: wrap;
}

.list_contact .unite .message_mian ul li {
  width: 50%;
}

.list_contact .unite .message_mian ul li:last-child {
  width: 100%;
}

.list_contact .unite .message_mian ul li .input_mian {
  padding: 15px;
}

.list_contact .unite .message_mian ul li .input_mian input {
  width: 100%;
  border-bottom: 1px solid #dfdddd;
  padding: 10px 15px;
}

.list_contact .unite .message_mian ul li .input_mian textarea {
  width: 100%;
  padding: 15px;
  resize: none;
  border: 1px solid #dfdddd;
  height: 200px;
  border-radius: 5px;
}

.list_contact .unite .message_mian .submit_btn {
  padding: 15px;
}

.list_contact .unite .message_mian .submit_btn input {
  padding: 15px 30px;
  color: #fff;
  background-color: #f0b42f;
}

/*开始*/
.list_contact .contant {
  background-color: #fff;
}

.list_contact .contant .contact_mian {
  width: 1400px;
  max-width: 100%;
  padding: 70px 0;
  margin: auto;
}

.list_contact .contant .contact_mian ul {
  display: flex;
}

.list_contact .contant .contact_mian ul li {
  width: 25%;
  padding: 0 15px;
}

.list_contact .contant .contact_mian ul li .cont_mian {
  text-align: center;
}

.list_contact .contant .contact_mian ul li .cont_mian:hover .cont_ico span {
  color: #f0b42f;
}

.list_contact .contant .contact_mian ul li .cont_mian i {
  font-size: 40px;
  color: #333;
  margin-right: 10px;
}

.list_contact .contant .contact_mian ul li .cont_mian .cont_ico {
  text-align: center;
}

.list_contact .contant .contact_mian ul li .cont_mian .cont_ico i {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.list_contact .contant .contact_mian ul li .cont_mian .cont_ico span {
  font-size: 35px;
  color: #f0b42f;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_contact .contant .contact_mian ul li .cont_mian p {
  font-size: 16px;
  color: #303030;
  text-align: center;
}

.list_contact .list_map {
  height: 400px;
}

.list_product {
  padding: 70px 0;
  background-color: #f9f9f9;
}

.list_product .unite .left_list .list_mian {
  margin-bottom: 70px;
}

.list_product .unite .left_list .list_mian .pro_title {
  border-top: 4px solid #f9f9f9;
  background-color: #f0b42f;
}

.list_product .unite .left_list .list_mian .pro_title span {
  display: block;
  text-align: center;
  color: #333;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;

}

.list_product .unite .left_list .list_mian ul li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_product .unite .left_list .list_mian ul li a:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.list_product .unite .left_list .list_mian ul .li_bg a {
  background-color: #1c1c1c;
  color: #fff;
}

.list_product .unite .right_list ul {
  display: flex;
  flex-wrap: wrap;
}

.list_product .unite .right_list ul li {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 15px;
}

.list_product .unite .right_list ul li .pro_mian {
  background-color: #fff;
  padding: 25px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_product .unite .right_list ul li .pro_mian:hover {
  background-color: #fde3d8;
}

.list_product .unite .right_list ul li .pro_mian:hover .img .title_a a {
  color: #f0b42f;
}

.list_product .unite .right_list ul li .pro_mian:hover .img .title_i img {
  transform: scale(1.1, 1.1);
  /* 标准语法 */
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
}

.list_product .unite .right_list ul li .pro_mian .img {
  width: 40%;
  overflow: hidden;
}

.list_product .unite .right_list ul li .pro_mian .img .title_a a {
  font-size: 20px;
  color: #333;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_product .unite .right_list ul li .pro_mian .img .title_a a:hover {
  color: #f0b42f;
}

.list_product .unite .right_list ul li .pro_mian .img .title_i img {
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_product .unite .right_list ul li .pro_mian .text {
  width: 60%;
  /*padding: 15px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list_product .unite .right_list ul li .pro_mian .text .title {
  font-size: 25px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  margin-top: 15px;
}

.list_product .unite .right_list ul li .pro_mian .text .title:hover {
  color: #f0b42f;
}

.list_product .unite .right_list ul li .pro_mian .text .parameter .formal {
  display: flex;
  flex-wrap: wrap;
}

.list_product .unite .right_list ul li .pro_mian .text .parameter .formal li {
  width: 50%;
  display: flex;
  padding-right: 0px;
  margin-bottom: 0;
  flex-direction: column;
}

.list_product .unite .right_list ul li .pro_mian .text .parameter .formal li:nth-child(2n) {
  padding-left: 10px;
}

.list_product .unite .right_list ul li .pro_mian .text .parameter .formal li span {
  font-size: 15px;
  color: #333;
}

.list_product .unite .right_list ul li .pro_mian .text .parameter .formal li p {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.list_product .unite .right_list ul li .pro_mian .text .details_btn {
  text-align: end;
}

.list_product .unite .right_list ul li .pro_mian .text .details_btn a {
  display: inline-block;
  padding: 10px 30px;
  color: #f0b42f;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_product .unite .right_list ul li .pro_mian .text .details_btn a:hover {
  background-color: #f0b42f;
  color: #fff;
}

.show_product_unite_1 {
  padding: 70px 0;
  background-color: #f9f9f9;
}

.show_product_unite_1 .show_pro .left {
  width: 100%;
}

.show_product_unite_1 .show_pro .left ul {
  margin-bottom: 0;
}

.show_product_unite_1 .show_pro .left ul li {
  background-color: #f9f9f9;
  padding: 5px;
  cursor: pointer;
  width: 16.66%;
}

.show_product_unite_1 .show_pro .left ul li img {
  width: 100%;
}

.show_product_unite_1 .show_pro .left ul .left_bg {
  position: relative;
  z-index: 1;
}

.show_product_unite_1 .show_pro .left ul .left_bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.show_product_unite_1 .show_pro .right {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.show_product_unite_1 .show_pro .right .show_img {
  overflow: hidden;
  background-color: #f9f9f9;
}

.show_product_unite_1 .show_pro .right .show_img .show_ul {
  transform: translateX(0px);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_unite_1 .show_pro .right .show_img .show_ul li img {
  width: 100%;
}

.show_product_unite_1 .right_text h3 {
  font-size: 30px;
  font-weight: 600;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.show_product_unite_1 .right_text .parameter {
  margin-top: 25px;
}

.show_product_unite_1 .right_text .parameter ul {
  display: flex;
  flex-wrap: wrap;
}

.show_product_unite_1 .right_text .parameter ul li {
  width: 50%;
}

.show_product_unite_1 .right_text .parameter ul li span {
  color: #333;
}

.show_product_unite_1 .right_text .parameter ul li p {
  color: #666;
}

.show_product_unite_1 .right_text .icon_box {
  display: flex;
  margin-bottom: 25px;
}

.show_product_unite_1 .right_text .icon_box .assess {
  margin-right: 25px;
}

.show_product_unite_1 .right_text .icon_box .assess i {
  color: #fa9f36;
}

.show_product_unite_1 .right_text .icon_box .like i {
  color: #fa9f36;
  font-weight: 600;
  font-weight: bold;
}

.show_product_unite_1 .right_text .icon_box .like span {
  color: #666;
}

.show_product_unite_1 .right_text .pro_btn {
  display: flex;
  flex-direction: column;
}

.show_product_unite_1 .right_text .pro_btn .btn_1 {
  margin-bottom: 15px;
}

.show_product_unite_1 .right_text .pro_btn .btn_1 a {
  display: inline-block;
  padding: 8px 100px;
  background-color: #f0b42f;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #f0b42f;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_unite_1 .right_text .pro_btn .btn_1 a:hover {
  background-color: initial;
  color: #f0b42f;
}

.show_product_unite_1 .right_text .pro_btn .btn_2 span {
  font-size: 20px;
}

.show_product_unite_1 .right_text .pro_btn .btn_3 a {
  font-size: 35px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_unite_1 .right_text .pro_btn .btn_3 a:hover {
  color: #f0b42f;
}

.show_product_unite_1 .nav {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

.show_product_unite_1 .nav .nav_i {
  padding: 5px 30px;
  border-right: 1px solid #c4c4c4;
}

.show_product_unite_1 .nav .nav_i:last-child {
  border-right: initial;
}

.show_product_unite_1 .nav .nav_i span {
  display: inline-block;
  cursor: pointer;
}

.show_product_unite_1 .nav .nav_bg span {
  color: #f0b42f;
  font-size: 25px;
}

.show_product_unite_1 .content {
  border: 1px solid #c4c4c4;
  padding: 30px;
}

.show_product_unite_1 .content .conts {
  display: none;
}

.show_product_unite_1 .content .conts p img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
}

.show_product_unite_1 .content .conts .parameter_title {
  padding: 15px;
  background-color: #1c1c1c;
}

.show_product_unite_1 .content .conts .parameter_title p {
  margin-bottom: 0;
  color: #fff;
}

.show_product_unite_1 .content .conts table {
  width: 100%;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
}

.show_product_unite_1 .content .conts table tr {
  width: 100%;
}

.show_product_unite_1 .content .conts table tr th {
  width: 50%;
  padding: 15px;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
}

.show_product_unite_1 .content .conts table tr td {
  padding: 10px;
}

.show_product_unite_1 .content .contblock {
  display: block !important;
}

.show_product_unite_1 .related_title {
  text-align: center;
  margin: 50px 0;
}

.show_product_unite_1 .related_title h4 {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.show_product_unite_1 .related_title h4::after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #ff2d38;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.show_product_unite_1 .related_pro {
  display: block;
}

.show_product_unite_1 .related_pro:hover .img img:nth-child(2) {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.show_product_unite_1 .related_pro .img {
  overflow: hidden;
  position: relative;
}

.show_product_unite_1 .related_pro .img img {
  width: 100%;
}

.show_product_unite_1 .related_pro .img img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  opacity: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_unite_1 .related_pro .text {
  width: 100%;
  padding: 15px;
  text-align: center;
}

#page {
  display: flex;
  padding: 15px 0;
}

#page .page {
  width: 50%;
  display: flex;
}

#page .page a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#page .page:nth-child(1) a {
  padding-right: 15px;
}

#page .page:nth-child(2) {
  justify-content: flex-end;
}

#page .page:nth-child(2) a {
  order: 1;
}

#page .page:nth-child(2) strong {
  order: 2;
}

@media only screen and (max-width: 768px) {
  #page {
    flex-direction: column;
  }

  #page .page {
    width: 100%;
    display: flex;
  }

  #page .page:nth-child(2) {
    justify-content: initial;
  }

  #page .page:nth-child(2) a {
    order: initial;
  }

  #page .page:nth-child(2) strong {
    order: initial;
    display: flex;
  }

  .product_bread .bread {
    flex-direction: column;
  }

  .product_bread .bread .bread_pro .sdary {
    width: 100%;
  }

  .product_bread .bread .add_mian .add span {
    display: none;
  }

  .product_bread .bread .add_mian {
    padding: 10px 15px;
  }
}

.list_server {
  padding: 70px 0;
  background-color: #f9f9f9;
}

.list_server .unite .server_1 {
  display: flex;
  padding-bottom: 70px;
}

.list_server .unite .server_1 .left {
  width: 50%;
}

.list_server .unite .server_1 .left img {
  width: 100%;
}

.list_server .unite .server_1 .right {
  width: 50%;
  background-color: #fff;
}

.list_server .unite .server_1 .right .text {
  padding: 30px;
}
.list_server .unite .server_1 .right .text span {
  text-wrap: wrap !important;
}
.list_server .unite .server_1 .right .text span {
  display: block;
  font-size: 25px;
  color: #333;
  margin-bottom: 15px;
}

.list_server .unite .server_1 .right .text p {
  font-size: 16px;
  color: #666;
}

.list_server .unite .server_2:hover .top img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.list_server .unite .server_2 .top {
  overflow: hidden;
}

.list_server .unite .server_2 .top img {
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_server .unite .server_2 .bootom {
  padding: 30px;
  background-color: #fff;
}

.list_server .unite .server_2 .bootom span {
  display: block;
  font-size: 25px;
  color: #333;
  margin-bottom: 15px;
}

.list_server .unite .server_2 .bootom p {
  font-size: 16px;
  color: #666;
}

.list_server .unite .server_3 {
  background: url(../img/about.png);
  background-position: center center;
  background-size: cover;
  margin-top: 70px;
  text-align: center;
  padding: 150px 0;
  position: relative;
  z-index: 2;
}

.list_server .unite .server_3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.list_server .unite .server_3 .main .text {
  width: 90%;
  margin: auto;
}

.list_server .unite .server_3 .main .text span {
  display: block;
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.list_server .unite .server_3 .main .text p {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .bread_box .bread {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bread_box .bread .bread_pro .sdary .sdary_box ul li .noe span {
    font-size: 18px;
  }

  .list_contact .unite .message_title span {
    font-size: 20px;
  }

  .list_contact .unite .message_title p {
    font-size: 30px;
  }

  .list_contact .contant .contact_mian ul li .cont_mian i {
    font-size: 30px;
  }

  .list_contact .contant .contact_mian ul li .cont_mian .cont_ico span {
    font-size: 25px;
  }

  .list_product .unite .right_list ul li .pro_mian {
    padding: 15px;
  }

  .list_product .unite .right_list ul li .pro_mian .img .title_a a {
    font-size: 30px;
  }

  .list_product .unite .right_list ul li .pro_mian .text {
    padding: 0;
  }

  .list_product .unite .right_list ul li .pro_mian .text .parameter .formal li span {
    font-size: 14px;
  }

  .list_product .unite .right_list ul li .pro_mian .text .parameter .formal li p {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .list_product .unite .right_list ul li .pro_mian .img .title_a a {
    font-size: 25px;
  }

  .list_product .unite .right_list ul li .pro_mian .text .parameter .formal li:nth-last-child(1) {
    display: none;
  }

  .list_product .unite .right_list ul li .pro_mian .text .parameter .formal li:nth-last-child(2) {
    display: none;
  }

  .list_about .unite .honor ul li .honor_mian .h_img .h_big .h_big_box span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .show_product_unite_1 .nav {
    margin: 25px 0;
  }

  .bread_box .bread {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bread_box .bread .add span {
    display: none;
  }

  .bread_box .bread .sub_menu .breadcrumb li a {
    font-size: 12px;
  }

  .list_about {
    padding-bottom: 25px;
  }

  .list_about .unite .p_b {
    padding-bottom: 25px;
  }

  .list_about .unite .us_left .left_mian {
    width: 100%;
    padding: 15px;
    border-top: initial;
  }

  .list_about .unite .us_left .left_mian .mian_text span {
    font-size: 25px;
  }

  .list_about .unite .us_left .left_mian .mian_text span::after {
    content: initial;
  }

  .list_about .unite .us_left .left_mian .mian_text .bread {
    text-align: initial;
  }

  .list_about .unite .us_left .left_mian .mian_text .bread::after {
    right: initial;
    left: 0;
  }

  .list_about .unite .us_left .right_box {
    position: initial;
    left: initial;
    top: initial;
    transform: initial;
  }

  .list_about .unite .us_right {
    overflow: hidden;
  }

  .list_about .unite .us_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .list_product {
    padding: 25px 0;
  }

  .list_product .unite .left_list .list_mian {
    margin-bottom: 25px;
  }

  .list_product .unite .right_list ul {
    display: flex;
    justify-content: space-between;
  }

  .list_product .unite .right_list ul li {
    width: 49%;
    padding-right: 0;
  }

  .list_product .unite .right_list ul li .pro_mian {
    flex-direction: column;
    padding: 0px;
  }

  .list_product .unite .right_list ul li .pro_mian .img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .list_product .unite .right_list ul li .pro_mian .img .title_a {
    padding: 15px;
    padding-bottom: 0;
    order: 2;
    padding-top: 0;
  }

  .list_product .unite .right_list ul li .pro_mian .img .title_i {
    order: 1;
  }

  .list_product .unite .right_list ul li .pro_mian .text {
    width: 100%;
  }

  .list_product .unite .right_list ul li .pro_mian .text .parameter {
    padding: 0 15px;
  }

  .show_product_unite_1 .content {
    padding: 10px;
  }

  .show_product_unite_1 .content .conts table tr th {
    padding: 10px 10px;
  }

  .list_news .unite .news_mian .text a span {
    font-size: 16px;
  }

  .list_news .unite .news_mian .text p {
    font-size: 14px;
  }

  .show_news .news_content .news_content_title h3 {
    font-size: 18px;
  }

  .related_unite_1 .related .related_title a {
    font-size: 12px !important;
  }

  .list_server .unite .server_1 {
    flex-direction: column;
    padding-bottom: 25px;
  }

  .list_server .unite .server_1 .left {
    width: 100%;
  }

  .list_server .unite .server_1 .right {
    width: 100%;
  }

  .list_server .unite .server_1 .right .text {
    padding: 15px;
  }

  .list_server .unite .server_1 .right .text span {
    font-size: 20px;
  }

  .list_server .unite .server_2 .bootom {
    padding: 15px;
  }

  .list_server .unite .server_2 .bootom span {
    font-size: 20px;
  }

  .list_about .unite .us_left .left_mian {
    border: none;
    padding: 15px 0;
  }

  .list_about .unite .us_left .left_mian .mian_text span {
    font-size: 20px;
    margin-bottom: 0;
  }

  .list_about .unite .honor_title span {
    font-size: 18px;
  }

  .list_about .unite .honor_title p {
    font-size: 30px;
  }

  .list_about .unite .honor ul {
    flex-wrap: wrap;
  }

  .list_about .unite .honor ul li {
    width: 50%;
    padding: 0 5px;
  }

  .list_about .unite .honor ul li .honor_mian .h_img .h_big .h_big_box span {
    font-size: 12px;
  }

  .list_about .unite .honor ul li .honor_mian .h_img .h_big .h_big_box a {
    font-size: 12px;
  }

  .list_about .unite .honor ul li .honor_mian .h_title {
    padding: 5px;
  }

  .list_about .unite .honor_bg .big_img .img_por {
    width: 80%;
    height: auto;
  }

  .list_about .unite .honor_bg .big_img .img_por img {
    height: auto;
  }

  .list_contact .unite .message_mian {
    padding-bottom: 25px;
  }

  .list_contact .unite .message_mian ul li {
    width: 100%;
  }

  .list_contact .unite .message_mian ul li .input_mian {
    padding: 15px 0;
    padding-bottom: 0;
  }

  .list_contact .unite .message_mian .submit_btn input {
    width: 100%;
  }

  .list_contact .contant .contact_mian ul {
    flex-wrap: wrap;
  }

  .list_contact .contant .contact_mian ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .show_product_unite_1 {
    padding: 25px 0;
  }

  .show_product_unite_1 .related_title {
    margin: 25px 0;
  }

  .bread_box .bread {
    /*flex-direction: column;*/
  }

  .bread_box .bread .bread_pro .sdary {
    width: 100%;
    justify-content: space-between;
  }

  .bread_box .bread .bread_pro .sdary .sdary_i {
    padding: 8px 10px;
  }

  .bread_box .bread .bread_pro .sdary .sdary_box ul li {
    text-align: initial;
  }

  .bread_box .bread .bread_pro .sdary .sdary_box ul li .noe {
    justify-content: initial;
  }

  .bread_box .bread .bread_pro .sdary .sdary_box ul li a {
    padding-left: 15px;
  }

  .list_product .unite .right_list ul li .pro_mian .img .title_a a {
    font-size: 18px;
  }

  .list_product .unite .right_list ul li .pro_mian .text .parameter {
    display: none;
  }

  .list_product .unite .right_list ul li .pro_mian .text .details_btn a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 8px 15px;
    font-size: 12px;
  }

  .list_product .unite .right_list ul li .pro_mian .text .parameter .news_content .news_content_title h3 {
    font-size: 25px;
  }

  .related_unite_1 .articleRelated p {
    font-size: 20px;
  }

  .related_unite_1 .articleRelated p span {
    font-size: 20px;
  }

  .related_unite_1 .related .related_title a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .news_content .news_content_title h3 {
    font-size: 20px;
  }

  .related_unite_1 .articleRelated p {
    font-size: 18px;
  }

  .related_unite_1 .articleRelated p span {
    font-size: 18px;
  }

  .related_unite_1 .related .related_title {
    padding: 15px 0;
  }

  .related_unite_1 .related .related_title a {
    font-size: 15px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.pagination a {
  padding: 15px;
}

.pagination a:hover {
  color: #f0b42f;
}

.pagination .pull-right {
  display: flex;
}

.pagination .btn-primary {
  background-color: #f0b42f;
  border-color: #f0b42f;
}

.pagination .pull-right .form-control {
  width: 50px;
  margin-right: 15px;
}

/*关于我们*/
.glory .glory_mian {
  overflow: hidden;
}

.glory .glory_mian .glory_ul {
  display: flex;
  transform: translateX(0px);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.glory .glory_mian .glory_ul li {
  width: 25%;
}

.glory .glory_mian .glory_ul li .glory_box {
  padding: 0 15px;
}

.glory .glory_mian .glory_ul li .glory_box .glory_img {
  position: relative;
}

.glory .glory_mian .glory_ul li .glory_box .glory_img:hover .glory_black {
  display: block;
}

.glory .glory_mian .glory_ul li .glory_box .glory_img:hover .glory_black .glory_check a {
  animation: myfirst.5s;
  -webkit-animation: myfirst .5s;
  /* Safari and Chrome */
  margin-top: 10px;
}

.glory .glory_mian .glory_ul li .glory_box .glory_img img {
  width: 100%;
}

.glory .glory_mian .glory_ul li .glory_box .glory_img .glory_black {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.glory .glory_mian .glory_ul li .glory_box .glory_img .glory_black .glory_check {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.glory .glory_mian .glory_ul li .glory_box .glory_img .glory_black .glory_check span {
  color: #fff;
  font-size: 23px;
  display: block;
  margin-bottom: 5px;
}

.glory .glory_mian .glory_ul li .glory_box .glory_img .glory_black .glory_check a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #f0b42f;
  padding: 5px 30px;
  margin-top: 50px;
  cursor: pointer;
  transform: translateX(0px);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.glory .glory_mian .glory_ul li .glory_box .glory_title {
  padding: 15px 0;
}

.glory .glory_mian .glory_ul li .glory_box .glory_title p {
  text-align: center;
  margin-bottom: 0;
}

.glory .glory_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.glory i {
  font-size: 40px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.glory i:hover {
  color: #f0b42f;
}

.glory .glory_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@keyframes myfirst {
  0% {
    margin-top: 50px;
  }

  100% {
    margin-top: 10px;
  }
}

.glory_drop .drop_ul li {
  background-color: #000;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  cursor: pointer;
}

.glory_drop .drop_ul li:hover {
  background-color: #f0b42f;
}

.glory_drop .drop_ul .drop_bg {
  background-color: #f0b42f;
}

.zoom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2222222;
}

.zoom .zoom_mian {
  margin: auto;
  width: 800px;
  max-width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zoom .zoom_mian .zoom_img {
  height: 80%;
  text-align: center;
}

.zoom .zoom_mian .zoom_img .zoom_i {
  display: flex;
  justify-content: flex-end;
}

.zoom .zoom_mian .zoom_img .zoom_i i {
  color: #fff;
  transform: translateX(100%);
  cursor: pointer;
  font-size: 25px;
}

.zoom .zoom_mian .zoom_img img {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .message_title {
    padding-top: 25px;
  }

  .zoom .zoom_mian .zoom_img img {
    height: initial;
  }

  .zoom .zoom_mian .zoom_img .zoom_i i {
    transform: translateX(15px);
  }
}