.transition {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.transformX {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.transformY {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.background {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1201px) {
  .mobile-header {
    display: none;
  }
}

@media screen and (max-width: 1580px) {
  .about-con .about,
  .news-con .news,
  .product,
  .details,
  .newsdetails-con .newsdetails,
  .contact-con .contact {
    margin-top: 0%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 1280px) {
  .cooperation {
    max-width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .content {
    padding-right: 2%;
    padding-left: 2%;
  }
  .header-con {
    display: none;
  }
  .fixedtop:after {
    display: block;
    width: 100%;
    height: 50px;
    content: "";
  }
  .fixedtitle {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
  .fixedtitle .logo {
    position: absolute;
    top: 5px;
    left: 0.15625rem;
    display: block;
    height: 40px;
  }
  .fixedtitle h3 {
    color: #000000;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
  }
  .fixedtitle h3 .logo-center {
    margin-top: 9px;
    height: 32px;
  }
  .fixedtitle .register {
    position: fixed;
    top: 0;
    right: 0.34375rem;
    color: #2ebfc1;
    font-size: 16px;
    line-height: 50px;
  }
  .fixedtitle .icon-liebiao {
    position: absolute;
    left: 0.34375rem;
    color: #666666;
    font-size: 24px;
    line-height: 50px;
  }
  .fixedtitle .icon-sousuo {
    position: absolute;
    top: 0;
    right: 0.34375rem;
    color: #666666;
    font-size: 24px;
    line-height: 50px;
  }
  .nav-mask {
    position: fixed;
    top: 0;
    z-index: 11;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 11;
    padding-top: 20%;
    width: 60%;
    height: 100%;
    background: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .nav a {
    display: block;
    margin-top: 10%;
    text-align: center;
  }
  .nav.active {
    right: 0;
  }
  .in-about .in-about-left .in-public-tit p {
    text-align: left;
    line-height: 24px;
  }
  .in-about .in-about-left .in-about-text {
    margin-top: 4%;
  }
  .footer .footer-btm .footer-btm-ul {
    display: none;
  }
  .footer .footer-info .footer-info-group {
    display: none;
    margin-top: 26px;
    text-align: center;
  }
  .footer .footer-info {
    padding-bottom: 10px;
  }
  .footer .footer-info h2 {
    font-size: 20px;
  }
  .footer {
    padding-top: 20px;
  }
  .footer .footer-btm p {
    float: none;
    text-align: center;
    line-height: 30px;
  }
  .in-public-tit {
    line-height: 44px;
  }
  .about-con .about .content .about-top {
    margin-top: 3%;
    padding-bottom: 4%;
    border-bottom: 1px solid #e9e9e9;
  }
  .about-con .about .content .about-text {
    margin-top: 5%;
  }
  .about-con .about .content .about-text h4 {
    margin-bottom: 4%;
  }
  .in-banner {
    padding-top: 28%;
  }
  .about-con .about .content {
    padding-right: 2%;
    padding-left: 2%;
  }
  .news-con .news .content .news-hot .news-hot-text {
    padding: 26px 20px;
  }
  .news-con .news .content .news-hot {
    margin-top: 4%;
  }
  .news-con .news .news-group .news-list {
    margin-top: 3%;
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
  }
  .product .product-group .product-list {
    width: 50%;
  }
  .details .details-title {
    margin-bottom: 6%;
    width: 380px;
    font-size: 30px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .in-product .in-product-group .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
  }
  .in-public-tit {
    font-size: 24px;
    line-height: 30px;
  }
  .in-public-tit h3 img {
    display: none;
  }
  .in-product .in-product-group {
    margin-top: 4%;
  }
  .in-about {
    margin-top: 3%;
    margin-bottom: 5%;
  }
  .in-about .in-about-left {
    float: left;
    width: 100%;
  }
  .in-about .in-about-right {
    padding-top: 82%;
    width: 100%;
    height: auto;
  }
  .in-about .in-about-left .in-about-text {
    margin-bottom: 5%;
    height: auto;
  }
  .in-news .in-news-group {
    margin-top: 4%;
  }
  .in-news .in-news-group .in-news-list .in-news-list-text h3 {
    margin-top: 5px;
    margin-bottom: 9px;
    font-size: 16px;
  }
  .in-news .in-news-group .in-news-list .in-news-list-text span {
    margin-top: 5%;
    font-size: 14px;
  }
  .in-news .in-news-more {
    margin-top: 5%;
  }
  .cooperation .cooperation-list {
    height: 60px;
  }
  .cooperation {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .in-product .in-product-more {
    margin-top: 1%;
  }
  .banner .banner-list {
    padding-top: 50%;
  }
  .in-public-tit h3 {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .in-public-tit p {
    padding-right: 2%;
    padding-left: 2%;
    font-size: 14px;
    line-height: 20px;
  }
  .in-product .in-product-group .in-product-list .in-product-list-text {
    padding: 10px 6px;
  }
  .in-product .in-product-group .in-product-list .in-product-list-text h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .in-product .in-product-group .in-product-list .in-product-list-text h3:after {
    display: block;
    margin-top: 8px;
    width: 30px;
    height: 2px;
    content: "";
  }
  .in-public-more {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 32px;
  }
  .banner .slick-dots {
    bottom: 6px;
  }
  .in-about .in-about-left .in-public-tit {
    margin-top: 4%;
  }
  .in-about .in-about-left .in-public-tit h3 {
    text-align: center;
  }
  .in-about .in-about-left .in-public-tit p {
    text-align: center;
  }
  .footer .footer-btm p span {
    display: block;
    margin-right: 0;
  }
  .footer .footer-btm p {
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 20px;
  }
  .banner {
    overflow: hidden;
    max-height: 320px;
  }
  .about-con .about .content .about-top .about-top-text p {
    color: #666666;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }
  .about-con .about .content .about-top .about-top-group .about-top-list p {
    font-size: 14px;
  }
  .about-con .about .content .about-top .about-top-group .about-top-list h2 {
    font-size: 32px;
    line-height: 56px;
  }
  .about-con .about .content .about-top .about-top-group .about-top-list:not(:first-child):after {
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: 56px;
    background: #e9e9e9;
    content: "";
  }
  .about-con .about .content .about-top .about-top-group {
    margin-top: 5%;
  }
  .about-con .about .content .about-text h4 {
    margin-bottom: 3%;
    font-size: 20px;
  }
  .about-con .about .content .about-text p {
    text-align: left;
  }
  .about-con {
    padding-bottom: 8%;
  }
  .news-con .news .content .news-hot .news-hotimg {
    width: 100%;
    height: 210px;
  }
  .news-con .news .content .news-hot .news-hot-text {
    float: left;
    padding: 20px 16px;
    width: 100%;
    height: auto;
  }
  .news-con .news .content .news-hot .news-hot-text .news-hot-p {
    margin-top: 12px;
    margin-bottom: 14px;
  }
  .news-con .news .content .news-hot .news-hot-text .news-hot-btn {
    width: 100px;
    line-height: 32px;
  }
  .news-con .news .news-group .news-list .news-list-img {
    margin-bottom: 14px;
    padding-top: 55%;
    height: auto;
  }
  .news-con .news .news-group .news-list .news-list-text h3 {
    font-size: 16px;
  }
  .news-con .news .news-group .news-list .news-list-text h5 {
    margin-top: 8px;
    margin-bottom: 5px;
    color: #888888;
    font-size: 14px;
  }
  .news-con .news .news-group .news-list .news-list-text span {
    margin-top: 12px;
    width: 110px;
    font-size: 14px;
    line-height: 32px;
  }
  .page a {
    display: none;
  }
  .page .prev-page,
  .page .next-page {
    display: inline-block;
    width: 100px;
    line-height: 30px;
  }
  .news-con .news .news-group {
    margin-bottom: 6%;
  }
  .news-con {
    padding-bottom: 20px;
  }
  .product .product-tal a {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 5px;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
  }
  .product .product-tal {
    padding-bottom: 25px;
  }
  .xf_nav_text {
    position: absolute;
    top: 2.4rem;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .product .product-tal .xf_nav_text a {
    display: inline-block;
    float: none;
    overflow: hidden;
    margin-top: 5px;
    height: 24px;
    line-height: 24px;
  }
  .product {
    padding: 15px;
  }
  .product .product-group .product-list {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .product .product-group .product-list .product-list-a .product-list-img {
    height: 190px;
  }
  .product .product-group .product-list .product-list-a h4 {
    font-size: 14px;
    line-height: 36px;
  }
  .product .product-group {
    margin-bottom: 10px;
  }
  .product-con {
    padding-bottom: 20px;
  }
  .product .product-tal {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .details .details-list .details-list-left {
    width: 100%;
  }
  .details .content {
    padding: 0 2%;
  }
  .details .details-list .details-list-left li {
    font-size: 14px;
    line-height: 32px;
  }
  .details .details-list .details-list-right {
    margin-top: 12px;
    width: 100%;
  }
  .details-list-titlecon .details-list-title {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    font-size: 20px;
  }
  .details .details-title {
    width: 100%;
    font-size: 18px;
    line-height: 56px;
  }
  .details .details-list {
    margin-bottom: 5%;
  }
  .details-list-titlecon {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .details-list-titlecon .details-list-title img {
    display: none;
  }
  .details {
    margin-bottom: 4%;
  }
  .newsdetails-con .newsdetails h4 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .newsdetails-con .newsdetails .newsdetails-center span {
    display: block;
    font-size: 14px;
  }
  .newsdetails-con .newsdetails .newsdetails-text {
    margin-top: 20px;
    padding: 4% 2%;
  }
  .newsdetails-con {
    padding-bottom: 6%;
  }
  .contact-con .contact {
    padding-right: 2%;
    padding-left: 2%;
  }
  .contact-con .contact .contact-box .contact-left {
    width: 100%;
  }
  .contact-con .contact .contact-box .contact-right {
    width: 100%;
  }
  .contact-con .contact h3 {
    margin-bottom: 6%;
  }
  .map {
    height: 240px;
  }
  .contact-con .contact .contact-box .contact-right .contact-right-form button {
    height: 42px;
  }
}