/* reset */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  min-height: 100%;
}
body {
  _height: 100%;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
iframe,
frame,
fieldset,
img {
  border: 0 none;
}
img {
  vertical-align: top;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="radio"] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  resize: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
th {
  font-weight: normal;
}
em,
cite,
address,
i {
  font-style: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
body,
input,
select,
button,
textarea {
  font-size: 14px;
}
body {
  line-height: 1.5;
  text-align: justify;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a {
  blr: expression(this.onFocus=this.blur());
}
a * {
  *cursor: pointer;
}
:focus {
  outline: none;
}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
.edit_con_original {
  line-height: 2;
  padding: 0 0;
  color: #333;
}
.edit_con_original ul {
  margin: inherit;
  padding: inherit;
  padding-left: 2em;
}
.edit_con_original ul li {
  list-style-type: disc;
  margin: auto;
}
.edit_con_original ol {
  margin: inherit;
  padding: inherit;
}
.edit_con_original ol li {
  list-style-type: decimal;
  margin: auto;
}
.edit_con_original h1 {
  font-weight: bold;
}
.edit_con_original h2 {
  font-weight: bold;
}
.edit_con_original h3 {
  font-weight: bold;
}
.edit_con_original h4 {
  font-weight: bold;
}
.edit_con_original h5 {
  font-weight: bold;
}
.edit_con_original h6 {
  font-weight: bold;
}
.edit_con_original em {
  font-style: italic;
}
.edit_con_original cite {
  font-style: italic;
}
.edit_con_original address {
  font-style: italic;
}
.edit_con_original i {
  font-style: italic;
}
.edit_con_original table {
  border-collapse: separate;
  border-spacing: 2px;
}
.edit_con_original img {
  max-width: 100%;
  height: auto;
}
.edit_con_original video {
  max-width: 100%;
  display: block;
  margin: auto;
}

.edit_con_original p,
.edit_con_original span,
.edit_con_original h1,
.edit_con_original h2,
.edit_con_original h3,
.edit_con_original h4,
.edit_con_original h5,
.edit_con_original h6,
.edit_con_original em,
.edit_con_original b {
  line-height: 2 !important;
}
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
  content: "";
  display: table;
}
.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
  *zoom: 1;
}

.clear,
.cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.err_position {
  width: 100%;
  height: auto;
  background: url(../images_new/errors.png) center no-repeat;
}

/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/*图片经过*/
.tran_scale {
  overflow: hidden;
  display: block;
}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
  -webkit-transition:
    opacity 0.4s ease-in,
    -webkit-transform 0.6s linear;
  transition:
    opacity 0.4s ease-in,
    transform 0.6s linear;
}
.tran_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

/*两端对齐*/
.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
}
/*上下居中*/
.v-m-c {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

/*左右居中*/
.l-m-c {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}

/*绝对居中*/
.a-m-c {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.animate {
  transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_slowx {
  transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_fast {
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_slow {
  transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_normal {
  transition: 0.5s all linear;
}

/* 阿里图标 */
[class*="icon"] {
  font-family: "iconfont";
}

body,
a {
  color: #000;
}
a {
  transition: all 0.3s;
}
.main {
  padding-top: 164px;
}
@media only screen and (max-width: 1370px) {
}

.line24 {
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}
.line30 {
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}
.ellipsis_p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,
.ratio-img img {
  width: 100%;
}
.bold {
  font-weight: bold;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fnt_12 {
  font-size: 12px;
}
.fnt_16 {
  font-size: 16px;
}
.fnt_18 {
  font-size: 18px;
}
.fnt_20 {
  font-size: 20px;
}
.fnt_22 {
  font-size: 22px;
}
.fnt_24 {
  font-size: 24px;
}
.fnt_26 {
  font-size: 26px;
}
.fnt_28 {
  font-size: 28px;
}
.fnt_30 {
  font-size: 30px;
}
.fnt_32 {
  font-size: 32px;
}
.fnt_36 {
  font-size: 36px;
}
.fnt_38 {
  font-size: 38px;
}
.fnt_40 {
  font-size: 40px;
}
.fnt_42 {
  font-size: 42px;
}
.fnt_48 {
  font-size: 48px;
}
.fnt_52 {
  font-size: 52px;
}
.fnt_56 {
  font-size: 56px;
}
.fnt_60 {
  font-size: 60px;
}
.fnt_72 {
  font-size: 72px;
}
.fnt_80 {
  font-size: 80px;
}
.fnt_90 {
  font-size: 90px;
}

@media only screen and (max-width: 1600px) {
  .fnt_18 {
    font-size: 16px;
  }
  .fnt_20 {
    font-size: 18px;
  }
  .fnt_22 {
    font-size: 18px;
  }
  .fnt_24 {
    font-size: 20px;
  }
  .fnt_26 {
    font-size: 22px;
  }
  .fnt_28 {
    font-size: 24px;
  }
  .fnt_30 {
    font-size: 28px;
  }
  .fnt_32 {
    font-size: 28px;
  }
  .fnt_36 {
    font-size: 30px;
  }
  .fnt_38 {
    font-size: 31px;
  }
  .fnt_40 {
    font-size: 32px;
  }
  .fnt_42 {
    font-size: 34px;
  }
  .fnt_48 {
    font-size: 40px;
  }
  .fnt_52 {
    font-size: 44px;
  }
  .fnt_56 {
    font-size: 46px;
  }
  /*.fnt_60{ font-size:56px;}*/
  .fnt_72 {
    font-size: 56px;
  }
  .fnt_80 {
    font-size: 50px;
  }
  .fnt_90 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1365px) {
  .fnt_16 {
    font-size: 12px;
  }
  .fnt_18 {
    font-size: 16px;
  }
  .fnt_20 {
    font-size: 18px;
  }
  .fnt_26 {
    font-size: 20px;
  }
  .fnt_28 {
    font-size: 22px;
  }
  .fnt_30 {
    font-size: 24px;
  }
  .fnt_32 {
    font-size: 24px;
  }
  .fnt_36 {
    font-size: 26px;
  }
  .fnt_38 {
    font-size: 27px;
  }
  .fnt_40 {
    font-size: 28px;
  }
  .fnt_42 {
    font-size: 30px;
  }
  .fnt_48 {
    font-size: 36px;
  }
  .fnt_52 {
    font-size: 40px;
  }
  .fnt_56 {
    font-size: 42px;
  }
  .fnt_60 {
    font-size: 44px;
  }
  .fnt_72 {
    font-size: 48px;
  }
  .fnt_90 {
    font-size: 52px;
  }
  .fnt_80 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .fnt_16 {
    font-size: 12px;
  }
  .fnt_18 {
    font-size: 16px;
  }
  .fnt_22 {
    font-size: 16px;
  }
  .fnt_26 {
    font-size: 18px;
  }
  .fnt_28 {
    font-size: 20px;
  }
  .fnt_30 {
    font-size: 20px;
  }
  .fnt_32 {
    font-size: 22px;
  }
  .fnt_36 {
    font-size: 24px;
  }
  .fnt_38 {
    font-size: 25px;
  }
  .fnt_40 {
    font-size: 26px;
  }
  .fnt_42 {
    font-size: 28px;
  }
  .fnt_48 {
    font-size: 32px;
  }
  .fnt_56 {
    font-size: 34px;
  }
  .fnt_60 {
    font-size: 36px;
  }
  .fnt_72 {
    font-size: 40px;
  }
  .fnt_90 {
    font-size: 42px;
  }
  .fnt_80 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .fnt_16 {
    font-size: 14px;
  }
  .fnt_18 {
    font-size: 16px;
  }
  .fnt_20 {
    font-size: 16px;
  }
  .fnt_24 {
    font-size: 18px;
  }
  .fnt_30 {
    font-size: 20px;
  }
  .fnt_36 {
    font-size: 22px;
  }
  .fnt_38 {
    font-size: 22px;
  }
  .fnt_40 {
    font-size: 22px;
  }
  .fnt_42 {
    font-size: 24px;
  }
  .fnt_48 {
    font-size: 26px;
  }
  .fnt_52 {
    font-size: 28px;
  }
  .fnt_56 {
    font-size: 30px;
  }
  .fnt_60 {
    font-size: 32px;
  }
  .fnt_72 {
    font-size: 36px;
  }
  .fnt_90 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .fnt_16 {
    font-size: 14px;
  }

  .fnt_18 {
    font-size: 16px;
  }

  .fnt_20 {
    font-size: 16px;
  }

  .fnt_24 {
    font-size: 16px;
  }

  .fnt_30 {
    font-size: 18px;
  }

  .fnt_36 {
    font-size: 18px;
  }

  .fnt_38 {
    font-size: 18px;
  }

  .fnt_40 {
    font-size: 18px;
  }

  .fnt_42 {
    font-size: 20px;
  }

  .fnt_48 {
    font-size: 20px;
  }

  .fnt_52 {
    font-size: 24px;
  }

  .fnt_56 {
    font-size: 24px;
  }
  .fnt_60 {
    font-size: 24px;
  }
  .fnt_72 {
    font-size: 24px;
  }
  .fnt_90 {
    font-size: 30px;
  }
}

.header_re {
  float: right;
  transition: all 0.3s;
  width: 100%;
}

.header_boxR {
  float: right;
  box-sizing: border-box;
  margin-left: 0;
}

.language {
  float: right;
  color: #000;
  transition: all 0.3s;
  line-height: 90px;
  height: 90px;
}

.language a {
  color: #000 !important;
}

.language a:first-child {
  padding-right: 5px;
}

.language a:last-child {
  padding-left: 5px;
}

.language a.on {
  color: #004da5;
}

.language em {
  float: left;
  margin: 0 5px;
  color: #000;
}

/*.login*/
.header_re-t {
  overflow: hidden;
  text-align: right;
  color: #80839a;
  font-size: 12px;
  margin-top: 10px;
}

/*搜索*/
.header_search {
  position: relative;
  float: right;
  margin-left: 0;
}

.search_btn,
.nav_phone_btn {
  line-height: 90px;
  font-size: 32px;
  transition: all 0.3s;
}

.h_icimg {
  float: right;
  width: 66px;
  height: 66px;
  margin: 0 0.2rem;
  margin-top: 12px;
}

.h_icimg img {
  width: 100%;
  height: 100%;
}

.search_btn {
  cursor: pointer;
  position: relative;
  float: right;
  width: 40px;
  text-align: center;
}

.search_btn.on {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.search_btn:before {
  color: #0d53c3;
}

.search_btn:before,
.search_box_btn:before {
  font-size: 32px;
}

.search_box {
  background: #fff;
  width: 100px;
  right: 0px;
  position: absolute;
  top: 25px;
  margin-top: 0;
  z-index: 91;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  border: 1px solid #eee;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 40px;
}

.search_box.on {
  width: 320px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.search_box_input {
  width: calc(100% - 60px);
  padding: 0 10px;
  float: left;
  border: 0;
  height: 40px;
  outline: none;
  line-height: 40px;
  background: #fff;
}

.search_box_btn {
  height: 40px;
  width: 40px;
  background: none;
  border: 0;
  outline: none;
  float: right;
  position: relative;
}

.search_box_btn:before {
  content: "\e6e7";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.menu {
  float: right;
  line-height: 60px;
  font-size: 20px;
}

/*搜索*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.header_is_pc {
  display: block;
}

.header_is_phone {
  display: none;
}

.header_control_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

/* 公共头部与主导航 */
.header_control_top .top_logo {
  width: 416px;
  height: 56px;
}

.header_control_bottom {
  background-color: #0f4491;
  height: 74px;
}

.height_height {
  height: 90px;
  display: none;
}

.header .wrap_box {
  width: 1600px;
  max-width: 94%;
  margin: 0 auto;
}

.header h1 {
  float: left;
  overflow: hidden;
  width: 386px;
  margin-top: 35px;
  height: 52px;
  display: none;
}

.header h1 a {
  display: block;
}

.header h1 img {
  width: 100%;
  height: 100%;
}

.header h1 .img_02 {
  display: none;
}

.header_box {
  float: right;
  transition: all 0.3s;
  width: 100%;
}

.header_box.on {
  width: 0;
}

.header.on {
  background: rgba(0, 0, 0, 0.7);
}

.header .return_a {
  display: none;
}

.nav {
  float: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.nav > ul > li {
  float: left;
  line-height: 74px;
  margin-right: 0px;
  margin: 0 0.35rem;
  position: relative;
}

.nav > ul > li.special_li {
  position: inherit;
  line-height: 60px;
}

.nav > ul > li > span {
  display: none;
}

.nav > ul > li > a {
  color: #fff !important;
  display: block;
}

.nav li > a span {
  position: relative;
  display: block;
}

.nav li > a i {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 6px;
  width: 0%;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.nav li.on > a {
  color: #fff;
  font-weight: bold;
}

.nav li.on > a i {
  width: 100%;
  left: 0;
}

.scrollHeader {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 90px;
}

.scrollHeader .nav > ul > li {
  line-height: 90px;
}

.scrollHeader .language {
  line-height: 90px;
  height: 90px;
  color: #000 !important;
}

.scrollHeader .language a {
  color: #000 !important;
}

.scrollHeader .search_btn,
.scrollHeader .nav_phone_btn {
  line-height: 90px;
}

.scrollHeader .search_box {
  top: 25px;
}

@media only screen and (min-width: 1024px) {
  .nav > ul > li:hover > a {
    font-weight: bold;
  }

  .nav li:hover > a i {
    width: 100%;
    left: 0;
  }

  .language a:hover {
    color: #0f4491 !important;
    font-weight: normal;
  }

  .page a.prev:hover,
  .page a.next:hover,
  .page a.first:hover,
  .page a.last:hover {
    color: #fff !important;
    border: 1px solid #004eab;
    background: #004eab;
  }

  .page a.prev.disable:hover,
  .page a.next.disable:hover,
  .page a.first.disable:hover,
  .page a.last.disable:hover {
    opacity: 0.5;
  }

  .page a.num:hover {
    background: #004eab;
    color: #fff !important;
    border: 1px solid #004eab;
  }

  .page a.go:hover {
    opacity: 0.9;
  }
}

@media only screen and (max-width: 1780px) {
  .nav li > a i {
    height: 3px;
  }
}

@media only screen and (max-width: 1660px) {
  .header h1 {
    width: 320px;
    height: 43px;
  }
}

@media only screen and (max-width: 1600px) {
  .nav {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1400px) {
  .nav {
    font-size: 16px;
  }

  .navdt_r p {
    margin: 5px 0 10px;
  }
}

@media only screen and (max-width: 1359px) {
  .nav > ul > li {
    margin-right: 16px;
  }

  .header_control_top .top_logo {
    width: 320px;
    height: 43px;
  }

  .header_control_top .top_logo {
    width: 260px;
    height: 35px;
  }

  .header .wrap_box {
    max-width: 96%;
  }
}

@media only screen and (max-width: 1200px) {
  .nav > ul > li {
    margin-right: 12px;
  }

  .header_search {
    margin-left: 20px;
  }

  .language {
    margin-left: 10px;
  }

  .header .wrap_box {
    max-width: 98%;
  }

  .search_box.on {
    width: 270px;
  }
}

.nav_phone_btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
  }

  .header_in {
    padding: 0 10px;
  }

  .height_height {
    height: 60px;
  }

  .header_re-t {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }

  .header_box {
    height: calc(100% - 86px);
  }

  .nav > ul > li > a,
  .navlist h3,
  .navlist p {
    line-height: 40px;
    height: 40px;
  }

  .nav_phone_btn {
    height: 40px;
    line-height: 40px;
  }
}

.weixin {
  position: fixed;
  width: 300px;
  height: auto;
  z-index: 100000;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -150px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #666;
}

.weixin .c {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images_new/x.png);
  overflow: hidden;
  text-indent: 100px;
  right: 0;
  top: 0;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.weixin h2 {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
}

.weixin .img {
  padding: 30px 0 10px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.weixin p {
  margin: 0 1.5% 20px;
  text-align: center;
}

.weixin .img img {
  width: 200px;
  height: 200px;
  display: block;
  margin: auto;
}

/*侧边栏*/
.sitebar_l {
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 2;
}

.sitebar_l li {
  margin-bottom: 10px;
}

.sitebar_l a {
  display: block;
  background: #fff;
  height: 106px;
  width: 106px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #143167;
}

.sitebar_l a img {
  width: 55px;
  height: 35px;
  margin-bottom: 5px;
  margin-top: 26px;
}

/*.sitebar_l a p{font-size: 12px;}*/
.sitebar_r {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;
}

.sitebar_r .sitebar_box {
  box-sizing: border-box;
  width: 80px;
  padding: 20px 5px 0;
  border-radius: 10px;
  background-color: #f0faff;
  border: 1px solid #91c4de;
  border-right: none;
}

.sitebar_r .sitebar_box .sitebar_back {
  padding-bottom: 15px;
  border-bottom: 1px solid #91c4de;
  cursor: pointer;
}

.sitebar_r .sitebar_box .sitebar_back p {
  text-align: center;
  margin-top: 10px;
  color: #6e6e6e;
}

.sitebar_r .sitebar_box .sitebar_back_img {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-image: url("../images_new/top.png");
  background-size: cover;
}

.sitebar_r .sitebar_box .sitebar_link a {
  display: block;
  color: #6e6e6e;
  text-align: center;
  line-height: 30px;
}

.sitebar_r .sitebar_box .sitebar_link a :hover {
  color: #3e59f6;
}

.sitebar_icon .icon_air {
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 15px auto;
  position: relative;
}

.sitebar_icon .icon_match {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}

.sitebar_r .sitebar_icon {
  padding: 10px 0;
}

.sitebar_icon img,
.sitebar_icon a {
  width: 100%;
  height: auto;
}

.sitebar_icon .icon_wx {
  cursor: pointer;
  margin: 15px auto;
  position: relative;
  width: 42px;
  height: 35px;
  background: url("../images_new/wx.png");
  background-size: cover;
}

.sitebar_icon .icon_sp {
  cursor: pointer;
  margin: 15px auto;
  position: relative;
  width: 35px;
  height: 27px;
  background: url("../images_new/shipin.png");
  background-size: cover;
}

.sitebar_icon .icon_wb {
  cursor: pointer;
  margin: 15px auto;
  position: relative;
  width: 40px;
  height: 32px;
  background: url("../images_new/weibo.png");
  background-size: cover;
}

.sitebar_icon .icon_tl {
  cursor: pointer;
  margin: 15px auto;
  position: relative;
  width: 38px;
  height: 38px;
  background: url("../images_new/phone.png");
  background-size: cover;
}

.sitebar_icon .wx_code {
  display: none;
  position: absolute;
  left: -235px;
  top: 0;
  width: 150px;
  padding: 30px;
  background-color: #fff;
}

.sitebar_icon .sp_code {
  display: none;
  position: absolute;
  left: -238px;
  top: 0;
  width: 150px;
  padding: 30px;
  background-color: #fff;
}

.sitebar_icon .icon_wx:hover .wx_code {
  display: block;
}

.sitebar_icon .icon_sp:hover .sp_code {
  display: block;
}

.sitebar_r ul {
  border-radius: 15px;
  width: 57px;
}

.sitebar_r li {
  position: relative;
  padding: 0 4px;
  box-sizing: border-box;
  background: #015ebb;
  height: 57px;
  border-radius: 100%;
  margin: 2px 0;
}

.sitebar_r li:last-child a {
  border-bottom: 0;
}

.sitebar_r li a {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  display: block;
}

.sitebar_r li img {
  width: 37px;
  height: 37px;
}

.sitebar_r li a > p {
  font-size: 14px;
  display: none;
}

.site_box {
  position: absolute;
  width: 0;
  right: 60px;
  bottom: 0;
  color: #000;
  text-align: left;
  min-height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  overflow: hidden;
}

.site_box p {
  padding: 30px;
  box-sizing: border-box;
  width: 210px;
}

.sitebar_r li:nth-child(2) .site_box {
  height: calc(100% - 1px);
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

.sitebar_r li:nth-child(2) .site_box p {
  padding: 18px 12px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: inherit;
  background: #015ebb;
  color: #fff !important;
}

.site_box img {
  width: 100% !important;
  height: auto !important;
}

@media only screen and (min-width: 1024px) {
  .sitebar_r li a:hover .site_box {
    width: 210px;
  }

  .sitebar_r li:nth-child(2) a:hover .site_box {
  }

  .sitebar_r li:nth-child(2) a:hover .site_box p {
  }
}

/*20230522-下拉导航*/
.navlist {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  width: 180px;
  margin-left: -90px;
}

.navlist dl {
  text-align: center;
  line-height: 40px;
  padding: 40px 0;
}

.navlist dl dd {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.navlist dl dd p {
  line-height: 50px;
  margin-bottom: 5px;
  text-align: center;
}

.navlist dl dd p a {
  color: #143167;
  display: block;
  background: #ecf6f7;
  border-radius: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.navlist dl dt {
  float: right;
  width: 71%;
  text-align: left;
  padding-left: 5%;
  box-sizing: border-box;
}

.navdt_l {
  float: left;
  width: 40%;
}

.navdt_l img {
  width: 100%;
}

.navdt_r {
  float: left;
  width: 60%;
  padding: 0 6%;
  box-sizing: border-box;
}

.navdt_r h3 a {
  color: #143167;
}

.navdt_r p {
  line-height: 30px;
  color: #393f4d;
  margin: 20px 0;
}

.navdt_link a {
  float: left;
}

.navItem {
  display: none;
}

.navItem.on {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .navlist dl dd p a:hover {
    background: url("../images_new/m05.png") no-repeat center;
    background-size: cover;
    color: #fff !important;
  }
}

@media only screen and (max-width: 1600px) {
  .navlist dl {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1359px) {
  .navlist dl {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .navlist {
    position: static;
    background: none;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    line-height: inherit;
    width: auto !important;
    display: none;
    visibility: visible;
    clear: both;
    left: auto;
    top: auto;
    margin-left: 0 !important;
  }

  .navlist dl {
    padding: 10px 30px;
    line-height: 30px;
  }

  .navlist dl dd {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 16px;
    padding-left: 0;
    border-right: 0;
  }

  .navlist dl dd a {
    color: #fff;
  }

  .nav > ul > li > span.on {
    transform: rotateX(180deg);
    transition: all 0.3s;
  }

  .navlist .wrap {
    width: 100%;
    max-width: 100%;
  }

  .navlist dl dt {
    display: none;
  }

  .navlist dl dd p {
    line-height: inherit;
    border-bottom: 0;
  }

  .navlist dl dd p a {
    background: none;
    text-align: left;
    box-shadow: none;
  }
}

/*内页banner*/
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inbanner {
  position: relative;
}

.inbanner img {
  width: 100%;
}

.inbanner .txt {
  color: #fff;
  top: 60%;
  box-sizing: border-box;
  text-align: center;
  width: 1600px;
  max-width: 83%;
}

.inbanner .txt .ban_logo {
  /*position: absolute; lefT:0; top:0;*/
  width: 95px;
  height: 95px;
  float: left;
  margin-right: 20px;
}

.inbanner .txt .ban_txt {
  float: left;
}

.inbanner .txt h2 {
  margin-bottom: 1.5%;
  line-height: 1.2;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}

.inbanner .txt h2 span {
  display: block;
  font-weight: bold;
}

.inbanner .txt h2 em {
  display: block;
  text-transform: uppercase;
}

.inbanner .txt p span {
  margin-left: 40px;
}

.inbanner .txt h4 {
  margin-top: 10px;
}

@media only screen and (max-width: 1279px) {
  .inbanner .txt {
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .inbanner {
    height: 240px;
  }

  .inbanner img {
    display: none;
  }

  .inbanner .txt {
    padding-left: 0px;
  }

  .inbanner .txt .ban_logo {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }

  .inbanner .txt .ban_logo > img {
    display: block;
  }

  .inbanner .txt .ban_txt {
    width: calc(100% - 41px);
    text-align: left;
  }

  .inbanner .txt h2 em {
    line-height: 1.2;
    font-size: 12px;
    white-space: nowrap;
  }

  .inbanner .txt h2 span {
    font-size: 18px;
  }

  .inbanner .txt p span {
    display: block;
    margin-left: 0;
  }
}

/*内页banner*/

/*公共底部的上面版块*/
.index_11 {
  margin-top: 0;
  padding: 35px 0 60px;
  overflow: hidden;
}

.indexContact li {
  display: inline-block;
}

.indexContact dl {
  width: auto;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 15px;
}

.indexContact dl dd {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
}

.indexContact dl dt {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.indexContact dl a {
  color: #fff;
}

.indexContact dl a.tel_link {
  color: #fff !important;
  cursor: inherit;
}

@media only screen and (max-width: 1024px) {
  .indexContact dl dt {
    margin-top: -2px;
  }
}

@media only screen and (max-width: 767px) {
  .index_11 {
    padding: 20px 0 10px;
  }

  .indexContact dl {
    width: 100%;
  }
}

/*分页*/
.page {
  vertical-align: middle;
  text-align: center;
  color: #555555;
  height: 44px;
  line-height: 44px;
}

.page .inner {
  display: inline-block;
}

.page a {
  float: left;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  margin: 0 2px;
  background: #fff;
  color: #555555;
}

.page a.on {
  background: #004eab;
  color: #fff;
  border: 1px solid #004eab;
}

.page a.prev,
.page a.next,
.page a.first,
.page a.last {
  color: #000;
  font-weight: bold;
}

.page a.prev {
  margin-right: 15px;
}

.page a.next {
  margin-left: 15px;
}

.page a.prev.disable,
.page a.next.disable,
.page a.first.disable,
.page a.last.disable {
  cursor: default;
}

.p_i {
  float: left;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  margin: 0 2px;
  margin-left: 30px;
  border: 1px solid #d2d2d2;
  background: #fff;
}

.page input.txtnum {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  background: none;
}

.page a.go {
  border: 1px solid #004eab;
  background: #004eab;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .page span,
  .page a.go,
  .page a.num {
    display: none;
  }

  .page {
    height: 30px;
    line-height: 30px;
  }

  .page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .page a.prev,
  .page a.next,
  .page a.first,
  .page a.last {
    background: #004eab;
    border: 1px solid #004eab;
    color: #fff !important;
  }

  .page a.prev.disable,
  .page a.next.disable,
  .page a.first.disable,
  .page a.last.disable {
    opacity: 0.5;
  }
}

/*分页*/

/*搜索结果*/
.search_top {
  background: #f2f2f2;
  background-size: cover;
  padding: 50px 0;
}

.search_int {
  width: 790px;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
}

.search_result {
  color: #828282;
}

.search_result span {
  color: #015ebb;
}

.search_result em {
  color: #015ebb;
}

.search_le {
  float: left;
  color: #000;
  width: 105px;
  line-height: 60px;
}

.search_input {
  border: 1px solid #818181;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.search_input input,
.search_input button {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.search_input input {
  padding: 0 15px;
  box-sizing: border-box;
  width: calc(100% - 140px);
  float: left;
}

.search_input button {
  width: 140px;
  text-align: center;
  float: right;
  background: #003e7a;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
}

.search_re {
  float: right;
  width: calc(100% - 105px);
}

.search_list {
  padding-top: 45px;
  padding-bottom: 4%;
}

.search_list ul {
  margin-bottom: 3%;
}

.search_list li {
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e6;
}

.search_list dt {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 30px;
}

.search_list dt h3 span,
.search_list dd span {
  color: #015ebb;
}

.search_list h3 {
  width: calc(100% - 150px);
  line-height: 30px;
  max-height: 60px;
  float: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search_list .search_yd {
  float: right;
  font-weight: normal;
}

.search_yd span {
  color: #a3a3a3;
  display: inline-block;
}

.search_yd em {
  float: right;
  color: #000;
  margin-left: 30px;
  display: inline-block;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_list dd {
  color: #595757;
}

.search_list dd p {
  line-height: 24px;
  max-height: 48px;
  color: #9c9b9b;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1280px) {
  .search_list {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .header_control_bottom {
    background-color: #fff;
  }

  .header_is_pc {
    display: none;
  }

  .header_is_phone {
    display: block;
  }

  .search_input input,
  .search_input button {
    height: 40px;
    line-height: 40px;
  }

  .search_le {
    line-height: 50px;
  }

  .search_input button {
    width: 100px;
  }

  .search_input input {
    width: calc(100% - 100px);
  }

  .search_le {
    width: 80px;
  }

  .search_re {
    width: calc(100% - 80px);
  }

  .search_list li {
    padding: 20px 0;
  }

  .search_list ul {
    padding-bottom: 20px;
  }

  .search_list dd {
    font-size: 14px;
  }

  .search_list dt {
    margin-bottom: 10px;
  }

  .search_list h3 {
    line-height: 24px;
    max-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .search_top {
    padding: 20px 0;
  }

  .search_list ul {
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .search_list h3 {
    width: calc(100% - 85px);
  }

  .search_input input,
  .search_input button {
    height: 32px;
    line-height: 32px;
  }

  .search_input input {
    padding: 0 5px;
  }

  .search_input button {
    width: 70px;
  }

  .search_input input {
    width: calc(100% - 70px);
  }

  .search_le {
    line-height: 42px;
    font-size: 14px;
    width: 50px;
  }

  .search_re {
    width: calc(100% - 50px);
  }

  .search_input {
    margin-bottom: 10px;
  }

  .search_list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search_list h3 {
    font-size: 16px;
  }

  .search_result {
    font-size: 14px;
  }

  .search_list li {
    padding: 15px 0;
  }

  .search_list dt {
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 1024px) {
  .search_input button:hover {
    opacity: 0.8;
  }
}

/*视频弹窗*/
.video_appbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.video_appbox.show {
  visibility: visible;
  opacity: 1;
}

.video_appbox video {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 100vh;
}

.video_appbox .video_t {
  z-index: 2;
  width: 1035px;
  max-width: 94%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 60%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

.video_appbox .video_t video {
  height: auto;
  max-height: 100vh;
}

.video_appbox.show .video_t {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.video_appbox .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.lt9 .video_appbox .mask {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}

.vide0_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}

.vide0_close i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/*视频弹窗*/

.header_faq {
  float: right;
  width: auto;
  padding: 0 0.18rem 0 0.5rem;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #fff;
  margin-top: 23px;
  margin-left: 13px;
  transition: all 0.3s;
  border-radius: 22px;
  overflow: hidden;
  background: #195ec2 url(../images_new/faqbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.header_faq a {
  color: #fff;
  display: block;
}

.header_faq img {
  width: 23px;
  height: 22px;
  margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
  .header_faq,
  .scrollHeader .header_faq {
    margin-top: 12px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .navbody {
    overflow: hidden;
  }

  .main {
    padding-top: 0;
  }

  .header h1 {
    margin-top: 5px;
    display: block;
    margin-left: -5px;
  }
  .header h1 > a {
    display: block;
    width: 250px;

    float: left;
  }

  .nav > ul > li > a span {
    height: auto;
    line-height: 40px;
  }

  .nav > ul > li > span {
    display: block;
    font-size: 20px;
  }

  .menu {
    display: none;
  }

  .header_in {
    margin-top: 0;
  }

  .header {
    background: #fff;
  }

  .header_control_bottom {
    height: unset;
  }

  .header_faq {
    background-color: #000;
  }

  .header,
  .height_height {
    height: 86px;
    display: block;
  }

  .header h1 .img_01 {
    display: none;
  }

  .header h1 .img_02 {
    display: block;
  }

  .nav {
    margin-right: 0;
    height: 100%;
  }

  /*手机按钮*/
  .nav .icon-you {
    display: block;
  }

  .header .return_a {
    display: block;
    color: #fff;
    background: #023268;
  }

  .nav li > a i {
    display: none;
  }

  .nav li.cur .navlist {
    right: 0;
  }

  .nav_phone_btn {
    display: block;
    float: right;
    position: relative;
    width: 40px;
    height: 86px;
    cursor: pointer;
  }

  .nav_phone_btn span,
  .nav_phone_btn em {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .nav_phone_btn span i {
    display: block;
    width: 20px;
    height: 2px;
    background: #004da5;
    margin-top: 6px;
  }

  .nav_phone_btn span i:first-child {
    margin-top: 0;
  }

  .nav_phone_btn em {
    color: #004da5;
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
  }

  .visible_nav span {
    visibility: hidden;
    opacity: 0;
  }

  .visible_nav em {
    visibility: visible;
    opacity: 1;
    font-size: 24px;
  }

  .header_box {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #044289;
    height: calc(100% - 86px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .header_box .header_boxR,
  .header_box .header_search {
    display: block;
  }

  .header_box .nav {
    height: auto;
    min-height: 100%;
    display: block;
  }

  .nav,
  .nav > ul > li {
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: initial;
  }

  .nav > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
  }

  .navbody .header_box {
    right: 0;
  }

  .nav > ul > li {
    position: static;
    margin-left: 0;
  }

  .nav li {
    float: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    display: table;
    width: 100%;
    position: static;
    line-height: 40px;
  }

  .nav li a {
    color: #fff !important;
  }

  .nav li > a {
    line-height: 40px;
    width: calc(100% - 90px);
    float: left;
  }

  .nav li > span {
    display: block;
    color: #fff;
    width: 50px;
    text-align: center;
    float: right;
    line-height: 40px;
  }

  .header_search {
    margin: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .header_re-t {
    display: none;
  }

  .header_re {
    margin-top: 0;
    height: auto;
    width: auto;
  }

  .search_btn {
    display: none;
  }

  .search_btn:before,
  .search_box_btn:before {
    font-size: 18px;
  }

  .search_box {
    position: static;
    width: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    margin-top: 0px;
  }

  .language {
    float: left;
    height: auto;
    margin-top: 0;
    line-height: 40px;
    color: #fff;
    margin-left: 20px;
  }

  .language a {
    color: #fff;
  }

  .language a.on {
    color: #ec5507;
  }

  .header_boxR {
    border-top: 0 !important;
    line-height: 40px;
    float: left;
    margin: 10px 0;
    margin-right: 20px;
  }

  .language a,
  .language,
  .search_btn:before {
    color: #fff !important;
  }

  .scrollHeader .header {
    height: 60px;
  }

  .scrollHeader .language {
    line-height: 40px;
    height: 40px;
  }

  .scrollHeader .language a,
  .scrollHeader .language,
  .scrollHeader .nav > ul > li > a {
    color: #fff !important;
  }

  .sitebar_r .sitebar_box {
    width: 70px;
  }

  .sitebar_r .sitebar_box .sitebar_back_img {
    width: 30px;
    height: 30px;
  }

  .sitebar_r .sitebar_box .sitebar_back p {
    font-size: 12px;
  }

  .sitebar_icon .wx_code {
    width: 105px;
    padding: 15px;
    left: -150px;
  }

  .sitebar_icon .sp_code {
    width: 105px;
    padding: 15px;
    left: -153px;
  }
}

.index_morebtn a {
  padding: 0 0.18rem 0 0.5rem;
  display: block;
  line-height: 60px;
  background: #195ec2 url(../images_new/faqbg.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index_morebtn a span {
  width: 39px;
  height: 39px;
  text-align: center;
  background: url(../images_new/morebg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: 0.35rem;
}
.index_morebtn a span i {
  color: #000;
  font-size: 16px;
}
.index_morebtn a:hover {
  color: #fff;
}

.header .index_morebtn {
  float: right;
  margin: 0 0.3rem;
  margin-top: 15px;
}

.index_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.index_title h3 {
  line-height: 1em;
}
.index_m span,
.index_m a {
  border-radius: 30px;
}
.index_m a {
  display: flex;
  align-items: center;
  width: 145px;
  height: 46px;

  text-align: center;
  padding: 1px;
  background: #26a6ff;
  background: linear-gradient(
    90deg,
    rgba(38, 166, 255, 1) 0%,
    rgba(6, 66, 185, 1) 100%
  );

  overflow: hidden;
}
.index_m span {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.index_m a i {
  margin-right: 10px;
  font-size: 20px;
}

.index_m_white a {
  background: none;
  border: 1px solid #fff;
}
.index_m_white span {
  background: none;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .header {
    z-index: 99999;
  }
  .nav li.on > a {
    font-weight: normal;
  }
  .index_morebtn a {
    line-height: 40px;
    padding: 0 20px;
    border-radius: 30px;
  }
  .header .index_morebtn {
    margin: 10px 0;
    margin-right: 20px;
  }
  .index_morebtn a span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .index_m a {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .index_title {
    margin-bottom: 0.3rem;
  }
  .index_title .index_m a {
    display: block;
  }
  .index_m a {
    width: auto;
    min-width: 110px;
    height: 36px;
  }
  .index_m a span {
    padding-left: 5px;
  }
  .index_m a i {
    margin-right: 2px;
  }
}
.index_morebtn02 a {
  display: block;
  padding: 0;
  text-align: center;
  background: url(../images_new/index_a01.png) no-repeat;
  background-size: 100% 100%;
  line-height: 78px;
  border-radius: 50px;
}
.index_morebtn02 a span {
  margin: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  right: 15px;
  top: 50%;
}

@media only screen and (min-width: 1025px) {
  .index_morebtn a:hover {
    opacity: 0.9;
  }
  .footer a:hover {
    opacity: 0.8;
  }
  .index_m a span {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .index_m a:hover span {
    color: #fff;
    background-color: #0f4491;
  }
  .index_m_white a:hover span,
  .index_m_white a:hover {
    background: #fff;
    color: #000;
  }
}

.jie {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
* {
  box-sizing: border-box;
}
.wrap {
  width: 1600px;
  max-width: 94%;

  margin: 0 auto;
}

.footer {
  background: #122189 url(../images_new/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 0.64rem;
}
.footer,
.footer a {
  color: #fff;
}
.foot_top {
  padding-bottom: 0.8rem;
}
.foot_top .left {
  float: left;
}
.foot_top .right {
  float: right;
  overflow: hidden;
}
.foot_top .right dl {
  width: 137px;
  float: left;
  text-align: center;
  margin-left: 0.6rem;
}
.foot_top .right dt {
  width: 137px;
  height: 137px;
  margin: auto;
  margin-bottom: 8px;
}
.foot_top .right dt img {
  width: 100%;
  height: 100%;
}
.foot_top .left dl {
  overflow: hidden;
}
.foot_top .left dt {
  float: left;
  width: 174px;
}
.foot_top .left dt img {
  width: 100%;
}
.foot_top .left dd {
  float: right;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
}
.foot_email {
  margin-bottom: 0.3rem;
}
.foot_top .left dd p {
  overflow: hidden;
}
.foot_top .left dd p a {
  float: left;
  line-height: 1em;
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  border-right: 2px solid #ffffff;
}
.foot_top .left dd p a:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.foot_bottom {
  padding: 0.4rem 0 0.6rem 0;
}
.foot_bottom a {
  margin-left: 0.2rem;
}
.footer_share {
  line-height: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
  padding-bottom: 0.5rem;
}
.footer_share ul {
  display: flex;
  justify-content: space-around;
}
.footer_share dl .icon-xiaohongshu1 {
  font-size: 0.24rem;
}

.footer_share li {
  float: left;
  margin-right: 0.22rem;
  cursor: pointer;
}

.footer_share li:last-child {
  margin-right: 0;
}

.footer_share dl {
  position: relative;

  cursor: pointer;
}

.footer_share dd {
  visibility: hidden;
  opacity: 0;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  z-index: 5;
}

.footer_share dd img {
  width: 100%;
  height: 100%;
}

.footer_share li:hover dd {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}

@media only screen and (max-width: 1024px) {
  .footer_share dl .icon-xiaohongshu1 {
    font-size: 0.4rem;
  }
  .footer {
    padding-top: 0.5rem;
  }
  .foot_top .left dt {
    width: 100px;
  }
  .foot_top .left dd {
    padding-top: 20px;
    margin-left: 0px;
    width: calc(100% - 120px);
  }
  .foot_email {
    margin-bottom: 20px;
  }
  .foot_top .left,
  .foot_top .right {
    float: none;
    width: 100%;
  }
  .foot_top .right dl {
    margin: 0;
    margin-right: 20px;
  }
  .foot_top,
  .foot_top .left {
    padding-bottom: 0.5rem;
  }
  .foot_bottom {
    padding: 0.3rem 0;
  }
  .index_morebtn02 a {
    text-align: left;
    line-height: 50px;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
  .index_morebtn02 a span {
    right: 0;
    margin-left: 10px;
    position: relative;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

@media only screen and (max-width: 767px) {
  .footer_share {
    line-height: 30px;
  }

  .footer_share dl .icon-xiaohongshu1 {
    font-size: 20px;
  }

  .footer_r {
    width: 100%;
  }

  .footer_share li {
    margin-right: 20px;
  }

  .footer_share dd {
    width: 120px;
    height: 120px;
  }

  .footer_share li:first-child dd {
    left: 0;
    transform: translate(0, -50%) scale(0);
    -webkit-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    -o-transform: translate(0, -50%) scale(0);
  }

  .footer_share li:first-child:hover dd {
    transform: translate(0, -50%) scale(1);
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
  }
  .foot_top .left dd {
    padding-top: 0px;
    width: calc(100% - 80px);
    font-size: 14px;
    padding-left: 10px;
  }
  .foot_top .left dt {
    width: 70px;
  }

  .foot_email {
    margin-bottom: 10px;
  }
  .foot_top .left dl {
    display: flex;
    align-items: center;
  }
  .foot_top .left dd p a {
    padding: 0;
    margin: 0;
    border: 0;
    margin-right: 20px;
  }

  .foot_top .left dd p a:last-child {
    margin-right: 0;
  }
  .foot_top .right dl {
    width: auto;
  }
  .foot_top .right dt {
    width: 120px;
    height: 120px;
  }
  .footer_share {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

/* sitebanner */
.site_banner {
  position: relative;
}
.site_banner img {
  width: 100%;
}
.site_ban_text {
  width: 100%;
  text-align: center;
}
.site_ban_text h3 {
  color: #003177;
}

@media only screen and (max-width: 767px) {
  .site_banner img {
    display: none;
  }
  .site_banner {
    height: 200px;
  }
}

/* 侧边栏隐藏 */
.sitebar_r {
  display: none;
}

/* logo改 */
.header_logo {
  display: flex;
  align-items: center;
}
.header_text {
  width: 345px;
  padding-left: 0.4rem;
  margin-left: 0.4rem;
  border-left: 1px solid #0f4491;
}
.header_text span,
.header_text em {
  display: block;
  line-height: 1em;
  color: #195390;
  font-weight: bold;
  text-align: left;
}

.header_text span {
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 1200px) {
  .header_text {
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    width: 270px;
  }
  .header_text span {
    font-size: 16px;
  }
  .header_text em {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header h1 {
    width: auto;
    height: auto;
    clear: both;
  }
  .header_text {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
    padding-top: 10px;
  }
  .header_text span {
    font-size: 12px;
  }
  .header_text em {
    font-size: 10px;
  }
  .h_icimg {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-top: 10px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header h1 {
    width: calc(100% - 40px);
  }

  .header .wrap_box {
    max-width: 100%;
  }

  .header_in {
    padding-right: 0;
  }
  .index_morebtn a {
    padding: 0 10px;
  }
}
