* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
a,
li,
p,
span {
  list-style: none;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
label {
  display: block;
}
input,
textarea {
  outline: none;
  border: none;
}
body {
  font-family: "微软雅黑";
}
body::-webkit-scrollbar {
  width: 10px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #eda300;
}
.offer_box{
    display: flex;
    align-items: center;
}
.offer_box a{
    display: inline-block;
    background-color: #eda300;
    padding: 10px 15px;
    border-radius: 15px;
    color: #fff;
    margin-left: 25px;
    font-weight: 600;
    transition: all .5s ease;
}
.offer_box a:hover{
    color: #333;
    background-color: #d09105;
}
.title {
  padding: 100px 0 50px 0;
  text-align: center;
}
.title h2 {
  padding-bottom: 40px;
  font-weight: 600;
  background: transparent url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/title-divider.png) no-repeat scroll center 58px;
}
.see_more {
  text-align: center;
}
.see_more .see_btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #eda300 50%, #2c2c2c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}
.see_more .see_btn:hover {
  background-color: #000;
  background-position: left bottom;
  color: #fff;
}
.unite {
  overflow: hidden;
}
.unite {
  background-color: #2c2c2c;
  max-width: 1920px;
  margin: auto;
}
.unite .unite_box {
  max-width: 1400px;
  margin: auto;
}
.unite .unite_box .header_contact {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
}
.unite .unite_box .header_contact .header_contact_box {
  display: flex;
  cursor: pointer;
  margin-right: 10px;
}
.unite .unite_box .header_contact .header_contact_box:hover .ico_box .ico i {
  color: #eda300;
}
.unite .unite_box .header_contact .header_contact_box .ico_box {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #383838;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unite .unite_box .header_contact .header_contact_box .ico_box .ico i {
  font-size: 25px;
  color: #fff;
  transition: all .5s ease;
}
.unite .unite_box .header_contact .header_contact_box .ico_text span {
  color: #fff;
}
.unite .unite_box .header_contact .header_contact_box .ico_text p {
  color: #888888;
  margin-bottom: 0;
}
.unite_menu {
  background-color: #eda300;
  position: relative;
  overflow: initial;
}
.unite_menu::before {
  content: "";
  background: #2d2d2d;
  width: 25%;
  height: 90px;
  position: absolute;
  left: 0;
  border-right: 30px solid #eda300;
  border-top: 90px solid transparent;
}
.unite_menu .unite_box .menu_box {
  display: flex;
}
.unite_menu .unite_box .menu_box .logo {
  position: relative;
  width: 147px;
}
.unite_menu .unite_box .menu_box .logo .logo_img {
  position: absolute;
  top: -53px;
}
.unite_menu .unite_box .menu_box .menu ul {
  display: flex;
  margin: 0;
  margin-left: 50px;
}
.unite_menu .unite_box .menu_box .menu ul li:hover a {
  color: #000;
}
.unite_menu .unite_box .menu_box .menu ul li a {
  display: block;
  padding: 33px 45px;
  color: #fff;
  transition: all .5s ease;
  font-weight: 600;
}
.unite_menu .unite_box .menu_box .menu ul .menu_bg a {
  color: #000;
}
.md_menu_box {
  z-index: 100;
  width: 100%;
}
.md_menu_box .md_menu_boxs {
  position: relative;
}
.md_menu_box .md_menu_boxs .md_menu {
  background-color: #2c2c2c;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.md_menu_box .md_menu_boxs .md_menu .md_menu_img {
  width: 70px;
}
.md_menu_box .md_menu_boxs .md_menu .md_menu_img a {
  display: inline-block;
  width: 100%;
}
.md_menu_box .md_menu_boxs .md_menu .md_menu_img a img {
  width: 100%;
}
.md_menu_box .md_menu_boxs .md_menu .md_menu_btn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.md_menu_box .md_menu_boxs .md_menu .md_menu_btn i {
  font-size: 25px;
  color: #fff;
}
.level_menu {
  position: fixed;
  left: 0;
  top: 72px;
  z-index: 100;
  width: 100%;
  padding: 0 15px;
  background-color: #f9f9f9;
  height: 100%;
  display: none;
}
.level_menu ul li a {
  display: inline-block;
  padding: 15px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(44, 44, 44, 0.16);
}
.level_menu ul li a:hover {
  color: #eda300;
}
#demo {
  max-width: 1920px;
  margin: auto;
  background: url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/banner_1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
#demo img {
  width: 100%;
}
#demo .banenr {
  height: 767px;
}
#demo .banenr .banner_box {
  height: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#demo .banenr .banner_box .banner_left {
  width: 50%;
}
#demo .banenr .banner_box .banner_left h2 {
  color: #eda300;
  font-size: 60px;
  margin-bottom: 40px;
  font-weight: 600;
}
#demo .banenr .banner_box .banner_left p {
  font-size: 18px;
}
#demo .banenr .banner_box .banner_left .see_more {
  text-align: initial;
}
#demo .banenr .banner_box .banner_left .see_more a {
  font-weight: 600;
}
#demo .banenr .banner_box .banner_right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
#demo .banenr .banner_box .banner_right img {
  width: auto;
  max-width: 100%;
}
.unite_product {
  background-color: #fff;
}
.unite_product .unite_box {
  padding-bottom: 50px;
}
.unite_product .unite_box .product {
  display: block;
  margin-bottom: 25px;
}
.unite_product .unite_box .product:hover .pro_sort .pro_line {
  height: 0%;
  opacity: 1;
}
.unite_product .unite_box .product:hover .pro_sort .sort_text .probtn span {
  background-color: #000;
  background-position: left bottom;
  color: #000;
}
.unite_product .unite_box .product .pro_sort {
  position: relative;
}
.unite_product .unite_box .product .pro_sort img {
  width: 100%;
}
.unite_product .unite_box .product .pro_sort .pro_line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e5e5e5;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all .8s ease;
}
.unite_product .unite_box .product .pro_sort .sort_text {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 32%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unite_product .unite_box .product .pro_sort .sort_text .sort_logo {
  display: flex;
  align-items: center;
}
.unite_product .unite_box .product .pro_sort .sort_text .sort_logo img {
  width: 40px;
  height: auto;
}
.unite_product .unite_box .product .pro_sort .sort_text .sort_logo span {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  display: block;
  font-weight: 600;
  margin-left: 5px;
}
.unite_product .unite_box .product .pro_sort .sort_text p {
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 600;
}
.unite_product .unite_box .product .pro_sort .sort_text .probtn {
  display: inline-block;
}
.unite_product .unite_box .product .pro_sort .sort_text .probtn span {
  display: inline-block;
  padding: 10px 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  background: linear-gradient(to right, #ffffff 50%, #eda300 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.unite_product .unite_box .product .pro_sort .sort_text .probtn span::before {
  content: none;
}
.unite_goods {
  background-color: #f9f9f9;
}
.unite_goods .unite_box {
  max-width: 1900px;
  padding: 0 0 50px 0;
}
.unite_goods .unite_box .goods ul {
  display: flex;
  flex-wrap: wrap;
}
.unite_goods .unite_box .goods ul li {
  width: 20%;
  background-color: #f9f9f9;
  padding: 10px;
  cursor: pointer;
}
.unite_goods .unite_box .goods ul li:hover .goods_img .pro_line {
  height: 0%;
  opacity: 1;
}
.unite_goods .unite_box .goods ul li:hover .goods_img img {
  transform: scale(1.2, 1.2);
  /* 标准语法 */
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
}
.unite_goods .unite_box .goods ul li .goods_img {
  overflow: hidden;
  position: relative;
}
.unite_goods .unite_box .goods ul li .goods_img .pro_line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease;
}
.unite_goods .unite_box .goods ul li .goods_img img {
  transition: all .5s ease;
  max-width: 100%;
}
.unite_about {
  background-color: #fff;
  padding: 100px 0;
}
.unite_about .about {
  display: flex;
  align-items: center;
}
.unite_about .about .about_left {
  background-color: #f2f3f3;
  padding: 60px 45px;
  position: relative;
}
.unite_about .about .about_left::before {
  content: "";
  border-left: 60px solid #f2f3f3;
  border-bottom: 490px solid transparent;
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 1;
}
.unite_about .about .about_left h2 {
  padding-bottom: 40px;
  background: transparent url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/title-divider.png) no-repeat scroll left 58px;
  margin-bottom: 35px;
  font-weight: 600;
}
.unite_about .about .about_left p {
  margin-bottom: 30px;
}
.unite_about .about .about_left .see_more {
  text-align: initial;
}
.unite_about .about .about_right a {
  display: inline-block;
  overflow: hidden;
}
.unite_about .about .about_right a:hover img {
  transform: scale(1.1, 1.1);
  /* 标准语法 */
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
}
.unite_about .about .about_right a img {
  transition: all 1.5s ease;
}
.unite_advantage {
  background: url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/advantage_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.unite_advantage .unite_bg {
  background-color: rgba(84, 89, 95, 0.56);
  width: 100%;
  height: 100%;
  padding: 100px;
}
.unite_advantage .unite_bg .unite_box {
  max-width: 1200px;
}
.unite_advantage .unite_bg .unite_box .advantage {
  display: flex;
  flex-wrap: wrap;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .a_title {
  margin-bottom: 50px;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .a_title h2 {
  color: #eda300;
  font-weight: 600;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .a_title p {
  color: #fff;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul {
  display: flex;
  flex-wrap: wrap;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li .a_ico {
  margin-right: 20px;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li .a_text span {
  font-size: 20px;
  color: #fff;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li .a_text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_right {
  width: 40%;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_right .message {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 50px;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_right .message h4 {
  text-align: center;
  color: #eda300;
  margin-bottom: 40px;
  font-weight: 600;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_right .message .lebel_box label {
  color: #808285;
  font-size: 14px;
  margin-bottom: 10px;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_right .message .lebel_box input {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_right .message .lebel_box textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
}
.unite_advantage .unite_bg .unite_box .advantage .advantage_right .message .submit_bnt {
  padding: 10px 20px;
  background-color: #eda300;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  border: none;
  margin-top: 20px;
}
.unite_news {
  background-color: #f9f9f9;
  padding-bottom: 100px;
}
.unite_news .unite_box .news_list {
  margin: 0 -15px;
}
.unite_news .unite_box .news_list .news_item {
  margin-bottom: 30px;
}
.unite_news .unite_box .news {
  background-color: #fff;
  padding: 25px;
  height: 100%;
  cursor: pointer;
  transition: all .5s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.unite_news .unite_box .news a {
  display: block;
  height: 100%;
  color: inherit;
}
.unite_news .unite_box .news:hover {
  transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  -webkit-transform: translate(0px, -8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.unite_news .unite_box .news:hover .news_unit h5 {
  color: #eda300;
}
.unite_news .unite_box .news .news_unit {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.unite_news .unite_box .news .news_unit h5 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.unite_news .unite_box .news .news_unit .news_date {
  margin-bottom: 12px;
  font-size: 14px;
}
.unite_news .unite_box .news .news_unit .news_date i {
  color: #666;
  margin-right: 6px;
}
.unite_news .unite_box .news .news_unit .news_date span {
  color: #666;
}
.unite_news .unite_box .news .news_unit .news_excerpt {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.unite_news .unite_box .see_more {
  padding-top: 10px;
}
.unite_footer {
  background-color: #2e343a;
}
.unite_footer .unite_box {
  padding: 50px 0 25px;
}
.unite_footer .unite_box .footer {
  display: flex;
  flex-wrap: wrap;
}
.unite_footer .unite_box .footer .footer_block {
  flex: 1;
  padding: 0 0 0 20px;
}
.unite_footer .unite_box .footer .footer_block h3 {
  color: #eda300;
  font-size: 30px;
  font-weight: 600;
}
.unite_footer .unite_box .footer .footer_block a {
  color: #fff;
  font-size: 15px;
}
.unite_footer .unite_box .footer .footer_block p {
  color: #fff;
  font-size: 15px;
}
.unite_footer .unite_box .footer .footer_block ul {
  padding-left: 20px;
}
.unite_footer .unite_box .footer .footer_block li {
  line-height: 35px;
}
.unite_footer .unite_box .footer .footer_block li:hover a {
  color: #e1a300;
}
.unite_footer .unite_box .footer .footer_block .software_icon ul {
  display: flex;
  margin: 0;
}
.unite_footer .unite_box .footer .footer_block .software_icon ul li {
  margin-bottom: 20px;
}
.unite_footer .unite_box .footer .footer_block .software_icon ul li:hover a i {
  color: #eda300;
}
.unite_footer .unite_box .footer .footer_block .software_icon ul li a {
  background-color: #383838;
  border-radius: 5px;
  padding: 2px 9px;
  margin-right: 10px;
  line-height: initial;
  display: inline-block;
}
.unite_footer .unite_box .footer .footer_block .software_icon ul li a i {
  color: #fff;
  font-size: 25px;
  transition: all .5s ease;
}
.unite_footer .unite_box .footer .footer_1 p {
  text-align: initial;
  margin: 30px 0 20px;
}
.unite_footer .unite_box .footer .footer_1 .software_icon ul {
  display: flex;
  margin: 0;
}
.unite_footer .unite_box .footer .footer_1 .software_icon ul li {
  background-color: #383838;
  border-radius: 5px;
  padding: 4px 8px;
  margin-right: 10px;
  line-height: initial;
}
.unite_footer .unite_box .footer .footer_1 .software_icon ul li:hover a i {
  color: #eda300;
}
.unite_footer .unite_box .footer .footer_1 .software_icon ul li a i {
  color: #fff;
  font-size: 16px;
  transition: all .5s ease;
}
.copyright {
  padding: 15px;
  background-color: #2e343a;
}
.copyright p {
  text-align: center;
  color: #808285;
  margin: 0;
  font-size: 14px;
}
.copyright p a {
  color: #808285;
  font-size: 14px;
}
@media (max-width: 1800px) {
  .unite_menu::before {
    width: 23%;
  }
}
@media (max-width: 1700px) {
  .unite_menu::before {
    width: 21%;
  }
}
@media (max-width: 1600px) {
  .unite_menu::before {
    width: 20%;
  }
}
@media (max-width: 1500px) {
  .unite_menu::before {
    width: 19%;
  }
}
@media only screen and (max-width: 1400px) {
  .unite_menu::before {
    width: 17%;
  }
  .unite_menu .unite_box .menu_box .menu ul li a {
    padding: 33px 40px;
  }
  #demo .banenr .banner_box {
    max-width: 80%;
  }
  #demo .banenr .banner_box .banner_right {
    width: 35%;
  }
  .unite_product {
    max-width: 100%;
  }
  .unite_about {
    max-width: 80%;
  }
  .unite_about .unite_box .about .about_left {
    width: 50%;
    padding: 35px 45px;
  }
  .unite_about .unite_box .about .about_left .see_more .see_btn {
    margin-top: 20px;
  }
  .unite_about .unite_box .about .about_right {
    width: 50%;
  }
  .unite_about .unite_box .about .about_right a img {
    max-width: 100%;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_right .message {
    padding: 25px;
  }
  .unite_news .unite_box {
    max-width: 80%;
  }
}
@media (max-width: 1200px) {
  .unite_menu::before {
    width: 17%;
  }
}
@media only screen and (max-width: 991px) {
  #demo .banenr .banner_box {
    flex-direction: column;
    justify-content: space-around;
  }
  #demo .banenr .banner_box .banner_left {
    width: 100%;
  }
  #demo .banenr .banner_box .banner_left h2 {
    font-size: 30px;
  }
  #demo .banenr .banner_box .banner_right {
    width: 100%;
  }
  .title {
    padding: 40px 0 20px 0;
  }
  .title h2 {
    font-size: 24px;
    background: transparent url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/title-divider.png) no-repeat scroll center 37px;
  }
  .see_more .see_btn {
    margin: 0;
  }
  .unite_product {
    max-width: 100%;
  }
  .unite_product .unite_box .product .pro_sort .sort_text {
    width: 40%;
  }
  .unite_product .unite_box .product .pro_sort .sort_text span {
    font-size: 14px;
  }
  .unite_product .unite_box .product .pro_sort .sort_text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .unite_product .unite_box .product .pro_sort .sort_text .probtn span {
    padding: 5px 30px;
  }
  .unite_goods .unite_box .goods ul li {
    width: 50%;
    padding: 5px;
  }
  .unite_goods .unite_box .goods ul li:nth-child(n + 7) {
    display: none;
  }
  .unite_about {
    max-width: 100%;
    padding: 50px 0;
  }
  .unite_about .unite_box .about {
    flex-direction: column;
    align-items: initial;
  }
  .unite_about .unite_box .about .about_left {
    width: 100%;
  }
  .unite_about .unite_box .about .about_left::before {
    content: none;
  }
  .unite_about .unite_box .about .about_left h2 {
    background: transparent url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/title-divider.png) no-repeat scroll center 58px;
  }
  .unite_about .unite_box .about .about_right {
    width: 100%;
  }
  .unite_advantage .unite_bg {
    padding: 0px;
  }
  .unite_advantage .unite_bg .unite_box .advantage {
    flex-direction: column;
    padding: 40px 0;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left {
    width: 100%;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left .a_title {
    text-align: center;
    margin-bottom: 15px;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left .a_title h2 {
    font-size: 24px;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li {
    text-align: center;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li .a_ico {
    display: none;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li .a_text {
    margin: auto;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li .a_text span {
    font-size: 16px;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_left .left_ico_box ul li .a_text p {
    font-size: 14px;
  }
  .unite_advantage .unite_bg .unite_box .advantage .advantage_right {
    width: 100%;
  }
  .unite_news .unite_box {
    max-width: 100%;
  }
  .unite_news .unite_box .news_list .news_item:nth-child(n + 3) {
    display: none;
  }
  .unite_footer .unite_box {
    padding: 50px 0 0px;
  }
  .unite_footer .unite_box .footer {
    flex-direction: column;
  }
  .unite_footer .unite_box .footer .footer_block {
    padding: 0;
  }
  .unite_footer .unite_box .footer .footer_block img {
    display: block;
    margin: auto;
  }
  .unite_footer .unite_box .footer .footer_2 {
    display: none;
  }
  .unite_footer .unite_box .footer .footer_3 {
    display: none;
  }
  .unite_footer .unite_box .footer .footer_4 h3 {
    display: none;
  }
  .unite_footer .unite_box .footer .footer_4 .software_icon ul {
    padding: 0;
    justify-content: space-around;
  }
}
@media(max-width: 1200px) {
  .unite_product .unite_box .product .pro_sort .sort_text p {
    font-size: 26px;
    margin-bottom: 10px;

}
}