/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 27, 2020 */

@font-face {
  font-family: "PINGFANGREGULAR";
  src: url("../font/PingFangRegular.ttf"), url("../font/PingFangRegular.eot");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-family: "PINGFANGREGULAR";
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

img {
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 右侧悬浮按钮 */
.fix-btn {
  position: fixed;
  top: 50%;
  right: .2rem;
  z-index: 1000;
}

.fix-btn .btn-tel {
  background: url("../images/fix_btn_tel.png") #7d7a7d no-repeat center;
  background-size: .39rem;
}

.fix-btn .btn-msg {
  background: url("../images/fix_btn_msg.png") #7d7a7d no-repeat center;
  background-size: .39rem;
}

.fix-btn .btn-tel,
.fix-btn .btn-msg {
  display: block;
  width: .7rem;
  height: .7rem;
  margin: .05rem 0;
  border-radius: .05rem;
}

/* 导航 */
.top-nav {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  text-align: center;
}

.top-nav.on {
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.navigate {
  width: 12rem;
  height: .8rem;
  margin-right: auto;
  margin-left: auto;
}

.logo-container {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.logo-container img {
  /* width: 1.51rem;
  height: .33rem; */
  object-fit: fill; 
 object-fit: contain;
 object-fit: scale-down;
}

.item-container {
  height: 100%;
  float: right;
}

.item-container ul {
  float: left;
}

.item-container ul li {
  float: left;
  position: relative;
}

/* 鼠标悬停时item底部的滑动条 */
.item-container ul li::after {
  display: none;
  content: "";
  width: .25rem;
  height: .02rem;
  background: #f29a3b;
  position: absolute;
  bottom: 24%;
  left: .575rem;
  transition: all 0.5s ease 0s;
  text-align: center;
}

.item-container ul li:hover::after {
  display: block;
}

/* 鼠标悬停时展示折叠菜单 */
.item-container ul li.dropdown > .dropdown-toggle::after {
  content: url("../images/index_arrow_nor.png");
  position: absolute;
  right: 10%;
  bottom: 3%;
}

.item-container ul li:hover > .dropdown-toggle::after {
  content: url("../images/index_arrow_sel.png");
}

.item-container ul li:hover > a {
  color: #f29a3b;
}

.item-container ul li > a {
  display: block;
  width: 1.4rem;
  height: .8rem;
  line-height: .8rem;
  color: rgb(51, 51, 51);
  font-size: .18rem;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  background-color: #fff;
  padding: .15rem 0 ;
  position: absolute;
  left: .05rem;
  top: .7rem;
  z-index: 100;
  border-radius: .05rem;
  box-shadow: 0 0 .15rem rgba(148, 107, 63, 0.2);
  -webkit-border-radius: .05rem;
  -moz-border-radius: .05rem;
  -ms-border-radius: .05rem;
  -o-border-radius: .05rem;
}

.dropdown-menu a {
  display: block;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  width: 1.3rem;
  height: .45rem;
  line-height: .45rem;
}

.item-container ul li:hover .dropdown-menu {
  display: block;
}

.account-container {
  float: left;
  line-height: .8rem;
  margin-left: .3rem;
}

.account-container .btn-login {
  background-color: #f8920f;
  border-radius: .05rem;
  color: #fff;
  padding:.06rem .2rem;
  font-weight: bold;
  font-size: 0.18rem;
}

.dropdown-menu a:hover {
  color: #f29a3b;
}

/* 导航Item的高亮状态 */
.item-container ul .active > a,
.dropdown-menu .active {
  color: #f49b47;
}

.item-container ul .active::after {
  display: block;
}

/* 高亮状态下的展开三角形高亮 */
.item-container ul .active.dropdown > .dropdown-toggle::after {
  content: url("../images/index_arrow_sel.png");
}

/* footer */
.spare-line {
  width: 100%;
  height: 0.10rem;
  background-color: #f29a3b;
  clear: both;
}

.footer {
  width: 100%;
  background-color: #333;
  color: #999;
  font-size: .17rem;
}

.footer-top {
  overflow: hidden;
}

.footer-top .large-title {
  color: #fff;
  font-size: .22rem;
  margin:.64rem 0 .31rem;
}

.kefu {
  color: #f29a3b;
  font-size: .2rem;
}

.kefu i {
  font-weight: bold;
  padding-right: .09rem;
  font-size: .22rem;
}

.kefu img {
  width: .29rem;
  height: .22rem;
}

.kefu span {
  color: #999;
  font-size: .18rem;
}

.know-more {
  display: inline-block;
  font-size: .19rem;
  color: #fff;
  position: absolute;
  bottom: .03rem;
  margin-left: .07rem;
}
.gongzhonghao {
  overflow: hidden;
  margin-top: .16rem;
  position: relative;
}
.gongzhonghao img {
  width: .65rem;
  height: .65rem;
}

.footer .intro {
  max-width: 60%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  line-height: 1.8em;
}

.footer .contact {
  float: right;
  overflow: hidden;
}

.footer .address {
  clear: both;
  text-align: center;
  margin-top: .62rem;
  padding-bottom: .32rem;
}
.footer .beian {
  color: #999;
}
.footer .beian:hover {
  color: #f29a3b;
}
.footer .address p:first-child {
  margin: .32rem 0 .16rem;
}

.footer .address::before {
  content: "";
  display: block;
  width: 100%;
  height: .015rem;
  background-color: #999;
}

/*模态窗样式,所有页面都需要*/
.ovfHiden {
  overflow: hidden;
  height: 100%;
}
.dialog {
  font-size: 0.16rem;
}

.modal-window,
#open-modal-tel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window.active,
#open-modal-tel.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-close,
.modal-tel-close {
  color: #aaa;
  line-height: .5rem;
  font-size: .15rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: .7rem;
}

.modal-close:hover,
.modal-tel-close:hover {
  color: #333;
}

.modal-header {
  font-size: 0.24rem;
  font-weight: bold;
}

.modal-message {
  font-size: 0.16rem;
  margin:.15rem 0;
}

.modal-operate-area {
  text-align: center;
}

.modal-confirm,
.modal-cancel {
  display: inline-block;
  padding: .1rem .4rem;
  background-color: rgb(160, 157, 154);
  border-radius: .05rem;
  font-size: 0.14rem;
  color: #fff;
}

.modal-confirm {
  background-color: #f29a3b;
  margin-left: .2rem;
}

.modal-window > div,
#open-modal-tel > div {
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 2em;
  background-color: #fff;
  border-radius: .05rem;
}

/* 全局共用样式 */
.content {
  width: 12rem;
  margin: 0 auto;
}

.module .title {
  text-align: center;
  padding: .8rem 0;
}

.module .title .sub-title {
  font-size: .14rem;
  color: #999;
  margin-top: .16rem;
}

.module .title .title_CN {
  font-size: .29rem;
}

.module .title .title_CN::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: .013rem;
  background-color: rgb(159, 159, 159);
  margin-bottom: .1rem;
  margin-right: .2rem;
}

.module .title .title_CN::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: .013rem;
  background-color: rgb(159, 159, 159);
  margin-bottom: .1rem;
  margin-left: .2rem;
}

.module .title .title_EN {
  color: #999;
  margin-top: .14rem;
  font-weight: normal;
  font-family: Arial;
  font-size: .14rem;
}

.title .title_EN::after {
  display: inline-block;
  content: "";
  background-color: rgba(254, 126, 55, 0.7);
  width: .31rem;
  height: .013rem;
  margin-bottom: 0;
  margin-left: -.18rem;
}
