.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-wrapper {
  height: auto;
}

.banner .bj {
  width: 100%;
}

.subMenu {
  width: 100%;
  padding-top: 50px;
}

.subMenu a {
  font-size: 18px;
  color: #121212;
  font-weight: bold;
  float: left;
  margin-right: 100px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}

.subMenu a.on {
  color: #00428e;
  border-bottom: 3px solid #00428e;
}

.subMenu a:hover {
  color: #00428e;
}



/* 首页样式 */
.indexPage .header {
  background-color: transparent;
  border-bottom: 0;
}

.indexPage .header.header-fixed {
  background-color: #fff !important;
  border-bottom: 1px solid rgba(85, 91, 99, 0.4);
}

.indexPage .header .logo .img img {
  -webkit-filter: invert(100%) grayscale(100%) brightness(1000%);
  -moz-filter: invert(100%) grayscale(100%) brightness(1000%);
  -ms-filter: invert(100%) grayscale(100%) brightness(1000%);
  -o-filter: invert(100%) grayscale(100%) brightness(1000%);
  filter: invert(100%) grayscale(100%) brightness(1000%);
  transition: all 0.6s;
}

.indexPage .header.header-fixed .logo .img img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.indexPage .header.header-fixed .navbar .menu-item .menu-a {
  color: #000;
}

.indexPage .header .navbar .menu-item .menu-a {
  color: #fff;
}

.indexPage .header .navbar .menu-item .two {
  border-top: 0;
}

.indexPage .content {
  padding-top: 0px !important;
}

.indexPage .s1 .title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.indexPage .s1 .title span h2 {
  font-size: 28px;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 0 0 12px;
}

.indexPage .s1 .title span p {
  font-size: 24px;
  line-height: 1.7;
  color: #3e3a39;
  margin: 0;
}

.indexPage .s1 .title a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 30px;
  background-color: #085ca9;
  border: 1px solid #085ca9;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.6s;
}
.indexPage .s1 .title a em {
  margin-left: 10px;
}
.indexPage .s1 .title a:hover{
  background-color: #fff;
	color: #085ca9;
	transition: all .6s;
}
.indexPage .s1 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.indexPage .s1 .list .lef {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 576px;
  border: 1px solid #dddddd;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.indexPage .s1 .list img {
  max-width: 100%;
}
.indexPage .s1 .list .lef .txt {
  width: 100%;
  height: 84px;
  position: absolute;
  flex: 0;
  bottom: 0;
  transition: all 0.6s;
}
.indexPage .s1 .list .lef .txt h3 {
  font-size: 24px;
  line-height: 3;
  text-align: center;
  color: #121212;
  font-weight: normal;
  transition: all 0.6s;
  margin: 0;
}

.indexPage .s1 .list .lef .txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 0;
  margin: 10px auto 0;
  background-color: #fff;
  border-radius: 17px;
  font-size: 18px;
  color: #3e3a39;
  transition: all 0.6s;
  overflow: hidden;
}

.indexPage .s1 .list .lef:hover .txt {
  height: 67%;
  padding-top: 33% ;
  background-color: rgba(11, 25, 54, 0.45);
  transition: all 0.6s;
}

.indexPage .s1 .list .lef:hover .txt h3 {
  width: 100%;
  color: #fff;
  font-size: 36px;
  transition: all 0.6s;
}

.indexPage .s1 .list .lef:hover .txt a {
  height: 40px;
  transition: all 0.6s;
}

.indexPage .s1 .list .lef .txt a:hover {
  background-color: #0057a6;
  color: #fff;
  transition: all 0.6s;
}

.indexPage .s1 .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(54% - 10px);
}

.indexPage .s1 .list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 283px;
  margin-top: 10px;
  border: 1px solid #dddddd;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.indexPage .s1 .list ul li .txt {
  width: 100%;
  height: 72px;
  position: absolute;
  flex: 0;
  bottom: 0;
  transition: all 0.6s;
}

.indexPage .s1 .list ul li .txt h3 {
  font-size: 24px;
  line-height: 3;
  text-align: center;
  color: #121212;
  font-weight: normal;
  transition: all 0.6s;
  margin: 0;
}

.indexPage .s1 .list ul li .txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 0;
  margin: 8px auto 0;
  background-color: #fff;
  border-radius: 15px;
  font-size: 18px;
  color: #3e3a39;
  opacity: 0;
  transition: all 0.6s;
  overflow: hidden;
}

.indexPage .s1 .list ul li:nth-of-type(1),
.indexPage .s1 .list ul li:nth-of-type(2) {
  margin-top: 0;
}


.indexPage .s1 .list ul li:hover .txt {
  height: 83%;
  padding-top: 17%;
  background-color: rgba(11, 25, 54, 0.45);
  transition: all 0.6s;
}
.indexPage .s1 .list ul li:hover .txt h3 {
  width: 100%;
  color: #fff;
  font-size: 36px;
  transition: all 0.6s;
}
.indexPage .s1 .list ul li:hover .txt a {
  height: 40px;
  opacity: 1;
  transition: all 0.6s;
}
.indexPage .s1 .list ul li .txt a:hover {
  background-color: #0057a6;
  color: #fff;
  transition: all 0.6s;
}

.indexPage .s2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
.indexPage .s2 .wrap .title {
  width: 100%;
}
.indexPage .s2 .wrap .title h2 {
  font-size: 28px;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 0 0 12px;
}
.indexPage .s2 .wrap .title p {
  font-size: 24px;
  line-height: 1.7;
  color: #3e3a39;
  margin: 0;
}

.indexPage .s2 .wrap .title a {
  margin-top: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 30px;
  background-color: #085ca9;
  border: 1px solid #085ca9;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.6s;
}

.indexPage .s2 .wrap .list {
  width: 66.8%;
}

.indexPage .s3 {
  background-image: url(/assets/icon/case-bg.jpg);
  background-repeat: no-repeat;
  height: 590px;
  background-size: cover;
}

.indexPage .s3 .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.indexPage .s3 .title h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.indexPage .s3 .title p {
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  margin: 0;
}

.indexPage .s3 .case-nav {
  width: 100%;
  height: 58px;
  background-color: rgba(38, 40, 70, 0.32);
  margin-top: 55px;
}

.indexPage .s3 .case-nav ul {
  display: flex;
  height: 58px;
  font-size: 18px;
  text-align: center;
  line-height: 53px;
  color: #fff;
  cursor: pointer;
}

.indexPage .s3 .case-nav ul li {
  width: 500px;
  position: relative;
}
.indexPage .s3 .case-nav ul li em {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.27);
  position: absolute;
  left: 0;
  bottom: 3px;
}

.indexPage .s3 .case-nav ul li.on {
  background-image: url(/assets/icon/case-nav-bg.png);
  background-size: 100% 55px;
  background-repeat: no-repeat;
  line-height: 53px;
  border-bottom: 0;
  position: relative;
}
.indexPage .s3 .case-nav ul li.on em {
  width: 50%;
  height: 3px;
  border-radius: 25%;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to right, transparent, #fff, transparent);
  position: absolute;
  left: 25%;
  bottom: 0;
}
.indexPage .s3 .case-nav ul li.place {
  width: 100%;
}

.indexPage .s3 .case-item-box {
  margin-top: -3px;
  border: 2px solid rgba(255, 255, 255, 0.27);
  border-top: 0;
  height: 225px;
}

.indexPage .s4{
  background-color: rgb(242, 242, 242);
}

.indexPage .s4 .wrap {
  display: flex;
  justify-content: space-between;
}

.indexPage .s4 .wrap .left {
  width: 41%;
  flex-wrap: wrap;
  margin-top: 20px;
}
.indexPage .s4 .left h2 {
  font-size: 28px;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 0 0 12px;
}
.indexPage .s4 .left a {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 30px;
  background-color: #085ca9;
  border: 1px solid #085ca9;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.6s;
}

.indexPage .s4 .left a:hover{
  background-color: #fff;
	color: #085ca9;
	transition: all .6s;
}

.indexPage .s4 .wrap .right {
  width: 52.8%;
  height: 476px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

.indexPage .s5 .title span h2 {
  font-size: 28px;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 0 0 12px;
}

.indexPage .s5 .title span p {
  font-size: 24px;
  line-height: 1.7;
  color: #3e3a39;
  margin: 0;
}

.indexPage .s5 .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 38px;
}

.indexPage .s5 .list .div {
  width: 33.33%;
}

.indexPage .s5 .list .div a {
  display: block;
  margin-right: 40px;
  margin-bottom: 76px;
}

.indexPage .s5 .list .div .top img {
  width: 100%;
  max-height: 324px;
  vertical-align: middle;
  transition: all 0.5s;
  border-radius: 10px;
}

.indexPage .s5 .list .div:hover .top img {
  transform: scale(1.05);
}

.indexPage .s5 .list .div .bot {
  width: 100%;
  padding-top: 12px;
}

.indexPage .s5 .list .div .bot .p1 {
  font-size: 14px;
  color: #00428e;
}

.indexPage .s5 .list .div .bot .p2 {
  font-size: 18px;
  color: #242526;
  margin-top: 10px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}




.indexPage .s6 .title {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.indexPage .s6 .ls {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.indexPage .s6 .ls .item {
  width: 16.666%;
}

.indexPage .s6 .ls .item a {
  display: block;
  position: relative;
  padding-right: 40px;
  margin-bottom: 40px;
}

.indexPage .s6 .ls .item a .img {
  width: 100%;
  height: 92px;
  border: 1px solid rgb(243, 243, 243);
  background: #fff;
  position: relative;
  overflow: hidden;
}

.indexPage .s6 .ls .item a img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.contactPage .s1 .lef {
  width: 50%;
  float: left;
}

.contactPage .s1 .lef .p1 {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.contactPage .s1 .lef .p2 {
  font-size: 24px;
  color: #121212;
  font-weight: bold;
  padding-top: 8px;
}

.contactPage .s1 .lef .div {
  width: 100%;
  padding-top: 52px;
}

.contactPage .s1 .lef .div p {
  font-size: 14px;
  color: #121212;
  padding-bottom: 11px;
}

.contactPage .s1 .lef .div p span {
  font-weight: bold;
}

.contactPage .s1 .lef img {
  width: 130px;
  vertical-align: middle;
  padding-top: 22px;
}

.contactPage .s1 .rig {
  width: 50%;
  float: left;
}

.contactPage .s1 .map {
  height: 440px;
}

.contactPage .s2 {
  background-color: rgb(244, 247, 249);
  position: relative;
}

.contactPage .s2 .wrap {
  position: relative;
}

.contactPage .s2 .title {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.contactPage .s2 .ls {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  overflow: hidden;
}

.contactPage .s2 .ls .div {
  width: 33.33333%;
}

.contactPage .s2 .ls .div a {
  margin-right: 44px;
  margin-bottom: 44px;
  padding: 50px 40px;
  background-color: #fff;
  display: block;
}

.contactPage .s2 .ls .div a:nth-child(3) {
  margin-right: 0;
}

.contactPage .s2 .ls .div .p1 {
  font-size: 28px;
  color: #121212;
  font-weight: bold;
  transition: all 0.5s;
}

.contactPage .s2 .ls .div .p2 {
  height: 100px;
  font-size: 20px;
  color: #121212;
  font-weight: bold;
  padding-top: 8px;
  transition: all 0.5s;
}

.contactPage .s2 .ls .div .div1 p {
  font-size: 14px;
  color: #333333;
  padding-left: 46px;
  line-height: 32px;
  position: relative;
  transition: all 0.5s;
}

.contactPage .s2 .ls .div .div1 p span {
  position: absolute;
  left: 0;
  top: 0;
}

.contactPage .s3 .title {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.contactPage .s3 .form {
  width: 100%;
  padding-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contactPage .s3 .form .div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactPage .s3 .form .div input {
  width: 32%;
  height: 80px;
  font-size: 16px;
  background: rgb(244, 247, 249);
  color: #999999;
  padding-left: 26px;
  margin-bottom: 28px;
  float: left;
  border: 0;
  outline: 0;
}

.contactPage .s3 .form textarea {
  width: 100%;
  height: 160px;
  font-size: 16px;
  background: rgb(244, 247, 249);
  color: #999999;
  padding: 26px;
  display: block;
  margin-bottom: 50px;
  border: 0;
  outline: 0;
}

.contactPage .s3 .form button {
  font-size: 14px;
  color: #ffffff;
  width: 170px;
  height: 60px;
  border-radius: 60px;
  background: #00428e;
  display: block;
}

.newsPage .p1 {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.newsPage .s1 .ls {
  display: flex;
  flex-wrap: wrap;
  padding-top: 38px;
}

.newsPage .s1 .ls .div {
  width: 33.33%;
}

.newsPage .s1 .ls .div a {
  display: block;
  margin-right: 40px;
  margin-bottom: 76px;
}

.newsPage .s1 .ls .div .top img {
  width: 100%;
  max-height: 324px;
  vertical-align: middle;
  transition: all 0.5s;
  border-radius: 10px;
}

.newsPage .s1 .ls .div:hover .top img {
  transform: scale(1.05);
}

.newsPage .s1 .ls .div .bot {
  width: 100%;
  padding-top: 12px;
}

.newsPage .s1 .ls .div .bot .p1 {
  font-size: 14px;
  color: #00428e;
}

.newsPage .s1 .ls .div .bot .p2 {
  font-size: 18px;
  color: #242526;
  margin-top: 10px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page a {
  line-height: 40px;
  height: 40px;
  color: #999999;
  padding: 0 18px;
  margin: 0 4px 0 0;
  border: 1px solid #e2e2e2;
  display: inline-block;
}

.page a.selected {
  background-color: #00428e;
  color: #fff;
}

.aboutPage .s1 img {
  width: 100%;
}

.aboutPage .s1 .wrap {
  display: flex;
  flex-wrap: wrap;
}
.aboutPage .s1 .lef {
  width: 45%;
}

.aboutPage .s1 .rig {
  width: 55%;
}

.aboutPage .s1 .rig .div {
  margin-left: 110px;
}

.aboutPage .s1 .rig .div p {
  font-size: 18px;
  color: #121212;
  line-height: 34px;
  margin-bottom: 26px;
}

.aboutPage .s1 .rig .div a {
  font-size: 22px;
  color: #00428e;
  padding-bottom: 10px;
  border-bottom: 2px solid #00428e;
}

.aboutPage .s2 {
  background-color: rgb(244, 247, 249);
}
.aboutPage .s2 .box {
  width: 87.3%;
  float: right;
}

.aboutPage .s2 .title {
  font-size: 38px;
  color: #000000;
  font-weight: bold;
}

.aboutPage .s2 .ls {
  margin-top: 60px;
  position: relative;
}
.aboutPage .s2 .ls .swiper-btn {
  width: 50px;
  height: 150px;
  position: absolute;
  left: -70px;
  top: 30%;
  transform: translateY(-50%);
}
.aboutPage .s2 .ls .swiper-btn .swiper-button-prev,
.aboutPage .s2 .ls .swiper-btn .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(/demo/assets/icon/img111.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin-top: 0;
}
.aboutPage .s2 .ls .swiper-btn .swiper-button-prev::after,
.aboutPage .s2 .ls .swiper-btn .swiper-button-next::after {
  display: none;
}
.aboutPage .s2 .ls .swiper-btn .swiper-button-prev {
  transform: rotate(180deg);
  top: 68%;
}
.aboutPage .s2 .ls .top img {
  width: 100%;
  transition: all 0.5s;
}
.aboutPage .s2 .ls .top:hover img {
  transform: scale(1.05);
}
.aboutPage .s2 .ls .bot {
  padding-top: 30px;
}
.aboutPage .s2 .ls .bot .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #11151b;
}
.aboutPage .s2 .ls .bot .p2 {
  font-size: 16px;
  color: #767679;
}

.aboutPage .s4 .title {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.aboutPage .s4 .ls {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.aboutPage .s4 .ls .item {
  width: 16.666%;
}

.aboutPage .s4 .ls .item a {
  display: block;
  position: relative;
  padding-right: 40px;
  margin-bottom: 40px;
}

.aboutPage .s4 .ls .item a .img {
  width: 100%;
  height: 92px;
  border: 1px solid rgb(243, 243, 243);
  background: #fff;
  position: relative;
  overflow: hidden;
}

.aboutPage .s4 .ls .item a img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.joinPage .p1 {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.joinPage .ls .div {
  padding-top: 38px;
}

.joinPage .ls .top {
  width: 100%;
  padding-bottom: 34px;
  border-bottom: 1px solid rgb(238, 238, 238);
  font-size: 22px;
  color: #121212;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.joinPage .ls .top i {
  width: 24px;
  height: 24px;
  background-image: url(../assets/icon/img86.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}

.joinPage .ls .on .top i {
  background-image: url(../assets/icon/img87.png);
}

.joinPage .ls .bot {
  width: 100%;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
}

.joinPage .ls .on .bot {
  max-height: 800px;
}

.joinPage .ls .bot .div1 {
  padding: 60px 70px;
  padding-top: 75px;
  background: rgb(244, 247, 249);
}

.joinPage .ls .bot .div1 .lef {
  width: 60%;
  float: left;
}
.joinPage .ls .bot .div1 .lef .div2 {
  width: 100%;
}

.joinPage .ls .bot .div1 .lef .div2 .p2 {
  font-size: 18px;
  color: #121212;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 2px solid rgb(236, 239, 241);
}

.joinPage .ls .bot .div1 .rig {
  width: 24%;
  float: right;
  padding: 35px 42px;
  background: #fff;
}

.joinPage .ls .bot .div1 .rig p {
  font-size: 16px;
  color: #121212;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 38px;
}

.newsInfo .title h2 {
  font-size: 36px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

.newsInfo .title span {
  font-size: 18px;
  color: #707d8f;
  display: block;
  text-align: center
}

.newsInfo .div1 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e2e5e9;
    border-bottom: 1px solid #e2e5e9;
}

.newsInfo .div2{
  padding: 20px 0;
  font-size: 16px;
  color: #666666;
}
.newsInfo .div2>div{
  padding: 0 0 20px;
}
.newsInfo .div2 a{
  color: #666666;
}

.downPage .div {
  width: 100%;
  margin-bottom: 22px;
  background: rgb(243, 247, 250);
  line-height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.downPage .div .lef {
  padding-left: 20px;
  font-size: 22px;
  color: #121212;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.downPage .div .rig {
  font-size: 22px;
  color: #bbbbbb;
  padding-right: 75px;
}

.zizhiPage .p1 {
  font-size: 38px;
  color: #121212;
  font-weight: bold;
}

.zizhiPage .s1 .ls {
  display: flex;
  flex-wrap: wrap;
  padding-top: 38px;
}

.zizhiPage .s1 .ls .div {
  width: 33.33%;
}

.zizhiPage .s1 .ls .div .a {
  display: block;
  margin-right: 40px;
  margin-bottom: 76px;
}

.zizhiPage .s1 .ls .div .top img {
  width: 100%;
  max-height: 324px;
  vertical-align: middle;
  transition: all 0.5s;
  border-radius: 10px;
}

.zizhiPage .s1 .ls .div:hover .top img {
  transform: scale(1.05);
}

.zizhiPage .s1 .ls .div .bot {
  width: 100%;
  padding-top: 12px;
}

.zizhiPage .s1 .ls .div .bot .p1 {
  font-size: 14px;
  color: #00428e;
}

.zizhiPage .s1 .ls .div .bot .p2 {
  font-size: 18px;
  color: #242526;
  margin-top: 10px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section.location
{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.section.location span,
.section.location span a
{
  font-weight: normal;
  color: #ababab !important;
  font-size: 16px;
}

.productInfoPage .s1 .wrap{
  display: flex;
}

.productInfoPage .s1 .wrap .left{
  width: 30%;
}

.productInfoPage .s1 .wrap .left .product_swiper{
  height: 300px;
}

.product_swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumbnail-swiper .swiper-wrapper {
    justify-content: space-around;
}
.product-thumbnail-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 68px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(208, 208, 208, .85);
    cursor: pointer;
    padding: 10px 0;
}
.product-thumbnail-swiper .swiper-slide-thumb-active {
    border: 1px solid #c7dcef;
    background-color: #f8f8f8;
    box-shadow: none;
}
.product-thumbnail-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.product_swiper .swiper-slide img {
    width: 90%;
    max-height: 90%;
    border-radius: 4px;
}

.product-thumbnail-swiper {
    padding: 32px 25px;
}


.productInfoPage .s1 .wrap .right{
  flex: 1;
  padding-left: 30px;
}

.productInfoPage .s1 .wrap .right h1{
  font-size: 36px;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.productInfoPage .s1 .wrap .right p{
  max-width: 50%;
  line-height: 35px;
    font-size: 16px;
    color: #666;
}

.productInfoPage .s2
{
  padding-top: 10px !important;
}

.productInfoPage .s2 .tabs
{
  display: flex;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #008BD5;
}

.productInfoPage .s2 .tabs li{
  padding: 6px 14px;
    position: relative;
    cursor: pointer;
}

.productInfoPage .s2 .tabs li.active{
      background-color: #00428E;
    color: white;
}

.productInfoPage .s2 .tabs li:not(:last-child):after {
    position: absolute;
    content: ' ';
    top: 9px;
    right: 0;
    height: 50%;
    border-right: 1px solid #DFDDDF;
}

.productInfoPage .s2 .tabs li.active::after{
   border-right:0;
}

.productInfoPage .s2 .body{
  min-height: 300px;
  padding: 20px 0px;
}

.productInfoPage .s2 .body>div:not(:first-child){
  display: none;
}

.supportPage .s1 .wrap
{
  display: flex;
  flex-wrap: wrap;
}

.supportPage .s1 .wrap .list{
  width: 45%;
  margin-right: 40px;
  
}

.supportPage .s1 .wrap .list .name{
  border-bottom: 1px solid #eee;
}

.supportPage .s1 .wrap .list .name h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 20px 0;
    border-bottom: 2px solid #0e6eb8;
}

.supportPage .s1 .wrap .list .text{
    background: #f0f0f0;
    padding: 30px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    margin: 30px 0;
    min-height: 180px;
}