.pcshow{opacity:1;}
.mbshow{opacity:0;}
@media screen and (min-width: 1025px) {
  .main {
    margin: 0 auto;
    width: 90%;
    max-width: 1400px;
    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: 220px;
  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:16px;
  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:12px;
    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:14px;
}

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.5rem;
}

.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;
  line-height:0.5rem;
  margin-left: 0.16rem;
  text-align:right;
}

.m-header .main .right a img {
  width: 100%;
  height: 100%;
}

.m-header .m-nav {
  width: 100%;
  position: fixed;
  top: 0.8rem;
  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: 10%;
  height: 100%;
  background-image: url(../image/29.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.m-header .m-nav .nav .one i.open {
  background-image: url(../image/30.png);
}

.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: #fff;
}

footer .foot-top {
  width: 100%;
  padding: 80px 0;
}

footer .foot-top .main {
  display: flex;
  justify-content: space-between;
  
}

footer .foot-top .foot-left{ margin-right:5%; }
footer .foot-top .foot-left img{max-width:230px;}
footer .foot-top .foot-left .foot_h2{font-size:30px; font-weight:bold; color:#005bac; line-height:40px; margin-top:80px; margin-bottom:20px;}
footer .foot-top .foot-left p{line-height:30px; font-size:16px; color:#666;}

footer .foot-top .item {
  overflow: hidden;
}

footer .foot-top .item p a {
  font-size: 20px;
  font-weight:bold;
  margin-bottom: 15px;
  color: #000;
}

footer .foot-top .item a {
  display: block;
  float: left;
  clear: both;
  font-size:14px;
  color: #999;
  margin-top: 8px;
}

footer .foot-top .item a:hover{color:#005bac;}

footer .foot-bot {
  padding: 50px 0;
}

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:12px;
  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 .left{margin-top:-30px;}

footer .flt ul{margin-top:30px}
footer .flt ul li{position:relative; float:left;}
footer .flt ul li a{display:block; background:#005bac; width:42px;height:42px;line-height:42px;text-align:center;border:1px solid rgba(255,255,255,0.1);border-radius:50%;float:left;position:relative;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
footer .flt ul li:hover{border-color:rgb(255,255,255,.8)}
footer .flt ul li i{display:block;width:100%;opacity:0.3;font-size:24px;color:white;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
footer .flt ul li:hover i{opacity:.8}
footer .flt ul li a>img{display:inline-block;width:36px; margin-top: -5px; -webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
footer .flt ul li:hover a>img{opacity:.8}
footer .flt ul li .ewm{display:block;width:100px;position:absolute;bottom:100%;left:0;z-index:2;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
footer .flt ul li:hover .ewm{bottom:120%;opacity:1;visibility:visible}
footer .flt ul li .ewm img{width:100%}

footer .foot-bot .right p,
footer .foot-bot .right a {
  margin-left: 20px;
}

@media screen and (max-width: 1600px) {
  header {
    height: 80px;
    top: 20px;
  }
  /*header .logo {
    width: 291px;
    height: 47px;
  }
  header .logo img {
    width: 291px;
  }*/
  header nav .dropdown a {
    font-size:16px;
    margin-right: 40px;
  }
  header .lang-s .lang {
    font-size:14px;
  }
  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:12px;
    margin-right: 30px;
  }
  header .lang-s .lang {
    font-size:14px;
  }
  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:14px;
    margin-bottom: 15px;
  }
  footer .foot-top .item a {
    font-size:12px;
    margin-top: 8px;
  }
  footer .foot-bot {
    padding: 40px 0;
  }
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size:12px;
  }
  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: 40px 0;
  }
  footer .foot-bot .main {
    display: block;
  }
  footer .foot-top .item p a{font-size:16px;}
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size:12px;
    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 {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  footer .flt ul li a>img{width: 30px; margin-top: -16px;}
  footer .foot-bot .right {
    width: 100%;
    text-align:right;
  }
  footer .foot-bot .right p,
  footer .foot-bot .right a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  footer .foot-top .foot-left .foot_h2{font-size: 20px; line-height:30px;margin-top: 60px;}
}

@media screen and (max-width: 768px){
  footer .foot-top .item{ display:none; }
  footer .foot-top .foot-left { margin-right: 0;  width: 100%; text-align: center; margin-bottom: 20px;}
  footer .foot-bot .left {width: 100%;display: table;text-align: center;}
  footer .flt ul {text-align: center; display: table;margin: 30px auto;}
  footer .foot-bot .right { width: 100%; text-align: center;}
  footer .foot-bot .left p, footer .foot-bot .left a{ margin: 0 10px;}
}

@media screen and (max-width: 480px) {
.pcshow{opacity:0;}
.mbshow{opacity:1;}
  html, body {
    overflow-x: hidden;
  }
  .main {
    margin-left: 15px;
    margin-right: 15px;
  }
  header {
    display: none;
  }
  .m-header {
    display: block;
  }
  /*footer .foot-top {
    display: none;
  }*/
  footer .foot-bot {
    padding: 14px 0;
    text-align: center;
  }
  footer .foot-bot .main {
    display: block;
  }
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size:12px;
    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;
  }
  footer .flt ul{margin:10px auto 20px;}
}
.pageNav {
	text-align: center;
	height: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #666;
  display: table;
  width: 100%;
}

	.pageNav font, .pageNav span, .pageNav a {
		display: inline-block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		font-size:14px;
		color: #000;
    font-weight:bold;
	}

	 .pageNav .active a {
			color: #005bac;
		}

		.pageNav font.disabled, .pageNav span.disabled {
			color: #adaaad;
		}

   .pageNav li{display: inline;}
		.pageNav li a, .pageNav li a:link, .pageNav li a:visited {
			font-size: 15px;
			color: #333;
			white-space: nowrap;
		}

			.pageNav li a:hover {
				color: #005bac;
			}

			.pageNav li a.current {
				color: #005bac;
			}

			.pageNavli 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:14px;
}
.no-data span{
    color: #e08337;
    font-weight: 600;
}