@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333333;font-family:'Microsoft YaHei',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{width:100%;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: #202020;}
a:hover{color: #980009;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,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}

.clearfix{*zoom:1;clear:both;}
.clearfix:after{content: '';display: block;clear:both;}

/*头部样式*/
.header{width:100%;min-width: 300px; height:auto; z-index:1090;position: relative;background:#fff;}
.top{height: 140px;width: 1200px;margin:0 auto;position:relative; background: url(/zzb/2024/images/top_bg_02.png) no-repeat right top;}
.logo{ width:auto;float:left;transition: all 0.3s ease;padding-top:35px;}
.logo a{float:left;}
.logo img{width: auto;}
.logo2{padding:8px 0 0 15px;}
.logo:hover{opacity: 0.8;}
.top_nav{width: 218px;float:right;padding-top:45px;}
.top_nav a{color:#333333;display: inline-block;*display: inline;*zoom:1;height: 20px;line-height: 20px;/*! margin-left:15px; */}
.wrap_nav{width:100%;height: 60px;line-height: 60px;background-color: #980009;position: relative;}
.nav_bg{position: absolute;left:0;top:60px;width: 100%;height: 370px;background-color: #980009;opacity: 0.9;filter: alpha(opacity=90);display: none;}
.nav ul{width:1200px;margin:0 auto; height: 60px;}
.nav ul > li{float:left;height: 60px;position: relative;width: 16.6%;text-align: center;}
.nav ul li > a{font-size:16px;;color:#fff;display: block;font-weight: bold;transition: all 0.3s ease;}
.nav ul li.on > a,.nav ul li:hover > a{color: #980009;background-color:#fff;height:60px;line-height: 60px;}
.nav ul li.on dl{display: block;}
.subNav{width:100%;padding-top: 28px;display:none;/*height: 308px;*/}
.nav ul li:first-child .subNav dl{border-left:1px solid #ce010d;}
.subNav{top: 60px;width: 100%;overflow: hidden;}
.subNav dl {border-right: 1px solid #ce010d;height: 100%;}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;position: relative;}
.subNav a:before{width: 0;content: '';height: 1px;background-color: #fff;position: absolute;left:50%;bottom: 2px;transition: all 0.3s ease;}
.subNav a:hover:before,.subNav a.active:before{width: 26px;margin-left:-13px;}
.header.currents{height: 60px;line-height: 60px;background:none;}
.header.currents .ser{display: none;}
.header.currents .top{display: none;}
.header.currents .nav{height: 60px;line-height: 60px;width: auto;}
.header.currents .nav li{background:none;}
.header.currents .subNav{top:60px;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents .nav ul li > a{}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{color:#980009;}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)}
/*.flipInY  {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}


@keyframes flipInY  {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
*/
.ser{width:218px; height:30px; line-height:30px; z-index:600;position: absolute;right:0;bottom:35px;background-color: #fff;border-radius: 15px;}
.search input{position:absolute;  height: 28px;line-height:28px; color:#666; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#dddddd; padding:0 0 0 7px;width:80%; border: 1px solid #980009; border-top-left-radius: 30px; border-bottom-left-radius: 30px;outline: none; }   
.search input.notxt1 {position: absolute;width: 40px;height:30px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background:url(/zzb/2024/images/search_btn.png) no-repeat 8px center #980009;border-radius: 0 15px 15px 0}




.goTop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;font-size: 14px;transition: none;background-color:#000;width: 50px;height: 50px;line-height: 50px;text-align: center;}
.goTop:hover{color:#fff;background-color:#e46856;}
/*手机端导?*/
.mobile{width: 100%;position:absolute;height: 42px;display: none;top:24px;right: 0;z-index: 99}
.mobile-inner-header{width:100%;
    height: 42px;position: absolute;top: 0px;right: 0px;z-index: 2}
    .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) / 3);  width: 25px;  height: 2px;  background-color: #980009;}
.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-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;}

/*.mobileLink{height: 39px;line-height: 39px;}
.mobileLink dd{height: 39px;line-height: 39px;float:left;width: 25%;text-align: center;font-size: 16px;font-size: 1.6rem;}
.mobileLink dd a{color:#fff;} */
.mobile-inner-header-icon{
    color: #980009; height: 31px;text-align: left;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 
     
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#980009;display: block;}
.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 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{  background-color:#dbb8ba;width: 100%; position: absolute;top: 67px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 1.4rem; 
     border-bottom: solid 1px #c1999b;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{color:#980009;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{color:#980009;position: absolute;right:20px;top:0;font-size: 2.5rem;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; }
.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;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 1.2rem;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #c1999b;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 80%;color:#333;margin-left:55px;border:none;height: 36px;line-height: 36px;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(/zzb/2024/images/search_btn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;float: left;}

/*footer*/
.footer{width: 100%;overflow: hidden;min-height: 90px;background:#980009;}
.copyRight{width: 1200px;overflow:hidden;color:#fff;line-height: 24px;padding:10px 0;text-align: center;margin:0 auto;padding:33px 0;}
.copyRight span { margin: 0 0 0 73px; }
.copyRight span:first-child{ margin:0px; }



@media screen  and (max-width:1220px) {
 .top,.nav ul,.footer,.copyRight{width: 100%;}
 .nav ul li > a{font-size: 16px;}
  
}
@media screen  and (max-width:1024px) {
  
  .top, .nav ul,.footer,.copyRight{width: auto;padding:0 15px;}
  .copyRight{padding:33px 0;}
 .ser{right: 15px;}
  
}
@media screen  and (max-width:992px) {
  .nav{display: none;}
  .top_nav,.ser{display: none;}
  .logo{padding-top:15px;position: relative;z-index: 100}
  .logo2{padding-top: 3px;}
  .top{/*! height: 92px; */background: none;}
  .mobile{display: block;}
  .wrap_nav { display: none; }
  .copyRight span{ margin: 0px auto 5px; display: block; }
  
}
@media screen  and (max-width:768px) {
  .logo{float:none;overflow:hidden;width: 330px;margin:0 auto;}
	.logo1{width: 140px;}
  .logo2{width: 160px;margin-top: -10px;}
  .top{height: 60px;}
  .mobile{top: 15px;}
  .mobile-inner-nav{top: 45px;}
  

}
@media screen and (max-width:640px) {
	.footer-rt{width: 200px;padding-top:16px;}
  .footer-logo{padding:30px 0;}
	.friendLink span{width: 50%;}
	}
@media screen and (max-width:600px) {
 
 
}
	
	

@media screen and (max-width:480px) {
    .logo{width: 250px;padding-top:18px;}
    .logo1{width: 100px;}
    .logo2{width: 130px;padding-top: 4px;}
}
@media screen and (max-width:380px) {
 .logo{float:left; }
 .footer-logo{width: 60%;margin:0 auto;float: none;padding:20px 0 0; }
 .footer-rt{width: 60%;margin:0 auto;float:none;padding:5px 0 20px;overflow:hidden; }
	 
}


