﻿/* CSS common */
html,
body {
  width: 100%;
  height: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", Arial;
  overflow-x: hidden;
}

body {
  display: none;
}

div {
  font-size: 14px;
}

a {
  outline: none !important;
  text-decoration: none !important;
}

input::-webkit-search-cancel-button {
  display: none;
}

input::-ms-clear {
  display: none;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

.clearFloat:after {
  height: 0px;
  content: ".";
  clear: both;
  visibility: hidden;
  display: block;
}

.clearFloat {
  zoom: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  margin: 0;
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: "微软雅黑";
}

a:hover {
  color: inherit;
  /* color: #008ac8; */
  text-decoration: none;
  outline: none;
}

dl,
ul {
  list-style: none;
}

input {
  outline: none;
}

i,
em {
  font-style: normal;
}

body {
  font-family: "微软雅黑";
  /* background: #ffffff; */
  background: #f5f7fb;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

/* Mozilla Firefox 4 to 18 */

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

/* Mozilla Firefox 19+ */

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

/* Internet Explorer 10+ */

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

.container {
  padding: 0px;
}

/* 图片样式 */
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 模块名 */
.model_name {
  height: 24px;
  font-family: SimHei;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0168b7;
  margin-bottom: 20px;
}

/* 页面首部 */

.index_header {
  width: 100%;
  height: 364px;
  position: relative;
}

.index_header .index_header_bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 677px;
  background: url(header-bg.png) 100% 100% no-repeat;
  background-position: center;
  z-index: -1;
}

.index_header .container {
  width: 1146px;
  height: 100%;
  margin: 0 auto;
}

.index_header .container .search_container {
  margin-top: 40px;
  width: 600px;
  height: 60px;
  font-size: 0;
  /* display: flex; */
  /* background-color: rgba(255, 255, 255, .6); */
  background-image: url(01-search-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 5px;
  margin: 44px auto 0;
  position: relative;
}

.index_header .container .search_container .search {
  width: 590px;
  height: 50px;
  /* background-color: rgba(255, 255, 255, .6); */
  border-radius: 5px;
  position: relative;
  background-image: url(01-search-bg1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.index_header .container .search_container .search img {
  width: 40px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}

.index_header .container .search_container input {
  display: block;
  border: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  border-radius: 5px;
  background: none;
}

.index_header .container .search_container .search_btn {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #5a86a4;
  font-size: 16px;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  float: left;
}

.index_header .container .search_container .search_btn .search_icon {
  width: 18px;
  height: 16px;
  object-fit: contain;
  vertical-align: middle;
}

.operate_box {
  width: 100%;
  height: 33px;
  padding-top: 22px;
  margin: 0 auto;
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f3f3f3;
  font-size: 0;
  text-align: right;
}

.operate_box .operate_box_item {
  display: inline-block;
  width: auto;
  height: 20px;
  /* margin-left: 24px; */
  cursor: pointer;
  float: right;
  padding: 0px 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: Microsoft YaHei;
  height: 16px;
  line-height: 16px;
}

.operate_box .operate_box_item .wza-img {
  margin-top: -2px;
  margin-right: 4px;
}

.operate_box .operate_box_item.left-border {
  border-left: 1px solid #f3f3f3;
}

.operate_box .operate_box_item:last-child {
  margin: 0;
}

.operate_box .wechat_qrcode {
  position: relative;
}

.operate_box .wechat_qrcode .wechat_qrcode_content {
  position: absolute;
  width: 120px;
  left: -50px;
  top: 30px;
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 1px 1px 2px 1px #888888;
  display: none;
}

.operate_box .wechat_qrcode .wechat_qrcode_content img {
  object-fit: contain;
  width: 100%;
}

.operate_box .wechat_qrcode .wechat_qrcode_content .d4 {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #5a86a4 transparent transparent;
  transform: rotate(90deg);
  position: absolute;
  top: -25px;
  left: 45px;
  z-index: 2;
}

.operate_box .wechat_qrcode .wechat_qrcode_content .d5 {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #dadada transparent transparent;
  transform: rotate(90deg);
  position: absolute;
  top: -26px;
  left: 45px;
}

/* logo和机构名 */
.organization_info {
  margin-top: 60px;
}

.organization_info .logo_container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.organization_info .logo_container img {
  /* object-fit: contain; */
  margin: 0 auto;
  width: 362px;
  /* height: 77px; */
  height: auto;
}

.organization_info .organization_name {
  float: left;
  width: 470px;
  height: 149px;
}

.organization_info .organization_name .organization_name_item {
  margin-bottom: 12px;
}

.organization_info .organization_name .organization_name_item:last-child {
  margin: 0;
}

.organization_info .organization_name .name_zn {
  height: 23px;
  line-height: 23px;
  font-family: STHeitiSC-Light;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #040404;
}

.organization_info .organization_name .name_en {
  height: 18px;
  line-height: 18px;
  font-family: STHeitiSC-Light;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #040404;
}

/* 头部导航栏 */
.column_container {
  width: 100%;
  color: #ffffff;
  text-align: center;
  /* border-top: 3px solid #2b5d80; */
}

.column_container .column_content {
  width: 1200px;
  /* height: 40px; */
  margin: 0 auto;
  overflow: hidden;
  /* display: flex; */
}

.column_container .column_item {
  float: left;
  width: 171.42px;
  height: 50px;

  display: block;
  cursor: pointer;
  float: left;
  border-top: 5px solid transparent;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  background: #1e8dde;
  position: relative;
}

.column_container .column_item .right-border {
  background: #0079d2;
  width: 1px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 2px;
}

.column_container .column_item:hover,
.column_container .column_item_active {
  /* color: #144e76;
  border-top: 5px solid #2867bd; */
  background: #0079d2;
}

/* 页面底部 */
.page_foot {
  width: 100%;
  height: 294px;
  /* border-top: 2px solid #aeaeae; */
  background-color: #0079d2;
}

.page_foot .page_foot_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.page_foot .auth_msg .return {
  display: none;
}

.page_foot .page_foot_content .select_container {
  width: 100%;
  height: 46px;
  margin: 30px auto 39px auto;
  /* display: flex; */
  justify-content: space-between;
  font-size: 0;
  /* display: flex;
  justify-content: space-between; */
}

.page_foot .page_foot_content .select_container .dropdown {
  float: left;
}

.page_foot .page_foot_content .select_container .dropdown_box {
  width: 244px;
  height: 46px;
  border: 1px solid #55b2f6;
  background: #0183e5;
  color: #ffffff;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: left;
  text-indent: 10px;
  line-height: 14px;
}

.page_foot .page_foot_content .select_container .arrow {
  width: 12px;
  height: 14px;
  object-fit: contain;
  float: right;
}

.page_foot .page_foot_content .select_container .dropdown_content {
  width: 100%;
  max-height: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  /* background: #0183e5;
  color: #fff; */
  background-color: #fff;
  color: #000;
}

.page_foot .page_foot_content .select_container .dropdown-menu > li > a {
  /* color: #fff; */
  color: #000;
}

.page_foot .page_foot_content .select_container .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #1899fb;
}

.page_foot
  .page_foot_content
  .select_container
  .dropdown_content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.page_foot
  .page_foot_content
  .select_container
  .dropdown_content::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}

.page_foot
  .page_foot_content
  .select_container
  .dropdown_content::-webkit-scrollbar-track {
  background: #fff;
}

.page_foot .page_foot_content .website_map {
  width: 100%;
  /* height: 25px; */
  /* line-height: 25px; */
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 auto 48px;
}

.page_foot .page_foot_content .website_map span {
  margin-right: 50px;
  cursor: pointer;
  width: 79px;
  height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.page_foot .page_foot_content .website_map .map_icon {
  width: 37px;
  height: 25px;
  margin-right: 9px;
  float: left;
}

.page_foot .page_foot_content .organization_message {
  /* display: flex; */
  /* justify-content: space-between; */
  width: 100%;
  margin: 0 auto 18px;
  height: 14px;
  line-height: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  font-size: 0;
  line-height: 14px;
  text-align: center;
}

.page_foot .page_foot_content .organization_message div {
  display: inline-block;
  margin: 0 20px;
}

.page_foot .page_foot_content .organization_message .sm_show {
  display: none;
}

.page_foot .page_foot_content .foot_content_bottom {
  /* display: flex; */
  width: 100%;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.page_foot .page_foot_content .grov_debug {
  width: 110px;
  height: 55px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  /* margin: 0 20px; */
  margin-right: 30px;
  cursor: pointer;
}

.page_foot .page_foot_content .grov_debug img {
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
  border: 1px solid;
  padding: 2px;
  border-radius: 4px;
}

.page_foot .page_foot_content .auth_msg {
  display: inline-block;
  vertical-align: middle;
  width: 615px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  float: left;
  color: #ffffff;
  text-align: left;
  /* margin-left: 60px; */
}

.page_foot .page_foot_content .auth_msg p {
  margin-bottom: 10px;
}

.page_foot .page_foot_content .auth_msg p span {
  margin-right: 26px;
}

.page_foot .page_foot_content .auth_msg p:last-child {
  margin: 0;
}

.page_foot .page_foot_content .link_container {
  display: inline-block;
  vertical-align: middle;
  min-width: 515px;
  height: 97px;
  float: right;
  /* display: flex; */
  /* justify-content: space-between;
  align-items: center; */
  /* margin-left: 60px; */
}

.page_foot .page_foot_content .link_container .about {
  width: 58px;
  height: 73px;
  float: right;
  margin-top: -10px;
}

.page_foot .page_foot_content .link_container .honest {
  float: right;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: right;
}

.page_foot .page_foot_content .link_container .honest p {
  margin-bottom: 10px;
}

.page_foot .foot_content_bottom .auth_msg .zhuban {
  margin-bottom: 10px;
}

.page_foot .foot_content_bottom .auth_msg .contact-no {
  margin-left: 40px;
}

.page_foot .foot_content_bottom .link_container .honest .postcode {
  margin-right: 40px;
}

.page_foot .foot_content_bottom .link_container .honest .icp {
  margin-right: 20px;
}
.page_foot .foot_content_bottom .link_container .honest .gongan {
  cursor: pointer;
}
.page_foot .page_foot_content .link_container .honest p span {
  margin-right: 26px;
}
.page_foot .page_foot_content .link_container .about {
  cursor: pointer;
}
.page_foot .page_foot_content .link_container .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_foot .page_foot_content .link_container .honest img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: -4px;
  margin-right: 5px;
}

.page_foot .page_foot_content .with_divide::after {
  content: "|";
  margin: 0 4px;
}

.page_foot .page_foot_content .with_margin {
  margin-left: 14px;
}

.page_foot .select_container button:active {
  outline: unset;
  box-shadow: unset;
}

.pointer {
  cursor: pointer;
}

/* 主体内容包裹 */
.main_content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.main_content .breadcrumb {
  width: 1200px;
  height: 42px;
  background-color: #f2f7f9;
  font-size: 16px;
  line-height: 28px;
}
.mz-ydnav {
  display: none;
}
.main_content .breadcrumb span {
  color: #1e8dde;
}

.main_content .card_panel {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}

.card—detail .card_title_view,
.main_content .card_panel .card_title_view {
  padding-bottom: 20px;
}

.card—detail .card_title_view.border,
.main_content .card_panel .card_title_view.border {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.card—detail .card_title_view img,
.main_content .card_panel .card_title_view img {
  display: inline-block;
  width: 23px;
  height: 19px;
  margin-right: 12px;
  vertical-align: middle;
}

.card—detail .card_title_view .card_title_text,
.main_content .card_panel .card_title_view .card_title_text {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.card_panel .news_list ul {
  margin-bottom: 0;
}

.card_panel .news_list li {
  padding: 8px 0px 10px;
  position: relative;
}

.card_panel .news_list li:last-child {
  padding-bottom: 0;
}

/* .card_panel .news_list li::before {
  content: '•';
  float: left;
  color: #808080;
} */
.card_panel .news_list li .news_circle {
  float: left;
  width: 10px;
  position: relative;
  top: 5px;
}

.card_panel .news_list li .news_title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  float: left;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 14px;
  cursor: pointer;
  line-height: 16px;
}

.card_panel .news_list li .news_date {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  float: right;
}

.card_panel.line_3 {
  float: left;
  width: 386px;
  margin-right: 20px;
}

.card_panel.line_3:last-child {
  margin-right: 0px;
}

.card_panel.line_3 .news_list li .news_title {
  width: 200px;
}

.news_title {
  font-family: "MicrosoftYaHei";
}

.news_title a:hover,
.card_title_view .card_title_text:hover,
.card_panel.line_3 .news_list li .news_title a:hover {
  color: #007ad2 !important;
}

/* 滚动置顶按钮 */
.slide_to_top_button {
  display: none;
}

.none {
  display: none;
}

.font-bold {
  font-weight: bold;
}

.not-font-bold {
  font-weight: normal;
}

/* 面包屑导航 */
.crumbs {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 18px;
}

.crumbs .location_icon {
  float: left;
  width: 17px;
  height: 20px;
  margin: 10px 14px;
  background-image: url(01-02-localtion.png);
}

.crumbs .crumbs_content {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
}

.crumbs .crumbs_content .crumbs_item {
  margin: 0 3px;
  cursor: pointer;
}

.crumbs .crumbs_content .crumbs_item_active {
  font-family: MicrosoftYaHei-Bold;
  font-weight: normal;
  letter-spacing: 0px;
  color: #48abff;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-74 {
  margin-left: 74px;
}

/* 面包屑导航 END */

/** left menu  **/
.left-menu {
  width: 229px;
  float: left;
  /* background-color: #48abff; */
}

.left-menu ul {
  list-style-type: none;
}

.left-menu a {
  color: #48abff;
  text-decoration: none;
}

.accordion {
  width: 300px;
  /* border: solid 1px #ccc; */
  background: #fff;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 18px 0px 20px 0px;
  text-align: center;
  color: #48abff;

  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  border: solid 1px #cbdae3;
  border-left: 4px solid #c1d6e6;
}

.accordion li {
  cursor: pointer;
  background: #f2f9ff;
  margin-bottom: 3px;
  position: relative;
}

.accordion > li {
  background: #ffffff;
}

.accordion li img {
  width: 16px;
  height: 18px;
  position: absolute;
  top: 17px;
  left: 20px;
}

.accordion > li > .link {
  margin-bottom: 10px;
}

.accordion > li > .link > a {
  font-weight: bold;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #48abff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .submenu li img {
  display: none;
}

.accordion > li > .submenu > li > a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1e8dde;
  height: 51px;
  padding: 0px;
  line-height: 51px;
}

.accordion > li > .submenu > li {
  background: #f9fbfd;
  text-align: center;
}

.accordion > li > .submenu > li:hover {
  background: #dcebfa;
}

.accordion > li > .submenu > li.open:hover {
  /* background: none; */
}

.accordion > li > .submenu > li > a:hover,
.accordion > li > .submenu > li > .link > a {
  color: #1e8dde;
}

.accordion > li > .link > .triangle-bottom {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(01-07-menu-plus.png) 100% 100% no-repeat;
}

.accordion > li.open > .link > .triangle-bottom {
  top: 6px;
  background: url(01-07-menu-sub.png) 100% 100% no-repeat;
}

.accordion > li .submenu li .sub-link .triangle-bottom {
  position: absolute;
  top: 2px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url(01-07-menu-submenu.png) 100% 100% no-repeat;
}

.accordion > li.open > .link,
.accordion > li:hover > .link {
  background: #c4def8;
  border: solid 1px #c4def8;
  border-left: #1e8dde 4px solid;
}

.accordion > li:hover > .link > a,
.accordion > li.open > .link {
  color: #1e8dde;
}

.accordion .submenu li.open > a,
.accordion li.open .link a,
.accordion .submenu li.open .sub-link a {
  color: #1e8dde;
}

.accordion .submenu li.open {
  /* background-image: linear-gradient(#d5ebfe,
      #d5ebfe),
    linear-gradient(#eaf4ff,
      #eaf4ff);
  background-blend-mode: normal,
    normal;

  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d5ebfe, endColorstr=#d5ebfe);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d5ebfe, endColorstr=#d5ebfe)"; */
  background: #eef3f7;
}

.accordion li.open i {
  color: #fff;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.open .active {
  display: block !important;
}

.accordion li.open .no-active {
  display: none !important;
}

.accordion li .active {
  display: none;
}

.accordion li .no-active {
  display: block;
}

.submenu .submenu li {
  text-align: left;
  margin-bottom: 0px;
}

.submenu .submenu li a img {
  position: static;
  display: inline;
}

.submenu li:hover > .sub-link > a,
.submenu li.open > .sub-link > a {
  background: #dcebfa;
  color: #48abff;
}

.submenu .submenu li:hover > a,
.submenu .submenu li.open > a {
  background: #eef3f7;
  color: #48abff;
}

/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  /* background-image: linear-gradient(#eef9ff,
      #eef9ff),
    linear-gradient(#0d47a1,
      #0d47a1);
  background-blend-mode: normal,
    normal; */
  font-size: 14px;
  /* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eef9ff, endColorstr=#eef9ff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eef9ff, endColorstr=#eef9ff)"; */
  margin-top: -7px;
}

/* .submenu li{
  padding-left: 10px;
} */

.submenu a {
  display: block;
  text-decoration: none;
  /* padding: 12px 0px; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1e8dde;
  height: 51px;
  line-height: 51px;
}

.submenu .submenu {
  margin-top: 3px;
}

.submenu .submenu a {
  height: 34px;
  line-height: 34px;
  padding: 0px 0px 0px 85px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1e8dde;
}

.submenu .submenu .circle {
  background: url(01-07-menu-circle.png);
  width: 2px;
  height: 2px;
}

.submenu .open a {
}

/* 
.submenu a:hover,
.submenu li.current a {
  background-image: linear-gradient(#48abff,
      #48abff),
    linear-gradient(#0d47a1,
      #0d47a1);
  background-blend-mode: normal,
    normal;
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#48abff, endColorstr=#48abff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#48abff, endColorstr=#48abff)";
} */

:root .submenu,
:root .accordion > li:hover,
:root .accordion li.open,
:root .accordion .submenu li.open,
:root .submenu a:hover,
.submenu li.current a {
  filter: none;
  -ms-filter: none;
}

.submenu .sub-link {
  position: relative;
  text-align: center;
  height: 51px;
}

/** left menu end **/

/* 公用模块、卡片title */
.card_title {
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 10px;
}

.card_title .card_title_bar {
  display: block;
  float: left;
  width: 3px;
  height: 18px;
  margin-right: 9px;
  background: #48abff;
}

/* 公用模块、卡片title END */

/**swiper + 分页插件**/
.swiper_container {
  position: relative;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 18px;
  height: 5px;
  /* border-radius: 8px; */
  background: #fff;
  margin: 0 5px;
  /* opacity: 0.8; */
  /* border: 1px solid #fff; */
  cursor: pointer;
}

.pagination-dot .swiper-pagination-switch {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 15px;
}

.swiper-active-switch {
  background: #de700f;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}

/**swiper 分页插件end**/

/**内容公用**/

.ue_table {
  overflow: auto;
}

.margin-right-none {
  margin-right: 0px !important;
}

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

.hide_pc {
  display: none;
}

/**内容公用end**/