/* 重置样式 */
html,
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: PingFangSC-Regular, PingFang SC;   
  /* font-size: 16px;    
   font-weight: 400;       
   line-height: 22px; */
  font-family: MicrosoftYaHei;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.01rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
form,
textarea,
button,
a {
  border: none;
  outline: none;
}

button {
  overflow: visible;
}

th,
em,
strong,
b,
address,
cite,
i {
  font-style: normal;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: top;
}

ins, a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

/* 公共样式 */

.fl{
  float: left;
}
.fr{
  float: right;
}
.tl{
  text-align: left;
}
.tc{
  text-align: center;
}
.tr{
  text-align: right;
}
/* 清除浮动 */
.clear-f::after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-f{
  zoom: 1;
}
.w14{
  width: 14rem;
  margin: 0 auto;
}
.w15{
  width: 15.04rem;
  margin: 0 auto;
}
/* 引入字体 */
@font-face{
  font-family:'Pangmen-font';
  src:url('../font/庞门正道标题体_0.TTF');
}
/* 按钮缩放动画 */
.btn-active {
  transition: all 1s ease;
}

.btn-active:hover {
  transform: scale(.9, .9);
}

.pic-big {
  transition: all .6s ease;
}

.pic-big:hover {
  transform: scale(1.1, 1.1);
}

/* 文本首行缩进 */
.text-indent {
  text-indent: 0.4rem;
}


/**
* 公共部分的样式
* 导航菜单 
**/
/* #nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  height: 100px;
  padding-left: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
#nav .logo{
  height: 100px;
  float: left;
}
#nav .logo img{
  margin-top: 26px;
  width: 178px;
}
#nav .left {
  position: absolute;
  font-size: 16px;
  list-style: none;
  padding-top: 34px;
  right: 159px;
}

#nav .left li {
  float: left;
  margin-left: 52px;
  cursor: pointer;
}

#nav .left li a {
  display: block;
  color: #333;
  padding-bottom: 14px;
  text-decoration: none;
}
#nav .left li a:hover {
  transition: all .4s ease;
  border-bottom: 2px solid #cd9a43;
  color: #cd9a43;
}

#nav .right {
  float: right;
  margin: 32px 38px 0 0;
  cursor: pointer;
}

.nav_active {
  color: #cd9a43 !important;
  border-bottom: 2px solid #cd9a43;
} */
#nav {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  max-width: 19.20rem;
  min-width: 14rem;
  height: 1rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#nav .logo{
  display: block;
  position: absolute;
  left: .38rem;
  top: .26rem;
  width: 1.66rem;
}
#nav .logo img{
  width: 100%;
}
#nav .left {
  position: absolute;
  font-size: 0.16rem;
  list-style: none;
  padding-top: 0.34rem;
  right: 1.59rem;
  top: 0;
}

#nav .left li {
  float: left;
  margin-left: 0.52rem;
  cursor: pointer;
}

#nav .left li a {
  display: block;
  color: #fff;
  padding-bottom: 0.14rem;
  text-decoration: none;
}
#nav .left li a:hover {
  transition: all .4s ease;
  border-bottom: 0.02rem solid #fff;
  color: #fff;
}

#nav .right {
  width: 0.33rem;
  height: 0.34rem;
  /* float: right;
  margin: 0.32rem 0.38rem 0 0; */
  cursor: pointer;
  position: absolute;
  top: .32rem;
  right: 0.38rem;
}
#nav .right img{
  width: 100%;
  height: 100%;
}

.nav_active {
  color: #fff !important;
  border-bottom: 0.02rem solid #fff !important;
}
.nav_active_scroll {
  color: #cd9a43 !important;
  border-bottom: 0.02rem solid #cd9a43 !important;
}

/* 底部菜单 */
#footer {
  width: 100%;
  max-width: 19.20rem;
  min-width: 18rem;
  height: 4.3rem;
  box-sizing: border-box;
}

#footer .footer-nav {
  width: 100%;
  height: 4.30rem;
  background-color: #2f5289;
  padding: 0 2.58rem;
  box-sizing: border-box;
}

#footer .footer-nav .nav-t {
  width: 100%;
  height: 3.52rem;
  border-bottom: .01rem dotted #999;
  display: flex;
}

#footer .footer-nav .nav-t .nav-t-l {
  width: 9.16rem;
  font-size: 0.18rem;
  margin-top: 0.64rem;
  display: flex;
  justify-content: space-between;
}

#footer .footer-nav .nav-t .nav-t-l li {
  position: relative;
}

#footer .footer-nav .nav-t .nav-t-l li h4 {
  position: relative;
  font-size: 0.18rem;
  color: #ffffff;
}

#footer .footer-nav .nav-t .nav-t-l li h4::after {
  content: '';
  width: 0.78rem;
  height: .02rem;
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  top: 0.30rem;
  left: 0;
}

#footer .footer-nav .nav-t .nav-t-l li div {
  font-size: 0.16rem;
  position: absolute;
  left: 0;
  top: 0.58rem;
}

#footer .footer-nav .nav-t .nav-t-l li div a {
  margin-bottom: 0.28rem;
  display: block;
}

#footer .footer-nav .nav-t .nav-t-r {
  width: 1.60rem;
  margin-top: 0.62rem;
  font-size: 0.18rem;
  text-align: center;
  padding-left: 3rem;
}
#footer .footer-nav .nav-t .nav-t-r p{
  color: #ffffff;
}

#footer .footer-nav .nav-t .nav-t-r img {
  width: 100%;
  margin-bottom: 0.30rem;
}

#footer .footer-nav .nav-b {
  width: 100%;
  font-size: 0.16rem;
  padding-top: 0.16rem;
}

#footer .footer-nav .nav-b li {
  float: left;
  margin-right: 0.70rem;
  line-height: 0.3rem;
}

#footer .footer-nav .nav-b li:first-child {
  width: 0.81rem;
  height: 0.30rem;
  border-radius: 4px;
  border: solid .01rem #ffffff;
  margin-right: 0.60rem;
  text-align: center;
}

#footer .footer-copyright {
  height: 0.6rem;
  background-color: #002d72;
  width: 100%;
  line-height: 0.6rem;
  text-align: center;
	font-size: 0.16rem;
	color: #ffffff;
}


/* 分类页 */
#category {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #002D72;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#category .cat-content {
  width: 100%;
  height: 100%;
  background: url(../image/5dea717635f5d5767d8bbfc120fe12d0.png) no-repeat center center;
  background-size: cover;
}

#category .cat-header {
  height: 1.2rem;
  padding: 0 0.12rem;
}

#category .cat-header a img {
  width: 2.28rem;
  height: 1.11rem;
  cursor: pointer;
}

#category .cat-header>img {
  width: .4rem;
  height: .4rem;
  float: right;
  margin: 0.32rem 0.26rem 0 0;
  cursor: pointer;
}

#category .cat-list {
  width: 100%;
  max-width: 19.2rem;
  min-width: 18rem;
  margin-top: 2.5rem;
  padding: 0 3.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#category .cat-list li {
  position: relative;
  font-size: 0.26rem;
}

#category .cat-list li::after {
  content: '';
  width: 0.8rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  top: 0.42rem;
  left: 0;
}

#category .cat-list li::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background: url(../image/椭圆1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -0.4rem;
}

#category .cat-list li div {
  font-size: 0.16rem;
  position: absolute;
  top: 0.74rem;
  left: 0;
}

#category .cat-list li div a {
  display: block;
  margin-bottom: 0.3rem;
}

#category .cat-floor {
  width: 100%;
  max-width: 19.2rem;
  min-width: 18rem;
  font-size: 0.16rem;
  position: absolute;
  bottom: 0.6rem;
  text-align: center;
}

#category .cat-floor a {
  display: inline-block;
  padding-right: 0.14rem;
  position: relative;
}

#category .cat-floor .btn-active::before {
  content: '';
  height: 0.18rem;
  width: 0.2rem;
  background: url(../image/shouye-copy.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -0.28rem;
}
#category .cat-floor span {
  padding-left: 0.28rem;
  border-left: 0.01rem solid rgba(255, 255, 255, .6)
}

#category .cat-floor span a::before {
  content: '';
  height: 0.18rem;
  width: 0.2rem;
  position: absolute;
  top: 0;
  left: -0.28rem;
}

/* 头部banner */
#banner{
  width: 100%;max-width: 19.2rem;min-width: 18rem;
  height: 6.4rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#banner .banner-content{
  /* width: 19.2rem; */
  width: 100%;
  height: 6.4rem;
  /* background: url(../image/about/5c2fbeb5aea238a8546ba774ed4a87b6.png) no-repeat center 0; */
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* margin: 0 auto; */
  animation-name: myfirst;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-play-state: running;
  /* animation-fill-mode: both; */
  animation-iteration-count: infinite;
  }
  .banner-content-video{
  width: 14rem;
  float: right;

}
#banner .banner-left{
  width: 6.82rem;
  height: 6.4rem;
  background: url(../image/about/形状2.png) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.28rem 0 0 2.58rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  z-index: 10;

}
#banner .banner-left h4{
  font-size: 0.24rem;
  position: relative;
  display: inline-block;
  line-height: 0.4rem;
}
#banner .banner-left h4::after{
  content: '';
  width: 1rem;
  height: 0.02rem;
  background: #ffffff;
  position: absolute;
  top: 0.44rem;
  left: 0;
}
#banner .banner-left .banner-list{
  margin-top: 0.31rem;
  width: 1.2rem;

}
#banner .banner-left .banner-list li{
  cursor: pointer;
  display: inline-block;
  line-height: 0.48rem;
}
#banner .banner-text{
  height: 6.24rem;
  position: absolute;
  top: 0.16rem;
  left: 0;
}
#banner .banner-text>img{
  position: absolute;
  left: 6.29rem;
  top: 50%;
  transform: translatey(-50%);
}

/* 选中字体颜色 */
.active-color{
  color: #cd9a43;
}



/* 定义动画 */
@keyframes myfirst
{
  0%   {transform: scale(1,1);}
  100%  {transform: scale(1.1,1.1);}
  /* 100% {transform: scale(1,1);} */
}
@-moz-keyframes myfirst /* Firefox */
{
  0%   {transform: scale(1,1);}
  100%  {transform: scale(1.1,1.1);}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
  0%   {transform: scale(1,1);}
  100%  {transform: scale(1.1,1.1);}
}

@-o-keyframes myfirst /* Opera */
{
  0%   {transform: scale(1,1);}
  100%  {transform: scale(1.1,1.1);}
}
