/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
html {
  font-size: calc(100vw / 750 * 100);
}
body {
  width: 100%;
}
img {
  display: block;
}

ul,
a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.sec-header,
.sec-content {
  margin: 0 auto;
  padding: 0rem 0.44rem;
}

/* Header 样式 */
.header {
  position: fixed;
  width: 100%;
  transition: all 0.2s;
  z-index: 2;
}
.header-contact {
  background: none;
}
.logo {
  display: block;
  width: 1.12rem;
  height: 0.33rem;
  margin-left: 0.6rem;
}
.logo.red {
  display: none;
}
.header .nav-list {
  flex-grow: 1;
}
.nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.header .nav-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0.7rem;
  line-height: 0.7rem;
}

.header .nav-list li {
  margin-right: 80px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.header .nav-list ul li:last-child {
  margin-right: 0;
}

.active-border {
  width: 20px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin-top: 3px;
}
.nav-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* mobHomeNav 手机头部导航样式 */
.mobHomeNav {
  position: relative;
  width: 100%;
  height: 1.28rem;
}
.mobHomeNav-box {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.28rem;
	box-shadow: 0 2px 8px 0 #f2f2f2;
  /* box-shadow: 0 2px 8px 0 #f2f2f2;
	background-color: #fff; */
}

.mobHomeNav-switch {
  margin-right: 0.32rem;
	width: 32px;
	height: 32px;
	background: url(../images/nav-menu.png?v=2.0.30) no-repeat;
	background-size: contain !important;
	cursor: pointer;
}
.mobHomeNav-switch-close {
	background: url(../images/nav-close.png?v=2.0.30) no-repeat;
}
.mobHomeNav-menu {
	display: none;
  position: absolute;
  z-index: 10;
  top: 1.28rem;
  left: 0;
  width: 100%;
	box-shadow: 0 2px 8px 0 #f2f2f2;
  background-color: #fff;
}
.show-mobHomeNav-menu{
	display: block;
}
.mobHomeNav-menu li {
}
.mobHomeNav-menu li a {
	display: block;
	margin-left: .32rem;
  height: 1.12rem;
  line-height: 1.12rem;
  font-size: .32rem;
  color: rgba(52, 60, 73, 1);
}

/* 兼容主页头部样式 */
.mobHomeNav-logo {
  margin-left: 0.32rem;
	width: 2.92rem;
	height: .88rem;
	background: url(../images/logo-blue.png?v=2.0.30) no-repeat;
	background-size: contain !important;
}
.mobHomeNav-logoWhite {
  background: url(../images/logo-white.png?v=2.0.30) no-repeat;
}
.mobHomeNav-whiteIcon {
	box-shadow: initial;
}
.mobHomeNav-whiteIcon .mobHomeNav-switch {
  background: url(../images/nav-menu-white.png?v=2.0.30) no-repeat;
}
.mobHomeNav-whiteIcon .mobHomeNav-switch-close {
  background: url(../images/nav-close.png?v=2.0.30) no-repeat;
}

/* mobFooter 样式 */
.mobFooter {
  padding: 0.32rem 0.32rem 0;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  background-color: rgba(31, 36, 40, 1);
}

.mobFooter-topBox {
  display: flex;
}

.mobFooter-tit {
  text-align: left;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.8);
}

.mobFooter-webList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.36rem;
  width: 2.8rem;
}

.mobFooter-webList a {
  margin-bottom: 0.2rem;
	width: 1.2rem;
	text-align: left;
  list-style: none;
  text-decoration: none;
  font-size: 0.24rem;
  color: #fff;
  cursor: pointer;
}

.mobFooter-account {
  margin-left: 1.6rem;
}

.mobFooter-code {
  margin-top: 0.36rem;
  width: 1.6rem;
}

.mobFooter-webList a:nth-child(odd) {
  margin-right: 0.4rem;
}

.mobFooter-company {
	margin-top: 0.32rem;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
}

.mobFooter-logoBox {
  margin: 10px auto 0;
  width: 6.86rem;
  border-top: 1px solid #444;
}

.mobFooter-logoBox-logo {
  margin: 0.32rem auto 0;
  padding-bottom: 0.32rem;
  width: 2rem;
}

/* 手机主页footer */
#indexFooter-mobile{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.3rem 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.8);
}

#indexFooter-mobile p {
	line-height: 18px;
}

/* PC页面隐藏--手机页面展示 */
.home-pc,
.science-pc,
.welfare-pc,
.about-pc,
.join-pc {
  display: none;
}
.home-mobile,
.science-mobile,
.welfare-mobile,
.about-mobile,
.join-mobile {
  display: block;
}
