@media screen and (min-width: 1025px) {
  .main {
    margin-left: 160px;
    margin-right: 160px;
    position: relative;
  }
}

header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 10px;
  z-index: 9;
  transition: all 500ms;
}

header .main {
  height: 100%;
  display: block;
  
}

header .logo {
  float: left;
  width: 291px;
  height: 47px;
  display: block;
  margin-top: 15px;
}

header .logo img {
  width: 291px;
  position: absolute;
  transition: all 300ms;
}

header .logo .black {
  opacity: 0;
}

header .logo .white {
  opacity: 1;
}

header .right {
  width: 900px;
  float: right; height: 80px;
}

header nav {
  float: right;
}
header nav li{ float: left; }
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: 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 {
  float: right;
      width: 100px;
    height: 80px;
    line-height: 80px;
}

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 {
  
  font-size: 20px;
  line-height: 20px;
}

header.white {
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0 3px 5px #9e9b9b;
  -moz-box-shadow: 0 3px 5px #9e9b9b;
  box-shadow: 0 3px 5px #9e9b9b;
}

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; font-size:30px;
}

.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-top: 36px;
  border-bottom: 1px #747474 solid;
}

footer .foot_nav{  width: 100%; height: 70px; }
footer .foot_nav .flogo{ float: left; width: 20%; height: 60px;}
footer .foot_nav .fnav{ float: right; width: 80%; height: 60px; }
footer .foot_nav .fnav ul{ float: right; height:50px; margin-top: 10px; }
footer .foot_nav .fnav li{ float: left; width:100px; text-align: right;  color: #747474; }
footer .foot_nav .fnav li a{ color: #747474; }
footer .foot_nav .fnav li a:hover{ color: #fff; }


footer .foot-top .main {
  display: block;
  justify-content: space-between;
}
footer .foot-bot {
  padding-top:50px;
  border-top: 1px solid #333;
  height:500px;
}

footer .foot-bot .main {
  display: block; 
}
footer .foot-bot .tel{ color: #fff; font-size:40px;font-family: 'din-b'; margin-bottom: 20px; transform: scale(1, 1.5);
      transform-origin: 0 0;}
footer .foot-bot .p2{color: #666; font-size:16px;font-family: 'din-b';}
footer .foot-bot .p3{color: #666; font-size:16px;font-family: 'din-b'; margin-top:10px;}
footer .foot-bot .left{position: relative; float: left; width: 40%; height:400px; }
footer .foot-bot .right{ float: right; width: 50%; max-width: 620px;}


footer .foot-bot .copyright a { color: #666;}
footer .foot-bot .copyright{position: absolute; left:0; bottom:20px;}
footer .foot-bot .copyright p{color: #666;}
footer .foot-bot .right p{ text-align: left; color: #fff; margin-bottom: 10px; }
footer .foot-bot .right li{height: 90px;}
footer .foot-bot .right input{ height: 50px; background: #272727;  border: 1px solid #747474;}
footer .foot-bot .right textarea{ width: 100%; height: 100PX; background: #272727;  border: 1px solid #747474;}
footer .foot-bot .right .input_box1{ width: 200px; }
footer .foot-bot .right .input_box2{ width: 400px; }
footer .foot-bot .right .input_box3{ width: 300px; }
footer .foot-bot .right .input_box4{ width: 300px; }
footer .foot-bot .right .btn_submit{height: 50px; background: #272727;  border: 1px solid #747474; color: #fff; width: 150px; }
footer .foot-bot .right .li3{height: 150px;}
footer .foot-bot .right .t1_left{ float: left; }
footer .foot-bot .right .t1_right{ float: right; }



@media screen and (max-width: 1600px) {
  .main {
    margin-left: 90px;
    margin-right: 90px;
  }
  header {
    height: 80px;
    
  }
  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;
   
  }
  header .logo {
    width: 291px;
    height: 47px;
  }
  header .logo img {
    width: 291px;
  }
  header nav .dropdown a {
    font-size: 16px;
    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-top: 36px;
  }
  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 {
    color: #666;
  }
  footer .foot-bot .right{font-size: 14px;}
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size: 14px;
  }

  
}

@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: block; padding-top: 20px;
  }
  footer .foot_nav{ height: 50px; }
  footer .foot_nav .fnav{ display: none; }
  footer .foot_nav .flogo{ width: 50%; height: 40px; }
  footer .foot-bot {
    padding: 14px 0; height: 320px;
    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%; height: 300px;     text-align: left;
  }
  footer .foot-bot .left .tel{ margin-bottom: 30px; }
  footer .foot-bot .left p,
  footer .foot-bot .left a {
    margin-right: 10px;
    margin-left: 0px; 
  }
  footer .foot-bot .right {
    width: 100%; display: none;
  }
  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;
}