* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53,
    sans-serif;
  color: #666;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.inquiryImg img{
  border: 0px none;
  vertical-align: middle;
  max-width: 48%;
  max-height: 50%;
}
input {
  font-size: 12px;
}

input[type="checkbox"] {
  vertical-align: middle;
}

a:focus {
  outline: none;
}

i {
  font-style: normal;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

img {
  border: 0px none;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

input {
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.wrap {
  width: 1120px;
  min-width: 1120px;
  margin: auto;
}
h2 {
  font-size: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 64px;
}
.item-text {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  text-align: justify;
}

header {
  width: 100%;
  height: 74px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border: 1px solid transparent;
  box-sizing: border-box;
}
header.active {
  box-shadow: 0px 1px 4px #999999;
  background: #ffffff;
}

header .logo {
  width: 160px;  
  cursor: pointer;
}

header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .menu-box {
  display: flex;
  align-items: center;
}

header .menu {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #111111;
  margin-left: 96px;
  cursor: pointer;
  font-weight: bold;
}
header .menu:nth-child(1) {
  margin-left: 0;
}

.banner-box {
  padding: 120px 0 146px;
}

.banner-box .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-box .left img {
  width: 560px; 
  height:460px;
}
.banner-box .right {
  width: 496px;
}
h1 {
  font-size: 48px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 88px;
}
.item-text {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.banner-box .item-text {
  margin: 48px 0 0;
}
.btn {
  width: 160px;
  height: 48px;
  background: #111111;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.btn:hover {
  background: rgba(17, 17, 17, 0.85);
  color: rgba(255, 255, 255, 0.85);
}
.great-company {
  background: #f7f7fb;
  padding: 80px 0;
}
.great-company .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.great-company .left .company-list {
  margin-top: 64px;
}
.great-company .company-list li {
  display: flex;
  align-items: center;
  width: 400px;
  padding: 20px 44px 20px 24px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eae9f2;
  box-sizing: border-box;
  margin-top: 32px;
}
.great-company .company-list li:nth-child(1) {
  margin-top: 0;
}
.great-company .company-list li img {
  width: 56px;
  height: 56px;
  margin-right: 24px;
}
.great-company .company-list li p {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.great-company .right {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.great-company .right .box1 {
  width: 240px;
  margin-right: 24px;
}
.great-company .right .box2 {
  width: 220px;
}
.great-company .right .box1 img:nth-child(1) {
  width: 240px;
  height: 310px;
}
.great-company .right .box1 img:nth-child(2) {
  width: 240px;
  height: 310px;
  margin-top: 24px;
}
.great-company .right .box2 img:nth-child(1) {
  width: 220px;
  height: 240px;
  margin: 72px 0 24px;
}
.great-company .right .box2 img:nth-child(2) {
  width: 220px;
  height: 240px;
}
.item {
  padding: 80px 0;
}
.item .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item .left {
  position: relative;
  width: 548px;
}
.item .left .bg {
  width: 545px;
  height: 566px;
}
.item .left .sup {
    position: absolute;
    top: 31px;
    right: 15px;
    width: 194px;
    height: 194px;
}
.item .right {
  width: 496px;
}
.item .right .item-text {
  margin: 32px 0 64px;
}
.item.inquiry-box .left {
  width: 400px;
}
.item.inquiry-box .left .sup {
  left: -148px;
  top: 167px;
  right: auto;
}
.business-introduction {
  padding: 80px 0;
  background: #f7f7fb;
}
.business-introduction h2 {
  text-align: center;
  margin-bottom: 64px;
}
.business-introduction .top {
  position: relative;
}
.business-introduction .top .featured-box {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 264px;
  height: 186px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 28px 24px 36px;
  box-sizing: border-box;
}
.business-introduction .top .featured-box p.title {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 18px;
  margin-bottom: 24px;
}
.business-introduction .bottom {
  height: 500px;
  background: #ffffff;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  padding: 80px;
  box-sizing: border-box;
}
.business-introduction .bottom .title {
  font-size: 36px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #222222;
  line-height: 46px;
}
.business-introduction .bottom img {
  width: 360px;
  /* height: 448px; */
  margin: 0 56px;
}
.business-introduction .swiper-pagination {
  bottom: 176px;
  left: 80px;
  width: 158px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-introduction .swiper-pagination::before {
  content: "01";
  font-size: 12px;
  font-family: Helvetica;
  color: #222222;
}
.business-introduction .swiper-pagination::after {
  content: "05";
  font-size: 12px;
  font-family: Helvetica;
  color: #222222;
}
.business-introduction .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #222222;
  border-radius: 4px;
  opacity: 0.2;
}
.business-introduction
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  width: 80px;
  height: 40px;
  background: #111111;
  margin-top: 0;
  background-image: none;
  bottom: 80px;
  top: auto;
}
.swiper-button-prev {
  left: 80px;
}
.swiper-button-prev:hover{
	opacity: 0.85;
}
.swiper-button-next {
  left: 160px;
}
.swiper-button-next:hover{
	opacity: 0.85;
}
.contact-us {
  padding-bottom: 150px;
}
.contact-us h2 {
  text-align: center;
  margin-bottom: 56px;
}
.contact-us .contact-content {
  width: 560px;
  margin: auto;
  position: relative;
}
.contact-us .contact-item {
  margin-bottom: 24px;
}
.contact-us .contact-item.error input {
  border: 1px solid #f04037;
}
.contact-us input {
  width: 100%;
  height: 72px;
  background: #f8f8f8;
  text-indent: 24px;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #111111;
  border: 1px solid #f8f8f8;
}
.contact-us input::placeholder {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.contact-us textarea {
  width: 100%;
  height: 168px;
  background: #f8f8f8;
  text-indent: 24px;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #111111;
  border: none;
  outline: none;
  line-height: 72px;
}
.contact-us textarea::placeholder {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.contact-us .send-btn {
  width: 100%;
  height: 72px;
  line-height: 72px;
  margin-top: 80px;
}
.contact-us .success-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 520px;
  background: #ffffff;
  text-align: center;
  transition: all 0.3s;
  display: none;
}
.contact-us .success-box img {
  width: 172px;
  height: 98px;
  margin-top: 100px;
}
.contact-us .success-box p {
  width: 312px;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 28px;
  text-align: center;
  margin-top: 24px;
  margin: 24px auto 0;
}

footer {
  /* height: 458px; */
  background: #f7f7fb;
  overflow: hidden;
}
.footer-menu {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
}
.footer-menu img {
  width: 124px;
  height: 28px;
  margin-bottom: 74px;
}
.footer-menu .company-info p {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.8);
  line-height: 28px;
}
.footer-menu ul {
  display: flex;
}
.footer-menu li {
  margin-left: 100px;
}
.footer-menu li .menu-title {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 32px;
  margin-bottom: 32px;
  width: max-content;
}
.footer-menu li .sub-menu {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #555555;
  line-height: 28px;
  margin-top: 12px;
  width: max-content;
  cursor: pointer;
}
.footer-menu li .sub-menu:hover{
	color: rgba(85, 85, 85, 0.7);
}
footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  height: 76px;
}
footer .bottom p {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.8);
}
footer .bottom .media-list {
  display: flex;
  align-items: center;
}
footer .bottom .media-list img {
  width: 20px;
  height: 20px;
  margin-left: 22px;
}
footer .bottom .media-list img:nth-child(2) {
  width: auto;
}
/* New CSS */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color:#F7F7FB;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 543px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  height: 80px;
  font-size: 24px;
  border: 1px solid #eae9f2;
  box-sizing: border-box;
}
/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
/*   padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden; */
  display: flex;
  align-items: center;
  width: 543px;
  padding: 20px 44px 20px 24px;
  background: #ffffff;
  border: 1px solid #eae9f2;
  box-sizing: border-box;   
  display: none;
  overflow: hidden;
}
.error{
	color:red;
}
.great-company .left .company-title {
  margin-bottom: 64px;
}