.contact-form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form .cf-tit {
  background: #013e5a;
  height: 55px;
  line-height: 55px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding: 0 20px;
  text-align: left;
}
.contact-form .cf-cont {
  padding: 20px 20px;
}
.contact-form .cf-i {
  margin: 0 0 14px;
  border-left: 3px solid #013e5a;
  font-size: 0;
}
.contact-form .cf-i input {
  width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 13px;
  color: #333;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contact-form .cf-i textarea {
  height: 95px;
  padding: 10px;
  resize: none;
  font-size: 13px;
  color: #333;
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.contact-form .submit {
  width: 100%;
  height: 33px;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: #ff6f00;
  transition: 0.5s;
}
.contact-form .submit:hover {
  background-color: #013e5a;
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.sidebanner .qico {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.sidebanner .breads {
  color: #fff;
  display: flex;
  align-items: center;
}

.foot-contact .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.foot-contact .share .qico {
  width: 1em;
}

.contact ul li em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact ul li em img {
  width: 1em;
  height: 1em;
}

.search h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search h3 img {
  width: 1.5em;
}

.header-lang .box .qico {
  width: 0.75em;
  transform: rotate(90deg);
  transform-origin: center;
  margin-top: 12px;
}

.pro_img .view .arrow-left,
.pro_img .view .arrow-right {
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.pro_img .view .arrow-left i,
.pro_img .view .arrow-right i {
  display: none;
}

.pro_img .view .arrow-left {
  background-image: url(../images/i-a1.png);
}

.pro_img .view .arrow-right {
  background-image: url(../images/i-a2.png);
}

.leavePOP .forms {
  height: 100%;
  padding: 15px;
  background-color: #fff;
}
.leavePOP .cf-i {
  margin: 0 0 14px;
  font-size: 0;
}
.leavePOP .cf-i input {
  width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 13px;
  color: #333;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 25px;
}
.leavePOP .cf-i textarea {
  height: 95px;
  padding: 10px;
  resize: none;
  font-size: 13px;
  color: #333;
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 25px;
}
.leavePOP .submit {
  width: 100%;
  height: 33px;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 25px;
  background-color: #58b101;
  transition: 0.5s;
}
.newslist ul li:hover .bot i {
  background-image: url(../images/ic12.png);
}
.newslist ul li .bot i {
  width: 1em;
  height: 1em;
  background-image: url(../images/ic11.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}


/*视频容器样式*/
.v-a {
  position: fixed;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  transition: top 0.5s ease-in-out;
}

.v-a.show {
  top: 0;
}

.v-a.show .v-e {
  visibility: visible;
}

.v-a.show .v-f {
  display: block;
}

.v-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.v-c {
  display: block;
  width: 60px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: absolute;
  right: 10%;
  top: 5%;
  cursor: pointer;
  z-index: 10000;
}

.v-e {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.v-f {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(100% - 80px);
  transform: translate(-50%, -50%);
}
