@charset "utf-8";
/* CSS Document */
.clear{clear:both; height:0; margin:0; padding:0; line-height:0; border:0; font-size:0}
.area{width:1180px; text-align:left; margin:0 auto;font-size:14px; line-height:26px; background:#fff}
body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,input,select,label,dl,dt,dd{margin:0;padding:0;font-family:"Microsoft YaHei";}
a{text-decoration:none;}
a:hover{color:#802709;text-decoration: none;}
div,input
{
-moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box; 
}
.left{float:left;}
.right{float:right;}
li{list-style:none;}
.wrap{width:1180px;margin:0 auto;}
#headerzt{background:url(zl70yqh_2019head.jpg) no-repeat top center;height:866px;}
#headerzt .wrap{position:relative;height:866px;}
#headerzt .wrap div{position:absolute;top:553px;left:251px;background:url(70yqh_txt1.png) no-repeat;width:596px;height:60px;}
#headerzt .wrap .tit2{top:619px;left:444px;background-image:url(70yqh_txt2.png);width:556px;height:59px;}
#headerzt .wrap .tit3{top:688px;left:303px;background-image:url(70yqh_txt3.png);width:680px;height:65px;}

.block{overflow:hidden;zoom:1;margin-top:40px;}

.block h2 a{background:url(jzzqh_col1.jpg) no-repeat;width:510px;height:136px;display:block;margin:0 auto;margin-bottom:20px;}

.blockF h2 a{background-image:url(mtkqh_col2.jpg);width:509px;height:141px;}
.bigimg{overflow:hidden;zoom:1;margin-top:50px;}
.bigimg_a{float:left;}
.bigitem{overflow:hidden;zoom:1;}
.blockA .bigitem{margin-bottom:32px;}
.bigitem img{width:652px;height:368px;}
.bigitem .tit{float:right;width:528px;height:368px;background:#d5d5d5;padding:100px 45px;}
.blockA .bigitem .tit{padding:50px 45px;}
.bigitem .tit a{display:block;font-size:22px;color:#000;line-height:32px;margin-bottom:18px;}
.blockF .bigitem{display:none;}
.smallimg{overflow:hidden;zoom:1;width:1200px;margin-top:20px;}
.smallimg a{float:left;margin-right:8px;}
.smallimg a,.smallimg img{width:290px;height:163px;}

 .animated_3s {
         animation-delay:0.6s;
          -webkit-animation-delay:0.6s; 
		  -webkit-animation-duration:2s;
		  animation-duration: 2s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
         }
		 
		  .animated_5s {
         animation-delay:1.2s;
          -webkit-animation-delay:1.2s; 
		  -webkit-animation-duration:2s;
		  animation-duration: 2s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
         }
		 
		 .animated_9s {
         animation-delay:2.4s;
          -webkit-animation-delay:2.4s; 
		  -webkit-animation-duration:2s;
		  animation-duration: 2s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
         }
@-webkit-keyframes flipInX {
	  0% {
	    -webkit-transform: perspective(400px) rotateX(90deg);
	    transform: perspective(400px) rotateX(90deg);
	    opacity: 0;
	  }

	  40% {
	    -webkit-transform: perspective(400px) rotateX(-10deg);
	    transform: perspective(400px) rotateX(-10deg);
	  }

	  70% {
	    -webkit-transform: perspective(400px) rotateX(10deg);
	    transform: perspective(400px) rotateX(10deg);
	  }

	  100% {
	    -webkit-transform: perspective(400px) rotateX(0deg);
	    transform: perspective(400px) rotateX(0deg);
	    opacity: 1;
	  }
	}
@keyframes flipInX {
	  0% {
	    -webkit-transform: perspective(400px) rotateX(90deg);
	    -ms-transform: perspective(400px) rotateX(90deg);
	    transform: perspective(400px) rotateX(90deg);
	    opacity: 0;
	  }

	  40% {
	    -webkit-transform: perspective(400px) rotateX(-10deg);
	    -ms-transform: perspective(400px) rotateX(-10deg);
	    transform: perspective(400px) rotateX(-10deg);
	  }

	  70% {
	    -webkit-transform: perspective(400px) rotateX(10deg);
	    -ms-transform: perspective(400px) rotateX(10deg);
	    transform: perspective(400px) rotateX(10deg);
	  }

	  100% {
	    -webkit-transform: perspective(400px) rotateX(0deg);
	    -ms-transform: perspective(400px) rotateX(0deg);
	    transform: perspective(400px) rotateX(0deg);
	    opacity: 1;
	  }
	}

	.flipInX {
	  -webkit-backface-visibility: visible !important;
	  -ms-backface-visibility: visible !important;
	  backface-visibility: visible !important;
	  -webkit-animation-name: flipInX;
	  animation-name: flipInX;
	}

	
