body {
  word-break: break-word;
}
img {
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.3s;
}
li{
  line-height:1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom:0;
  line-height:1.5;
}
#app {  
    padding: 5% 0 5%;
}
.add-mobile{
    display: none;
}
.banner-inner {
  position: relative;
  /*max-height: 480px;*/
    overflow: hidden;
}
.banner-inner img {
  width: 100%;
}
.banner-inner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner-inner .text .con h2 {
  color: #fff;
}
.banner-inner .text .con p {
  color: #fff;
  margin-top: 10px;
  opacity: 0.6;
}
.bread-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 2;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.bread-nav .con span {
  color: #b0b0b0;
  line-height: 60px;
}
.bread-nav .con a {
  color: #b0b0b0;
  line-height: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.bread-nav .con a:hover {
  color: #333;
}

.bread-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bread-nav .con .left {
  float: left;
}
.bread-nav .con .left span {
  color: #b0b0b0;
  line-height: 80px;
}
.bread-nav .con .left a {
  color: #b0b0b0;
  line-height: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.bread-nav .con .left a:hover {
  color: #333;
}
.bread-nav .con .right {
  float: right;
}
.bread-nav .con .right ul {
  display: flex;
  justify-content: right;
}
.bread-nav .con .right ul li {
  padding: 0 25px;
  position: relative;
}
.bread-nav .con .right ul li:before {
  content: '';
  width: 1px;
  height: 14px;
  background: #333;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#c_static_001-1693445569990 .js_exit {
  cursor:pointer;
}
.bread-nav .con .right ul li a {
  color:#333;
  display: block;
  position: relative;
  line-height: 80px;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.bread-nav .con .right ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  background: #144390;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.bread-nav .con .right ul li a:hover {
  color: #144390;
}
.bread-nav .con .right ul li a:hover:before {
  width: 100%;
  left: 0;
}
.bread-nav .con .right ul li:first-child {
  padding-left: 0;
}
.bread-nav .con .right ul li:last-child {
  padding-right: 0;
}
.bread-nav .con .right ul li:last-child:before {
  display: none;
}
.bread-nav .con .right ul li.active a {
  color: #144390;
}
.bread-nav .con .right ul li.active a:before {
  width: 100%;
  left: 0;
}
.bread{
    height: 80px;
}
.bread-nav.active{
	   position: fixed;
        top:0;
}

/*.header .h_top .m_nav > li .sub_nav .right .r-box:nth-child(4) .one-box {
  width: 16%;
}*/


.w1600 {
  max-width: 1330px;
  padding:0 15px;
  /*overflow: hidden;*/
  margin: 0 auto;
}





@media screen and (max-width: 1600px) {
  .header .h_top .m_nav > li .sub_nav .one_nav {
    width: 80%;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li a .img {
    width: 37px;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li a .txt {
    width: calc(100% - 40px);
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li a .txt p {
    font-size: 14px;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .one_tit p {
    font-size: 18px;
  }
  .w1600 {
    width: 80%;
  }
  .header .h_top {
    width: 80%;
  }
  .header .h_top .logo {
    width: 230px;
    height: 28px;
  }
  .header .h_top .m_nav {
    width: calc(100% - 290px);
  }
  .header .h_top .m_nav > li > a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1440px) {
      .bread{
        height: 66px;
    }
   .bread-nav .con .left span {
    line-height: 66px;
  }
  .bread-nav .con .left a {
    line-height: 66px;
  }
  .bread-nav .con .right ul li a {
    line-height: 66px;
    font-size: 18px;
  }
  
  .header .h_top .m_nav > li .sub_nav .left ul {
    padding: 20px 0;
  }
  .header .h_top .m_nav > li .sub_nav .left ul li {
    line-height: 60px;
    font-size: 18px;
    padding-left: 42%;
  }
  .header .h_top .m_nav > li .sub_nav .right .r-box {
    padding: 40px 10% 0 0;
  }
  .header .h_top .m_nav > li .sub_nav .right .r-box .one-box h2 {
    font-size: 16px;
  }
  .header .h_top .m_nav > li .sub_nav .right .r-box .one-box .two-box {
    padding-top: 14px;
  }
  .header .h_top .m_nav > li .sub_nav .right .r-box .one-box .two-box h3 {
    font-size: 14px;
  }
  .header .h_top .m_nav > li .sub_nav .right .r-box .one-box .two-box .t-more ul li {
    font-size: 14px;
    line-height: 32px;
  }
  .header .h_top .m_nav > li .sub_nav .right .r-box .one-box .two-box .t-more>a {
    font-size: 14px;
    margin-top: 4px;
  }
  
  footer .btm_top .footer_t_l .logo p{
  	font-size:16px;
  }
  footer .btm_top .footer_t_l .logo{
  	width:246px;
  }
  footer .btm_top .footer_t_l .logo .img{
  	width:246px;
    height:30px;
    margin-bottom:20px;
  }
  footer .btm_top .footer_t_l .infor{
  	    width: calc(100% - 246px);
    padding-left: 3%;
  }
}


@media screen and (max-width: 1366px) {
  .header .h_top .m_nav > li .sub_nav {
    top: 60px;
  }
  .header .h_top .m_nav {
    height: 60px;
  }
  .header .h_top .logo {
    width: 180px;
    height: 20px;
  }
  .header .h_top .m_nav > li > a {
    padding: 0 15px;
  }
  .header .h_top .m_nav {
    width: calc(100% - 200px);
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li {
    width: 23%;
    margin: 1%;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav {
    padding: 1.5% 0;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li {
    margin-top: 6px;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li:nth-child(1) {
    background-color: transparent;
    padding: 0;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li:nth-child(1) a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li:nth-child(1) a .img {
    width: 37px;
    margin: 0;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .two_nav > li:nth-child(1) a .txt {
    width: calc(100% - 40px);
    text-align: left;
    color: #111;
  }
}
@media screen and (max-width: 1300px) {
	 
   footer .btm_top .footer_t_l .logo p{
  	font-size:14px;
  }
  footer .btm_top .footer_t_l .logo{
  	width:208px;
  }
  footer .btm_top .footer_t_l .logo .img{
  	width: 208px;
    height: 28px;
    margin-bottom: 10px;
  }
  footer .btm_top .footer_t_l .infor{
  	    width: calc(100% - 208px);
    padding:0 2%;
  }
  footer .btm_top .footer_t_l .infor li > a{
  	font-size:14px;
  }
  footer .btm_top .footer_t_l .infor li .sub_nav a{
  	font-size:12px;
  }
}
@media screen and (max-width: 1200px) {
  .header .h_top .m_nav > li .sub_nav .one_nav {
    width: 90%;
  }
  .w1600 {
    width: 90%;
  }
  .header .h_top {
    width: 90%;
  }
 
}
@media screen and (max-width: 998px) {
    .header .h_top .m_nav li .sub_nav {
    display: none;
  }
  .header.on .h_top .m_nav li > a::after{display:none}
  .header .u-menu {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
  }
  .header .u-menu .menu-sub {
    position: absolute;
    right: 0;
    margin: 8px 0;
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
  }
  .header .u-menu .menu-sub:after,
  .header .u-menu .menu-sub:before {
    content: "";
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }
  .header .u-menu .menu-sub:before {
    top: -16px;
  }
  .header .u-menu .menu-sub:after {
    top: -8px;
  }
  .header .u-menu.on .menu-sub {
    height: 0;
    background: #fff;
  }
  .header .u-menu.on .menu-sub:before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: -8px;
  }
  .header .u-menu.on .menu-sub:after {
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    background: #fff;
    top: -8px;
  }
  .header .u-menu.on .menu-sub:before,
  .header .u-menu.on .menu-sub:after {
    width: 20px;
  }
  .header.on .u-menu .menu-sub {
    background-color: #fff;
  }
  .header.on .u-menu.on .menu-sub {
    background: #fff;
  }
  .header.on .u-menu.on .menu-sub:before {
    background: #fff;
  }
  .header.on .u-menu.on .menu-sub:after {
    background: #fff;
  }
  .header.on .h_top .m_nav {
    height: auto;
  }
  .header:hover .u-menu .menu-sub {
    background-color: #fff;
  }
  .header:hover .u-menu.on .menu-sub {
    background: #fff;
  }
  .header:hover .u-menu.on .menu-sub:before {
    background: #fff;
  }
  .header:hover .u-menu.on .menu-sub:after {
    background: #fff;
  }
  .header {
    padding: 10px 0;
  }
  .header .h_top .logo {
    width: 140px;
    height: 18px;
  }
  .header .h_top .nav_r .search {
    margin-right: 25px;
  }
  .header .h_top .nav_r .language {
    margin-right: 25px;
  }
  .header .h_top .m_nav {
    position: fixed;
    top: 50px;
    left: 0;
    height: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin-left: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all;
  }
  .header .h_top .m_nav li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
  }
  .header .h_top .m_nav li > a {
    color: #333;
    font-size: 16px;
    width: 80%;
    height: 55px;
    line-height: 55px;
  }
  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .h_top .m_nav li .nav_icon svg {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
  }
  .header .h_top .m_nav li .sub_nav {
    position: static;
    transform: translateX(0);
    width: 100%;
    padding-left: 10px;
    text-align: left;
  }
  .header .h_top .m_nav li .sub_nav a {
    color: #777;
  }
  .header.on .h_top .nav_r .language .other,
  .header .h_top .nav_r .language .other {
    top: 37px;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav {
    width: 100%;
    padding: 0;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li {
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 0;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .one_tit p {
    font-size: 16px;
    line-height: 1.5;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li .one_tit span {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .header .h_top .m_nav > li .sub_nav .one_nav > li:nth-last-child(1) .two_nav > li:nth-last-child(1) {
    border-bottom: 0;
  }
  footer .btm_bottom{
  	padding-bottom:10px;
  }
    footer .btm_top .footer_t_r .title {
    margin-top: 20px;
  }
  .add-pc {
    display: none;
  }
  .add-mobile {
    display: block;
  }
  .add-mobile .txt {
    margin-bottom: 20px;
  }
  .add-mobile p {
    color: #fff;
    padding-left: 30px;
    position: relative;
  }
  .add-mobile p svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  footer .btm_bottom .btm_r a {
    padding: 0;
  }
  footer .btm_bottom .btm_r a:first-child{
    width:24%;
  }
    footer .btm_bottom .btm_r a:nth-child(2){
    width:24%;
  }
  footer .btm_bottom .btm_r a.top {
    margin-left: 0;
  }
  
  
  
  
    footer .btm_top .footer_t_l .infor {
    display: none;
  }
  footer .btm_top .footer_t_l .add {
    margin-top: 10px;
  }
  footer .btm_top .footer_t_l::after {
    display: none;
  }
  footer .btm_top .footer_t_l {
    width: 100%;
  }
  footer .btm_top .footer_t_r {
    width: 100%;
    padding: 0;
  }
  footer .btm_top .footer_t_l .logo {
    width: 100%;
  }
  footer .btm_top .footer_t_l .logo .img {
    margin: 10px auto 20px;
  }
  footer .btm_top .footer_t_l .logo p {
    text-align: center;
  }
  footer .btm_top .footer_t_r .or {
    display: none;
  }
  footer .btm_bottom .btm_l {
    width: 100%;
  }
  footer .btm_bottom .btm_r {
    width: 100%;
    justify-content: space-between;
  }
  
  .banner-inner{
        height: 200px;
  }
  .banner-inner img {
    height: 100%;
    object-fit: cover;
}
  .banner-inner .text .con h2 {
    font-size: 16px;
  }
  .banner-inner .text .con p {
    font-size:12px;
  }
  .bread-nav .con span {
    line-height: 44px;
    font-size: 14px;
  }
  .bread-nav .con a {
    line-height: 44px;
    font-size: 14px;
  }
  .bread-nav .con .left span {
    line-height: 44px;
    font-size: 14px;
  }
  .bread-nav .con .left a {
    line-height: 44px;
    font-size: 14px;
  }
  .bread-nav .con .right {
    display: none;
  }
}

.p_page {
  text-align: center;
  margin-top: 60px;
}
.page_con {
  display: inline-block;
}
.page_a {
  width: 50px;
  height: 50px;
  border-radius: 6px!important;
  line-height: 50px;
  background: #ececec;
  color: #333;
  margin: 0 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page_a:hover {
  background: #144390 !important;
  color: #fff !important;
  border: none!important;
}
.page_a.current {
  background: #144390;
  color: #fff;
  border: none!important;
}
.page_input:hover {
  border-color: #ebebeb;
}
@media screen and (max-width: 1440px) {
  .page_a {
    width: 40px;
    height: 40px;
    border-radius: 4px!important;
    line-height: 40px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 1024px) {
  .p_page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 998px) {
  .h-login{
  	position:absolute;
    right:70px;
  }
   .page_a {
    width: 30px;
    height: 30px;
    border-radius: 2px!important;
    line-height: 30px;
    margin: 0 2px;
  }
  .banner-inner{
  	margin-top:50px;
  }
     .bread{
        height: 44px;
    }
  .header .h_top .m_nav > li > a{
  	color:#333;
  }
  .header .h_top .m_nav li > a{
  color:#333 !important;
  }
  #app {
    padding: 20% 0 5%;
}
  .app-container {
    padding: 0;
    width: 90%!important;
    margin: 0 auto;
}
}
#c_static_001-16371438651040 .e_loginA-11 .p_logBtn {
  
}
@media screen and (max-width: 768px) {
  #c_static_001-16371438651040 .e_container-1 {
   width:90%;    
  }
  #c_static_001-16371438651040 {
    padding-left:0;
    padding-right:0;
  }
  #c_static_001-1637142696266  {
    padding-left:0;
    padding-right:0;
  }
  #c_static_001-1637142696266 .e_container-1  {
   width:90%;    
  }
  #c_static_001-1637142696266 .e_register-8 .p_agreementWrapper {
   width:90%;    
  }
  #c_static_001-16371438651040 .e_loginA-11 .p_lpCon {
     top:25%;
  }
}