#videoBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #00000035;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#videoBox video {
  width: 65%;
  height: auto;
  border-radius: 24px;
}
#videoBox .close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  padding: 16px 0;
}
#videoBox .close .vclose {
  background-color: #176eb7;
  border: 0;
  padding: 12px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  border-radius: 25px;
  cursor: pointer;
  transform: 300ms;
}
#videoBox .close .vclose svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transform: 300ms;
}
#videoBox .close .vclose:hover {
  background-color: #ffffff;
  transform: 300ms;
}
#videoBox .close .vclose:hover svg {
  fill: #176eb7;
  transform: 300ms;
}
#videoBox.on {
  display: flex;
}
#videoBox2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #00000035;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#videoBox2 .frame {
  width: 45%;
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
}
#videoBox2 .frame iframe {
  width: 100%;
  height: 100%;
}
#videoBox2 .close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  padding: 16px 0;
}
#videoBox2 .close .vclose {
  background-color: #176eb7;
  border: 0;
  padding: 12px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  border-radius: 25px;
  cursor: pointer;
  transform: 300ms;
}
#videoBox2 .close .vclose svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transform: 300ms;
}
#videoBox2 .close .vclose:hover {
  background-color: #ffffff;
  transform: 300ms;
}
#videoBox2 .close .vclose:hover svg {
  fill: #176eb7;
  transform: 300ms;
}
#videoBox2.on {
  display: flex;
}
.history .history_c .history_img {
  position: relative;
  display: block;
  font-size: 0;
  height: 560px;
  transition: 300ms;
}
.history .history_c .history_img .video {
  width: 100%;
  height: 100%;
}
.history .history_c .history_img .cut {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 300ms;
}
.history .history_c .history_img .cut svg {
  width: 100px;
  height: 100px;
  transition: 300ms;
}
.history .history_c .history_img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00000035;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: 300ms;
}
.history_c:before {
  display: none;
}
.caseVideo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.caseVideo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.caseVideo a .cut {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 300ms;
}
.caseVideo a .cut svg {
  width: 80px;
  height: 80px;
  transition: 300ms;
}
.caseVideo a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00000035;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: 300ms;
}
.stren_c dl:hover .caseVideo a img {
  transform: translate(-50%, -50%) scale(1.1);
}
.safeguard {
  height: 785px;
}
.safeguard .safeguard-bg {
  height: 825px;
  background: url(../images/safeguard-bg2.jpg) no-repeat center top;
  background-size: cover;
}
.safeguard .safeguard-pic {
  margin-bottom: 30px;
}
.safeguard .safeguard-desc {
  height: 50px;
  border-left: 4px solid #c60808;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding-left: 28px;
  text-align: left;
}
.blk-main {
  position: relative;
  z-index: 99;
  max-width: 1200px;
  margin: 0 auto;
}
.blk-bg {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.blk-title {
  height: 75px;
  font-size: 38px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  text-align: center;
  padding-top: 68px;
  margin-bottom: 26px;
  position: relative;
}
.blk-title:after {
  content: '';
  width: 22px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -11px;
}
.blk-title span {
  display: block;
  height: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: #fff;
  opacity: 0.5;
}
.tl-fdh-02 {
  height: 55px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.tl-fdh-02 li {
  width: 25%;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  float: left;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #176eb7;
}
.tl-fdh-02 li a {
  display: block;
  height: 55px;
  color: #fff;
}
.tl-fdh-02 li.sidenavcur {
  background: url(../images/p16-icon6.png) no-repeat bottom center #b0333a;
  border-color: #b0333a;
}
.character {
  height: 485px;
}
.character .blk-main {
  display: none;
}
.character .blk-main dl {
  width: 25%;
  height: 485px;
  float: left;
  border-right: 1px solid #C6C6C6;
  margin-right: -1px;
  font-size: 15px;
  line-height: 26px;
  color: #111111;
  text-align: center;
}
.character .blk-main dl dt {
  padding-top: 28px;
}
.character .blk-main dl dt img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
}
.character .blk-main dl dd .character-title {
  height: 68px;
  font-size: 24px;
  font-weight: bold;
  line-height: 68px;
  position: relative;
  margin-bottom: 20px;
}
.character .blk-main dl dd .character-title::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #c60808;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.character .blk-main dl dd .character-desc {
  height: 93px;
  margin: 0 45px;
}
.character .blk-main dl dd .character-link {
  width: 230px;
  height: 45px;
  border: solid 2px rgba(0, 0, 0, 0.95);
  font-size: 15px;
  line-height: 45px;
  margin: 0 auto 10px;
}
.character .blk-main dl dd .character-link a {
  display: block;
  height: 45px;
  color: #111;
  background: url(../images/character-icon4.png) no-repeat 31px 18px;
  padding-left: 65px;
  text-align: left;
}
.character .blk-main.charactercur {
  display: block;
}
.character .blk-main:nth-child(2) dl {
  width: 33.33%;
}
.character .blk-main:nth-child(2) dl dd .character-link {
  width: 340px;
}
.character .blk-main:nth-child(3) dl {
  width: 50%;
}
.character .blk-main:nth-child(3) dl dd .character-link {
  width: 530px;
}
.character .blk-main:nth-child(4) dl {
  width: 33.33%;
}
.character .blk-main:nth-child(4) dl dd .character-link {
  width: 340px;
}
.blk-title {
  font-weight: normal;
}
.team_c .prev1 img,
.team_c .next1 img,
.clients_c .prev4 img,
.clients_c .next4 img {
  display: block;
}
.team_c .prev1 img:nth-child(2),
.team_c .next1 img:nth-child(2),
.clients_c .prev4 img:nth-child(2),
.clients_c .next4 img:nth-child(2) {
  display: none;
}
.team_c .prev1:hover img,
.team_c .next1:hover img,
.clients_c .prev4:hover img,
.clients_c .next4:hover img {
  display: none ;
}
.team_c .prev1:hover img:nth-child(2),
.team_c .next1:hover img:nth-child(2),
.clients_c .prev4:hover img:nth-child(2),
.clients_c .next4:hover img:nth-child(2) {
  display: block;
}
.part_c ul li:nth-last-child(1) {
  display: none;
}
.nswsbox:before {
  background: url(../picture/newsbg.jpg);
}
.clients_cp li {
  width: calc(100%/3);
  margin-right: 0;
}
.clients {
  background: url(../picture/clientsbg.jpg) no-repeat center 0;
}
.clients .til01:before {
  top: 70px;
}
.clients .clients_c .clients_cp ul li .box {
  background-size: cover;
  box-sizing: border-box;
  padding: 0px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.clients .clients_c .clients_cp ul li .box .message {
  color: #ffffff;
  height: auto;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  display: block;
  padding: 0 60px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
}
.clients .clients_c .clients_cp ul li .box .num {
  display: block;
  width: 100%;
  height: 1px;
  color: #f0f2f6;
  background-color: #f0f2f69c;
  margin: 4px 0;
}
.clients .clients_c .clients_cp ul li .box .company {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  line-height: 60px;
}
.clients .clients_c .clients_cp ul li .box .date {
  width: 8px;
  height: 24px;
  background-color: #b0333a;
  margin: 0 auto;
  position: relative;
}
.clients .clients_c .clients_cp ul li .box .date span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 195px;
  width: 2px;
  height: 12px;
  background-color: #ffffff9c;
}
.clients .clients_c .clients_cp ul li .box .date::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 90px;
  width: 2px;
  height: 16px;
  background-color: #ffffff9c;
}
.clients .clients_c .clients_cp ul li .box .date::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 2px;
  height: 16px;
  background-color: #ffffff9c;
}
.clients .clients_c .clients_cp ul li .box .name {
  width: 8px;
  height: 24px;
  background-color: #176eb7;
  margin: 0 auto;
  position: relative;
}
.clients .clients_c .clients_cp ul li .box .name span {
  display: block;
  position: absolute;
  top: 0;
  left: 195px;
  width: 2px;
  height: 12px;
  background-color: #ffffff9c;
}
.clients .clients_c .clients_cp ul li .box .name::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 90px;
  width: 2px;
  height: 16px;
  background-color: #ffffff9c;
}
.clients .clients_c .clients_cp ul li .box .name::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 90px;
  width: 2px;
  height: 16px;
  background-color: #ffffff9c;
}
.clients .clients_c .clients_cp ul li .box .wrapper {
  margin-bottom: 24px;
}
.clients .clients_c .clients_cp ul li:nth-child(even) .box .message {
  font-size: 16px;
  font-weight: 600;
  color: #ffffffb0;
}
.clients .clients_c .clients_cp ul li:nth-child(even) .box .company {
  color: #ffffffb0;
}
.clients .clients_c .clients_cp ul li:nth-child(odd) .box .message {
  font-size: 16px;
}
.clients .clients_c .clients_cp ul li:nth-child(odd) .box .company {
  font-size: 60px;
}
