@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, p, form, ul, li, input, table, tr, th, td { margin: 0; padding: 0;}
img,a{ border:0;}
em,i,b {font-style: normal;font-weight: normal}
input{ border:none;}
a{text-decoration:none; cursor:pointer; color:#fff8f3;}
a:hover{text-decoration:none; color:#ffda63;}
.clear {
    float: none !important;
    clear: both;
    width: auto !important;
	height:0;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height:0; zoom:1;}


li,ol,ul{list-style:none}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
fieldset,img{border:0}
button,input,select,textarea{font-size:100%}
button,input,textarea{outline:0}
p{line-height:1.6;}
table{border-collapse:collapse;border-spacing:0}
.fl{float:left}
.fr{float:right}
.block{display:block}
.tac{text-align:center}
.tar{text-align:right}
.tal{text-align:left}
.dn{display:none}
.pr{position:relative}
.bigfs{font-family:'微软雅黑',YaHei,'黑体',Hei,Tahoma,Helvetica,arial,sans-serif}
.ofh{white-space:nowrap; word-wrap:normal;word-break:normal;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}
.w{width:100%}
.h{height:100%}
.clearfix{display:block;zoom:1}
.clearfix:after{content:" ";display:block;font-size:0;height:0;clear:both;visibility:hidden}


/*首页顶部-----------*/

/*导航*/
.bg_01 { background:url(../images/bg_01.png) top center repeat-x; height:51px;}
.bg_01_team{ width:980px; margin:0 auto; padding:0;}
.logo{ background:url(../images/logo.png); width:135px; height:51px; float:left;}

.nav{float:right;}
.nav ul{ width:auto;display:block;}
.nav ul li{ list-style-type:none; width:105px; height:50px;line-height:50px; font-size:12px; color:#8a8a8a; text-align:center; float:left;}
.nav ul li a{ width:105px; height:50px; display:block; color:#8a8a8a;}
.nav ul li a:hover{ background-color:#f3f2f2; text-decoration:none; width:105px; height:50px; display:block; color:#fa6221;}



body{font:12px/1.5 '微软雅黑',YaHei,'黑体',Hei,Tahoma,Helvetica,arial,Geneva,sans-serif; -webkit-font-size-adjust: none; background:#eb3f2b;}


.bg{ background:url(../images/bg.jpg) no-repeat center top; width:100%; height:1100px;}
.top-bg{background:url(../images/top-bg.jpg) no-repeat center top; width:100%; height:457px;}
.m-bg{background:url(../images/m-bg.jpg) no-repeat center top; width:100%; height:643px;}
.w1000{ width:1000px; margin:0 auto; padding:0; position:relative;}
.w1000 .m-bg .download{ background:url(../images/but.png) no-repeat center top; margin:0 auto; width:257px; height:72px; display:block; text-indent:-9999em; cursor:pointer; -webkit-animation: pulse 1s ease-out infinite;animation: pulse 1s ease-out infinite;}
.w1000 .m-bg .pirze{ padding:218px 0 0 55px; width:890px;}
.w1000 .m-bg .pirze a.pirze-img{ width:430px; height:245px;}




.bg03{ width:100%; padding:20px 0; background:#ad3a1e;}
.bg03 .w1000 .f_logo{ width:93px; height:72px; margin-right:40px; display:block; margin-top:10px;}
.bg03 .w1000 .ddz-logo{ width:78px; height:74px; display:block;margin-top:10px;}
.f_link{ padding-top:30px;}
.f_link a{ margin-right:10px; border-right:1px solid #ffd2d2; padding-right:10px; color:#fcfcfc; font-size:14px; line-height:24px;}
.f_link a:hover{ color:#fff;}
.f_link p{ color:#fcfcfc; text-align:right; line-height:26px; padding-right:20px;}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


