@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
/* -webkit-text-size-adjust fix Chrome 12 px limit */
body,
button,
input,
select,
textarea,
label {
  font-size: 14px;
  font-family: Microsoft Yahei;
  -webkit-text-size-adjust: none;
}
button,
input,
select,
label {
  vertical-align: middle;
  list-style-type: none;
  border: none;
}
i {
  font-style: normal;
}
ul,
ol,
p {
  font-size: 100%;
}
ul {
  list-style: none;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0 none;
}
a img,
span img {
  vertical-align: bottom;
}
em {
  font-style: normal;
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #606060;
}
a:hover {
  text-decoration: none;
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}
button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.flex-center {
  align-items: center;
  justify-content: center;
  display: flex;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.arrow {
  border: solid #576a75;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
.right-arrow {
  transform: rotate(-45deg);
  border: solid #576a75;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
}
.left-arrow {
  transform: rotate(135deg);
  border: solid #576a75;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
.up-arrow {
  transform: rotate(-135deg);
  border: solid #576a75;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
.down-arrow {
  transform: rotate(45deg);
  border: solid #576a75;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
.close {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
}
.close:before,
.close:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
ol,
ul,
p,
span,
div,
dl,
a {
  margin: 0;
}
body {
  background: #f8faff;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.control {
  width: 100%;
  height: auto;
  min-width: 1600px;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
.trs-container {
  margin: 0 auto;
  position: relative;
}
.container_fluid {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main_body {
  overflow: hidden;
  min-height: 500px;
  position: relative;
  margin-top: 26px;
  padding: 13px;
}
.main_content {
  margin: 0 auto;
}
a {
  text-decoration: none !important;
}

.title-box .title-line {
  width: 60px;
  height: 2px;
  margin-bottom: 16px;
}
.title-box .title-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.navbar {
  height: 45px;
}
.navbar ul {
  width: 1000px;
  height: 45px;
  margin: 0 auto;
}
.navbar ul:before,
.navbar ul:after {
  content: " ";
  display: table;
}
.navbar ul:after {
  clear: both;
}
.navbar li {
  float: left;
  border-right: 1px solid #d7d7d7;
}
.navbar li:last-child {
  border-right: 0;
}
.navbar a {
  height: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  padding: 0 17px;
}

.left {
  float: left;
}
.right {
  float: right;
}
.cur {
  cursor: pointer;
}
.dl-menuwrapper {
  position: relative;
  z-index: 999;
}
.page {
  width: 1600px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 40px;
}
.banner {
  position: relative;
  width: 100%;
  height: 310px;
}

.banner img {
  width: 100%;
  height: 100%;
}
.inc-header .header-box {
  width: 100%;
  height: 80px;
  width: 1600px;
  margin: 0 auto;
}
.inc-header .logo {
  width: 196px;
  height: 69px;
  margin-left: 43px;
}
.inc-header img {
  width: 100%;
  height: 30px;
}
 .inc-header .input-box,
 .input-box .contentNew .search-block .inline-input 
 {
  width: 329px;
  height: 40px;
  margin-right: 45px;
  background: rgba(3, 37, 92, 0.02);
  position: relative;
}
.inc-header .input-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  outline: none;
  padding-left: 15px;
  padding-right: 34px;
}
.inc-header .input-box .search-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 6px;
  background-size: contain;
}
.inc-header .top-right {
  margin-right: 60px;
  margin-left: auto;
}
.inc-header .language span {
  cursor: pointer;
  margin-right: 10px;
}
.inc-header .bor {
  width: 1px;
  height: 10px;
}
.header-nav {
  width: 1600px;
  height: 80px;
  margin: 0 auto;
}
.header-nav .header-nav-box {
  height: 80px;
  width: 1600px;
  margin: 0 auto;
}
.header-nav .nav-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 4px solid #333;
  position: absolute;
  right: -26px;
  top: 36px;
}
.header-nav ul {
  height: 100%;
}
.header-nav li {
  flex: 1;
  font-size: 26px;
  display: flex;
  justify-content: center;
}
.header-nav li a {
  color: #333;
  width: 62px;
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
  border-bottom: 5px solid transparent;
  text-align: center;
}
.header-nav li.active a,
.header-nav li:hover a {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
}
.header-sub {
  display: none;
  width: 1600px;
  position: absolute;
  top: 160px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 20px 0px rgba(175, 182, 217, 0.3);
}
.header-sub .subContent {
  width: 100%;
  padding: 46px 0 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header-sub .isActive {
  cursor: pointer;
}

.header-sub .active {
  font-weight: bold !important;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem {
  margin-right: 60px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem .btn_lv {
  font-size: 20px;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem .btn_lv:hover {
  font-weight: bold;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem .subItemContent {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem .subItemContent .itemContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 265px;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem .subItemContent .itemContent .active a {
  font-weight: normal!important;
}

.header-subs .header-sub:nth-child(1) .subContent .subItem .subItemContent .itemContent .left {
  font-size: 16px;
  height: 100%;
  font-weight: bold;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem .subItemContent .itemContent li {
  font-size: 16px;
  margin: 0 0px 10px 0;
  font-family: PingFangSC-Medium, PingFang SC;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem:nth-child(1) {
  width: 54%;
}
.header-subs .header-sub:nth-child(1) .subContent .subItem:nth-child(2) {
  width: 10%;
}
.header-subs .header-sub:nth-child(1) .subContent .leftLine {
  width: 1px;
  margin-right: 36px;
}
.header-subs .header-sub:nth-child(2) .subContent {
  padding: 46px 210px 30px 210px;
  justify-content: flex-start;
}
.header-subs .header-sub:nth-child(2) .subContent .subItem {
  width: 100%;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  min-height: 250px;
}
.header-subs .header-sub:nth-child(2) .subContent .subItem .subItemContent {
  display: flex;
  justify-content: space-around;
}
.header-subs .header-sub:nth-child(2) .subContent .subItem .subItemContent .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-subs .header-sub:nth-child(2) .subContent .subItem .subItemContent .itemContent .active a {
  font-weight: normal!important;
}
.header-subs .header-sub:nth-child(2) .subContent .subItem .subItemContent .itemContent .left {
  font-size: 16px;
  height: 100%;
  font-weight: bold;
}
.header-subs .header-sub:nth-child(2) .subContent .subItem .subItemContent .itemContent .left:not(:nth-of-type(1)) {
  margin-left: 30px;
}
.header-subs .header-sub:nth-child(2) .subContent .subItem .subItemContent .itemContent li {
  font-size: 16px;
  margin: 0 40px 20px 0;
  color: #333333;
  font-family: PingFangSC-Medium, PingFang SC;
}
.header-subs .header-sub:nth-child(2) .subContent .leftLine {
  width: 1px;
  background: #BBBBBB;
  margin-right: 36px;
}
.header-subs .header-sub:nth-child(3) .subContent {
  padding: 46px 300px 30px 374px;
  justify-content: flex-start;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem {
  margin-right: 60px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  display: flex;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-height: 340px;
  position: relative;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent .itemContent .left:not(.left_content_item) {
  font-size: 16px;
  color: #0F45AE;
  cursor: pointer;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent .itemContent .left:not(.left_content_item) .title_lv:hover {
  font-weight: bold;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent .itemContent li:not(.left_content_item) {
  font-size: 16px;
  margin: 0 526px 40px 0;
  font-family: PingFangSC-Medium, PingFang SC;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent .left_content {
  position: absolute;
  top: 0;
  left: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent .left_content .left_content_item {
  margin-bottom: 20px;
  font-size: 16px;
}

.header-subs .header-sub:nth-child(3) .subContent .subItem .subItemContent .left_content.special_lv {
  height: 400px;
}
.header-subs .header-sub:nth-child(3) .subContent .isActive1 {
  font-weight: normal;
  margin-right: 25px;
}
.header-subs .header-sub:nth-child(3) .subContent .leftLine {
  width: 1px;
  margin-right: 36px;
}
.header-subs .header-sub:nth-child(4) .subContent {
  padding: 46px 50px 30px 100px;
  justify-content: space-evenly;
}
.header-subs .header-sub:nth-child(4) .subContent .subItem {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  min-height: 234px;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
}
.header-subs .header-sub:nth-child(4) .subContent .subItem .btn_lv {
  font-size: 16px;
  font-weight: bold;
}
.header-subs .header-sub:nth-child(4) .subContent .subItem .subItemContent {
  height: 100%;
}
.header-subs .header-sub:nth-child(4) .subContent .subItem .subItemContent .left {
  font-size: 16px;
  margin: 0 32px 10px 30px;
  color: #333333;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}

.header-subs .header-sub:nth-child(5) .subContent {
  justify-content: space-evenly;
}
.header-subs .header-sub:nth-child(5) .subContent .subItem {
  margin-right: 60px;
  margin-top: 32px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  min-height: 88px;
}
.header-subs .header-sub:nth-child(5) .subContent .subItem a {
  font-size: 18px;
}
.header-subs .header-sub:nth-child(5) .subContent .subItem .subItemContent {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.header-subs .header-sub:nth-child(5) .subContent .subItem .subItemContent .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-subs .header-sub:nth-child(5) .subContent .subItem .subItemContent .itemContent .left {
  font-size: 16px;
  height: 100%;
  font-weight: bold;
}
.header-subs .header-sub:nth-child(5) .subContent .subItem .subItemContent .itemContent li {
  font-size: 16px;
  margin: 0 40px 10px 0;
  font-family: PingFangSC-Medium, PingFang SC;
}
.header-subs .header-sub:nth-child(5) .subContent .subItem:hover a {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
.header-subs .header-sub:nth-child(5) .subContent .leftLine {
  width: 1px;
  margin-right: 36px;
}
.header-subs .header-sub:nth-child(6) .subContent {
  justify-content: space-around;
}
.header-subs .header-sub:nth-child(6) .subContent .subItem {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  min-height: 200px;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
}
.header-subs .header-sub:nth-child(6) .subContent .subItem .btn_lv {
  font-size: 16px;
  font-weight: bold;
}
.header-subs .header-sub:nth-child(6) .subContent .subItem .subItemContent {
  height: 100%;
}
.header-subs .header-sub:nth-child(6) .subContent .subItem .subItemContent .left {
  font-size: 16px;
  margin: 0 0px 10px 30px;
  color: #333333;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}

.header-subs .header-sub:nth-child(6) .subContent .subItem .subItemContent .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 200px;
}
.header-subs .special_item {
  position: relative;
  left: 40px;
}
.inc-footer, .inc-top-footer {
  width: 1600px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
}

.inc-footer .inc-footer-box,
.inc-top-footer .inc-footer-box
{
  width: 1334px;
  margin: 0 auto;
}
.inc-footer .footer-tit, .inc-top-footer .footer-tit {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1;
}
.inc-footer .footer-cot-box, .inc-top-footer .footer-cot-box {
  flex: 1;
}
.inc-footer .footer-cot-box .footer-item, .inc-top-footer .footer-cot-box .footer-item {
  display: block;
  line-height: 32px;
}
.inc-footer .inc-footer-top,  .inc-top-footer .inc-footer-top{
  height: 139px;
}
.inc-footer .footer-cot-last, .inc-top-footer .footer-cot-last {
  width: 100%;
}
.inc-footer .footer-cot-last .footer-cot-last-first, .inc-top-footer .footer-cot-last .footer-cot-last-first {
  margin-right: 382px;
}
.inc-footer .footer-cot-last .footer-cot-last-contract, .inc-top-footer .footer-cot-last .footer-cot-last-contract {
  margin-left: auto;
}
.inc-footer .footer-cot-last .footer-tel,  .inc-top-footer .footer-cot-last .footer-tel{
  font-family: Arial;
  font-size: 32px;
  line-height: 1.1;
  display: block;
  margin-bottom: 30px;
}
.inc-footer .footer-cot-last .footer-email,
.inc-footer .footer-cot-last .footer-address,
.inc-top-footer .footer-cot-last .footer-email,
.inc-top-footer .footer-cot-last .footer-address
{
  line-height: 32px;
  font-size: 14px;
}

.inc-footer .footer-cot-last .footer-address,
.inc-top-footer .footer-cot-last .footer-address
{
  margin-bottom: 30px;
  font-size: 14px;

}
.inc-footer .footer-cot-last .footer-focus, .inc-top-footer .footer-cot-last .footer-focus {
  margin-bottom: 20px;
}
.inc-footer .footer-cot-last .footer-social-icon, .inc-top-footer .footer-cot-last .footer-social-icon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.inc-footer .footer-cot-last .footer-social-icon img, .inc-top-footer .footer-cot-last .footer-social-icon img {
  width: 100%;
}
.inc-footer .footer-txt-box, .inc-top-footer .footer-txt-box  {
  height: 88px;
  line-height: 70px;
}
.inc-footer .footer-txt-box .footer-bor, .inc-top-footer .footer-txt-box .footer-bor  {
  width: 1px;
  height: 10px;
  margin: 0 20px;
}
.inc-footer .left-link a, .inc-top-footer .left-link a {
  color: #fff;
}
.inc-footer .right-desc, .inc-top-footer .right-desc {
  top: 17px;
  margin-left: auto;

}
.inc-footer .footer-guide, .inc-top-footer .footer-guide {
  position: absolute;
  width: 40px;
  right: 30px;
  bottom: 72px;
}
.inc-footer .footer-guide .guide-icon,  .inc-top-footer .footer-guide .guide-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}


.normal_footer_bottom_box .footer-cot-last .footer-call {
  font-size: 14px;
}


.no_data {
  width: 100%;
  line-height: 80px;
  height: 80px;
  text-align: center;
}
.isTotal {
  pointer-events: none;
  font-weight: 800;
}
.isTotal td.el-table__cell {
  background-color: unset!important;
}
.el-table thead.is-group th.el-table__cell,
.el-table th.el-table__cell {
  text-align: center!important;
}

.el-table .special_row_type {
  pointer-events: none;
}
.el-table .special_row_type td {
  font-weight: bold;
  border-right: none!important;
}
.el-table .special_row_type td:first-child .cell {
  width: 120px;
}
.el-table .special_row_type td:first-child {
  text-align: left!important;
}
.el-table .special_row_type td:last-child {
  text-align: right!important;
}
#js_index .el-table td.el-table__cell,
#js_index .el-table th.el-table__cell.is-leaf {
  border-bottom: none;
}

.el-table ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.el-table ::-webkit-scrollbar-track {
  border-radius: 3px;
}
.el-table ::-webkit-scrollbar-thumb {
  border-radius: 10px;
}


.el-table th.gutter {
  display: none;
  width: 0;
}
.el-table colgroup col[name='gutter'] {
  display: none;
  width: 0;
}
.el-table__body {
  width: 100% !important;
}
.side_menu .sideMenu .nLi {
  overflow: hidden;
  position: relative;
}
.side_menu .menu_content {
  padding-bottom: 40px;
}
.sideMenu {
  width: 200px!important;
  height: auto;
  margin: 40px 0 0 133px;
}
.side_menu_title {
  width: 200px;
  margin: 57px 0 0 133px;
  height: 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 20px;
  cursor: default;
}
.sideMenu h3 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  color: #333333;
  line-height: 20px;
  cursor: pointer;
}
.active_menu_h3 {
  font-weight: bold;
}
.sideMenu ul .nLi.on .sub {
  display: block;
}
.sideMenu ul .nLi.on .img_icon {
  transform: rotate(0deg);
}
.sideMenu ul .nLi .img_icon {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 3px;
  left: unset;
}
.sideMenu ul .nLi .sub {
  padding: 8px 0;
  display: none;
}
.sideMenu .nLi::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 207px;
  height: 1px;
}

.sideMenu ul .nLi .sub li {
  margin-top: 10px;
  list-style: none;
  cursor: pointer;
}
.sideMenu ul .nLi .sub li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei';
  color: #666666;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}
.sideMenu ul .nLi .sub li a:hover {
  padding-left: 20px;
}
.active_menu a {
  padding: 10px 0 10px 20px;

}
.table_remo th {
  font-weight: 400;
}

.right-desc {
  position: relative;
}

.right-desc .bottom_item_browser {
  position: absolute;
  top: -25px;
  left: 0;
}

.inc-footer .left-link {
  position: relative;
  top: 15px;
}

.inc-top-footer .left-link {
  position: relative;
  top: 15px;
}




/*# sourceMappingURL=global.css.map */

