.cont {
    padding-top: 5.23%;
    padding-bottom: 7.74%;

}

.w1440 {

  width: 1400px;
  margin: 0 auto;
}
.conts {
     padding-top: 0%;
  padding-bottom: 0%; 

}
.banner img{
    
        height: 700px;
    width: 100%;
    object-fit: cover;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  -webkit-appearance: none;
}
#node .icon{
        display: flex;
    justify-content: center;
    margin: 0 auto;
    
    
}
#node p {
    
        font-size: 18px!important;
    text-align: center;
}
/* 第一板块 */

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

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

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


.Weichuang .txt .title {

  letter-spacing: 1px;
  color: #2354a0;
}

.Weichuang {
  margin-bottom: 60px;

}

.Weichuang .txt .s_line {

  margin-top: 20px;
  margin-bottom: 0px;
  width: 60px;
  height: 4px;
  background-color: #2354a0;

}

.Weichuang .txt_big {
  letter-spacing: 3px;
  font-size: 4vw;
  font-family: Bold;
  text-align: center;
  margin-bottom: -55px;
  letter-spacing: 0px;
  color: #f5f5f5;
}


::-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;
}

i {
  font-style: normal;
}

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;
  padding-top: 26px;
}

.header svg {
  margin: 0 !important;
}


.header:hover .nav_r .vpn {
  color: #333333;
}

.header:hover .h_top .logo img {

  bottom: 0;
  /* filter: grayscale(1) brightness(0.0); */
  opacity: 1;
}

.header:hover .h_top .logo_text p {

  color: #333333;
}


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





.header.on .h_top .logo img {


  opacity: 1;
}


.header.on .h_top .logo_text .cox_logo_2 span {

  background-color: #2354a0;
  color: #ffffff;
}

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







.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 {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: all 0.4s;

}

.header.on {

  margin-top: -125px;
}

.header .h_top .logo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100px;
  height: 60px;
}

.header .h_top .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* width: 104px; */
  /* height: 58px; */
  /* margin-right: 35px; */
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  /* top: auto; */
  bottom: 0;
  width: 103px;
  height: 76px;
}

.header .h_top .logo .logo0 {
  display: none;
  transition: all 0.2s;
}

.header .h_top .logo .logo1 {
  transition: all 0.2s;

}

.header:hover .h_top .logo .logo0 {

  display: block;
}

.header:hover .h_top .logo .logo1 {

  display: none;
}

.header.on .h_top .logo .logo0 {
  display: block;

}

.header.on .h_top .logo .logo1 {
  display: none;

}

.header .h_top .logo_text p {

  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
}

.header.on .h_top .logo_text p {
  color: #000000;

}

.header .h_top .logo_text .cox_logo_2 span {
  width: 70px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2354a0;
  font-weight: bold;
}

.header .h_top .logo_text .cox_logo_2 {
  color: #ffffff;
  display: flex;
  align-items: center;

}

.header .h_top .h_left {
  width: 85%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;

  border-bottom: 1px solid rgb(255, 255, 255, 0.4);
}

.header .h_top .h_left .nav_sea .sea_1 {

  border-left: 1px solid rgb(255, 255, 255, 0.3);
  border-right: 1px solid rgb(255, 255, 255, 0.3);
  padding: 0 40px;
}

.header .h_top .h_left .nav_sea .sea_2 {
  margin-left: 24%;
  position: relative;
}

.header .h_top .h_left .nav_sea .sea_2 .sea_2_mine {
  display: flex;
  align-items: center;


}

.header .h_top .h_left .nav_sea .sea_2 span {
  margin-left: 8px;
}

.header .h_top .h_left .nav_sea .sea_2 span .icon {

  width: 16px;
}

.header .h_top .h_left .nav_sea {
  display: flex;
  align-items: center;
}

.header .h_top .m_nav {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  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.act_nav>a {
  font-weight: bold;
}
.header .h_top .m_nav>li:hover>a::after{
      width: 100%;
    
}
.header .h_top .m_nav>li.act_nav>a::after {
  width: 100%;

}
.header .h_top .m_nav>li.act_navss>a::after{
     width: 100%;
    
}
.header .h_top .m_nav>li>a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0%;
  height: 3px;
  margin: 0 auto;
  transition: all ease .3s;
  background-color: #ffffff;
}

.header .h_top .m_nav>li:nth-child(1)>a {

  margin: 0 30px 0 0;
}

.header .h_top .m_nav>li:last-child>a {
  border-right: 0px solid #ffffff;



}

.header.on .h_top .nav_sea .sea_1 {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333
}

.header.on .h_top .nav_sea .sea_1 .icon path {

  fill: #333333;
}

.header.on .h_top .nav_sea .sea_2 .icon path {

  fill: #333333;
}

.header.on .h_top .nav_sea .sea_2 span .icon path {

  fill: #333333;
}





.header:hover .h_top .nav_sea .sea_1 {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333
}

.header:hover .h_top .nav_sea .sea_1 .icon path {

  fill: #333333;
}

.header:hover .h_top .nav_sea .sea_2 .icon path {

  fill: #333333;
}

.header:hover .h_top .nav_sea .sea_2 span .icon path {

  fill: #333333;
}



.header .h_top .m_nav>li>a {
  color: #fff;
  margin: 0 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;

  line-height: 1;
}

.header .h_top .m_nav>li>a svg {
  width: 12px;

  margin-left: 10px !important;
  transition: all 0.4s;
}

.header.on .h_top .m_nav>li>a svg path {

  fill: #333333;
}



.header .h_top .m_nav li:hover>a svg {

  transform: rotate(180deg);
}

.header .h_top .m_nav li:hover>a svg path {

  fill: #13388d;
}




.header .h_top .m_nav>li:hover::before {
  width: 80%;
}

.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;


  min-width: 100%;

}



.header.hides .h_top .m_nav>li .sub_nav .sn_r li a {
  color: #000;

}

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

  position: absolute;
left: 0%;
  transform: translateX(0%);

  top: 100%;
  width: 900px;
  display: none;
  overflow: hidden;

  min-width: 100%;
}
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .subnav_item  .sn_r li{
     width: auto;
    margin: 0 20px; 
    
}  
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .subnav_item  .sn_r li:nth-child(1){
     margin: 0 20px 0  0; 
    
    
}
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .subnav_item {
    
        width: 100%;
}

.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .subnav_item .sn_r{
        width: 100%;
}
    
}
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .sn_r li{
    
        width: auto;
    margin: 0 10px;
    padding: 0 10px;
}
.header .h_top .m_nav>li .sub_nav .sn_r li .icon {

  width: 12px;
  margin-left: 10px !important;
  transition: all 0.4s;
}



.header .h_top .m_nav>li .sub_nav .subnav_item {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  width: 75%;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}



.header .h_top .m_nav>li .sub_nav .sn_l .tit {
  color: #ff8300;
  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%;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 85%;
}

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

    width: 12%;
    text-align: center;
    position: relative;
}

.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;
}

.header .h_top .m_nav>li .sub_nav .sn_r li a {
    display: flex;
  width: 100%;
  text-align: center;
  padding: 5px 0;
   margin: 3px 0; 
color: #ffffff;

  text-align: left;
}

.header .h_top .m_nav>li .sub_nav .sn_r li a:hover {
  /* background-color: #2354a0; */
  color: #2354a0;


}

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

.header .h_top .sl .search {
  position: relative;

}

.header .nav_r {
  display: flex;
  flex-direction: row;

  justify-content: flex-end;
}

.header .nav_r .yx {
  margin-left: 40px;
}

.header .nav_r .wb {
  margin-left: 32px;
  width: 22px;
}

.header .nav_r .dy {

  margin-left: 40px;
}

.header .nav_r .wx .icon {
  width: 20px;
  height: 18px;
  vector-effect: none;

}

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

.header .nav_r .en_s {
  display: flex;
  align-items: center;
  color: #ffffff;
  line-height: 1;

  border-left: 1px solid rgb(255, 255, 255, 0.5);
  padding-left: 25px;
  margin-left: 25px;
}
.header .nav_r .en_s:hover{
        color: #13388d;
    
}
.header .nav_r .en_s>div img {
  width: 19px;
  height: 19px;

}

.header .nav_r .en_s .en_img {
  margin-right: 10px;
}

footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 102%;
  background-position: center center;
  padding-top: 40px;


}

footer .btm_crown {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

footer .btm_crown img {
  width: 89px;
  height: 66px;

}

footer svg {
  margin: 0 !important;
}

footer .cox_p {
  overflow: initial;

  margin: 0 auto;
}

footer .btm_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

  width: 100%;
  margin: 0 auto;

}

footer .btm_top .footer_left {
  width: 30%;
  border-left: 1px solid #eeeeee;
  padding-bottom: 5%;
  padding-left: 6%;
}

footer .btm_top .footer_e_logo {
  margin-right: 11%;
  flex: 0 0 140px;
}

footer .btm_top .footer_t_l {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  position: relative;

}

footer .btm_top .footer_t_l .infor {
  width: 100%;
  display: flex;
  justify-content: left;
}

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: 24%;
}

footer .btm_top .footer_t_l .infor li>a {
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}


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

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%;
  transition: all 0.5s;
  margin-top: 20px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.6;
}

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

footer .btm_top .footer_t_r {
  /* 
  display: flex;
  flex-direction: row;
  align-items: center; */
  flex: 1;
}

footer .btm_top .footer_t_r .ul_sli li {
  margin-bottom: 15px;

}
footer .btm_top .footer_t_r .ul_sli li:nth-child(2):hover a{
    
      color: #13388d;
  opacity: 1;
}
footer .btm_top .footer_t_r .ul_sli li:hover .hr_a {

  color: #13388d;
}

footer .btm_top .footer_left li .txt {

  color: #000000;
  opacity: 0.8;
}

footer .btm_top .footer_t_r .add .footer_tx {
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 28px;
  line-height: 1;
}

footer .btm_top .footer_t_r .footer_tel {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

footer .btm_top .footer_t_r .footer_tel .btn {

  padding: 0;
}

footer .btm_top .footer_t_r .footer_tel .btn svg {
  margin-left: 15px !important;

}

footer .btm_top .footer_t_r .footer_tel .btn svg path {
  fill: #ffffff;

}

footer .btm_top .footer_t_r .footer_tel .btn button {
    width: 335px;
    height: 53px;
    background-color: #13388d;
    color: #ffffff;
    border: 0;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .btm_top .footer_t_r .footer_tel .group_box .input-group input {

  width: 335px;
  height: 53px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: unset;
  font-size: 14px;
  color: #313333;
      padding-left: 26px;
}

footer .btm_top .footer_t_r .footer_tel .ic svg path {

  fill: #2354a0;
}

footer .btm_top .footer_t_r .ewm {
  margin-top: 50px;
  width: 130px;

}

footer .btm_top .footer_t_r .ewm img {

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

footer .btm_top .footer_t_r .footer_tel .txt {

  letter-spacing: 0px;
  color: #ffffff;
}

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

}

footer .btm_top .footer_t_r .cox_conert .cox_left>div p {

  color: #ffffff;
  opacity: 0.5;
}

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: #2354a0;
  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 .cox_conert .cox_left .e_box_img .e_aimge {

  width: 16px;
  height: 16px;
  margin-right: 9px;
}

footer .cox_conert .cox_left .e_box_img .e_aimge img {

  filter: grayscale(1) brightness(13.5);
  opacity: 0.75;
}

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: 100%;

}

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

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

footer .btm_top .footer_t_r .add li .ic {
  position: relative;
}

footer .btm_top .footer_t_r .add li .ic svg {
  opacity: 0.5;
}

footer .btm_top .footer_t_r .add li .txt {
  margin-left: 20px;
  display: flex;
  align-items: baseline;
  letter-spacing: 0px;
  width: 100%;
}

footer .btm_top .footer_t_r .add li .txt p {
  color: #ffffff;
  opacity: 0.5;
}

footer .btm_top .footer_t_r .add li .txt p:first-child {
  flex: 0 0 85px;

}

footer .btm_top .footer_t_r .add li .txt a {
  color: #ffffff;
  opacity: 0.5;
  flex: 1;
}

footer .btm_bottom {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.3%;
}
footer .btm_bottom .btm_l>p a{
    
        margin-left: 2px;
}
footer .btm_bottom .btmkd {
  display: flex;
  flex-direction: row;
  width: 88%;
  justify-content: center;
  margin: 0 auto;

}


footer .btm_bottom .btm_l p {
  display: block;
  text-align: right;
  color: #000000;
  opacity: 0.7;
  display: flex;
  align-items: center;

}

footer .btm_bottom .btm_l p a:hover {
  opacity: 1;
  color: #13388d;
}

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

  margin-left: 5px;
}

footer .btm_bottom .btm_l span a {
  opacity: 0.7;
  transition: all 0.4s;

}



.sidebar {

  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 {

  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2354a0;
  /* margin-top: 20px; */
  cursor: pointer;
  transition: all 0.5s;
  width: 51px;
  height: 51px;
  background-color: #eeeeee;
  border-radius: 50%;
}

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

.sidebar .bnt_top svg path {
  fill: #313333;

}

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

.inner_banner {
  width: 100%;
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
}

.inner_banner .banner_ic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 21.92%;
  z-index: 5;
}

.inner_banner .banner_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

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

.inner_banner .w1600 .txt {
  color: #fff;
}

.inner_banner .w1600 .txt p,
.inner_banner .w1600 .txt span {
  display: block;
}

.inner_banner .w1600 .txt span {
  margin-top: 0.7%;
}

.nav-links {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.nav-links .sl {
  white-space: nowrap;
  text-align: center;
  overflow-y: overlay;
}

.nav-links a {
  display: inline-block;
  line-height: 74px;
  padding: 0 50px;
  color: #222222;
  transition: all 0.5s;
}

.nav-links a.on {
  color: #ff8300;
  font-weight: bold;
  border-bottom: 2px solid #ff8300;
  background: #fff5eb;
}

.nav-links a:hover {
  color: #ff8300;
}







.other {

  position: absolute;
  left: 0%;
  top: 42px;
  transform: translate(-50%, -0%);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  width: 100px;
  height: 100px;
}

.other img {
  width: 100%;
  height: 100%;
}

.header .h_top .sl .wb {

  position: relative;
}

.header .h_top .sl .dy {
  position: relative;

}

.header .h_top .sl .search:hover .other {

  opacity: 1;
  left: 50%;
  pointer-events: auto;
}

.header .h_top .sl .wb:hover .other {

  opacity: 1;
  left: 50%;
  pointer-events: auto;
}

.header .h_top .sl .dy:hover .other {

  opacity: 1;
  left: 50%;
  pointer-events: auto;
}




























/* banner和导航栏目 */


.banner {
  position: relative;
}

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

.banner .txt {
  color: #fff;
}

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

.banner .txt span {
  font-family: Roman;
  display: flex;
  justify-content: left;
  color: rgb(255, 255, 255, 0.5);
}

.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;
}

/* 面包屑 */

.breadcrumb a {
  letter-spacing: 0px;
  color: #aaaaaa;
  display: flex;
  align-items: center;
}

.nav_lis .breadcrumb a .iconhone {

  height: 20px;
}

.breadcrumb a .iconhone {

  margin-right: 15px;
}

.breadcrumb>a svg path {
  fill: #aaaaaa;

}

.nav_lis {

  width: 100%;
  border-bottom: solid 1px #eeeeee;
}

.nav_lis .breadcrumb {

  padding: 0;
  height: 80px;
  background-color: unset;
  align-items: center;

  justify-content: flex-end;
}

.nav_lis .breadcrumb .icon {

  margin-top: 0px;
}

.breadcrumb a .iconhone {

  margin-right: 15px;
}

.breadcrumb>a svg path {
  fill: #aaaaaa;

}

.nav_lis .breadcrumb a img {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}



/* 面包屑结束 */

/* banner结束 */
.banner_mine {
  position: relative;
}

.s_tab {
  height: 80px;
  width: 100%;
  bottom: 0;
  z-index: 2;
  position: absolute;
  background-color: rgb(0, 0, 0, 0.5);
}

.s_tab ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_tab ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(255, 255, 255, 0.1);
  position: relative;

  line-height: 80px;
  transition: all 0.4s;
  width: 12.5%;

}

.s_tab ul li:hover {

  background-image: url(../img/s_tab.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.s_tab ul li:last-child {

  border-right: 0px solid;
}

.s_tab ul li.actives {
  transition: all 0.4s;
  background-image: url(../img/s_tab.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.s_tab ul li:first-child.actives::after {

  left: 28%;
}

@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
.banner img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
  footer .btm_top .footer_t_r .footer_tel .btn button {

    width: 300px;
  }

  footer .btm_top .footer_t_r .footer_tel .group_box .input-group input {

    width: 300px;
  }

  .w1600 {
    width: 80%;


  }

  .header .h_top .m_nav>li .sub_nav .subnav_item {

    width: 80%;
  }


  .header .h_top .m_nav>li>a {


    margin: 0 20px;
  }

  .header .h_top {

    width: 80%;
  }

  .header .h_top .logo img {

    width: 80px;
    height: 66px;
  }
}


@media screen and (max-width: 1366px) {
  .header .h_top .m_nav>li>a {
    margin: 0 20px;
  }
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3{
    
        width: 800px;
}
.banner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
  .header {

    padding-top: 20px;
  }

  footer .btm_top .footer_t_r .footer_tel .btn button {

    width: 200px;
    height: 45px;
  }

  footer .btm_top .footer_t_r .footer_tel .group_box .input-group input {

    width: 200px;
    height: 45px;
  }

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

    padding: 0px 0;
  }


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

  .header .h_top .m_nav>li .sub_nav {
    top: 80px;
  }

  



  .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) {
.banner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}


  .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 .m_nav>li .sub_nav .sn_r li .sub_nav_3{
    
        width: 800px;
}
.header.black_h .h_top .m_nav>li .sub_nav .sn_r li a {
    
        font-size: 14px;
}
  .header .h_top .m_nav {
    padding-bottom: 15px;

  }

  .header .h_top .logo img {

    width: 70px;
    height: 60px;
  }

  .header .h_top .h_left .nav_sea .sea_1 {

    padding: 0 20px;
  }

  .Weichuang {

    margin-bottom: 40px;
  }

  .header .h_top .m_nav>li .sub_nav .subnav_item {

    width: 90%;
  }

  .header .h_top .m_nav>li .sub_nav {

    top: 80px;
  }

  .header .nav_r .vpn {
    margin-left: 20px;

  }

  .header .h_top .sl .dy {

    margin-left: 20px;
  }

  .header .nav_r .wb {
    margin-left: 20px;

  }
















  .header .h_top {
    width: 90%;
  }

  .w1600 {
    width: 90%;


  }

  .w1440 {

    width: 90%;
  }

  .nav_lis .breadcrumb {

    height: 60px;
  }

  .s_tab ul {

    height: 60px;

  }

  .s_tab {
    height: 60px;

  }

  .s_tab ul li {

    line-height: 60px;
  }

  .Weichuang .txt_big {
    margin-bottom: -32px;
    font-size: 50px;
  }
}

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

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

  .header .h_top .m_nav>li:nth-child(1)>a {

    margin: 0 15px 0 0;
  }

  .header .h_top .m_nav>li>a {

    margin: 0 15px;
  }

  .header .h_top .m_nav>li>a::after {
    height: 2px;
    bottom: -15px;
  }
}



@media screen and (max-width: 998px) {
  .header .u-menu {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
  }
  .header .h_top .h_left {
      
      
  }
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .subnav_item .sn_r li{
    
        width: 100%;
}
  .sidebar .bnt_top {
    width: 45px;
    height: 45px;
  }
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .subnav_item .sn_r{
    flex-direction: unset;
    flex-wrap: wrap;
 
}
  footer .btm_top .footer_t_r .footer_tel .group_box .input-group input {

    width: 100%;
  }
.header .h_top .m_nav>li .sub_nav .sn_r li .sub_nav_3 .subnav_item .sn_r li:nth-child(1){
    
    margin: 0 20px;
}
  footer .btm_top .footer_t_r .footer_tel .btn button {
    width: 100%;

  }

  footer .btm_top .footer_t_r .footer_tel form {

    width: 100%;
  }

  .header .h_top .sl {

    display: none;
  }

  .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: #333;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 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: 10%;
    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 .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 {

    display: block;
  }

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

    display: none;
  }

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

    min-width: 100%;
    position: static;
    transform: translateX(0);
    width: 100%;
  }


  .header .h_top .h_left {
    border-bottom: 0px solid rgb(255, 255, 255, 0.4);
    justify-content: flex-end;
  }

  footer .btm_top .footer_t_r .footer_tel .btn {

    width: 100%;
  }

  footer .btm_crown {

    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  footer .btm_top .footer_left {
    padding-left: 0%;
    width: 100%;
    border-left: 0;
    padding-bottom: 0%;
  }

  footer .btm_top {

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

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

  footer .btm_bottom .btm_l {

    margin-top: 0px;
    padding-bottom: 0px;
  }

  footer {

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

  /*新增加的*/
.header {
    
    height: 60px;
}
  .header .h_top .sl {
    display: none;

  }

  .header .h_top .h_left {

    border-bottom: 0px solid rgb(255, 255, 255, 0.4);
  }

  .header .h_top .logo img {

    width: 50px;
    height: 60px;
  }

  .header {
    padding-top: 0px;
    background: #ffffff;
    padding-top: 0px;
  }

  .header.on {
    background-color: #fff;

  }

  .header .h_top .m_nav>li>a {
    margin: 0 0px;

  }

  .header .h_top .m_nav>li:nth-child(1)>a {

    margin: 0 0px 0 0;
  }

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

    color: #000;
  }

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

    width: 100%;
    
  }

  .s_tab {

    height: 50px;
  }

  .header .nav_r .wx {

    display: none;

  }

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

  .header .h_top .logo {

    width: 80%;
  }

  .header .h_top .h_left {


    width: 15%;
  }

  .header .h_top .m_nav li>a {

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

  .header .h_top .m_nav li .sub_nav {

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

  .header .h_top .m_nav>li .sub_nav .sn_r li a {
    font-size: 14px;
    text-align: left;
  }

  .header .h_top .m_nav>li>a {

    padding: 0 10px;
  }

  .header .u-menu.on .menu-sub:before {

    background: #333;
  }

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

  }

  .header .u-menu .menu-sub {

    background-color: #333;
  }

}

@media screen and (max-width: 768px) {
    
    .crumb .crumb_flx {
        
        flex-wrap: wrap;
    }
    .crumb .crumb_nav {
        
            width: 100%;
    height: 50px;
    line-height: 50px;
    }
  footer .btm_crown img {

    width: 69px;
    height: auto;
  }
.header.on {
    
        margin-top: 0px;
}
  footer .btm_top .footer_t_r .footer_tel .group_box .input-group input {
    height: 40px;
    width: 100%;
  }

  footer .btm_top .footer_t_r .footer_tel .btn button {
    width: 100%;
    height: 40px;
  }

  .header .h_top .m_nav>li .sub_nav .subnav_item {

    width: 85%;
  }

  .Weichuang {

    margin-bottom: 20px;
  }

  .Weichuang .txt .s_line {
    margin-top: 15px;
    width: 40px;
    height: 2px;
  }

  .s_tab ul li {
    width: 20.5%;
    line-height: 50px;
  }

  .Weichuang .txt_big {
    margin-bottom: -24px;
    font-size: 24px;
  }

  .nav_lis .breadcrumb a .iconhone {

    height: 18px;
  }

  .banner .txt p {

    margin-bottom: 10px;
  }

  .breadcrumb a .iconhone {

    margin-right: 10px;
  }

  /* 导航 */


  .banner {

    height: 300px;
  }

  .banner img {

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

  .s_tab ul li {
    flex: 0 0 100px;
    white-space: nowrap;
    font-size: 12px;

  }

  .nav_lis .breadcrumb {

    width: 90%;
  }

  .nav_lis .breadcrumb {
    height: 40px;
  }

  .s_tab ul {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    height: 50px;
    justify-content: left;
  }

  .banner_mine .nav_lis {

    width: 90%;
  }

  .s_tab ul li.actives::after {

    bottom: -22px;
  }

  /* 导航列表结束 */
  .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;
  }

  .header .nav_r .yx {
    display: none;

  }

  footer .btm_top .footer_t_r {

    margin-top: 0px;
  }




  footer .btm_top {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  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: 15px;
    padding-bottom: 15px;
  }

  footer .btm_bottom .btm_l p a {

    display: inline-block;
    text-align: left;

  }

  footer .btm_bottom .btm_l p {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.5;
  }

  footer .btm_top {
    width: 100%;

  }

  footer .btm_bottom .btmkd {
    width: 90%;

  }

  .w1440 {
    width: 90%;
  }








  footer .btm_top .footer_e_logo {

    margin-right: 0%;
    flex: 0 0 100px;
  }

  footer .btm_top .footer_t_r {
    flex: 0 0 100%;

  }

  footer .btm_top .footer_t_r .add {

    margin-top: 20px;
  }

  footer .btm_top .footer_t_r .add .footer_tx {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer .btm_top .footer_t_r .footer_tel {
    width: 100%;
    margin-bottom: 15px;
  }

  footer .btm_top .footer_t_r .footer_tel form {

    width: 100%;
  }

  footer .btm_top .footer_t_r .add li .txt {

    margin-left: 0px;
  }

  footer .btm_top .footer_t_r .add li .ic {

    width: 30px;
    height: auto;
    padding-top: 0;
  }

  footer .btm_top .footer_t_r .add li {

    align-items: baseline;
    margin-bottom: 10px;
  }


  footer .btm_top .footer_t_r .add li .txt p:first-child {

    flex: 0 0 70px;
  }

  footer .btm_top .footer_t_r .add li .ic svg {


    margin-top: -3px !important;
  }

  footer .btm_top .footer_t_r .ewm {

    width: 130px;
    margin: 20px auto 0;
  }

  footer .btm_bottom .btm_l span {

    margin-left: 0;
    margin-top: 0px;
  }

  .header .h_top .h_left .nav_sea {

    display: none;
  }

  .header .h_top .logo img {

    margin-right: 10px;
  }

  .page1 .swiper-nav {


    width: 120px;
  }

  .page1 .swiper-nav .swiper-nav-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .swiper-nav .swiper-nav-item:after {

    height: 2px;
  }


}






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