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

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

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
.cccccc {
    
    margin: 0 5px;
}
body {
  word-break: break-word;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 1s;
}
.hides {
    top: -80px !important;
}

.active1 {
   
    box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.15) !important;
}
/*分页 */
.p_page {
        margin-top: 2vw;
}
.p_page span {
    box-sizing: border-box;
    width: 40px!important;
    height: 40px!important;
    text-align: center;
    line-height: 40px!important;
border: 1px solid #ccc;
    font-size: 16px;
    margin: 0 4px;
    transition: all 0.5s;

         color: #333333 !important;
}
.p_page .laypage_curr {
        color: #fff!important;
 background-color: #d20000;   
}
.p_page a {
    display: inline-block;
    border: none;
    box-sizing: border-box;
     width: 40px!important;
    height: 40px!important;
    text-align: center;
  line-height: 40px!important;
    color: #000;
    font-size: 16px;
    margin: 0 4px;
    transition: all 0.5s;
        color: #000!important;
}

.p_page .laypage_next {
    width: 90px!important;
}

.p_page a:hover {
    background-color: #d20000!important;
    border-color: #d20000!important;
    color: #fff !important;
}
.p_page .laypage_prev {
    width: 90px!important;
}

.laypage_main {
    
        display: flex;
    align-items: center;
    justify-content: center;
}


.p_page .laypage_first {
    
      width: 60px!important;
}

.p_page .laypage_last {
    
    width: 60px!important;
}


















.sidebar .side_mine {
 

  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
 
}






















.side i {
  width: 50px;
  text-align: center;

  transition: all 0.3s;
}


.side span {
  text-align: center;
  line-height: 50px;
  background: #232323;
  font-size: 13px;
  color: #fff;
  transition: all 1s;
}

.side2 span {
  width: 140px;
  display: none;
}


.side1 span {

  display: none;
}
.sidebar .side_mine .side {
  position: relative;
  height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;

 
}
.sidebar .side_mine .side1 a {
  display: block;
  
}


.sidebar .side_mine .side2 {

  border-bottom: 0px solid #636569;
}

.sidebar .side_mine .side2 a {
  display: block;

}

.sidebar .side_mine .side a {

  padding: 0 18px;
}
.zy_banner {
    
    position: relative;
    height: 580px;
}
.zy_banner img {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zy_banner .banner_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    
}

.zy_banner .banner_sub {
    
    	letter-spacing: 0px;
	color: #ffffff;
}
.zy_banner .banner_txt .banner_tit {
letter-spacing: 0px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
/* 新加 */

.header .nav_r .yx .other {
  position: absolute;
  left: 0%;
  top: 42px;
  transform: translate(-50%, -0%);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  width: 50px;
  height: 50PX;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}



.header .nav_r .yx.sat .other {
  opacity: 1;
  left: 50%;
  pointer-events: auto;
}


.header .nav_r .yx.sat .fnt_14 .icon {
  transform: rotate(180deg);

}


.breadcrumb span a:hover {
    
    color: #d20000;
}


.breadcrumb {
    background-color: unset;
    padding: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    color: #777777;
    font-size: 16px;
    margin-bottom: 0;
}

.nav_lis {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.nav_lis>div {
    
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb .kg {
        margin: 0 2px;
    
}

.nav_lis .crumb_column {
    
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.nav_lis .crumb_column .crumb_act a{
    
    height: 95px;
    display: flex;
    align-items: center;

   
}

.nav_lis .crumb_column .crumb_act a {
    font-size: 16px;
    	letter-spacing: 0px;
	color: #333333;
}

.nav_lis .crumb_column .crumb_act:hover a{
        font-weight: bold;
    	color: #d20000;
}

.nav_lis .crumb_column .crumb_act:hover {
    
    
}
.nav_lis .crumb_column .crumb_act {
     position: relative;
    margin-left: 6%;
    
}
.nav_lis .crumb_column .crumb_act::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #d20000;
    width: 0;
    transition: all 0.5s;
}

.nav_lis .crumb_column .crumb_act:hover::before {
    
     width: 100%;
}


.nav_lis .crumb_column .crumb_act.aitve a {
    
    	color: #d20000;
    	font-weight: bold;
}


.nav_lis .crumb_column .crumb_act.aitve::before {
     width: 100%;
    
}


.nav_lis .crumb_column .crumb_act.current::before {
       width: 100%;  
    
}




.nav_lis .crumb_column .crumb_act.current a {
    
    	color: #d20000;
    	font-weight: bold;
}



.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  background-color: #ffffff;
  background-color: rgb(255, 255, 255, 1);
  padding: 10px 0 10px;
}

.header svg {
  margin: 0 !important;
    transition: all 0.4s;
}

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

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



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

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

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

.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;
  white-space: nowrap;
}

.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 {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  transition: all 0.4s;
}

.header.on .h_top {
  margin: 0px auto;

}

.header .h_top .logo {
  overflow: hidden;
  position: relative;

    width: 150px;
    height: 50px;
}

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

}

.header .h_top .h_left {
    width: 73%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.header .h_top .h_left .m_nav_mine {

  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .h_top .h_left .m_nav_mine .search {

    margin-left: 3%;
    display: none;
}
.header .h_top .m_nav {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  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;


}

.header .h_top .m_nav>li>a {
    font-weight: bold;
  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: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: #d20000;
  width: 0;
  transition: all 0.5s;
}

.header .h_top .m_nav>li:hover a {
  color: #d20000;
}

.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: 70px;
  width: 130px;
  display: none;
  overflow: hidden;

  min-width: 100%;
  background-color: #fff;
}

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

.header .h_top .m_nav>li .sub_nav .sn_r li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  margin: 0px 0;
  transition: all 0.5s;
  color: #333333;
  font-size: 14px;

}

.header .h_top .m_nav>li .sub_nav .sn_r li a:hover {
  background-color: #d20000;
  color: #fff;

}

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

.header .h_top .sl .search {

  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 30px;
  border-right: 1px solid rgb(0, 0, 0, 0.1);
  display: none;
}

.header .h_top .sl .search a {

  color: #777777;
  font-size: 14px;
  line-height: 1;
}

.header .h_top .sl .search .icon {
  width: 15px;
  height: 15px;

}


.header .nav_r {
  display: flex;
  flex-direction: row;
  padding: 0px 0 0;
  justify-content: flex-end;
  height: 28px;
}

.header .nav_r .yx {
  margin-left: 32px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.header .nav_r .yx .zw_img {

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


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


.zydd .cor {
  text-align: center;
  letter-spacing: 0px;
  color: #d20000;
  margin-bottom: 30px;

}

.zydd .txt {
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  font-weight: bold;

}

.w1440 {


  width: 1400px;
}

.cont {

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

.zy_bt {

  margin-bottom: 60px!important;
}

.zy_bt p {
  letter-spacing: 0px;
  color: #333333;
  line-height: 1;
  font-weight: bold;
  text-align: center;

}

.zy_bt span {

  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  width: 90%;
}

.dhbut a {

  width: 170px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #bababa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.dhbut a em {

  font-style: normal;
  font-weight: 500;


}

.dhbut a i .icon {
  margin-top: 0px;
  margin-left: 20px !important;
  transition: all 0.4s;
}

.dhbut a i {

  display: flex;
  align-items: center;
}

.dhbut a:hover {
  border: solid 1px #d20000!important;
  color: #ffffff;
  background-color: #d20000;
}

.dhbut a:hover .icon {

  margin-left: 10px !important;
}

.dhbut a:hover .icon path {
  fill: #ffffff;

}


.zydd {
    
    margin-bottom: 60px!important;
}


















footer {
  width: 100%;
  overflow: hidden;

  position: relative;

  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: #181a1d;
}

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;
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

footer .btm_top .footer_t_laa {
  width: 140px;

}

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

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

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: 50%;
  margin-bottom: 30px;
}

footer .btm_top .footer_t_l .infor li>a {
  letter-spacing: 0px;
  color: #b0b0b0;
  transition: all 0.4s;
}

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

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: #d20000;
  opacity: 1;
}

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

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

}

footer .btm_top .footer_t_r .cox_conert .btm_r {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

footer .btm_top .footer_t_r .cox_conert .btm_r a {

  width: 46px;
  height: 46px;
  border: solid 1px rgb(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

footer .btm_top .footer_t_r .cox_conert .btm_r a:hover .other {
  opacity: 1;
  left: 50%;
  pointer-events: auto;
  margin-top: 10px;

}

footer .btm_top .footer_t_r .cox_conert .btm_r .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;
  z-index: 10;
}

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

  color: #f6f6f6;
  line-height: 1;
  transition: all 0.4s;
}

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: flex-end;
  margin-bottom: 15px;

}

footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img p:hover {
  color: #d20000;
  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: auto;
  margin-right: 13px;
}

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 {
  margin-bottom: 30px;
  width: 160px;
  height: 57px;
}

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 {
  border-top: 1px solid rgb(255, 255, 255, 0.1);

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

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

}

footer .btm_bottom .btm_l {
  width: 100%;
}

footer .btm_bottom .btm_l p {
  display: block;
  text-align: left;

  font-size: 16px;
  color: #b0b0b0;
  margin-top: 0px;
      display: flex;
    align-items: center;

}
footer .btm_bottom .btm_l p span img {
    width: 20px;
    height: 20px;
}
footer .btm_bottom .btm_l p a:hover {
  opacity: 1;
  color: #d20000;
}
footer .btm_bottom .btm_l p a span {
    margin-right: 5px;
 
}
footer .btm_bottom .btm_l p a {
      
        display: flex;
    align-items: center;
   transition: all 0.4s;
}
footer .btm_bottom .btm_l .zqdl {
  display: block;
  color: #b0b0b0;
  font-size: 16px;
  margin-top: 10px;
}
footer .btm_bottom .btm_l span a:hover {
    
        opacity: 1;
    color: #d20000;
}
footer .btm_bottom .btm_r {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: none;
}

footer .btm_bottom .btm_r a:hover {

  color: #d20000;
}

footer .btm_bottom .btm_r span {

  color: #b0b0b0;
  margin-left: 20px;
  margin-right: 20px;
}

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); */
  color: #b0b0b0;
  font-size: 16px;
  transition: all 0.4s;
}

footer .btm_bottom .btmkd_right {

  flex: 0 0 370px;
}

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

}

footer .btm_bottom .btmkd_right .jjwz .jtwz_c {
  width: 100%;
  height: 54px;
  background-color: rgb(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
}

footer .btm_bottom .btmkd_right .jjwz .jtwz_c:hover span {
  color: #d20000;
  

}

footer .btm_bottom .btmkd_right .jjwz .jtwz_c>span {

  color: #777777;
  transition: all 0.4s;
}

footer .btm_bottom .btmkd_right .jjwz .other {

  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -0%);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  flex-wrap: wrap;
  padding: 0 10px;
}

footer .btm_bottom .btmkd_right .jjwz .other a {

  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
}

footer .btm_bottom .btmkd_right .jjwz .other a:hover {
  color: #d20000;
}

footer .btm_bottom .btmkd_right .jjwz.sat .other {
  opacity: 1;
  /* left: 50%; */
  pointer-events: auto;
top: -40px;


}

footer .btm_bottom .btmkd_right .jjwz {

  position: relative;
}

footer .btm_bottom .btmkd_right .jjwz .jtwz_c .icon path {

  fill: #777777;
}

footer .btm_bottom .btmkd_right .jjwz .jtwz_c:hover .icon path {
  color: #ffffff;
  fill: #ffffff;
}

.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 {
  color: #d20000;
}

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

  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

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

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

.sidebar .side_mine .side2 span{

position: absolute;
    left: 0%;
    top: 0px;
    transform: translate(-50%, 0%);
    background-color: #333333;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    color: #333333;
    font-size: 16px;
    border-radius: 10px;
        margin-top: 5px;
    height: 50px;
    line-height: 50px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar .side_mine .side2:hover span {
    opacity: 1;
    left: -80px;
    pointer-events: auto;
  
}
.sidebar .side_mine .side2 span img {
      width: 20px;
  height: 20px;
     margin-right: 10px;
    
}
.sidebar .side_mine .side1::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #e0e0e1;
  /* margin-top: 10px; */
  position: absolute;
  bottom: -1px;
}




.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: #d20000;
  font-weight: bold;
  border-bottom: 2px solid #d20000;
  background: #fff5eb;
}

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

.w1440 {
  width: 1440px;

  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }

  .header .h_top .m_nav>li>a {


    padding: 0 20px;
  }
.zy_banner {
    
    height: 560px;
}
.cont {
    
    padding-top: 80px;
    padding-bottom: 80px;
}
}


@media screen and (max-width: 1440px) { 
    
    .zy_banner {
    
    height: 460px;
}
.cont {
    
    padding-top: 60px;
    padding-bottom: 60px;
}
}


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

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

footer .btm_bottom .btmkd_right {
    
        flex: 0 0 300px;
}


  .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 .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;
  }
  footer .btm_bottom {
      
          flex-wrap: wrap;
  }
      footer .btm_bottom .btmkd_right {
        flex: 0 0 300px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
.zydd {
    
        margin-bottom: 30px !important;
}
.dhbut a i .icon {
    
        margin-left: 5px !important;
}
.cont {
    
    padding-top: 50px;
    padding-bottom: 50px;
}
    .zy_banner {
    
    height: 400px;
} 
  .header .h_top {
    width: 90%;
  }
.dhbut a {
    
        width: 120px!important;
    height: 40px!important;
}
  .w1440 {

    width: 90%;
  }

  .nav_lis .breadcrumb {

    height: 60px;
  }

  .s_tab ul {

    height: 60px;

  }

  .dhbut a {

    width: 120px;
    height: 40px;
  }
}

@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 .h_top .logo {
        
                width: 120px;
        height: 30px;
    }
    
    .header .h_top .m_nav>li .sub_nav .sn_r li a:hover {
        
            background-color: unset;
    color: #d20000;
    }
    
    .header .h_top .m_nav>li>a {
        
        padding: 0 15px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  .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;
    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: #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: auto;
    overflow-x: hidden;
    transition: all;
  }

  .header .h_top .m_nav li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
            flex-wrap: wrap;
  }
.header .h_top .m_nav li.on .nav_icon img{
        transform: rotate(181deg);
    
}
  .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: 15px;
    transform: translateX(0%);
    width: 17px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
  }

  .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;
    padding-left: 15px;
    padding-right: 15px;
  }

  .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;
    padding: 0px 0;
  }

  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: 160px;
    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;
            display: none;
  }
  .header .h_top .h_left {
      
              width: 68%;
  }
  
  .header .h_top .h_left .m_nav_mine .search {
      
      display: none;
  }
  .header {
      
          padding: 15px;
  }
  .header .h_top .sl svg path {
      
          fill: #000000;
  }
  .header .h_top .m_nav li>a {
      
              width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .p_page .laypage_last {
           display: none;
        
    }
    
    .p_page .laypage_first {
        
        display: none;
    }
    footer .cox_conert .cox_left .e_box_img .e_aimge {
        
            margin-right: 10px;
    }
  .zy_bt {

    margin-bottom:25px !important;
  }
  .zy_banner .banner_txt .banner_tit {
      
      
          margin-bottom: 15px;
  }
footer .btm_top .footer_t_r .cox_conert .btm_r {
    
    display: none;
}
footer .btm_top .footer_t_laa {
       display: none; 
    
}
  .nav_lis .crumb_column {
      
          justify-content: flex-start;
  }
  
  
  .nav_lis .crumb_column .crumb_act {
          margin-left: 0;
          margin-right: 5%;
  }
  .nav_lis .crumb_column .crumb_act a {
      
              height: 60px;
  }
  
  .nav_lis {
      
          height: 60px;
  }

  
  .zy_banner {
      
              height: 300px;
  }
  
  
  .zy_banner .banner_txt {
      
          top: 60%;
  }
  
  
  .nav_lis>div {
      
          display: unset;
  }
  .nav_lis>div .breadcrumb {
      
      display: none;
  }
      .nav_lis .crumb_column {
        
                justify-content: flex-start;
        width: 100%;
        flex: 0 0 100%;
    }
    .nav_lis .crumb_column .crumb_act {
        
          white-space:nowrap;

    }
  

  
  
  
.zydd {
    
            margin-bottom: 20px !important;
}
.sidebar .side_mine {
    
        width: 100%;
}

.zydd .cor {
    
        margin-bottom: 15px;
}

footer .btm_bottom .btm_l p {
    
        margin-top: 0px;
}



.sidebar {
    
    display: none;
}












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


  footer .btm_top {
            width: 100%;
        flex-wrap: wrap;
    }
    footer .btm_top .footer_t_r .or {
        
                width: 100%;
    }
    
    footer .btm_top .footer_t_r .cox_conert .cox_left .e_box_img {
        
            display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
    }
    
    footer .btm_top .footer_t_r .cox_conert .btm_r {
        
           
    justify-content: center;
    }
    
    footer .btm_top .footer_t_laa {
        
            margin: 0 auto;
    margin-top: 20px;
    }
    
    footer .btm_bottom .btmkd_right {
        
            flex: 0 0 100%;
    }


















  /* 导航 */

  .s_tab {
    font-size: 12px;
    margin-top: 0px;
    position: relative;
    background-size: 108% 100%;
  }

  .banner {

    height: 300px;
  }

  .banner img {

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

  .s_tab ul li {
    padding-left: 2.5%;
    font-size: 12px;
    padding-right: 2.5%;
  }

  .nav_lis .breadcrumb {

    width: 100%;
  }

  .nav_lis .breadcrumb {
    height: 40px;
  }

  .s_tab ul {

    height: 50px;
  }

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



  footer .btm_top .footer_t_r {

    margin-top: 0px;
  }

  .header .nav_r .wx {

    display: none;

  }

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



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

  }

  footer .btm_top {

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

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

  }

  footer .btm_bottom .btm_r {

    width: 100%;
  }

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

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

  footer .btm_bottom .btm_l p a {
        width: 100%;
        display: flex;
        justify-content: center;
        transition: all 0.4s;

  }

  footer .btm_bottom .btm_l p {
    font-size: 14px;
    text-align: center;
    flex-wrap: wrap;
            justify-content: center;
  }

  footer .btm_top {
    width: 90%;
            padding-top: 40px;
        padding-bottom: 20px;

  }

  footer .btm_bottom .btmkd {
         width: 100%;
        margin: initial;

  }
footer .btm_bottom .btm_l span {
        font-size: 14px;
        text-align: center;
}

  .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;
  }
  
  footer .btm_bottom .btm_l p .aaaa{
      display: none;
      
  }
  footer .btm_bottom .btmkd_right .jjwz .jtwz_c {
      
          height: 45px;
  }
  footer .btm_bottom .btmkd_right .jjwz.sat .other {
      
      top: 45px;
  }
  
  .p_page span {
      
      width: 30px !important;
    height: 30px !important;
    text-align: center;
    line-height: 30px !important;
  }
  
   .p_page a {
            width: 30px !important;
    height: 30px !important;
    text-align: center;
    line-height: 30px !important;
       
   }
   .p_page .laypage_next {
       
           width: 65px !important;
   }
   .p_page .laypage_prev {
       width: 65px !important;
       
   }
   footer .btm_bottom .btmkd_right {
       
       display: none;
   }
   footer .btm_bottom .btm_l .zqdl {
       
           font-size: 14px;
   }
   
  
   .header .h_top .m_nav>li::before {
       
        display: none;
   }
   .header .h_top {
       
               width: 100%;
   }
   .header .h_top .logo {
       
               width: 90px;
        height: 30px;
   }
   .sidebar .side_mine .side2 span {
       
       display: none;
   }
   .sidebar {
       
           right: 10px;
   }
   .zydd .txt {
       
           width: 100%;
    margin: 0 auto;
   }
   
   
   #page {
       
       margin-top: 20px;
   }
   
   
   .dhbut a i .icon {
       
                   margin-left: 5px !important;
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
}






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