@charset "utf-8";
/* CSS Document */
html{font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:'微软雅黑',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;/*blr:expression(this.onFocus=this.blur());*/text-decoration:none;color: #333;} 
a:hover{color: #a4242a; text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.lf{float: left;}
.md{float: left;}
.rt{float: right;}
.clearFix{*zoom:1;clear:both;}
.clearFix:after{content: '';display: block;clear:both;}
.clear{width: 100%;overflow:hidden;}
.imgResponsive{width: 100%;height: 0;padding-bottom: 90.67%;overflow:hidden;display: block;background-color: #d2d2d2;position: relative;z-index: 1;}
.imgResponsive img{width: 100%;transition: all 0.5s ease-in-out;}
.imgResponsive img:hover{transform:scale(1.08);opacity: 0.85;}
.fpx18{font-size: 18px;}
.fpx16{font-size: 16px;} 
.fpx15{font-size: 15px;}
.ul-inline{font-size: 0;}
.ul-inline > li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;}


 
/*头部样式*/ 
.header{width:100%;z-index:9991;position:absolute;top:0;left:0;transition: all 0.3s ease;height: 133px; background: url(../images/headerbg.png) repeat-x; }
.container{width: 1200px;margin:0 auto;}
.nav-wrapper{width: 100%;  transition: all 0.3s ease-in-out;padding: 20px 0 0 0;}
.navTop-wrapper{ background: #a4242a; height: 34px; line-height: 34px; overflow:hidden; }
.navTop{  }
.navTop.lf{width: 18%;}
.navTop.rt{width: 22%;}
.navTop a{ font-size: 12px; color: #f2b9b9; padding: 0 10px; position: relative; transition: all 0.2s ease-in-out;display: inline-block;vertical-align: middle;height: 34px;line-height: 34px;}
.navTop a:last-child:before{display:none;}
.navTop a:before{ content: ""; display: block; width: 1px;height: 12px; background: #c54f52; position: absolute;right: 0; top: 10px; }
.navTop a:hover{ color: #fff; }

.logo{ width:231px; height:58px; position: relative;z-index: 99;transition: all 0.3s ease;text-align: center;float: left;overflow: hidden;}
.logo_01{width: 231px;display: block;}
.logo_02{ width: 231px; display: none; }
.nav{ margin-left: 400px;margin-right: -20px; } 
.nav_lf{width: 42%;float:left;}
.nav_rt{width: 42%;float:right;}
.nav ul li{ float:left;height: 80px;transition: all 0.3s ease;position: relative;}
.nav ul > li{position: relative;width: 12.5%; *width: 12.5%;} 
.nav ul > li:before{content: '';background-color: #a4242a;position: absolute;left: 50%;bottom: 30px; margin-left: -15px; border-radius: 5px;
 width: 30px;height: 0;transition: all 0.35s ease-in-out;}
.nav ul > li.on:before{ height: 4px;}
.nav ul li > a{padding:0;text-align:center;line-height:55px;height: 80px;color:#fff;font-size:16px;font-size:1.6rem; display: block;transition: all 0.3s ease;}
.nav ul li.on > a,.nav ul li:hover > a{ color: #a4242a; }
.nav ul li.on .subNav{display: block; background: #fff;box-shadow: 0 0 10px 0 #ccc;}
.subNav{width:100%;padding:0;position: absolute;left:0;top:76px;text-align: center; display: none;z-index: 9;}
.subNav:before{ content: ""; display: block; position: absolute; left: 50%; top: -8px; margin-left: -8px; width: 0; height: 0; border-left: 8px solid transparent;
    border-right: 8px solid transparent; border-bottom: 8px solid #fff; }
.subNav dd a{ color: #666666; font-size: 15px;padding:9px; line-height: 22px; display: block; }
.subNav dd a:hover{ color: #fff; background: #a4242a; }


.nav-wrapper > div{position: relative;}
.headerFix-menu{position: absolute;right: -30px;top: 3px;cursor: pointer;display: none;}
.headerFix-menu i{color:#fff;font-size: 30px;}
.headerFix-close{float: right;height: 40px;line-height: 40px;margin-left: 10px;cursor: pointer;display: none;}
.headerFix-close i{color:#ccd2de;font-size: 24px;}

.header.current{ position: fixed; background: #fff; height: 130px; box-shadow: 0 0 8px 0px #c6c6c6;} 
.header.current .navTop-wrapper,.header.current .nav{opacity: 1 !important;transform: none !important;}

.header.current .nav-wrapper{ }
.header.current .logo_01{ display: none; }
.header.current .logo_02{ display: block; }

.header.current .logo_01{ }
.header.current .nav ul li > a{ color: #666; }
.header.current .nav ul li.on > a{ color: #a4242a; }


.zoomIn  {
  -webkit-animation-name: zoomIn ;
  animation-name: zoomIn ;
  animation-duration: 0.3s; 
  -webkit-animation-duration: 0.3s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
  animation-duration: 0.5s; 
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}

.sub_search{ background: #fff; padding: 20px; overflow:hidden; margin: 20px 0;}
.ser{width:200px; height:38px; line-height:36px;float: left; position: relative;overflow:hidden;}
.search input{position:absolute;  height: 35px;line-height:36px; color:#262626; border:none; background:none; top:0px; padding-left:0px;  }
.search input.notxt{color:#bbbdc3; padding:0 0 0 10px;width:188px;right: 0;border:1px solid #ddd;border-radius: 6px;}   
.search input.notxt1 {position: absolute;width: 36px;height:36px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#bbbdc3;border:none;background:url(../images/ser.png) no-repeat center #a4242a;border-top-right-radius: 6px;border-bottom-right-radius: 6px;}




.goTop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;transition: none;background-color:#000;width: 50px;height: 50px;line-height: 50px;text-align: center;display: none;}
.goTop:hover{color:#fff;background-color:#4b9ef7;}
.goTop i{font-size: 32px;}
/*手机端导航*/ 
.mobile{width:100%;position:absolute;/*! height: 60px; */display: none;top:34px;left: 0;z-index: 99991;}
.mobile-search-btn{float: right;margin-right: 15px;cursor: pointer;}
.mobile-search-btn i{color:#fff;font-size: 20px;}
.mobile-inner-header{width:100%;/*! height: 60px; */position: absolute;top: 0px;left: 0px;z-index: 50}
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);  width: 25px;  height: 2px;  background-color: rgba(255,255,255,1);}
.mobile-inner-header-icon{color: #fff; height: 20px;float:right;width: 24px;position: relative; cursor: pointer;text-align: right;margin-right: 15px;text-align: center;
  line-height: 31px;font-size: 30px;margin-top: 20px; } 
.mobile-inner-header-icon-out .icon-menu{display:block; width:24px; height:20px; background:url(../images/submenu.png) no-repeat;}    
.mobile-inner-header-icon-out .icon-menu2{display:block; width:24px; height:20px; background:url(../images/submenu2.png) no-repeat;}  
.mobile-inner-header-icon-click i{display: none;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;display: none;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click { margin: -20px 200px 0 0;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{ width: 100%;text-align: center;opacity: 0;transform: scale(0.8);width: 0;transition: left 0.3s ease-in-out;height:0;background-color:#2c4780;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 1.6rem; 
     border-bottom: solid 1px #676767;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;color:#fff;
    -o-transition: all 0.5s;    transition: all 0.5s; 
text-align: left;
padding: 0 20px;
}
.mobile-inner-nav li:first-child a{/*! border-top:1px solid rgba(230, 204, 204, 0.2); */}
.mobile-inner-nav li{position: relative;/*! padding: 0 20px; */}
.mobile-inner-nav li.on{}
.mobile-inner-nav li.on > a{ color: #fff; border-bottom:none;background-color: #a4242a;}
.mobile-inner-nav li .icon-xiangxiajiantou{ background: url(../images/sub-mbtn.png) no-repeat center;}
.mobile-inner-nav li .icon-xiangyou{ background: url(../images/sub-mbtn02.png) no-repeat center;}
.mobile-inner-nav li strong{color:#fff;position: absolute;right:5px;top:0;font-size: 16px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s;line-height: 50px; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none; background: rgba(164,36,42,0.4);}
.mobile-inner-nav dd a{height: 40px;line-height: 40px;border-bottom: none;font-size: 1.6rem;}
.mobile-inner-nav dd a:hover{color: #f4c8c8;}
.mobile_search{clear: both;position: absolute;height: 40px;overflow: hidden;left: 0;top: 61px;width: 100%;z-index: 99993;display: block;}
.mobile_search .search{ margin:0 20px;overflow:hidden;height: 37px;position:relative;}
.mobile_search input.notxt{width: 100%;color:#566c99;border:none;padding-right: 38px;height: 38px;box-sizing: border-box;font-size: 2.2rem;}
.mobile_search input.notxt1{width: 40px;right:0;background:url(../images/search.svg) no-repeat center;border:none;height: 37px;left: auto;}
.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;padding:10px 0 0;opacity: 0.6;font-size: 14px;}
.mobile-links span{float:left;padding:0 15px;}
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;font-size: 14px;}
.nav-open .mobile-inner-nav{width: 240px;display: block;position: fixed;right: 0px;top: 0;background: rgba(0,0,0,0.8);opacity: 1;
  transform: scale(1);height: 100%;box-sizing: border-box;overflow-y: auto;overflow-x: hidden;z-index: 10;padding: 50px 0 20px;
  transition: all 0.3s ease;}
.m-logo{max-width: 275px;margin: 20px auto; overflow: hidden;}  
 


/*footer*/
.wrap_footer{background: url(../images/footerbg.jpg) repeat;overflow: hidden;}
.footer{  overflow:hidden;padding: 85px 0;position: relative;}
.f-logo{ max-width: 240px; margin: 0 auto; }
.f-nav{ max-width: 918px; margin:20px auto; overflow:hidden; } 
.f-nav li{ float: left; width: 14.28%; text-align: center; position: relative;margin: 5px 0;}
.f-nav li:after{ content: ""; display: block; width: 6px; height:6px; background: #d7a5a8; border-radius: 50%; position: absolute; right: 0; top: 8px;}
.f-nav li:last-child:after{ display: none; }
.f-nav li a,.footer p a{ font-size: 16px; font-size: 1.6rem; color: #d6a3a6; transition: all 0.3s ease-in-out;}
.f-nav li a:hover,.footer p a:hover{ color: #fff; }
.copyRight p{ font-size: 16px; font-size: 1.6rem; line-height: 36px; color: #d6a3a6; text-align: center; }
.codeList { text-align: center; margin: 50px 0 0 0; *width: 190px; *margin:20px auto auto auto;}
.codeList li{ display: inline-block; vertical-align: middle; *display: block; *width: 30%; *float: left;}
.codeList li a{display: inline-block; width: 50px; height: 50px; border-radius: 5px; margin: 0 2px; transition: all 0.3s ease-in-out;}
/* .codeList li a.sina{ background: url(../images/sina.png) no-repeat center;background-color: #bc6569; }
.codeList li a.weixin{ background: url(../images/sina.png) no-repeat center;background-color: #bc6569; }
.codeList li a.sina{ background: url(../images/weixin.png) no-repeat center;background-color: #bc6569; }
.codeList li a.erweima{ background: url(../images/code.png) no-repeat center;background-color: #bc6569;  }
*/
.codeList li a.weixin{ background: url(../images/weixin.png) no-repeat center;background-color: #bc6569; }
.codeList li a.weibo{ background: url(../images/weibo.png) no-repeat center;background-color: #bc6569; }
.codeList li a.yangshipin{ background: url(../images/yangshipin.png) no-repeat center;background-color: #bc6569; }
.codeList li a.bjribao{ background: url(../images/bjribao.png) no-repeat center;background-color: #bc6569; }
.codeList li a.bilibili{ background: url(../images/bilibili.png) no-repeat center;background-color: #bc6569; }
.codeList li a.shipinhao{ background: url(../images/shipinhao.png) no-repeat center;background-color: #bc6569; }
.codeList li a.douyin{ background: url(../images/douyin.png) no-repeat center;background-color: #bc6569; }
.codeList li a.xi{ background: url(../images/xi.png) no-repeat center;background-color: #bc6569; }

.codeList li a:hover{ opacity: 0.85; }
.code{position: relative;}
.code i{width: 98px;display: none;left: 50%;margin-left: -50px;position: absolute;height: 98px;bottom: 66px;}

 
/**
 * Created by sunJia on 2025/06/16.
 * @Description: 新增事业单位图标
 */
.gp-flex{ display: flex; display: -ms-flexbox; justify-content: center;}
.gp-flex .f-logo{ margin: 0;}
.gp-flex > *{
    flex-shrink: 0;
}
.gp-flex img{
    max-height: 58px;
}
#_ideConac{margin-left: 10px;}
@media screen  and (max-width:365px) {
  .gp-flex img{ max-height: 50px;}
}


@media screen  and (min-width:1020px) {
 
}

@media screen  and (max-width:1386px) {
  .nav{ margin-left: 330px; }
  .container{width: 1000px;}
  .navTop.lf{width: 18%;}
  .navTop.rt{width: 27%;}

}


@media screen  and (max-width:1024px) {
        
        .nav-wrapper{ padding-top: 10px; }
        .nav{display: none;}
        .mobile{display: block;}
        .header{ }
        .header.current{ height: 90px; position: absolute;} 
        .logo_02{ width: 158px; }
        .navTop-wrapper .container{ margin: 0 !important; }
        .container{width: auto;margin-left:20px;margin-right: 20px;}
        .navTop.lf,.navTop.rt{width: auto;}
}


@media screen  and (max-width:768px) {
  .header .logo_01,.header.current .logo_01{width: 180px;}
  .mobile-inner-header-icon{margin-left: 0;}
  .navTop-wrapper .container{height: 34px;}

}

@media screen and (max-width:640px) {
    .footer{ padding: 40px 0; }
    .f-nav li{ width: 25%; }
    .f-nav li a,.copyRight p{ font-size: 1.4rem; line-height: 26px;}
    .codeList{ margin: 20px 0 0 0; }
}

@media screen and (max-width:480px) {
    .f-nav li{ width: 33.3%; }
}


@media screen and (max-width:414px) {
    .navTop.rt{ float: left;}
}


@media screen and (max-width:380px) {
    .navTop a{ padding: 0 7px; font-size: 11px;}
}
