body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/*html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
body {
  color: #4c4c4c;
  font-size: 14px;
  font-family: '微软雅黑', "Arial", PingFang SC;
  background: #fff!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.public-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  height: 100px;
  line-height: 100px;
  box-sizing: border-box;
  background: #fff;
}
.public-header .body-box .logo-box {
  float: left;

}
.public-header .body-box .logo-box img {
 
  width: 240px;
  height: 60px;
}


.body-box {padding: 0 0 20px 0;}









.public-header .body-box .link-box {
  float: right;
}
.public-header .body-box li {

  float: left;
  text-align: center;
}


.public-header .body-box li.active{



border-bottom: 4px solid  #0A59A0;
}

.public-header .body-box li:hover{
  
  
  border-bottom: 4px solid  #0A59A0;
  margin-bottom: 10px;
  }
  


.public-header .body-box li a {
  display: inline-block;
  color: #0A59A0;
  font-size: 18px;
  font-weight: 400;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  padding-right: 36px;
  
}



.top_line {width: 100%;background: #E6E6E6;height: 4px;margin-top: 100px;}


.public-header .body-box li a span {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  transition: transform .3s;
}

.public-header .body-box li a span.en {font-size: 12px !important; color: #9FA0A0 !important;display: contents !important;}





.public-header .body-box li:hover a span,
.public-header .body-box li.active a span {
  transform: translate(0, -44px);
  color: #0A59A0;
  


}
.public-header .body-box li:hover a span:before,
.public-header .body-box li.active a span:before {
  width: 10px;
  transition: all .3s .2s;
}
.public-header .body-box li:hover a span:after,
.public-header .body-box li.active a span:after {
  width: 10px;
  transition: all .3s .2s;


}
.public-header.active {
  position: fixed;
  top: 0;
  transition: .5s;
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 999999;

}
.public-header.active .body-box {
  padding-top: 0;
  padding-bottom: 0;
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.banner-box .img-box img {
  width: 100%;
}
.public-footer {
  
  padding-top: 65px;
}
.public-footer .body-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.public-footer .body-box p {
  font-size: 16px;
  color: #c5c5c5;
}
.public-footer .body-box p span {
  margin-left: 30px;
  margin-right: 30px;
}
.public-footer .body-box .er-box {

  display: inline-block;
  text-align: center;
}
.public-footer .body-box .er-box p {
  margin-top: 10px;
  font-size: 14px;

}
.public-footer .copy-box {
  color: #a8a8a8;
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
}
.public-footer .copy-box span {
  margin-left: 20px;
}
/*# sourceMappingURL=common.css.map */