* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}

html,
body {
  max-width: 1920px;
  margin: 0 auto;
}

.row,
* {
  max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
}

ul,
ol,
li,
dl,
dd,
dt {
  list-style: none;
}

/*清除浮动*/
.clear {
  clear: both;
}

.container-fluid,
.container {
  padding: 0;
}

.container {
  width: 74%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #e63500;
}

p {
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Hel";
  src: url("../fonts/Karlo's Video Archives Font.ttf");
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #cdcbcb;
  border-radius: 4px;
}

/* 设置滚动条的样式结束 */

/* 侧边栏start */
.slide-faix {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 666666;
  background-color: #ff5500;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.slide-faix .item-list {
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-faix .item-list:nth-child(1) {
  border-top: none;
}

.slide-faix .item-list {
  border-top: solid 1px #e3e3e3;
}

.slide-faix .item-list .icon {
  display: block;
}

.slide-faix .item-list .title {
  padding: 0 15px;
  height: 100%;
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff5500;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
}

.slide-faix .item-list .title.active {
  opacity: 1;
  right: 50px;
}

.slide-faix .item-list .title:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ff5500;
  color: #ff5500;
}

.slide-faix img {
  max-width: 100%;
  height: auto;
}

.slide-faix .item-list .bt {
  display: none;
}

.slide-faix .search-navs {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 45px;
  width: 300px;
  z-index: 58;
  background-color: #1a3895;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.search-navs .search-field {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  line-height: 45px;
  height: 45px;
  border-radius: 0;
  outline: none;
  padding-left: 5px;
}

.search-navs .zs-close {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 45px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  font-style: normal;
}

.slide-faix .search-navs.on {
  display: block;
}

/* 侧边栏over */


/* 手机端导航隐藏start */
.m_nav,
.mobile-top {
  display: none;
}

.mobile-top #navToggle {
  display: none;
}

.mobile-top #navToggle span,
.mobile-top #navToggle span:before,
.mobile-top #navToggle span:after {
  content: '';
  position: relative;
  width: 30px;
  height: 2px;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  background: #011d69;
}

.mobile-top #navToggle span {
  margin-top: 19px;
}

.mobile-top #navToggle span:before {
  top: -18px;
}

.mobile-top #navToggle span:after {
  top: -11px;
}

/* 手机端导航over */

/* index */
.banner-img {
  position: relative;
}

.banner-top video {
  width: 100%;
  height: auto;
}

.menu {
  background-color: #fff;
  position: absolute;
  top: 35px;
  width: 100%;
}

.menu.show-on {
  position: fixed;
  top: 15px;
  z-index: 999;
  background-color: #F5F5F7;
}

.menu-in>.row {
  position: relative;
  align-items: center;
}

.menu .logo {
  position: absolute;
  top: -35px;
  background-color: #0086D3;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 10;
}

.menu.show-on::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F7;
  z-index: 0;
}

.menu.show-on .logo {
  top: -15px;
  width: 120px;
  height: 80px;
  border-radius: 5px;
}

.menu .top-contact {
  background: url(../images/nav.webp) no-repeat;
  background-size: cover;
  position: absolute;
  color: #fff;
  top: -15px;
  padding: 3px;
  left: 90px;
  width: 95%;
  z-index: 9;
  padding-left: 50%;
  display: flex;
  align-items: center;
}

.menu .top-contact a {
  color: #fff;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.menu .top-contact a img {
  margin-right: 5px;
}

.menu .menu-in .nav-out {
  padding-top: 15px;
  width: calc(80% - 120px);
  margin-left: 120px;
  display: flex;
  justify-content: center;
}

.search {
  border: 1px solid #0086D3;
  border-radius: 30px;
  display: flex;
  align-items: center;
  height: 35px;
  margin-top: 15px;
}

.search_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search input:nth-child(1) {
  width: 85%;
}

.search input {
  border: none;
  outline: none;
  background-color: transparent;
}

.search .input_ok {
  background: url(../images/search.webp) no-repeat;
  margin-left: 10px;
  background-size: contain;
  height: 18px;
  width: 18px;
}

.search-page h1.banner-title {
  font-size: 24px;
}

.menu .nav li a {
  padding: 15px 25px;
}

.index-about {
  margin: 50px auto;
}

.index-about .about-title {
  text-align: center;
}

.index-about .about-title h2 {
  font-weight: bold;
  color: #000;
  font-size: 30px;
}

.index-about .about-title p {
  font-size: 16px;
}

.index-about .about-title span {
  color: #0086D3;
}

.index-about .about-title .item {
  margin-top: 30px;
}

.index-line {
  width: 100%;
}

.index-about .about-title .item .row .one {
  text-align: center;
}

.index-about .about-title .item .row .one img {
  margin: 0 auto;
  display: block;
  width: 75px;
  height: auto;
}

.index-about .about-title .item .row .one p {
  margin: 15px 0;
}

.index-about .about-title .btm {
  margin: 30px auto;
}

.btm .item-left {
  padding: 0 15px 0 0;
  position: relative;
}

.btm .item-left img {
  width: 100%;
  height: auto;
}

.btm .item-left p,
.index-about .btm .item-right .item-four p {
  position: absolute;
  text-align: center;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  background: #5a5a5aba;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0 0 18px 18px;
}

.btm .item-left p {
  width: calc(100% - 15px);
}

.index-about .btm .item-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5px;
}

.index-about .btm .item-right .item-four:nth-child(3),
.index-about .btm .item-right .item-four:nth-child(4) {
  margin-top: 20px;
}

.index-about .btm .item-right .item-four {
  position: relative;
  width: calc((100% - 20px) / 2);
}

.index-solution .solution-title {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.index-solution .solution-title h2 {
  color: #000;
  font-weight: bold;
  font-size: 30px;
}

.index-solution .solution-title p {
  font-size: 16px;
}

.index-solution .solution-title span {
  color: #0086D3;
}

/* 添加在文件末尾 */
.solution-btm {
  position: relative;
  padding: 50px 20px;
  background-color: #F3F7FF;
  margin-top: 50px;
}

#home-solution {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.solution-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.solution-card img {
  width: 90%;
  height: auto;
  display: block;
  margin: 20px auto 0;
}

.solution-card img.country-img {
  width: 32px;
  height: auto;
  margin: 0 10px 0 0;
}

.solution-info {
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.country-flag img {
  display: inline-block;
  width: auto;
  height: 20px;
}

.solution-info p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* 确保swiper正常工作 */
.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  opacity: 0.6;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}

/* 箭头样式 */
.swiper-button-prev1,
.swiper-button-next1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #333;
  bottom: 10px !important;
  top: auto;
  border: 2px solid #B4D6EF;
}

.swiper-button-prev1 {
  left: calc(50% - 60px);
}

.swiper-button-next1 {
  right: calc(50% - 60px);
}

.swiper-button-prev1::after,
.swiper-button-next1::after {
  font-size: 16px;
  color: #B4D6EF;
}

.index-case .case-top {
  background-color: #007CC2;
  height: 30px;
  width: 100%;
}

.index-case .case-title {
  text-align: center;
  margin: 50px auto;
}

.index-case .case-title h2 {
  font-weight: bold;
  color: #000;
  font-size: 30px;
}

.index-case .case-title p {
  font-size: 16px;
}

.index-case .case-title span {
  color: #0086D3;
}

.case-content {
  width: 90%;
  margin: 0 auto 50px;
}

.case-content img {
  transition: all .3s linear;
}

.case-content .row a div {
  overflow: hidden;
  border-radius: 10px;
}

.case-content img:hover {
  transform: scale(1.05);
}

.case-content h3 {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  padding: 0 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-content p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 0 8px;
}

.case-content .date {
  padding: 0 8px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.case-content .date img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}

.case-content .date span {
  color: #1683C5;
  font-weight: bold;
}

.index-map {
  margin-top: 50px;
}

.index-map .map-title {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.index-map .map-title h2 {
  font-size: 30px;
  font-weight: bold;
}

.index-map .map-title h2 span {
  color: #0086D3;
}

.index-map .map-title p {
  font-size: 16px;
  line-height: 24px;
}

.index-map .maps {
  position: relative;
  margin-top: 50px;
}

.index-map .show {
  width: 80%;
  margin: 0 auto;
  background-color: #007CC2;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.index-map .show .map-item {
  text-align: center;
  padding: 15px 0;
}

.index-map .show .map-item>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-map .show .map-item h3 {
  font-weight: bold;
  font-size: 30px;
}

.index-map .show .map-item sub {
  font-size: 20px;
  font-weight: bold;
}

.index-choose {
  margin: 50px auto;
}

.index-choose .choose-title {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.index-choose .choose-title h2 {
  font-size: 30px;
  font-weight: bold;
}

.index-choose .choose-title h2 span {
  color: #0086D3;
}

.index-choose .choose-title p {
  font-size: 16px;
  line-height: 24px;
}

.choose-btm {
  margin: 50px auto;
}

.choose-content {
  padding: 0 5%;
}

.choose-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.choose-item .left {
  background-color: #F3F7FF;
  border-radius: 5px;
  padding: 10px 30px;
  border: 1px solid #cad5eb;
}

.choose-item .left:nth-child(2n) {
  background-color: #fff;
}

.choose-item .right {
  font-size: 26px;
  color: #0086D3;
  padding: 0 20px;
}

.choose-item h4 {
  font-size: 16px;
  font-weight: bold;
}

.footer-out {
  background-color: #2B3333;
  padding: 50px 0;
  color: #A6A7A7;
}

.footer-l ul {
  margin-top: 40px;
}

.footer-l ul li {
  margin-top: 20px;
}

.footer-l ul li a {
  display: flex;
  align-items: center;
  line-height: 28px;
  color: #A6A7A7;
}

.footer-l ul li a img {
  margin-right: 10px;
}

.contact-img {
  margin-top: 25px;
}

.contact-img a {
  margin-right: 10px;
}

.footer-m {
  display: flex;
  justify-content: space-evenly;
}

.footer-m>div {
  width: 32%;
}

.footer-m h2,
.footer-r h2 {
  color: #e2e6e6;
  font-size: 20px;
  font-weight: bold;
}

.footer-m ul {
  margin-top: 50px;
}
.footer-m ul li a{
  color: #A6A7A7;
}
.footer-m ul li {
  margin-top: 30px;
}

.footer-r p {
  margin-top: 50px;
  line-height: 22px;
}

.footer-btm {
  background-color: #007CC2;
  color: #abc5d5;
  text-align: center;
  padding: 15px 0;
}

/* contact */
.contact-top {
  background-color: #F7F7F7;
  padding: 50px 0;
}

.contact-top .container {
  background-color: #fff;
  padding: 30px;
  margin-top: -680px;
}

.contact-top-l {
  background-color: #F7F7F7;
  padding: 20px 40px;
  border-radius: 20px;
}

.contact-top-l h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #007CC3;
}

.contact-top-l ul li {
  position: relative;
  margin-top: 35px;
  color: #555;
  line-height: 30px;
}

.contact-top-l ul li::before {
  content: '•';
  color: #0086D3;
  font-size: 20px;
  position: absolute;
  left: -15px;
  top: 0;
}

.contact-top-r {
  padding: 0 10px;
}

.contact-top-r h3 {
  font-weight: bold;
}

.contact-top-r p {
  color: #555;
  line-height: 30px;
}

.contact-top-r .order input,
.contact-top-r .order textarea {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #cbcaca;
  padding: 8px 10px;
  font-size: 16px;
}

.contact-top-r .order input::placeholder,
.contact-top-r .order textarea::placeholder {
  color: #0086D3 !important;
}

.contact-top-r .order .wpforms-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly !important;
  width: 120px !important;
  background-color: #FF550A !important;
  padding: 5px 10px !important;
  color: #fff !important;
  position: absolute !important;
}

.contact-top-r .order .wpforms-submit::before {
  content: '';
  background: url(../images/send.webp) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.contact-bg {
  background-color: #007CC3;
  height: 300px;
  width: 100%;
  margin-top: 400px;
}

.contact-mid {
  background-color: #F7F7F7;
  margin-top: 35px;
}

.contact-mid-title {
  text-align: center;
  padding: 30px 0;
  background-color: #F7F7F7;
}

.contact-mid-title h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #007CC3;
}

.contact-mid-title h3 span {
  color: #000;
}

.contact-mid-con {
  background-color: #fff;
}

.contact-mid-con .row {
  width: 75%;
  margin: 0 auto;
  padding: 50px 0;
}

.contact-mid-item ul li {
  margin-top: 20px;
}

.contact-mid-item ul li a,
.contact-mid-item ul li div {
  display: flex;
  align-items: center;
  color: #5E5E5E;
  font-size: 16px;
}

.contact-mid-item ul li a img,
.contact-mid-item ul li div img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}

.contact-mid-item .office {
  background-color: #F7F7F7;
  padding: 10px 10px 20px;
  margin-top: 15px;
}

.contact-mid-item .office h4 {
  font-weight: bold;
  font-size: 16px;
}

.contact-mid-item .office p {
  color: #5E5E5E;
}

.contact-mid-item .wechat-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.contact-service {
  background: url('../images/contact-service.webp') no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}

.contact-service>.container>.row {
  align-items: center;
}

.contact-service .service-title {
  color: #fff;
}

.service-title h3 {
  font-weight: bold;
}

.contact-service .service-btn {
  width: 120px;
  margin-top: 30px;
  background-color: #FF550A;
  padding: 5px 10px;
  text-align: center;
}

.contact-service .service-btn a {
  color: #fff;
}


.contact-service-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-service-r .contact-service-item {
  width: 30%;
  text-align: center;
  margin-top: 30px;
}

.contact-service-item h4 {
  color: #fff;
}

.contact-service-item img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.contact-service-item .chat-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
}

.contact-service-item .chat-now img {
  width: 10px;
  height: auto;
  margin: 0 0 0 5px;
}

.contact-lx .title {
  text-align: center;
  padding: 30px 0;
}

.contact-lx .title h3 {
  font-weight: bold;
  color: #007CC3;
}

.contact-lx .title span {
  color: #303030;
}

.contact-lx .con {
  position: relative;
}

.contact-lx .soon {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -75px;
  width: 80%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  background-color: #191d2596;
}

.contact-lx .soon .soon-item {
  color: #fff;
  padding: 20px 30px 40px;
  border-right: 1px solid #7e7e7e;
}

.contact-lx .soon .soon-item:last-child {
  border-right: none;
}

.contact-lx .soon .soon-item.active {
  background-color: #026BA8;
}

.contact-lx .soon .soon-item h4 {
  text-align: left;
  font-weight: bold;
}

.contact-lx .soon .soon-item p {
  text-align: left;
}

/* product list*/
.pro-top {
  padding: 80px 0;
  background-color: #fff;
}

.pro-top-l {
  width: 45%;
  padding: 0 0 0 20px;
}

.pro-top-r {
  width: 55%;
  padding: 0;
}

.pro-top-r-top {
  padding: 15px 15px 15px 40px;
}

.pro-top-r-top p {
  line-height: 30px;
  font-size: 16px;
}

.pro-top-lx {
  margin-top: 40px;
  background-color: #007CC3;
  display: flex;
  align-items: center;
  padding: 15px 0 15px 40px;
}

.pro-top-lx a {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 10px;
  margin-right: 25px;
  color: #007CC3;
}

.pro-top-lx a:hover {
  color: #f00;
}

.pro-top-lx a img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.pro-con {
  background-color: #EDF8FF;
  padding: 50px 0 20px;
}

.pro-con .row>div {
  margin-bottom: 35px;
}

.pro-con-item>a {
  display: block;
}

.pro-con-item h2 {
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pro-con-item a.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-color: #007CC3;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
}

.pro-con-img {
  overflow: hidden;
  border-radius: 10px;
}

.pro-con-img>img {
  transition: all .3s linear;
}

.pro-con-item:hover img.pro-img {
  transform: scale(1.05);
}

.pro-con-item a img.quote {
  margin-left: 10px;
}

.pro-con-item:hover a.quote {
  background-color: #F45E00;
}

.pro-con-item:hover h4 {
  color: #F45E00;
}

/* page 分页 */
.page {
  margin-top: 10px;
}

.page,
.page a {
  color: #979797;
  padding: 0 20px;
  text-align: center;
}

.fenye {
  width: 100%;
  padding-top: 15px;
  text-align: center;
  line-height: 36px;
  border-top: 1px solid #E8E8E8;
}

.fenye a.current {
  background: #0071AD;
  color: #fff;
}

.fenye a {
  padding: 4px 12px;
  margin: 0 2px 0 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #333;
}

/* page 分页over */
.pro-lx {
  padding: 100px 0;
}

.pro-lx .row {
  background-color: #007CC3;
  padding: 50px;
  border-radius: 20px;
}

.pro-lx .pro-lx-item {
  display: flex;
  align-items: center;
  color: #fff;
}

.pro-lx .pro-lx-item img {
  margin-right: 20px;
}

.pro-lx .pro-lx-item div p:nth-child(2) {
  margin-top: 5px;
}

/* about */
.index-banner {
  position: relative;
}

.index-banner .banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  font-size: 55px;
  font-weight: bold;
  color: #fff;
}

.about-top {
  padding: 80px 0 50px;
}

.about-top-l-item {
  margin-bottom: 20px;
  position: relative;
  width: 90%;
}

.about-top-l-item-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  width: 80%;
}

.about-top-l-item-desc div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-top-l-item-desc div sub {
  font-size: 20px;
  font-weight: bold;
}

.about-top-l-item-desc h3 {
  font-size: 30px;
  font-weight: bold;
}

.about-top-r h2 {
  font-size: 22px;
  font-weight: bold;
}

.about-top-r h2 span {
  color: #007CC3;
}

.about-top-r>p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.about-top-r-btm {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.top-r-btm-item {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 15px;
  margin-bottom: 30px;
}

.top-r-btm-item img {
  width: 50px;
  height: auto;
}

.top-r-btm-item p {
  padding-left: 15px;
}

.top-r-btm-item:nth-child(2n) {
  margin-left: 30px;
}

.intro {
  text-align: center;
  background-color: #F5F5F7;
  padding: 50px 0;
}

.intro h2 {
  font-size: 26px;
  font-weight: bold;
}

.intro h2 span {
  color: #007CC3;
}

.intro .row.one {
  margin-top: 60px;
}

.intro-l {
  padding: 0;
}

.intro-l-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.intro-l-pic img {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}

.intro-l-pic img:nth-child(2n) {
  margin-left: 20px;
}

.intro-l-lx {
  margin: 20px auto 30px;
  display: flex;
  align-items: center;
}

.intro-l-lx .left {
  display: flex;
  align-items: center;
}

.intro-l-lx .left img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.intro-l-lx .left p {
  font-size: 16px;
  color: #555;
  text-align: left;
}

.intro-l-lx .left .tel {
  color: #007CC3;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}

.intro-l-lx .right {
  margin-left: 40px;
}

.intro-l-lx .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF550A;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}

.intro-l-lx .right a img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}

.intro-r {
  padding-left: 40px;
  padding-right: 0;
}

.intro-r video {
  width: 100%;
  height: auto;
}

.intro-r>div {
  border-radius: 20px;
  overflow: hidden;
}

.intro .row.two {
  margin-top: 40px;
}

.intro .row.two>div {
  width: calc((100% - 30px) / 3);
  margin-left: 15px;
  background-color: #fff;
  border-radius: 15px;
}

.intro .row.two>div:nth-child(1) {
  margin-left: 0;
}

.intro-two-item {
  padding: 15px;
}

.intro-two-item .two-item-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-two-item .two-item-top img {
  width: 30px;
  height: auto;
  margin-right: 20px;
}

.intro-two-item .two-item-top p {
  font-size: 18px;
  line-height: 30px;
}

.intro-two-item>p {
  font-size: 16px;
  margin-top: 20px;
}

.about-project {
  background-color: #fff;
  padding: 50px 0 0;
  text-align: center;
}

.about-project h2 {
  font-size: 26px;
  font-weight: bold;
}

.about-project h2 span {
  color: #007CC3;
}

.about-project-out {
  display: flex;
  width: 90%;
  margin: 50px auto;
  height: 890px;
}

.about-project-out .project-item {
  width: 28.5%;
  position: relative;
  transition: width 0.3s ease-in-out;
}

.about-project-out .project-item.active {
  width: 42.5%;
  transition: width 0.3s ease-in-out;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-item:hover {
  cursor: pointer;
}

/* 使用 ::after 伪元素创建渐变蒙版 */
.project-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  /* 从中间位置开始到底部 */
  height: 50%;
  bottom: 0;
  /* 创建从透明到深色的渐变 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

.project-item>div:not(.jiantou) {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  width: 70%;
  z-index: 2;
  text-shadow: 1px 1px 3px #060707;
  transition: width 0.3s ease-in-out;
}

.project-item.active>div:not(.jiantou) {
  width: 60%;
}

.project-item .jiantou {
  position: absolute;
  left: 50%;
  bottom: 20%;
  /* 调整箭头到底部的距离 */
  transform: translateX(-50%);
  z-index: 3;
  /* 箭头在最上层 */
}

.project-item>div.jiantou {
  position: absolute;
  left: 50%;
  top: 70%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.project-item a,
.project-item p {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

.project-item a {
  display: none;
  color: #fff;
  padding: 5px 10px;
  background-color: #007CC3;
  width: 130px;
  border-radius: 20px;
}

.project-item h3 {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.project-item.active h3 {
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.project-item p {
  text-align: left;
  margin-top: 30px;
  font-size: 18px;
  line-height: 35px;
}

.project-item.active a,
.project-item.active p {
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  margin-top: 20px;
}

.project-item .jiantou {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.project-item .jiantou img {
  width: 60px;
  height: auto;
}

.project-item.active .jiantou {
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
}

.jiantou img {
  display: block;
  margin: 0 auto;
}

.about-production {
  padding: 50px 0;
  text-align: center;
}

.about-production h2 {
  font-size: 26px;
  font-weight: bold;
}

.about-production>.container>p {
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.about-production h2 span {
  color: #007CC3;
}

.about-p-row {
  margin-top: 30px;
}

.about-p-row .about-p-l {
  padding-left: 0;
  width: 55%;
}

.about-p-l img {
  display: none;
}

.about-p-l img.active {
  display: block;
}

.about-p-r {
  border-left: 1px dashed #007CC3;
  padding-left: 0;
  width: 40%;
  margin-left: 5%;
}

.about-p-r ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 30px;
  font-size: 16px;
  color: #555;
  text-align: left;
}

.about-p-r ul li {
  margin: 12px 0;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.about-p-r ul li img {
  width: 55px;
  height: 24px;
  margin-right: 50px;
  opacity: 0;
}

.about-p-r ul li.active {
  font-weight: bold;
  color: #007CC3;
}

.about-p-r ul li.active img {
  opacity: 1;
}

.about-cert {
  padding: 50px 0;
  text-align: center;
}

.about-cert-title h2 {
  font-size: 26px;
  font-weight: bold;
}

.about-cert-title p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.about-cert-con {
  margin-top: 50px;
  padding-bottom: 30px;
}

#about-cert .swiper-button-prev {
  left: 0;
  background: #55555575;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#about-cert .swiper-button-next {
  right: 0;
  background: #55555575;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#about-cert .swiper-button-prev:after,
#about-cert .swiper-button-next:after {
  font-size: 30px;
}

/* index 补充 */
.index-certs {
  margin-top: 30px;
  padding: 50px 0;
  margin: 0 auto;
  background: url(../images/index-cert-bg.webp) no-repeat;
}

.index-cert-top .certs-title {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.index-cert-top .certs-title h2 {
  font-size: 26px;
  font-weight: bold;
}

.index-cert-top .certs-title h2 span {
  color: #007CC3;
}

.index-cert-top .certs-title p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.index-certs {
  padding: 80px 50px;
}

.index-certs .certs-con .row {
  width: 80%;
  margin: 0 auto;
}

.index-certs .certs-con .row .certs-item {
  width: calc((100% - 80px) / 5);
  margin-left: 20px;
  margin-top: 30px;
}

.index-certs .certs-con .row .certs-item:nth-child(5n-4) {
  margin-left: 0;
}

.index-parter .parter-title {
  text-align: center;
  padding: 0 5%;
  margin: 0 auto;
}

.index-parter .parter-title h2 {
  font-size: 26px;
  font-weight: bold;
}

.index-parter .parter-title h2 span {
  color: #007CC3;
}

.index-parter .parter-title p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.parter-img {
  padding: 50px 5%;
}

.parter-img img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.index-banner.news-banner .banner-title {
  font-size: 40px;
  line-height: 45px;
  -webkit-text-stroke: 1px #0040bd;
  text-shadow: 2px 2px 4px #00000080;
  width: 65%;
}

.detail-top {
  background-color: #EFF9FF;
  padding: 30px 50px;
  position: relative;
  margin-top: -50px;
  border-radius: 30px;
  box-shadow: 0 0 15px #b3b3b3;
}

.detail-top:hover {
  box-shadow: 0 0 10px #b3b3b3;
}

.detail-top .detail-top-left div {
  overflow: hidden;
}

.detail-top .detail-top-left img {
  transition: all .3s linear;
}

.detail-top:hover .detail-top-left img {
  transform: scale(1.05);
}

.detail-tops .detail-lx-kefu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF550A;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  width: 200px;
  margin-top: 30px;
  box-shadow: 0 0 10px #880d0d;
  transition: all .3s linear;
}

.detail-tops .detail-lx-kefu:hover {
  box-shadow: 0 0 10px #e01f1f;
  transform: scale(1.05);
}

.detail-tops .detail-lx-kefu img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}

.detail-top .info {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.detail-part-one {
  background-color: #F4F4F4;
  padding: 40px 0 50px;
  margin-top: 80px;
}

.detail-part-one .top {
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin: 0 auto;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  margin-top: -60px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px #b3b3b3;
}

.detail-part-one .top:hover {
  border: 1px solid #b3b3b3;
  box-shadow: 0 0 10px #d3d2d2;
  cursor: pointer;
}

.detail-part-one .top h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
}

.detail-part-one .top img {
  margin-right: 20px;
}

.detail-part-one .btm p {
  line-height: 30px;
  font-size: 16px;
}

.detail-part-two {
  margin-top: 80px;
  position: relative;
}

.detail-part-two .top .left {
  padding-left: 0;
}

.detail-part-two .top .left div {
  border-radius: 10px;
  overflow: hidden;
}

.detail-part-two .top .left div img {
  border-radius: 10px;
  transition: all .3s linear;
}

.detail-part-two:hover {
  cursor: pointer;
}

.detail-part-two:hover .left div img {
  transform: scale(1.05);
}

.detail-part-two .top .right {
  padding-left: 30px;
  padding-right: 0;
}

.detail-part-two .top-r-title {
  border: 1px dashed #007CC3;
}

.detail-part-two .top-r-title h3 {
  margin: 0;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #007CC3;
  text-align: center;
}

.detail-part-two .top-r-p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 20px;
}

.detail-part-two .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
}

.detail-part-two .items img {
  width: 30%;
  height: auto;
  border-radius: 50%;
  transition: all 0.5s linear;
}

.detail-part-two .btm {
  background-color: #F4F4F4;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  box-shadow: 0 0 5px #d5d5d5;
  height: 260px;
}

.detail-part-two .btm .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.detail-part-two .btm .row .col-lg-6 {
  padding-left: 30px;
  padding-right: 0;
}

.detail-part-two .items img:hover {
  transform: rotate(90deg);
}

.detail-get-quote .detail-lx-kefu {
  margin: 50px auto;
}

.detail-part-three {
  margin-top: 40px;
}

.detail-part-four {
  margin: 50px auto 10px;
}

.detail-part-four img {
  transition: all .3s linear;
}

.detail-part-four img:hover {
  transform: scale(1.05);
}

.detail-part-four .left div,
.detail-part-four .right div {
  overflow: hidden;
  border-radius: 10px;
}

.detail-part-four .mid div {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.detail-part-four .mid div:nth-child(1) {
  margin-top: 0;
}

.detail-part-five {
  background-color: #F9F9F9;
  padding: 50px 0 80px;
}

.detail-part-five .left {
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
}

.detail-part-five img {
  border-radius: 10px;
  transition: all .3s linear;
}

.detail-part-five img:hover {
  transform: scale(1.05);
}

.detail-part-five .mid {
  width: calc((60% - 40px) / 2);
  margin-left: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.detail-part-five .leftdown,
.detail-part-five .middown {
  margin-top: 20px;
  border-radius: 10px;
}

.detail-part-six {
  background-color: #fff;
  padding: 30px 50px;
  width: 65%;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  position: relative;
  margin-top: -30px;
  box-shadow: 0 0 10px #e2e2e2;
}

.detail-part-six h3 {
  font-size: 18px;
  font-weight: bold;
}

.detail-part-six p {
  line-height: 30px;
  font-size: 16px;
  color: #555;
}

.detail-six {
  position: relative;
  margin-top: -60px;
}

.detail-part-seven {
  background-color: #007CC3;
  padding: 50px 0;
}

.detail-seven-row {
  align-items: center;
}

.detail-seven-row .left {
  padding-right: 30px;
}

.detail-part-seven .left h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.detail-part-seven .left p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.detail-seven-row .items>div {
  background-color: #fff;
  width: calc((100% - 30px) / 2);
  margin-left: 30px;
  padding: 20px;
  border-radius: 15px;
}

.detail-seven-row .items>div:nth-child(2n-1) {
  margin-left: 0;
}

.detail-seven-row .items h3 {
  color: #007CC3;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #007CC3;
}

.detail-seven-row .items p {
  font-size: 16px;
  margin-top: 20px;
  padding: 10px;
  color: #555;
}

.detail-seven-row .items img {
  margin: 20px auto;
  display: block;
}

.detail-seven-row .items .detail-tops {
  position: relative;
}

.detail-part-seven .detail-seven-row .detail-lx-kefu {
  width: 55%;
  margin: 0;
  padding: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.detail-part-seven .detail-seven-row .detail-lx-kefu p {
  color: #fff;
  padding: 0;
  font-size: 15px;
  margin: 0;
}

.detail-part-nine .container {
  width: 60%;
  padding: 30px;
  border: 2px dashed #ffffff;
  border-radius: 15px;
  margin: 30px auto;
  background: #007cc3;
  color: #ffffff;
  font-size: 16px;
}

.detail-contact {
  background-color: #F2FAFF;
  text-align: center;
  padding: 50px 0;
}

.detail-contact h3 {
  font-size: 24px;
  font-weight: bold;
}

.detail-contact>.container>p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.detail-contact .row {
  margin-top: 50px;
}

.detail-contact .left {
  padding-right: 30px;
}

.detail-contact .left p {
  text-align: left;
}

.detail-contact .left img {
  margin-top: 60px;
}

.detail-contact .left p.title {
  font-weight: bold;
  padding-top: 30px;
  border-top: 1px dashed gray;
  margin: 45px 0;
}

.detail-contact .right {
  padding-left: 30px;
}

.index-banner.pro-banner .banner-title {
  left: 63%;
  top: 40%;
  text-align: left;
  font-size: 32px;
  -webkit-text-stroke: 1px #0040bd;
  text-shadow: 2px 2px 4px #00000080;
}

.proart-part-one {
  background: url(../images/protitle-bg.webp) no-repeat center bottom;
  background-size: contain;
  margin-top: 60px;
}

.proart-part-one .left {
  width: 55%;
  padding-right: 30px;
}

.proart-part-one .left .pro-img {
  border-radius: 15px;
}

.proart-part-one .right {
  width: 45%;
}

.proart-part-one .right .pro-title h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
}

.proart-part-one .row {
  padding-bottom: 50px;
}

.proart-part-one .param {
  margin-top: 20px;
  position: absolute;
  bottom: 70px;
}

.proart-part-one .quote {
  position: absolute;
  bottom: 0;
}

.proart-part-one .param p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
}

.proart-part-one .param p img {
  margin-right: 15px;
}

.proart-part-one .param p span {
  font-weight: bold;
  margin-right: 10px;
}

.proart-part-two {
  background: url(../images/motianlun.webp) no-repeat center bottom;
  background-size: contain;
  padding-top: 50px;
  height: 450px;
}

.proart-part-two .top {
  color: #007CC3;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}

.proart-part-two .introduce {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 30px;
}

.proart-part-two .detail-lx-kefu {
  margin: 50px 0 0;
}

.proart-part-three .top {
  background: url(../images/type-title-bg.webp) no-repeat;
  background-size: cover;
  padding: 60px 0 20px;
  margin-top: 10px;
}

.proart-part-three .top h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}

.proart-part-three .bottom {
  background: url(../images/type-bg.webp) no-repeat;
  background-size: cover;
  margin-top: 30px;
  padding: 50px 200px 50px 100px;
  box-shadow: 5px 5px 10px #0000004d;
  border-radius: 20px;
}

.proart-part-three .bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.proart-part-four {
  margin-top: 50px;
}

.proart-part-four .out .top-item {
  background-color: #0068A4;
}

.proart-part-four .out .top-item.active {
  background-color: #58C0FB;
}

.proart-part-four .bottom {
  margin-top: 50px;
  min-height: 550px;
}

.proart-part-four .bottom .btm-item {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}

.proart-part-four .bottom .btm-item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.proart-part-four .bottom .btm-item p {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(180deg, #0677e5, #0677e542);
  color: #fff;
  font-size: 18px;
  padding: 30px;
  transition: all 0.8s ease-out 0.2s;
  opacity: 0;
}

.proart-part-four .bottom .btm-item.active p {
  /* 结束位置在中间 */
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.proart-part-four .out .top-item h3 {
  padding: 15px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  margin: 0;
}

.proart-part-four .out .top-item {
  border-right: 2px solid #c9c9c9;
}

.proart-part-four .out .top-item:last-child {
  border-right: none;
}

.proart-part-five {
  padding: 50px 0;
  background-color: #0068A4;
  margin-top: 50px;
}

.proart-part-five h2 {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
}

.proart-part-five .row .col-lg-5>p {
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.proart-part-five .detail-tops {
  position: absolute;
  bottom: 10px;
}

.proart-part-six .container {
  padding: 0 15px;
}

.proart-part-seven {
  margin-top: 50px;
}

.proart-part-seven .left {
  position: relative;
}

.proart-part-seven .left .price-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.proart-part-seven .left .price {
  position: absolute;
  top: 30px;
  left: 55px;
  font-size: 18px;
  /* 让字体旋转 */
  transform: rotate(353deg);
}

.proart-part-seven .left .price p {
  color: #8B1F1B;
  font-weight: bold;
}

.proart-part-seven .right>p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 20px;
}

.proart-part-seven .right .price-r {
  border: 1px solid #68B0D9;
  text-align: center;
  margin: 30px auto 50px;
}

.proart-part-seven .right .price-r div {
  border: 1px solid #68B0D9;
  border-bottom: 0;
}

.proart-part-seven .right .price-r div {
  padding: 10px;
}

.proart-part-seven .right .price-r div h3 {
  font-size: 22px;
  color: #0068A4;
  margin: 0;
  display: inline;
}

.proart-part-seven .right .price-r p {
  background-color: #0068A4;
  color: #fff;
  padding: 5px;
}

.proart-part-seven .swiper-button-prev1,
.proart-part-seven .swiper-button-next1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #333;
  bottom: 50% !important;
  top: auto;
  border: 2px solid #fff;
}

.proart-part-seven .swiper-button-prev1::after,
.proart-part-seven .swiper-button-next1::after {
  font-size: 16px;
  color: #fff;
}

.proart-part-seven .swiper-button-prev1 {
  left: 35px;
}

.proart-part-seven .swiper-button-next1 {
  right: calc(41% + 50px);
}


.proart-part-eight {
  margin-top: 50px;
}

.proart-part-eight .top {
  text-align: center;
}

.proart-part-eight .top h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
}

.proart-part-eight .quality {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  background-color: #F2FAFF;
}

.proart-part-eight .quality .item {
  width: 25%;
  position: relative;
}

.proart-part-eight .quality .item-img {
  overflow: hidden;
}

.proart-part-eight .quality .item-img img {
  transition: all .3s linear;
}

.proart-part-eight .quality .item-img img:hover {
  transform: scale(1.05);
}

.quality .item .item-son {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
}

.quality .item .item-son p {
  font-size: 30px;
  color: #0068A4;
  font-style: italic;
  font-weight: bold;
}

.quality .item .item-son div {
  font-size: 15px;
}

.proart-part-nine .bottom {
  margin-top: 50px;
  display: flex;
}

.proart-part-nine .bottom .service-item {
  width: calc((100% - 40px) / 3);
  margin-left: 20px;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  padding: 20px;
}

.proart-part-nine .bottom .service-item:nth-child(1) {
  margin-left: 0;
}

.proart-part-nine .bottom .service-item h3 {
  background-color: #0068A4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
  font-size: 18px;
}

.proart-part-nine .bottom .service-item ul {
  margin-top: 20px;
  list-style: disc;
  padding-left: 20px;
}

.proart-part-nine .bottom .service-item ul li::marker {
  color: #0068A4;
}

.proart-part-nine .bottom .service-item ul li {
  color: #555;
  list-style: disc;
  margin-top: 20px;
}

.detail-contact.container {
  border-radius: 15px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.detail-contact.container .contact-in {
  width: 95%;
}

.mo-img {
  display: none;
}

#wpforms-133-header-error {
  display: none !important;
}

.contact-form .wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field,
.contact-in .wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 7px 0 !important;
}

.contact-form .contact-top-r .order input,
.contact-top-r .order textarea {
  margin-top: 0 !important;
}

.contact-form .wpforms-field-label {
  display: none !important;
}

.contact-in .wpforms-field {
  display: flex !important;
}

.contact-in .wpforms-field-label {
  width: 30% !important;
  ;
  text-align: left !important;
  ;
}

.contact-in .wpforms-field-large,
.contact-in .wpforms-field-medium {
  width: 70% !important;
  ;
}

.contact-in .wpforms-submit {
  width: 200px;
}

.zanwu {
  color: #8B1F1B;
  margin: 0 auto;
  font-size: 18px;
}

.faq-part-one {
  margin-top: 50px;
}

.faq-part-one .title {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.faq-part-one .title h2 {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
}

.faq-part-one .info {
  background-color: #F6F6F6;
  margin-top: 30px;
}

.faq-part-one .info p {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
}

.faq-part-two {
  margin-top: 50px;
}

.faq-part-two .top {
  width: 65%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: -25px;
}

.faq-part-two .top .item {
  width: 25%;
  text-align: center;
  background-color: #E6E6E6;
  border-radius: 50px;
  margin-left: -40px;
  border-right: 1px solid #8a8a8a;
  cursor: pointer;
}

.faq-part-two .top .item:first-child {
  margin-left: 0;
  z-index: 9;
}

.faq-part-two .top .item:nth-child(2) {
  z-index: 8;
}

.faq-part-two .top .item:nth-child(3) {
  z-index: 7;
}

.faq-part-two .top .item.active {
  background-color: #0186D3;
}

.faq-part-two .top .item h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0186D3;
}

.faq-part-two .top .item.active h3 {
  color: #fff;
}

.faq-part-two .btm {
  padding: 70px 30px 30px;
  background-color: #f6f6f6;
  border-radius: 15px;
}

.faq-part-two .btm .detail-tops {
  padding: 20px 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.faq-part-two .btm .detail-tops>p {
  font-size: 16px;
  line-height: 28px;
  color: #595757;
}

.faq-part-four {
  margin-top: 50px;
}

.faq-part-four .item-left {
  padding-right: 30px;
}

.faq-part-four .item-left .item-info p {
  display: none;
}

.faq-part-four .item-left .item-info {
  margin-bottom: 10px;
}

.faq-part-four .item-left .item-info.active p {
  display: block;
}

.faq-part-four .item-left .item-info div {
  background-color: #0186D3;
  display: flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.faq-part-four .item-left .item-info.active div {
  border-radius: 10px 10px 0 0;
}

.faq-part-four .item-left .item-info div span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #F45E00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  margin-right: 20px;
}

.faq-part-four .item-left .item-info div h3 {
  font-size: 18px;
  color: #fff;
}

.faq-part-four .item-left .item-info p {
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 0 0 10px 10px;
}


.faq-part-four .item-right {
  padding-left: 20px;
}

.faq-part-four .item-right .item-img {
  display: none;
}

.faq-part-four .item-right .item-img.active {
  display: block;
}


.contact-ins .wpforms-submit {
  margin: 0 auto !important;
  display: block;
}

.contact-ins .wpforms-field {
  display: block !important;
}

.contact-ins .wpforms-field .wpforms-field-label {
  float: left;
}

.contact-ins .wpforms-field em.wpforms-error {
  text-align: center !important;
  margin-top: 5px !important;
}

/*message start*/
#message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: scale(0);
  transition: .3s;
}

.messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3734349c;
  z-index: 1001;
}

#message .m-content {
  background: #fff;
  width: 50%;
  max-width: 700px;
  border-radius: 8px;
  padding: 30px 30px 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message .message-title {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.m-message .message-title::before {
  content: "";
  width: 15%;
  height: 2px;
  background-color: #ff5500;
  position: absolute;
  left: 0;
  bottom: 0;
}

#message .m-content .close {
  width: 45px;
  height: 45px;
  background: url(../picture/close.png) no-repeat center;
  background-size: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  transform-origin: center;
  z-index: 10;
}

/*message end*/

































/* 开始移动端 */























@media (max-width:1845px) {
  .menu .top-contact {
    background: url(../images/nav-1150.webp) no-repeat;
    padding-left: 40%;
  }
}

@media (max-width:1750px) {
  .search .input_ok {
    height: 15px;
    width: 15px;
    margin-left: 0;
  }
}

@media (max-width:1680px) {
  .menu .top-contact {
    background: url(../images/nav-1100.webp) no-repeat;
    padding-left: 35%;
  }

  .proart-part-four .bottom {
    min-height: 480px;
  }
}



@media (max-width:1600px) {
  .menu .top-contact {
    background: url(../images/nav-1020.png) no-repeat;
    padding-left: 30%;
  }

  .proart-part-one .right .pro-title h2,
  .proart-part-two h2,
  .proart-part-three .top h2,
  .proart-part-eight .top h2 {
    font-size: 22px;
  }

  .proart-part-one .left {
    width: 50%;
    padding-right: 10px;
  }

  .proart-part-one .right {
    width: 50%;
  }
}

@media (max-width:1550px) {
  .proart-part-four .bottom {
    min-height: 450px;
  }
}

@media (max-width:1520px) {
  .menu .top-contact {
    background: url(../images/nav-950.webp) no-repeat;
    padding-left: 30%;
  }
}

@media (max-width:1440px) {
  .menu .top-contact {
    background: url(../images/nav-850.webp) no-repeat;
    padding-left: 25%;
  }

  .menu .menu-in .nav-out {
    width: calc(80% - 80px);
    margin-left: 80px;
  }

  .proart-part-one .param p {
    margin-top: 10px;
  }

  .proart-part-one .param p,
  .proart-part-two .introduce,
  .proart-part-three .bottom p,
  .proart-part-four .bottom .btm-item.active p,
  .proart-part-five .row .col-lg-5>p,
  .proart-part-seven .right>p,
  .detail-top .info,
  .detail-part-one .btm p,
  .detail-part-two .top-r-p,
  .detail-part-six p {
    font-size: 15px;
    line-height: 28px;
  }

  .quality .item .item-son {
    width: 90%;
  }

  .proart-part-nine .bottom .service-item h3 {
    font-size: 16px;
  }

  .proart-part-four .bottom {
    min-height: 400px;
  }

}

@media (max-width:1390px) {
  .menu .top-contact {
    background: url(../images/nav-850.webp) no-repeat;
    padding-left: 20%;
  }
}

@media (max-width:1366px) {
  .container {
    width: 85%;
  }
}

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

  .menu .nav li a {
    padding: 15px 15px;
  }

  .menu .menu-in .nav-out {
    padding-top: 15px;
    width: calc(80% - 60px);
    margin-left: 60px;
    display: flex;
    justify-content: center;
  }
}


@media (max-width:1199px) {
  .proart-part-four .bottom {
    min-height: 370px;
  }
}

@media (max-width:1024px) {
  .menu .top-contact {
    background: url(../images/nav-710.webp) no-repeat;
    padding-left: 12%;
  }
}

@media (max-width:991px) {


  .menu .menu-in .nav-out {
    padding-top: 15px;
    width: calc(80% - 40px);
    margin-left: 40px;
    display: flex;
    justify-content: center;
  }

  .menu .logo {
    top: -20px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width:960px) {
  .proart-part-four .bottom {
    min-height: 310px;
  }
}

@media (max-width:767px) {
  /* 开始手机 */

  /* 导航start */
  .pc-menu {
    display: none;
  }

  .mobile-top {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    background: #4fb7f0;
    display: flex;
    align-items: center;
    z-index: 999;
  }

  .top-logo {
    padding-left: 10px;
  }

  .mobile-top #navToggle {
    display: block;
    padding: 5px;
    position: fixed;
    right: 10px;
    z-index: 999;
    cursor: pointer;
  }

  .m_nav {
    display: none;
    position: fixed;
    width: 60%;
    background: #fff;
    z-index: 1000;
    top: 0;
    right: 0;
    border-radius: 10px 0 0 10px;
    box-shadow: 3px 3px 10px #0000004d;
  }

  .m_nav .m-top {
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    float: right;
    background: #08c;
    border-radius: 20px;
    text-align: center;
  }

  .m_nav .m-top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
  }

  .m_nav .m-logo {
    width: 65%;
    margin: 10px auto;
    /* background: #4fb7f0; */
    padding: 5px;
    border-radius: 10px;
  }

  .m_nav .m-logo img {
    display: block;
    margin: 0 auto;
  }

  .m_nav .ul {
    margin-top: 5px;
    padding-bottom: 15px;
  }

  .m_nav .ul li {
    padding: 3px 20px;
    border-bottom: 1px solid #f2f2f29c;
  }

  .m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #212121;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }

  /* 导航over */

  /* 侧边栏start */
  .slide-faix {
    right: 0;
    top: initial;
    left: 0;
    bottom: 0;
    display: flex;
  }

  .slide-faix .item-list {
    width: 20%;
    height: auto;
    padding: 10px;
  }

  .slide-faix .item-list .icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
  }

  .slide-faix .item-list .title {
    display: none;
  }

  .slide-faix .item-list .bt {
    display: block;
    color: #fff;
    font-style: normal;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
  }



  /* 侧边栏over */



  .container {
    width: 100%;
    padding: 0 13px;
  }

  .index-banner {
    margin-top: 50px;
  }

  .index-about {
    margin: 30px auto;
  }

  .index-about .about-title h2,
  .index-case .case-title h2 {
    font-size: 18px;
  }

  .about-title .item .row>div {
    width: 33%;
    padding: 0 5px;
  }

  .index-about .about-title p {
    font-size: 12px;
  }

  .btm .item-left {
    padding: 0;
  }

  .btm .item-left p {
    width: 100%;
    font-size: 16px;
  }

  .btm .item-left img {
    border-radius: 15px;
  }

  .index-about .btm .item-right {
    margin-top: 20px;
    padding: 0;
  }

  .index-solution .solution-title h2,
  .index-map .map-title h2 {
    font-size: 18px;
  }

  .mo-img {
    display: block;
  }

  .pc-img {
    display: none;
  }

  .solution-btm {
    position: relative;
    padding: 20px 13px;
    background-color: #F3F7FF;
    margin-top: 50px;
  }

  .index-case .case-title {
    width: 80%;
  }

  .case-content {
    width: 100%;
    padding: 0 13px;
  }

  .case-content .row .col-lg-3 {
    padding: 10px;
    margin-top: 20px;
    box-shadow: 3px 3px 10px #0000004d;
  }

  .index-map .map-title p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .index-map .maps {
    position: relative;
    margin-top: 120px;
  }

  .index-map {
    margin-top: 50px;
    padding: 0 13px;
  }

  .index-map .map-title {
    width: 95%;
  }

  .index-map .show .row .col-lg-3 {
    width: 50%;
    padding: 0 5px;
  }

  .index-choose .choose-title h2,
  .index-cert-top .certs-title h2 {
    font-size: 24px;
  }

  .choose-btm .row>div {
    padding: 0;
  }

  .choose-btm .choose-content {
    margin-top: 15px;
  }

  .index-choose {
    margin: 50px auto 10px;
  }

  .choose-btm {
    margin: 50px auto 25px;
  }

  .index-certs {
    padding: 30px 13px;
  }

  .index-certs .certs-con .row {
    width: 100%;
  }

  .index-cert-top .certs-title p {
    text-align: left;
  }

  .index-certs .certs-con .row .certs-item {
    width: calc((100% - 20px) / 3);
    margin-left: 10px;
    margin-top: 10px;
    padding: 0;
  }

  .index-certs .certs-con .row .certs-item:nth-child(3n-2) {
    margin-left: 0 !important;
  }

  .index-certs .certs-con .row .certs-item:nth-child(5n-4) {
    margin-left: 10px;
  }

  .index-certs .certs-con .row .certs-item:last-child {
    display: none;
  }

  .index-parter .parter-title {
    margin-top: 30px;
  }

  .index-parter .parter-title p {
    text-align: left;
  }

  .parter-img {
    padding: 35px 10px;
  }

  .footer-out {
    padding: 20px 0;
  }

  .footer-out .footer .row {
    padding: 0 10px;
  }

  .footer-out .footer .row>div {
    padding: 0;
  }

  .footer-l ul {
    margin-top: 30px;
  }

  .footer-l ul li {
    margin-top: 15px;
  }

  .contact-img {
    margin-top: 20px;
    padding: 5px 0;
  }

  .footer-out .footer .footer-m,
  .footer-out .footer .footer-r {
    display: none;
  }

  .footer-btm {
    padding: 5px;
  }

  .contact-img a {
    margin-right: 20px;
  }

  .index-banner .banner-title {
    font-size: 30px;
    top: 40%;
  }

  .pro-top {
    padding: 30px 0 50px;
  }

  .pro-top .pro-top-l,
  .pro-top .pro-top-r {
    width: 100%;
    padding: 0;
  }

  .pro-top-r-top {
    padding: 15px 10px;
  }

  .pro-top-lx {
    margin-top: 20px;
  }

  .pro-con .row>div {
    margin-bottom: 20px;
    width: calc(50% - 5px);
    margin-left: 10px;
    padding: 0;
  }

  .pro-con .row>div:nth-child(2n-1) {
    margin-left: 0;
  }

  .pro-con-img {
    overflow: hidden;
    border-radius: 5px;
  }

  .pro-con-item h2 {
    font-size: 13px;

    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .pro-top-r-top p {
    font-size: 15px;
  }

  .page {
    margin-top: 20px;
    padding: 0;
  }

  .fenye a {
    padding: 2px 7px;
    font-size: 12px;
  }

  .pro-con {
    padding: 50px 0 10px;
  }

  .pro-lx {
    padding: 30px 0;
  }

  .pro-lx .row {
    background-color: #007CC3;
    padding: 30px 20px;
    border-radius: 20px;
  }

  .pro-lx .row>div {
    margin-top: 20px;
  }

  .pro-lx .pro-lx-item img {
    margin-right: 20px;
    width: 25px;
  }

  .contact-bg {
    display: none;
  }

  .contact-top .container {
    margin-top: 10px;
    padding: 15px;
  }

  .contact-top {
    background-color: #fff;
    padding: 10px 0;
  }

  .contact-top-l {
    padding: 15px 30px;
  }

  .contact-top-l h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-top-l ul li {
    margin-top: 10px;
  }

  .contact-top-r {
    margin-top: 20px;
    padding: 0;
  }

  .contact-mid-title {
    padding: 15px 0;
  }

  .contact-mid-con .row {
    width: 100%;
    padding: 20px 13px 30px;
  }

  .contact-mid-con .row>div {
    padding: 10px;
  }

.contact-mid-con .row .col-lg-8{
  width: 100%;
}

  .contact-mid-item ul li a {
    font-weight: normal;
  }

  .contact-service-r {
    padding: 0;
  }

  .contact-service-item img {
    width: 55%;
  }

  .contact-service-r .contact-service-item {
    width: calc((100% - 16px) / 3);
    margin-left: 8px;
  }

  .contact-service-r .contact-service-item:nth-child(3n-2) {
    margin-left: 0;
  }

  .contact-lx {
    display: none;
  }

  .contact-service-item .chat-now a {
    width: 100%;
  }

  .about-top {
    padding: 30px 0;
  }

  .about-top .row>div {
    padding: 0;
  }

  .about-top-l-item {
    width: 100%;
  }

  .about-top-r h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .top-r-btm-item {
    width: calc(50% - 5px);
    display: block;
    margin-left: 10px;
    padding: 5px;
  }


  .top-r-btm-item:nth-child(2n-1) {
    margin-left: 0;
  }

  .top-r-btm-item:nth-child(2n) {
    margin-left: 10px;
  }

  .top-r-btm-item img {
    width: 50px;
    height: auto;
    margin: 0 auto;
  }

  .top-r-btm-item p {
    padding: 0;
    margin-top: 10px;
  }

  .intro {
    padding: 20px 0;
  }

  .intro h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .intro .row.one {
    margin-top: 35px;
  }

  .intro-l-pic img {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .intro-l-pic img:nth-child(2n) {
    margin-left: 10px;
  }

  .intro-l-lx {
    margin: 20px auto 30px;
    display: block;
  }

  .intro-l-lx .right {
    margin-left: 0;
    margin-top: 20px;
  }

  .intro-r {
    padding-left: 0;
    padding-right: 0;
  }

  .intro .row.two {
    margin-top: 40px;
    display: block;
  }

  .intro .row.two>div {
    width: 100%;
    margin: 10px 0;
  }

  .about-project h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .about-project-out {
    display: flex;
    width: 100%;
    margin: 50px auto 10px;
    height: 400px;
  }

  .about-project-out .project-item.active {
    width: 60%;
  }

  .about-project-out .project-item {
    width: 20%;
  }

  .project-item.active>div:not(.jiantou) {
    width: 100%;
    padding: 0 10px;
    top: 50%;
  }

  .project-item p {
    text-align: left;
    margin-top: 20px;
    font-size: 13px;
  }

  .project-item h3 {
    display: none;
  }

  .project-item.active h3 {
    display: block;
  }

  .project-item.active a,
  .project-item.active p {
    max-height: 380px;
    line-height: 24px;
  }

  .about-production {
    padding: 20px 0;
    text-align: center;
  }

  .about-production h2,
  .about-cert-title h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .about-p-row .about-p-l {
    padding: 0;
    width: 100%;
  }

  .about-cert-title p {
    line-height: 24px;
    padding: 0 10px;
  }

  .about-p-r {
    padding: 0;
    margin: 15px 0;
    width: 100%;
  }

  .about-p-r ul li img {
    width: 55px;
    height: 24px;
    margin-right: 15px;
    opacity: 0;
  }

  .about-p-r ul li {
    margin: 7px 0;
    font-size: 15px;
  }

  .about-cert {
    padding: 20px 0 40px;
    text-align: center;
  }

  .index-banner.news-banner .banner-title {
    font-size: 20px;
    line-height: 26px;
    width: 90%;
    -webkit-text-stroke: unset;
  }

  .detail-top {
    margin-top: 30px;
    width: calc(100% - 26px);
    box-shadow: 0 0 5px #b3b3b3;
  }

  .detail-top-left {
    width: 100%;
    padding: 0;
  }

  .detail-top .row .col-lg-9 {
    padding: 0;
  }

  .detail-top .detail-top-left img {
    margin: 20px 0 20px 0;
    width: 40%;
  }

  .detail-tops .detail-lx-kefu {
    margin: 30px auto;
  }

  .detail-part-one .top {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .detail-part-one .top h2 {
    line-height: 26px;
  }

  .detail-part-two .top-r-title h3 {
    padding: 0;
  }

  .detail-part-one {
    background-color: #F4F4F4;
    padding: 40px 13px 30px;
    margin-top: 60px;
  }

  .detail-part-one .container.btm {
    padding: 0;
  }

  .detail-part-two {
    margin-top: 40px;
  }

  .detail-part-two .top .left {
    padding: 0;
  }

  .detail-part-two .top .right {
    padding: 0;
    margin-top: 30px;
  }

  .detail-part-two .top-r-title {
    padding: 5px;
  }

  .detail-part-two .top-r-p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .detail-part-two .items {
    position: unset;
    margin: 20px 0;
  }

  .detail-part-two .items img {
    width: 27%;
  }

  .detail-part-two .btm {
    display: none;
  }

  .detail-part-four .row>div {
    padding: 0;
  }

  .detail-part-four .mid {
    display: flex;
    align-items: center;
  }

  .detail-part-four .mid div:nth-child(1) {
    margin-top: 20px;
  }

  .detail-part-four .mid>div {
    width: (calc(100% - 10px) / 2);
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .detail-part-four .mid>div:nth-child(3n-2) {
    margin-left: 0;
  }

  .detail-part-one {
    margin-top: 60px;
  }

  .detail-part-one.detail-part-three {
    margin-top: 30px;
  }

  .detail-part-six {
    width: 90%;
    padding: 20px 0 50px;
  }

  .detail-part-nine .container {
    width: 90%;
  }

  .detail-part-seven {
    padding: 20px 0 30px;
  }

  .detail-seven-row .left {
    padding: 10px 0;
  }

  .detail-part-seven .left p,
  .detail-part-six p,
  .detail-part-one .btm p,
  .detail-part-two .top-r-p,
  .detail-top .info,
  .detail-seven-row .items p {
    font-size: 15px;
    line-height: 28px;
  }

  .detail-seven-row .col-lg-5 {
    padding: 10px 0;
  }

  .detail-seven-row .items>div {
    background-color: #fff;
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
    padding: 10px;
    border-radius: 15px;
  }

  .detail-seven-row .items h3 {
    font-size: 26px;
  }

  .detail-seven-row .items p {
    padding: 0;
  }

  .detail-part-seven .detail-seven-row .detail-lx-kefu {
    width: 90%;
  }

  .detail-part-five .left {
    width: 60%;
  }

  .detail-part-five .mid {
    width: calc((40% - 10px));
    margin-left: 10px;
  }

  .detail-part-five .row>div:nth-child(3) {
    margin-left: 0;
    margin-top: 20px;
  }

  .detail-part-five .row>div:nth-child(4) {
    margin-left: 10px;
  }

  .detail-part-five .middown {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }

  .detail-part-five .row>div:nth-child(5) {
    margin-left: 0;
  }

  .index-banner.pro-banner .banner-title {
    font-size: 20px;
    line-height: 26px;
    width: 90%;
    left: 50%;
    text-align: center;
    -webkit-text-stroke: unset;
  }

  .proart-part-one {
    margin-top: 30px;
    background: none;
  }

  .proart-part-one .param,
  .proart-part-one .quote {
    position: unset;
  }

  .proart-part-one .left {
    width: 100%;
    padding: 0;
  }

  .proart-part-one .right {
    width: 100%;
    padding: 0 5px;
  }

  .proart-part-one .right .pro-title h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    height: auto;
  }

  .proart-part-one .param p {
    color: #fff;
    background: #368fd2;
    margin-top: 10px;
    padding: 10px 15px;
    align-items: start;
    font-size: 15px;
  }

  .proart-part-one .param p img {
    display: none;
  }

  .proart-part-one .row {
    padding-bottom: 5px;
  }

  .proart-part-two {
    padding-top: 5px;
    height: auto;
  }

  .proart-part-two .container .row>div {
    padding: 0;
  }

  .proart-part-two h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .proart-part-two .introduce {
    font-size: 14px;
    margin-top: 20px;
    line-height: 28px;
  }

  .proart-part-three .top {
    background: unset;
    padding: 20px 10px 10px;
  }

  .proart-part-three .top h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .proart-part-three .bottom {
    background-size: contain;
    padding: 20px 10px;
    border-radius: 15px;
    margin-top: 10px;
    min-height: auto;
  }

  .proart-part-three .bottom p,
  .proart-part-seven .right>p {
    font-size: 15px;
    line-height: 28px;
  }

  .proart-part-four .out .top-item {
    width: 33%;
    padding: 10px 5px;
  }

  .proart-part-four .out .top-item h3 {
    padding: 0;
    font-size: 12px;
  }

  .proart-part-four .out .top-item h3 span {
    display: none;
  }

  .proart-part-four .bottom {
    margin-top: 20px;
    min-height: 260px;
  }

  .proart-part-four .bottom .btm-item img {
    height: 260px;
  }

  .proart-part-four .bottom .btm-item p {
    width: 90%;
    font-size: 14px;
    padding: 15px;
  }

  .proart-part-five {
    padding: 30px 0 40px;
    margin-top: 35px;
  }

  .proart-part-five .row>div {
    padding: 0;
  }

  .proart-part-five .row .col-lg-5>p {
    padding-top: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .proart-part-five .detail-tops {
    position: unset;
  }

  .proart-part-seven {
    margin-top: 40px;
  }

  .proart-part-seven .container .row>div {
    padding: 0;
  }

  .proart-part-seven .left .price-icon {
    position: absolute;
    top: 10px;
    left: -5px;
  }

  .proart-part-seven .left .price {
    left: 30px;
  }

  .proart-part-seven .right .price-r {
    margin: 20px auto 20px;
  }

  .proart-part-eight {
    margin-top: 20px;
  }

  .proart-part-eight .top h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .proart-part-eight .quality {
    margin-top: 30px;
  }

  .proart-part-eight .quality .item {
    width: 50%;
    position: unset;

  }

  .proart-part-eight .quality.row {
    padding: 0 13px;
  }

  .quality .item .item-son p {
    font-size: 20px;
  }

  .quality .item .item-son {
    padding: 10px;
    position: unset;
    width: 100%;
    transform: none;
  }

  .proart-part-eight .quality .item:nth-child(1) .item-son,
  .proart-part-eight .quality .item:nth-child(6) .item-son {
    padding-left: 0;
  }

  .proart-part-eight .quality .item:nth-child(3) .item-son,
  .proart-part-eight .quality .item:nth-child(8) .item-son {
    padding-right: 0;
  }

  .proart-part-eight .quality .item:nth-child(1) {
    order: 1;
  }

  .proart-part-eight .quality .item:nth-child(2) {
    order: 2;
  }

  .proart-part-eight .quality .item:nth-child(4) {
    order: 3;
  }

  .proart-part-eight .quality .item:nth-child(3) {
    order: 4;
  }

  .proart-part-eight .quality .item:nth-child(6) {
    order: 5;
  }

  .proart-part-eight .quality .item:nth-child(5) {
    order: 6;
  }

  .proart-part-eight .quality .item:nth-child(7) {
    order: 7;
  }

  .proart-part-eight .quality .item:nth-child(8) {
    order: 8;
  }

  .proart-part-nine .bottom {
    margin-top: 30px;
    display: block;
  }

  .proart-part-nine .bottom .service-item {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .proart-part-nine .bottom .service-item ul li {
    margin-top: 15px;
  }

  .service-item img {
    width: 100%;
  }

  .detail-contact {
    padding: 15px 0;
  }

  .detail-contact .left {
    display: none;
  }

  .detail-contact .row {
    margin-top: 20px;
    display: block;
  }

  .detail-contact .right {
    padding: 0 15px;
  }

  .detail-contact .right .wpforms-field-label {
    font-size: 14px;
    font-weight: normal;
  }

  .detail-contact .right .wpforms-container .wpforms-field,
  .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0;
  }

  .contact-in .wpforms-field-large,
  .contact-in .wpforms-field-medium {
    font-size: 14px !important;
  }

  .detail-contact .right .wpforms-field {
    display: block !important;
  }

  .detail-contact .right .wpforms-field .wpforms-field-label {
    float: left;
  }

  .faq-part-one .title {
    width: 90%;
  }

  .faq-part-one .title h2 {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
  }

  .faq-part-one .info p {
    width: 100%;
    padding: 20px 13px;
    font-size: 15px;
    line-height: 28px;
  }

  .faq-part-two {
    margin-top: 20px;
  }

  .faq-part-two .top {
    width: 100%;
    padding: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .faq-part-two .top .item h3 {
    font-size: 13px;
    margin: 12px 0;
  }

  .faq-part-two .top .item {
    margin-left: 0;
    border: none;
    border-radius: 5px;
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-top: 10px;
  }

  .faq-part-two .top .item:nth-child(2n-1) {
    margin-left: 0;
  }

  .faq-part-two .btm {
    padding: 25px 13px 30px;
  }

  .faq-part-two .btm .detail-tops {
    padding: 20px 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .faq-part-two .detail-tops .detail-lx-kefu {
    margin: 20px auto 5px;
  }

  .faq-part-two .btm .detail-tops>p {
    font-size: 15px;
  }

  .faq-part-one {
    margin-top: 30px;
  }

  .faq-part-four .item-left {
    padding: 0;
  }

  .faq-part-four .item-left .item-info div h3 {
    font-size: 16px;
    color: #fff;
  }

  .faq-part-four .item-left .item-info p {
    font-size: 15px;
    line-height: 28px;
    padding: 20px 15px;
  }

  .faq-part-four .item-right {
    padding: 0;
  }

  .proart-part-seven .swiper-button-prev1,
  .proart-part-seven .swiper-button-next1 {
    bottom: auto !important;
    top: 20% !important;
  }

  .proart-part-seven .swiper-button-prev1 {
    left: 15px;
  }

  .proart-part-seven .swiper-button-next1 {
    right: 15px;
  }

  /* message mobile start */
  #message .m-content {
    width: 95%;
    padding: 20px 15px 10px;
  }
  .m-message .message-title {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .contact-ins .wpforms-container{
    margin: 10px auto !important;
  }
  .contact-ins .wpforms-field-label{
    font-size: 13px !important;
  }
  /* message mobile over */

}





@media (max-width:500px) {
  .slide-faix .item-list .icon {
    width: 20px;
    height: 20px;
  }

  .slide-faix .item-list {
    padding: 7px 0;
  }

  .slide-faix .item-list .bt {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
  }
}