* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light.eot');
  src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../fonts/SourceHanSansCN-Regular.eot');
  src: url('../fonts /SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceHanSansCN-Regular.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Regular.woff') format('woff'), url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'), url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}
@font-face {
  font-family: 'SOURCEHANSERIFCN-HEAVY';
  src: url('../fonts/SOURCEHANSERIFCN-HEAVY.OTF');
  font-style: normal;
  text-shadow: none;
}
@font-face {
  font-family: 'SOURCEHANSERIFCN-SEMIBOLD';
  src: url('../fonts/SOURCEHANSERIFCN-SEMIBOLD.OTF');
  font-style: normal;
  text-shadow: none;
}
@font-face {
  font-family: 'SOURCEHANSERIFCN-Regular';
  src: url('../fonts/SourceHanSerifCN-Regular.ttf');
  font-style: normal;
  text-shadow: none;
}
html {
  width: 100%;
}
body {
  font-family: 'Helvetica Neue', Arial, Calibri, sans-serif, 'SourceHanSansCN-Regular', 'microsoft yahei';
  position: relative;
  width: 100%;
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
  /* 关键 */
  letter-spacing: 0.5px;
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes outer-right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.ecp_top-nav .ecp_tn-header {
  width: auto !important;
}
.ecp_top-nav {
  height: 31px !important;
  border-bottom: none !important;
  background-color: #1b66e6 !important;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab i,
.tn-person-r .tn-user i {
  height: 30px !important;
  line-height: 30px;
  padding: 0 20px !important;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab {
  color: #ffffff !important;
}
.tn-person-r .ecp_tn-arrow {
  display: none !important;
}
.tn-person-r .ecp_tn-title .ecp_tn-tab:hover,
.tn-person-r .tn-setting .tn-name:hover,
.tn-person-r .tn-setting .ecp_tn-tab:hover,
.tn-person-r .tn-onmouse .ecp_tn-tab,
.tn-person-r .tn-onmouse .ecp_tn-tab {
  border: none;
  background-color: #1b66e6 !important;
  text-decoration: none;
  color: #ffffff !important;
}
header {
  /* position: fixed; */
  font-family: 'Helvetica Neue', Arial, Calibri, sans-serif, 'SourceHanSansCN-Regular', 'microsoft yahei';
  z-index: 9;
  top: 0;
  width: 100%;
  width: inherit;
  padding: 0 10px;
  min-width: 1100px;
  border-bottom: solid 1px #ffffff80;
}
header .header_big {
  height: 80px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_big .header_left,
header .header_big .header_right {
  display: flex;
  align-items: center;
}
header .header_big .header_left .nav,
header .header_big .header_right .nav {
  display: flex;
}
header .header_big .header_left .nav li,
header .header_big .header_right .nav li {
  width: auto;
  text-align: center;
  position: relative;
  margin: 0 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
header .header_big .header_left .nav li > a,
header .header_big .header_right .nav li > a {
  color: #ffffff;
}
header .header_big .header_left .nav li .sub-nav,
header .header_big .header_right .nav li .sub-nav {
  font-weight: bold;
  font-size: 14px;
  display: none;
  position: absolute;
  text-align: center;
  border-bottom: none;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 20px #1d4eff59;
  padding: 8px 10px;
}
header .header_big .header_left .nav li .sub-nav a,
header .header_big .header_right .nav li .sub-nav a {
  letter-spacing: 0.5px;
  /* background-color: #ffffff2a; */
  color: #110e0f;
  display: block;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  padding: 0 10px;
}
header .header_big .header_left .nav li .sub-nav a:hover,
header .header_big .header_right .nav li .sub-nav a:hover {
  background-color: #e6ebfc;
  border-radius: 5px;
  color: #1b66e6;
}
header .header_big .header_left .nav li.active .sub-nav,
header .header_big .header_right .nav li.active .sub-nav {
  display: block;
}
header .header_big .header_left .nav li::after,
header .header_big .header_right .nav li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transition: all 0.5s;
}
header .header_big .header_left .nav li:hover::after,
header .header_big .header_right .nav li:hover::after,
header .header_big .header_left .nav li.active::after,
header .header_big .header_right .nav li.active::after,header .header_big .header_left .nav li.activeNav::after {
  left: 0;
  width: 100%;
}
header .header_big .header_left .nav li.language i,
header .header_big .header_right .nav li.language i {
  width: 18px;
  height: 40px;
  background: url(../images/language.svg) no-repeat center center;
  display: block;
}
header .header_big .header_left .nav li.language::after,
header .header_big .header_right .nav li.language::after {
  background: transparent;
}
header .header_big .header_left .nav li {
  height: 40px;
  line-height: 40px;
}
header .header_big .header_right > li {
  height: 30px;
  background-color: #1b66e6;
  border-radius: 2px;
  margin: 0 10px;
}
header .header_big .header_right > li a {
  display: block;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
}
header .header_big .header_right li.menu-btn {
  display: none;
  background: transparent;
  align-items: center;
}
header .header_big .header_right li.menu-btn button {
  border: none;
  cursor: pointer;
  background: transparent;
}
header .header_big .header_right li.menu-btn button img {
  height: 30px;
}
header .fullscreen-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
header .fullscreen-box .fullscreen-menu {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: #282828;
}
header .fullscreen-box .fullscreen-menu .close-menu {
  position: absolute;
  top: 27px;
  right: 25px;
}
header .fullscreen-box .fullscreen-menu .close-menu button {
  border: none;
  background-color: transparent;
}
header .fullscreen-box .fullscreen-menu .close-menu button img {
  width: 20px;
  height: 20px;
}
header .fullscreen-box .fullscreen-menu .nav {
  margin-top: 73px;
  padding-left: 20px;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
header .fullscreen-box .fullscreen-menu .nav li > a {
  padding: 16px 10px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  position: relative;
}
header .fullscreen-box .fullscreen-menu .nav li > a i {
  width: 18px;
  height: 29px;
  position: absolute;
  right: 20px;
  transform: rotate(0deg);
  transition: transform 0.6s;
  font-style: normal;
}
header .fullscreen-box .fullscreen-menu .nav li > a.currentNav i {
  transform: rotate(-180deg);
  transition: transform 0.6s;
}
header .fullscreen-box .fullscreen-menu .nav li .sub-nav {
  display: none;
  margin-bottom: 1px;
}
header .fullscreen-box .fullscreen-menu .nav li .sub-nav a {
  display: block;
  text-indent: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 10px 0;
}
header .fullscreen-box .fullscreen-menu .nav li .sub-nav a:hover {
  background: transparent;
}
header .fullscreen-box .fullscreen-menu .nav li .sub-nav.currentNav {
  display: block;
  color: #1b66e6;
  text-decoration: underline;
}
header .fullscreen-box .fullscreen-menu .nav li > a.currentNav i {
  transform: rotate(-180deg);
  transition: transform 0.6s;
}
/* @media screen and (max-width: 850px) {
  header .header_big .header_left .nav li {
    display: none;
  }
  header .header_big .header_left .nav li.Home {
    display: block;
  }
  header .header_big .header_right li.menu-btn {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .tn-person-r .ecp_tn-title .ecp_tn-tab i,
  .tn-person-r .tn-user i {
    padding: 0 10px !important;
  }
  header .header_big .header_right > li a {
    padding: 0 10px;
  }
  header .header_big .header_right > li {
    margin: 0 5px;
  }
  header .header_big .header_right .nav li {
    margin: 8px;
  }
} */


/* // 登陆头调整 */
.ecp_top-nav .ecp_tn-header {
  width: auto !important;
}

.ecp_top-nav {
  height: 31px !important;
  border-bottom: none !important;
  background-color: transparent !important;
}
.Ecp_top_login#Ecp_top_login{
   background-color: #1b66e6 !important;
}

.tn-person-r .ecp_tn-title .ecp_tn-tab i,
.tn-person-r .tn-user i {
  height: 30px !important;
  line-height: 30px;
  padding: 0 20px !important;
}

.tn-person-r .ecp_tn-title .ecp_tn-tab {
  color: #ffffff !important;
}

.tn-person-r .ecp_tn-arrow {
  display: none !important;
}

.tn-person-r .ecp_tn-title .ecp_tn-tab:hover,
.tn-person-r .tn-setting .tn-name:hover,
.tn-person-r .tn-setting .ecp_tn-tab:hover,
.tn-person-r .tn-onmouse .ecp_tn-tab,
.tn-person-r .tn-onmouse .ecp_tn-tab {
  border: none;
  background-color: #1b66e6 !important;
  text-decoration: none;
  color: #ffffff !important;
}


#loginplace{
  background-color: transparent;
}
.tn-person-r{
  height: 30px;
}
.tn-person-r .ecp_tn-title{
  height: 30px;
  display: flex;
  align-items: center;
}
#Ecp_top_jf_login span{
  top: 0!important;
  color: #ffffff ;
}
.tn-person-r .tn-topmenulist .tn-text-list >li a{
  font-size: 12px !important;
}

.tn-person-r .ecp_tn-title .ecp_tn-tab{
  width: auto !important;
  background-color: #1b66e6;
}
#Ecp_top_bk_login span{
  color: #ffffff;
}

.breadcrumb-nav{
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
  color: #000000;
  margin-top: 20px;
 
}
.breadcrumb-nav i{
  margin: 0 5px;
}
.breadcrumb-nav a{
    color: #000000;
  }