﻿* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "myfont","Microsoft YaHei","pingfang sc medium";
  font-size: 12px;
  color: #000000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}


@font-face{
	font-family: "myfont";
	src: url('../font/OPPOSans-L.ttf');
}


/* 自定义标签样式 */

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li,
ol li {
  list-style: none;
}

input,
img,
textarea,
button {
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

button {
  background: none;
  outline: none;
}

b {
  font-weight: normal;
}

u {
  text-decoration: none;
}


/* 自定义公共类名样式 */

.fl-lt {
  float: left;
}

.fl-rt {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



.contain {
  width: 14rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.head {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: .7rem;
  background: #fff;
  box-sizing: border-box;
}

.head .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .logo {
  width: 1.7rem;
  height: .7rem;
  float: left;
  margin-right: .45rem;
}
.head .nav-bg{
  position: absolute;
  top: .7rem;
  left: 0;
  width: 100%;
  height: .7rem;
  background: rgba(33, 33, 33, .85);
  display: none;
}
.head .nav ul{
  height: .7rem;
  display: flex;
  align-items: center;
}

.head .nav li {
  position: relative;
  padding: 0 .15rem;
  font-size: .18rem;
  white-space: nowrap;
  line-height: .7rem;
  color: #fff;
  display: inline-block;
}

.head .nav li  a{
  color: #000000;
  font-weight: bold;
}
.head .nav li>a::after {
  content: "";
  position: absolute;
  bottom: .2rem;
  left:50%;
  margin-left: -.1rem;
  width: .2rem;
  height: 1px;
  background: #fff;
  display: none;
}

.head .nav li:hover>a::after,
.head .nav li>a.active::after,
.head .nav li>a:hover::after {
 display: block;

}
.head .nav li.current>a,
.head .nav li:hover>a
{
  color: #f1a63b;
}


.head .nav li .sub-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .7rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: none;
  z-index: 11;

}

.head .nav li .sub-nav a {
  padding:0  .2rem;
  display: inline-block;
  line-height: .7rem;
  color: #fff;
}

.head .nav li .sub-nav a.now,
.head .nav li .sub-nav a:hover {
  font-weight: bold;
  color: #f1a63b;
}

.head .nav li .sub-nav a:last-child {
  border-bottom: none;
}
.banner{
  width: 100%;
  height: 8.8rem;
}
.banner .bg{
  width: 100%;
  height: 100%;
}

.swiper{
  width: 100%;
  height: 100%;
}
.banner .index-pagination{
  position: absolute;
  text-align: center;
  bottom: 45px;
  z-index: 10;
}
.banner  img{
  display: block;
}
.banner .index-pagination .swiper-pagination-bullet{
  opacity: 1;
  background: #fff;
  margin: 0 10px;
}
.banner .index-pagination .swiper-pagination-bullet-active{
  background: #f6ab3b;
  opacity: 1;
}

.foot{
  padding: .7rem 0;
  border-top: .1rem solid #f1a63b;
  background: #212121;
}
.foot .foot-nav a{
  color: #c3c4c4;
}
.foot .foot-nav {
  padding-bottom: .3rem;
  border-bottom: 1px solid #595a5a;
  display: flex;
  justify-content: space-between;
}
.foot .foot-nav ul{
  display: flex;
}
.foot .foot-nav ul li{
  margin-right: .55rem;
}
.foot .foot-nav ul li.current>a{
  color: #f1a63b;
}
.foot .foot-nav ul li>a{
  margin-bottom: .25rem;
  font-size: .18rem;
}
.foot .foot-nav ul li .sub-nav a{
  font-size: .16rem;
  line-height: .36rem;
  white-space: nowrap;
}
.foot .foot-nav .f-code{
  width: 1.44rem;
  flex: 0  0 1.44rem;
  text-align: center;
}
.foot .foot-nav .f-code img{
  margin-bottom: .2rem;
}
.foot .foot-nav .f-code span{
  font-size: .16rem;
  color: #fff;
}
.foot .f-info{
  padding-top: .4rem;
  color: #c3c4c4;
  display: flex;
}
.foot .f-info .hz-info{
  margin-right: .3rem;
  display: flex;
  align-items: flex-start;
  line-height: 1em;
}
.foot .f-info .hz-info span{
  margin-right: .25rem;
  margin-top: .1rem;
  font-size: .18rem;
  font-weight: bold;
  color: #f1a63b;
}
.foot .f-info .hz-info  img{
  width: 3.5rem;
}
.foot .f-info  .addr{
  margin-right: .3rem;
  padding: 0 .3rem;
  border-left: 1px solid #c3c4c4;
  border-right: 1px solid #c3c4c4;
  box-sizing: border-box;
  width: 5.1rem;
  font-size: .16rem;
}
.foot .f-info  .addr .cn{
  margin-bottom: .1rem;
}
.foot .f-info .f-tel{
  font-size: .16rem;
  line-height: .24rem;
}

.current-addr{
  margin-bottom: .8rem;
  padding-top: .5rem;
  
  font-size: .18rem;
  font-weight: bold;
  color: #9a9b9b;
  
}
.current-addr .contain{
  padding-bottom: .2rem;
  border-bottom: 1px solid #e9e9e9;
}
.current-addr .now{
  color: #212121;
}
.com-tit{
  text-align: center;
}
.com-tit .big{
  font-size: .6rem;
  color: #000;
  font-weight: bold;
}
.com-tit .big span{
  color: #f6ab3b;
}
.com-tit .small{
  position: relative;
  padding-bottom: .55rem;
  margin-top: .3rem;
  font-size: .18rem;
  line-height: .36rem;
  /*color: #595757;*/
}
.com-tit .small::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1px;
  background: #f3d09f;
}


.right-fixed{
  position: fixed;
  z-index: 11;
  bottom: 2rem;
  right: .18rem;
}
.right-fixed a{
  width: .48rem;
  height: .48rem;
  margin-bottom: .18rem;
}
.right-fixed a img{
  width: 100%;
  height: 100%;
}
#wxCode {
  position: relative;
}
#wxCode .code{
  position: absolute;
  top: 0;
  left: -1.2rem;
  width: 1rem;
  height: 1rem;
  display: none;
}