@charset "utf-8";

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd {
  margin: 0;
  padding: 0
}

body {
  font-family: Microsoft YaHei UI, Avenir, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  font-size: 0px;
  background-color: #FAFAFA;
  color: #333333;
  position: relative;
  overflow-x: auto !important;
  perspective: none !important;
  min-width: 1366px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline-width: 0px;
}

a:hover {
  text-decoration: none;
  outline: 0
}

em,
b,
i,
code,
strong {
  font-style: normal;
}

img {
  border: 0;
}

ol,
ul,
li {
  list-style: none
}

/* 顶部导航 */
.page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 9999;
}

.page-header .header-content {
  display: flex;
  align-items: center;
  height: 80px;
}

.header-content .logo {
  width: 30%;
  text-align: center;
}

.header-content .header-nav {
  width: 70%;
  display: flex;
}

.header-nav>li {
  position: relative;
  padding: 0px 25px;
  line-height: 80px;
}

.header-nav>li>a {
  font-size: 16px;
  color: #fff;
  padding-bottom: 5px;
  opacity: 0.7;
}

.header-nav>li.active>a {
  border-bottom: 2px solid #fff;
  color: #fff;
  opacity: 1;
}

.my-bullet {
  display: inline-block;
  width: 40px;
  height: 6px;
  background: #FAFAFA;
  opacity: 0.4;
  border-radius: 3px;
  margin: 0px 10px;
  cursor: pointer;
}

.my-bullet-active {
  opacity: 1;
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 283px;
  background: #0F3467;
}

.footer-content {
  margin-left: 160px;
  display: flex;
  justify-content: center;
}

.footer-content .footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

.footer-item h3 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-item a {
  font-size: 14px;
  line-height: 25px;
  color: #F1F1F1;
}

.contact-item {
  display: flex;
}

.contact-item p {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}

.contact-item .phone {
  padding-left: 30px;
  background: url(../images/dianhua.png) no-repeat 0px 2px;
}

.contact-item .cz {
  padding-left: 30px;
  background: url(../images/cz.png) no-repeat 0px 2px;
}

.contact-item .email {
  padding-left: 30px;
  background: url(../images/youxiang.png) no-repeat 0px 2px;
}

.contact-item .address {
  padding-left: 30px;
  background: url(../images/dizhi.png) no-repeat 0px 2px;
}

.copyright {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  font-size: 12px;
  color: #888;
  line-height: 25px;
}

/* 右侧固定导航 */
.right-nav {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 59px;
  /* padding: 4px 0px; */
  /* border-radius: 5px 0px 0px 5px; */
  background-color: #a0a0a0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 1000;
  cursor: pointer;
}
.right-nav .split-line {
  width: 41px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.right-nav .phone-consult,
.right-nav .email,
.right-nav .watch-us {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  transition: all .5s;
}
.right-nav .phone-consult {
  background: url('../images/phone.png') center no-repeat;
  background-size: 70%;
}
.right-nav .phone-consult.active {
  background: #0064FF url('../images/phone.png') center no-repeat;
  background-size: 70%;
}
.right-nav .email {
  background: url('../images/email.png') center no-repeat;
  background-size: 70%;
}
.right-nav .email.active {
  background: #0064FF url('../images/email.png') center no-repeat;
  background-size: 70%;
}
.right-nav .watch-us {
  background: url('../images/weixin.png') center no-repeat;
  background-size: 70%;
}
.right-nav .watch-us.active {
  background: #0064FF url('../images/weixin.png') center no-repeat;
  background-size: 70%;
}

.consult-detail {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  position: fixed;
  font-size: 12px;
  line-height: 25px;
  top: 50%;
  transform: translate(0,-97px);
  right: -250px;
  width: 250px;
  color: #fff;
  padding: 9px 13px 10px 18px;
  background: #0064FF;
  /* border-radius: 5px 0px 0px 5px; */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 100;
  transition: all .5s;
  cursor: pointer;
}
.consult-detail.fadeInRight {
  transform: translate(-309px,-97px);
}

.qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 50%;
  transform: translate(0,-78px);
  right: -215px;
  width: 215px;
  padding: 5px;
  background: #0064FF;
  /* border-radius: 0px 0px 0px 5px; */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 100;
  transition: all .5s;
  cursor: pointer;
}
.qrcode .erweima {
  width: 100px;
  height: 100px;
}
.qrcode.fadeInRight {
  transform: translate(-274px,-78px);
}

.ad-content {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
  background: url('../images/ad.png') no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
}



.message-board {
  display: none;
  width: 300px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  z-index: 9999;
}
.message-board .board-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  font-size: 20px;
  color: #fff;
  padding-left: 20px;
  padding-right: 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: #6696FF;
}
.message-board .board-header img {
  cursor: pointer;
}
.message-board .board-body {
  padding: 15px;
}
.message-board .board-body .tip {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
}
.message-board .board-body .form-group {
  margin-bottom: 15px;
  padding: 0;
}
.message-board .board-body .form-group input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.message-board .board-body .form-group textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.message-board .board-body .form-group input::placeholder,
.message-board .board-body .form-group textarea::placeholder {
  font-family: Microsoft YaHei UI, Avenir, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.message-board .board-body .text-center {
  text-align: center;
}
.message-board .board-body .submit-btn {
  width: 60px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background-color: #006AFF;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

#Mask {
  display: none;
  width: 230px;
  height: 100px;
  z-index: 99999;
  position: fixed;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  left: 50%;
  top: 30%;
  transform: translate(-50%);
}

#Mask #Maskdome {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 100px;
}

#overlay {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 59px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#overlay img {
  width: 215px;
  height: 215px;
}