@charset "utf-8";

@import url(iconfont.css);

a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: #656565;
  text-decoration: none;
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
}

body {
  font-family: "Lato";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  max-width: 1920px;
  margin: auto;
  background: #fff;
}

form {
  margin: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  padding: 0 5px;
  padding-left: 0;
  padding-right: 0;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #fff;
  /* box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
}

header .head-top {
  padding-top: 12px;
}

header .header-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top .row {
  display: flex;
  justify-content: flex-end;
}

header .head-top a {
  font-size: 16px;
  margin-left: 6px;
  color: #333333;
}

header .head-top .iconfont {
  font-size: 16px;
  color: #333333;
  margin-right: 16px;
  transition: all 0.3s;
}

header .head-top .item {
  margin-left: 46px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

header .head-top .item.follow {
  margin-left: 30px;
}

header .head-bottom {
  position: relative;
}

header .head-bottom .logo {
  display: inline-block;
  padding: 3px 0;
}

header .head-bottom .nav-list {
  float: right;
  display: flex;
  align-items: center;
}

ul:before,
ul:after {
  content: "";
  display: table;
  clear: both;
}

button,
input {
  outline: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #3677e2;
}

.isFixed {
  position: sticky !important;
  transition: all 0.3s;
}

.tofixed {
  position: fixed !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #fff;
  transition: all 0.3s;
}

.tofixed a {
  color: #fff;
}

.tofixed .nav-list .dropdown_menu li a,
.tofixed .head-bottom .nav-list > li .nav-more-list a {
  color: #656565;
}

header.tofixed .head-top a,
header.tofixed .head-top .iconfont,
header.tofixed .head-bottom .nav-list > li > a,
header.tofixed .head-bottom .head-share a i,
footer .footer-share a i,
header.tofixed .head-langBox,
header.tofixed .head-search .iconfont,
header.tofixed .head-langBox .iconfont {
  color: #fff;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 5px #3677e2;
}

header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

header .head-bottom .nav-list > li {
  float: left;
  padding: 0 15px;
  position: relative;
}

header .head-bottom .nav-list > li > a {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding: 31px 0 26px;
  border-radius: 20px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1d;
}

header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: #3677e2 !important;
}

header .head-bottom .nav-list > li.contact > a:hover {
  color: #fff !important;
}

header .head-bottom .nav-list > li > a:hover:after,
header .head-bottom .nav-list > .active > a:after {
  width: 100%;
}

header .head-bottom .nav-list > li.contact > a:hover:after {
  width: 0;
}

header .head-bottom .nav-list > li > a:after {
  display: table;
  /* content: ""; */
  width: 0;
  height: 3px;
  background: #3677e2;
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

header .head-bottom li.head-share,
footer .footer-share .icon {
  display: flex;
  align-items: center;
  padding: 0;
}

header .head-bottom .nav-list > li.head-share > a:hover:after {
  display: none;
}

header .head-bottom .head-share a i,
footer .footer-share a i {
  font-size: 18px;
  color: #666;
  transition: all 0.3s;
}

header .head-bottom .head-share a i {
  margin-left: 0;
}

header .head-share ul {
  display: flex;
  gap: 11px;
  margin-left: 15px;
}

header.tofixed .head-bottom .nav-list > li.head-share a {
  border-color: #666;
}

footer .footer-share a:hover i {
  color: #fff;
}

/* header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;

}

header .head-bottom .head-share a:nth-child(3):hover {
  border-color: #0e76a8!important;
}

header .head-bottom .head-share a:nth-child(2):hover i,
footer .footer-share a:nth-child(2):hover i
{
  color: #E60023;
}

header .head-bottom .head-share a:nth-child(2):hover {
  border-color: #E60023!important;
}

header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(3):hover i
{
  color: #4267B2;
  border-color: #4267B2;
}

header .head-bottom .head-share a:nth-child(1):hover {
  border-color: #4267B2!important;
}

header .head-bottom .head-share a:nth-child(4):hover i,
footer .footer-share a:nth-child(4):hover i
{
  color: #1DA1F2;
  border-color: #1DA1F2;
} */

header .head-bottom .nav-list > .head-langBox {
  padding: 22px 0;
  cursor: pointer;
  padding-right: 0;
}

/* header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
} */

header.tofixed .head-langBox a {
  color: #333;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.head-langBox .iconfont {
  font-size: 20px;
}

header .head-bottom .nav-list > .head-search i:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

header .head-bottom .nav-list > li.contact a {
  position: relative;
  padding: 10px 13px;
  color: #ffffff !important;
  background: #3677e2;
  transition: all 0.3s;
  border-radius: 17px;
}

header .head-bottom .nav-list > li.contact a::after {
  display: none;
}

header .head-bottom .nav-list > li:last-child a:hover::after {
  display: none;
}

.nav_normal .dropdown i {
  display: inline-block;
  transition: all 0.5s ease 0s;
  font-weight: 600;
}

.nav_normal .dropdown:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.head-langBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
}

.head-langBox span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: #3677e2;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px #fff;
}

header .search-wrap .search-all .search-box {
  padding: 30px 0 30px 100px;
  position: relative;
}

header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 30px;
}

header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
  padding: 10px;
}

header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #fff !important;
}

header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #fff !important;
}

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #3677e2;
  color: #3677e2;
  padding: 5px 20px;
  position: absolute;
  top: 52px;
  right: 0;
}

header .search-wrap .closed i {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

header .search-wrap .closed:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .search-wrap .search-all .search-box button:hover {
  background: #3677e2;
  color: #fff;
  border-color: #fff;
}

header .head-bottom .head-langBox ul {
  position: absolute;
  top: 100%;
  /* left: 0; */
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 100px;
  display: none;
}

.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}

.head-langBox ul a:hover {
  background: #3677e2;
  color: #fff;
}

header .head-bottom .nav-list > li .nav-more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 230px;
  visibility: hidden;
}

header .head-bottom .nav-list > li .nav-more-list a {
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  transition: none;
}

header .head-bottom .nav-list > li .nav-more-list a:hover {
  background: #3677e2;
  color: #fff;
}

header .head-bottom .nav-list .nav-two-div {
  position: absolute;
  top: 100%;
  display: flex;
  width: 1360px;
  max-width: 1360px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  z-index: 9993;
  left: 50%;
  transform: translateX(-50%);
}

header .head-bottom .nav-list .nav-two-div {
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left {
  padding: 20px 0;
  background: #f9f9f9;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa {
  display: block;
  width: 100%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 15px 30px;
  position: relative;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a {
  font-size: 20px;
  padding: 15px 40px 15px 60px;
  font-weight: bold;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa i {
  color: #3677e2;
  line-height: inherit;
  position: absolute;
  right: 20px;
  top: 16px;
  font-weight: bold;
  font-size: 22px;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a i {
  opacity: 0;
  transition: all 0.3s;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-center {
  border-right: 1px solid #ddd;
  padding: 30px;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists,
header .head-bottom .nav-list .nav-two-div .nav-in-lists {
  width: 100%;
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right {
  max-height: 480px;
  overflow: auto;
  padding: 30px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists.active {
  display: block;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right a {
  color: #333;
  padding: 10px 0;
}

header .head-bottom .nav-list > .prod {
  position: static;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-left .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa:hover {
  color: #3677e2;
  background: #fff;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-left .active > i {
  opacity: 1;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-lists.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-in-lists.active {
  display: block;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .nav-center-a i {
  transition: all 0.3s;
  opacity: 0;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .active > i {
  opacity: 1;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .nav-center-a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.mb-header,
.m_header {
  display: none;
}

.mb-header .wrap {
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
  align-items: center;
}

.mb-header .logo {
  display: inline-block;
  width: 160px;
  margin: 6px 19px;
}

.mb-header .wrap > ul {
  position: relative;
  top: 0;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  float: right;
}

/*.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}

.contactBox202006131030 .contactInfo {
  overflow: hidden;
  width: 50%;
  float: left;
}

.contactBox202006131030 .textBox {
  margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #333;
}

.contactBox202006131030 .textBox p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("../images/contacttel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("../images/contactwhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("../images/contactemail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("../images/contactaddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
  color: #3677e2;
}

.contactBox202006131030 .contactForm {
  width: 50%;
  float: left;
  padding-left: 40px;
  overflow: hidden;
}

.contactBox202006131030 .title h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 200px;
  height: 44px;
  line-height: 42px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #000000;
  cursor: pointer;
  transition: all 0.3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: #3677e2;
  transition: all 0.3s;
}*/
.contact_box {
  padding: 55px 0 88px;
  border-top: 1px solid #e5e5e5;
}

.contact_box h1 {
  font-size: 48px;
  color: #343436;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 10px;
}

.contact_box .info {
  margin-top: 25px;
  padding-top: 45px;
}

.contact_box .info h2 {
  font-size: 32px;
  color: #242424;
  margin-bottom: 15px;
  font-weight: bold
}

.contact_box .row {
  margin-right: -15px;
  margin-left: -15px;
}

.contact_box .info ul {
  padding: 0 !important;
}
.tip{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contact_box .info ul li {
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat;
}

.contact_box .info ul li.icon1 {
  background-image: url("../images/contactemail.png");
}

.contact_box .info ul li.icon2 {
  background-image: url("../images/contacttel.png");
}

.contact_box .info ul li.icon3 {
  background-image: url("../images/contactaddress.png");
}

.contact_box .info ul p {
  font-size: 18px;
  color: #343436;
  font-weight: 500;
  line-height: 2;
}

.contact_box .form {
/*   box-shadow: 0px 0px 27px 0px rgb(13 13 13 / 20%); */
/*   padding-top: 60px; */
  padding-bottom: 40px;
  margin-top: 60px;
}

.contact_box .form h3 {
  font-size: 30px;
  color: #000000;
/*   text-align: center; */
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 1.6;
}

.contact_box .form form {
  display: block;
  max-width: 760px;
  margin: auto;
}

.contact_box .form .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.contact_box .form form {
  display: block;
  max-width: 760px;
  margin: auto;
}

.contact_box .form .input {
  margin-bottom: 20px;
}

.contact_box .form .input p {
  padding-bottom: 5px;
  font-weight: 500;
}

.contact_box .form .input p em {
  color: #ff000f;
}

.contact_box .form .input input[type=text], 
.contact_box .form .input input[type=number],
.contact_box .form .input textarea, 
.contact_box .form .input select {
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  background: transparent;
  text-indent: 12px;
}

.contact_box .form .input label {
  display: flex;
  float: left;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.tips {
  color: red;
}

.contact_box .form .input .conbox {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact_box .form .input label {
  display: flex;
  float: left;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
}

.contact_box .form .input label input[type="radio"] {
  margin: 0;
  margin-right: 5px;
}  

.contact_box .form .input textarea {
  resize: none;
  padding-top: 10px;
  height: 95px;
}

.contact_box .map {
  margin-top: 60px;
  position: relative;
  /*height: 545px;*/
}

.contact_box .form .input .btn {
  font-size: 16px;
  color: #ffffff;
  width: 265px;
  height: 52px;
  background: #3677e2;
  border: 0;
  cursor: pointer;
}

.droplist_tile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  /* box-shadow: 0px -2px 10px 0px rgb(9 1 3 / 9%); */
}
.upFile{

}
.upFile a {
    padding: 0 30px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: #333;
    cursor: pointer
}

.upFile a:hover {
    background: #3677e2;
}
.upFile input[type=file] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    overflow: hidden
}

.product-thumbs .swiper-button-next,
.product-thumbs .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.product-thumbs .swiper-button-next {
  right: 0;
  left: auto;
}

.product-thumbs .swiper-button-prev:after,
.product-thumbs .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}

.product-thumbs .swiper-button-next:after {
  content: "\e775";
}

.product-thumbs .swiper-button-prev:hover:after,
.product-thumbs .swiper-button-next:hover:after {
  color: #3677e2;
}

.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-list .dropdown_menu li {
  width: 100%;
  position: relative;
}

.nav-list .dropdown_menu li a {
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}

.nav-list .dropdown_menu li a:hover {
  background: #3677e2;
  color: #ffffff;
}

.nav-list .dropdown_menu li.Three_menu > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 160px;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.index-banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 6%;
}

.index-banner .swiper-pagination-bullet,
.index6 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  opacity: 1;
  margin: 0 10px !important;
}

.index-banner .swiper-pagination-bullet-active,
.index6 .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  position: relative;
}

.index-banner .swiper-pagination-bullet-active::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #3677e2;
  content: "";
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.5s ease 0s;
}

footer .footer-wrap h3 {
  height: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 1;
  margin-bottom: 22px;
}

footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  /* text-transform: uppercase; */
}

.one-wrap ul a,
.two-wrap ul a {
  text-transform: uppercase;
}

footer .footer-wrap ul li + li {
  margin-top: 10px;
}

footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: #3677e2;
}

footer .footer-wrap i {
  color: #666;
  margin-right: 19px;
}

/* .one-wrap,
.two-wrap {
  width: 16%;
}

.four-wrap {
  width: 42%;
} */

footer .five-wrap ul li {
  text-transform: unset;
}

.one-wrap li + li {
  margin-top: 20px;
}

.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}

.one-wrap .text p {
  font-size: 14px;
}

.footer-wrap li {
  display: flex;
  font-size: 14px;
}

.four-wrap li:last-child {
  align-items: flex-start;
}

.footer-wrap li .text {
  flex: 1;
}

.footer-wrap .img img {
  vertical-align: text-top;
}

.one-wrap li {
  display: flex;
  align-items: flex-start;
}

.one-wrap li .img {
  margin-right: 4px;
}

.footer-share ul {
  display: flex;
  justify-content: center;
}

.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}

footer .footer-share ul img {
  height: 31px;
  width: 31px;
  margin-right: 0;
}

.footer-share ul li {
  margin-right: 6px;
}

.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-copyright .wrap {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.footer-copyright {
  background-color: #fff;
  border-top: 1px solid rgba(196, 196, 196, 0.53);
}

footer .footerForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

footer .footerForm .info input {
  height: 50px;
  width: 100%;
  background: #243042;
  padding: 9px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
}

footer .footerForm .info-top {
  gap: 10px;
}

footer .footerForm .tips {
  position: absolute;
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

footer .footerForm .info textarea {
  background: #243042;
  border: none;
  /* border-radius: 6px; */
  width: 100%;
  padding: 9px;
  font-size: 16px;
  height: 138px;
  outline: none;
  color: #fff;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  margin-bottom: 23px;
}

footer .footerForm input::placeholder,
footer .footerForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

footer .footerForm .text p a {
  color: #3677e2;
  font-weight: 500;
}

footer .footerForm .text p a:hover {
  text-decoration: underline;
}

footer .Verify_img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 26px;
  width: 80px;
  cursor: pointer;
}

footer .info input[type="submit"] {
  width: 152px;
  height: 50px;
  background: #3677e2;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 3px;
  padding: 16px 0;
  border: none;
}

.footer-copyright {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 14px;
  text-align: center;
}

.footer-copyright .sitemap:hover {
  text-decoration: underline;
  color: #3677e2;
}

footer .footer-other {
  background: url("../images/contactbg.jpg") no-repeat;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-other p {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 43px;
  width: 67%;
}

footer .footer-other a {
  display: inline-block;
  width: 271px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #9bdb32;
  border-radius: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 56px;
}

footer .footer-other i {
  font-size: 26px;
}

.imgBanner {
  position: relative;
}

.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.imgBanner .img {
  height: 584px;
}

.imgBanner .img img {
  height: 100%;
  width: 100%;
}

.imgBanner h1 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
}

.prod h1 {
  font-size: 66px;
  color: #3677e2;
}

.imgBanner p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}

.Crumbs_nav {
  padding: 10px 0;
}

.Crumbs ul li {
  font-size: 18px;
  color: #2d2d2d;
}

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #1d1d1d;
}

/* .Crumbs ul li:last-child span {
  color: #3677E2;
} */

.indexBanner .icon span {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
}

.indexBanner .icon:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: rgba(90, 187, 189, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.indexBanner .icon:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(90, 187, 189, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: example 1.6s linear infinite;
}

.page li {
  border: none;
}

.page {
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  font-size: 14px;
  border: none;
  color: #666666;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #666666;
  font-size: 14px;
}

.page li.active,
.page li.active a,
.page li:hover a,
.page li.active span {
  background: #3677e2;
  color: #fff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #3677e2;
  color: #fff;
  border-color: #3677e2;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #3677e2;
  background-color: #fffdfd;
  border-color: #fff;
}

.page li {
  height: 28px;
  width: auto;
  margin-left: 12px;
}

.pro_S_img .img {
  width: 130px;
}

.product_box .submenu_wrap h2,
.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox202006131030 .contactForm .info input[type="submit"] {
  background: #3677e2;
}

.parameter_btn a:hover {
  background: #3677e2;
}

.productDetailContentBox .title {
  text-align: left;
}

.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}
.faq_bt{
  font-size: 24px;
    color: #333;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 2px solid #000;
    margin-bottom: 20px
}
.agentBox2 {
    padding-bottom: 70px;
    background: #f4f5f7
}

.agentBox2 .title {
    padding-bottom: 15px
}

.agentBox2 .title h2 {
    font-size: 36px;
    font-weight: 300;
    color: #353535;
    padding-bottom: 10px
}

.agentBox2 .title p {
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px
}

.agentBox2 .item {
    margin-bottom: 1px
}

.agentBox2 .item h3 {
    background: #fff;
    color: #ee7a30;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 45px 10px 25px;
    position: relative;
    cursor: pointer;
    transition: all .3s
}

.agentBox2 .item h3.on,.agentBox2 .item h3:hover {
    background: #ee7a30;
    color: #fff;
    transition: all .3s
}

.agentBox2 .item h3:before {
    position: absolute;
    content: '+';
    width: 45px;
    font-size: 26px;
    color: #ee7a30;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.agentBox2 .item h3.on:before {
    content: '-';
    color: #fff;
    transition: all .3s
}

.agentBox2 .item h3:hover:before {
    color: #fff;
    transition: all .3s
}

.agentBox2 .item .text {
    display: none;
    padding: 20px 0
}
.agentBox2 .item .text.on{overflow: hidden;}
.agentBox2 .item .text p {
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px
}
.faq.agentBox2 {
    padding-bottom: 0
}

.faq .item h3,.faq .item h3:before,.faq .item h3.on:before {
    color: #333!important
}

.faq .item h3 {
    padding: 0 45px 0 26px
}

.faq .item {
    padding: 10px 0;
    background: #fff
}

.faq .item h3.on,.faq .item h3:hover {
    background: #fff;
    color: #333;
    transition: all .3s
}

.faq .item_q span {
    font-size: 16px;
    line-height: 32px;
    color: #221815;
    font-weight: 700
}

.faq .item .text.item_a {
    position: relative;
    padding-left: 30px;
    padding-top: 5px
}
.contactBox202006131030 .title h2 {
  color: #333;
}
.video_box .items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.video_box .items .item{width: 32%;margin-left: 18px;margin-bottom: 30px;}
.video_box .items .item:nth-of-type(3n+1){margin-left: 0px;}
.video_box .items .item img{width: 100%;display: block;}
.video_box .item h3{
  font-size: 18px;
  font-weight: normal;
  color: #221815;
  line-height: 26px;
  font-weight: 500;
  margin-top: 20px;
}

.video_box .item p {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video_box .item .time{
  color: #3677e2;
  margin-top: 15px;
}
section .title h2 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 37px;
  text-align: center;
}

section p {
  font-size: 18px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 36px;
}

.tabs-list {
  margin-bottom: 36px;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}

.tabs-list li + li {
  margin-top: 3px;
}

.tabs-list .tabs-head {
  height: 65px;
  background: rgba(11, 24, 45, 0.1);
  font-size: 18px;
  font-weight: bold;
  color: #272727;
  line-height: 65px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("../images/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  background-color: #3677E2;
  color: #fff;
  background-image: url("../images/reduce.png");
}

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.36);
  color: #999999;
}

.tabs-list .text h3 {
  color: #3b7fba;
  font-weight: Bold;
  margin-bottom: 16px;
}

.tabs-list .text p {
  color: #1C1C1C;
}

.tabs-list .text .content {
  margin-bottom: 40px;
}

.tabs-list .text .content p + p {
  margin-top: 12px;
}

.tabs-list .text .content:last-child {
  margin-bottom: 0;
}

.footer-contact {
  height: 422px;
  background: #3677e2;
  border-radius: 400px 0px 0px 0px;
}

.footer-contact .container,
.footer-contact .row,
.footer-contact .wrap {
  height: 100%;
}

.footer-contact .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-contact .wrap p {
  font-size: 30px;
  font-weight: 500;
  color: #fafafa;
  line-height: 30px;
  margin-bottom: 40px;
}

.footer-contact .wrap p img {
  margin-right: 25px;
}

.footer-contact a.more {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  width: 192px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  font-weight: 400;
  color: #3677e2;

  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact i {
  font-size: 30px;
  margin-left: 20px;
}

.footer-contact a.more:hover {
  opacity: 0.6;
}

.footer-share .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.footer-share .wrap .icon i {
  color: #fff;
}

a.more {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 56px;
  width: 232px;
  height: 56px;
  background: #3677e2;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #3677e2;
}

a.more:hover {
  background: #fff;
  color: #3677e2;
}

.footer-contact a.more:hover {
  background: #fff;
  border-color: #3677e2;
  color: #3677e2;
  box-shadow: none;
}

.index-banner {
  position: relative;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0;
  z-index: 999;
  width: 50px;
  height: 47px;
  background: rgba(54, 119, 226, 0.3);
}

.index-banner .swiper-button-next {
  right: 0;
  left: auto;
}

.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.index-banner .swiper-button-next:after {
  content: "\e775";
}

.index-banner .swiper-button-prev:hover:after,
.index-banner .swiper-button-next:hover:after {
  opacity: 1;
}

footer .wrap {
  width: 68.125%;
}

footer .footer-box {
  position: relative;
  background-color: #0b182d;
}

footer .footer-box .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 31.875%;
}

footer .footer-box .img img {
  height: 100%;
}

footer .footer-box .row {
  display: flex;
  justify-content: flex-end;
}

footer .footer-box .wrap {
  width: 70%;
  padding: 50px 0 46px 50px;
}

.footer-box form h2 {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 26px;
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.footerForm {
  position: relative;
  padding-bottom: 22px;
}

.footerForm::after,
.footer-box .itemBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 200%;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-box .itemBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 68px 0 55px;
}

.footer-box h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
}

.footer-box .itemBox .item:last-child {
  width: 40%;
}

.footer-box li,
.footer-box li a {
  font-size: 16px;
  font-weight: 300;
  color: #bec1c7;
  line-height: 1;
}

.footer-box li + li {
  margin-top: 16px;
}

.footer-box li p {
  line-height: 30px;
  color: #bec1c7;
}

.footer-box li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-box .box {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}

.footer-box .box p {
  color: #bec1c7;
  font-weight: 400;
}

.footer-box .footer-share {
  display: flex;
  gap: 10px;
}

.index1 {
  position: relative;
  background: url("../images/index1bg.png") no-repeat center;
}

.index1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 850px;
}

.index1 .wrap .left {
  width: 25.71%;
}

.index1 .title h2 {
  text-align: left;
  margin-bottom: 40px;
}

.index1 .wrap a.more {
  margin-top: 50px;
}

.index1 .right {
  position: absolute;
  right: 0;
  padding: 100px 0 77px;
  width: 69%;
}

.index1-swiper {
  position: relative;
  padding-bottom: 50px;
}

.index1-swiper .swiper-slide {
  width: 360px;
  background: #fff;
}

.index1-swiper .swiper-slide.swiper-slide-active {
  box-shadow: 0px 0px 32px 4px rgba(11, 0, 2, 0.08);
}

.index1-swiper .swiper-slide .content {
  height: 288px;
  padding: 26px 16px 50px 16px;
  text-align: center;
}

.index1-swiper .swiper-slide h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 16px;
}

.index1-swiper .swiper-slide p {
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.index1-swiper .swiper-slide a.more1 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  line-height: 36px;
  margin-top: 20px;
}

.index1-swiper .swiper-slide a.more1:hover {
  color: #3677e2;
  text-decoration: underline;
}

.index2 {
  padding: 75px 0 116px;
}

.index2 .title h2 {
  margin-bottom: 20px;
}

.index2 .title p {
  width: 73.42%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.index2 .title a.more {
  margin: 0 auto;
  background: #fff;
  color: #3677e2;
}

.index2 .title a.more:hover {
  background: #3677e2;
  color: #fff;
}

.index3 {
  padding: 182px 0 102px;
  background: url("../images/index3bg.png") no-repeat center;
}

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

.index3 .wrap .left {
  width: 28.5%;
}

.index3 .wrap .right {
  width: 66%;
}

.index3 .left .title h2 {
  text-align: left;
  color: #f4f6fa;
  margin-bottom: 50px;
}

.index3 .left p {
  color: #fff;
  margin-bottom: 50px;
}

.index3 .wrap .right {
  position: relative;
}

.index3 .wrap .right .img {
  cursor: pointer;
  z-index: 10;
}

.index3 .wrap .right::after,
.index3 .wrap .right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f6fa;
  opacity: 0.1;
  border-radius: 10px;
  transform: translate(-20px, -20px);
}

.index3 .wrap .right::before {
  opacity: 0.1;
  transform: translate(-40px, -40px);
}

.index4 {
  padding: 46px 0 80px;
}

.index4 .title h2 {
  margin-bottom: 26px;
}

.index4 .title p {
  width: 61.78%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.index4 .title a.more {
  margin: 0 auto;
  background: #fff;
  color: #3677e2;
}

.index4 .title a.more:hover {
  background: #3677e2;
  color: #fff;
}

.index4 .title {
  margin-bottom: 50px;
}

.index4 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.index4 .item {
  position: relative;
  height: 350px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  transition: all 0.5s ease 0s;
}

.index4 .item p {
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
  overflow: hidden;
}

.index4 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  margin-bottom: 26px;
}

.index4 .item .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 40px 40px;
  text-align: center;
  transition: all 0.5s ease 0s;

  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.index4 .item h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 10px;
}

.index4 .item .text h3,
.index4 .item .text p {
  opacity: 0;
}

.index4 .item a.more1 {
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
}

.index4 .item a.more1:hover {
  color: #3677e2;
}

.index4 .item:hover .text {
  top: 0;
  background: rgba(54, 119, 226, 0.9);
}

.index4 .item:hover h3,
.index4 .item:hover p,
.index4 .item:hover a.more1 {
  color: #fff;
  opacity: 1;
}

.index4 .item:hover p {
  -webkit-line-clamp: 5;
}

.index5 {
  background: url("../images/index5bg.png") no-repeat center;
}

.index5 .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 120px;
}

.index5 h2 {
  font-size: 60px;
  font-weight: 300;
  color: #f4f6fa;
  margin-bottom: 20px;
}

.index5 .wrap a.more {
  width: 300px;
  height: 60px;
  line-height: 60px;
}

.index6 {
  padding: 55px 0 100px;
}

.index6 .title p {
  width: 61.78%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 58px;
  margin-top: 30px;
}

.about1 {
  position: relative;
  margin-top: -277px;
  margin-bottom: 90px;
}

.about1 .wrap {
  padding: 24px 60px 60px 60px;
  background: #ffffff;
  box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.06);
}

.about1 .wrap .Crumbs_nav {
  padding: 0;
  padding-bottom: 60px;
}

.about1 .wrap .Crumbs_nav ul {
  display: flex;
}

.about1 .wrap .title h2 {
  text-align: left;
  margin-bottom: 30px;
}

.about1 .wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 28px;
}

.about2 .items {
  display: flex;
  justify-content: space-between;
  padding-bottom: 46px;
  border-bottom: 2px solid #2b2b2b;
}

.about2 .item {
  display: flex;
}

.about2 .item .img {
  margin-right: 30px;
}

.about2 .item .num {
  font-size: 48px;
  font-weight: bold;
  color: #3677e2;
  margin-bottom: 30px;
  line-height: 48px;
  width: 250px;
}

.about2 .item p {
  line-height: 18px;
  font-size: 24px;
}

.about3 {
  padding: 77px 0 57px;
}

.about3 .title h2 {
  margin-bottom: 60px;
}

.about3 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.about3 .item {
  background: #f3f4f5;
  border: 1px solid #eeeeee;
}

.about3 .item .content {
  padding: 50px 60px 80px;
}

.about3 .item h3 {
  font-size: 36px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 26px;
}

.about3 .item .desc {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #2d2d2d;
  padding-left: 60px;
  margin-bottom: 18px;
}

.about3 .item .desc::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #000000;
  top: 50%;
  left: 0;
}

.about3 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 30px;
}

.about3 .item .img:hover img {
  transform: scale(1.05);
}

.about4 {
  background: url("../images/about4bg.png") no-repeat center;
  background-size: cover;
}

.about4 .wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 768px;
  background: url("../images/about4bg1.png") no-repeat center;
}

.about4 .wrap .title h2 {
  color: #fff;
  line-height: 58px;
  margin-bottom: 38px;
}

.about4 .wrap .item {
  position: absolute;
  width: 22%;
}

.about4 .wrap .item:first-child {
  text-align: right;
  top: 28%;
  left: 13%;
}

.about4 .wrap .item:nth-child(2) {
  top: 21%;
  right: 10%;
}

.about4 .wrap .item:nth-child(3) {
  bottom: 11%;
  right: 19%;
  width: 26%;
}

.about4 .wrap .item:nth-child(3) .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about4 .wrap .item:nth-child(3) h3 {
  margin-left: 10px;
}

.about4 .wrap .item h3 {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
}

.about4 .wrap .item p {
  color: #fff;
}

.about5 {
  padding: 76px 0 100px;
}

.about5 .title {
  margin-bottom: 60px;
}

.about5 .tabs,
.about7 .tabs {
  display: flex;
  justify-content: center;
  gap: 1px;
  margin-bottom: 68px;
}

.about5 .tabs .tab,
.about7 .tabs .tab {
  height: 72px;
  width: 22.5%;
  line-height: 72px;
  text-align: center;
  background: rgba(54, 119, 226, 0.1);
  cursor: pointer;

  font-size: 24px;
  font-weight: 400;
  color: #2d2d2d;
}

.about5 .tabs .tab.on,
.about5 .tabs .tab:hover,
.about7 .tabs .tab.on,
.about7 .tabs .tab:hover {
  background: #3677e2;
  color: #fff;
}

.about5 .box,
.about7 .box {
  display: none;
}

.about5 .box.on,
.about7 .box.on {
  display: block;
}

.about5 .box .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 48px;
}

.about5 .box .item .name {
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 23px;
}

.about5 .box .item .img:hover img {
  transform: scale(1.05);
}

.about6 {
  height: 684px;
  background: url("../images/about6bg.png") no-repeat center;
}

.about7 {
  padding: 87px 0;
}

.about7 .title {
  margin-bottom: 56px;
}

.about7 .tabs {
  margin-bottom: 104px;
}

.about7 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}

.about7 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_WH{width: 1200px;height: auto;margin: 0px auto;}
.downloadBox {
  padding: 55px 0;
}
@media (max-width: 1199px){
  .content_WH{width: 92%}
}


.downloadBox .text p {
  font-size: 16px;
  color: #111;
  line-height: 1.6;
}

.downloadBox .itemBox {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.downloadBox .item {
  text-align: center;
}

.downloadBox .item .imgBox {
  position: relative;
  margin-bottom: 15px;
}

.downloadBox .item .imgBox .img {
  line-height: 0;
}

.downloadBox .item .imgBox .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
}

.downloadBox .item .imgBox .text a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background: #3677e2;
  border-radius: 5px;
}

.downloadBox .item:hover .imgBox .text {
  opacity: 1;
  transition: all .3s;
}

.downloadBox .item .t {
  font-size: 20px;
  color: #111;
}
.about7 .item .download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58.82%;
  height: 52px;
  background: #ffffff;
  border: 1px solid #3677e2;
  border-radius: 10px;
  margin-top: 27px;

  font-size: 18px;
  font-weight: 400;
  color: #3677e2;
  line-height: 36px;
}

.about7 .item .download .img {
  margin-right: 10px;
}

.about7 .item .download span {
  color: #3677e2;
}

.about7 .item .download .img img:nth-child(2) {
  display: none;
}

.about7 .item .download:hover {
  background: #3677e2;
  color: #fff;
}

.about7 .item .download:hover span{
  color: #fff;
}

.about7 .item .download:hover .img img:first-child {
  display: none;
}

.about7 .item .download:hover .img img:nth-child(2) {
  display: block;
}

.about6 {
  padding: 106px 0 130px;
}

.about6 .title {
  margin-bottom: 95px;
}

.about6 .title h2 {
  color: #fff;
}

.about6 .historyYearBox {
  position: relative;
  display: flex;
  height: 40px;
}

.about6 .historyYearBox .swiper-slide {
  width: 12.5%;
}

.about6 .historyYearBox .swiper,
.about6 .content .swiper{
  margin: 0 10%;
}

.about6 .historyYearBox:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  bottom: 1px;
}

.about6 .historyYearBox .swiper-slide span {
  position: relative;
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 21px;
  padding-bottom: 21px;
  cursor: pointer;
}

.about6 .historyYearBox span:after, 
.about6 .historyYearBox .swiper-slide-active::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  bottom: 0;
  z-index: 10;
  left: 50%;
  margin-left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about6 .content {
  margin-top: 45px;
}

.about6 .content .box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #F4F5F7;
  line-height: 24px;
  margin-bottom: 36px;
  text-align: center;
}

.about6 .content .box {
  width: 58%;
}

.about6 .content .box p {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}

.about6 .content .swiper-slide {
  display: flex;
  justify-content: center;
}

.about6 .historyYearBox .swiper-slide-active::before {
  bottom: 48px;
  transform: translate(-32%, 32%);
  width: 24px;
  height: 24px;
  background: transparent;
  opacity: 0.3;
  border-radius: 50%;
}

.about6 .historyYearBox .swiper {
  overflow-y: initial;
}

.about6 .swiper-button-next, 
.about6 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  width: 49px;
  top: 0;
  left: 0;
  z-index: 999;
}

.about6 .swiper-button-next {
  right: 0;
  left: auto;
}

.about6 .swiper-button-prev:after, 
.about6 .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  width: 49px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: transparent;
  transform: translateY(-50%);
  display: inline-block;
  color: #fff;
  font-size: 34px;
}

.about6 .swiper-button-next:after {
  content: "\e775";
}

.about6 .swiper-button-prev:hover:after, 
.about6 .swiper-button-next:hover:after {
  color: #3677E2;
}

.about6 .historyYearBox .on span {
  font-size: 30px;
  color: #3677E2;
  margin-bottom: 5px;
}

.about6 .historyYearBox .on span:after {
  background: #3677E2;
}



.about8 {
  padding: 66px 0 90px;
  background: #eeeeee;
}

.about8 .title {
  margin-bottom: 60px;
}

.about8 .imgs {
  display: grid;
  grid-template-columns: repeat(5, 16.62%);
  justify-content: center;
  gap: 1px;
}

.about8 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  background: #fff;
}

.about8 .img:hover img {
  transform: scale(1.05);
}

.ptt .tabsBox {
  border-top: 1px solid rgba(11, 24, 45, 0.1);
  position: sticky;
  top: 0;
  background: #fff;
}

.ptt .tabsBox .tabs {
  display: flex;
  justify-content: center;
  /* position: sticky; */
}

.ptt .tabsBox .tab {
  display: block;
  line-height: 70px;
  height: 70px;
  width: 14.87%;

  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d;
  text-align: center;
  cursor: pointer;
}

.ptt .tabsBox .tab.on,
.ptt .tabsBox .tab:hover {
  background: #3677e2;
  color: #fff;
}

.ptt .item .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40vw;
}

.ptt .item:nth-child(1) .wrap .content {
  width: 39%;
}

.ptt .item .wrap .content {
  width: 32%;
}

.ptt .item {
  margin-bottom: 30px;
}

.ptt .item:nth-child(1) {
  background: url("../images/competitiveness1.jpg") no-repeat center;
}

.ptt .item:nth-child(2) {
  background: url("../images/pttimg1.png") no-repeat center right #f5f6f7;
  background-size: 63.5% 100%;
}

.ptt .item:nth-child(3) {
  background: url("../images/pttimg3.png") no-repeat center left #f5f6f7;
  background-size: 63.5% 100%;
}

.ptt .item:nth-child(4) {
  background: url("../images/pttimg4.png") no-repeat center right #f5f6f7;
  background-size: 63.5% 100%;
}

.ptt .item:nth-child(5) {
  background: url("../images/pttimg5.png") no-repeat center left #f5f6f7;
  background-size: 63.5% 100%;
}

.ptt .item:nth-child(6) {
  background: url("../images/pttimg6.png") no-repeat center right #f5f6f7;
  background-size: 63.5% 100%;
}



.ptt .item:nth-child(1) .content {
  background: rgba(54, 119, 226, 0.9);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 68px 48px 50px 60px;
}

.ptt .item:nth-child(2n) .wrap {
  justify-content: flex-start;
}

.ptt .item h3 {
  font-size: 36px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 50px;
}

.ptt .item:nth-child(1) h3 {
  color: #fff;
  margin-bottom: 30px;
}

.ptt .item:nth-child(1) p {
  line-height: 24px;
  color: #fff;
}

.ptt .item:nth-child(1) p + p {
  margin-top: 20px;
}

.ptt .item:nth-child(1) a.more {
  background: #fff;
  color: #3677e2;
  margin-top: 30px;
}

.ptt .item li {
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  line-height: 30px;
}

.ptt .item li + li {
  margin-top: 28px;
}

.ptt .item li img {
  margin-right: 8px;
}

.ptt .item a.more {
  margin-top: 90px;
}

.rd1 .item {
  position: relative;
}

.rd1 .item:nth-child(1) {
  background: url("../images/rd1bg.png") no-repeat center;
  background-size: cover;
}

.rd1 .item .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 68%;
}

.rd1 .item .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 38.4vw;
}

.rd1 .item .content {
  width: 26.5%;
}

.rd1 .item h3 {
  font-size: 36px;
  font-weight: 400;
  color: #f4f5f7;
  margin-bottom: 50px;
}

.rd1 .item p {
  color: #f4f5f7;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
}

.rd1 .item p + p {
  margin-top: 1.4vw;
}

.rd1 .item:nth-child(2) .img {
  right: 0;
  left: auto;
}

.rd1 .item:nth-child(2) .wrap {
  justify-content: flex-start;
}

.rd1 .item:nth-child(2) h3,
.rd1 .item:nth-child(2) p {
  color: #242424;
}

.rd2 {
  padding: 72px 0 90px;
  background: url("../images/rd2bg.png") no-repeat center;
  background-size: cover;
}

.rd2 .title h2 {
  color: #fff;
  padding-bottom: 87px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rd2 h3 {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  color: #f4f5f7;
  padding-left: 30px;
  line-height: 30px;
  margin: 35px 0 38px;
}

.rd2 h3::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 11px;
  height: 22px;
  background: #ffffff;
}

.rd2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.rd2 .items .item {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  height: 430px;
  padding: 48px 8% 0 8%;
}

.rd2 .items .item .img {
  position: absolute;
  bottom: 11px;
  right: -32px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #3677e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rd2 .item .num {
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #f4f5f7;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #3677e2;
  margin-bottom: 20px;
}

.rd2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #f4f5f7;
  line-height: 30px;
}

.rd3 {
  position: relative;
  padding: 46px 0 100px;
}

.rd3 h3 {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 30px;
  margin-bottom: 45px;
  padding-left: 30px;
}

.rd3 h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 22px;
  background: #3677e2;
}

.rd3 .content {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid #3677e2;
}

.rd3 .content .items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rd3 .content .item {
  display: flex;
  width: 49.56%;
  /* height: calc(300vw / 19.2); */
  padding: 3% 6%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.rd3 .content .item .img {
  margin-right: 28px;
  flex-grow: 1;
  flex-shrink: 0;
}

.rd3 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 30px;
}

.rd3 .content .bgImg {
  position: absolute;
  right: 2%;
  top: 0;
  width: 38%;
}

.rd3 .content .iconImg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rd4 {
  padding: 82px 0 122px;
  background: #f7f7f7;
}

.rd4 .title h2 {
  margin-bottom: 58px;
}

.rd4 .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22vw;
}

.rd4 .swiper-slide .img img {
  height: 100%;
  width: 100%;
}

.rd4 .swiper-slide .text {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  text-align: center;
}

.rd4 .swiper-slide p {
  font-size: 24px;
  font-weight: 300;
  color: #2d2d2d;
}

.rd4 .swiper-slide:hover .text {
  background: #3677e2;
  color: #fff;
}

.rd4 .swiper-slide:hover p {
  color: #fff;
}

.rd4-swiper {
  position: relative;
}

.rd4-swiper .swiper-button-next,
.rd4-swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 5%;
  z-index: 999;
}

.rd4-swiper .swiper-button-next {
  right: 5%;
  left: auto;
}

.rd4-swiper .swiper-button-prev:after,
.rd4-swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont", Montserrat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}

.rd4-swiper .swiper-button-next:after {
  content: "\e775";
}

.rd4-swiper .swiper-button-prev:hover:after,
.rd4-swiper .swiper-button-next:hover:after {
  color: #3677e2;
}

.rd5 {
  padding: 72px 0 140px;
}

.rd5 .title {
  margin-bottom: 37px;
}

.service .imgBanner h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.service .imgBanner p {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

/* .service .imgBanner p + p {
  margin-top: 30px;
} */

.service .imgBanner h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 300;
}

.service .imgBanner a.more,
.app .imgBanner a.more {
  width: 230px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
}
.service .imgBanner a.more{
  width: 288px;
}
.service .imgBanner .wrap,
.app .imgBanner .wrap  {
  width: 80%;
  margin: 0 auto;
}

.service .imgBanner .tabBox,
.app .imgBanner .tabBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(11, 24, 45, 0.6);
}

.service .imgBanner .tabs,
.app .imgBanner .tabs {
  display: flex;
  justify-content: center;
  gap: 1px;
}

.service .imgBanner .tab,
.app .imgBanner .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 235px;
  background: rgba(255, 255, 255, 0.1);

  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.service .imgBanner .tab.on,
.service .imgBanner .tab:hover,
.app .imgBanner .tab.on,
.app .imgBanner .tab:hover  {
  background: #3677e2;
}

.service1Box1 {
  padding: 40px 0 52px;
}

.service1Box1 .title {
  margin-bottom: 55px;
}

.service1Box1 .wrap {
  display: flex;
  background: #f7f7f8;
}

.service1Box1 .wrap .img:hover img {
  transform: scale(1.05);
}

.service1Box1 .wrap .img img {
  height: 100%;
}

.service1Box1 .wrap .content {
  width: 40%;
  padding: 2% 3%;
}

.service1Box1 .wrap p + p {
  margin-top: 20px;
}

.service1Box1 .wrap p {
  line-height: 30px;
}

.service1Box2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.service1Box2 .item {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 266px;
  padding: 20% 5%;
}

.service1Box2 .item .content {
  width: 66%;
}

.service1Box2 .item p {
  line-height: 30px;
}

.service1Box2 .item .num {
  font-size: 48px;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 30px;
  margin-bottom: 26px;
}

.service1Box3 {
  padding: 93px 0 95px;
}

.service1Box3 .title {
  margin-bottom: 70px;
}

.service1Box3 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service1Box3 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(238, 238, 238, 0.5);
  border-radius: 5px;
  height: 440px;
  transition: all 0.5s ease 0s;
}

.service1Box3 .item .img {
  height: 96px;
  margin: 40px 0;
}

.service1Box3 .item .img img:nth-child(2) {
  display: none;
}

.service1Box3 .item .content {
  width: 86%;
  text-align: center;
}

.service1Box3 .item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #3677e2;
  line-height: 36px;
  text-align: center;
}

.service1Box3 .item p {
  font-size: 16px;
  line-height: 30px;
}

.service1Box3 .item:hover {
  background: #3677e2;
}

.service1Box3 .item:hover h3,
.service1Box3 .item:hover p {
  color: #fff;
}

.service1Box3 .item:hover .img img:nth-child(1) {
  display: none;
}

.service1Box3 .item:hover .img img:nth-child(2) {
  display: block;
}

.service1Box4 {
  background: #dfdfdf;
}

.service1Box4 .wrap {
  display: flex;
  /* align-items: center; */
}

.service1Box4 .wrap img {
  height: 100%;
}

.service1Box4 .wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45.35%;
  margin-left: 5vw;
}

.service1Box4 .content .text {
  width: 82%;
}

.service1Box4 .content h3 {
  font-size: 36px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 20px;
}

.service1Box4 .content p {
  font-size: 24px;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 48px;
  margin-bottom: 30px;
}

.service1Box4 .content .name {
  background: url("../images/service1box4bg.png") no-repeat left center;
  background-size: cover;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 53px;
  width: 330px;
  line-height: 53px;
  padding-left: 40px;
}

.service1Box4 .content li {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px dashed #afafaf;
}

.service1Box4 .content li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 6px;
}

.service .title h2,
.app .title h2 {
  font-size: 36px;
  line-height: 28px;
}

.service1Box5 {
  padding: 78px 0 80px;
  background: #f2f2f2;
}

.service1Box5 .title {
  margin-bottom: 50px;
}

.service1Box5 .tabs {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 37px;
}

.service1Box5 .tab {
  width: 406px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;

  font-size: 24px;
  font-weight: 400;
  color: #0b182d;
}

.service1Box5 .tab.on,
.service1Box5 .tab:hover {
  background: #3677e2;
  color: #fff;
}

.service1Box5 .box {
  display: none;
}

.service1Box5 .box.on {
  display: block;
}

.service1Box5 .box .top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 93px;
  background: #0b182d;
  width: calc(100% - 127px);
  margin: 0px auto;
  border-radius: 5px;
}

.service1Box5 .box .top .tabs1 {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.service1Box5 .tabs1 .tab1 {
  width: 138px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;

  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.service1Box5 .tabs1 .tab1.on,
.service1Box5 .tabs1 .tab1:hover {
  background: #3677e2;
  color: #fff;
}

.service1Box5 .box1 {
  display: none;
}

.service1Box5 .box1.on {
  display: block;
}

.service1Box5 .wrap {
  display: flex;
  width: calc(100% - 127px);
  margin: 0px auto;
  background: #fff;
  justify-content: center;
  padding: 3% 3%;
}

.service1Box5 .wrap .img {
  width: 47.5%;
  background: #fff;
}

.service1Box5 .wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47.5%;
  background: #fff;
  padding-right: 3%;
}

.service1Box5 h3 {
  font-size: 30px;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 50px;
}

.service1Box5 p {
  line-height: 30px;
}

.service1Box5 .text {
  width: 100%;
}

.prod {
  padding: 62px 0 137px;
}

.prod .title {
  margin-bottom: 55px;
}

.prodSwiper,
.index1-swiper {
  position: relative;
  padding-bottom: 64px;
}

.prodSwiper p {
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  padding-top: 20px;
  text-align: center;
}

.prodSwiper .swiper-slide .img {
  /* height: 27vw; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodSwiper .swiper-pagination,
.index1-swiper .swiper-pagination {
  bottom: 20px;
  top: auto;
  width: 90%;
  height: 1px;
}

.prodSwiper .swiper-pagination .swiper-pagination-progressbar-fill ,
.index1-swiper .swiper-pagination .swiper-pagination-progressbar-fill
{
  height: 3px;
  top: -1px;
}

.prodSwiper .swiper-button-next,
.prodSwiper .swiper-button-prev,
.index1-swiper .swiper-button-next,
.index1-swiper .swiper-button-prev {
  background: none;
  position: absolute;
  top: auto;
  margin: 0;
  bottom: 0;
  left: auto;
  right: 4%;
  z-index: 999;
  width: 45px;
  height: 42px;
  background: #eeeeee;
}

.prodSwiper .swiper-button-next,
.index1-swiper .swiper-button-next {
  right: 0;
}

.prodSwiper .swiper-button-prev:after,
.prodSwiper .swiper-button-next:after,
.index1-swiper .swiper-button-prev:after,
.index1-swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #555555;
  font-size: 20px;
}

.prodSwiper .swiper-button-next:after,
.index1-swiper .swiper-button-next:after {
  content: "\e775";
}

.prodSwiper .swiper-button-next:hover,
.prodSwiper .swiper-button-prev:hover,
.index1-swiper .swiper-button-next:hover,
.index1-swiper .swiper-button-prev:hover {
  background: #3677e2;
}

.prodSwiper .swiper-button-next:hover:after,
.prodSwiper .swiper-button-prev:hover:after,
.index1-swiper .swiper-button-next:hover:after,
.index1-swiper .swiper-button-prev:hover:after {
  color: #fff;
}

.index1-swiper .swiper-button-prev {
  right: 5%;
}

.service1Box7 {
  padding-bottom: 100px;
}

.service1Box7 .wrap {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.service1Box7 .wrap .content {
  width: 51.43%;
  padding-left: 3.75%;
}

.service1Box7 .content h3 {
  font-size: 30px;
  font-weight: 400;
  color: #3677e2;
  margin-bottom: 20px;
}

.service1Box7 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
  line-height: 36px;
  margin-bottom: 40px;
}

.service1Box7 .desc {
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 36px;
  width: 65%;
  margin-bottom: 20px;
}

.service1Box7 a.more {
  width: 352px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.service1Box7 a.more:hover {
  color: #3677e2;
}

.service1Box7 .img:hover img {
  transform: scale(1.05);
}

.service2Box1 {
  padding: 60px 0 77px;
}

.service2Box1 .title,
.service3Box1 .title {
  margin-bottom: 30px;
}

.service2Box1 .text p,
.service3Box1 .text p {
  width: 75.5%;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  color: #2e2e2e;
}

.service2Box2 {
  background: #f2f2f2;
  padding: 78px 0 90px;
}

.service2Box2 .title {
  margin-bottom: 70px;
}

.service2Box2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service2Box2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 440px;
  background-color: #fff;
  border-radius: 5px;
}

.service2Box2 .item p {
  width: 90%;
  font-size: 16px;
  line-height: 30px;
  color: #2e2e2e;
  text-align: center;
}

.service2Box2 .item .img {
  height: 96px;
  margin-top: 45px;
  margin-bottom: 50px;
}

.service2Box2 .item .img img:nth-child(2) {
  display: none;
}

.service2Box2 .item h3 {
  color: #3677e2;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.service2Box2 .item:hover {
  background: #3677e2;
}

.service2Box2 .item:hover h3,
.service2Box2 .item:hover p {
  color: #fff;
}

.service2Box2 .item:hover .img img:nth-child(1) {
  display: none;
}

.service2Box2 .item:hover .img img:nth-child(2) {
  display: block;
}

.service2Box3 {
  padding-top: 76px;
}

.service2Box3 .title h2 {
  margin-bottom: 28px;
}

.service2Box3 .title p {
  width: 87.5%;
  margin: 0 auto;
  text-align: center;
  color: #0B182D;
  font-weight: 500;
}

.service2Box3 .title {
  margin-bottom: 60px;
}

.service2Box3 .content {
  display: flex;
  justify-content: space-between;
  width: 87.5%;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.4);
}

.service2Box3 .content .right {
  width: 72.14%;
}

.service2Box3 .content .left {
  width: 21.71%;
}

.service2Box3 .content .tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service2Box3 .content .tab {
  position: relative;
  width: 100%;
  height: 56px;
  background: #F2F2F2;
  font-size: 18px;
  font-weight: bold;
  color: #0B182D;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}

.service2Box3 .content .tab.on,
.service2Box3 .content .tab:hover {
  background: #3677E2;
  color: #fff;
}

.service2Box3 .content .tab.on::after,
.service2Box3 .content .tab:hover::after {
  content: "";
  position: absolute;
  right: -20px;

  border-top: 28px solid transparent;
  border-left: 20px solid #3677E2;
  border-bottom: 28px solid transparent;
}

.service2Box3 .box {
  display: none;
}

.service2Box3 .box.on {
  display: block;
}

.service2Box3 .box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0B182D;
  line-height: 15px;
  margin-bottom: 10px;
}

.service2Box3 .box p {
  font-weight: 400;
  line-height: 18px;
}

.service2Box3 .box table {
  margin-top: 18px;
}


.slider_table td, .slider_table th {
  border-color: #DCDCDC;
  text-align: center;
  height: 50px;
  padding: 0;
  color: #0B182D;
}

.slider_table th {
  font-weight: bold;
}

.service2Box4 {
  padding: 87px 0 100px;
  border-bottom: 1px solid rgba(137, 137, 137, 0.5);
}

.service2Box4 table {
  width: 60.8%;
  margin: 0 auto;
}

.service2Box5 {
  padding: 47px 0 103px;
}

.service2Box6 .wrap {
  background: #fff;
}

.service3Box1 {
  padding: 40px 0 90px;
}

.service3Box2 {
  padding: 0;
  padding-bottom: 60px;
}

.service3Box6 {
  background: #F2F2F2;
}

.service3Box5 {
  padding: 136px 0 107px;
}

.service3Box5 .wrap {
  padding: 48px 0 16px;
  box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.07);
}

.service3Box5 .title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #3677E2;
  line-height: 24px;
  text-align: center;
  margin-bottom: 54px;
}

.service3Box5 .items {
  display: flex;
}


.service3Box5 .item {
  flex: 1;
  height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px dashed #3677E2;
}

.service3Box5 .item:last-child {
  border-right: none;
}

.service3Box5 .item p {
  width: 90%;
  text-align: center;
  color: #2E2E2E;
  line-height: 30px;
  font-weight: 500;
}

.service3Box5 .item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 36px;
  background: url("../images/service2box5icon.png") no-repeat center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 15px 0 20px;
}

.service3Box5 .item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F;
  line-height: 18px;
  margin-bottom: 20px;
}

.service4Box3 .items {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.service4Box3 .item {
  height: 400px;
}

.service4Box3 .item .img {
  height: 96px;
}

.service4Box2 {
  position: relative;
  background: #F4F4F4;
}

.service4Box2 .box {
  display: flex;
  justify-content: space-between;

}

.service4Box2 .box .content {
  width: 32%;
  padding: 70px 0;
}

.service4Box2 .imgs {
  width: 64%;
  display: flex;
  align-items: center;
}

.service4Box2 ul li {
  height: 26px;
  padding-left: 9px;
  border-left: 4px solid rgba(119, 119, 119, 0.33);
  overflow: hidden;
  opacity: 0.7;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}

.service4Box2 ul li.on {
  opacity: 1;
  height: auto;
  padding-left: 13px;
  border-color: #3677E2;
}

.service4Box2 ul li h4 {
  color: #2E2E2E;
  font-size: 18px;
  cursor: pointer;
  line-height: 22px;
}

.service4Box2 ul li.on h4 {
  font-size: 24px;
  font-weight: 400;
  color: #3677E2;
  margin-bottom: 20px;
}

.service4Box2 h3 {
  font-size: 36px;
  font-weight: 500;
  color: #262626;
  line-height: 34px;
  margin-bottom: 30px;
}

.service4Box2 .img {
  display: none;
}

.service4Box2 .img.on {
  display: block;
}


.service4Box2 .img:hover img {
  transform: scale(1.05);
}

.service5Box2 {
  background: url("../images/service5box2bg.png") no-repeat center;
  background-size: cover;
}

.service5Box2 .wrap {
  height: 620px;
  display: flex;
  align-items: flex-end;
}

.service5Box2 .wrap .content {
  width: 43.75%;
  background: rgba(54, 119, 226, 0.9);
  border-radius: 5px;
  margin-left: 6.25%;
  padding: 50px 58px 44px 80px;
}

.service5Box2 .wrap h3 {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height:  28px;
  margin-bottom: 30px;
}

.service5Box2 .wrap  p {
  color: #FFFFFF;
}

.service5Box4 {
  padding-bottom: 90px;
}

.service5Box4 .title {
  margin-bottom: 50px;
}

.service5Box4 .items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service5Box4 .item {
  display: flex;
  background: #F5F5F5;
}

.service5Box4 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.service5Box4 .item .content {
  flex: 1;
  width: 33.31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 66px;
}

.service5Box4 .item h3 {
  font-size: 36px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 20px;
}

.service5Box4 .item .img:hover img {
  transform: scale(1.05);
}

.service5Box5 {
  padding: 50px 0 96px;
}

.service5Box6 {
  background: #fff;
}

.service5Box5 .tabs1 .tab1 {
  width: 205px;
}

.service5Box5 .wrap {
  background: #fff;
}

.app .imgBanner h2 {
  font-size: 48px;
  font-weight: 400;
  color: #FFFFFF;
  width: 54%;
  margin-bottom: 20px;
}

.app .imgBanner p {
  width: 50%;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 30px;
}

.app .imgBanner a.more {
  width: 210px;
  font-size: 18px;
}

.app1Box1 {
  padding: 50px 0 47px;
}

.app1Box1 .lines {
  margin-top: 58px;
}

.app1Box1 .line {
  width: 100%;
  height: 2px;
  background: rgba(54, 119, 226, 0.2);
}

.app1Box1 .line + .line {
  margin-top: 8px;
}

.app1Box2 .items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 62px;
}

.app1Box2 .item {
  display: flex;
  background: #F3F3F3;
}

.app1Box2 .item .content {
  width: 41.875%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4%;
}

.app1Box2 .item .content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #292929;
  line-height: 34px;
  margin-bottom: 30px;
}

.app1Box2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 30px;
}

.app1Box2 .item .wrap {
  width: 76%;
}

.app1Box2 .item .text {
  margin-top: 40px;
}

.app1Box2 .item li {
  font-size: 18px;
  font-weight: bold;
  color: #3677E2;
  line-height: 38px;
}

.app1Box2 .item li img {
  margin-right: 12px;
}

.app1Box2 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.app1Box2 .item .img:hover img {
  transform: scale(1.05);
}

.app1Box3 {
  position: relative;
}

.app1Box3 .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50vw;
}

.app1Box3 .wrap .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58.8%;
}

.app1Box3 .wrap .img:hover img {
  transform: scale(1.05);
}

.app1Box3 .wrap .img img {
  height: 100%;
}

.app1Box3 .wrap .content {
  width: 36.75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app1Box3 .wrap h3 {
  font-size: 36px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 30px;
}

.app1Box3 .wrap dt {
  color: #3677E2;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.app1Box3 .wrap dd {
  font-size: 16px;
  color: #1C1C1C;
  line-height: 30px;
  margin-bottom: 20px;
}

.app1Box4 {
  padding: 80px 0 150px;
}

.app1Box4 .title {
  margin-bottom: 120px;
}

.app1Box4 .items {
  display: flex;
}

.app1Box4 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 370px;
  border-right: 1px dashed rgba(72, 110, 177, 0.3);
}

.app1Box4 .item:last-child {
  border-right:  0;
}

.app1Box4 .item .img {
  width: 125px;
  height: 125px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.16);
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.app1Box4 .item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #3677E2;
  margin-bottom: 30px;
}

.app1Box4 .item p {
  width: 80%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #1C1C1C;
  line-height: 30px;
}

.app1Box5 {
  padding: 80px 0 96px;
  background: url("../images/app1box5bg.png") no-repeat center;
  background-size: cover;
}

.app1Box5 .title {
  margin-bottom: 70px;
}

.app1Box6 {
  padding: 80px 0 94px;
}

.app1Box6 .title {
  margin-bottom: 56px;
}

.app1Box7 {
  padding-bottom: 90px;
}

.app1Box7 .title {
  margin-bottom: 50px;
}

.app1Box7 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.app1Box7 .item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
}

.app1Box7 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vw;
  background: #F5F5F5;
}

.app1Box7 .item .content {
  padding: 28px 30px 42px 36px;
  flex: 1;
}

.app1Box7 .item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #292929;
  line-height: 24px;
  margin-bottom: 20px;
}

.app1Box7 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 30px;
}

.app1Box7 .item ul {
  margin-bottom: 20px;
}

.app1Box7 .item li {
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 30px;
}

.app1Box7 .item li strong {
  color: #3677E2;
  margin-right: 4px;
}

.app1Box7 .item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #292929;
  margin-bottom: 10px;
}

.app2Box2 {
  padding-bottom: 88px;
}

.app2Box2 .title {
  margin-bottom: 43px;
}

.app2Box2 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 40px;
}

.app2Box2 .item {
  display: flex;
  background: #F0F2F4;
}

.app2Box2 .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 41.28%;
  padding: 0 30px;
}

.app2Box2 .item h3 {
  font-size: 24px;
  font-weight: 400;
  color: #3677E2;
  margin-bottom: 30px;
  line-height: 24px;
}

.app2Box2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 30px;
}

.app2Box2 .item .img:hover img {
  transform: scale(1.05);
}

.app2Box3 {
  padding: 60px 0 66px;
  background: #F3F3F3;
}

.app2Box3 .title {
  margin-bottom: 60px;
}

.app2Box3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.app2Box3 .item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}

.app2Box3 .item:nth-child(2n) {
  flex-direction: column-reverse;
}

.app2Box3 .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 320px;
  padding-left: 50px;
}

.app2Box3 .item h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #3677E2;
  margin-bottom: 26px;
}

.app2Box3 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 30px;
}

.app2Box3 .item .img:hover img {
  transform: scale(1.05);
}

.app2Box4 {
  padding-top: 85px;
}

.app2Box4 .title {
  margin-bottom: 58px;
}

.app2Box4 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(72, 110, 177, 0.1);
}

.app2Box4 .item {
  display: flex;
  flex-direction: column;
  background: #F4F4F4;
}

.app2Box4 .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  height: 280px;
}

.app2Box4 .item h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #3677E2;
  margin-bottom: 20px;
}

.app2Box4 .item p {
  width: 88%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}

.app2Box4 .item a.more {
  margin-top: 20px;
  width: 152px;
  height: 50px;
  line-height: 48px;
}

.app3Box2 .wrap{
  display: flex;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.app3Box2 .wrap .left {
  position: relative;
  width: 28.625%;
  margin-right: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app3Box2 .wrap .left .box {
  z-index: 10;
}

.app3Box2 .wrap .left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  background: #F2F2F2;
}

.app3Box2 .wrap h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 40px;
}

.app3Box2 .wrap .left p {
  font-size: 16px;
  color: #272727;
  width: 90%;
  font-weight: 500;
  margin-bottom: 50px;
}

.app3Box2 .wrap .right {
  padding: 40px 0;
}

.app3Box2 li {
  font-size: 18px;
  font-weight: bold;
  color: #3677E2;
  line-height: 38px;
}

.app3Box2 li img {
  margin-right: 12px;
  margin-bottom: 6px;
}

.app3Box2 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}

.app3Box2 .item {
  display: flex;
  flex-direction: column;
}

.app3Box2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F4F4;
  flex:1;
}

.app3Box2 .item p {
  text-align: center;
  line-height: 15px;
  padding: 18px 0;
  font-weight: bold;
  margin: 0;
}

.app3Box2 .right .img:hover img {
  transform: scale(1.05);
}

.app3Box3 {
  padding-top: 58px;
}

.app3Box3 .wrap {
  display: flex;
  border-bottom: 1px solid rgba(72, 110, 177, 0.1);
  padding-bottom: 90px;
}

.app3Box3 .wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.75%;
  background: #F2F2F2;
}

.app3Box3 .wrap .box {
  width: 80%;
}

.app3Box3 .wrap h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 40px;
}

.app3Box3 .wrap p {
  font-size: 16px;
  color: #1C1C1C;
}

.app3Box3 .wrap .img:hover img {
  transform: scale(1.05);
}

.app5Box2 {
  position: relative;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.app5Box2 .wrap {
  border: none;
}


.app5Box2 .wrap .left::after {
  display: none;
}

.app5Box2 .wrap .right {
  padding: 0;
  height: 44.4vw;
}

.app5Box2 .wrap .right .img {
  position: absolute;
  right: 0;
  width: 66%;
}

.index1-swiper .swiper-pagination {
  width: 80%;
}

.index1-swiper .swiper-button-prev {
  right: 13%;
  background: #fff;
}

.index1-swiper .swiper-button-next {
  right: 8%;
  background: #fff;
}

.index2Swiper .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(640vw / 19.2);
}

.index2Swiper .swiper-slide .img img {
  height: 100%;
}

.index2Swiper .swiper-button-next, 
.index2Swiper .swiper-button-prev,
.index6Swiper .swiper-button-next, 
.index6Swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0;
  width: 45px;
  height: 42px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index2Swiper .swiper-button-next,
.index6Swiper .swiper-button-next {
  left: auto;
  right: 0;
}

.index2Swiper .swiper-button-prev:after, 
.index2Swiper .swiper-button-next:after,
.index6Swiper .swiper-button-prev:after, 
.index6Swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  display: inline-block;
  color: #555555;
  font-size: 20px;
}

.index2Swiper .swiper-button-next:after,
.index6Swiper .swiper-button-next:after {
  content: "\e775";
}

.index2Swiper .swiper-button-next:hover, 
.index2Swiper .swiper-button-prev:hover,
.index6Swiper .swiper-button-next:hover, 
.index6Swiper .swiper-button-prev:hover{
  background: #3677e2;
}

.index2Swiper .swiper-button-next:hover:after, 
.index2Swiper .swiper-button-prev:hover:after,
.index6Swiper .swiper-button-next:hover:after, 
.index6Swiper .swiper-button-prev:hover:after {
  color: #fff;
}

.index2 .content {
  height: 190px;
  box-shadow: 0px 0px 53px 6px rgba(11,0,2,0.14);
}

.index2 .content .items {
  width: 87.5%;
  margin: 0 auto;
  display: flex;
  padding-top: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.2);
}

.index2 .content .item {
  position: relative;
  flex: 1;
}

.index2 .content .item::after {
  position: absolute;
  left: 50%;
  bottom: -24px;
  content: "";
  width: 9px;
  height: 9px;
  background: #272727;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}

.index2 .content .item span {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #1D1D1D;
  cursor: pointer;
}

.index2 .text {
  opacity: 0;
  position: absolute;
  background: #3677E2;
  border-radius: 10px;
  /*bottom: 16px;*/
  bottom: -200px;
  z-index: 10;
  padding: 45px 20px 64px;
  width: 334px;
  transform: translateX(-8%);
  transition: all .5s ease 0s;
}

.index2 .item.on .text {
  opacity: 1;
}

.index2 .item.on span {
  opacity: 0;
}

.index2 .item.on::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -24px;
  width: 23px;
  height: 23px;
  background: #FFFFFF;
  border: 1px dashed #3677E2;
  border-radius: 50%;
  transform: translate(-50%, 50%);
}

.index2 .item.on::after {
  background: #3677E2;
  z-index: 10;
}

.index2 .text::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  border-left: 16px solid transparent;
  border-top: 16px solid #3677E2;
  border-right: 16px solid transparent;
  transform: translateX(-50%);
}

.index2 .text h3 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 24px;
}

.index2 .text p {
  color: #fff;
  margin-bottom: 40px;
}

.index2 .text a.more1 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
  line-height: 18px;
}

.index6Swiper {
  position: relative;
}

.index6Swiper .swiper {
  margin: 0 6.25%;
  padding: 10px;
}

.index6Swiper .swiper-slide {
  height: 468px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.04);
}

.index6Swiper .swiper-slide .wrap {
  padding: 16px 30px 0;
}

.index6Swiper .wrap .top {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}

.index6Swiper .wrap .top .img {
  margin-right: 23px;
}

.index6Swiper .wrap .top .name {
  font-size: 24px;
  font-weight: bold;
  color: #1D1D1D;
  line-height: 24px;
  margin-bottom: 20px;
}

.index6Swiper .wrap .top  .desc {
  font-size: 18px;
  font-weight: bold;
  color: #1D1D1D;
  line-height: 18px;
}

.index6Swiper .wrap .content {

  margin-top: 30px;
}

.index6Swiper .wrap p {
  line-height: 30px;
}

.index6Swiper .swiper-button-next {
  right: 2%;
}

.index6Swiper .swiper-button-prev {
  left: 2%;
}

.service2Box5 .title h2 {
  margin-bottom: calc(55vw/19);
}

.service2Box5 .items {
  display: flex;
  gap: 1px;
}

.service2Box5 .item {
  position: relative;
  transition: all 1s ease 0s;
}

.service2Box5 .item.on {
  width: 56%;
  flex-grow: 1;
  flex-shrink: 0;
}

.service2Box5 .item.on .text {
  opacity: 0;
  visibility: hidden;
}

.service2Box5 .item.on .content {
  opacity: 1;
  visibility:visible;
}

.service2Box5 .text .name {
  writing-mode: tb;
  color: #fff;
  font-size: 24px;
  font-family: Lato;
  font-weight: 400;
}

.service2Box5 .item .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(11, 24, 45, 0.4);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: all 1s ease 0s;
  opacity: 1;
}

.service2Box5 .item .text .img {
  width: 40px;
  height: 40px;
  margin: calc(60vw/19.2) 0 calc(44vw/19.2);
}

.service2Box5 .item .img {
  height: calc(742vw/19);
}

.service2Box5 .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service2Box5 .content {
  position: absolute;
  bottom: calc(24vw/19.2);
  left: calc(20vw/19.2);
  right: calc(20vw/19.2);
  top: calc(400vw/19.2);
  padding: calc(36vw/19.2) calc(45vw/19.2) calc(60vw/19.2);
  background-color: rgba(54, 119, 226, 0.56);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease 0s;
}

.service2Box5 .content .name {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 18px;
}

.service2Box5 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;

  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* word-break: break-all; */
  overflow: hidden;
}

@keyframes example {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@media (max-width: 1720px) {
}

@media (max-width: 1620px) {
}

@media (max-width: 1450px) {
  .index2 .text {
    transform: translateX(-14%);
  }
}


@media (max-width: 1400px) {
  header .head-bottom .nav-list > .prod .nav-two-div {
    width: 100%;
  }

  .container {
    /* width: 100%; */
    padding: 0 20px;
  }

  .container_1600,
  .container_1400 {
    width: 1400px;
  }
}

@media (max-width: 1220px) {
  .container_1600,
  .container_1400 {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  header .head-bottom .nav-list > li a {
    font-size: 16px;
  }

  header .head-bottom .logo {
    padding: 6px 0;
  }

  header .head-bottom .nav-list > li > a {
    padding: 26px 0;
  }

  header .head-bottom .nav-list > li {
    padding: 0 9px;
  }

  .index2 .text {
    transform: translateX(-20%);
    padding: calc(45vw / 19.2) calc(20vw/19.2) calc(64vw/19.2);
  }

  .index2 .content .item span {
    font-size: 18px;
  }

  .index2 .text h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  section p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }

  .container_1600 {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

@media (max-width: 992px) {
  .Three_menu_box {
    padding-left: 10px;
  }

  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }

  .Crumbs span.youAreHere {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  /*移动端隐藏模块*/
  .header {
    display: none;
  }

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .m_header {
    height: 60px;
  }

  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }

  .logo_box img {
    height: 100%;
  }

  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
  }

  .nav_toggle span:before {
    top: -10px;
  }

  .nav_toggle span:after {
    bottom: -10px;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }

  .nav_toggle.active span {
    background-color: transparent;
  }

  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }

  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }

  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }

  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }

  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }

  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("../images/li_click.png") no-repeat top center;
  }

  .m_header .m_nav_list > li > a {
    opacity: 0;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }

  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }

  .footer_box .fast_navigation .item {
    display: none;
  }

  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    letter-spacing: 0;
  }

  .footer_box .footerForm {
    padding: 20px;
  }

  .content h2 {
    font-size: 26px;
    padding: 20px 0;
  }

  section .title h2 {
    margin-bottom: 20px !important;
    line-height: 1 !important;
  }

  section .contact .wrap h3 {
    font-size: 20px;
  }

  section .contact .wrap p {
    font-size: 16px;
  }

  section .contact {
    padding: 20px 0;
    background-size: cover;
  }

  section p {
    font-size: 16px;
  }

  .footer-share {
    display: none;
  }

  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }

  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }

  .index1 {
    padding: 20px 0;
  }

  .index1 .context {
    flex-direction: column;
  }

  .index1 .context .wrap {
    position: unset;
  }

  .index1 .context .tabs {
    width: 100%;
  }

  .index1 .context .boxs {
    width: 100%;
  }

  .index1 .box .content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .index1 .content .img {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .index1 .content .text {
    width: 100%;
  }

  .index1 .content .text h3 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1;
  }

  .index1 .content .text .more {
    margin-top: 20px;
  }

  .index1 .box .content {
    position: unset;
  }

  .index1 .box > .img {
    display: none;
  }

  .index1 .box {
    padding: 20px;
    background: url("../images/index1img1.png") no-repeat center;
  }

  .index1 .context .tab.on::after {
    left: 0;
    width: 100%;
  }

  .index2-bottom {
    position: unset;
  }

  .index2 .context {
    flex-direction: column;
  }

  .index2 .context > .img {
    position: unset;
    width: 100%;
    display: none;
  }

  .index2-bottom .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .index2 .context .content {
    width: 100%;
    height: auto;
  }

  .index2-bottom .tab {
    height: auto;
    padding: 20px 0;
  }

  .index2 {
    display: flex;
    flex-direction: column-reverse;
    background: url("../images/index2img.png") no-repeat center;
    background-size: cover;
  }

  .index2 .content .title {
    padding: 20px 0;
    text-align: center;
  }

  .index2 .content .title h2 {
    text-align: center;
    margin-bottom: 0 !important;
  }

  .index2 .content .wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .index2 .content .wrap .icon-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .index2 .content .text h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .index2 .content .boxs {
    margin-bottom: 20px;
  }

  .index2 .content .boxs::after {
    display: none;
  }

  .index2-bottom .tab p {
    width: 100%;
    font-size: 16px;
  }

  .index3 {
    padding: 20px 0;
  }

  .index3 .title {
    margin-bottom: 0;
  }

  .index3 .items {
    grid-template-columns: 100%;
  }

  .index3 .item {
    grid-column: auto !important;
  }

  .index3 .item:first-child img {
    height: 460px;
  }

  .index4 .wrap {
    flex-direction: column-reverse;
    width: 100%;
    padding: 20px 0;
  }

  .index4 .wrap .content,
  .index4 .img {
    width: 100%;
  }

  .index4 .img {
    position: unset;
  }

  .index4 .img::after {
    display: none;
  }

  .index4 {
    margin-bottom: 20px;
  }

  .index5 {
    padding: 20px 0;
    background-size: cover;
    margin-bottom: 20px;
  }

  .index5 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .index5 .item {
    height: auto;
    padding: 20px;
  }

  .index5 .item h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-contact {
    height: auto;
    padding: 20px 0;
  }

  .footer-contact .wrap p {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .footer-copyright .wrap {
    padding: 20px 0;
    line-height: 20px;
  }

  .logo_box img {
    height: auto;
  }

  .logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prods1 {
    padding: 20px 0;
  }

  .prods2 {
    margin-bottom: 20px;
  }

  .prods2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .prods1 .text {
    display: none;
  }

  .prods2 .item .img {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .prods2 .item {
    height: auto;
    padding: 20px 0;
  }

  .index1 .wrap {
    flex-direction: column;
  }

  .index1 .wrap .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .index1 .right {
    position: unset;
    width: 100%;
    padding: 0;
  }

  .index1 .wrap a.more {
    margin: 0 auto;
    margin-top: 20px;
  }

  a.more {
    line-height: 38px;
    width: 150px;
    height: 40px;
    border-radius: 6px;
  }

  .index1-swiper .swiper-slide .content {
    padding: 20px;
  }

  .prodSwiper, .index1-swiper {
    padding-bottom: 0;
  }

  .index1 .wrap {
    height: auto;
  }

  section .title h2, section .title h3 {
    font-size: 24px;
  }
}


@media (max-width: 768px) {
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .mb-header {
    display: block !important;
  }

  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }

  /* .footer-box {
    padding: 20px 0;
  } */

  .footer-wrap {
    padding: 0;
  }

  .one-wrap,
  .four-wrap,
  .two-wrap {
    display: none;
  }

  .footer-share {
    margin-top: 20px;
  }

  /*footer {
    display: flex;
    justify-content: flex-end;
  }*/

  footer .wrap {
    width: 85.716%;
  }

  .footer-copyright {
    padding: 0;
    margin-bottom: 28px;
  }

  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }

  .Crumbs_nav {
    padding: 20px 0;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
}


.contact_new_box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact_new_left{
  width: 48.5%;
}
.contact_new_right{
  width: 48.5%;
}
.contact_box .info p{
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.contact_box .info ul{
  margin-top: 30px;
}
@media (max-width: 1768px) {
  .contact_box .container{
    width: 90%;
  }
  
}
@media (max-width:1400px) {
  .contact_box .form h3{
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .contact_box .container{
    width: 92%;
    padding: 0;
  }
  .contact_new_box{
    flex-wrap: wrap;
  }
  .contact_new_left{
    width: 100%;
  }
  .contact_new_right{
    width: 100%;
  }
  .contact_box .form h3{
    text-align: center;
  }
}



@media(max-width:768px){
  .downloadBox .itemBox{
    padding-top: 0;
    display: flex;
    grid-template-columns:initial;
    gap:initial;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .downloadBox .item{width: 48.5%;margin-top: 3.2vw;}
  .downloadBox .item .imgBox .img{width: 100%;height: auto;}
  .downloadBox .item .imgBox .img img{width: 100%;height: auto;display: block;}
  .contact_box .form{padding: 3.2vw;margin-top: 5.8vw;}
  .video_box .items{justify-content: space-between;}
  .video_box .items .item{width: 48.5%;margin-left: 0px;}


/*  mobile size*/
/*index.html*/
.index1{background: #F4F6FA;padding: 8vw 0px;}
.index1 .title h2{font-size: 4.2vw;margin-bottom: 3.2vw !important;}
.logo_box img{width: 32vw;}
.index1 p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.index1 .wrap a.more{font-size: 3.6vw;width: 42vw;height: 10.8vw;line-height: 10.8vw;border-radius: 1.2vw;margin-top: 3.2vw}
.index1-swiper .swiper-slide h3{font-size: 4.2vw;margin-bottom: 3.2vw;}
.index1-swiper .swiper-slide p{font-size: 3.2vw;line-height: 4.8vw;}
.index1-swiper .swiper-slide a.more1{font-size: 3.6vw;margin-top: 4.2vw;}
.index1-swiper .swiper-slide .content{height: auto;padding: 4%;padding-bottom: 12vw;}
.index2{padding: 8vw 0px;}
.index2 .container{width: 100%;}
.index2 .title h2{font-size: 4.2vw;margin-bottom: 3.2vw;}
.index2 .title p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;}
.index2 .title a.more{font-size: 3.6vw;width: 42vw;height: 10.8vw;line-height: 10.8vw;border-radius: 1.2vw;margin-top: 3.2vw;}
.index2Swiper{margin-top: 5.8vw;}
.index2 .content{height: auto;padding-bottom: 5.8vw;}
.index2 .text{width: 100%;left: 50%;transform: translateX(-50%);padding: 4%;height: auto;height: 45vw;top: 0;bottom: auto;}
.index2 .text::after{display: none;}
.index2 .content .items{padding: 0 3.2vw;width: 100%;position: relative;padding-top: 50vw;padding-bottom: 3.4vw;}
.index2 .item.on::before{width: 4vw;height: 4vw;bottom: -4vw;display: none;}
.index2 .content .item::after{width: 1.2vw;height: 1.2vw;bottom: -4vw;display: none;}
.index2 .content .item span{font-size: 3.2vw;position: relative;display: block;height: 100%;}
.index2 .content .item{margin-left: 2%;width: 32%;float: left;display:inline-block;position: initial;}
.index2 .content .item:nth-of-type(1){margin-left: 0px;}
.index2 .content .text h3{font-size: 3.6vw;margin-bottom: 3.2vw;line-height: normal;}
.index2 .text p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.index2 .text a.more1{font-size: 3.6vw;line-height: normal;}
.index2 .content .item span:after{width: 1.2vw;height: 1.2vw;position: absolute;content: "";background: #272727;position: absolute;left: 50%;transform: translateX(-50%);border-radius: 50%;bottom: -4vw;}
.index2 .item.on span:after{background: #3677E2;}
.index2 .item.on span:before{content: "";display: block;width: 4vw;height: 4vw;bottom: -5.3vw;border: 1px dashed #3677E2;border-radius: 50%;position: absolute;left: 50%;transform: translateX(-50%);border-radius: 50%;}
.index2 .item.on span{opacity: 1;}
.index3{padding: 8vw 0px;background-size: cover;}
.index3 .wrap{flex-wrap: wrap;}
.index3 .wrap .left{width: 100%;}
.index3 .wrap .right{width: 100%;margin-top: 5.8vw;}
.index3 .left .title h2{font-size: 4.2vw;margin-bottom: 3.2vw;}
.index3 .left p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.index3 a.more{font-size: 3.6vw;width: 42vw;height: 10.8vw;line-height: 10.8vw;border-radius: 1.2vw;margin-top: 3.2vw;}
.index3 .wrap .right::after, .index3 .wrap .right::before{display: none;}
.index4{padding: 8vw 0px;margin-bottom: 0;}
.index4 .title{margin-bottom: 3.8vw;}
.index4 .title h2{font-size: 4.2vw;margin-bottom: 3.2vw !important;}
.index4 .title p{width: 100%;height: auto;font-size: 3.2vw;margin-bottom: 3.2vw;line-height: 4.8vw;}
.index4 .items{display: flex;flex-wrap: wrap;justify-content: space-between;gap: initial;}
.index4 .item{width: 48.5%;padding: 4%;margin: 0;margin-top: 3.8vw;height: auto;}
.index4 .item h3{font-size: 3.6vw;margin-top: 3.2vw;margin-bottom: 0;}
.index4 .item p{line-height: normal;}
.index4 .item .text{padding: 0;}
.index4 .item .img{height: 27vw;margin-bottom: 3.2vw;}
.index4 .item .text h3, .index4 .item .text p{display: none;}
.index5{padding: 8vw;margin-bottom: 0;}
.index5 .wrap{padding: 0;}
.index5 h2{font-size: 4.8vw;text-align: center;margin-bottom: 3.8vw;}
.index5 .container{padding: 0;}
.index5 .wrap a.more{width: 68vw;height: 12.5vw;border-radius: 0.8vw;line-height: 12.5vw;font-size: 3.6vw;}
.index6{padding: 8vw 0px;}
section .title h2, section .title h3{font-size: 4.2vw;margin-bottom: 3.2vw;}
.index6 .title p{width: 100%;margin-top: 3.2vw;margin-bottom: 3.8vw;font-size: 3.2vw;line-height: 4.8vw;}
.index6Swiper .wrap .top{justify-content: center;padding-bottom: 3.8vw}
.index6Swiper .wrap .top .img{width: 15.5vw;margin-right: 3.8vw;}
.index6Swiper .wrap .top .name{font-size: 4.2vw;margin-bottom: 3.2vw;}
.index6Swiper .wrap .top .desc{font-size: 3.6vw;line-height: normal;}
.index6Swiper .wrap .content{margin-top: 3.8vw;}
.index6Swiper .wrap p{font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
.index6Swiper .swiper-slide{height: auto;padding-bottom: 5.8vw;}
footer .footer-box{display: flex;flex-wrap: wrap;}
footer .footer-box .img{position: relative;width: 100%;display: none;}
footer .footer-box .wrap{padding: 0;width: 100%;}
.footer-box form h2{font-size: 3.8vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.footer-box .itemBox{flex-wrap: wrap;}
html,body{overflow-x: hidden;}
footer .footerForm .info input{height: 8.8vw;font-size: 3.6vw;padding: 0 2.2vw;}
footer .footerForm .info textarea{font-size: 3.6vw;padding: 2.2vw;height: 24vw;resize: none;}
footer .info input[type="submit"]{width: 46vw;height: 10.8vw;border-radius: 0.4vw;}
.footer-box .itemBox{padding: 5.8vw 0px 8vw;}
.footer-box h3{font-size: 4.2vw;margin-bottom: 3.2vw;}
.footer-box li{margin-top: 3.2vw;}
.footer-box li, .footer-box li a{font-size: 3.2vw;}
.footer-box .itemBox .item:last-child{width: 100%;margin-top: 3.8vw;}
.footer-box li p{font-size: 3.2vw;line-height: 4.8vw;}
.footer-box li + li{margin-top: 3.2vw;}
.footer-box .box p{display: block;width: 100%;font-size: 3.2vw;line-height: 4.8vw;text-align: center;}
.footer-box .box{flex-wrap: wrap;padding: 5.8vw 0 calc(5.8vw + 48px);}
.footer-box .footer-share{width: 100%;justify-content: center;margin-top: 3.8vw;gap: initial;}
.footer-share a{margin-right: 3.2vw;}
.footer-share a:nth-of-type(1){margin-left: 0px;}
/*rapid-prototyping.html*/
.service .imgBanner .wrap, .app .imgBanner .wrap{width: 100%;}
.service .imgBanner h4{font-size: 3.8vw;margin: 0;margin-top: 1.2vw;}
.service .imgBanner p{font-size: 3.2vw;line-height: 4.8vw;margin: 0;}
.service .imgBanner p + p{margin-top: 0;}
.service .imgBanner h3{font-size: 3.2vw;margin: 0;}
.imgBanner .img{height: auto;}
.service .imgBanner a.more, .app .imgBanner a.more{width: 50vw;height: 9.5vw;border-radius: 0.8vw;line-height: 9.5vw;font-size: 3.6vw;margin-top: 1.2vw}
.service .imgBanner a.more{width: 42vw;}
.service .imgBanner .tabBox, .app .imgBanner .tabBox{position: relative;}
.imgBanner .content{align-items: center;height: calc(100% - 12.8vw);}
.service .imgBanner .tab, .app .imgBanner .tab{width: 20%;height: 12.8vw;line-height: 12.8vw; font-size: 3.2vw;line-height: normal;text-align: center;padding: 0 1.2vw;}
.Crumbs_nav{padding: 3.2vw 0;}
.Crumbs ul li a, .Crumbs ul li, .Crumbs ul li a span, .Crumbs ul i{font-size: 3.2vw;}
.service2Box1{padding: 8vw 0;}
.service .title h2, .app .title h2{font-size: 4.2vw;margin-bottom: 3.2vw !important;}
.service2Box1 .title, .service3Box1 .title{margin-bottom: 0px;}
.service2Box1 .text p, .service3Box1 .text p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;}
.service1Box2 .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns: initial;}
.service1Box2 .item{width: 48.5%;height: auto;padding: 4%;margin-bottom: 3.2vw;flex-wrap: wrap;}
.service1Box2 .item .img{width: 12vw;height: 12vw;margin: 0px auto;display: flex;justify-content: cenetr;align-items: center;}
.service1Box2 .item .img img{max-width: 60%;display: block;}
.service1Box2 .item .content{width: 100%;margin-top: 3.2vw;}
.service1Box2 .item .content .num{font-size: 4.2vw;text-align: center;margin-bottom: 3.2vw;line-height: normal;}
.service1Box2 .item p{font-size: 3.2vw;line-height: 4.8vw;text-align: center;margin-bottom: 0}
.service1Box3{padding: 8vw 0px;}
.service1Box3 .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns: initial;margin-top: 2.8vw;}
.service1Box3 .title{margin-bottom: 0;}
.service1Box3 .item{width: 48.5%;height: auto;padding: 4%;margin-top: 3.2vw;}
.service1Box3 .item .img{width: 12vw;height: 12vw;margin: 0px auto;display: flex;justify-content: cenetr;align-items: center;}
.service1Box3 .item .img img{max-width: 80%;display: block;}
.service1Box3 .item .content{width: 100%;}
.service1Box3 .item h3{font-size: 3.6vw;line-height: normal;margin-top: 3.2vw;}
.service1Box3 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
.service1Box4 .wrap{flex-wrap: wrap;}
.service1Box4 .wrap .content{width: 100%;margin-left: 0;padding: 0 20px;}
.service1Box4 .content h3{font-size: 4.2vw;margin-top: 3.2vw;margin-bottom: 3.2vw;}
.service1Box4 .content p{font-size: 3.6vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.service1Box4 .wrap img{height: auto;}
.service1Box4 .content .name{font-size: 3.6vw;width: 80%;background-size: 100% auto;height: 10vw;line-height: 10vw;padding-left: 3.2vw;}
.service1Box4 .content li{padding: 3.2vw 0px;font-size: 3.6vw;line-height: 4.8vw;}
.service1Box4 .content .text{width: 100%;}
.service1Box5{padding: 8vw 0px;}
.service1Box5 .title{margin-bottom: 5.8vw;}
.service1Box5 .tab{width: 48.5%;height: 10.8vw;font-size: 4.2vw;line-height: 10.8vw;border-radius: 0.4vw;gap: initial;margin-bottom: 5.8vw;justify-content: space-between;}
.service1Box5 .tabs{margin-bottom: 4.8vw;}
.service1Box5 .box .top{width: 100%;height: auto;}
.service1Box5 .box .top .tabs1{flex-wrap: wrap;gap: initial;justify-content: space-between;padding: 4%;width: 100%;}
.service1Box5 .tabs1 .tab1{width: 48.5%;height: 8.8vw;line-height: 8.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
.service1Box5 .tabs1 .tab1:nth-of-type(1),.service1Box5 .tabs1 .tab1:nth-of-type(2){margin-top: 0px;}
.service1Box5 .wrap{width: 100%;flex-direction: column-reverse;}
.service1Box5 .wrap .img{width: 100%;}
.service1Box5 .wrap .content{width: 100%;padding-right: 0;margin-top: 3.2vw;}
.service1Box5 h3{font-size: 4.2vw;margin-bottom: 3.2vw;text-align: center;}
.service1Box5 p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0;}
.prod{padding: 8vw 0px;}
.prod .title{margin-bottom: 5.8vw;}
.prodSwiper p{font-size: 4.2vw;padding-top: 3.8vw;margin-bottom: 7.8vw;line-height: normal;}
.prodSwiper .swiper-button-next, .prodSwiper .swiper-button-prev, .index1-swiper .swiper-button-next, .index1-swiper .swiper-button-prev{display: none;}
.service1Box7 .wrap{flex-wrap: wrap;}
.service1Box7 .wrap .content{width: 100%;padding: 4%;}
.service1Box7 .content h3{font-size: 4.2vw;margin-bottom: 3.8vw;}
.service1Box7 .content p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.service1Box7 .desc{width: 100%;height: auto;font-size: 3.6vw;line-height: 4.8vw;margin-bottom: 3.8vw;}
.service1Box7 a.more{width: 80%;height: 10.8vw;margin: 0px auto;font-size: 3.6vw;line-height: 10.8vw;}
.service1Box7{padding-bottom: 8vw;}
.service2Box2{padding: 8vw 0px;}
.service2Box2 .items{display: flex;grid-template-columns:initial;gap: initial;flex-wrap: wrap;justify-content: space-between;}
.service2Box2 .title{margin-bottom: 5.8vw;}
.service2Box2 .item{width: 48.5%;margin-top: 3.8vw;height: auto;padding: 4%;}
.service2Box2 .item .img{width: 16vw;height: 16vw;margin: 0px auto;margin-bottom: 3.2vw;}
.service2Box2 .item h3{font-size: 4.2vw;line-height: normal;margin-bottom: 3.2vw;text-align: center;}
.service2Box2 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw}
.service2Box2 .item .img img{max-width: 80%;}
.service2Box3{padding: 8vw 0;}
.service2Box3 .title p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;}
.service2Box3 .title{margin-bottom: 5.8vw;}
.service2Box3 .content{width: 100%;flex-wrap: wrap;}
.service2Box3 .content .left{width: 100%;}
.service2Box3 .content .tab.on::after, .service2Box3 .content .tab:hover::after{display: none;}
.service2Box3 .content .right{width: 100%;margin-top: 3.8vw;}
.service2Box3 .content .tab{width: 48.5%;margin-top: 3.2vw;font-size: 3.6vw;height: 10.8vw;line-height: 10.8vw;}
.service2Box3 .content .tabs{gap: initial;flex-direction: initial;flex-wrap: wrap;justify-content: space-between;}
.service2Box3 .content .tab:nth-last-of-type(1){width: 100%;}
.service2Box3 .box h3{font-size: 3.6vw;margin-bottom: 3.2vw;}
.service2Box3 .box p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.service2Box3 .box table{margin-top: 0;}
.slider_table td, .slider_table th{font-size: 3.6vw;height: 8.8vw;}
.service2Box3 .content{padding-bottom: 8vw;}
.service2Box4 table{width: 100%;}
.service2Box5{padding: 8vw 0px;}
.service2Box5 .text .name{font-size: 3.6vw;}
.service2Box5 .item .text .img{width: 4vw;height: 4vw;margin: 3.2vw 0}
.service2Box5 .content{bottom: 0;top: 0;left: 0;right: 0;padding: 4%;}
.service2Box5 .content .name{font-size: 3.6vw;margin-bottom: 3.2vw;line-height: normal;}
.service2Box5 .content p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0;}
.service2Box4{padding-top: 0;}
.service3Box1{padding: 8vw 0;padding-bottom: 0;}
.service3Box5{padding: 8vw 0px;}
.service3Box5 .wrap{padding: 4%;}
.service3Box5 .title h3{font-size: 4.2vw;margin-bottom: 3.8vw;}
.service3Box5 .items{justify-content: space-between;flex-wrap: wrap;}
.service3Box5 .item{width: 48.5%;height: auto;flex: initial;border: none;}
.service3Box5 .item .num{font-size: 3.6vw;margin: 3.2vw 0;}
.service3Box5 .item h3{font-size: 3.6vw;text-align: center;margin-bottom: 3.2vw;}
.service3Box5 .item p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;}
.service4Box1{padding-bottom: 8vw;}
.service4Box2{padding: 8vw 0;}
.service4Box2 .box{flex-wrap: wrap;}
.service4Box2 .box .content{width: 100%;padding: 3.8vw 0px;}
.service4Box2 ul li{border-width: 0.6vw;margin-bottom: 3.2vw;padding-left: 3.2vw;}
.service4Box2 ul li.on h4{font-size: 4.2vw;margin-bottom: 3.2vw;}
.service4Box2 ul li h4{font-size: 3.6vw;margin-bottom: 3.2vw;}
.service4Box2 ul li p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.service4Box2 .imgs{width: 100%;}
.service5Box1{padding-bottom: 8vw;}
.service5Box2 .wrap .content{width: 100%;height: auto;padding: 4%;margin: 0;}
.service5Box2 .wrap{height: auto;margin: 3.2vw 0;}
.service5Box2 .wrap h3{font-size: 4.2vw;line-height: normal;margin-bottom: 3.2vw;}
.service5Box2 .wrap p{font-size: 3.2vw;line-height: 4.8vw;}
.service5Box4 .item{justify-content: space-between;flex-wrap: wrap;margin-top: 3.8vw;}
.service5Box4 .title{margin-bottom: 3.8vw;}
.service5Box4 .item .content{width: 100%;padding: 4%;}
.service5Box4 .item h3{font-size: 4.2vw;line-height: normal;margin-bottom: 3.2vw;}
.service5Box4 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0;}
.service5Box4 .items{gap: initial;}
.service5Box4{padding-bottom: 8vw;}
.app .imgBanner h2{width: 100%;margin-bottom: 0;padding: 0;font-size: 3.6vw;}
.app .imgBanner p{width: 100%;font-size: 3.2vw;line-height: normal;margin-top: 0;margin-bottom: 0;}
.app1Box1{padding-bottom: 8vw;}
.app1Box1 .lines{margin-top: 3.8vw;}
.app1Box2 .item{padding: 4%;flex-wrap: wrap;margin-top: 3.8vw;}
.app1Box2 .item:nth-of-type(1){margin-top: 0px;}
.app1Box2 .item .content{width: 100%;margin-top: 3.2vw;padding-left: 0;}
.app1Box2 .item .wrap{width: 100%;}
.app1Box2 .item .content h3{font-size: 4.2vw;line-height: normal;margin-bottom: 3.2vw;}
.app1Box2 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0;}
.app1Box2 .item .text{margin-top: 3.2vw;}
.app1Box2 .item li{font-size:3.6vw;}
.app1Box2 .items{gap: initial;padding-bottom: 8vw;}
.app1Box3 .wrap{flex-wrap: wrap;height: auto;}
.app1Box3 .wrap .img{position: relative;width: 100%;}
.app1Box3 .wrap .content{width: 100%;}
.app1Box3 .wrap h3{font-size: 4.2vw;line-height: normal;margin-bottom: 3.2vw;margin-top: 3.2vw;}
.app1Box3 .wrap dt{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.app1Box3 .wrap dd{font-size: 3.2vw;margin-bottom: 3.2vw;line-height: 4.8vw;}
.app1Box4{padding: 8vw 0px;}
.app1Box4 .title{margin-bottom: 5.8vw;}
.app1Box4 .items{flex-wrap: wrap;justify-content: space-between;}
.app1Box4 .item .img{width: 20vw;height: 20vw;margin-bottom: 3.2vw;}
.app1Box4 .item .img img{max-width: 60%;}
.app1Box4 .item{width: 48.5%;height: auto;border: none;}
.app1Box4 .item h3{font-size: 3.6vw;text-align: center;line-height: normal;margin-bottom: 3.2vw;}
.app1Box4 .item p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.8vw;}
.app1Box5{padding: 8vw 0px;}
.app1Box5 .title{margin-bottom: 3.2vw;}
.app1Box6{padding: 8vw 0px;}
.app1Box6 .title{margin-bottom: 3.8vw;}
.tabs-list .tabs-head{height: 8.8vw;padding: 0 3.2vw;line-height: 8.8vw;font-size: 3.6vw;background-size: 2vw auto;margin-bottom: 3.2vw;}
.tabs-list .text{padding: 4%;}
.tabs-list .text p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0;}
.tabs-list{margin-bottom: 0;}
.app1Box7 .title{margin-bottom: 5.8vw;}
.app1Box7 .items{display: flex;justify-content: space-between;gap: initial;grid-template-columns:initial;flex-wrap: wrap;}
.app1Box7 .item .content{padding: 4%;}
.app1Box7 .item{width: 48.5%;margin-top: 3.8vw;}
.app1Box7 .item h3{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.app1Box7 .item li{font-size: 3.2vw;line-height: 4.8vw;}
.app1Box7 .item ul{margin-bottom: 3.2vw;}
.app1Box7 .item h4{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.app1Box7 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0;}
.app1Box7{padding-bottom: 8vw;}
.app1Box3 .wrap .img img{height: auto;}
.app2Box2 .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns:initial;}
.app2Box2 .item{width: 48.5%;margin-top: 3.8vw;flex-direction: column; padding: 4%;}
.app2Box2 .item .img{width: 100%;height: auto;}
.app2Box2 .item h3{font-size: 3.6vw;margin: 3.2vw 0;}
.app2Box2 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0;}
.app2Box2 .item .content{width: 100%;padding: 0;}
.app2Box2{padding-bottom: 8vw;}
.app2Box3{padding: 8vw 0px;}
.app2Box3 .title{margin-bottom: 2.8vw;}
.app2Box3 .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns:initial;}
.app2Box3 .item{width: 48.5%;margin-bottom: 3.8vw;}
.app2Box3 .item .content{padding: 4%;height: auto;}
.app2Box3 .item h3{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.app2Box3 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0px;}
.app2Box3 .item:nth-last-child(1){width: 100%;}
.app2Box4{padding-top: 8vw;}
.app2Box4 .title{margin-bottom: 3.8vw;}
.app2Box4 .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns:initial;padding-bottom: 8vw;}
.app2Box4 .item{width: 48.5%;margin-top: 3.2vw;}
.app2Box4 .item:nth-last-child(1){width: 100%;}
.app2Box4 .item .content{height: auto;padding: 4%;}
.app2Box4 .item h3{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.app2Box4 .item p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0px;}
.app2Box4 .item a.more{width: 80%;height: 10.8vw;border-radius: 0.4vw;line-height: 10.8vw;font-size: 3.6vw;margin-top: 3.2vw;}
.app3Box2 .wrap{flex-direction: column;}
.app3Box2 .wrap .left{width: 100%;margin: 0;padding-top: 8vw;}
.app3Box2 .wrap .left::after{display: none;}
.app3Box2 .wrap h2{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.app3Box2 .wrap .left p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.8vw;}
.app3Box2 li{font-size: 3.6vw;line-height: 5.8vw;}
.app3Box2 .wrap .right{padding: 8vw 0px;}
.app3Box2 .item p{font-size: 3.6vw;padding: 3.2vw;}
.app3Box3{padding-top: 8vw;}
.app3Box3 .wrap{flex-direction: column;padding-bottom: 8vw;}
.ptt .item .wrap{height: auto;align-items: flex-start;}
.ptt .item:nth-child(1) .content{border: none;}
.app3Box3 .wrap .content{width: 100%;height: auto;padding: 4%;}
.app3Box3 .wrap .box{width: 100%;}
.app3Box3 .wrap h3{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.app3Box3 .wrap p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 0px;}
.ptt .tabsBox .tab{width: 20%;height: auto;font-size: 3.2vw;line-height: normal;display: flex;justify-content: center;align-items: center;padding: 3.2vw 1.2vw;}
.ptt .item:nth-child(1) .wrap .content{width: 100%;padding: 4%;margin: 3.2vw 0;border-radius: 0;}
.ptt .item:nth-child(1) h3{font-size: 4.2vw;margin-bottom: 3.2vw;}
.ptt .item p{font-size: 3.2vw;line-height: 4.8vw;margin: 3.2vw 0;}
.ptt .item:nth-child(1) a.more{width: 42vw;height: 10.8vw;border-radius: 0.8vw;font-size: 3.6vw;line-height: 10.8vw;margin-top: 3.8vw;}
.ptt .item:nth-child(1) p + p{margin-top: 3.2vw;}
.ptt .item .wrap{flex-direction: column;}
.ptt .item:nth-child(2){background-size: cover;}
.ptt .item .wrap .content{background: rgba(54, 119, 226, 0.9);width: 100%;height: auto;padding: 4%;}
.ptt .item:nth-child(2n) .wrap{padding: 3.2vw 0px;}
.ptt .item h3{font-size: 4.2vw;margin-bottom: 3.2vw;color: #fff;}
.ptt .item li{font-size: 3.6vw;line-height: 5.8vw;color: #fff;}
.ptt .item li + li{margin-top: 3.8vw;}
.ptt .item a.more{width: 42vw;height: 10.8vw;border-radius: 0.8vw;font-size: 3.6vw;line-height: 10.8vw;margin-top: 3.8vw;background: #fff;color: #3677e2;}
.ptt .item:nth-child(3){background-size: cover;padding: 3.2vw 0;}
.ptt .item:nth-child(4){background-size: cover;padding: 3.2vw 0;}
.ptt .item:nth-child(5){background-size: cover;padding: 3.2vw 0;}
.about1{margin-bottom: 8vw;}
.about2 .item .num{font-size: 4.2vw;width: auto;margin-bottom: 3.2vw;line-height: normal;margin-top: 3.2vw;text-align: center;}
.about2 .item .img{width: 9vw;margin: 0px auto;}
.about2 .item .img img{width: 100%;}
.about2 .item p{font-size: 3.6vw;}
.about2 .items{padding: 8vw 0;padding-top: 0;}
.about2 .item{width: 32%;flex-direction: column;}
.about2 .item p{text-align: center;}
.about3{padding: 8vw 0px}
.about3 .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns:initial;}
.about3 .item .content{padding: 4%;}
.about3 .item h3{font-size: 4.2vw;line-height: normal;margin-bottom: 3.2vw;}
.about3 .item .desc{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.about3 .item p{font-size: 3.2vw;margin-bottom: 0;line-height: 4.8vw;}
.about4 .wrap{height: auto;padding: 8vw 0px;display: block;background: none;}
.about4 .wrap .item{position: relative;width: 48.5%;}
.about4 .wrap .items{display: flex;justify-content: space-between;flex-wrap: wrap;}
.about4 .wrap .item:first-child{top: 0;left: 0;text-align: left;}
.about4 .wrap .item:nth-child(2){top: auto;left: auto;right: auto;}
.about4 .wrap .item:nth-child(3){bottom: auto;right: auto;}
.about4 .wrap .item:nth-child(3){width: 100%;}
.about4 .wrap .item .img{width: 12vw;margin: 0px auto;}
.about4 .wrap .item h3{font-size: 3.8vw;line-height: normal;margin: 3.2vw 0px;text-align: center;}
.about4 .wrap .item p{font-size: 3.2vw;line-height: 4.8vw;text-align: center;}
.about4 .wrap .item:nth-child(3) .top{flex-direction: column;}
.about4 .wrap .item:nth-child(3) h3{margin-left: 0;}
.about4 .wrap .item:nth-child(3) .top{margin-bottom: 0;}
.about5{padding: 8vw 0px;}
.about5 .title{margin-bottom: 5.8vw;}
.about5 .tabs .tab, .about7 .tabs .tab{width: 48.5%;height: 10.8vw;font-size: 3.6vw;line-height: normal;display: flex;align-items: center;text-align: center;justify-content: center}
.about5 .tabs, .about7 .tabs{margin-bottom: 3.2vw;}
.about5 .box .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns:initial;}
.about5 .box .items .item{width: 48.5%;margin-top: 3.8vw;}
.about5 .box .item .name{font-size: 3.6vw;padding: 3.2vw 0px;}
.about6{padding: 8vw 0px;height: auto;}
.about6 .historyYearBox .swiper-slide span{font-size: 3.6vw;}
.about6 .title{margin-bottom: 5.8vw;}
.about6 .container{padding: 0;}
.about6 .historyYearBox .swiper{margin: 0;}
.about6 .historyYearBox .swiper .swiper-wrapper{overflow-y: auto;}
.about6 .historyYearBox .swiper .swiper-wrapper::-webkit-scrollbar{display:none}
.about6 .historyYearBox .swiper-slide{width: 25.5%;}
.about6 .content .box h3{font-size: 3.6vw;line-height: normal;margin-bottom: 3.2vw;}
.about6 .content .box p{font-size: 3.2vw;line-height: 4.8vw;}
.about7{padding: 8vw;}
.about7 .items{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns:initial;}
.about7 .items .item{width: 48.5%;margin-top: 3.8vw;}
.about7 .item .download{width: 100%;height: 8.8vw;font-size: 3.6vw;line-height: 8.8vw;margin-top: 3.2vw;}
.about7 .item .download img{width: 5vw;} 
.about8{padding: 8vw 0;}
.about8 .title{margin-bottom: 5.8vw;}
.about8 .imgs{display: flex;justify-content: space-between;flex-wrap: wrap;gap: initial;grid-template-columns:initial;}
.about8 .imgs .img{width: calc(100% / 3);}
.about1{margin-top: 0;}
.about1 .wrap{padding: 4%;}
.about1 .wrap .Crumbs_nav{padding-bottom: 8vw;}
section .title h2{margin-bottom: 3.2vw !important;}
.about1 .wrap p{font-size: 3.2vw;line-height: 4.8vw;margin-bottom: 3.2vw;}
.contact_box{padding: 8vw 0px;}
.contact_box h1{font-size: 4.6vw;}
.contact_box .info{padding-top: 3.2vw;margin-top: 3.8vw;}
.contact_box .info h2{font-size: 4.2vw;margin-bottom: 3.8vw;}
.contact_box .info ul li.icon1,.contact_box .info ul li.icon2,.contact_box .info ul li.icon3{background-size: 3.5vw auto;padding-left: 5.2vw;background-position: left 1vw;}
.contact_box .info ul p{font-size: 3.6vw;line-height: 5.8vw;}
.contact_box .form h3{font-size: 3.8vw;margin-bottom: 3.8vw;} 
.contact_box .row{
  margin: 0;
}





















}