@font-face {
  font-family: 'PoppinsRegular';
  src: url('../../fonts/Poppins-Regular.otf');
}
body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  font-family: 'PoppinsRegular', "SimHei" !important;
}
* {
  margin: 0;
  padding: 0;
}
/* 表单提示文字颜色 */
::-webkit-input-placeholder {
  color: #ee9918;
}
/* 大盒子公共样式 */
.pg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
/* 定位居中 */
.ps {
  position: absolute;
}
.dn {
  display: none;
}
img {
  height: auto;
  width: 100%;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
select {
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
li {
  list-style: none;
}
div {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""] {
  display: none;
}
.header {
  width: 100%;
  height: 6.77083333vw;
  font-size: 1.45833333vw;
  padding-top: 1.875vw;
  padding-left: 1.35416667vw;
  padding-right: 1.35416667vw;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 2px solid #bba077;
}
.header div,
.header ul {
  display: inline-block;
}
.header ul {
  position: relative;
  top: -0.52083333vw;
}
.header ul .active:after,
.header ul .active2:after {
  content: '';
  width: 2.70833333vw;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #062967;
}
.header ul li {
  display: inline-block;
  margin-right: 3.22916667vw;
}
.header ul li a {
  color: #231815;
  text-decoration: none;
}
.header .log {
  width: 9.11458333vw;
  margin-right: 7.29166667vw;
}
.header .phone {
  width: 19.0625vw;
  margin-left: -1.97916667vw;
  position: relative;
}
.header .phone .weibo {
  width: 2.60416667vw;
  z-index: 9999;
  position: absolute;
  height: 2.08333333vw;
  right: 0;
  top: 0;
}
.header .phone .wechat {
  width: 2.60416667vw;
  z-index: 99999999;
  position: absolute;
  height: 2.08333333vw;
  right: 3.125vw;
  top: 0;
}
.header .phone .wechat_code {
  display: none;
  position: absolute;
  z-index: 99999999;
  width: 8.33333333vw;
  right: 0vw;
  top: 3.125vw;
}
.header .language {
  width: 11.51041667vw;
  font-size: 1.45833333vw;
  position: absolute;
  top: 3.75vw;
  right: 2.60416667vw;
}
.header2,
.header3 {
  background-color: #f5f5f5;
  position: absolute;
  top: 6.77083333vw;
  z-index: 99999999;
  height: 3.4375vw;
  left: 6.25vw;
  padding: 0 1.04166667vw;
}
.header2 ul .active:after,
.header3 ul .active:after,
.header2 ul .active2:after,
.header3 ul .active2:after {
  content: '';
  width: 2.70833333vw;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #062967;
  margin-top: -0.26041667vw;
}
.header2 ul li,
.header3 ul li {
  display: inline-block;
  font-size: 1.25vw;
  text-align: center;
  line-height: 3.4375vw;
  padding: 0 1.04166667vw;
}
.header3 {
  left: 26.04166667vw;
}
.footer {
  width: 100%;
  background-color: #f8f9fa;
  margin-top: 11.30208333vw;
}
.footer .row1 {
  width: 100%;
  border-bottom: 0.10416667vw solid #bba077;
  box-sizing: border-box;
  padding: 0 5.10416667vw;
  padding-bottom: 1.04166667vw;
  padding-top: 1.45833333vw;
  position: relative;
}
.footer .row1 .log {
  width: 6.14583333vw;
  display: inline-block;
  position: relative;
  top: 0.52083333vw;
}
.footer .row1 .log img {
  display: inline-block;
}
.footer .row1 .phone_num {
  position: absolute;
  width: 19.21875vw;
  top: -3.125vw;
  right: 3.125vw;
}
.footer .row1 .foot_icon {
  display: inline-block;
  position: absolute;
  right: 3.64583333vw;
  bottom: 0.26041667vw;
}
.footer .row1 .foot_icon .p_num {
  display: none;
  width: 19.21875vw;
  position: absolute;
  top: -5.9375vw;
  left: -8.59375vw;
}
.footer .row1 .foot_icon .code {
  display: none;
  position: absolute;
  width: 16.66666667vw;
  top: -17.8125vw;
  right: -0.52083333vw;
}
.footer .row1 .foot_icon a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.66666667vw;
  z-index: 99999;
}
.footer .row1 .foot_icon a:nth-child(3) {
  width: 2.13541667vw;
  margin-right: 0vw;
  margin-right: 1.66666667vw;
}
.footer .row1 .foot_icon a:nth-child(4) {
  width: 2.29166667vw !important;
}
.footer .row1 .foot_icon a:nth-child(5) {
  width: 2.5vw !important;
}
.footer .row1 .foot_icon img {
  display: inline-block;
}
.footer .row1 ul {
  display: inline-block;
  margin-left: 20.20833333vw;
}
.footer .row1 ul li {
  display: inline-block;
  font-size: 1.35416667vw;
  width: 11.45833333vw;
}
.footer .row2 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5.10416667vw;
  padding-bottom: 2.23958333vw;
  padding-top: 1.45833333vw;
}
.footer .row2 .name2 {
  display: inline-block;
  font-size: 1.35416667vw;
}
.footer .row2 ul {
  display: inline-block;
  margin-left: 1.5625vw;
}
.footer .row2 ul li {
  display: inline-block;
  font-size: 1.35416667vw;
  width: 11.45833333vw;
  vertical-align: top;
  margin-top: -0.52083333vw;
}
.footer .row2 .rule {
  display: inline-block;
  position: relative;
  float: right;
  vertical-align: middle;
  font-size: 1.35416667vw;
}
.footer .row3 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5.10416667vw;
  padding-bottom: 2.23958333vw;
  padding-top: 1.45833333vw;
  text-align: center;
  font-size: 1.97916667vw;
}
.cooperative-partner {
  width: 100%;
  height: 64.27083333vw;
  background-image: url(../../img/bg1.png);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  padding: 6.25vw 0;
  box-sizing: border-box;
}
.cooperative-partner .partner_list {
  width: 89.58333333vw;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 4.16666667vw 0;
}
.cooperative-partner .partner_list .partner_item {
  display: inline-block;
  width: 22.39583333vw;
  margin-left: 3.125vw;
  margin-bottom: 3.64583333vw;
}
.partner_title {
  width: 100%;
}
.partner_title h2 {
  text-align: center;
  font-size: 3.75vw;
  font-weight: normal;
  color: #062967;
}
.partner_title .bd2 {
  width: 6.14583333vw;
  border-bottom: 2px solid #062967;
  margin: 0 auto;
  margin-top: 2.5vw;
}
.partner_title p {
  text-align: center;
  font-size: 1.66666667vw;
  color: #062967;
  margin-top: 2.5vw;
  margin-bottom: 6.35416667vw;
}
.phone2 {
  width: 100%;
  height: 47.44791667vw;
  background-image: url(../img/foot.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 10.20833333vw;
  position: relative;
}
.phone2 .phone_title {
  position: absolute;
  top: 20.15625vw;
  left: 10.10416667vw;
  font-size: 1.5625vw;
}
.phone2 .phone_text {
  position: absolute;
  top: 24.58333333vw;
  left: 10.10416667vw;
  font-size: 1.35416667vw;
  line-height: 2.60416667vw;
}
.slideAni {
  animation: slideAni 1s;
}
.bark {
  position: fixed;
  top: 45%;
  right: 1.5625vw;
  z-index: 9999999;
  text-align: center;
  font-size: 1.04166667vw;
}
.bark img {
  width: 2.39583333vw;
  display: inline-block;
  margin-bottom: 1.04166667vw;
}
@keyframes slideAni {
  0% {
    position: relative;
    bottom: -2.60416667vw;
    opacity: 0;
  }
  100% {
    bottom: 0vw;
    opacity: 1;
  }
}
@keyframes load {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
