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;
}
body {
  color: #4c4c4c;
  font-size: 14px !important;
  font-family:PingFang SC,'微软雅黑', "Arial";
  background: #fff;
  -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: 1300px;
  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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
#header .block {
  position: relative;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}
#header .centent-box {
  border-bottom: 1px solid #eeeeee;
  line-height: 90px;
  height: 90px;
}
#header .logo-box {
  float: left;
}
#header .right-box {
  float: right;
}
#header .right-box .other-box {
  position: relative;
  float: right;
  width: 98px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 20px;
}
#header .right-box .other-box img {
  vertical-align: middle;
  margin-left: 10px;
}
#header .right-box .other-box .select-box {
  display: none;
  position: absolute;
  top: 50px;
  background: #f8f8f8;
  width: 100%;
  left: 0;
  line-height: 40px;
}
#header .right-box .other-box .select-box p a {
  font-size: 14px;
  color: #4d4948;
}
#header .right-box .other-box .select-box p.active a,
#header .right-box .other-box .select-box p:hover a {
  font-weight: 700;
  color: #183565;
}
#header .right-box .other-box:hover .select-box {
  display: block;
}
#header .right-box .nav-box {
  float: right;
}
#header .right-box .nav-box ul li {
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  box-sizing: border-box;
}
#header .right-box .nav-box ul li:first-child {
  margin-left: 0;
}
#header .right-box .nav-box ul li > a {
  display: inline-block;
  position: relative;
  color: #383332;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-weight: 400;
  letter-spacing: 1.2px;
}
#header .right-box .nav-box ul li > a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #183565;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: 5px;
}
#header .right-box .nav-box ul li.active > a,
#header .right-box .nav-box ul li:hover > a {
  color: #183565;
}
#header .right-box .nav-box ul li.active > a:before,
#header .right-box .nav-box ul li:hover > a:before {
  width: 100%;
  margin-left: -50%;
}
#header .right-box .nav-box ul li > dl {
  position: absolute;
  top: 90px;
  z-index: 999;
  width: 100%;
  left: 0;
  background: #fff;
  display: none;
  box-sizing: border-box;
}
#header .right-box .nav-box ul li > dl dd a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #494544;
  font-size: 14px;
}
#header .right-box .nav-box ul li > dl dd a:hover {
  background: #183565;
  color: #fff;
}
#header .right-box .nav-box ul li > dl dd:last-child a {
  border-bottom: none;
}
#header .right-box .nav-box ul li:hover dl {
  display: block;
}
#header .pro_list {
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
  display: none;
}
#header .pro_list.active {
  display: block;
}
#header .pro_list dl {
  display: inline-block;
  width: 160px;
  vertical-align: top;
}
#header .pro_list dl p {
  line-height: 40px;
  font-size: 14px;
  color: #423e3d;
}
#header .pro_list dl:hover p {
  color: #183565;
}
#header .pro_list dd a {
  font-size: 12px;
  line-height: 2;
  display: block;
  color: #423e3d;
}
#header .pro_list dd a:hover {
  color: #183565;
}
#header .tab-btn {
  display: none;
  position: absolute;
  right: 20px;
  line-height: 80px;
  z-index: 9;
}
#header .tab-btn span {
  display: inline-block;
  width: 50px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  cursor: pointer;
}
#header .tab-btn span img {
  width: 70%;
}
#header.active {
  background: transparent;
}
#header.active .centent-box {
  display: none;
}
#header.active .tab-btn {
  display: block;
}
#header.active.on {
  background: #fff;
}
#header.active.on .centent-box {
  display: block;
}
#header.active.on .tab-btn {
  display: none;
}
@media screen and (max-width: 1800px) {
  #header .logo-box img {
    width: 210px;
  }
  #header .right-box .nav-box ul li {
    width: 105px;
  }
}
.public-footer {
  background: #183565;
  display: flex;
  padding-top: 49px;
  padding-bottom: 49px;
}
.public-footer .centent-box {
  position: relative;
  min-height: 200px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  box-sizing: border-box;
}
.public-footer .left-box {
  position: absolute;
  top: 0;
  left: 80px;
}
.public-footer .left-box .logo-box {
  margin-bottom: 10px;
}
.public-footer .left-box ul li {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.public-footer .left-box ul li span {
  display: inline-block;
  margin-right: 20px;
}
.public-footer .center-box {
  text-align: center;
  padding-left: 50px;
}
.public-footer .center-box dl {
  display: inline-block;
  text-align: center;
  margin-left: 55px;
  margin-right: 55px;
  vertical-align: top;
  line-height: 2;
}
.public-footer .center-box dl dt {
  color: #fff;
  font-size: 16px;
}
.public-footer .center-box dl dd a {
  font-size: 14px;
  color: #fff;
}
.public-footer .right-box {
  position: absolute;
  top: 0;
  right: 80px;
  text-align: right;
  font-size: 0;
}
.public-footer .right-box .item-box {
  display: inline-block;
  margin-left: 38px;
}
.public-footer .right-box .item-box:nth-child(1) {
  margin-left: 0;
}
.public-footer .right-box .item-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .public-footer .right-box .item-box img {
    width: 120px;
  }
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
.public-more {
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.public-more span {
  position: relative;
}
.public-more span img.active {
  display: none;
}
.public-more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #183565;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.public-more:hover:before,
.public-more:focus:before,
.public-more:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public-more:hover {
  border-color: #183565!important;
}
.public-more:hover span {
  color: #fff;
}
.public-more:hover img {
  display: none;
}
.public-more:hover img.active {
  display: inline-block !important;
}
/*# sourceMappingURL=common.css.map */