body {
  color: #000;
}
.index {
  width: 100%;
  height: 100%;
  background: #fff;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: flex;
}
/* 纵向排列 */
.flex2 {
  display: flex;
  flex-direction: column;
}
/* 水平居中,垂直居中 */
.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 两端对齐 */
.jc-sb {
  justify-content: space-between;
}
/* 分散对齐 */
.jc-sa {
  justify-content: space-around;
}
.jc-fs {
  justify-content: flex-start;
}
/* 垂直居中 */
.aic {
  align-items: center;
}
.ai-fe {
  align-items: flex-end;
}
.ai-fs {
  align-items: flex-start;
}
/* 分配剩余空间 */
.fg1 {
  flex-grow: 1;
}
.w100pc {
  width: 100%;
}
.pt-30 {
  padding-top: 1.56vw;
}
.h100pc {
  height: 100%;
}
.SecurityProducts {
  width: 100%;
}
.SecurityProducts .banner {
  margin-top: -3.13vw;
  width: 100%;
}
.SecurityProducts .banner img {
  width: 100%;
}
.SecurityProducts .main {
  width: 52.08vw;
  margin: auto;
}
.SecurityProducts .main .title {
  margin-top: 2.08vw;
}
.SecurityProducts .main .title .top {
  color: #2b2b2b;
  font-size: 1.56vw;
  margin-bottom: 0.83vw;
}
.SecurityProducts .main .title .bottom {
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #333333;
  font-size: 0.73vw;
}
.SecurityProducts .main .title .bottom .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.63vw 0 0.42vw 0;
}
.SecurityProducts .main .title .bottom .item .left {
  color: #333333;
  font-weight: bold;
  padding: 0 0.63vw;
  border-right: 1px dashed #e6e6e6;
}
.SecurityProducts .main .title .bottom .item .right {
  flex: 1;
  width: 100%;
}
.SecurityProducts .main .title .bottom .item .right ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.SecurityProducts .main .title .bottom .item .right ul li {
  margin-left: 1.04vw;
  padding: 0.1vw 0.3vw;
}
.SecurityProducts .main .title .bottom .item .right ul .active {
  color: #ffffff;
  background: #0080ff;
}
.SecurityProducts .main .title .bottom .item:first-child {
  border-bottom: 1px solid #e6e6e6;
}
.SecurityProducts .main .content {
  width: 100%;
  margin-top: 3.13vw;
}
.SecurityProducts .main .content .top {
  color: #2b2b2b;
  font-size: 1.56vw;
  display: flex;
  align-items: center;
}
.SecurityProducts .main .content .top .s1 {
  flex: 1;
}
.SecurityProducts .main .content .top .top_div {
  display: flex;
  align-items: center;
}
.SecurityProducts .main .content .top .top_div div {
  display: flex;
  align-items: center;
}
.SecurityProducts .main .content .top .top_div span {
  color: #999999;
  font-size: 0.73vw;
}
.SecurityProducts .main .content .top .top_div .jt {
  margin: 0 0.21vw;
}
.SecurityProducts .main .content .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.SecurityProducts .main .content .bottom .box {
  width: 13.02vw;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 2.08vw;
}
.SecurityProducts .main .content .bottom .box .item {
  cursor: pointer;
  height: 16.98vw;
  width: 12.29vw;
  margin-bottom: 1.72vw;
  border: 1px solid #fff;
  border-bottom: 0.16vw solid #fff;
}
.SecurityProducts .main .content .bottom .box .item .d1 {
  width: 100%;
}
.SecurityProducts .main .content .bottom .box .item .d1 img {
  width: 100%;
  height: 8.7vw;
}
.SecurityProducts .main .content .bottom .box .item .d2 {
  line-height: 3.23vw;
  color: #2b2b2b;
  font-size: 0.83vw;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.SecurityProducts .main .content .bottom .box .item .d3 {
  text-align: center;
}
.SecurityProducts .main .content .bottom .box .item .d3 button {
  width: 95px;
  height: 26px;
  background: #a3a3a3;
  color: #fff;
  outline: none;
  border: none;
  font-size: 0.73vw;
}
.SecurityProducts .main .content .bottom .box .item:hover {
  border: 1px solid #0080ff;
  border-bottom: 0.16vw solid #0080ff;
}
.SecurityProducts .main .content .bottom .box .item:hover button {
  background: #0080ff;
}
.SecurityProducts .main .content .foot {
  width: 100%;
  padding: 1.24vw 0 2.48vw;
  display: flex;
  justify-content: flex-end;
}
.SecurityProducts .main .content .foot .el-icon {
  display: none;
}
.SecurityProducts .main .content .foot .btn-prev,
.SecurityProducts .main .content .foot .btn-next {
  width: 4vw;
}
.SecurityProductsInside {
  width: 100%;
}
.SecurityProductsInside .banner {
  margin-top: -3.13vw;
  width: 100%;
}
.SecurityProductsInside .banner img {
  width: 100%;
}
.SecurityProductsInside .main {
  width: 57.29vw;
  margin: auto;
}
.SecurityProductsInside .main .title {
  width: 100%;
  color: #777;
  font-size: 0.63vw;
  display: flex;
  justify-content: flex-end;
  padding: 2.08vw 0;
}
.SecurityProductsInside .main .title .right {
  display: flex;
  align-items: center;
}
.SecurityProductsInside .main .title .right .s2 {
  margin: 0 0.1vw;
}
.SecurityProductsInside .main .content {
  width: 80%;
  margin: 2.08vw auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.SecurityProductsInside .main .content .p1 {
  font-size: 2.08vw;
  color: #555;
}
.SecurityProductsInside .main .content .p2 {
  font-size: 0.63vw;
  color: #b8b8b8;
  display: flex;
  align-items: center;
  padding-top: 0.63vw;
}
.SecurityProductsInside .main .content .p2 .s2 {
  padding-left: 0.42vw;
}
.SecurityProductsInside .main .content .p3 {
  color: #818181;
  font-size: 0.63vw;
  padding-bottom: 1.25vw;
}
.SecurityProductsInside .main .content img {
  width: 100%;
  margin-bottom: 0.83vw;
  margin-top: 1.23vw;
}
.SecurityProductsInside .main .content2 {
  width: 54.17vw;
  margin: 2.08vw auto 0;
}
.SecurityProductsInside .main .content2 .top {
  color: #666;
  font-size: 0.94vw;
  display: flex;
  justify-content: center;
  padding-bottom: 1.04vw;
}
.SecurityProductsInside .main .content2 .center {
  border-top: 1px dashed #b9b8b8;
  border-bottom: 1px dashed #b9b8b8;
  padding: 1.56vw 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SecurityProductsInside .main .content2 .center img {
  width: 13.02vw;
  cursor: pointer;
}
.SecurityProductsInside .main .content2 .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4.08vw 0 6.28vw;
}
.SecurityProductsInside .main .content2 .bottom div {
  width: 80px;
  height: 80px;
}
.SecurityProductsInside .main .content2 .bottom .d1 {
  background: url('../images/SecurityProducts/news_view_prev.png') no-repeat;
}
.SecurityProductsInside .main .content2 .bottom .d2 {
  background: url(../images/SecurityProducts/view_return.png) no-repeat;
}
.SecurityProductsInside .main .content2 .bottom .d3 {
  background: url(../images/SecurityProducts/news_view_next.png) no-repeat;
}
.SecurityProductsInside .main .content2 .bottom .d1:hover {
  background: url('../images/SecurityProducts/view_prev_h.png') no-repeat;
}
.SecurityProductsInside .main .content2 .bottom .d2:hover {
  background: url('../images/SecurityProducts/view_return_h.png') no-repeat;
}
.SecurityProductsInside .main .content2 .bottom .d3:hover {
  background: url('../images/SecurityProducts/view_next_h.png') no-repeat;
}
.SuccessfulCases {
  width: 100%;
}
.SuccessfulCases .banner {
  margin-top: -3.13vw;
  width: 100%;
}
.SuccessfulCases .banner img {
  width: 100%;
}
.SuccessfulCases .main {
  width: 52.08vw;
  margin: 0 auto 4vw;
}
.SuccessfulCases .main .title {
  width: 100%;
}
.SuccessfulCases .main .title .top {
  width: 100%;
  color: #777;
  font-size: 0.63vw;
  display: flex;
  padding: 2.08vw 0 0.58vw;
}
.SuccessfulCases .main .title .top .s2 {
  margin: 0 0.1vw;
}
.SuccessfulCases .main .title .bottom {
  width: 100%;
}
.SuccessfulCases .main .title .bottom ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.SuccessfulCases .main .title .bottom ul li {
  margin-top: 1.25vw;
  border: 1px solid #dadada;
  margin-right: 0.63vw;
  display: block;
  color: #000;
  text-align: center;
  min-width: 6.77vw;
  height: 2.4vw;
  line-height: 2.4vw;
  font-size: 14px;
  padding: 0 0.42vw;
}
.SuccessfulCases .main .title .bottom ul .active {
  background: #0072d4;
  color: #fff;
}
.SuccessfulCases .main .title .bottom ul li:hover {
  background: #0072d4;
  color: #fff;
}
.SuccessfulCases .main .content {
  width: 100%;
}
.SuccessfulCases .main .content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.SuccessfulCases .main .content ul li {
  display: flex;
  flex-direction: column;
  width: 11.46vw;
  margin-top: 2.08vw;
  margin-right: 0.73vw;
}
.SuccessfulCases .main .content ul li img {
  width: 100%;
  height: 8vw;
}
.SuccessfulCases .main .content ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.08vw;
  padding: 0 12px;
  font-size: 0.63vw;
  color: #333333;
  background: #f2f2f2;
}
.SuccessfulCases .main .content ul li:nth-child(4n) {
  margin-right: 0;
}
.SuccessfulCases .main .content ul li:hover div {
  background: #faad07;
  color: #fff;
}
.SuccessfulCases .main .contentTow {
  width: 80%;
  margin: 2.08vw auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.SuccessfulCases .main .contentTow .p1 {
  font-size: 2.08vw;
  color: #555;
}
.SuccessfulCases .main .contentTow .p2 {
  font-size: 0.63vw;
  color: #b8b8b8;
  display: flex;
  align-items: center;
  padding-top: 0.63vw;
}
.SuccessfulCases .main .contentTow .p2 .s2 {
  padding-left: 0.42vw;
}
.SuccessfulCases .main .contentTow .p3 {
  color: #818181;
  font-size: 0.63vw;
  padding-bottom: 1.25vw;
}
.SuccessfulCases .main .contentTow .d2 {
  width: 100%;
  margin-top: 0.42vw;
}
.SuccessfulCases .main .contentTow .d2 p {
  font-size: 0.63vw;
  color: #666;
  padding-top: 0.42vw;
}
.SuccessfulCases .main .contentTow .d2 .img1 {
  width: 400px;
  height: 245px;
  margin: 1.04vw 0;
}
.SuccessfulCases .main .contentTow .d2 .img2 {
  margin: 1.04vw 0 1.56vw;
}
.SuccessfulCases .main .contentTow .d2 div {
  display: flex;
  flex-direction: column;
  color: #737373;
  font-size: 0.63vw;
}
.SuccessfulCases .main .contentTow .d2 div .s1 {
  padding-bottom: 0.21vw;
}
.SuccessfulCases .main .contentTow .d2 div span:hover {
  color: #faad07;
}
.SuccessfulCases .main .contentTow .d3 {
  width: 100%;
  margin-top: 1.25vw;
}
.SuccessfulCases .main .contentTow .d3 .top {
  width: 100%;
  height: 1.93vw;
  line-height: 1.93vw;
  background: #F4F4F4;
  text-align: center;
  margin: 0px 0px 10px 0px;
  color: #636b75;
  font-size: 14px;
  margin-bottom: 0.63vw;
}
.SuccessfulCases .main .contentTow .d3 .bottom {
  width: 100%;
}
.SuccessfulCases .main .contentTow .d3 .bottom ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.SuccessfulCases .main .contentTow .d3 .bottom ul li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #737373;
  padding: 0.63vw 0;
}
.SuccessfulCases .main .contentTow .d3 .bottom ul li .s1 {
  color: #a8a8a8;
  font-size: 12px;
  padding-left: 0.63vw;
}
.SuccessfulCases .main .contentTow .d3 .bottom ul li .s2 {
  color: #a8a8a8;
  font-size: 12px;
  padding-right: 0.63vw;
}
.SuccessfulCases .main .contentTow .d3 .bottom ul li:nth-child(1),
.SuccessfulCases .main .contentTow .d3 .bottom ul li:nth-child(2) {
  border-top: 1px dashed #737373;
}
.SuccessfulCases .main .contentTow .d3 .bottom ul li:hover .s1 {
  color: #faad07;
}
.SuccessfulCases .main .foot {
  width: 100%;
  padding: 2.04vw 0 4.08vw;
  display: flex;
  justify-content: flex-end;
}
.SuccessfulCases .main .foot .el-icon {
  display: none;
}
.SuccessfulCases .main .foot .btn-prev,
.SuccessfulCases .main .foot .btn-next {
  width: 4vw;
}
.SuccessfulCasesInside {
  width: 100%;
}
.SuccessfulCasesInside .banner {
  margin-top: -3.13vw;
  width: 100%;
}
.SuccessfulCasesInside .banner img {
  width: 100%;
}
.SuccessfulCasesInside .main {
  width: 52.08vw;
  margin: auto;
}
.SuccessfulCasesInside .main .title {
  width: 100%;
}
.SuccessfulCasesInside .main .title .top {
  width: 100%;
  color: #777;
  font-size: 0.63vw;
  display: flex;
  padding: 2.08vw 0 0.58vw;
}
.SuccessfulCasesInside .main .title .top .s2 {
  margin: 0 0.1vw;
}
.SuccessfulCasesInside .main .title .bottom {
  width: 100%;
}
.SuccessfulCasesInside .main .title .bottom ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.SuccessfulCasesInside .main .title .bottom ul li {
  margin-top: 1.25vw;
  border: 1px solid #dadada;
  margin-right: 0.63vw;
  display: block;
  color: #000;
  text-align: center;
  width: 6.77vw;
  height: 2.4vw;
  line-height: 2.4vw;
  font-size: 14px;
  padding: 0 0.42vw;
}
.SuccessfulCasesInside .main .title .bottom ul .active {
  background: #0072d4;
  color: #fff;
}
.SuccessfulCasesInside .main .title .bottom ul li:hover {
  background: #0072d4;
  color: #fff;
}
.SuccessfulCasesInside .main .content {
  width: 100%;
  padding-bottom: 5.21vw;
}
.SuccessfulCasesInside .main .content .d1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.13vw;
}
.SuccessfulCasesInside .main .content .d1 .p1 {
  color: #666;
  font-size: 1.56vw;
}
.SuccessfulCasesInside .main .content .d1 .p2 {
  font-size: 0.63vw;
  color: #CCC;
  padding-top: 0.42vw;
}
.SuccessfulCasesInside .main .content .d2 {
  width: 100%;
  margin-top: 0.42vw;
}
.SuccessfulCasesInside .main .content .d2 p {
  font-size: 0.63vw;
  color: #666;
  padding-top: 0.42vw;
}
.SuccessfulCasesInside .main .content .d2 .img1 {
  width: 400px;
  height: 245px;
  margin: 1.04vw 0;
}
.SuccessfulCasesInside .main .content .d2 .img2 {
  margin: 1.04vw 0 1.56vw;
}
.SuccessfulCasesInside .main .content .d2 div {
  display: flex;
  flex-direction: column;
  color: #737373;
  font-size: 0.63vw;
}
.SuccessfulCasesInside .main .content .d2 div .s1 {
  padding-bottom: 0.21vw;
}
.SuccessfulCasesInside .main .content .d2 div span:hover {
  color: #faad07;
}
.SuccessfulCasesInside .main .content .d3 {
  width: 100%;
  margin-top: 1.25vw;
}
.SuccessfulCasesInside .main .content .d3 .top {
  width: 100%;
  height: 1.93vw;
  line-height: 1.93vw;
  background: #F4F4F4;
  text-align: center;
  margin: 0px 0px 10px 0px;
  color: #636b75;
  font-size: 14px;
  margin-bottom: 0.63vw;
}
.SuccessfulCasesInside .main .content .d3 .bottom {
  width: 100%;
}
.SuccessfulCasesInside .main .content .d3 .bottom ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.SuccessfulCasesInside .main .content .d3 .bottom ul li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #737373;
  padding: 0.63vw 0;
}
.SuccessfulCasesInside .main .content .d3 .bottom ul li .s1 {
  color: #a8a8a8;
  font-size: 12px;
  padding-left: 0.63vw;
}
.SuccessfulCasesInside .main .content .d3 .bottom ul li .s2 {
  color: #a8a8a8;
  font-size: 12px;
  padding-right: 0.63vw;
}
.SuccessfulCasesInside .main .content .d3 .bottom ul li:nth-child(1),
.SuccessfulCasesInside .main .content .d3 .bottom ul li:nth-child(2) {
  border-top: 1px dashed #737373;
}
.SuccessfulCasesInside .main .content .d3 .bottom ul li:hover .s1 {
  color: #faad07;
}
.SuccessfulCasesInside .main .foot {
  width: 100%;
  padding: 2.04vw 0;
  display: flex;
  justify-content: flex-end;
}
/* 新闻动态 */
#News .backgroundImg {
  margin-top: -3.13vw;
  height: 20.83vw;
  position: relative;
}
#News .backgroundImg img {
  width: 100%;
  height: 100%;
}
#News .backgroundImg div {
  position: absolute;
}
#News .backgroundImg .navName {
  color: #000;
  bottom: 1.04vw;
  left: 19.27vw;
}
#News .content {
  margin: 0 19.27vw;
}
#News .content .content_nav {
  padding-top: 4.69vw;
}
#News .content .content_nav .name1 {
  color: #000000;
  font-size: 1.25vw;
  line-height: 1.35vw;
}
#News .content .content_nav .name2 {
  color: #666666;
  font-size: 0.73vw;
  line-height: 0.73vw;
}
#News .content .content_nav .content_nav_box2 span {
  width: 5.21vw;
  text-align: center;
  color: #444444;
  font-size: 0.63vw;
  line-height: 1.56vw;
  transition: 0.5s;
}
#News .content .content_nav .content_nav_box2 span:hover {
  cursor: pointer;
  background: #0072d4;
  color: #FFF;
}
#News .content .content_nav .content_nav_box2 .active {
  cursor: pointer;
  background: #0072d4;
  color: #FFF;
}
#News .content .pro_list {
  padding-top: 2.6vw;
}
#News .content .pro_list .pro_item {
  margin-bottom: 2.08vw;
  transition: all 0.5s ease-out;
}
#News .content .pro_list .pro_item .item_img {
  width: 16.67vw;
  height: 10.42vw;
}
#News .content .pro_list .pro_item .item_box {
  flex: 1;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
}
#News .content .pro_list .pro_item .item_contentTow {
  display: flex;
  flex-direction: column;
  width: 6vw;
  padding: 0 1vw 0 2vw;
  border-right: 1px solid #d2d2d2;
}
#News .content .pro_list .pro_item .item_contentTow .s1 {
  font-size: 1.46vw;
  color: #333333;
}
#News .content .pro_list .pro_item .item_contentTow .s2 {
  color: #666666;
  font-size: 0.73vw;
}
#News .content .pro_list .pro_item .item_content {
  padding-left: 2vw;
}
#News .content .pro_list .pro_item .item_content .item_content_fonts {
  width: 28.13vw;
}
#News .content .pro_list .pro_item .item_content .p_title {
  font-size: 0.83vw;
  line-height: 0.83vw;
  color: #000000;
}
#News .content .pro_list .pro_item .item_content .p_content {
  margin-top: 1.25vw;
  font-size: 0.68vw;
  line-height: 1.15vw;
  color: #333333;
}
#News .content .pro_list .pro_item .right_go {
  margin-right: 1.04vw;
  font-size: 1.35vw;
  opacity: 0.8;
  width: 20px;
  transition: 1s;
}
#News .content .pro_list .pro_item:hover {
  cursor: pointer;
  box-shadow: 0 16px 70px rgba(149, 149, 149, 0.3);
}
#News .content .pro_list .pro_item:hover .p_title {
  color: #0072d4;
}
#News .content .pro_list .pro_item:hover .item_content {
  border-bottom: 0;
}
#News .content .pro_list .pro_item:hover .right_go {
  transform: translateX(0.52vw);
}
#News .content .pro_list .pro_item:last-child {
  margin-bottom: 0;
}
#News .pagination {
  display: flex;
  justify-content: flex-end;
  margin: 0 19.27vw;
  padding: 2.08vw 0 4.08vw;
}
#News .pagination .el-icon {
  display: none;
}
#News .pagination .btn-prev,
#News .pagination .btn-next {
  width: 4vw;
}
/* 新闻动态 */
#NewsInside .backgroundImg {
  margin-top: -3.13vw;
  height: 20.83vw;
  position: relative;
  font-size: 13px;
}
#NewsInside .backgroundImg img {
  width: 100%;
  height: 100%;
}
#NewsInside .backgroundImg div {
  position: absolute;
}
#NewsInside .backgroundImg .navName {
  color: #fff;
  bottom: 1.04vw;
  left: 19.27vw;
}
#NewsInside .content {
  width: 60.94vw;
  margin: 0 auto 4vw;
}
#NewsInside .content .content_nav {
  padding-top: 4.69vw;
}
#NewsInside .content .content_nav .name1 {
  color: #000000;
  font-size: 1.25vw;
  line-height: 1.35vw;
}
#NewsInside .content .content_nav .name2 {
  color: #666666;
  font-size: 0.73vw;
  line-height: 0.73vw;
}
#NewsInside .content .content_nav .navItem {
  width: 5.21vw;
  text-align: center;
  color: #444444;
  font-size: 0.63vw;
  line-height: 1.56vw;
}
#NewsInside .content .content_nav .navItem:hover {
  cursor: pointer;
  background: #0072d4;
  color: #FFF;
}
#NewsInside .content .content_nav .active {
  background: #0072d4;
  color: #FFF;
}
#NewsInside .content .pro_list {
  padding-top: 2.6vw;
  display: flex;
  justify-content: space-between;
}
#NewsInside .content .pro_list .left {
  width: 41.67vw;
}
#NewsInside .content .pro_list .left h1 {
  font-size: 0.83vw;
  color: #000;
  font-weight: bold;
}
#NewsInside .content .pro_list .left .p1 {
  color: #666666;
  font-size: 0.63vw;
}
#NewsInside .content .pro_list .left .p1 .s1 {
  margin-right: 0.42vw;
}
#NewsInside .content .pro_list .left .p2 {
  color: #333333;
  padding-top: 0.63vw;
}
#NewsInside .content .pro_list .left .p3 {
  padding-top: 0.63vw;
}
#NewsInside .content .pro_list .left .p4 {
  padding-top: 0.63vw;
  text-align: center;
}
#NewsInside .content .pro_list .left .p3:hover {
  color: #faad07;
}
#NewsInside .content .pro_list .left .p4:hover {
  color: #faad07;
}
#NewsInside .content .pro_list .left .div_top {
  padding-top: 1vw;
}
#NewsInside .content .pro_list .left .div_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 12px;
  padding-top: 0.83vw;
}
#NewsInside .content .pro_list .right {
  width: 16.67vw;
}
#NewsInside .content .pro_list .right h1 {
  font-size: 0.83vw;
  color: #000;
  font-weight: bold;
}
#NewsInside .content .pro_list .right .d1 {
  display: flex;
}
#NewsInside .content .pro_list .right .d1 .item {
  width: 50px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #333333;
  font-size: 13px;
  background: #f0f0f0;
  float: left;
  margin: 0px 5px 0px 0px;
}
#NewsInside .content .pro_list .right .d2 {
  font-size: 0.68vw;
}
#NewsInside .content .pro_list .right .d2 .item {
  margin-top: 1.25vw;
}
#NewsInside .content .pro_list .right .d2 .p1 {
  color: #000;
}
#NewsInside .content .pro_list .right .d2 .p2 {
  color: #666666;
  margin-top: 0.63vw;
}
#NewsInside .content .pro_list .right .d2 .p3 {
  color: #999999;
  margin-top: 0.83vw;
}
#NewsInside .content .pro_list .right .d2 .p1:hover {
  color: #0072d4;
}
#NewsInside .pagination {
  display: flex;
  justify-content: flex-end;
  margin: 0 19.27vw;
  padding: 2.08vw 0;
}
.index {
  width: 100%;
}
.index .bnnner {
  background: #05284c;
  margin-top: -3.13vw;
  width: 100%;
  height: 30vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .bnnner .query {
  width: 100%;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .bnnner .query .box1 {
  display: flex;
  align-items: center;
}
.index .bnnner .query .box1 img {
  width: 88px;
  padding-top: 4px;
}
.index .bnnner .query .box1 span {
  font-size: 2.08vw;
  color: #fff;
  padding-left: 0.83vw;
  letter-spacing: 6px;
  font-weight: bold;
}
.index .bnnner .query .box2 {
  display: flex;
  align-items: center;
  margin-top: 0.83vw;
}
.index .bnnner .query .box2 .d1 {
  width: 26.82vw;
  height: 3.13vw;
  background: #ffffff;
  border-radius: 8px 0px 0px 8px;
  display: flex;
  align-items: center;
}
.index .bnnner .query .box2 .d1 img {
  margin: 0 0.83vw;
  margin-bottom: 2px;
}
.index .bnnner .query .box2 .d1 input {
  font-size: 0.94vw;
  width: 20vw;
  outline: none;
  border: none;
}
.index .bnnner .query .box2 .d2 {
  width: 6.72vw;
  height: 3.13vw;
  background: #0271e2;
  border-radius: 0px 8px 8px 0px;
  font-size: 1.15vw;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index .bnnner .query .box2 .d2:hover {
  background: #004FBE;
  color: #FFFFFF;
}
.index .fw_data {
  width: 100%;
  height: 177px;
  background: #f5f6fa;
  position: relative;
}
.index .fw_data .fw_data_box {
  display: flex;
  margin: auto 20vw;
  height: 100%;
}
.index .fw_data .item {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .fw_data .item .d1 {
  color: #8d91a8;
  font-size: 0.94vw;
}
.index .fw_data .item .d2 {
  display: flex;
  align-items: baseline;
  color: #05284c;
  padding-top: 0.21vw;
}
.index .fw_data .item .d2 .s1 {
  font-size: 3.54vw;
}
.index .fw_data .item .d2 .s2 {
  font-size: 0.83vw;
  padding-left: 0.42vw;
}
.index .Analysis {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 60px 0;
}
.index .Analysis .Analysis_box {
  width: 1400px;
  margin: auto;
}
.index .Analysis .Analysis_box .title {
  color: #222432;
  font-size: 32px;
  text-align: center;
  padding-bottom: 2.08vw;
  font-weight: bold;
}
.index .Analysis .Analysis_box .content {
  width: 100%;
  background: #ffffff;
}
.index .Analysis .Analysis_box .content .el-tabs__header {
  margin: auto;
}
.index .Analysis .Analysis_box .content .el-tabs__nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.index .Analysis .Analysis_box .content .el-tabs__nav .el-tabs__item {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #222432;
  background: #fff;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #f5f6fa;
}
.index .Analysis .Analysis_box .content .el-tabs__nav .el-tabs__item span {
  display: flex;
  align-items: center;
}
.index .Analysis .Analysis_box .content .el-tabs__nav .el-tabs__item span img {
  padding-right: 0.42vw;
  width: 0.83vw;
}
.index .Analysis .Analysis_box .content .el-tabs__nav .is-active {
  color: #409EFF !important;
}
.index .Analysis .Analysis_box .content .el-tabs__nav .el-tabs__item:hover {
  color: #409EFF !important;
}
.index .Analysis .Analysis_box .content .content_box {
  width: 1400px;
  margin: auto;
  height: 645px;
  padding-top: 2.08vw;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(rgba(245, 246, 250, 0.5), rgba(245, 246, 250, 0), rgba(245, 246, 250, 0), rgba(245, 246, 250, 0), rgba(245, 246, 250, 0));
}
.index .Analysis .Analysis_box .content .content_box .content_box_div {
  width: 1240px;
  margin: auto;
  height: 645px;
  display: flex;
  justify-content: space-between;
}
.index .Analysis .Analysis_box .content .content_box .left {
  border: 1px solid #f5f6fa;
  width: 620px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item {
  width: 310px;
  height: 310px;
  cursor: pointer;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item .left_item_box {
  width: 80%;
  margin: auto;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item .d1 {
  color: #222432;
  font-size: 18px;
  padding: 55px 0 18px;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item .d2 {
  color: #8d91a8;
  font-size: 14px;
  letter-spacing: 1px;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item .d3 {
  margin-top: 20px;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item .d3 div {
  color: #8d91a8;
  font-size: 12px;
  width: 85px;
  height: 27px;
  border: 1px solid rgba(141, 145, 168, 0.5);
  border-radius: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item:hover {
  background: url('../images2/img1.jpg') no-repeat;
  background-size: 100% 100%;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item:hover .d1 {
  color: #fff;
}
.index .Analysis .Analysis_box .content .content_box .left .left_item:hover .d2 {
  color: rgba(255, 255, 255, 0.5);
}
.index .Analysis .Analysis_box .content .content_box .left .left_item:hover .d3 div {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}
.index .Analysis .Analysis_box .content .content_box .right .pc-slide {
  width: 500px;
  margin: 0 auto;
  background: #05284c;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container {
  width: 500px;
  height: 500px;
  /* 闪动 */
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .swiper-wrapper {
  width: 500px;
  height: 500px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .swiper-wrapper /deep/ .el-carousel__item {
  width: 500px;
  height: 500px;
  position: relative;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel {
  width: 500px;
  height: 500px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__container {
  width: 500px;
  height: 500px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item {
  width: 500px;
  height: 500px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing {
  position: absolute;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing .i1 {
  height: 30px;
  width: 30px;
  background: #2c6df6;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  animation: k2 2s linear 0s infinite;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing .s1 {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  background-color: #2c6df6;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing1 {
  position: absolute;
  top: 149px;
  right: 190px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing2 {
  position: absolute;
  top: 153px;
  left: 68px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing3 {
  position: absolute;
  top: 317px;
  left: 285px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing4 {
  position: absolute;
  top: 252px;
  right: 303px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing5 {
  position: absolute;
  top: 202px;
  right: 229px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing6 {
  position: absolute;
  top: 111px;
  right: 308px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing7 {
  position: absolute;
  top: 231px;
  right: 172px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing8 {
  position: absolute;
  top: 231px;
  right: 89px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing9 {
  position: absolute;
  top: 293px;
  right: 181px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing91 {
  position: absolute;
  top: 120px;
  right: 300px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing10 {
  position: absolute;
  top: 259px;
  left: 107px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing11 {
  position: absolute;
  top: 262px;
  right: 279px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing12 {
  position: absolute;
  top: 365px;
  right: 244px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing121 {
  position: absolute;
  top: 288px;
  right: 179px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing13 {
  position: absolute;
  top: 176px;
  right: 118px;
}
.index .Analysis .Analysis_box .content .content_box .right .view .swiper-container .el-carousel__item .LabelParsing14 {
  position: absolute;
  top: 191px;
  right: 190px;
}
@keyframes k2 {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    background: #2c6df6;
  }
  50% {
    opacity: 1;
    transform: scale(1.4, 1.4);
    background: rgba(44, 109, 246, 0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1.8, 1.8);
    background: rgba(44, 109, 246, 0);
  }
}
.index .Analysis .Analysis_box .content .content_box .right .divImg {
  margin-right: 20px;
}
.index .Analysis .Analysis_box .content .content_box .right .noImg {
  cursor: pointer;
  position: relative;
}
.index .Analysis .Analysis_box .content .content_box .right .noImg .img2 {
  width: 40px;
  height: 40px;
  left: 20px;
  top: 20px;
  position: absolute;
}
.index .Analysis .Analysis_box .content .content_box .right .view .arrow-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.index .Analysis .Analysis_box .content .content_box .right .view .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.index .Analysis .Analysis_box .content .content_box .right .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.index .Analysis .Analysis_box .content .content_box .right .preview .swiper-container {
  width: 430px;
  height: 82px;
  margin-left: 35px;
}
.index .Analysis .Analysis_box .content .content_box .right .preview .swiper-slide {
  width: 87px;
  height: 82px;
}
.index .Analysis .Analysis_box .content .content_box .right .preview .swiper-slide img {
  width: 80px;
  height: 80px;
}
.index .Analysis .Analysis_box .content .content_box .right .preview .slide6 {
  width: 82px;
}
.index .Analysis .Analysis_box .content .content_box .right .preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.index .Analysis .Analysis_box .content .content_box .right .preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.index .Analysis .Analysis_box .content .content_box .right .preview img {
  padding: 1px;
}
.index .Analysis .Analysis_box .content .content_box .right .preview .active-nav img {
  padding: 0;
  border: 1px solid #F00;
}
.index .feature {
  width: 100%;
  background: #f5f6fa;
  position: relative;
}
.index .feature .feature_box {
  width: 1400px;
  margin: auto;
  height: 400px;
  padding: 3.44vw 0 0;
}
.index .feature .feature_box .box1 {
  display: flex;
}
.index .feature .feature_box .box1 .one {
  width: 700px;
}
.index .feature .feature_box .box1 .one img {
  width: 670px;
  height: 180px;
}
.index .feature .feature_box .box1 .tow {
  cursor: pointer;
  width: 350px;
  display: flex;
  align-items: center;
}
.index .feature .feature_box .box1 .tow .d1 {
  margin-left: 0.63vw;
}
.index .feature .feature_box .box1 .tow .d1 img {
  width: 76px;
  height: 76px;
  transition: 0.5s;
}
.index .feature .feature_box .box1 .tow .d2 {
  display: flex;
  flex-direction: column;
  padding-left: 0.42vw;
}
.index .feature .feature_box .box1 .tow .d2 .s1 {
  font-size: 22px;
  color: #222432;
}
.index .feature .feature_box .box1 .tow .d2 .s2 {
  font-size: 16px;
  color: #8d91a8;
  margin-top: 4px;
}
.index .feature .feature_box .box1 .tow:hover img {
  width: 80px;
  height: 80px;
}
.index .feature .feature_box .box1 .tow:hover .s1 {
  color: #0271e2;
  font-weight: bold;
}
.index .feature .feature_box .box2 {
  display: flex;
  align-items: center;
}
.index .feature .feature_box .box2 .tow {
  margin-top: 2.44vw;
  width: 350px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index .feature .feature_box .box2 .tow .d1 {
  margin-left: 0.83vw;
}
.index .feature .feature_box .box2 .tow .d1 img {
  width: 76px;
  height: 76px;
  transition: 0.5s;
}
.index .feature .feature_box .box2 .tow .d2 {
  display: flex;
  flex-direction: column;
  padding-left: 0.42vw;
}
.index .feature .feature_box .box2 .tow .d2 .s1 {
  font-size: 22px;
  color: #222432;
}
.index .feature .feature_box .box2 .tow .d2 .s2 {
  font-size: 16px;
  color: #8d91a8;
  margin-top: 4px;
}
.index .feature .feature_box .box2 .tow:hover img {
  width: 80px;
  height: 80px;
}
.index .feature .feature_box .box2 .tow:hover .s1 {
  color: #0271e2;
  font-weight: bold;
}
.index .solution {
  width: 100%;
  height: 41.51vw;
  background: #011E3C;
  position: relative;
}
.index .solution .bg_img {
  width: 100%;
  height: 41.51vw;
}
.index .solution .solution_box1 {
  width: 100%;
  height: 41.51vw;
  background: url(../images/bg_mengban@2x.png);
  position: absolute;
  top: 0;
}
.index .solution .solution_box1 .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 10.21vw;
}
.index .solution .solution_box1 .title .p1 {
  font-size: 32px;
  color: #fff;
  padding-top: 3.07vw;
  font-weight: bold;
}
.index .solution .solution_box1 .title .p2 {
  font-size: 18px;
  color: #fff;
  padding-top: 0.94vw;
}
.index .solution .solution_box1 .content {
  margin: 0 13.54vw;
  display: flex;
}
.index .solution .solution_box1 .content .left .el-tabs__header {
  border-bottom: none;
}
.index .solution .solution_box1 .content .left .el-tabs__nav {
  display: flex;
  flex-direction: column;
  border: none;
}
.index .solution .solution_box1 .content .left .el-tabs__nav .el-tabs__item {
  width: 14.27vw;
  height: 2.81vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.42vw;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  border-left: none;
  border-bottom: none;
}
.index .solution .solution_box1 .content .left .el-tabs__nav .el-tabs__item .el_div {
  width: 14.27vw;
  height: 2.81vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .solution .solution_box1 .content .left .el-tabs__nav .el-tabs__item.is-active {
  background: url(../images/bg_hove@2x.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.index .solution .solution_box1 .content .left ul li {
  width: 14.27vw;
  height: 2.81vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.42vw;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
}
.index .solution .solution_box1 .content .left ul li:nth-child(1) {
  background: url(../images/bg_hove@2x.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.index .solution .solution_box1 .content .right {
  margin-left: 3.96vw;
  flex: 1;
}
.index .solution .solution_box1 .content .right .d1 {
  color: #fff;
  padding-top: 2.08vw;
}
.index .solution .solution_box1 .content .right .d1 .p1 {
  font-size: 28px;
}
.index .solution .solution_box1 .content .right .d1 .p2 {
  font-size: 18px;
  padding-top: 0.6vw;
  color: rgba(255, 255, 255, 0.3);
}
.index .solution .solution_box1 .content .right .d2 {
  display: flex;
  flex-direction: column;
  padding-top: 2.81vw;
  align-items: flex-start;
  padding-bottom: 80px;
}
.index .solution .solution_box1 .content .right .d2 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.94vw;
}
.index .solution .solution_box1 .content .right .d2 button {
  width: 7.29vw;
  height: 2.08vw;
  background: #0271e2;
  border-radius: 2px;
  font-size: 0.94vw;
  color: #fff;
  margin-top: 2.08vw;
  outline: none;
  border: none;
}
.index .solution .solution_box1 .content .right .d2 button:hover {
  background: #004FBE;
  color: #FFFFFF;
}
.index .solution .solution_box1 .content .right .d3 {
  width: 100%;
  border-top: 2px dashed rgba(255, 255, 255, 0.4);
}
.index .solution .solution_box1 .content .right .d3 img {
  width: 12.7vw;
  margin-right: 0.4vw;
  margin-top: 0.4vw;
}
.index .customers {
  width: 100%;
  background: #f5f6fa;
}
.index .customers .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 10.21vw;
}
.index .customers .title .p1 {
  font-size: 32px;
  color: #0c66c1;
  padding-top: 3.07vw;
  font-weight: bold;
}
.index .customers .title .p2 {
  font-size: 18px;
  color: #8d91a8;
  padding-top: 0.94vw;
}
.index .customers .content {
  width: 70.83vw;
  margin: auto;
  height: 33.85vw;
  background: url(../images/img/bg2.png) no-repeat;
  position: relative;
  background-size: 100% 100%;
}
.index .customers .content .d1 {
  display: flex;
  position: absolute;
  right: 19.71vw;
  top: -1vw;
  z-index: 99;
}
.index .customers .content .d1 .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .d1 .left .left_box .img1 {
  width: 5.52vw;
}
.index .customers .content .d1 .left .left_box .img2 {
  margin-top: 0.73vw;
  width: 2.93vw;
}
.index .customers .content .d1 .right {
  z-index: 99;
  display: none;
}
.index .customers .content .d1 .right .right_box {
  margin-right: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .d1 .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: -0.8vw;
}
.index .customers .content .VEGER {
  display: flex;
  position: absolute;
  left: 38.3vw;
  top: 13.75vw;
  z-index: 99;
}
.index .customers .content .VEGER .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .VEGER .left .left_box .img1 {
  width: 7.29vw;
}
.index .customers .content .VEGER .left .left_box .img2 {
  margin-top: 0.73vw;
  width: 2.51vw;
}
.index .customers .content .VEGER .right {
  display: none;
  z-index: 99;
}
.index .customers .content .VEGER .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .VEGER .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .content .FANTA {
  display: flex;
  position: absolute;
  right: 24.1vw;
  top: 8.85vw;
}
.index .customers .content .FANTA .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .FANTA .left .left_box .img1 {
  width: 4.95vw;
}
.index .customers .content .FANTA .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.51vw;
}
.index .customers .content .FANTA .right {
  display: none;
  z-index: 99;
}
.index .customers .content .FANTA .right .right_box {
  margin-right: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .FANTA .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: -0.8vw;
}
.index .customers .content .yingli {
  display: flex;
  position: absolute;
  right: 10.48vw;
  top: 4.9vw;
  z-index: 99;
}
.index .customers .content .yingli .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .yingli .left .left_box .img1 {
  width: 8.44vw;
}
.index .customers .content .yingli .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.71vw;
}
.index .customers .content .yingli .right {
  display: none;
  z-index: 99;
}
.index .customers .content .yingli .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .yingli .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: -0.8vw;
}
.index .customers .content .Green {
  display: flex;
  position: absolute;
  right: 9.68vw;
  top: 10.86vw;
  z-index: 99;
}
.index .customers .content .Green .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .Green .left .left_box .img1 {
  width: 5.52vw;
}
.index .customers .content .Green .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.11vw;
}
.index .customers .content .Green .right {
  display: none;
  z-index: 99;
}
.index .customers .content .Green .right .right_box {
  margin-right: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .Green .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: -0.8vw;
}
.index .customers .content .jiayz {
  display: flex;
  position: absolute;
  right: 2.21vw;
  top: 22.92vw;
}
.index .customers .content .jiayz .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .jiayz .left .left_box .img1 {
  width: 10.26vw;
}
.index .customers .content .jiayz .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 2.25vw;
}
.index .customers .content .jiayz .right {
  display: none;
  z-index: 99;
}
.index .customers .content .jiayz .right .right_box {
  margin-right: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .jiayz .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: -0.8vw;
}
.index .customers .content .bidi {
  display: flex;
  position: absolute;
  left: 8.17vw;
  top: 2.34vw;
}
.index .customers .content .bidi .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .bidi .left .left_box .img1 {
  width: 3.75vw;
}
.index .customers .content .bidi .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 2.25vw;
}
.index .customers .content .bidi .right {
  display: none;
  z-index: 99;
}
.index .customers .content .bidi .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .bidi .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .content .mk {
  display: flex;
  position: absolute;
  left: 7.9vw;
  top: 11.98vw;
}
.index .customers .content .mk .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .mk .left .left_box .img1 {
  width: 2.71vw;
}
.index .customers .content .mk .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.25vw;
}
.index .customers .content .mk .right {
  display: none;
  z-index: 99;
}
.index .customers .content .mk .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .mk .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .content .Baseus {
  display: flex;
  position: absolute;
  left: 29.9vw;
  top: 13vw;
}
.index .customers .content .Baseus .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .Baseus .left .left_box .img1 {
  width: 7.08vw;
}
.index .customers .content .Baseus .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.25vw;
}
.index .customers .content .Baseus .right {
  display: none;
  z-index: 99;
}
.index .customers .content .Baseus .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .Baseus .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .content .TORRAS {
  display: flex;
  position: absolute;
  left: 47.9vw;
  top: 7vw;
}
.index .customers .content .TORRAS .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .TORRAS .left .left_box .img1 {
  width: 5.05vw;
}
.index .customers .content .TORRAS .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.25vw;
}
.index .customers .content .TORRAS .right {
  display: none;
  z-index: 99;
}
.index .customers .content .TORRAS .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .TORRAS .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .content .ammo {
  display: flex;
  position: absolute;
  left: 15.2vw;
  top: 20vw;
}
.index .customers .content .ammo .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .ammo .left .left_box .img1 {
  width: 8.54vw;
}
.index .customers .content .ammo .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.85vw;
}
.index .customers .content .ammo .right {
  display: none;
  z-index: 99;
}
.index .customers .content .ammo .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .ammo .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .content .vvild {
  display: flex;
  position: absolute;
  left: 53.2vw;
  top: 14vw;
}
.index .customers .content .vvild .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .vvild .left .left_box .img1 {
  width: 5.73vw;
}
.index .customers .content .vvild .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.25vw;
}
.index .customers .content .vvild .right {
  display: none;
  z-index: 99;
}
.index .customers .content .vvild .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .vvild .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .content .Aspire {
  display: flex;
  position: absolute;
  left: 35.2vw;
  top: 3vw;
}
.index .customers .content .Aspire .left .left_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .customers .content .Aspire .left .left_box .img1 {
  width: 6.09vw;
}
.index .customers .content .Aspire .left .left_box .img2 {
  margin-top: 0.53vw;
  width: 1.25vw;
}
.index .customers .content .Aspire .right {
  display: none;
  z-index: 99;
}
.index .customers .content .Aspire .right .right_box {
  margin-left: 0.83vw;
  position: relative;
  padding: 0.42vw 0.63vw;
  width: 14.69vw;
  background: #0271e2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.73vw;
  border-radius: 0.42vw;
  box-shadow: 0px 2px 8px 0px rgba(21, 73, 126, 0.27);
}
.index .customers .content .Aspire .right .right_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #0271e2;
  position: absolute;
  top: 10px;
  right: 15.9vw;
}
.index .customers .foot {
  margin: 0 25.63vw;
  height: 6.21vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .customers .foot .item {
  display: flex;
  align-items: center;
}
.index .customers .foot .item .img {
  width: 2.08vw;
  height: 2.08vw;
}
.index .customers .foot .item span {
  font-size: 22px;
  color: #222432;
  padding-left: 0.63vw;
}
.index .team {
  width: 100%;
  height: 32.81vw;
  background: url('../images2/bg1.jpg') no-repeat;
  background-size: 100% 100%;
}
.index .team .team_box {
  width: 72.92vw;
  margin: auto;
  padding-top: 3.28vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .team .team_box .left {
  width: 36.46vw;
}
.index .team .team_box .left .p1 {
  padding-top: 1.25vw;
  font-size: 1.67vw;
  color: #ffffff;
  font-weight: bold;
}
.index .team .team_box .left .p2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.94vw;
  padding-top: 1.25vw;
}
.index .team .team_box .left ul {
  margin-top: 3.13vw;
  display: flex;
  align-items: center;
}
.index .team .team_box .left ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.73vw;
  color: #fff;
  flex: 1;
}
.index .team .team_box .left ul li img {
  height: 2.6vw;
}
.index .team .team_box .left ul li span {
  padding-top: 0.21vw;
}
.index .team .team_box .right {
  width: 34.9vw;
}
.index .team .team_box .right .el-carousel__container {
  height: 26.04vw !important;
  border-radius: 8px;
  overflow: hidden;
}
.index .team .team_box .right .el-carousel__arrow {
  display: none;
}
.index .team .team_box .right .el-carousel__button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.el-popover {
  font-size: 16px !important;
}
