::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
/*


*/
body {
  word-break: break-word;
}
.iframe .e_text_3 p{
    
    font-size: 18px!important;
}
.iframe .e_text_3 a {
    
    font-size: 18px!important;
}
.iframe .e_text_3 span {
     font-size: 18px!important;
    
}
.iframe .e_text_1 p {
     
    font-size: 18px!important; 
    
}
.iframe .e_text_1 a {
        font-size: 18px!important; 
    
}
.iframe .e_text_2 p a {
  font-size: 18px!important;    
       letter-spacing: 6px;
    text-align: center;
    padding-left: 6px;
    font-weight: bold; 
}
.iframe .e_text_2 p {
    
  font-size: 18px!important;

}
i {
  font-style: normal;
}
.w1600 {
  width: 1440px;
  margin: 0 auto;

}
.w1440 {

  width: 1440px;
  margin: 0 auto;
}

img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 1s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  background: #ffffff;
}

.header svg {
  margin: 0 !important;
}



.header.on {
  background-color: #fff;
  box-shadow: 0 0 10px #b9b9b9;
}



/* .header.on .h_top .logo img {
  top: auto;
  bottom: 0;
}

.header.on .h_top .m_nav li>a {
  color: #333333;

}

.header.on .h_top .sl .search::after {
  background-color: #cccccc;
}

.header.on .h_top .sl svg path {
  fill: #000000;
}



.header.on .nav_r .vpn {
  color: #333333;

} */

.header.inner {
  background-color: #fff;
  box-shadow: 0 0 10px #b9b9b9;
  position: sticky;
}

.header.inner .h_top .logo img {
  top: auto;
  bottom: 0;
}

.header.inner .h_top .m_nav li>a {
  color: #222;
  white-space: nowrap;
}

.header.inner .h_top .sl .search::after {
  background-color: #cccccc;
}

.header.inner .h_top .sl svg path {
  fill: #777777;
}

.header .h_top {

  display: flex;
  justify-content: space-between;
  align-items: center;
    margin: 0px auto 0px;
  transition: all 0.4s;
}



.header .h_top .logo {
  overflow: hidden;
  position: relative;
  width: 160px;
  font-weight: 500;
}

.header .h_top .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.header .h_top .h_left {

  width: 73%;
}

.header .h_top .m_nav {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  transition: all 0.3s;
}

.header .h_top .m_nav>li {

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
/*
.header .h_top .m_nav>li:last-child>a {
  border-right: 0px solid #ffffff;
  padding-right: 0;

}
*/

.inner-rg .layui-btn {
        font-weight: bold;

        width: 100px;
        letter-spacing: 6px;
        padding: 0;
    padding-left: 6px;
}
.header .h_top .m_nav>li>a {
    color: #262461;
  padding: 0 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  border-right: 1px solid #ffffff;
  line-height: 1;

}

.header .h_top .m_nav>li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background-color: #008fc4;
  width: 0;
  transition: all 0.5s;
}

.header .h_top .m_nav>li:hover::before {
  width: 30px;
}

.header .h_top .m_nav>li .nav_icon {
  display: none;
}

.header .h_top .m_nav>li .sub_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: 100%;
  width: 150px;
  display: none;
  overflow: hidden;
    padding: 0 5px;
  min-width: 100%;
  background-color: #fff;
      box-shadow: 0px 3px 9px #bdbdbd54;
}

.header .h_top .m_nav>li .sub_nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px #000;
}

.header .h_top .m_nav>li .sub_nav .subnav_item {
  display: flex;
  justify-content: center;
  width: 100%;
}



.header .h_top .m_nav>li .sub_nav .sn_l .tit {
  color: #dba649;
  font-weight: bold;
}

.header .h_top .m_nav>li .sub_nav .sn_l .des {
  display: inline-block;
  color: #777777;
  margin-top: 20px;
  line-height: 1.8;
}

.header .h_top .m_nav>li .sub_nav .sn_r {
  width: 100%;
}

.header .h_top .m_nav>li .sub_nav .sn_r li {
  width: 100%;
  text-align: center;
}

.header .h_top .m_nav>li .sub_nav .sn_r li:hover {}

.header .h_top .m_nav>li .sub_nav .sn_r li:nth-last-child(1) {
  margin-bottom: 0;
       word-wrap: break-word; /* 在单词内部换行 */
        overflow-wrap: break-word; /* 兼容性更好的属性 */
}

.header .h_top .m_nav>li .sub_nav .sn_r li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  margin: 3px 0;
  transition: all 0.5s;
  color: #333333;
    word-wrap: break-word;
  position: relative;

}

.header .h_top .m_nav>li .sub_nav .sn_r li a:hover::before {
  width: 35%;
}

.header .h_top .m_nav>li .sub_nav .sn_r li a::before {

  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background-color: #dba649;

  width: 0;
  transition: all 0.5s;
}


.header .h_top .sl {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .h_top .sl .search {
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .h_top .sl .search a {

  color: #262461;

  transition: all 0.4s;
  
}
.header .h_top .sl .search a:hover {
        color: #dca749;
}
.header .h_top .sl .search .icon {
  width: 15px;
  height: 15px;

}


.header .nav_r {
  display: flex;
  flex-direction: row;
  padding: 10px 0 0;
  justify-content: flex-end;
  margin-bottom: 10px;
  align-items: center;
}

.header .nav_r .ss .ss_svg {

  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 200;
      cursor: pointer;
}
.header .nav_r .ss .ss_svg:hover .icon path {
    
       fill: #dca749;
}
.header .nav_r .ss .ss_svg .icon path {
    
        transition: all 0.4s;
}
.header .nav_r .yx {
  margin-left: 15px;
      display: flex;
    align-items: center;
}

.header .nav_r .yx a {
    line-height: 1;
    margin: 0 5px;
  color: #262461;
 
  transition: all 0.4s;
}
.header .nav_r .yx a:hover {
    
        color: #dca749;
}
.header .nav_r .yx .icon {
  margin-left: 32px;
  width: 22px;
}

.header .nav_r .ss {
  margin-left: 1.6vw;
  position: relative;

}

.header .nav_r .ss .form-control {

  display: block;
  width: 100%;
    font-size: 12px;
  padding: 0.375rem 10px 0.375rem 40px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: #efefef;
}

.header .nav_r .wx {

  margin-left: 32px;
}

.header .nav_r .wx .icon {
  width: 24px;
  height: 23px;
  vector-effect: none;

}

.header .nav_r .vpn {
  margin-left: 32px;
  color: #ffffff;
  font-size: 16px;
}


.sidebar {
  width: 60px;
  position: fixed;
  right: 20px;
  top: 48%;
  z-index: 30;
  transform: translateX(100px);
  transition: all 1s;
}

.sidebar .btn_t {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 40px #c5c5c5;
  border-radius: 10px;
  padding: 15px 0;
}

.sidebar .btn_t a {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e0e0e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar .btn_t a svg {
  margin: 0 !important;
}

.sidebar .btn_t a svg path {
  transition: all 0.5s;
}

.sidebar .btn_t a:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar .btn_t a:hover svg path {
  fill: #ff8300;
}

.sidebar .btn_t a.sidebar_tel {
  position: relative;
}

.sidebar .btn_t a.sidebar_tel p {
  display: block;
  white-space: nowrap;
  position: absolute;
  padding: 5px 12px;
  background-color: #fff;
  box-shadow: 0 0 40px #c5c5c5;
  border-radius: 5px;
  color: #333;
  right: -200px;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  font-size: 14px;
  font-weight: bold;
}

.sidebar .btn_t a.sidebar_tel p::after {
  content: '';
  display: block;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  border-right: none;
}

.sidebar .btn_t a.sidebar_tel:hover p {
  color: #ff8300;
  right: 50px;
  opacity: 1;
}

.sidebar .btn_t a.sidebar_tel:hover p:hover {
  text-decoration: underline;
}

.sidebar .bnt_top {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed570d;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.sidebar .bnt_top svg {
  width: 28px;
  height: 28px;
  margin: 0 !important;
}

.sidebar .bnt_top:hover {
  transform: translateY(-10px);
}

/* banner  */

.banner-inner {
  position: relative;
}
.banner img {
     width: 100%;
  height: 100%;
  object-fit: cover; 
    
}
.banner .w1600 {
    
        margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-inner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.banner-inner .text p {
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 8px;
}

.banner-inner .text h2 {
  position: relative;
  color: #fff;
  font-family: '宋体';
  font-size: 68px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 10px;
}

.banner-inner .text h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #c0a782;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-inner .text h3 {
  font-family: '宋体';
  margin-top: 1.2vw;
  color: #d1b48a;
}

.banner-inner .breadcrumbs {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}
.breadcrumbs  a {
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 10px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-left: 10px;
    font-weight: bold;
}
.breadcrumbs>div {
    
        display: flex;
    align-items: center;
        flex-wrap: wrap;
}
.breadcrumbs>div>a {
    
    margin-left: 0px;
}
.breadcrumbs>div span {
        color: #fff;
        display: flex;
    align-items: center;
}
.banner-inner .breadcrumbs ul {
  display: flex;
}

.banner-inner .breadcrumbs ul li {
  color: #fff;
}

.banner-inner .breadcrumbs ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.banner-inner .breadcrumbs ul li a:after {
  content: '\e683';
  font-family: iconfont;
  position: absolute;
  color: #fff;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.banner-inner .breadcrumbs ul li a:hover {
  color: #957b54;
}

.banner-inner .breadcrumbs ul li svg {
  margin-right: 10px;
  width: 20px;
}

.banner-inner .breadcrumbs ul li:last-child a {
  padding-right: 0;
}

.banner-inner .breadcrumbs ul li:last-child a:after {
  display: none;
}

/* 底部 */

footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #004086;

}

footer svg {
  margin: 0 !important;
}

footer .cox_p {
  overflow: initial;

  margin: 0 auto;
}

footer .btm_top {
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
  padding-top: 90px;
  width: 100%;
  margin: 0 auto;

}

footer .btm_top .footer_t_l {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 40%;
  position: relative;
}

footer .btm_top .footer_t_l .foort_log0 {
  max-width: 250px;
  margin-left: 5vw;
}

footer .top_f {

  margin-bottom: 2vw;
  font-weight: bold;
}
footer .cox_conert .cox_left .top_f a{
    
    cursor: unset!important;
}
footer .top_f:hover a {
    
        color: #dca749;
}
footer .btm_top .footer_t_l .wx_ewm {
  max-width: 140px;
  text-align: center;
  color: #fff;
}

footer .btm_top .footer_t_l .wx_ewm p {

  margin-top: 20px;
}

footer .btm_top .footer_t_l .infor {

  width: 94%;
  display: flex;
  justify-content: end;
}

footer .btm_top .footer_t_l .infor li .e_line {

  width: 30px;
  height: 2px;
  background-image: linear-gradient(90deg, #e74800 0%, #f17a07 100%);
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

footer .btm_top .footer_t_l .infor li {
  width: 16.66%;
}

footer .btm_top .footer_t_l .infor li>a {
  letter-spacing: 0px;
  color: #ffffff;
}

footer .btm_top .footer_t_l .infor li>a:hover {
  color: #ed570d;
}

footer .btm_top .footer_t_l .infor li .sub_nav {
  width: 100%;
  margin-top: 15px;
}

footer .btm_top .footer_t_l .infor li .sub_nav a {
  display: block;
  width: 100%;

  margin-top: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.5;
}

footer .btm_top .footer_t_l .infor li .sub_nav a:hover {
  color: #ed570d;
  opacity: 1;
}

footer .btm_top .footer_t_r {
  width: 60%;
}

footer .btm_top .footer_t_r .cox_conert {
  display: flex;


}
footer .btm_top .footer_t_r .cox_conert .cox_right {
    
    
        margin-right: 10%;
}
footer .btm_top .footer_t_r .cox_conert .cox_right div {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}

footer .btm_top .footer_t_r .cox_conert .cox_right div:hover a {

  color: #dca749;
}

footer .top_f:hover a {
  color: #dca749;

}

footer .btm_top .footer_t_r .cox_conert .cox_right .top_f {

  margin-bottom: 2vw;
  font-weight: bold;
}

footer .btm_top .footer_t_r .cox_conert .cox_left>div p {
  font-weight: bold;
  color: #ffffff;

}

footer .btm_top .footer_t_r .cox_conert .cox_right img {

  background-color: #aacadd;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .btm_top .footer_t_r .cox_conert .cox_right .img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;

}

footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img p:hover {
  color: #dca749;
  opacity: 1;
}

footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img:last-child {

  margin-bottom: 0;
}

footer .btm_top .footer_t_r .cox_conert .cox_right .e_aimge img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .btm_top .footer_t_r .cox_conert a {

  color: #ffffff;
      transition: all 0.4s;
          cursor: pointer;

}
footer .top_f a {
              cursor: unset;
    
}
footer .btm_top .footer_t_r .cox_conert .cox_right:hover img {
  transform: scale(1.08);
}

footer .btm_top .footer_t_r .or {
  /* width: 25.5%; */
  margin-bottom: 14.7%;
}

footer .btm_top .footer_t_r .or img {

  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .btm_top .footer_t_r .add {
  display: block;
  width: 67%;
  padding-left: 6%;
}

footer .btm_top .footer_t_r .add li {
  width: 100%;
  display: flex;
  align-items: center;
}

footer .btm_top .footer_t_r .add li:nth-child(1) {
  margin-bottom: 5%;
}

footer .btm_top .footer_t_r .add li .ic {
  width: 16%;
  padding-top: 15%;
  border-radius: 100%;
  border: 1px solid #dbdbdb;
  position: relative;
}

footer .btm_top .footer_t_r .add li .ic svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .btm_top .footer_t_r .add li .txt {
  margin-left: 10px;
}

footer .btm_top .footer_t_r .add li .txt p {
  display: block;
  color: #333;
}

footer .btm_top .footer_t_r .add li .txt a {
  display: block;
  color: #777;
}

footer .btm_bottom {
  padding-top: 35px;
  padding-bottom: 50px;
}

footer .btm_bottom .btmkd {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin: 0 auto;

}

footer .btm_bottom .btm_l {
  width: 100%;
      padding-bottom: 0;
}

footer .btm_bottom .btm_l p {

  display: block;
  text-align: right;
  color: #ffffff;
  font-weight: bold;
      display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;

}
footer .btm_bottom .btm_l p span {
       color: #ffffff;
    margin: 0 5px;
    width: 80px;
    height: 2px;
    background: #ffffff;
    
}

footer .btm_bottom .btm_l p a {
        margin: 0 5px;
        color: #ffffff;
}
footer .btm_bottom .btm_l p a:hover {
  opacity: 1;
  color: #dca749;
}

footer .btm_bottom .btm_l span {
  color: #888;
  display: block;
}

footer .btm_bottom .btm_r {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .btm_bottom .btm_r a {
  position: relative;
  /* margin-left: 10px; */
  line-height: 1;
  color: #ffffff;
  opacity: 0.4;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgb(255, 255, 255, 0.4);
}

footer .btm_bottom .btm_r a:last-child {
  border-right: 0px solid rgb(255, 255, 255, 0.4);

}



/* 标题公共 */
.j_l_title h2 {

  letter-spacing: 0px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
  margin: 0 auto 12px;
}

.j_l_title .line {
  letter-spacing: 0px;
  color: #ffffff;
  width: 80px;
  height: 5px;
  background-color: #008fc4;
  margin: 0 auto;
}

/* 面包栏 */
.breadcrumbs {
  background-color: #004086;
  width: 100%;
  padding: 8px 0;
}

.breadcrumbs ul {
  display: flex;
}

.breadcrumbs ul li {
  color: #fff;
  display: flex;
  align-items: center;
}

.breadcrumbs ul li:nth-child(1) a {
  margin-left: 0;
}

.breadcrumbs ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 10px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin-left: 10px;
  font-weight: bold;
}



.breadcrumbs ul li a:hover {
  color: #dca749;
}

.breadcrumbs ul li svg {
  margin-right: 10px;
  width: 20px;
}

.breadcrumbs ul li:last-child a {
  padding-right: 0;
}

.breadcrumbs ul li:last-child a:after {
  display: none;
}



/* 分页 */
.p_page {
  text-align: center;
  padding: 4.2% 0 0%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.p_page .laypage_main {
    
        display: flex;
    align-items: center;
}
.p_page .laypage_main .laypage_curr {
    
        background: #262461;
    color: #fff;
}
.p_page .laypage_main .laypage_next {
    
    
        width: 100px;
    border-radius: unset;
}

.p_page .laypage_main .laypage_prev {
    
    width: 100px;
    border-radius: unset;
    
}
.p_page .laypage_main span,
.p_page .laypage_main a{
    padding: 0 10px;
    width: 50px;
    height: 50px;
    color: #262461;
    background: 0;
    border: 1px solid #262461;
    margin: 0 15px 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
}
.p_page p {
  color: #666666;
  margin-left: 20px;
}

.p_page a {

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.4s;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  letter-spacing: 0px;
  color: #666666;
  border-radius: 50%;
}

.p_page a.on {

  background-color: #262461;
  border: 0;
  color: #ffffff;
  border: solid 1px #262461;
}


.p_page a:hover {
  color: #ffffff;
  background-color: #262461;
  border: 0;
  border: solid 1px #262461;
}


.p_page .page_prev {
  color: #666666;
  width: 72px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #dcdcdc;
}

.p_page .page_next {
  color: #666666;
  width: 72px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #dcdcdc;
}






/* banner和导航栏目 */

.cont {
  padding-top: 5.222%;
  padding-bottom: 5.222%;
}


body {
  line-height: 1.5;
}

.banner {
  position: relative;
}

.banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.banner .txt {
  color: #fff;
}

.banner .txt p {
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 18px;
}

.banner .txt span {
  font-family: Roman;
  display: flex;
  justify-content: center;
}



.breadcrumb a {

  /* display: flex;
  align-items: center; */
  color: #ffffff;
  line-height: 1;
}

.nav_lis .breadcrumb a .iconhone {

  height: 15px;
}

.breadcrumb a .iconhone {

  margin-right: 15px;
}

.breadcrumb>a svg path {}

.nav_lis .breadcrumb {
  background-image: url(../img/banner_right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 31vw;
  height: 71px;
  padding-left: 6vw;
  margin-bottom: 0;
  background-color: unset;
  padding: 0;
  padding-left: 6vw;
  align-items: center;
}

.about_banner {
  position: relative;

}

.banner_mine .nav_lis {

  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.about .fnt_120 {
  letter-spacing: 3px;
  color: #e5edf9;
  opacity: 0.3;
  font-size: 6vw;
  font-family: Bold;
  text-align: center;
  margin-bottom: -40px;
}

.banner_s_line {

  width: 50px;
  height: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-bottom: 32px;
}

.banner_mine {

  position: relative;
}

/* banner结束 */

.s_tab {

  width: 100%;

}

.s_tab ul {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.s_tab ul li {
  color: #262461;
  display: flex;
  align-items: center;
  justify-content: center;

  line-height: 0.95;
  position: relative;
font-weight: bold;
  margin-right: 5%;

}

.s_tab ul li:hover {
  font-weight: bold;

}

.s_tab ul li:first-child {

  padding-left: 0%;
}

.s_tab ul li:last-child {

  border-right: 0px solid;
}

.s_tab ul li.actives::after {
  content: '';
  width: 0;
  height: 0;
  /* border-left: 10px solid transparent; */
  /* border-right: 10px solid transparent; */
  /* border-bottom: 10px solid #ffffff; */
  position: absolute;
  bottom: -25px;
  transform: translate(-50%, -0%);
  left: 48%;
  background: #d5a049;
  height: 8px;
  left: 50%;
}

.s_tab ul li.actives::after {

  width: 100%;
}





/* 标题样式 */

.huadong {

  margin-bottom: 60px;
}

.huadong .txt:after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #004ea0;
}

.huadong .txt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.huadong .txt p {
  line-height: 1;
  z-index: 1;
  position: relative;
}

.huadong .txt .s_line {
  width: 80px;
  height: 4px;
  background-color: #004ea0;
  margin-top: 25px;
  margin-bottom: 0;


}

.huadong .fnt_120 {
  letter-spacing: 3px;
  color: #e5edf9;
  opacity: 0.3;
  font-size: 6vw;
  font-family: Bold;
  text-align: center;
  margin-bottom: -40px;
}

@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
 .w1600 {
     width: 80%; 
     
 }
  .header .h_top .m_nav>li>a {


    padding: 0 20px;
  }

}

@media screen and (max-width: 1366px) {
  .header .h_top .m_nav>li>a {
    padding: 0 20px;
  }

  .header .h_top {
    width: 92%;
  }

  .header .fnt_20 {
    font-size: 16px;
  }


.s_tab ul {
    
        padding: 20px 0;
}

.s_tab ul li.actives::after {
        height: 5px;
    bottom: -20px;
}

  .sidebar {
    width: 50px;
  }

  .sidebar .bnt_top {
    height: 50px;
  }

  .nav-links a {
    line-height: 65px;
    padding: 0 45px;
  }

  footer .btm_top .footer_t_r .cox_conert {

    flex-wrap: wrap;
  }

  .cox_conert .cox_left {

    width: 100%;
  }

  .cox_conert .cox_right {
    width: 50%;
    margin-top: 15px;

  }
}

@media screen and (max-width: 1300px) {
  .sidebar {
    width: 40px;
    right: 10px;
  }

  .sidebar .bnt_top {
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
  }

  .sidebar .btn_t {
    padding: 7px 0;
    border-radius: 5px;
  }

  .sidebar .btn_t a {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 25px;
    height: 25px;
  }

  .sidebar .bnt_top svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1200px) {

  .header .h_top {
    width: 90%;
  }
 .w1600 {
     width: 90%; 
     
 }
  .w1440 {

    width: 90%;
  }

  .nav_lis .breadcrumb {

    height: 60px;
  }

.header .h_top .logo {
    
    width: 120px;
}
.p_page .laypage_main span, .p_page .laypage_main a {
    margin: 0 2px 2px;
    width: 30px;
    height: 30px;
}
.problem .problem_1 .p_img .e_image {
    
        border-radius: 10px;
}
  .e_text_mine .e_text_2 {
      
          width: 120px!important;
    height: 50px!important;
  }
}

@media screen and (max-width: 1100px) {

  footer .btm_bottom .btm_r a {
    padding-right: 10px;
    margin-right: 10px;
  }
}



@media screen and (max-width: 998px) {
  .header .u-menu {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
        margin-left: 5px;
  }
  .header .h_top .m_nav li>a {
      display: block;
  }
  .header .h_top .sl .search {
      
          display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .header .nav_r .yx {
      
          margin-left: 15px;
  }
  
  .header .nav_r .ss {
      
      display: none;
  }
  .header .h_top .h_left {
      
          width: 76%;
  }
.header .h_top .m_nav>li::before {
    
        height: 2px;
}
  .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 {
    
        background-color: #333;
}
  .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: #262461;
  }

  .header.on .u-menu.on .menu-sub {
    background: #262461;
  }

  .header.on .u-menu.on .menu-sub:before {
    background: #262461;
  }

  .header.on .u-menu.on .menu-sub:after {
    background: #262461;
  }

  .header.on .h_top .m_nav {
    height: auto;
  }

  .header.inner .u-menu .menu-sub {
    background-color: #262461;
  }

  .header.inner .u-menu.on .menu-sub {
    background: #262461;
  }

  .header.inner .u-menu.on .menu-sub:before {
    background: #262461;
  }

  .header.inner .u-menu.on .menu-sub:after {
    background: #262461;
  }

  .header.inner .h_top .m_nav {
    height: auto;
  }

  .header:hover .u-menu .menu-sub {
    background-color: #262461;
  }

  .header:hover .u-menu.on .menu-sub {
    background: #262461;
  }

  .header:hover .u-menu.on .menu-sub:before {
    background: #262461;
  }

  .header:hover .u-menu.on .menu-sub:after {
    background: #262461;
  }

  .header .h_top .sl .search::after {
    margin: 0 20px;
  }



  .header .h_top .nav_r .language {
    margin-right: 25px;
  }

  .header .h_top .m_nav {
    position: fixed;
    top: 80px;
    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;
        display: block;
  }
.header .h_top .m_nav>li:hover::before {
    
        width: 100%;
}
  .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;
    background-size: 260px;
  }

  .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 .sn_l {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li {
    margin-bottom: 0px;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li:nth-last-child(1) {
    border-bottom: 0;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li a {
    display: block;
  }

  footer .btm_top {
    padding-bottom: 30px;
  }

  footer .btm_top .footer_t_l {
    display: none;
  }

  footer .btm_top .footer_t_r {
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
    justify-content: center;
  }

  footer .btm_top .footer_t_r .or {
    width: 90%;
    margin-bottom: 20px;
  }

  footer .btm_top .footer_t_r .add {
    padding-left: 0;
    margin-top: 30px;
    width: auto;
  }

  footer .btm_top .footer_t_r .add li .ic {
    width: 45px;
    height: 45px;
    padding-top: 0;
  }

  footer .btm_bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 30px;
  }

  footer .btm_bottom .btm_l {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
  }

  footer .btm_bottom .btm_r {
    width: 100%;
    justify-content: center;
  }
  .header .h_top .m_nav li>a {
      
          width: 100%;
  }
.e_text_mine .e_text_1 {
    width: 100%!important;
    margin-bottom: 3%!important;
}
.e_text_mine .e_text_2 {
    
    display: none!important;
}
.e_text_mine .e_text_3 {
    width: 100%!important;
    margin-bottom: 3%!important;
}
.e_text_mine {
    
    flex-wrap: wrap!important;
}
.iframe .e_text_mine .e_text_yd {
      display: flex!important;
    margin-top: 20px!important;  
        position: unset!important;
  
    transform: unset!important;
   
}
}
@media screen and (max-width: 768px) {
  /* 导航 */
  footer .btm_top .footer_t_r .cox_conert .cox_right {
      
          margin-right: 0;
  }
  .newsdes .e_txet img{
       
        width: 100%!important;
    height: auto!important;
}
.header .h_top {
    
        margin: 15px auto 15px;
}
.header .h_top .m_nav>li .sub_nav .sn_r li a:hover::before {
      width: 100%;
    height: 2px; 
    
}
  
.s_tab ul li a {
        font-size: 16px;
    
}
.s_tab ul li {
    
        margin-right: 3%;
}
footer .btm_top .footer_t_r .cox_conert a {
    
        font-size: 16px;
}
.p_page .laypage_main span, .p_page .laypage_main a {
        padding: 0 5px;
    font-size: 16px;
}
.header .nav_r .ss {
    
    display: none;
}
.p_page .laypage_main .laypage_next {
     width: 60px;
    font-size: 14px;
}
.p_page .laypage_main .laypage_prev {
    
       width: 60px;
    font-size: 14px; 
}
.p_page .laypage_main span, .p_page .laypage_main a {
    margin: 0 3px 3px;
    width: 30px;
    height: 30px;
}
  .s_tab {
    font-size: 12px;
    margin-top: 0px;
    position: relative;
    background-size: 108% 100%;
  }

  .banner {

    height: 250px;
  }

  .banner img {

    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .s_tab ul li {
    padding-left: 0%;
 
    padding-right: 0%;
  }

  .nav_lis .breadcrumb {

    width: 100%;
  }

  .nav_lis .breadcrumb {
    height: 40px;
  }

 

  .banner_mine .nav_lis {

    width: 90%;
  }

.header .nav_r .yx {
    
        margin-left: 0;
}

  /* 导航列表结束 */
  .huadong .fnt_120 {
    margin-bottom: -10px;
    font-size: 40px;
  }

  .huadong {

    margin-bottom: 20px;
  }

  .cont {

    padding-top: 40px;
    padding-bottom: 40px;
  }

  .huadong .txt .s_line {
    width: 40px;
    height: 1px;
    background-color: #004ea0;
    margin-top: 15px;
    margin-bottom: 15px;

  }

  .about .txt .s_line {
    width: 40px;
    height: 1px;
    background-color: #004ea0;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-links a {
    line-height: 45px;
    padding: 0 30px;
  }



  footer .btm_top .footer_t_r {

    margin-top: 0px;
  }

  .header .nav_r .wx {

    display: none;

  }

  .header .nav_r .vpn {
    display: none;
  }

  .header .h_top .logo {

    width: 80px;
  }

  .header .h_top .h_left {

flex: 1;
  }

  .header .h_top .sl .search {
    display: flex;

  }

  footer .btm_top {

    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer .btm_bottom .btmkd {
    flex-wrap: wrap;

  }

  footer .btm_bottom .btm_r {

    width: 100%;
  }

  footer .btm_bottom .btm_l {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  footer .btm_bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .btm_bottom .btm_l p a {
    width: 100%;
    display: inline-block;

  }

  footer .btm_bottom .btm_l p {
    flex-wrap: wrap;
    text-align: center;
  }
footer .btm_bottom .btm_l p span {
    
    display: none;
}
  footer .btm_top {
    width: 100%;

  }

  footer .btm_bottom .btmkd {
    width: 90%;

  }

  .w1440 {
    width: 90%;
  }



  .header .h_top .m_nav li>a {

    color: #333;
    font-size: 16px;
    width: 100%;
    height: 55px;
    line-height: 55px;
  }

  .header .h_top .m_nav li .sub_nav {

    padding-left: 20px;
    text-align: left;
  }

  .header .h_top .m_nav>li .sub_nav .sn_r li a {

    text-align: left;
  }

  /* 分页 */
  .p_page a {
    font-size: 14px;
    width: 25px;
    height: 25px;
  }
   .header_ht {
     height: 85px!important;  
       
   }
   
   .header .nav_r {
           padding: 0;
           margin-bottom: 0;
   }
   .cox_conert .cox_right {
       
           width: 100%;
   }
   footer .btm_top .footer_t_r .cox_conert .cox_right div {
       
           text-align: center;
   }
   footer .top_f {
       
        text-align: center;
   }
   
   footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img {
       
       justify-content: center;
   }
   footer .btm_bottom {
       
           padding-top: 0px;
   }
   
   .swiper-button-prev:after, .swiper-button-next:after {
       
           font-size: 26px;
   }
   .header {
    display: flex;
    align-items: center;
    justify-content: center;
           height: 85px;
   }
   
   .header .h_top {
       
           margin: 0;
   }
   
   .header .h_top .sl .search a {
       
           margin: 0 5px;
   }
   .header .h_top .sl {
       
           flex-wrap: wrap;
    justify-content: flex-end;
   }
   
   
   .iframe .e_text_mine .e_text_yd {
    display: flex;
    margin-top: 20px;
    position: unset;
    left: 50%;
    transform: unset;
   }
   
   .iframe .e_text_1 p {
       
       font-size: 16px!important;
   }
   .iframe .e_text_1 a {
       
        font-size: 16px!important;
   }
   .iframe .e_text_3 p {
       
       font-size: 16px!important; 
   }
   .iframe .e_text_3 a {
       
        font-size: 16px!important; 
   }
   .iframe .e_text_3 span {
         font-size: 16px!important; 
       
   }
   .e_text_mine .e_text_2 p a {
       
           width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    padding-left: 2px;
   }
   .e_text_mine .e_text_2 p a {
       
           font-size: 16px!important;
   }
   .s_tab ul li.actives::after {
       
           height: 3px;
   }
}






/*# sourceMappingURL=./base.css.map */
