@media screen and (max-width: 1100px) {
  :root {
    font-size: calc(100vw / 375 * 20);
  }
  body {
    min-width: 100vw !important;
    width: 100vw !important;
  }
  header .commonTopMenuScreen {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    height: 3rem;
    background-color: #fff;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
  }
  header .commonTopMenuScreen .logo img {
    width: 7rem;
    height: 2rem;
    margin: 0 0 0 -1rem;
  }
header .commonTopMenuScreen .TopTel {
  display: flex;
  align-items: center;
}
header .commonTopMenuScreen .TopTel .TelImg {
  width: 0.9rem;
  height: 0.9rem;
  margin: -0.2rem 0.2rem 0 -2.8rem;
}
header .commonTopMenuScreen .TopTel .TelImg img {
  width: 100%;
  height: 100%;
}
header .commonTopMenuScreen .TopTel .TelContent p {
  width: 2rem;
  font-size: 0.6rem;
  color: #f20814;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  text-align: justify;
  white-space: nowrap;
}
header .commonTopMenuScreen.commonHeaderTopTel .commonHeaderTopTelContent p span {
  font-size: 1.2rem;
  color: #4c4c4c;
  display: block;
  margin: 0 auto 0 0;
}
  header .commonTopMenuScreen .commonSubnav {
    width: 2.5rem;
    height: 2.5rem;
  }
  header .commonTopMenuScreen .commonSubnav.commonSubnavActive img {
    display: none;
  }
  header .commonTopMenuScreen .commonSubnav.commonSubnavActive img:first-child {
    display: block;
  }
  header .commonTopMenuScreen .commonSubnav img {
    width: 100%;
    height: 100%;
  }
  header .commonTopMenuScreen .commonSubnav img:first-child {
    display: none;
  }
  header .commonNavScreen {
    top: 3rem;
    width: 30vw;
    right: 0;
    height: auto;
    z-index: 99999;
    position: fixed;
    display: block;
    transform: translateX(110%);
    transition-duration: 0.5s;
    transition-property: transform;
  }
  header .commonNavScreen > ul {
    width: 100%;
    height: auto;
    background-color: #0f5cae;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 99999;
  }
  header .commonNavScreen > ul > li {
    width: 100%;
    text-align: center;
    padding: 0.6rem 0;
    border-bottom: 0.05rem solid #fff;
    background-color: #0f5cae;
  }
  header .commonNavScreen > ul > li > a {
    text-transform: uppercase;
    font-size: 0.65rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    position: relative;
  }
  header .commonNavScreen > ul > li ul {
    width: 100%;
    overflow: hidden;
    display: none;
    margin: 0.25rem 0 0 0;
  }
  header .commonNavScreen > ul > li ul li {
    width: 100%;
    padding: 0.5rem 0;
  }
  header .commonNavScreen > ul > li ul li a {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    position: relative;
  }
  header .commonHeaderTop,
  header .commonHeaderNav {
    display: none;
  }
  main {
    width: 100vw;
    overflow: hidden;
    padding: 3rem 0 0 0;
  }
  main .service {
    display: none;
  }
  main .screenService {
    width: 100vw;
    position: fixed;
    bottom: 0;
    background-color: #eee;
    z-index: 9999999;
    padding: 0.2rem 0.75rem;
    display: flex;
    box-flex: row;
    justify-content: space-around;
  }
  main .screenService li a {
    width: 40vw;
    height: 2rem;
    background-color: #0f5cae;
    color: #fff;
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .screenService li:last-child a {
    background-color: #1d7508;
  }
  main .indexMainCommonTitle {
    width: 100%;
  }
  main .indexMainCommonTitle p {
    font-size: 1.25rem;
    color: #191919;
  }
  main .indexMainCommonTitle span {
    color: #4c4c4c;
    font-size: 1rem;
    display: block;
    margin: 0.25rem 0;
  }
  main .indexMainCommonTitle span:last-child {
    font-size: 0.7rem;
    color: #808080;
    margin: 0;
  }
  header .Top{
  }
  main .commonBanner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  }
  main .commonBanner .commonBannerWrap .swiper-wrapper,
  main .commonBanner .commonBannerWrap ul {
    height: 7rem !important;
  }
  main .commonBanner .commonBannerWrap .swiper-pagination {
    bottom: 0.25rem !important;
    left: 50% !important;
  }
  main .commonBanner .commonBannerWrap .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem !important;
    height: 0.5rem !important;
    margin: 0 0.5rem 0 0;
  }
  main .commonBanner .commonBannerWrap .swiper-wrapper li a img,
  main .commonBanner .commonBannerWrap ul li a img {
    min-height: 7rem;
  }
  main .commonBanner .commonBannerWrap .swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-tap-highlight-color: transparent;
  }
  main .commonBanner .commonBannerWrap .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.5rem !important;
    height: 0.5rem !important;
  }

  /* 当前位置 */
  main .seat{
    width: 100vw;
  }

  main .seat .seatWrap{
    width: calc(100% - 1.5rem);
    margin: 0 auto;
  }

  /* 产品分类 */
  main .classly{
    width: 100vw;
    margin: 0.5rem 0;
  }
  main .classly ul{
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .classly ul li{
    margin: 0;
  }
  main .classly ul li:nth-child(n+4){
    margin: 0.45rem 0 0 0;
  }


  main .search {
    width: 100vw;
    margin: 0 auto;
  }
  main .search .searchWrap {
    width: 100%;
    padding: 1.25rem 1.5rem;
    overflow: hidden;
    flex-wrap: wrap;
  }
  main .search .searchWrap > p {
    display: none;
  }
  main .search .searchWrap ul {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    display: none;
  }
  main .search .searchWrap form {
    width: 100%;
  }
  main .search .searchWrap form input {
    width: 100%;
  }
  main .cz {
    width: 100vw;
    margin: 0.25rem 0 0 0;
  }
  main .cz .czWrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    overflow: hidden;
  }
  main .cz .czWrap .czTitle {
    margin: 0;
  }
  main .cz .czWrap .czTitle h3 {
    font-size: 1.05rem;
    margin: 0 0 0.25rem 0;
  }
  main .cz .czWrap .czTitle p {
    font-size: 1rem;
  }
  main .cz .czWrap .czItems {
    margin: 0.75rem 0 0 0;
    width: 100%;
    flex-flow: row;
  }
  main .cz .czWrap .czItems .czItem {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  main .cz .czWrap .czItems .czItem:hover {
    box-shadow: none;
  }
  main .cz .czWrap .czItems .czItem a {
    padding: 0.75rem 1.4rem 0.75rem 1.4rem;
    flex-flow: column;
  }
  main .cz .czWrap .czItems .czItem a .top img{
  margin:1rem 0 0 0;
  width: 100%;
  height: 10rem;
  }
  main .cz .czWrap .czItems .czItem a .top .content{
  margin: 0 0 0 0.4rem;
  padding: 1rem 0 0 0;
  height: 100%;
  overflow: hidden;
}
main .cz .czWrap .czItems .czItem a .top .content li{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 0 0.8rem 0.4rem;
}
main .cz .czWrap .czItems .czItem a .top .content li strong{
  font-size: 0.6rem;
  color: #fea136;
  white-space: nowrap;
  display: block;
  width: 1.5rem;
  margin-right:0.5rem;
  text-align: left;
  line-height:1rem;
}
main .cz .czWrap .czItems .czItem a .top .content li p{
  margin: 0 0 0 0;
  color: #2f9cd3;
  font-size: 0.7rem;
  line-height: 1.2rem;
  white-space: nowrap;
  text-align: left;

}
main .cz .czWrap .czItems .czItem a .bottom::before{
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 1.2rem;
  background-color: #0f5cae;
  left: -0.5rem;
  top: 0;
}
main .cz .czWrap .czItems .czItem a .bottom h5{
  font-size: 0.8rem;
  color: #23527c;
  font-weight: bold;
  margin: 0 0 0 0.2rem;
  white-space: nowrap;
}
main .cz .czWrap .czItems .czItem a .bottom .content{
  display: flex;
  flex-flow: row flex;
  margin: 0 0 0 0.2rem;
}
main .cz .czWrap .czItems .czItem a .bottom .content p{
  color: #2f9cd3;
  font-size: 0.8rem;
  white-space: nowrap;
  margin: 0 0.3rem 0 0;
}


  main .cz .czWrap .czItems .czItem a .czItemLeftImg {
    margin: 0;
    height: auto;
    text-align: center;
  }
  main .cz .czWrap .czItems .czItem a .czItemLeftImg img {
    height: 12rem;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop {
    padding: 0;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop::before {
    display: none;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop p,
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop h5 {
    margin: 0 0 0.25rem 0;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop p br,
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop h5 br {
    display: none;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop h5 {
    font-size: 1rem;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightTop p {
    font-size: 0.65rem;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightMain ul li > p {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightMain ul li > p span {
    margin: 0 0 0 0.15rem;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightBottem {
    align-items: center;
    justify-content: space-around;
    margin: 0.5rem 0 0 0;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightBottem strong {
    font-size: 1.2rem;
    margin: 0;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightBottem strong span {
    font-size: 0.8rem;
  }
  main .cz .czWrap .czItems .czItem a .czItemRight .czItemRightBottem p {
    margin: 0;
  }
  main .cz .czWrap .swiper-pagination {
    position: static !important;
    margin: 1rem 0 0 0;
  }
  main .cz .czWrap .swiper-pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
    opacity: 1 !important;
    background-color: #0f5cae !important;
    border: 0.05rem solid #fff;
    margin: 0 0.25rem 0 0;
  }
  main .cz .czWrap .swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-tap-highlight-color: transparent;
  }
  main .cz .czWrap .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem !important;
    height: 1rem !important;
    opacity: 1 !important;
    background-color: #fe9917 !important;
  }
  main .product {
    width: 100vw;
    margin: 0;
  }
  main .product .productWrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    padding: 0;
  }
  main .product .productWrap .productTitle {
    width: 100%;
    text-align: center;
  }
  main .product .productWrap .productTitle h5 {
		display:none;
    /*font-size: 0.5rem;*/
  }
  main .product .productWrap .productContent {
    margin: 0;
  }
  main .product .productWrap .productContent .productContentTitle {
    width: 100%;
    margin: 0.25rem 0;
  }
  main .product .productWrap .productContent .productContentTitle p {
    width: 100%;max-width:450px!important;
    font-size: 1rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0.25rem 0 0.75rem 0;
    padding: 0;
  }
  main .product .productWrap .productContent .productContentTitle p::before {
    display: none;
  }
  main .product .productWrap .productContent .productContentTitle p span {
	display:none;
  /* margin: 0;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    font-size: 0.8rem;
    margin: 0.25rem 0; */
  }
  main .product .productWrap .productContent .productItems {
    margin: 0.25rem 0 0 0;
  }
  main .product .productWrap .productContent .productItems .productItem{
    width: 100%;
  }
  main .product .productWrap .productContent .productItems .productItem:hover a .productItemMain {
    background-color: #f5f5f5;
    border-right: 0.05rem solid #d7d4d4;
    border-left: 0.05rem solid #d7d4d4;
  }
  main .product .productWrap .productContent .productItems .productItem:hover a .productItemMain img {
    transform: scale(1);
  }
  main .product .productWrap .productContent .productItems .productItem:hover a .productItemBottom {
    border-right: 0.05rem solid #d7d4d4;
    border-left: 0.05rem solid #d7d4d4;
    border-bottom: 0.05rem solid #d7d4d4;
  }
  main .product .productWrap .productContent .swiper-pagination {
    position: static !important;
    margin: 0.5rem 0 0.5rem 0;
  }
  main .product .productWrap .productContent .productItems .productItem a .productItemTop ul{
    padding: 0 0.35rem
  }
main .product .productWrap .productContent .productItems .productItem a .productItemTop ul li {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0.7rem 0 0.7rem 0;
}
  main .product .productWrap .productContent .productItems .productItem a .productItemTop ul li strong {
  font-size: 0.9rem;
  color: #fff;
  white-space: nowrap;
  margin: 0 0 0 0;
}
main .product .productWrap .productContent .productItems .productItem a .productItemTop ul li p {
  font-size: 0.7rem;
  color: #fff;
  white-space: nowrap;
}
  main .product .productWrap .productContent .swiper-pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
    opacity: 1 !important;
    background-color: #0f5cae !important;
    border: 0.05rem solid #fff;
    margin: 0 0.25rem 0 0;
  }
  main .product .productWrap .productContent .swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-tap-highlight-color: transparent;
  }
  main .product .productWrap .productContent .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem !important;
    height: 1rem !important;
    opacity: 1 !important;
    background-color: #fe9917 !important;
  }
  main .product .productWrap .productContent .productMore {
   display: none;
    /*margin: 0.25rem 0;*/
  }
  main .product .productWrap .productContent .productMore a {
    width: 5rem;
    height: 2rem;
    font-size: 0.7rem;
  }
  main .product .productWrap .productContent .productMore a:hover {
    color: #0f5cae;
    background-color: #fff;
  }
  main .wrap{width: 100vw;margin: 0rem auto;}
  main .project-left{ width: 20rem;}
  main .project-right{display: none;}
  main .sigle-page{width: 93vw;margin: 1rem 1rem 0 0.5rem;font-size: 0.7rem;}
  main .related-page{ width: 100vw; margin-top: 1rem;}
  main .related-page li{ width: 48vw; float: left;}
  main .related-page li a{ background: #fff; padding: 0.05rem 0.5rem; color: #333;font-size: 0.7rem; display: block;}
  main .related-page li a span{ display: none;}
  main .news-show{width: 100vw;margin: 0rem auto;}
  main .news-show li{ width: 90vw;padding: 0.05rem 0.5rem;}
  main .news-show li span{ display: none;}
  main .pages {width: 90vw;margin: 0.5rem auto;}
  main .pages a { max-width: 4rem;}
  main .pages a.current {max-width: 4rem;border: #FF9002 0.05rem solid; padding:0.25rem 0.5rem;font-weight: bold; margin: 0.2rem; height:1.6rem; line-height: 1.1rem;color: #fff;  background-color: #FF9002}
  main .mainBanner {
    width: 100vw;
  }
  main .mainBanner .mainBannerWrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  main .mainBanner .mainBannerWrap a img {
    height: 3.5rem;
  }
  main .companyJj {
    width: 100vw;
    height: auto;
    min-height: auto;
  }
  main .companyJj .companyJjWrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    height: auto;
  }
  main .companyJj .companyJjWrap::before {
    display: none;
  }
  main .companyJj .companyJjWrap .companyJjTitle {
    width: 100%;
    height: auto;
    position: static;
  }
  main .companyJj .companyJjWrap .companyJjTitle p {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    color: #000;
  }
  main .companyJj .companyJjWrap .companyJjContent {
    width: 100%;
    margin: 0.5rem auto;
    overflow: hidden;
    position: static;
  }
  main .companyJj .companyJjWrap .companyJjContent .companyJjItems {
    width: 100%;
    flex-flow: column;
    overflow: hidden;
  }
  main .companyJj .companyJjWrap .companyJjContent .companyJjItems .companyJjItem {
    width: 100%;
    height: auto;
    padding: 0 ;
    overflow: hidden;
    box-shadow: none;
  }
  main .companyJj .companyJjWrap .companyJjContent .companyJjItems .companyJjItem:first-of-type {
    display: none;
  }
  main .companyJj .companyJjWrap .companyJjContent .companyJjItems .companyJjItem .companyJjItemTitle {
    margin: 0;
  }
  main .companyJj .companyJjWrap .companyJjContent .companyJjItems .companyJjItem .companyJjItemTitle p {
    font-size: 1rem;
  }
  main .companyJj .companyJjWrap .companyJjContent .companyJjItems .companyJjItem .companyJjItemTitle span {
    margin: 0.25rem 0;
    text-align: center;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  main .companyJj .companyJjWrap .companyJjContent .companyJjItems .companyJjItem p {
    width: 100%;
    line-height: 1.1rem;
    font-size: 0.7rem;
    text-align: justify;
  }
  main .case {
    width: 100vw;
  }
  main .case .caseWrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
  }
  main .case .caseWrap .caseItems {
    margin: 0.5rem 0 0 0;
  }
  main .case .caseWrap .caseItems .caseItem {
    width: 48%;
    height: 4.5rem;
    margin: 0.25rem 0 !important;
  }
  main .case .caseWrap .caseItems .caseItem a:hover {
    border: 0.05rem solid #e6e6e6;
  }
  main .news {
    width: 100vw;
    margin: 0.5rem 0;
    display: none;
  }
  main .news .newsWrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
  }
  main .news .newsWrap .newsChange {
    width: 100%;
    margin: 0.75rem 0;
    justify-content: space-around;
  }
  main .news .newsWrap .newsChange li {
    margin: 0;
  }
  main .news .newsWrap .newsChange li a {
    width: 7rem;
    font-size: 0.75rem;
  }
  main .news .newsWrap .newsContent {
    width: 100%;
  }
  main .news .newsWrap .newsContent .newsContentLeft {
    display: none;
  }
  main .news .newsWrap .newsContent .newsContentRight {
    width: 100%;
    margin: 0;
  }
  main .news .newsWrap .newsContent .newsContentRight ul li {
    margin: 0.5rem 0 0 0;
  }
  main .news .newsWrap .newsContent .newsContentRight ul li a {
    padding: 0.25rem 0;
  }
  main .news .newsWrap .newsContent .newsContentRight ul li a .newsDate {
    margin: 0 1rem 0 0;
  }
  footer {
    width: 100vw;
    padding: 0 0 3rem 0;
  }
  footer .footerWrap {
    width: 100%;
    background-image: none;
    background-color: #0f5cae;
  }
  footer .footerWrap .footerTop {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    flex-flow: column;
    align-items: center;
    padding: 1rem 0 0.5rem 0;
    position: relative;
  }
  footer .footerWrap .footerTop .footerCompanyDetails {
    display: none;
  }
  footer .footerWrap .footerTop .footerCompany {
    padding: 0;
    width: 100%;
  }
  footer .footerWrap .footerTop .footerCompany::after {
    display: none;
  }
  footer .footerWrap .footerTop .footerCompany .footerCompanyTitle {
    text-align: center;
  }
  footer .footerWrap .footerTop .footerCompany .footerCompanyTitle span {
    font-size: 0.65rem;
  }
  footer .footerWrap .footerTop .footerCompany ul {
    width: 100%;
    height: 8rem;
  }
  footer .footerWrap .footerTop .footerCompany ul li {
    width: 100%;
  }
  footer .footerWrap .footerTop .erweima  img{
    position: absolute;
    width: 4rem;
    right: 1.25rem;
    top: 2.5rem;
  }
  footer .footerWrap .footerTop .erweima p {
    white-space: nowrap;
    margin: 0 0 0.25rem 0;
    font-size: 0.5rem;
    display: none;
  }
  footer .footerWrap .footerBottom {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    padding: 0.5rem 0;
  }
  footer .footerWrap .footerBottom .copyright {
    width: 100%;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
  }
  footer .footerWrap .footerBottom .copyright p {
    white-space: normal;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row;
    overflow: hidden;
    justify-content: center;
    margin: 0.15rem 0 0 0 !important;
  }
  footer .footerWrap .footerBottom .copyright p img {
    display: none;
  }
  footer .footerWrap .footerBottom .copyright p:nth-child(2) {
    display: none;
  }
  footer .footerWrap .footerBottom .about {
    display: none;
  }
}
