@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: #000;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: #000;}
a:hover{color: #e60012;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}
.header:before{content: '';width: 100%;height: 30px;background-color: #000;opacity: 0.15;filter: alpha(opacity=15);z-index: 0;position: absolute;left: 0;top: 0}
.clearfix{*zoom:1;clear:both;}
.clearfix:after{content: '';display: block;clear:both;}
.clear{width: 100%;overflow:hidden;}
.imgresponsive{width: 100%;height: 0;padding-bottom: 56.25%;overflow:hidden;display: block;}
/*头部样式*/
.header{width:100%;min-width: 300px; height:auto; z-index:990;position: relative;   background: #8f000b url(/uploads/image/zzs_newimages/pkucloud1h100.png) no-repeat top right;}
.header:before{content: '';width: 100%;height: 30px;opacity: 0.15;filter: alpha(opacity=15);z-index: 0;position: absolute;left: 0;top: 0}
.topheader{height: 30px;line-height: 29px;position: relative;z-index: 2}
.container{width: 1100px;margin:0 auto;}
.topheader .lf{width: auto;float: left;}
.topheader .rt{width: auto;float: right;}
.topheader a{color:#fff;margin-right:15px;}
.black_bg01{position: fixed;background-color:#000;opacity: 0.7;width:100%;height:100%;display: none;filter: alpha(opacity=70)}
.top{position:relative;}
.logo{ width:auto;transition: all 0.3s ease;padding:22px 0;position: relative;z-index: 9000}
.logo img{width: auto;}
.topbg{width:535px;height: 130px;background:url(/uploads/image/zimages/header_bg.png) no-repeat top center;position: absolute;right: -265px;top: -30px;z-index: 0 }
.topheader .searchbtn{background:url(/uploads/image/zimages/searchbtn.png) no-repeat center center;cursor: pointer;display: inline-block;*display: inline;*zoom:1;width: 20px;height: 30px;vertical-align: top;margin-right: 0;position: relative;z-index: 90012}

.nav{width:100%;height: 50px;line-height: 50px;background-color: #fff}
.nav ul > li{float:left;height: 50px;position: relative;width: 12%;}
.nav ul li > a{font-size:16px;font-size:1.6rem;color:#1e1e1e;display: block;text-align: center;}
.nav ul li.on > a,.nav ul li:hover > a{color: #fff;background-color:#d20011;height:50px;line-height: 50px;}
.nav ul li.on .subnav{display: block;}
.subnav{width:100%;background:url(/uploads/image/zimages/subnav_bg.png) repeat;}
.subnav{position: absolute;left:0;top:50px;display: none;width: 190px;}
.subnav dd {}
.subnav a{color:#fff;padding:8px 15px;display: block;line-height: 19px;/*border-top:1px solid #395679;*/}
.subnav a:hover{background-color:#d20011;}

.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:140px; height:20px;padding:10px 0 10px 10px; line-height:20px; z-index:9600;position: absolute;right:0;top:0;background-color: #88000b;display: none;}
.search input{position:absolute;  height: 20px;line-height:20px; color:#999; border:none; top:10px; padding-left:0px; }
.search input.notxt{color:#999; padding:0 0 0 5px;width:105px;background:#fff;left: 10px;font-size: 12px; }   
.search input.notxt1 {position: absolute;width: 20px;height:20px;right:10px;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background:none;font-size: 12px;text-align: right;line-height: 18px;}


.gotop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;font-size: 14px;transition: none;width: 40px;height: 40px;line-height: 40px;text-align: center;background:url(/uploads/image/zimages/top_bg.png) no-repeat center #710811;}
.gotop:hover{color:#fff;background-color:#000;}
/*手机端导航*/
.mobile{width: 100%;position:absolute;height: 42px;display: none;top:0;left: 0;z-index: 9001}
.mobile-inner-header{width:100%;
    height: 30px;position: absolute;top: 0px;right: 0px;z-index: 2}
    .mobile-inner-header-icon{
  color: #ffffff; height: 30px;font-size:25px;text-align: center;
  float:right;width: 30px;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% - 16px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color:#fff;}

.mobile-inner-header-icon-click span{top: calc((100% - 0px) / 2)}
.mobile-inner-header-icon{
    color: #fff; height: 31px;float:left;width: 50px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 
     
.mobile-inner-header-icon-out span{width: 16px;height: 2px;background-color:#fff;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;width: 18px
    }
.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(-3px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translatey(0) rotate(45deg);
  }

  100% {
    transform: translatey(3px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translatey(0) rotate(90deg);
  }

  100% {
    transform: translatey(9px) rotate(0deg);
  }
}

.mobile-inner-nav{  background-color:#bd000e;width: 100%; position: absolute;top: 0;left: 0px;padding: 30px 0 5px;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 rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{opacity: 0.8;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;color:#fff;}
.mobile-inner-nav li strong{color:#fff;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(255,255,255,0.2);font-size: 1.2rem;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 90%;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(/uploads/image/zimages/searchbtn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;}
.mobilelinks{text-align: center;padding:10px 35px;}
.mobilelinks a{display: inline-block;margin-right:10px;color:#fff;width: auto;}
.mobile-inner-nav .mobilelinks a{line-height: 1.5;padding:1px 0;overflow: hidden;border-bottom: none;}
/*footer*/
.body_bg{width: 100%;height: 100px;background:url(/uploads/image/zimages/content_bg2.png) repeat-x bottom;position: absolute;left: 0;bottom: 0;z-index: 0}
.footer{background:#9a000c;z-index: 200;position: relative;
  background: -webkit-linear-gradient(top, #9a000c , #9e0a16); /* safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #9a000c, #9e0a16); /* opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #9a000c, #9e0a16); /* firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #9a000c, #9e0a16); /* 标准的语法 */;}
.footer > .container{padding-bottom: 40px; padding-top: 40px;position: relative;}
.footernav{width: 30%;float: left;max-width: 270px;margin-left: 2%;}
.footernav li{width: 100%;float: left;text-align: center;font-size: 12px;height: 35px;line-height: 35px;}
.footernav li a{color:#fff;}
.footermd{width: 33.64%;position: absolute;left: 50%;margin-left:-16.82%;top: 0; border-left: 1px solid #a8232e; border-right: 1px solid #a8232e}
.footer-logo {max-width: 215px;margin:0 auto;border-bottom: 1px solid #a8232e;padding-bottom: 10px;padding-top: 10px;}
.wechat{padding:20px 0;position: relative;cursor: pointer; text-align: center;font-size: 0}
.wechat span{display: inline-block;*display: inline;*zoom:1;font-size: 14px;margin:0 10px;position: relative;}
.wechat img{width: auto;display: block;margin:0 auto 12px;}
.wechat p{color:#fff;}
.wechat .code{position:absolute;width:100px;height: 96px;left: 50%;top:-100px;display: none;margin-left: -50px;}
.wechat .code img{float: left;}
.footerlink{width: 30%;float: right;}
.footerlink li{width: 100%;float: left;text-align: center;height: 35px;line-height: 35px;overflow:hidden;font-size: 12px;}
.footerlink li a{color:#fff;}
.copyright{background-color: #8e0914;padding:13px 0;}
.copyright > div{font-size: 0;text-align: center;}
.copyright span{display: inline-block;*display: inline;*zoom:1;font-size: 12px;color:#fff;line-height: 1.7;}
.copyright i{color:#a8232e;font-style: normal;margin:0 15px;font-size: 12px;line-height: 1.7;}
.copyright a{color:#fff;}

@media screen  and (max-width:1386px) {
  .container{width: 1000px;}
  .header.currents .logo{width: 145px;padding-top: 10px;}
}
@media screen  and (max-width:1020px) {
  .container{width:auto;padding-left: 15px;padding-right: 15px;}
  .topheader{font-size: 12px;}
  .logo{text-align: center;}
  .topbg{width: 100%;right: 0}
  .header.currents .logo{left: 15px}
  .nav ul li > a{font-size: 14px;}
  .header.currents .nav li{width: 8.1%;}
}


@media screen  and (max-width:992px) {
 .nav,.topheader .lf,.topheader .rt a{display: none;}
 .mobile{display: block;}
 .footernav{margin-left: 0}
  
}
@media screen  and (min-width:768px) and (max-width:992px) {
  .mobile-inner-nav ul,.mobilelinks{width: 80%;margin:0 auto;}
  .mobile-inner-nav li{padding:0;}
  .mobilelinks{padding:10px 15px;box-sizing: border-box;}
  .mobile-inner-header-icon-click{left: 10%;top: 30px;}
  .mobile-inner-nav{padding-top: 65px;}
}


@media screen  and (max-width:767px) {
 .logo{padding:10px 0;}
 .top{height: auto;}
 .footer-logo{display: none;}
 .footermd{width: 120px;margin-left: -100px;}
 .wechat{padding:0;}
 .footerlink{width: 40%;}
 .topheader{position: static;z-index: auto;}
 .wechat img{margin-bottom:0;}
 
}
@media screen and (max-width:640px) {
  .footernav{width: 100%;float: none;max-width: none;overflow:hidden;border-top: 1px solid #a8232e;padding-top: 10px;}
  .footernav li{width: 25%;text-align: left;}
  .footermd{position: static;margin:0 auto;border:none;width: 100%;padding-bottom: 15px;}
  .wechat{padding-top: 0}
  .footerlink li{width: 25%;}
  .footerlink{width: 100%;float: none;border-top: 1px solid #a8232e;overflow:hidden;padding-top: 10px;margin-top: 10px;}
  .footer > .container{padding-bottom: 15px;}
  
  }


@media screen and (max-width:480px) {
   .footerlink li{width: 33.3%}
}
@media screen and (max-width:400px) {
 .footerlink li{width: 50%;text-align: center; }
 .footernav li{text-align: center;width: 50% }
   
}



