.background {
  width: 100%;
}
.background img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.swiper-slide {
  text-align: center;
}
.swiper-container {
  height: 100%;
}
.swiper-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
/*5*/
@media screen and (min-device-width: 300px) and (max-device-width: 373px) {
  .pc {
    display: none;
  }
  .intro {
    width: 300px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .intro h2 {
    color: #3c3c3c;
    font-size: 20px;
  }
  .intro h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 16px;
  }
  .intro h3::after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #c9da58;
  }
  .intro .content {
    padding: 5px;
    color: #3c3c3c;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  .profile {
    width: 300px;
    margin: 20px auto 20px;
    text-align: center;
    letter-spacing: 2px;
  }
  .profile h2 {
    color: #3c3c3c;
    font-size: 20px;
  }
  .profile h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 16px;
  }
  .profile h3::after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #f6a21b;
  }
  .profile .content {
    display: block;
    width: 280px;
    background-color: #c9da58;
    color: #3c3c3c;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto 20px;
  }
  .profile .property {
    color: #3c3c3c;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .profile .property::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 50px;
    height: 0;
    border: 1px solid #3c3c3c;
    left: -10px;
    top: -7px;
  }
  .profile .property::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 50px;
    height: 0;
    border: 1px solid #3c3c3c;
    right: -10px;
    top: -7px;
  }
  .profile .property_img {
    width: 100%;
    margin: 0 auto;
  }
  .profile .property_img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .patent {
    width: 100%;
    margin: 0 auto;
  }
  .patent .swiper-wrapper {
    margin-bottom: 10px;
  }
  .patent .swiper-wrapper .banner_img {
    margin: 0 auto;
    display: block;
  }
  .cp {
    width: 300px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .cp h2 {
    color: #3c3c3c;
    font-size: 20px;
  }
  .cp h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 16px;
  }
  .cp h3::after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .cp .swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
  }
  .cp .swiper-slide div .s_icon {
    display: block;
  }
  .cp .swiper-slide div .s_icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  .cp .swiper-slide div .s_name {
    font-size: 12px;
    padding: 10px 20px;
  }
  .contact {
    width: 300px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact h2 {
    color: #3c3c3c;
    font-size: 20px;
  }
  .contact h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 16px;
  }
  .contact h3::after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .contact div {
    display: block;
    width: 250px;
    margin: 0 auto;
    word-break: break-word;
  }
  .contact div span {
    display: block;
  }
  .contact div span.address,
  .contact div span.phone,
  .contact div span.email {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .contact div span.wx {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .contact div span:nth-of-type(2) {
    height: 20px;
    color: #c9da58;
    line-height: 20px;
    margin: 10px 0;
  }
  .contact div p {
    font-size: 12px;
    text-align: center;
  }
  #allmap {
    width: 300px;
    height: 400px;
    margin: 0 auto;
  }
  .mapBox {
    width: 115px;
    display: flex;
    background-color: #ffffff;
    position: absolute;
    top: 6%;
    left: 32%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
  }
  .mapBox a {
    font-size: 5px;
    margin-left: 10px;
    color: #3d6dcc;
  }
  .content {
    height: 100%;
  }
  .content .title {
    line-height: 9px;
    font-weight: bold;
    font-size: 6px;
    color: #cc5522;
  }
  .content .boxText {
    font-size: 4px;
    line-height: 8px;
  }
}
/*678*/
@media screen and (min-device-width: 374px) and (max-device-width: 412px) {
  .pc {
    display: none;
  }
  .intro {
    width: 375px;
    margin: 20px 10px 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .intro h2 {
    color: #3c3c3c;
    font-size: 22px;
  }
  .intro h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 18px;
  }
  .intro h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #c9da58;
  }
  .intro .content {
    padding: 10px;
    color: #3c3c3c;
    line-height: 1.5em;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .profile {
    width: 375px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .profile h2 {
    color: #3c3c3c;
    font-size: 22px;
  }
  .profile h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 18px;
  }
  .profile h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #f6a21b;
  }
  .profile .content {
    display: block;
    width: 300px;
    background-color: #c9da58;
    color: #3c3c3c;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto 20px;
  }
  .profile .property {
    color: #3c3c3c;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .profile .property::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 60px;
    height: 0;
    border: 1px solid #3c3c3c;
    left: -10px;
    top: -7px;
  }
  .profile .property::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 60px;
    height: 0;
    border: 1px solid #3c3c3c;
    right: -10px;
    top: -7px;
  }
  .profile .property_img {
    width: 100%;
    margin: 0 auto;
  }
  .profile .property_img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .patent {
    width: 100%;
    margin: 0 auto;
  }
  .patent .swiper-wrapper {
    margin-bottom: 10px;
  }
  .patent .swiper-wrapper .banner_img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .cp {
    width: 375px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .cp h2 {
    color: #3c3c3c;
    font-size: 22px;
  }
  .cp h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 18px;
  }
  .cp h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .cp .swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
  }
  .cp .swiper-slide div .s_icon {
    display: block;
  }
  .cp .swiper-slide div .s_icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  .cp .swiper-slide div .s_name {
    font-size: 12px;
    padding: 10px 20px;
  }
  .contact {
    width: 375px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact h2 {
    color: #3c3c3c;
    font-size: 22px;
  }
  .contact h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 18px;
  }
  .contact h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .contact div {
    display: block;
    width: 280px;
    margin: 0 auto;
    word-break: break-word;
  }
  .contact div span {
    display: block;
  }
  .contact div span.address,
  .contact div span.phone,
  .contact div span.email {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .contact div span.wx {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .contact div span:nth-of-type(2) {
    height: 20px;
    color: #c9da58;
    line-height: 20px;
    margin: 10px 0;
  }
  .contact div p {
    font-size: 14px;
    text-align: center;
  }
  #allmap {
    width: 375px;
    height: 400px;
    margin: 0 auto;
  }
  .mapBox {
    width: 115px;
    display: flex;
    background-color: #ffffff;
    position: absolute;
    top: 6%;
    left: 32%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
  }
  .mapBox a {
    font-size: 5px;
    margin-left: 10px;
    color: #3d6dcc;
  }
  .content {
    height: 100%;
  }
  .content .title {
    line-height: 9px;
    font-weight: bold;
    font-size: 6px;
    color: #cc5522;
  }
  .content .boxText {
    font-size: 4px;
    line-height: 8px;
  }
}
/*678plus*/
@media screen and (min-device-width: 413px) and (max-device-width: 767px) {
  .pc {
    display: none;
  }
  .intro {
    width: 414px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .intro h2 {
    color: #3c3c3c;
    font-size: 24px;
  }
  .intro h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .intro h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #c9da58;
  }
  .intro .content {
    padding: 5px;
    color: #3c3c3c;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
  .profile {
    width: 414px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .profile h2 {
    color: #3c3c3c;
    font-size: 24px;
  }
  .profile h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .profile h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #f6a21b;
  }
  .profile .content {
    display: block;
    width: 400px;
    background-color: #c9da58;
    color: #3c3c3c;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto 20px;
  }
  .profile .property {
    color: #3c3c3c;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .profile .property::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 60px;
    height: 0;
    border: 1px solid #3c3c3c;
    left: -10px;
    top: -7px;
  }
  .profile .property::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 60px;
    height: 0;
    border: 1px solid #3c3c3c;
    right: -10px;
    top: -7px;
  }
  .profile .property_img {
    width: 100%;
    margin: 0 auto;
  }
  .profile .property_img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cp {
    width: 414px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .cp h2 {
    color: #3c3c3c;
    font-size: 24px;
  }
  .cp h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .cp h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .cp .swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
  }
  .cp .swiper-slide div .s_icon {
    display: block;
  }
  .cp .swiper-slide div .s_icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  .cp .swiper-slide div .s_name {
    font-size: 14px;
    padding: 10px 20px;
  }
  .contact {
    width: 414px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact h2 {
    color: #3c3c3c;
    font-size: 24px;
  }
  .contact h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .contact h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .contact div {
    display: block;
    width: 300px;
    margin: 0 auto;
    word-break: break-word;
  }
  .contact div span {
    display: block;
  }
  .contact div span.address,
  .contact div span.phone,
  .contact div span.email {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .contact div span.wx {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .contact div span:nth-of-type(2) {
    height: 20px;
    color: #c9da58;
    line-height: 20px;
    margin: 10px 0;
  }
  .contact div p {
    font-size: 16px;
    text-align: center;
  }
  #allmap {
    width: 414px;
    height: 400px;
    margin: 0 auto;
  }
  .mapBox {
    width: 115px;
    display: flex;
    background-color: #ffffff;
    position: absolute;
    top: 6%;
    left: 32%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
  }
  .mapBox a {
    font-size: 5px;
    margin-left: 10px;
    color: #3d6dcc;
  }
  .content {
    height: 100%;
  }
  .content .title {
    line-height: 9px;
    font-weight: bold;
    font-size: 6px;
    color: #cc5522;
  }
  .content .boxText {
    font-size: 4px;
    line-height: 8px;
  }
}
/*ipad*/
@media screen and (min-device-width: 768px) and (max-device-width: 1025px) {
  .mob {
    display: none;
  }
  .intro {
    width: 768px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .intro h2 {
    color: #3c3c3c;
    font-size: 26px;
  }
  .intro h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 22px;
  }
  .intro h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #c9da58;
  }
  .intro .content {
    padding: 5px;
    color: #3c3c3c;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 18px;
  }
  .profile {
    width: 768px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .profile h2 {
    color: #3c3c3c;
    font-size: 26px;
  }
  .profile h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 22px;
  }
  .profile h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 5px auto 10px;
    background-color: #f6a21b;
  }
  .profile .content {
    display: inline-block;
    width: 450px;
    background-color: #c9da58;
    color: #3c3c3c;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto 20px;
  }
  .profile .property {
    color: #3c3c3c;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 20px;
  }
  .profile .property::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 60px;
    height: 0;
    border: 1px solid #3c3c3c;
    left: -10px;
    top: -7px;
  }
  .profile .property::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 60px;
    height: 0;
    border: 1px solid #3c3c3c;
    right: -10px;
    top: -7px;
  }
  .profile .property_img {
    width: 100%;
    margin: 0 auto;
  }
  .profile .property_img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cp {
    width: 768px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .cp h2 {
    color: #3c3c3c;
    font-size: 26px;
  }
  .cp h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 22px;
  }
  .cp h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .cp .swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
  }
  .cp .swiper-slide div .s_icon {
    display: block;
  }
  .cp .swiper-slide div .s_icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  .cp .swiper-slide div .s_name {
    font-size: 16px;
    padding: 10px 20px;
  }
  .contact {
    width: 768px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact h2 {
    color: #3c3c3c;
    font-size: 26px;
  }
  .contact h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 22px;
  }
  .contact h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .contact div {
    display: inline-block;
    width: 400px;
    margin: 0 auto;
    word-break: break-word;
  }
  .contact div span {
    display: block;
  }
  .contact div span.address,
  .contact div span.phone,
  .contact div span.email {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .contact div span.wx {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .contact div span:nth-of-type(2) {
    height: 20px;
    color: #c9da58;
    line-height: 20px;
    margin: 10px 0;
  }
  .contact div p {
    font-size: 18px;
    text-align: center;
  }
  #allmap {
    width: 768px;
    height: 400px;
    margin: 0 auto;
  }
  .mapBox {
    width: 115px;
    display: flex;
    background-color: #ffffff;
    position: absolute;
    top: 19%;
    left: 38%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
  }
  .mapBox a {
    font-size: 5px;
    margin-left: 10px;
    color: #3d6dcc;
  }
  .content {
    height: 100%;
  }
  .content .title {
    line-height: 9px;
    font-weight: bold;
    font-size: 6px;
    color: #cc5522;
  }
  .content .boxText {
    font-size: 4px;
    line-height: 8px;
  }
}
/*1280 1366*/
@media screen and (min-device-width: 1026px) and (max-device-width: 1367px) {
  .mob {
    display: none;
  }
  .intro {
    width: 1200px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .intro h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .intro h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 22px;
  }
  .intro h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 20px;
    background-color: #c9da58;
  }
  .intro .content {
    padding: 5px;
    color: #3c3c3c;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-indent: 2em;
  }
  .profile {
    max-width: 1200px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .profile h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .profile h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 22px;
  }
  .profile h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .profile .content {
    display: inline-block;
    width: 280px;
    background-color: #c9da58;
    color: #3c3c3c;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    margin: 0 20px;
  }
  .profile .property {
    color: #3c3c3c;
    font-size: 24px;
    letter-spacing: 5px;
    padding: 20px;
  }
  .profile .property::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 150px;
    height: 0;
    border: 1px solid #3c3c3c;
    left: -10px;
    top: -7px;
  }
  .profile .property::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 150px;
    height: 0;
    border: 1px solid #3c3c3c;
    right: -10px;
    top: -7px;
  }
  .profile .property_img {
    width: 70%;
    margin: 0 auto;
  }
  .profile .property_img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .patent {
    max-width: 960px;
    margin: 0 auto;
    border: 2px solid #f6a21a;
    border-radius: 5px;
  }
  .patent .banner_img {
    margin: 0 auto;
    display: block;
  }
  .cp {
    width: 1200px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .cp h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .cp h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .cp h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .cp .swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
  }
  .cp .swiper-slide div .s_icon {
    float: left;
  }
  .cp .swiper-slide div .s_icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  .cp .swiper-slide div .s_name {
    margin-left: 60px;
    padding: 10px 20px;
    line-height: 40px;
  }
  .contact {
    width: 1200px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .contact h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 22px;
  }
  .contact h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .contact div {
    display: inline-block;
    margin: 0 auto;
    width: 250px;
    word-break: break-word;
  }
  .contact div span {
    display: block;
  }
  .contact div span.address,
  .contact div span.phone,
  .contact div span.email {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .contact div span.wx {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .contact div span:nth-of-type(2) {
    height: 20px;
    color: #c9da58;
    line-height: 20px;
    margin: 10px 0;
  }
  .contact div p {
    text-align: center;
  }
  #allmap {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
  }
  .mapBox {
    width: 347px;
    display: flex;
    background-color: #ffffff;
    position: absolute;
    top: 14%;
    left: 32%;
    justify-content: center;
    align-items: center;
    padding: 14px;
    box-shadow: tomato;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    border-radius: 10px;
  }
  .mapBox a {
    margin-left: 20px;
    color: #3d6dcc;
  }
  .content {
    height: 100%;
  }
  .content .title {
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #cc5522;
  }
  .content .boxText {
    line-height: 30px;
  }
}
/*1366 1920*/
@media screen and (min-device-width: 1368px) and (max-device-width: 1440px) {
  .mob {
    display: none;
  }
  .intro {
    width: 1200px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .intro h2 {
    color: #3c3c3c;
    font-size: 36px;
  }
  .intro h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 28px;
  }
  .intro h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 20px;
    background-color: #c9da58;
  }
  .intro .content {
    padding: 5px;
    color: #3c3c3c;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 20px;
    text-indent: 2em;
  }
  .profile {
    max-width: 1200px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .profile h2 {
    color: #3c3c3c;
    font-size: 36px;
  }
  .profile h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 28px;
  }
  .profile h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .profile .content {
    display: inline-block;
    width: 280px;
    background-color: #c9da58;
    color: #3c3c3c;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    margin: 0 20px;
  }
  .profile .property {
    color: #3c3c3c;
    font-size: 24px;
    letter-spacing: 5px;
    padding: 20px;
  }
  .profile .property::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 150px;
    height: 0;
    border: 1px solid #3c3c3c;
    left: -10px;
    top: -7px;
  }
  .profile .property::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 150px;
    height: 0;
    border: 1px solid #3c3c3c;
    right: -10px;
    top: -7px;
  }
  .profile .property_img {
    width: 80%;
    margin: 0 auto;
  }
  .profile .property_img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .patent {
    border: 2px solid #f6a21a;
    border-radius: 5px;
    margin: 50px auto;
  }
  .patent .banner_img {
    margin: 0 auto;
    display: block;
  }
  .cp {
    width: 1200px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .cp h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .cp h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .cp h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .cp .swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
  }
  .cp .swiper-slide div .s_icon {
    float: left;
  }
  .cp .swiper-slide div .s_icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  .cp .swiper-slide div .s_name {
    margin-left: 60px;
    padding: 10px 20px;
    line-height: 40px;
  }
  .contact {
    width: 1200px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact h2 {
    color: #3c3c3c;
    font-size: 36px;
  }
  .contact h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 28px;
  }
  .contact h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .contact div {
    display: inline-block;
    margin: 0 auto;
    width: 250px;
    word-break: break-word;
  }
  .contact div span {
    display: block;
  }
  .contact div span.address,
  .contact div span.phone,
  .contact div span.email {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .contact div span.wx {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .contact div span:nth-of-type(2) {
    font-size: 20px;
    height: 20px;
    color: #c9da58;
    line-height: 20px;
    margin: 10px 0;
  }
  .contact div p {
    text-align: center;
    font-size: 20px;
  }
  #allmap {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
  }
  .mapBox {
    width: 347px;
    display: flex;
    background-color: #ffffff;
    position: absolute;
    top: 14%;
    left: 32%;
    justify-content: center;
    align-items: center;
    padding: 14px;
    box-shadow: tomato;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    border-radius: 10px;
  }
  .mapBox a {
    margin-left: 20px;
    color: #3d6dcc;
  }
  .content {
    height: 100%;
  }
  .content .title {
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #cc5522;
  }
  .content .boxText {
    line-height: 30px;
  }
}
/*>1920*/
@media screen and (min-device-width: 1441px) {
  .mob {
    display: none;
  }
  .intro {
    width: 1200px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .intro h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .intro h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .intro h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 20px;
    background-color: #c9da58;
  }
  .intro .content {
    padding: 5px;
    color: #3c3c3c;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-indent: 2em;
  }
  .profile {
    max-width: 1200px;
    margin: 20px auto 50px;
    text-align: center;
    letter-spacing: 2px;
  }
  .profile h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .profile h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .profile h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .profile .content {
    display: inline-block;
    width: 300px;
    background-color: #c9da58;
    color: #3c3c3c;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    margin: 0 20px;
  }
  .profile .property {
    color: #3c3c3c;
    font-size: 24px;
    letter-spacing: 5px;
    padding: 20px;
  }
  .profile .property::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 150px;
    height: 0;
    border: 1px solid #3c3c3c;
    left: -10px;
    top: -7px;
  }
  .profile .property::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 150px;
    height: 0;
    border: 1px solid #3c3c3c;
    right: -10px;
    top: -7px;
  }
  .profile .property_img {
    width: 80%;
    margin: 0 auto;
  }
  .profile .property_img img {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .patent {
    border-radius: 5px;
    max-width: 1200px;
    background-color: #f5f5f5;
    margin: 20px auto 40px;
  }
  .patent .swiper-wrapper .swiper-slide {
    margin: auto;
  }
  .patent .banner_img {
    margin: 0 auto;
    display: block;
  }
  .cp {
    width: 1200px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .cp h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .cp h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .cp h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .cp .swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
  }
  .cp .swiper-slide div .s_icon {
    float: left;
  }
  .cp .swiper-slide div .s_icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  .cp .swiper-slide div .s_name {
    margin-left: 60px;
    padding: 10px 20px;
    line-height: 40px;
  }
  .contact {
    width: 1200px;
    margin: 20px auto 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact h2 {
    color: #3c3c3c;
    font-size: 30px;
  }
  .contact h3 {
    color: rgba(0, 0, 0, 0.35);
    font-weight: normal;
    font-size: 20px;
  }
  .contact h3::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin: 10px auto 30px;
    background-color: #f6a21b;
  }
  .contact div {
    display: inline-block;
    margin: 0 auto;
    width: 280px;
    word-break: break-word;
  }
  .contact div span {
    display: block;
  }
  .contact div span.address,
  .contact div span.phone,
  .contact div span.email {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .contact div span.wx {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .contact div span:nth-of-type(2) {
    font-size: 20px;
    height: 20px;
    color: #c9da58;
    line-height: 20px;
    margin: 10px 0;
  }
  .contact div p {
    text-align: center;
    font-size: 18px;
  }
  #allmap {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
  }
  .mapBox {
    width: 347px;
    display: flex;
    background-color: #ffffff;
    position: absolute;
    top: 14%;
    left: 32%;
    justify-content: center;
    align-items: center;
    padding: 14px;
    box-shadow: tomato;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    border-radius: 10px;
  }
  .mapBox a {
    margin-left: 20px;
    color: #3d6dcc;
  }
  .content {
    height: 100%;
  }
  .content .title {
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #cc5522;
  }
  .content .boxText {
    line-height: 30px;
  }
}
