@media screen and (min-width: 1025px) {
  .main {
    margin-left: 160px;
    margin-right: 160px;
    position: relative;
  }
}

header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 20px;
  z-index: 9;
  transition: all 500ms;
}

header .main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 291px;
  height: 47px;
  display: block;
}

header .logo img {
  width: 291px;
  position: absolute;
  transition: all 300ms;
}

header .logo .black {
  opacity: 0;
}

header .logo .white {
  opacity: 1;
}

header .right {
  display: inline-flex;
  align-items: center;
}

header nav {
  display: inline-flex;
  align-items: center;
}

header nav .dropdown a {
  line-height: 80px;
  font-size: 14px;
  color: #fff;
  margin-right: 60px;
  white-space: nowrap;
  transition: color 300ms;
}

header nav .dropdown:hover {
  color: #0069a6;
}
header nav .dropdown {
 position:relative
}
header nav .dropdown  ul{
	position: absolute;
	border-top: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 5px 41.5px rgba(40,40,40,.11);
	box-shadow: 0 5px 41.5px rgba(40,40,40,.11);
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	opacity: 1;
	visibility: hidden;
	position: absolute;
	left: -40px;
	right: auto;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	display: block;
	width: 235px;
	padding: 24px 40px 25px;
	border-radius: 0 0 8px 8px;
	top: 100%;
	}
header nav .dropdown:hover ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    display: block;}
header nav .dropdown ul li{padding-right: 0;position: relative;vertical-align: top;}
header nav .dropdown ul li a{
    position: relative;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    padding: 10px 0 9px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    line-height: 30px;
    color: #333;
    margin-right: 0;
    }
header nav .dropdown ul li a:hover{color:#0069a6}
header .lang-s {
  display: inline-flex;
  align-items: center;
}

header .lang-s a,
header .lang-s span {
  color: #fff;
}

header .lang-s .lang {
  font-size: 16px;
}

header .lang-s span {
  font-size: 12px;
  padding: 0 15px;
}

header .lang-s .search-btn {
  display: block;
  font-size: 20px;
  line-height: 20px;
}

header.white {
  background-color: #fff;
  top: 0;
}

header.white .logo .black {
  opacity: 1;
}

header.white .logo .white {
  opacity: 0;
}

header.white nav a {
  color: #333;
}

header.white nav a:hover {
  color: #0069a6;
}

header.white .lang-s a,
header.white .lang-s span {
  color: #333;
}
.head_white header {
  background-color: #fff;
  top: 0;
}

.head_white header .logo .black {
  opacity: 1;
}

.head_white header .logo .white {
  opacity: 0;
}

.head_white header nav a {
  color: #333;
  position: relative;
}

.head_white header nav a.cur {
  color: #0069a6;
}

.head_white header nav a:hover {
  color: #0069a6;
}

.head_white header .lang-s a,
.head_white header .lang-s span {
  color: #333;
}
header.out {
  transform: translateY(-100%);
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: none;
}

.m-header {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  display: none;
}

.m-header .main {
  height: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-header .main .logo {
  width: auto;
  height: 0.6rem;
}

.m-header .main .logo img {
  width: auto;
  height: 100%;
  display: block;
}

.m-header .main .right {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.m-header .main .right a {
  display: block;
  float: left;
  width: 0.64rem;
  height: 0.5rem;
  margin-left: 0.16rem;
}

.m-header .main .right a img {
  width: 100%;
  height: 100%;
}

.m-header .m-nav {
  width: 100%;
  position: fixed;
  top: 1rem;
  left: 0;
  background-color: #fff;
  padding: 0.24rem;
  display: none;
}

.m-header .m-nav .nav {
  width: 100%;
}

.m-header .m-nav .nav .one {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.28rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-header .m-nav .nav .one a {
  display: block;
  float: left;
  height: 100%;
  white-space: nowrap;
}

.m-header .m-nav .nav .one i {
  display: block;
  float: right;
  width: 100%;
  height: 100%;
  background-image: url(../img/29.png);
  background-size: 0.2rem 0.2rem;
  background-position: right center;
  background-repeat: no-repeat;
}

.m-header .m-nav .nav .one i.open {
  background-image: url(../img/30.png);
  background-size: 0.2rem 0.03rem;
}

.m-header .m-nav .nav .two {
  width: 100%;
  height: auto;
  padding-bottom: 0.24rem;
  padding-left: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}

.m-header .m-nav .nav .two a {
  display: block;
  clear: both;
  margin-top: 0.24rem;
  font-size: 0.26rem;
}

.m-header .m-nav .lang {
  width: 100%;
  overflow: hidden;
  padding-top: 0.24rem;
}

.m-header .m-nav .lang a {
  display: block;
  float: left;
  margin-right: 0.1rem;
  height: 0.5rem;
  min-width: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.06rem;
  text-align: center;
  padding: 0 0.1rem;
  font-size: 0.28rem;
  color: #999;
}

.m-header .m-nav .lang a.active {
  background-color: #0069a6;
  color: #fff;
}

footer {
  width: 100%;
  background-color: #222;
}

footer .foot-top {
  width: 100%;
  padding: 36px 0;
}

footer .foot-top .main {
  display: flex;
  justify-content: space-between;
  padding: 0 150px;
}

footer .foot-top .item {
  overflow: hidden;
}

footer .foot-top .item p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

footer .foot-top .item a {
  display: block;
  float: left;
  clear: both;
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}

footer .foot-bot {
  padding: 14px 0;
  border-top: 1px solid #333;
}

footer .foot-bot .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .foot-bot p,
footer .foot-bot span,
footer .foot-bot a {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

footer .foot-bot img {
  margin-right: 5px;
}

footer .foot-bot .left p,
footer .foot-bot .left a {
  margin-right: 20px;
}

footer .foot-bot .right p,
footer .foot-bot .right a {
  margin-left: 20px;
}

@media screen and (max-width: 1600px) {
  .main {
    margin-left: 90px;
    margin-right: 90px;
  }
  header {
    height: 80px;
    top: 20px;
  }
  header .logo {
    width: 291px;
    height: 47px;
  }
  header .logo img {
    width: 291px;
  }
  header nav .dropdown a {
    font-size: 14px;
    margin-right: 40px;
  }
  header .lang-s .lang {
    font-size: 16px;
  }
  header .lang-s span {
    font-size: 12px;
    padding: 0 15px;
  }
  header .lang-s .search-btn {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .main {
    margin-left: 60px;
    margin-right: 60px;
  }
  header {
    height: 80px;
    top: 20px;
  }
  header .logo {
    width: 291px;
    height: 47px;
  }
  header .logo img {
    width: 291px;
  }
  header nav .dropdown a {
    font-size: 14px;
    margin-right: 30px;
  }
  header .lang-s .lang {
    font-size: 16px;
  }
  header .lang-s span {
    font-size: 12px;
    padding: 0 15px;
  }
  header .lang-s .search-btn {
    font-size: 20px;
    line-height: 20px;
  }
  footer .foot-top {
    padding: 36px 0;
  }
  footer .foot-top .main {
    padding: 0;
  }
  footer .foot-top .item p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .foot-top .item a {
    font-size: 14px;
    margin-top: 8px;
  }
  footer .foot-bot {
    padding: 14px 0;
  }
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size: 14px;
  }
  footer .foot-bot img {
    margin-right: 5px;
  }
  footer .foot-bot .left p,
  footer .foot-bot .left a {
    margin-right: 20px;
  }
  footer .foot-bot .right p,
  footer .foot-bot .right a {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    margin-left: 30px;
    margin-right: 30px;
  }
  header {
    display: none;
  }
  .m-header {
    display: block;
  }
  footer .foot-top {
    display: none;
  }
  footer .foot-bot {
    padding: 14px 0;
    border-top: 1px solid #333;
    text-align: center;
  }
  footer .foot-bot .main {
    display: block;
  }
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size: 14px;
    color: #666;
    display: inline-block;
  }
  footer .foot-bot img {
    margin-right: 5px;
  }
  footer .foot-bot .left {
    width: 100%;
  }
  footer .foot-bot .left p,
  footer .foot-bot .left a {
    margin-right: 10px;
    margin-left: 10px;
  }
  footer .foot-bot .right {
    width: 100%;
  }
  footer .foot-bot .right p,
  footer .foot-bot .right a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 480px) {
  html, body {
    overflow-x: hidden;
  }
  .main {
    margin-left: 14px;
    margin-right: 15px;
  }
  header {
    display: none;
  }
  .m-header {
    display: block;
  }
  footer .foot-top {
    display: none;
  }
  footer .foot-bot {
    padding: 14px 0;
    border-top: 1px solid #333;
    text-align: center;
  }
  footer .foot-bot .main {
    display: block;
  }
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size: 14px;
    color: #666;
    display: inline-block;
  }
  footer .foot-bot img {
    margin-right: 5px;
  }
  footer .foot-bot .left {
    width: 100%;
  }
  footer .foot-bot .left p,
  footer .foot-bot .left a {
    margin-right: 10px;
    margin-left: 10px;
  }
  footer .foot-bot .right {
    width: 100%;
  }
  footer .foot-bot .right p,
  footer .foot-bot .right a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.pageNav {
	text-align: center;
	height: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #666;
}

	.pageNav font, .pageNav span, .pageNav a {
		display: inline-block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		font-size: 15px;
		border: 1px solid #ededed;
		color: #363636;
		background: #d2d2d2;
	}

		.pageNav font.current, .pageNav span.current {
			background: #2d3a67;
			color: #fff;
		}

		.pageNav font.disabled, .pageNav span.disabled {
			color: #adaaad;
		}

		.pageNav a, .pageNav a:link, .pageNav a:visited {
			font-size: 15px;
			border: 1px solid #ededed;
			color: #333;
			white-space: nowrap;
			background-color: #d2d2d2;
		}

			.pageNav a:hover {
				background-color: #2d3a67;
				color: #fff;
			}

			.pageNav a.current {
				background: #f7f7f7;
				color: #fff;
			}

			.pageNav a.disabled {
				color: #adaaad;
			}

	.pageNav .page-arrow {
		font-family: simsun;
	}
#pop {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.no-data{
    font-size: 16px;
}
.no-data span{
    color: #e08337;
    font-weight: 600;
}