/* 基本重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: Noto Sans CJK;
  color: #333;
}

.page {
  max-width: 1920px;
  margin: 0 auto;
}

.logggo {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 9999;
}

.header-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(96, 104, 120, .15);
}

.header-wrap .header-inner {
  /* width: 1200px; */
  /* margin: 0 auto; */
  position: relative;
}

.header-wrap .header-inner .pc-nav{
  display: none;
}
.header-wrap .header-inner .mobile-nav {
    display: block;
}
.header-wrap .header-inner .phone-nav {
  display: none;
}


@media (min-width: 1380px) {
  .header-wrap .header-inner .pc-nav {
    display: none;
  }

  .header-wrap .header-inner .mobile-nav {
    display: block;
  }

  .header-wrap .header-inner .phone-nav {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1380px) {
  .header-wrap .header-inner .pc-nav {
    display: block;
  }

  .header-wrap .header-inner .mobile-nav {
    display: none;
  }

  .header-wrap .header-inner .phone-nav {
    display: none;
  }
}

@media (max-width: 960px) {
  .header-wrap .header-inner .pc-nav {
    display: none;
  }

  .header-wrap .header-inner .mobile-nav {
    display: none;
  }

  .header-wrap .header-inner .phone-nav {
    display: block;
  }
}

.header-wrap .header-inner .phone-nav .container-bodys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 15px;
  height: 64px;
  box-sizing: border-box;
}

.header-wrap .header-inner .phone-nav .container-bodys .logo-wrap-ico img {
  height: 40px;
}

.phone-nav .container-bodys .menuBtn {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.phone-nav .container-bodys .menuBtn b {
  display: block;
  height: 3px;
  background-color: #3778fa;
  margin: 3px 0 5px;
  border-radius: 2px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.phone-nav .menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.phone-nav .menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.phone-nav .menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 30px;
}
.phone-nav .phone-tabs {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #3778fa;
  background-color: #fff;
}
.phone-nav .phone-tabs .tabs{
  padding: 10px 0;
}
.phone-nav .phone-tabs .tabs a{
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.phone-nav .phone-tabs .tabs .tab-item-active{
  color: #3778fa;
}

.header-wrap .header-inner .pc-nav .container-bodys {
  padding-top: 54px;
  display: flex;
  justify-content: center;
  position: relative;
}


.header-wrap .header-inner .pc-nav .container-bodys .logo-wrap-ico {
  position: absolute;
  top: 0px;
  left: 15px;
}

.header-wrap .header-inner .pc-nav .container-bodys .logo-wrap-ico img {
  height: 35px;
}

.header-wrap .header-inner .pc-nav .container-bodys .infos {
  position: absolute;
  right: 20px;
  top: 16px;
  display: flex;
}

.header-wrap .header-inner .mobile-nav .container-bodys {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: relative;
}

.header-wrap .header-inner .mobile-nav .container-bodys .logo-wrap-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  padding-left: 2vw;
}

.header-wrap .header-inner .mobile-nav .container-bodys .logo-wrap-ico img {
  height: 50px;
}

.header-wrap .header-inner .mobile-nav .tablists {
  padding-left: 30px;
  line-height: 64px;
}

.pc-nav .tabs {
  width: 100%;
  height: 64px;
  line-height: 64px;
  display: flex;
  /* align-items: center; */
  /* justify-content: space-evenly; */
}

.pc-nav .tabs .tab-item {
  padding: 0 20px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  position: relative;
}

.mobile-nav .tabs {
  width: 100%;
  height: 64px;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav .tabs .tab-item {
  padding: 0 20px;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  position: relative;
}

.tab-item-active li,
.tabs .tab-item:hover li {
  color: #3778fa !important;
}

.tab-item-active li::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 2px;
  content: "";
  background-color: #3778fa;
  transition: 0.5s;
}

.tabs .tab-item:hover li::after {
  color: #3778fa !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 2px;
  content: "";
  background-color: #3778fa;
  transition: 0.5s;
}

.mobile-nav .container-bodys .infos {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 0;
}
.header-wrap .header-inner .infos .info-item {
  margin: 0 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrap .header-inner .infos .info-item .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.header-wrap .header-inner .infos .info-item .icon img {
  width: 100%;
  height: 100%;
}


.titleBox-show {
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 99;
}

.titleBox-show .container {
  width: 90%;
  margin: 0 auto;
  min-height: 250px;
  background-color: #fff;
  padding: 50px;
  display: flex;
}

.titleBox-show .container .title-left {
  flex: 2;
  height: 100%;
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titleBox-show .container .title-left .subtitleActive {
  width: 80%;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #3778fa;
}

.titleBox-show .container .title-left .subtitleActive2 {
  width: 80%;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #3778fa;
}

.titleBox-show .container .title-left .subtitle2 {
  align-self: flex-start;
  color: #666;
  height: 50px;
  line-height: 50px;
}

.titleBox-show .container .title-left .subtitle2:hover {
  color: #3778fa;
  cursor: pointer;
}

.titleBox-show .container .title-left .subtitle {
  align-self: flex-start;
  color: #666;
  height: 50px;
  line-height: 50px;
}

.titleBox-show .container .title-left .subtitle:hover {
  color: #3778fa;
  cursor: pointer;
}

.titleBox-show .visibleee {
  display: block;
}

.titleBox-show .hiddennn {
  display: none;
}

.titleBox-show .container .content-right {
  flex: 3;
  padding: 20px;
}

.titleBox-show .container .content-right .content-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 50px;

}

.titleBox-show .container .content-right .content-info {
  display: flex;
  flex-wrap: wrap;
}

.titleBox-show .container .content-right .content-info .info-item {
  width: 33.3%;
  padding: 0px 30px 20px 0px;
}

.titleBox-show .container .content-right .content-info .info-item .info-title {
  font-size: 16px;
  color: #333;
}

.titleBox-show .container .content-right .content-info .info-item .info-title:hover {
  color: #3778fa;
  cursor: pointer;
}

.titleBox-show .container .content-right .content-info .info-item .info-desc {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
