/* reset */
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: content-box;
}

th,
td {
  vertical-align: middle;
}

html {
  font-size: 14px;
  overflow-y: auto;
  height: 100%;
}

html,
body {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #fff;
}

/* body {
    width: 100%;
    color: #333;
    min-width: 1400px;
    width: 1920px;
    overflow-x: hidden;
    transform-origin: 0 0;
    margin: 0px;
    transform: scale(0.991);
} */

body {
  min-width: 1210px;
}

input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

body {
  font-family: "Arial", "PingFang SC", "Helvetica Neue", Helvetica, sans-serif,
    system-ui, -apple-system, BlinkMacSystemFont;
  background: #fff;
}

img {
  border: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}

ol,
ul {
  list-style: none;
}

input {
  background: #fff;
}

button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

template {
  display: none;
}

img {
  vertical-align: middle;
}

em,
i {
  font-style: normal;
}

/*360下字体*/
html.cye-enabled.cye-lm body {
  font-family: "微软雅黑";
}

/* common */
.fl {
  float: left;
}

.fr {
  float: right;
}

.block {
  display: block;
}

.aCur {
  color: #fff;
  padding: 0 5px;
  background: #2c73ac;
  line-height: 23px;
  font-size: 13px;
  margin-top: 8px;
}

/* 选中状态 */
/* 清除浮动 cl 、clearfix  */
.cl:after,
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl,
.clearfix {
  zoom: 1;
}

/* 外填充 */
.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml80 {
  margin-left: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr80 {
  margin-right: 80px;
}

/* 内填充 */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl80 {
  padding-left: 80px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr80 {
  padding-right: 80px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

[v-cloak] {
  display: none;
}

.head {
  width: 100%;
  background: #fff;
  padding-top: 25px;
}

.head_logo {
  width: 340px;
  height: 28px;
  float: left;
}

.head nav {
  width: 680px;
  float: right;
  margin-right: 20px;
}

.head nav .nav_list {
  float: left;
  width: 75px;
  height: 60px;
  margin-right: 10px;
}

.head nav .nav_list:last-child {
  margin-right: 0;
}
.nav_list a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #242424;
  font-size: 16px;
}

.nav_list a:hover {
  color: #2588e6;
  border-bottom: 2px solid #2588e6;
}

/* .nav_list .menu li a:hover{
    color: #fff;
    border: none;
}
.menu_box {
    width: 100%;
    height: 50px;
    background: #2588e6;
    position: absolute;
    top: 80px;
    z-index: 666;
    left: 0;
    border-top: 1px solid #ddd;
    display: none;
}

.menu li {
    float: left;
    margin: 0px 10px;
}

.menu li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.menu li a:hover {
    background: none;
    color: #2588e6;
} */

.about {
  width: 43%;
  margin-left: 36%;
}

.news {
  width: 48%;
  margin-left: 45%;
}

.company {
  width: 48%;
  margin-left: 50%;
}

.world {
  width: 48%;
  margin-left: 68%;
}

.system {
  width: 660px;
  margin-left: 52%;
}

.ablur {
  width: 660px;
  margin-left: 52%;
}
.person {
  /* width: 48%; */
  width: 350px;
  margin-left: 58%;
}
.active {
  display: block;
}
@media screen and (min-width: 1450px) {
  .person {
    /* margin-left: 75%; */
    margin-left: 61%;
  }
}
@media screen and (min-width: 1300px) {
  .ablur {
    width: 755px;
    margin-left: 47%;
  }
}
.search_from {
  width: 215px;
  height: 42px;
  position: relative;
}

.search_txt {
  /* width: 175px;
    height: 40px;
    border: 1px solid #1065b6;
    border-radius: 30px;
    padding: 0 20px; */
}

.search_btn {
  position: absolute;
  right: 5px;
  top: 12px;
  width: 18px;
  height: 18px;
  /* background: url(/hnzrzytz/img/search_btn.png) center center no-repeat; */
  border: none;
  outline: none;
}

.footer {
  background: #474747;
  width: 100%;
  padding: 50px 0;
  font-size: 16px;
}

.footer_top {
  width: 1050px;
  margin: 0 auto;
  border-bottom: 1px solid #565656;
  padding-bottom: 40px;
}

.footer_l {
  width: 300px;
  height: 150px;
  margin-left: 120px;
}

.foot_title {
  width: 170px;
  height: 48px;
  border-bottom: 2px solid #c7c7c7;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 20px;
}
.footer_link_item {
  width: 350px;
  height: 30px;
  position: relative;
  margin-top: 10px;
}

.footer_link_title {
  width: 150px;
  height: 30px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}

.footer_link_title img {
  position: absolute;
  right: 13px;
  top: 12px;
}

.footer_link_item .footer_list_box {
  position: absolute;
  left: 0;
  top: -270px;
  background: #1065b6;
  padding-left: 10px;
  display: none;
  z-index: 9;
}

.show {
  display: block !important;
}
.footer_link_item ul {
  width: 350px;
  height: 260px;
  overflow-x: hidden;
}

.footer_link_item ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.footer_link_item ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #d0e5ff;
}

.footer_link_item ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #1065b6;
}

.footer_link_item ul li {
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  width: 340px;
  border-bottom: 1px solid #4f97e4;
}

.footer_link_item ul li a {
  display: block;
  height: 37px;
  line-height: 37px;
  text-indent: 15px;
  color: #fff;
}

.footer_line {
  width: 1px;
  height: 105px;
  background: #646464;
  margin: 15px 30px 0;
}

.footer_r {
  width: 415px;
  margin-right: 109px;
}

.foot_title.line {
  width: 365px;
}

.footer_r p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

.footer_r p span:first-child {
  margin-right: 30px;
}

.footer_bottom {
  width: 1050px;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
}

.footer_bottom p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.footer_bottom p span {
  margin: 0 10px;
}

.footer_bottom p a {
  color: #fff;
}

.footer_bottom p:last-child {
  margin-top: 10px;
}

.footer_bottom .ipv6 {
  line-height: 30px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

.head_line {
  width: 1200px;
  margin: 0 auto;
}

.top {
  position: relative;
}
.menu-slide {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 666;
  font-size: 16px;
}

.menu-slide.active {
  background: #2588e6;
}

.menucon ul li {
  float: left;
  margin-left: 20px;
}

.menucon ul li a {
  color: #fff;
}

.menu-slide .menucon {
  /* display: none; */
}

.search {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  position: relative;
}

.search_from {
  position: absolute;
  width: 600px;
  display: none;
  right: 0;
  top: 30px;
  z-index: 800;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  width: 399px;
  height: 48px;
  background: #fff;
}
.search_from img {
  height: 16px;
  width: 16px;
}
.search_txt {
  border: none;
  padding: 0 10px;
  line-height: 36px;
  width: 310px;
  margin-left: 15px;
  margin-top: 7px;
  font-size: 16px;
  height: 36px;
}
.search-btn {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
}
.close-btn {
  position: absolute;
  right: 16px;
  top: 17px;
  cursor: pointer;
}
.body {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 700;
}

.link {
  width: 100%;
  background: #f5f5f5;
  padding: 20px 0;
}

.link span {
  display: inline-block;
  color: #1264b6;
  font-size: 18px;
  font-weight: 600;
}

.link a {
  display: inline-block;
  color: #616161;
  font-size: 18px;
  margin-left: 10px;
}
<!--0.00020408630371094-->