@media (min-width: 992px) {
  .l-hiden {
      display: none !important;
  }
}
@media (max-width: 992px) {
  .page-header .m-right .nav-list .list-item:not(:first-child){
    margin-left: 0!important;
  }
}
@media (max-width: 1399px) {
  .response-padding-width{padding:30px 15px;}
}
@media (max-width: 1290px) {
  .main-nav{
    padding-left: 1rem!important;
  }
  .main-nav .list-item:not(:first-child){
    margin-left: 30px!important;
  }
}
@media (max-width: 1190px) {
  .main-nav{
    padding-left: 0.5rem!important;
  }
  .main-nav .list-item:not(:first-child){
    margin-left: 25px!important;
  }
}
@media (max-width: 1095px) {
  .main-nav .list-item:not(:first-child){
    margin-left: 22px!important;
  }
}
@media (max-width: 1055px) {
  .main-nav .list-item:not(:first-child){
    margin-left: 17px!important;
  }
}
@media (min-width: 1399px) {
  .page-header{padding:0 50px;}
   .response-padding-width{padding:30px 50px;}
}
@media (min-width: 1600px) {
  .page-header{padding:0 80px;}
  .response-padding-width{padding:50px 80px;}
}
.even{
  background: #fcfcfc;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  font: 16px/16 arial, tahoma, Srial, helvetica, sans-serif;
  color: #404040;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.25rem;
  /* letter-spacing: 1px; 設置全局字體間距 */
}
ul {
  list-style: none;
}
a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  display: inline-block;
  vertical-align: middle;
}

/**页面中的通用样式**/
.hui-page-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
  height: 100px;
  z-index: 10000;
}
.g-container {
  width: 1200px;
  margin: 0 auto;
}
.page-header {
  background: #fff;
  height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 998;
  border-bottom: 1px solid #f8f8f8;
}

.page-header .m-left {
  float: left;
  width: 220px;
}
.page-header .m-left img {
  max-height:60px;
}
.page-header .m-right {
  float: left;
  width: calc(100% - 220px - 20px);
  text-align: right;
  height: 80px;
}
.page-header .m-right .nav-list {
  height: 80px;
  display: inline-block;
}
.page-header .m-right .nav-list .list-item {
  float: left;
  position: relative;
}
.page-header .m-right .nav-list .list-item:not(:first-child) {
  margin-left: 40px;
}
.page-header .m-right .nav-list .list-item .sub-shader-wrap {
  overflow: hidden;
}
.page-header .m-right .nav-list .list-item.list-go-back {
  line-height: 80px;
}
.page-header .m-right .nav-list .list-item.list-go-back .go-old-back {
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #000;
}
.page-header .m-right .nav-list .list-item:hover .page-shade {
  display: block;
}
.page-header .m-right .nav-list .list-item:hover .sub-wrap {
  display: block;
}
.page-header .m-right .nav-list .list-item .list-link {
  display: inline-block;
  line-height: 80px;
  height: 80px;
  font-size: 1.25rem;
  position: relative;
}
.page-header .m-right .nav-list .list-item .list-link:hover, .page-header .m-right .nav-list .list-item .list-link.active {
  color: #1a4279;
}
.page-header .m-right .nav-list .list-item .list-link:hover:after, .page-header .m-right .nav-list .list-item .list-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1a4279;
}
.switch-lang:hover:after{
  background-color: #fff!important;
}
.choose-lang{
  box-shadow: 0 2px 6px hsla(0,0%,47.5%,.25);
}
.choose-lang a{
  display: block!important;
  margin-left:0!important;
  line-height: 30px!important;
  background: white;
  padding: 0 8px;
}
.page-header .m-right .nav-list .list-item .page-shade {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 60px;
  background-color: rgba(244, 242, 242, 0.7);
  display: none;
  z-index: 999;
}
.page-header .m-right .nav-list .list-item .sub-wrap {
  position: absolute;
  top: 80px;
  z-index: 1000;
  left: 0;
  float: left;
  text-align: left;
  white-space: nowrap;
  display: none;
}
.page-header .m-right .nav-list .list-item .sub-wrap .sub-item {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.page-header .m-right .nav-list .list-item .sub-wrap .sub-item:hover, .page-header .m-right .nav-list .list-item .sub-wrap .sub-item.active {
  color: #EE7800;
}
.page-header .m-right .nav-list .list-item .sub-wrap .sub-item:not(:first-child) {
  margin-left: 30px;
}
.page-footer {
  height: auto;
  background-image: url("./images/bottom-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.page-footer .co{
  font-size: 2.5rem;
  line-height: 3rem;
}
.page-footer .add{
  margin-bottom: 50px;
}
.page-footer .contact{
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.page-footer a{
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
}
.weixin-img{
	width: 200px;
	
}