﻿/* CSS Document */
body {font-family:"Microsoft YaHei", Arial, Tahoma,"Microsoft YaHei";margin:0;padding:0;font-size:12px;color:#000; background:#fff;}
div,form,img,ul,ol,li,dl,dt,dd,p,iframe{margin:0;padding:0;border:0;}

ul,li{list-style-type:none;}
img{border:0;}
input,select,textarea{vertical-align:middle;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-size:12px;font-weight:normal;}
/* Link */
a{color:#fff;text-decoration:none;}
a:hover {text-decoration:none;}
/* Other */
.clear{ clear:both;font-size:1px;width:1px;height:0;visibility:hidden; overflow:hidden;}
.clearfix:after{content:".";display:block; height:0;clear:both;visibility:hidden;} /* only FF */
.f_left{float:left;}
.f_right{float:right;}
.img{vertical-align:middle;}

.new_year{ width:100%; height:auto; text-align:center; min-width:1200px;}
.newyear_banner{ width:100%; height:auto;}
.newyear_banner01{ background:url(../images/zhi01.jpg) center no-repeat; width:100%; height:209px;}
.newyear_img,.newyear_img02{ width:1200px; height:209px; margin:0 auto; position:relative;}
.newyear_img img{ position:absolute; bottom:-34px; right:286px; z-index:99;}
.newyear_img02 img{ position:absolute; top:40px; right:434px; z-index:99}
.newyear_banner02{background:url(../images/zhi02.jpg) center no-repeat; width:100%; height:209px; position:relative;}
.newyear_banner03{background:url(../images/zhi03.jpg) center no-repeat; width:100%; height:209px;}
.newyear_first{ width:100%; height:593px; background:url(../images/zhi04.jpg) center no-repeat;}
.newyear_first_a{ width:1200px; height:auto; margin:0 auto;}
.newyear_first_a span{ font-size:22px; color:#333; display:block; text-align:left; padding-top:104px; padding-left:108px;}
.newyear_first_a p{ font-size:15px; color:#444; text-align:left; width:976px; text-indent:2em; margin:0 auto;line-height: 24px; padding-top: 18px;}
.newyear_seand{ width:100%; height:830px; background:url(../images/zhi06.jpg) center no-repeat;}
.newyear_seand_a{ padding-top:10px !important;}
.newyear_three{ width:100%; height:636px; background:url(../images/zhi07.jpg) center no-repeat;}
.newyear_four{ width:100%; height:635px; background:url(../images/zhi08.jpg) center no-repeat;}
.newyear_bao{ width:100%; background:url(../images/zhi09.png) center 120px no-repeat;}
@keyframes bouncein {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bouncein{-webkit-animation: bouncein 10s infinite;
    -o-animation: bouncein 10s infinite;
     animation: bouncein 10s infinite;}
/*返回首页*/	 
.zt_ret {
    width: 80px;
    height: auto;
    float: right;
    margin-right: 60px;
    margin-top: 12px;
	z-index:99;}
.zt_ret a {
    font-size: 15px;
    color: #a60f16;
	font-weight:600;
}
/*返回首页end*/