/*  样式重置 */
* {
  margin: 0;
  padding: 0;
}
window {
  -webkit-transition: all .3s ease;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: "Microsoft YaHei";
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Microsoft YaHei";
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  background-color: #efefef;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
}
a:active {
  outline: 0;
}
ul li {
  list-style: none;
}
input {
  line-height: normal;
}
input:focus {
  outline: 0 none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
/*去掉chrome记住密码后自动填充表单的黄色背景*/
input:-webkit-autofill {
  background-color: #FAFFBD ;
  background-image: none;
  color: #000;
}
/*基础样式*/
.pull_left {
  float: left;
}
.pull_right {
  float: right;
}
.width_full {
  width: 100%;
  overflow: hidden;
}
.display_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*文字排列方式*/
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_justify {
  text-align: justify;
  text-justify: inter-ideogra;
}
/*清浮动*/
.clear_fix:after {
  clear: both;
  display: table;
  content: "";
}
/*文字溢出省略号显示*/
/*单行文本*/
.inaline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*多行文本*/
.intwoline {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*多少行*/
}
/*多行文本*/
.insixline {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /*多少行*/
}
/*多行文本*/
.infiveline {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /*多少行*/
}
img {
  width: 100%;
  height: 100%;
  display: block;
}
.navbar {
  background: #014b4e;
  width: 100%;
  position: fixed;
  z-index: 20;
}
.container {
  position: relative;
  padding: 0;
}
.navbar-header {
  height: 1.89333333rem;
  position: relative;
  width: 100%;
}
.header-logo {
  width: 6.24rem;
  height: 1.62666667rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.8rem 0 0 -3.38666667rem;
}
.header-list-btn {
  border: none;
  background: none;
  color: #fff;
  position: absolute;
  left: 0;
}
.home-logo {
  width: 0.85333333rem;
  height: 0.85333333rem;
  padding-left: 0.53333333rem;
  border-left: 1px solid #fff;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  margin-top: -0.58666667rem;
}
.home-logo img {
  width: 0.85333333rem;
  height: 0.85333333rem;
}
.navbar-menu {
  width: 16.64rem;
  margin: 1.33333333rem auto;
  height: 100%;
  position: relative;
  left: 0;
  background: #014b4e;
  border-top: 1px solid #7b9784;
}
.nav-con {
  width: 100%;
  margin: 0 auto;
}
.nav-item-con {
  width: 100%;
  border-top: 1px solid #729280;
}
.nav-con li {
  line-height: 1.86666667rem;
  font-size: 0.66666667rem;
  color: #f4e3ba;
  border-bottom: 1px solid #729280;
}
.nav-item-con li {
  width: 16rem;
  position: relative;
  left: 0.64rem;
  color: #f4e3ba;
}
.nav-item-con li:last-child {
  border: none;
}
.nav-con p {
  position: absolute;
  right: 0;
  top: 0;
}
.nav-col-item {
  position: relative;
}
.footer {
  width: 100%;
  background: #014b4e;
  padding: 1.33333333rem 0;
  position: relative;
  color: #f4e3ba;
}
.footer-container {
  width: 16.64rem;
  height: auto;
  margin: 0 auto;
}
.weibo_wechat_con {
  height: auto;
  position: relative;
}
.weibo,
.wechat {
  width: 49%;
  height: 8.33333333rem;
  text-align: center;
  line-height: 1.6rem;
  font-size: 0.66666667rem;
  color: #f4e3ba;
  letter-spacing: 2px;
  display: inline-block;
}
.weibo > img,
.wechat > img {
  width: 4.48rem;
  height: 4.48rem;
  margin: 0 auto;
}
.weibo > p,
.wechat > p {
  margin-bottom: 0.5rem;
}
.site_phone,
.info {
  color: #f4e3ba;
  line-height: 1.6rem;
  font-size: 0.53333333rem;
  text-align: center;
}
.phone .phoneCall {
  margin-right: 1.97333333rem;
}
.footerline {
  width: 16.64rem;
  margin: 0 auto;
  height: 1px;
  background: #729280;
}
.info {
  margin-top: 0.53333333rem;
  font-size: 0.42666667rem;
}
.info-site {
  font-size: 0.42666667rem;
  text-align: center;
  line-height: 1rem;
  height: 1rem;
  letter-spacing: 0.08rem;
}
.footer a {
  color: #f4e3ba;
}
.mask,
.wechat-mask,
.contact-mask {
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
}
.contact-mask {
  background: rgba(0, 0, 0, 0.8);
}
.pop-container {
  width: 17.06666667rem;
  position: absolute;
  left: 50%;
  margin-left: -8.53333333rem;
  height: 21.33333333rem;
  top: 5.33333333rem;
  background: #fff;
  border-radius: 0.26666667rem;
}
.wechatImg {
  width: 15.46666667rem;
  height: 16rem;
  margin: 0 auto;
  margin-top: 0.26666667rem;
}
.wechat-mask {
  text-align: center;
  font-size: 0.66666667rem;
  color: #999;
}
.wechat-mask p {
  margin: 0;
  line-height: 1.2rem;
}
.wechat-mask p img {
  width: 0.66666667rem;
  height: 0.66666667rem;
  display: inline-block;
  margin-right: 0.13333333rem;
  line-height: 1.33333333rem;
  margin-top: -0.13333333rem;
}
.wechat-close-btn {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  top: 0.4rem;
  right: 0.4rem;
}
.contact {
  width: 18.4rem;
  height: 80%;
  position: fixed;
  z-index: 10;
  top: 13%;
  left: 0.8rem;
  overflow: hidden;
  border-radius: 0.53333333rem;
}
.contact-window {
  margin-top: -2.66666667rem;
  padding-top: 2.66666667rem;
}
.contact-btn {
  width: 1.33333333rem;
  height: 1.33333333rem;
  background: url(../images/header-contact.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0.21333333rem;
  z-index: 9;
}
.contact-mask {
  z-index: 10;
}
.contact-header {
  height: 2.66666667rem;
  background: #014b4e;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.contact-logo {
  width: 5.44rem;
  height: 1.44rem;
  background: url(../images/contact-logo.png);
  background-size: 100% 100%;
  margin-left: 0.66666667rem;
}
.contact-phone {
  width: 1.33333333rem;
  height: 1.33333333rem;
  margin-right: 0.66666667rem;
  margin-left: auto;
  background: url(../images/contact-phone.png);
  background-size: 99%;
}
.contact-container {
  width: 100%;
  background: #edeef2 url(../images/contact-bg.png) left bottom no-repeat;
  background-size: 100% auto;
  height: 100%;
  margin-top: 2.66666667rem;
  overflow: hidden;
  overflow-y: auto;
}
.question-list {
  background: #fff;
  border-radius: 0.37333333rem;
  width: 17.06666667rem;
  margin: 0.8rem auto 0 auto;
  color: #000;
  height: 7.57333333rem;
  overflow: hidden;
}
.question-list li {
  width: 16rem;
  margin: 0 auto;
  height: 1.86666667rem;
  line-height: 1.86666667rem;
  border-bottom: 1px dashed #e2e2e2;
  font-size: 0.8rem;
  background: url(../images/arrow-right-black.png) 15.73333333rem 50% no-repeat;
  background-size: 0.24rem 0.48rem;
}
.question-list li[qIndex='-1'] {
  text-align: center;
  background: url(../images/arrow-down-black.png) 10.13333333rem 50% no-repeat;
  background-size: 0.48rem 0.24rem;
}
.question-list.on {
  height: auto;
}
.question-list li:last-child {
  border: none;
}
.addQAList:last-child {
  margin-bottom: 5.33333333rem;
}
.answer-container {
  width: 17.06666667rem;
  margin: 0.8rem auto 0 auto;
  background: #fff;
  border-radius: 0.37333333rem;
}
.answer-more {
  display: flex;
  flex-direction: row;
  height: 2.13333333rem;
  font-size: 0.8rem;
}
.answer-txt {
  border-bottom: 1px dashed #e2e2e2;
  padding: 0.53333333rem 0;
  color: #666;
  width: 16rem;
  margin: 0 auto;
  font-size: 0.85333333rem;
}
.other-question,
.noAnswer {
  width: 49%;
  text-align: center;
  color: #014b4e;
  line-height: 2.13333333rem;
  height: 2.13333333rem;
}
.noAnswer {
  color: #555;
}
.close-contact {
  width: 1.57333333rem;
  height: 1.6rem;
  position: absolute;
  z-index: 3;
  top: 3.46666667rem;
  right: 0.8rem;
  background: url(../images/close-contact.png) no-repeat;
  background-size: 100%;
}
.answer-txt a {
  display: inline-block;
  color: red;
  text-decoration: underline;
}
.contact-phone a {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel-indicators {
  z-index: 8;
}
.back-home {
  width: 3.46666667rem;
  height: 1.33333333rem;
  position: fixed;
  z-index: 9;
  left: 0.26666667rem;
  bottom: 4rem;
  background: #3e8688;
  line-height: 1.33333333rem;
  text-align: center;
  border-radius: 0.13333333rem;
  color: #fff;
}
.back-top {
  width: 1.33333333rem;
  height: 1.33333333rem;
  background: url(../images/back-top.png) no-repeat;
  background-size: 100%;
  position: fixed;
  z-index: 9;
  right: 0.26666667rem;
  bottom: 4rem;
  -webkit-transition: all .3s ease;
}
.back-top.hide {
  right: -1.33333333rem;
}
