html,
body {
  margin: 0px;
  padding: 0px;
}
.menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 65px;
  box-sizing: border-box;
}
.menu li.active {
  position: relative;
}
.menu li.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: #04aef9;
  content: "";
}
.menu-icon {
  flex: 0.5;
  height: 100%;
}
.menu ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.menu li {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu li {
  list-style-type: none;
}

.menu ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.menu .logo {
  font-size: 30px;
  color: white;
  flex: 0.5;
}
.tableCell1 img {
  width: 100%;
  height: 100%;
}
.tableCell2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/p2.png) no-repeat;
  background-size: 100% 100%;
}
.about-us p {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  text-indent: 25px;
  line-height: 25px;
}
.titlebox {
  margin-bottom: 80px;
  font-size: 14px;
}
.titlebox .name span {
  padding-bottom: 10px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #333;
}
.titlebox .name {
  margin-bottom: 10px;
}
#fullPage-nav span,
.fullPage-slidesNav span {
  background: #a0a0a0;
  border: 0px;
  width: 5px;
  height: 5px;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
  background: transparent;
  border: 1px solid #a0a0a0;
  width: 8px;
  height: 8px;
  margin-left: -2px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #a0a0a0;
  border: 0px;
  width: 5px;
  height: 5px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: transparent;
  border: 1px solid #a0a0a0;
  width: 8px;
  height: 8px;
  margin-left: -2px;
}
.tableCell3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/bg3.png) no-repeat;
  background-size: 100% 100%;
}
.pro-box .titlebox {
  margin-bottom: 0px;
}
.pro-box .titlebox .name span {
  color: white;
  border-bottom: 1px solid #b7b7b7;
}
.titlebox .word {
  color: #929292;
}
.pro-box .titlebox .word {
  color: #b7b7b7;
}
.cp-cbox {
  background: white;
  width: 725px;
  margin: 0px auto;
}
.cp-cbox .item {
  display: flex;
  flex-direction: row;
  height: 285px;
  overflow: hidden;
}
.cp-cbox .item + .item {
  border-top: 3px solid #001d6f;
}
.cp-cbox .item .c-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
}
.cp-cbox .item .left {
  flex: 3.5;
}
.cp-cbox .item .right {
  flex: 6.5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 3px solid #001d6f;
}
.t-name {
  font-size: 18px;
  color: #333;
  border-left: 3px solid #1a83e9;
  padding-left: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.cp-cbox .item img,
.q-box img,
.team-list .item .img-box img,
.lx-content .ll-box img {
  cursor: pointer;
  display: inline-block;

  transition: all 0.3s ease-out 0s !important;
}
.cp-cbox .item img:hover,
.q-box img:hover,
.team-list .item .img-box img:hover,
.lx-content .ll-box img:hover {
  /* width: 80%; */
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tableCell4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/bg4.png) no-repeat;
  background-size: 100% 100%;
}
.q-box {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  color: #515151;
  font-size: 18px;
  text-align: center;
}
.q-box .t-label {
  margin-top: 30px;
}
.tableCell5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/bg5.png) no-repeat;
  background-size: 100% 100%;
}
.tableCell6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/bg6.png) no-repeat;
  background-size: 100% 100%;
}
.team-list .item {
  border-bottom: 1px solid #5f6267;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
}
.team-list .item .des {
  font-size: 14px;
  color: #bcbcbc;
  /* flex: 0.7; */
}
.team-list .item .img-box {
  width: 150px;
}
.team-list .item .img-box img {
  max-width: 100%;
  cursor: pointer;
}

.tm-name .tname {
  font-size: 22px;
  color: white;
}
.tm-name .zw {
  font-size: 14px;
  color: #bcbcbc;
  border-top: 1px solid #bcbcbc;
  padding-top: 5px;
  margin-top: 5px;
}
.lx-content .ll-box {
  border: 1px solid #e5e5e5;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0px;
  flex-direction: column;
}
.lx-content .ll-box .ll-name {
  color: #373737;
  font-size: 16px;
}
.lx-content .ll-box .ll-des {
  font-size: 14px;
  color: #3c3c3c;
  margin-top: 10px;
}
.ll-img {
  height: 80px;
}
.lx-content .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.lx-content {
  padding: 0px 40px;
}
.table7 {
  background: #1d1e1f;
  width: 100%;
  /* height: 300px !important; */
  height: auto !important;
  /*padding: 80px 0px;*/
}
.table7 .tableCell {
  /* height: 300px !important; */
  height: auto !important;
}
.table7 .tableCell {
  width: 100%;
  height: 300px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table7 .tableCell .top-footer {
  display: flex;
  justify-content: center;
}
.table7 .tableCell .top-footer a {
  font-size: 16px;
  color: white;
}
.table7 .tableCell .top-footer span {
  color: #949494;
  font-size: 16px;
  margin-left: 30px;
  margin-right: 30px;
}
.bom-footer {
  color: #949494;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}
.table {
  margin-bottom: 0px;
}
.tableCell {
  height: 100%;
}
.menu-icon img {
  display: none;
}
.pc {
  display: block !important;
}
.mol {
  display: none !important;
}
.top-footer.pc {
  display: flex !important;
}
.team-list .item .des{
  margin-top: 5%;
}
@media screen and (max-width: 1200px) {
  .menu {
    /* position: relative; */
    background: #1e1e1f;
    height: 60px;
    padding: 0px 20px;
  }
  .tableCell1 {
    padding-top: 60px;
  }
  .menu ul {
    display: none;
  }
  .menu .logo {
    font-size: 20px;
  }
  .menu-icon img {
    display: block;
  }
  .menu-icon {
    flex: none;
    display: flex;
    align-items: center;
  }
  .tableCell2 {
    padding: 20px 0px;
    background: url(../images/mol-bg2.png) no-repeat;
    background-size: 100% 100%;
  }
  .titlebox {
    margin-bottom: 40px;
  }
  .menu .logo {
    flex: none;
  }
  .tableCell3 {
    padding: 20px 0px;
  }
  .cp-cbox {
    width: 100%;
    margin-top: 30px;
  }
  .cp-cbox .item {
    height: 140px;
  }
  .t-name {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .cp-cbox .item .c-box {
    height: 100px;
  }
  .cp-cbox .item img {
    width: 60%;
  }
  .tableCell4 {
    padding: 20px 0px;
    background: url(../images/mol-bg3.png) no-repeat;
    background-size: 100% 100%;
  }
  .tableCell4 .container {
    width: 100%;
  }
  .q-box img {
    width: 60%;
  }
  .q-box {
    height: 160px;
  }
  .q-box .t-label {
    font-size: 12px;
    margin-top: 10px;
  }
  .q-box {
    margin-bottom: 20px;
  }
  .tableCell5 {
    padding: 20px 0px;
    background: url(../images/mol-bg5.png) no-repeat;
    background-size: 100% 100%;
  }

  .team-list .item {
    padding: 20px 15px;
  }
  .team-list .item .img-box {
    width: 100%;
  }
  .team-list .item .des {
    margin-top: 10px;
  }
  .tableCell6 {
    padding: 20px 0px;
    background: url(../images/mol-bg6.png) no-repeat;
    background-size: 100% 100%;
  }
  .lx-content {
    padding: 0px 10px;
  }
  .container {
    width: 100%;
  }
  .lx-us {
    width: 100%;
  }
  .lx-content .ll-box {
    padding: 20px 0px;
  }
  .lx-content .ll-box .ll-des {
    font-size: 12px;
  }
  .ll-img {
    height: 50px;
  }
  .lx-content .col-md-4 {
    margin-top: 10px;
  }
  .tableCell6 .titlebox {
    margin-bottom: 10px;
  }
  .pc {
    display: none;
  }
  .mol {
    display: block;
  }
  .top-footer.mol {
    display: flex !important;
    flex-flow: wrap;
  }
  .top-footer.pc {
    display: none !important;
  }
  .top-footer.mol a {
    display: block;
    width: 33.3%;
    text-align: center;
    margin-top: 10px;
    border-right: 1px solid #929292;
    box-sizing: border-box;
  }
  .top-footer.mol a:nth-child(3),
  .top-footer.mol a:nth-child(6) {
    border: 0px;
  }
  .table7 .tableCell {
    height: auto !important;
    padding: 20px 0px;
  }
  .menu-icon {
    position: relative;
  }
  .menu-icon ul {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 80px);
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
  }
  .menu-icon:hover ul {
    display: block;
  }
  .menu li {
    height: 40px;
    justify-content: center;
  }
  .menu ul li a {
    color: #333;
  }
}
@media screen and (max-width: 1024px) {
  .cp-cbox .item img {
    width: 40%;
  }
  .cp-cbox .item .c-box {
    height: 220px;
  }
  .cp-cbox .item .c-box {
    height: 180px;
  }
  .cp-cbox .item {
    height: auto;
  }
  .q-box img {
    width: 40%;
  }
}
.tm-name{
  border-left: 1px solid #bcbcbc;
  padding:0px 125px 0px 20px;
  margin-top: 15%
}

@media screen and (max-width: 768px) {
  .q-box img {
    width: 30%;
  }
  .tm-name{
 
  padding:0px 30px 0px 10px;
  margin-top: 0
}
.menu li.active::after{
height:0px; background: none
}

.menu  li.active a{
  color: #04aef9
}

}
@media screen and (max-width: 500px) {
  .cp-cbox .item .c-box {
    height: 120px;
  }
}
.menu-icon img{
  width: 33px
}
