* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  background-color: #fff;
}
/* 容器样式 */
.container {
  max-width: 1370px;
  margin: 0 auto;
}
/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
/* 链接样式 */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0078d7;
}
/* 列表样式 */
ul,
ol {
  list-style: none;
}
li {
  margin-bottom: 5px;
}
/* 按钮样式 */
button,
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: #0078d7;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover,
.btn:hover {
  background-color: #0078d7;
}
/* 图片样式 */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* 表格样式 */
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
th {
  background-color: #f4f4f4;
}
/* 表单样式 */
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
input[type="submit"] {
  background-color: #0078d7;
  color: #fff;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #0078d7;
}
header {
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  transition: all 0.5s;
}
header .container {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
header .logo {
  height: 70px;
}
header .logo img {
  height: 100%;
  width: auto;
}
header ul {
  display: flex;
  height: 100%;
  align-items: center;
}
header ul li {
  padding: 0 20px;
}
header ul li a {
  position: relative;
  transition: all 0.5s;
}
header ul li a:after {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #0078d7;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
}
header ul li.active a {
  color: #0078d7;
}
header ul li.active a:after {
  opacity: 1;
}
header ul li:hover a {
  color: #0078d7;
}
header ul li:hover a:after {
  opacity: 1;
}
.m-header {
  background: #0078d7;
  display: none;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  align-items: center;
  position: relative;
  z-index: 999;
}
.m-header img {
  height: 35px;
  width: auto;
}
.m-header .btns {
  display: flex;
  flex-direction: column;
}
.m-header .btns span {
  display: block;
  width: 30px;
  background: #fff;
  height: 2px;
  margin: 5px 0;
  transition: all 0.5s;
}
.m-header .btns.on span:nth-child(1) {
  transform: rotate(45deg) translateX(27%);
}
.m-header .btns.on span:nth-child(2) {
  display: none;
}
.m-header .btns.on span:nth-child(3) {
  transform: rotate(-45deg) translateX(27%);
}
.m-header .menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
}
.m-header .menu a {
  display: block;
  padding: 10px;
  background: #fff;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .text {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}
.banner .swiper-slide .text h3 {
  font-size: 60px;
  color: #000;
  line-height: 1.2;
}
.banner .swiper-slide .text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 60px;
}
.banner .swiper-slide .text div {
  display: flex;
}
.banner .swiper-slide .text div a {
  color: #fff;
  background: #0078d7;
  padding: 15px 80px;
  margin-right: 20px;
  border-radius: 30px;
}
.banner .swiper-slide .text div a:nth-child(2) {
  background: #ffae00;
}
.banner .swiper-slide .text div a:hover {
  background: #0066b6;
}
.service {
  margin-top: 80px;
}
.service .title h3 {
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}
.service ul {
  display: flex;
  margin-top: 40px;
}
.service ul li {
  margin: 2% 1.5%;
  width: 30%;
  position: relative;
}
.service ul li img {
  width: 100%;
  height: auto;
}
.service ul li p {
  text-align: center;
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.product {
  background-attachment: fixed;
  background-image: url(../images/tmp1671434946_2215897_s.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 100px 0;
}
.product .title h3 {
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.product .title p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #555;
}
.product .slideTxtBox1 .hd ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.product .slideTxtBox1 .hd ul li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  padding: 0 30px;
  cursor: pointer;
}
.product .slideTxtBox1 .hd ul li:hover,
.product .slideTxtBox1 .hd ul li.on {
  color: #0078d7;
  border-bottom: 2px solid #0078d7;
}
.product .slideTxtBox1 .bd {
  background: #fff;
}
.product .slideTxtBox1 .bd ul {
  display: flex;
  justify-content: space-between;
}
.product .slideTxtBox1 .bd ul li {
  width: 25%;
  border-right: 1px solid #ddd;
  padding: 47px 0 38px;
}
.product .slideTxtBox1 .bd ul li .img {
  overflow: hidden;
}
.product .slideTxtBox1 .bd ul li .img img {
  width: 70%;
  height: auto;
  transition: all 0.5s;
}
.product .slideTxtBox1 .bd ul li .text h3 {
  font-size: 18px;
  font-weight: normal;
  color: #222;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.product .slideTxtBox1 .bd ul li .text p {
  font-size: 12px;
  color: #999;
  padding: 0 57px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product .slideTxtBox1 .bd ul li:last-child {
  border: none;
}
.product .slideTxtBox1 .bd ul li:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.product .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .more a {
  color: #fff;
  background-color: #0078d7;
  border-radius: 30px;
  margin-top: 50px;
  width: 261px;
  height: 48px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .more a:hover {
  background-color: #0066b6;
}
.why {
  background: url("../images/tmp1671440997_2215897_s.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 80px;
}
.why .container {
  display: flex;
  justify-content: space-between;
}
.why .container .left {
  width: 50%;
}
.why .container .left .text h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.3;
}
.why .container .left .text p {
  color: #dbdbdb;
  font-size: 60px;
  line-height: 1.3;
}
.why .container .left ul {
  display: flex;
  flex-wrap: wrap;
}
.why .container .left ul li {
  width: 38%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  background: #0078d7;
  margin: 10px;
  padding: 40px;
}
.why .container .left ul li .img {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.why .container .left ul li .img img {
  margin: 0;
}
.why .container .left ul li p {
  font-size: 18px;
  color: #fff;
}
.why .container .left ul li:nth-child(3) {
  border-bottom-left-radius: 80px;
}
.solution {
  margin: 40px 0;
}
.solution .title h3 {
  font-size: 36px;
  line-height: 2;
  text-align: center;
  color: #000;
}
.solution .title p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #555;
}
.solution .slideTxtBox2 {
  background-image: url("../images/tmp1671435650_2215897_s.jpg");
  background-size: cover;
  margin-top: 40px;
  padding-bottom: 100px;
}
.solution .slideTxtBox2 .hd ul {
  padding: 40px 0 ;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.solution .slideTxtBox2 .hd ul li {
  color: #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  margin: 0 10px;
}
.solution .slideTxtBox2 .hd ul li.on {
  border-bottom: 1px solid #fff;
}
.solution .slideTxtBox2 .bd {
  background: #fff;
}
.solution .slideTxtBox2 .bd ul .item {
  display: flex;
  padding: 50px 40px;
}
.solution .slideTxtBox2 .bd ul .item .img {
  width: 50%;
  visibility: visible!important;
  animation-name: fadeIn!important;
}
.solution .slideTxtBox2 .bd ul .item .text {
  flex: 1;
  padding: 0 80px;
  visibility: visible!important;
  animation-name: fadeInRight!important;
}
.solution .slideTxtBox2 .bd ul .item .text h3 a {
  color: #000;
  font-size: 26px;
  line-height: 1.3;
  font-weight: normal;
}
.solution .slideTxtBox2 .bd ul .item .text p {
  font-size: 14px;
  color: #555;
  margin: 20px 0;
}
.solution .slideTxtBox2 .bd ul .item .text button {
  background: #444444;
  padding: 10px 30px ;
  border-radius: 30px;
  font-size: 14px;
}
.solution .slideTxtBox2 .bd ul .item .text button a {
  color: #fff;
}
.solution .slideTxtBox2 .bd ul .item .text button:hover {
  background: #0066b6;
}
.solution .slideTxtBox2 .bd ul .item .text button:hover a {
  color: #fff;
}
.news {
  margin: 80px 0;
}
.news .title h3 {
  font-size: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
}
.news ul {
  display: flex;
  justify-content: space-between;
}
.news ul li {
  flex: 1;
  padding: 20px;
}
.news ul li a .img {
  overflow: hidden;
}
.news ul li a .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.news ul li a h3 {
  font-weight: normal;
  font-size: 18px;
  color: #333;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news ul li a p {
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news ul li a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.news button {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  padding: 10px 80px;
}
.news button a {
  color: #fff;
}
.news button:hover {
  background: #0066b6;
}
footer {
  background: #1a1a1a;
}
footer .con {
  max-width: 1300px;
  margin: 0 auto;
}
footer .con .top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid #ffffff26;
}
footer .con .top .left {
  display: flex;
}
footer .con .top .left img {
  height: 140px;
  width: auto;
}
footer .con .top .right ul {
  display: flex;
  border-left: 1px solid #ffffff26;
}
footer .con .top .right ul li {
  margin-left: 100px;
}
footer .con .top .right ul li h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
footer .con .top .right ul li h3 a {
  color: #fff;
  transition: all 0.5s;
}
footer .con .top .right ul li h3 a:hover {
  color: #0078d7;
}
footer .con .top .right ul li p {
  font-size: 14px;
  margin-bottom: 10px;
}
footer .con .top .right ul li p a {
  color: #ddd;
  transition: all 0.5s;
}
footer .con .top .right ul li p a:hover {
  color: #0078d7;
}
footer .con .top .center h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .con .top .center p {
  color: #ddd;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #555;
  background-color: #ffffff;
}
footer .bottom a {
  color: #555;
}
.swiper-pagination-bullet {
  width: 35px;
  height: 4px;
  border-radius: 0;
  background: #0078d7;
}
.list_banner {
  position: relative;
}
.list_banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.3;
}
.list_menu {
  padding-top: 68px;
  margin-bottom: 55px;
}
.list_menu ul {
  display: flex;
  justify-content: center;
}
.list_menu ul li a {
  background: #f4f4f4;
  color: #555;
  margin: 0 6px;
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  display: block;
}
.list_menu ul li.active a {
  background: #0078d7;
  color: #fff;
}
.list_content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.list_content li {
  width: 25%;
  padding-bottom: 40px;
}
.list_content li a .img {
  overflow: hidden;
}
.list_content li a .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.list_content li a .tit {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_content li a .des {
  font-size: 14px;
  color: #222;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_content li:hover {
  border: 1px solid #ededed;
}
.list_content li:hover a .img img {
  transform: scale(1.1);
}
.list_content li:hover a .tit {
  color: #0078d7;
}
.news_content {
  display: flex;
  flex-direction: column;
}
.news_content li a {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}
.news_content li a .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_content li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.news_content li a .tit {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_content li a .tit .title {
  font-weight: normal;
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_content li a .tit .des {
  color: #999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_content li a:hover .tit .title {
  color: #0078d7;
}
.breadcrumb {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
}
.breadcrumb a {
  color: #555;
}
.show {
  margin: 40px 0;
}
.show .top {
  display: flex;
  margin-bottom: 40px;
}
.show .top .left {
  border: 1px solid #ededed;
  width: 25vw;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show .top .left img {
  width: 60%;
  height: 60%;
}
.show .top .right {
  flex: 1;
  padding-left: 40px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.show .top .right h3 {
  font-weight: normal;
  font-size: 26px;
  color: #222;
}
.show .top .right img {
  padding: 30px;
}
.show .top .right p a {
  padding: 10px 40px;
  background: #0078d7;
  color: #fff;
  border-radius: 30px;
}
.show .bottom .head p {
  border-bottom: 1px solid #ccc;
  color: #333;
  line-height: 47px;
  height: 47px;
  font-size: 18px;
}
.show .bottom .content {
  padding-bottom: 50px;
  font-size: 16px;
  color: #555;
}
.show .bottom .content .item {
  width: 100%;
  margin: 30px 0;
}
.show .bottom .content .item .tit {
  display: flex;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.show .bottom .content .item .tit span {
  background: #0078d7;
  padding: 10px 20px;
  color: #fff;
}
.show .bottom .content .item p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 2;
}
.show .bottom .show_list ul {
  display: flex;
  margin-top: 30px;
}
.show .bottom .show_list ul li {
  flex: 1;
  padding: 30px;
  transition: border-width 0.5s;
}
.show .bottom .show_list ul li a .img {
  width: 100%;
  height: 200px;
}
.show .bottom .show_list ul li a .img img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.5s;
}
.show .bottom .show_list ul li a .text {
  font-size: 14px;
  color: #555;
}
.show .bottom .show_list ul li a .text .tit {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.show .bottom .show_list ul li:hover {
  border: 1px solid #ededed;
}
.show .bottom .show_list ul li:hover a .img img {
  transform: scale(1.1);
}
.show .bottom .show_list ul li:hover a .text .tit {
  color: #0078d7;
}
.news_show {
  padding: 40px;
}
.news_show .title h3 {
  font-size: 24px;
  color: #222;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.news_show .menu {
  display: flex;
  justify-content: center;
}
.news_show .menu p {
  padding: 10px 20px;
  font-size: 14px;
}
.news_show .content {
  padding: 40px 0;
}
.news_show .content p {
  line-height: 1.8;
}
.about_content {
  background: url(../images/16360a6a-91e8-4746-961c-d830fe8be486.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.about_content .container {
  max-width: 1200px;
}
.about_content h3 {
  text-align: center;
  font-size: 36px;
  margin-top: 80px;
  margin-bottom: 56px;
}
.about_content p {
  text-indent: 2em;
  font-size: 18px;
  color: #555;
}
.about_content .about_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_content .about_list li {
  width: 23%;
  margin: 1%;
}
.contact {
  height: 300px;
  margin: 80px 0;
}
.contact .container {
  display: flex;
}
.contact .container .left {
  width: 35%;
}
.contact .container .left h3 {
  font-size: 28px;
  color: #0078d7;
  font-weight: normal;
  line-height: 2;
}
.contact .container .left p {
  line-height: 2;
}
.contact .container #wrapper {
  flex: 1;
  height: 300px;
}
.contact_form h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.contact_form form {
  display: flex;
  flex-wrap: wrap;
}
.contact_form form input {
  width: 48%;
  margin: 1%;
  font-weight: 400;
  color: #333;
  height: 3.33333vw;
  background: rgba(246, 246, 246, 0.76);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(234, 236, 239, 0.76);
  border-image: initial;
  border-radius: 0.520833vw;
  padding: 0.260417vw 1.04167vw;
  font-size: 16px;
}
.contact_form form .codes{
    width: 48%;
    margin: 1%;
    position: relative;
}
.contact_form form .codes input{
    
    width:100%;
    font-weight: 400;
    color: #333;
    height: 3.33333vw;
    background: rgba(246, 246, 246, 0.76);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(234, 236, 239, 0.76);
    border-image: initial;
    border-radius: 0.520833vw;
    padding: 0.260417vw 1.04167vw;
    font-size: 16px;
}
.contact_form form .codes img{
    position: absolute;
    background: #fff;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px;
}
.contact_form form textarea {
  width: 98%;
  height: 150px;
  margin: 1% auto;
  background: rgba(246, 246, 246, 0.76);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(234, 236, 239, 0.76);
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
.contact_form form .btns {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  width: 100%;
}
.contact_form form .btns button {
  padding: 10px 40px;
  border-radius: 30px;
}
.pagination{
       display: flex;
       justify-content: center;
       margin: 30px 0;
   }
   .pagination li {
       margin: 0 10px;
   }
   .pagination li a{
        padding: 10px 20px ;
        border: 1px solid #ccc;
        color: #333;
   }
   .pagination li a:hover,.pagination li.active  a{
       background: #0078d7;
       color: #fff;
       border-color: #0078d7;
   }
   .page{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .page>p{
        display: block;
        border: 1px solid #ddd;
        text-align: center;
    }
    .page>p a{
        color: #333;
        font-size: 1rem;
        line-height: 1.125rem;
        display: block;
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
        background: #fff;
        /*margin: -0.3125rem;*/
        padding: .5rem;
    }
@media screen and (max-width: 1800px) {
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide .text {
    right: 10%;
  }
}
@media screen and (max-width: 1370px) {
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide .text {
    right: 3%;
  }
  .banner .swiper-slide .text h3 {
    font-size: 40px;
  }
  .service ul li p {
    font-size: 20px;
    bottom: 6%;
  }
  .product .slideTxtBox1 .hd ul {
    flex-wrap: wrap;
  }
  .why {
    background: none;
  }
  .why .container {
    align-items: end;
  }
  .why .container .left {
    width: 60%;
  }
  .why .container .right {
    width: 40%;
  }
  .list_menu ul {
    flex-wrap: wrap;
  }
  .list_menu ul li a {
    font-size: 15px;
    padding: 0 28px;
  }
  .list_content li {
    width: 33%;
  }
  .show {
    /*padding: 0 20px;*/
  }
  .show .top .left {
    width: 40vw;
    height: 40vw;
  }
  footer .con .top {
    flex-direction: column;
  }
  footer .con .top .right ul {
    width: 100%;
    flex-direction: column;
    border: none;
  }
  footer .con .top .right ul li {
    margin: 20px;
  }
  footer .con .top .right ul li div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .con .top .right ul li div p {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    display: none!important;
  }
  .m-header {
    display: flex;
  }
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide .text {
    right: 3%;
  }
  .banner .swiper-slide .text h3 {
    font-size: 30px;
  }
  .banner .swiper-slide .text p {
    font-size: 16px;
  }
  .banner .swiper-slide .text div a {
    padding: 8px 60px;
  }
  .why {
    margin-bottom: 0;
  }
  .why .container {
    align-items: end;
  }
  .why .container .left {
    width: 100%;
  }
  .why .container .left .text h3 {
    text-align: center;
  }
  .why .container .left .text p {
    text-align: center;
  }
  .why .container .left ul li {
    width: 47%;
  }
  .why .container .right {
    display: none;
  }
  .list_banner p {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide .text {
    right: 10%;
  }
  .banner .swiper-slide .text h3 {
    font-size: 30px;
  }
  .banner .swiper-slide .text p {
    display: none;
  }
  .banner .swiper-slide .text div {
    display: none;
  }
  .service .title h3 {
    font-size: 30px;
  }
  .service ul li p {
    font-size: 16px;
  }
  .product {
    padding: 50px 0;
    margin-top: 0;
  }
  .product .title h3 {
    font-size: 30px;
  }
  .product .title p {
    margin-bottom: 20px;
  }
  .product .slideTxtBox1 .hd ul li {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .product .slideTxtBox1 .bd ul {
    flex-wrap: wrap;
  }
  .product .slideTxtBox1 .bd ul li {
    width: 50%;
    flex: auto;
  }
  .why {
    padding: 50px 0;
  }
  .why .container{
      padding: 0;
  }
  .why .container .left .text h3 {
    font-size: 30px;
  }
  .why .container .left .text p {
    font-size: 20px;
  }
  .why .container .left ul li {
    width: 45%;
    margin: 2.5%;
  }
  .solution {
    margin: 0;
  }
  .solution .title h3 {
    font-size: 30px;
  }
  .solution .slideTxtBox2 .hd ul {
    flex-wrap: wrap;
  }
  .solution .slideTxtBox2 .bd ul .item {
    flex-direction: column;
    padding: 20px;
  }
  .solution .slideTxtBox2 .bd ul .item .img {
    width: 100%;
  }
  .solution .slideTxtBox2 .bd ul .item .text {
    width: 100%;
    padding: 0;
  }
  .news {
    margin: 50px 0;
  }
  .news .title h3 {
    font-size: 30px;
  }
  .list_content {
    padding: 20px;
  }
  .list_content li {
    width: 50%;
  }
  .news_show {
    padding: 20px;
  }
  .news_show .title h3 {
    font-size: 21px;
  }
  .news_show .menu {
    flex-wrap: wrap;
  }
  .news_show .menu p {
    padding: 5px;
  }
  .about_content h3 {
    margin: 50px 0;
  }
  .about_content .about_list li {
    width: 48%;
  }
  .contact .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact .container .left {
    width: 96%;
  }
  .contact .container #wrapper {
    width: 96%;
    height: 300px;
    flex: none;
  }
  .contact_form form input {
    width: 96%;
    height: 40px;
    font-size: 14px;
    margin: 2%;
  }
  .contact_form form .codes{
      width: 96%;
      margin: 2%;
  }
  .contact_form form .codes input{
    height: 40px;
    font-size: 14px;
    margin: 0;
  }
  .contact_form form textarea {
    width: 96%;
    height: 100px;
    font-size: 14px;
    margin: 2%;
  }
}
@media screen and (max-width: 760px) {
  .banner .swiper-slide .text h3 {
    font-size: 20px;
  }
  .product .slideTxtBox1 .bd ul li .text p {
    font-size: 14px;
    padding: 0 20px;
  }
  .service ul {
    flex-direction: column;
  }
  .service ul li {
    width: 97%;
  }
  .service ul li p {
    font-size: 24px;
    bottom: 8%;
  }
  .news {
    margin: 50px 0;
  }
  .news .title h3 {
    font-size: 24px;
  }
  .news ul {
    flex-direction: column;
  }
  .list_banner p {
    font-size: 24px;
  }
  .news_content li {
    padding: 0 20px;
  }
  .news_content li a .tit .des {
    -webkit-line-clamp: 3;
  }
  .show .top {
    flex-direction: column;
  }
  .show .top .left {
    width: calc(100vw - 40px);
    height: 100vw;
    max-height: 400px;
  }
  .show .top .left img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
  }
  .show .top .right {
    width: calc(100vw - 40px);
    padding: 0;
    margin-top: 20px;
  }
  .show .top .right h3 {
    font-size: 24px;
  }
  .show .top .right img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    padding: 10px;
  }
  .show .top .right p {
    margin-top: 20px;
  }
  .show .bottom .show_list ul {
    flex-direction: column;
  }
  .show .bottom .show_list ul li {
    border: 1px solid #ccc;
    margin-bottom: 4%;
  }
  .about_content h3 {
    margin: 30px 0;
    font-size: 24px;
  }
  .about_content p {
    font-size: 16px;
  }
  .about_content .about_list li {
    width: 48%;
  }
}
