body {
  font-family: "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #333 100%);
}
.pic_zoom {
  transition: all 0.3s;
}
.pic_zoom a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}
.pic_zoom a img {
  transition: all 0.3s;
}
.pic_zoom a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
ul {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fi {
  float: inherit;
}
.cl {
  clear: both;
}
.cl:after {
  clear: both;
  content: " ";
  display: table;
}
.cl:before {
  content: " ";
  display: table;
}
.mc {
  color: #1D2088;
}
.sc {
  color: #FF4900;
}
.bc {
  background: #F5F6F9;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #1D2088;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.link-1 {
  color: #FF4900;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.link-1:hover {
  color: #fff;
  background: #FF4900;
  text-decoration: none;
}
.pic_zoom {
  transition: all 0.3s;
}
.pic_zoom a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}
.pic_zoom a img {
  transition: all 0.3s;
}
.pic_zoom a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.head {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  transition: all 0.36s;
}
.logo {
  margin-top: 15px;
}
.head.isfixed {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.head.isfixed .logo .imga {
  display: none;
}
.head.isfixed .logo .imgb {
  display: block;
  height: 100%;
}
.head.isfixed .first-link,
.head.on .first-link {
  color: #000;
}
.head.isfixed .first-link:hover,
.head.on .first-link:hover {
  color: #2F318A;
}
.head.isfixed .first-link,
.head.on .active {
  display: block;
  cursor: pointer;
  position: relative;
}
.head.on .active {
  color: #2F318A;
}
.head.isfixed .first-link .active,
.head.isfixed .first-menu li .active {
  color: #2F318A;
}
.head.isfixed .first-link .active::after,
.head.on .active::after,
.head.on .first-link .active::after {
  opacity: 1;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #2F318A !important;
  transition: all 0.36s;
}
.head .first-menu li {
  cursor: pointer;
}
.head .first-menu li .active::after {
  opacity: 1;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  transition: all 0.36s;
}
.head.isfixed .first-menu li .active::after {
  opacity: 1;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #2F318A;
  transition: all 0.36s;
}
.head.on {
  position: fixed;
  background-color: #fff;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.head.on .logo .imga {
  display: none;
}
.head.on .logo .imgb {
  display: block;
  height: 100%;
}
.head.on .hd-lan .cna {
  display: none;
}
.head.on .hd-lan .cnb {
  display: block;
  height: 100%;
}
.head .logo {
  height: 40px;
}
.head .logo .imga {
  display: block;
  height: 100%;
}
.head .logo .imgb {
  display: none;
}
.head.isfixed .hd-lan .cna {
  display: none;
}
.head.isfixed .hd-lan .cnb {
  display: block;
  height: 100%;
}
.he_hd_lali {
  text-align: center;
  margin: 10px 0;
}
.he_hd_lali a {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  transition: all 0.36s;
}
.head .hd-lan .cna {
  display: block;
  height: 100%;
}
.head .hd-lan .cnb {
  display: none;
}
.lan {
  position: relative;
}
.hd-lan {
  width: 25px;
  line-height: 84px;
  cursor: pointer;
  display: ruby;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hd-lan img {
  width: 22px;
  height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hd-land {
  width: 80px;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px 0;
  display: none;
}
.head-r {
  display: flex;
  justify-content: flex-end;
}
.search {
  margin-left: 50px;
  position: relative;
}
.search::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 1px;
  height: 11px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.36s;
}
.head.isfixed .search::after,
.head.on .search::after {
  background: #000;
}
.search-icon {
  width: 25px;
  line-height: 84px;
  cursor: pointer;
  display: ruby;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-icon img {
  width: 22px;
  height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.head .search-icon .sea {
  display: block;
  height: 100%;
}
.head .search-icon .seb {
  display: none;
}
.head.on .search-icon .sea {
  display: none;
}
.head.on .search-icon .seb {
  display: block;
  height: 100%;
}
.head.isfixed .search-icon .sea {
  display: none;
}
.head.isfixed .search-icon .seb {
  display: block;
  height: 100%;
}
.search-box {
  width: 100%;
  height: 350px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
  display: none;
  position: fixed;
  left: 0;
  top: 86px;
  z-index: 99;
}
.search-tbox {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  border-bottom: 1px solid #666;
  display: flex;
  justify-content: center;
}
.search-btn {
  width: 27px;
  line-height: 60px;
}
.search-tbox-r button {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #333;
  border: 0;
  outline: 0;
  background: 0 0;
}
.search-btn img {
  width: 100%;
  transition: all 0.36s;
}
.search-tbox-l {
  width: calc(100% - 27px);
  padding-right: 20px;
}
.search-tbox-l input {
  font-size: 16px;
  color: #333;
  width: 100%;
  transition: all 0.36s;
  line-height: 1;
  margin: 0;
  border: 0;
  outline: 0;
  background: 0 0;
}
.search-tbox-l input::placeholder {
  color: #333;
}
/*导航*/
.first-menu > li {
  float: left;
}
.first-link {
  margin: 32px 25px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.first-link.hover {
  color: #2F318A;
}
/*二级菜单*/
.second-menu {
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  border-top: 1px solid #eeebeb;
  padding: 15px;
  opacity: 1;
  display: none;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.second-menu-c {
  display: flex;
  justify-content: center;
}
.second-menu-c > li {
  width: 120px;
  margin: 0 10px;
}
.second-link {
  color: #333;
  font-weight: bold;
  padding: 7px 15px;
  display: block;
  margin-bottom: 10px;
}
.second-link:hover {
  color: #1D2088;
}
.third-menu > li {
  position: relative;
}
.third-link {
  padding: 5px 15px;
  display: block;
  color: #666;
}
.third-link.hover {
  background: #f3f3f3;
  color: #1D2088;
  border-radius: 4px;
}
.fourth-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px;
  left: 125px;
  display: none;
  top: 0px;
  width: 150px;
  z-index: 999;
  border-radius: 6px;
  box-shadow: 1px 1px 7px #ddd;
}
.fourth-menu:before,
.fourth-menu:after {
  content: "";
  display: block;
  border-width: 10px;
  position: absolute;
  top: 8px;
  left: -20px;
  border-style: solid dashed dashed;
  border-color: transparent #ddd transparent transparent;
  font-size: 0;
  line-height: 0;
}
.fourth-menu:after {
  top: 10px;
  left: -16px;
  border-width: 8px;
  border-color: transparent #fff transparent transparent;
}
.fourth-menu a {
  display: block;
  color: #666;
  padding: 4px 0px;
}
.fourth-menu a:hover {
  color: #459df5;
  text-decoration: underline;
}
.foot {
  background-image: -webkit-linear-gradient(top, #000016, #111377);
  background-image: -moz-linear-gradient(top, #000016, #111377);
  background-image: -o-linear-gradient(top, #000016, #111377);
  background-image: -ms-linear-gradient(top, #000016, #111377);
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
  color: #fff;
}
.foot .foot-c {
  display: flex;
  justify-content: space-between;
}
.foot .foot-c .foot-l .logo {
  margin-bottom: 30px;
}
.foot .foot-c .foot-l .logo img {
  height: 50px;
}
.foot .foot-c .foot-l .menu {
  display: flex;
}
.foot .foot-c .foot-l .menu a {
  color: #fff;
  margin-right: 60px;
}
.foot .foot-c .foot-l .menu a:hover {
  color: #999CA0;
  text-decoration: underline;
}
.foot .foot-c .foot-r .tel {
  padding-top: 10px;
}
.foot .foot-c .foot-r .h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.foot .foot-c .foot-r .h5 {
  font-size: 18px;
  line-height: 180%;
}
.foot .copyright {
  border-top: 1px solid #999CA0;
  padding: 20px 0;
  margin-top: 30px;
  font-size: 12px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 3;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(186, 186, 186, 0.8) url(../img/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
.banner img {
  width: 100%;
}
.contact {
  padding: 5%;
}
.contact .tit {
  background: url("../img/contact-2.png") no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-left: 6%;
  padding-bottom: 5%;
  width: 100%;
}
.contact .tit .h3 {
  line-height: 180%;
}
.contact .con {
  margin-top: 50px;
  display: flex;
}
.contact .con .list {
  background: #F6F6F6;
  padding: 30px;
}
.contact .con .list .h3 {
  margin-bottom: 20px;
  font-weight: bold;
}
.contact .con .list .h4 {
  line-height: 200%;
  font-size: 16px;
}
/*# sourceMappingURL=contact.css.map */