.cover{
	display: block;
	background-color: rgb(45,2,25);
	opacity: 0.5;
}
.day_box{
	background: url('./img/yeareven/end-bg.png') no-repeat;
	background-size:100%;
    width: 931px;
    height: 693px;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin: -400px 0 0 -465px;
    z-index: 999;
}
.day_box .text-box{
	position: relative;
	width:50%;
	margin:0 auto;
	top:25%;
	text-align: center;
}
.day_box .text-box .title{
	font-size: 46px;
	color:#7c0511;
	border-bottom: 4px solid #7c0511;
	font-weight: bold;
}
.day_box .text-box .text1{
	color: #7c0511;
	margin-top:70px;
	font-size: 24px;
	font-weight: bold;
}
.day_box .text-box .text2{
	color: #7c0511;
	margin-top:48px;
	font-size: 24px;
	font-weight: bold;
}

.yeareven{
	width: 100%;
}
.yeareven .banner{
   width: 100%;
   background-image: url(./img/yeareven/banner_one.jpg);
   background-position: center;
   background-repeat: no-repeat;
   min-height: 620px;
}
.yeareven .banner .logo2{
   width: 286px;
   float: left;
   margin-top:30px;
}
.yeareven .banner .logo2 .pc{
	display: block;
}
.yeareven .banner .logo2 .mobile{
	display: none;
}
.yeareven .banner .logo2 a{
   display: block;
}
.yeareven .banner .logo2 a img{
	max-width: 100%;
}
.yeareven .banner .nav{
	width: 328px;
	margin-top:30px;
	float: right;
	right: 0;
}
.yeareven .banner .nav .nav-hover{
	width: 160px;
	height: 160px;
	background-color: #3E3A39;
	padding:30px; 
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;
    position: relative;
    width: 160px;
    left: -37px;
    display: none;
    margin-top:30px;
}
.yeareven .banner .nav .nav-hover img{
	max-width: 100%;
}
.yeareven .banner .nav .nav-hover .sj{
border: solid transparent;
    position: absolute;
    border-bottom-color: #3E3A39;
    border-width: 10px;
    top: -19px;
    left: 50%;
    margin-left: -10px;
}
.yeareven .banner .pic-am{
	text-align: center;
	margin: 30px  0 60px;
	position: relative;
}
.yeareven .banner .pic-am img{
	max-width: 100%;
}
.yeareven .banner .nav .nav-img img{
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.yeareven .banner .h1{
	font-size: 40px;
	color: #E0077E;
	margin-top:76px;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
}
.yeareven .banner .h1 img{
	margin-right: 20px;
}
.yeareven .banner .h1 .i2{
	margin-left: 10px;
}
.yeareven .banner .h2{
   font-size: 20px;
   	color: #E0077E;
   	text-align: center;
   	line-height: 36px;
   	font-weight: bold;
}
.yeareven .banner .b1{
	font-size: 22px;
	padding:0 7px;
	color: #fff;
	background-color: #0066CB;
}
.yeareven .banner .h3{
    font-size: 18px;
    color: #E0077E;
    text-align: center;
    font-weight: bold;
}
.yeareven .banner .h3 span{
	font-size: 22px;
	color: #0066CB;
}
.yeareven .ban{
   width: 100%;
   background-image: url(./img/yeareven/banner_two.jpg);
   background-position: center;
   background-repeat: no-repeat;
   min-height: 517px;
}
.yeareven .ban .text{
	width: 770px;
	margin:80px auto 0;
}
.yeareven .ban .text p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}
.yeareven .ban .text p.t1{
	font-size: 40px;
	color: #FAEE00;
	line-height: 46px;
	margin-bottom: 0;
	position: relative;
	width: 598px;
	margin: auto;
	margin-top:50px;

}
.yeareven .ban .text p.t1 .wow{
    left: -15%;
    position: absolute;
	top:-53%;
	width: 28%;
	background-image: url(./img/yeareven/wow-2.png);
	height: 200%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-animation:mytwo 0.5s infinite  alternate ease;
	  -moz-animation:mytwo 0.5s infinite  alternate ease;
	  -ms-animation:mytwo 0.5s infinite  alternate ease;
	  -o-animation:mytwo 0.5s infinite  alternate ease;
	  animation:mytwo 0.5s infinite  alternate ease;
}
@keyframes mytwo{
  0% {background-image: url(./img/yeareven/wow-1.png);}
  100% {background-image: url(./img/yeareven/wow-2.png)}
}
@-moz-keyframes mytwo {
  0% {background-image: url(./img/yeareven/wow-1.png);}
  100% {background-image: url(./img/yeareven/wow-2.png)}
}
@-webkit-keyframes mytwo {
   0% {background-image: url(./img/yeareven/wow-1.png);}
  100% {background-image: url(./img/yeareven/wow-2.png)}
}
@-o-keyframes mytwo {
 0% {background-image: url(./img/yeareven/wow-1.png);}
  100% {background-image: url(./img/yeareven/wow-2.png)}
}



.yeareven .ban .text p.t1 .zhe{
	right: -3%;
	 position: absolute;
	top:-60%;
	width: 18%;
	background-image: url(./img/yeareven/zhe-3.png);
	height: 125%;
	display: block;
	background-size:100%;
	background-repeat: no-repeat;
	2 -webkit-animation:mythree 2s infinite normal linear;
	  -moz-animation:mythree 2s infinite normal linear;
	  -ms-animation:mythree 2s infinite normal linear;
	  -o-animation:mythree 2s infinite normal linear;
	  animation:mythree 2s infinite normal linear;
}
@keyframes mythree{
  0% {background-image: url(./img/yeareven/zhe-1.png);}
  50% {background-image: url(./img/yeareven/zhe-2.png)}
  100% {background-image: url(./img/yeareven/zhe-3.png)}
}
@-moz-keyframes mythree {
  0% {background-image: url(./img/yeareven/zhe-1.png);}
  50% {background-image: url(./img/yeareven/zhe-2.png)}
  100% {background-image: url(./img/yeareven/zhe-3.png)}
}
@-webkit-keyframes mythree {
   0% {background-image: url(./img/yeareven/zhe-1.png);}
  50% {background-image: url(./img/yeareven/zhe-2.png)}
  100% {background-image: url(./img/yeareven/zhe-3.png)}
}
@-o-keyframes mythree {
   0% {background-image: url(./img/yeareven/zhe-1.png);}
  50% {background-image: url(./img/yeareven/zhe-2.png)}
  100% {background-image: url(./img/yeareven/zhe-3.png)}
}
.yeareven .ban .am-img{
    text-align: center;
    position: relative;
    min-height: 56px;
    margin: 12px 0;
}
.yeareven .ban .am-img .i1{
	position: absolute;
	left: 16%;
	width: 11.5%;
	top:-20%;
   -webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite; 
	animation-duration:2s;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
}
.yeareven .ban .am-img .i2{
	position: absolute;
	left: 30%;
	width: 11.5%;
	top:-20%;
   -webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite; 
	animation-duration:2s;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
}
.yeareven .ban .am-img .i4{
	position: absolute;
	left: 58%;
	width: 11.5%;
	top:-20%;
    -webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite; 
	animation-duration:2s;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
}
.yeareven .ban .am-img .i5{
	position: absolute;
	left: 72%;
	width: 11.5%;
	top:-20%;
	
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite; 
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
	animation-duration:2s;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	
}
/*.yeareven .ban .am-img .i3-ins{
	position: relative;
}
.yeareven .ban .am-img .i3-ins .i3-i{
	position: absolute;
	top:-40%;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite; 
}*/
.yeareven .ban .am-img .i3-ins{
	position: absolute;
	width: 13%;
	height: 63px;
	background-image: url(./img/yeareven/i3-3.png);
	left: 50%;
	background-repeat: no-repeat;
	margin-left: -6.5%;
	top:-20%;
  -webkit-animation:myfirst 2s infinite normal linear;
  -moz-animation:myfirst 2s infinite normal linear;
  -ms-animation:myfirst 2s infinite normal linear;
  -o-animation:myfirst 2s infinite normal linear;
  animation:myfirst 2s infinite normal linear;
}
@keyframes myfirst{
  0% {background-image: url(./img/yeareven/i3-1.png);}
  50% {background-image: url(./img/yeareven/i3-2.png)}
  100% {background-image: url(./img/yeareven/i3-3.png)}
}
@-moz-keyframes myfirst {
   0% {background-image: url(./img/yeareven/i3-1.png);}
  50% {background-image: url(./img/yeareven/i3-2.png)}
  100% {background-image: url(./img/yeareven/i3-3.png)}
}
@-webkit-keyframes myfirst {
0% {background-image: url(./img/yeareven/i3-1.png);}
  50% {background-image: url(./img/yeareven/i3-2.png)}
  100% {background-image: url(./img/yeareven/i3-3.png)}
}
@-o-keyframes myfirst {
   0% {background-image: url(./img/yeareven/i3-1.png);}
  50% {background-image: url(./img/yeareven/i3-2.png)}
  100% {background-image: url(./img/yeareven/i3-3.png)}
}


.yeareven .ban2{
	background-color: #FEECFA;
}
.yeareven .ban2 .row.tuan{
	padding-bottom: 68px;
}
.yeareven .ban2 .t1{
	text-align: center;
	font-size: 20px;
	color: #E0077E;
	padding:58px 0 32px;
	font-weight: bold;
	margin-bottom: 0;
}

.yeareven .ban2 .box{
	width: 100%;
	background-color: #fff;
	padding: 26px;
	min-height: 620px;
}
.yeareven .ban2 .box img{
	max-width: 100%;
}
.yeareven .ban2 .box .tit{
	font-size: 16px;
	margin-top: 26px;
	line-height: 26px;
	text-align: center;
}
.yeareven .ban2 .box .tit a{
color: #0066CB;
    font-weight: bold;

}
.yeareven .ban2 .box .des{
	font-size: 14px;
	margin-top: 16px;
	line-height: 24px;
	min-height: 120px;
}
.yeareven .ban2 .box  .btn{
   width: 100%;
   padding: 0;
   margin-top:18px;
}
.yeareven .ban2 .box  .btn .left .btn-animate{
	width: 24px;
	text-align: center;
	position: absolute;
	left: 10px;
}
.yeareven .ban2 .box  .btn .right .btn-animate{
	width: 24px;
	text-align: center;
	position: absolute;
	left: 28px;
}
.yeareven .ban2 .box  .btn .btn-animate img{
	margin-top: 15px;
	max-width: 100%
}
.yeareven .ban2 .box  .btn .right .btn-img{
    left: 28px;

}
.yeareven .ban2 .box  .btn .btn-img{
    position: absolute;
    height: 16px;
    width: 24px;
    top:-3px;
    left: 10px;
    max-width: 100%
}
.yeareven .ban2 .box  .btn .btn-img.move{
	-webkit-animation:myfour 1s infinite normal linear;
	-moz-animation:myfour 1s infinite normal linear;
	-ms-animation:myfour 1s infinite normal linear;
	-o-animation:myfour 1s infinite normal linear;
	animation:myfour 1s infinite normal linear;
}

@keyframes myfour{
  0%{top: -9px;opacity: 1}
  50%{top: -6px;opacity: 1}
  100%{top: -3px;opacity: 0}
}
@-moz-keyframes myfour {
  0%{top: -9px;opacity: 0}
  50%{top: -6px;opacity: 1}
  100%{top: -3px;opacity: 0}
}
@-webkit-keyframes myfour {
   0%{top: -9px;opacity: 0}
  50%{top: -6px;opacity: 1}
  100%{top: -3px;opacity: 0}
}
@-o-keyframes myfour {
   0%{top: -9px;opacity: 0}
  50%{top: -6px;opacity: 1}
  100%{top: -3px;opacity: 0}
}
/*.yeareven .ban2 .box  .btn .btn-animate img{
	position: absolute;
	left: 50%;
	margin-left: -10px;
}*/
.yeareven .ban2 .box  .btn a{
	position: relative;
	width: 143px;
	height: 42px;
	font-size: 16px;
	color: #0066CB;
	line-height: 42px;
	display: block;
	border: 2px solid #0066CB;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 44px;
}

.yeareven .ban2 .box  .btn a.left{
	float: left;
}
.yeareven .ban2 .box  .btn a.no{
	float: none;
    margin: auto;
}

.yeareven .ban2 .box  .btn a.right{
	float: right;
	padding-left: 74px;
}
.yeareven .ban2 .col-sm-4, .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
	margin-top:5px;
	margin-bottom: 5px;
}
.yeareven .ban3{
	background-color: #fff;
	padding-top: 72px;
}
.yeareven .ban3 .img{
   text-align: center;

}
.yeareven .ban3 .img img{
	max-width: 100%;
}
.yeareven .ban2 .cheng{
	background-color: #F29700;
	 margin: auto;
	    width: 990px;
}
.yeareven .ban2 .cheng .t3{
	font-size: 40px;
	text-align: center;
    height: 62px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
    margin-top: 58px;
    margin-bottom: 32px;
 
}
.yeareven .ban2 .bbox .bt3 b{
	color: #E0077E;
}
.yeareven .ban2 .bbox .bt1{
	font-size: 14px;
	text-align: center;
	color: #3E3A39;
	margin-bottom: 0;
	font-weight: bold;
}
.yeareven .ban2 .bbox .bt2{
	font-size: 40px;
	color: #F29700;
	text-align: center;
	font-weight: bold;
}
.yeareven .ban2 .bbox .bt3{
	font-size: 14px;
	color: #3E3A39;
	text-align: center;
	font-weight: bold;
	min-height: 96px;
	line-height: 24px;
	width:280px;
	margin: auto;
}
.yeareven a{
	text-decoration: none;
}
.yeareven .ban2 .bbox .bt4{
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  width: 280px;
  height: 42px;
  border: 2px solid #E0077E;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  color: #E0077E;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.yeareven .ban2 .bbox .bt4:hover{
	background-color: #E0077E;
	color: #fff;
}
.yeareven .ban2 .bbox .bt4 img{
	margin-right: 30px;
	height: 24px;
	width: 24px;
	margin-bottom: 5px;
}
.yeareven .ban2 .bbox .qr{
  text-align: center;
  padding-bottom: 20px;
  margin-top:4px;
}
.yeareven .ban2 .bbox .phone{
	text-align: center;
}
.yeareven .ban2 .bbox .btext2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top:65px;
	margin-bottom: 15px;
}
.yeareven .ban2 .bbox .bbtn{
	font-weight: bold;
	background-color: #0066CB;
	color: #fff;
	width: 280px;
	margin: auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
}
.yeareven .ban2 .cheng.two{
	padding:26px 0;
	display: block;
	margin-top:56px;
}
.yeareven .ban2 .cheng.two p{
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.yeareven .ban3 .h3{
	color: #E0077E;
	margin: 0;
	text-align: center;
	font-size: 40px;
	margin-bottom: 34px;
	line-height: 52px;
	font-weight: bold;
}  
.yeareven .ban3 .yb_img{
   text-align: center;
}
.yeareven .ban3 .yb_img img{
	max-width: 100%;
}
.yeareven .ban3  .photo{
	width: 100%;
	text-align: center;
	height: 250px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: #e5e5e5;
}
.yeareven .ban3  .photo img{
	max-width: 100%;
}
.yeareven .ban3 .ins-box .ins-text{
	margin:20px 20px 0 15px;
}
.yeareven .ban3 .ins-box .ins-text .ins-top{
	background-image: url(./img/yeareven/tw.png);
	background-position: right 1%;
	background-repeat: no-repeat; 
	min-height: 90px;
	position: relative;
	padding-left: 54px;
}
.yeareven .ban3 .ins-box .ins-text .ins-top span{
   position: absolute;
   left: 0;
   -webkit-border-radius:19px;
   -moz-border-radius:19px;
   -ms-border-radius:19px;
   -o-border-radius:19px;
   border-radius:19px;
   top:0px;
   overflow: hidden;
   width: 38px;
   height: 38px;
}
.yeareven .ban3 .ins-box .ins-text .ins-top span img{
	max-width: 100%;
}
.yeareven .ban3 .ins-box .ins-text .ins-top p{
	margin-bottom: 0;
	min-height: 46px;
	color: #3E3A39;
	font-weight: bold;
	padding-right: 30px;
}
.yeareven .ban3 .ins-box .ins-text .ins-top p a{
	word-break:break-all;
}
.yeareven .ban3 .ins-box .ins-text .ins-des{
	font-size: 14px;
	line-height: 20px;
	color: #3E3A39;
	min-height: 80px;
	margin-bottom: 0;
}
.yeareven .ban3 .ins-box .ins-text .date{
	font-size: 14px;
	margin-bottom: 32px;
	margin-top:20px;
	color: #898989;
}
.yeareven .ban3 .tuan3 .col-md-3.col-sm-3{	
	min-height: 540px;
}
.yeareven .ban3  .col-md-3.col-sm-3{
	padding-left: 10px;
	padding-right: 10px;
}
.yeareven .ban4 .note{
	font-size: 16px;
	color: #fff;
	width: 160px;
	height: 42px;
	line-height: 42px;
	background-color: #727171;
	text-align: center;
	margin:0px auto 62px;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	
}
.yeareven .ban4 .note:hover{
	background-color: #E0077E
}
.yeareven .ban4 .note-box{
	width: 990px;
	margin: auto;
	margin-bottom: 14px;
}
.yeareven .ban4 .note-box .pink{
    height: 42px;
	line-height: 42px;
    color: #E0077E;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	border: 1px solid #E0077E;
    font-weight: bold;
}
.yeareven .ban4 .note-box .note_list{
	background-color: #FEECFA;
	padding: 67px 63px 64px;
	margin-bottom: 40px;
	display: none;
}
.yeareven .ban4 .note-box .note_list .n1{
	font-size: 24px;
	font-weight: bold;
}
.yeareven .ban4 .note-box .note_list .nb{
	font-weight: bold;
	margin-top:32px;
}
.yeareven .ban4 .note-box .note_list p{
	font-size: 16px;
	color: #3E3A39;
}
.yeareven .ban4 .note-box .pink:hover{
	cursor: pointer;
	background-color:#E0077E;
    	color: #fff;
}
.yeareven .ban4 .note-box .pink.act{
	background-color:#E0077E;
    	color: #fff;
}
.yeareven .ban5{
	background-image: url(./img/yeareven/banner_three.png);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 520px;
	margin-top:40px;
}
.yeareven .ban5 .ban_text{
	padding-top:157px;
}
.yeareven .ban5 .ban_text p{
   color: #E0077E;
   text-align: center;
   font-size: 24px;
   line-height: 70px;
   font-weight: bold;
   margin-bottom: 0;
}
.yeareven .ban5 .ban_text p.h4{
	font-size: 40px;
	line-height: 33px;
	margin:0;
	margin-bottom: 54px;
}
.copyright{
	background-color: #E0077E;
    padding: 0;
}
.copyright p{
	color: #fff;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
}
.yeareven .banner .pic-am .pic_a,.yeareven .banner .pic-am .pic_b,
.yeareven .banner .pic-am .pic_d,.yeareven .banner .pic-am .pic_e,
.yeareven .banner .pic-am .pic_c{
	position: absolute;
	-webkit-animation-iteration-count:2;
	-moz-animation-iteration-count:2;
	-ms-animation-iteration-count:2;
	-o-animation-iteration-count:2;
	animation-iteration-count:2; 
}
.yeareven .banner .pic-am .pic_a{
	width: 5.9%;
	left: 30%;
	top:7%;
}
.yeareven .banner .pic-am .pic_b{
	width: 5.9%;
	left: 38.6%;
	top:17%;
}
.yeareven .banner .pic-am .pic_c{
	width: 5.9%;
	left: 47.1%;
	top:17%;
}
.yeareven .banner .pic-am .pic_d{
	width: 5.9%;
	left: 55.4%;
	top: 16%;
}
.yeareven .banner .pic-am .pic_e{
	width: 5.9%;
	left: 64%;
	top:1%;
}
@media screen and (max-width: 1200px) {
   .yeareven .ban2 .col-sm-4, .col-md-4{
   	  width: 350px;
   	  margin-bottom: 60px;
   	  border-right: none!important;
   	  border-left: none!important;
   	  margin: 5px auto 30px;
   }
   .yeareven .ban2 .box{
   	padding: 20px;
   }
   .yeareven .ban2 .row.tuan{
   	  width: 700px;
   	  margin: auto;
   }
    .yeareven .ban2 .row.tuan2{
      width: 350px;
      margin: auto;
    }
    .yeareven .ban2 .bbox .bt3{
    	min-height: auto;
    	margin:20px 0;
    }
    .yeareven .ban2 .cheng .t3{
    	height: auto;
    }
    .yeareven .ban3 .col-md-3.col-sm-3{
    	width: 350px;
    }
    .yeareven .ban3 .row.tuan3,.yeareven .ban3 .row.tuan5{
   	  width: 700px;
   	  margin: auto;
   }

   .yeareven .banner .h1{
   	font-size: 24px;
   	line-height: 34px;
   }
   .yeareven .banner .h2{
     font-size: 16px;
   }
   .yeareven .banner .b1{
   	font-size: 16px;
   }
   .yeareven .banner .h3 span{
	font-size: 14px;
   }
	.yeareven .banner .h3{
	    font-size: 14px;
	}
	.yeareven .ban2 .row.tuan{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 990px){
	.yeareven .banner .nav{
		display: block;
	}
   .yeareven .ban4 .note-box,.yeareven .ban2 .cheng{
   	width: 90%;
   }
   
	.yeareven .ban5 .ban_text p.h4{
		font-size: 24px;
	}
	.yeareven .ban5 .ban_text p{
		font-size: 16px;
		line-height: 33px;
	}
	.yeareven .ban2 .box  .btn{
		margin-top:14px;
	}
	.day_box{
		width:600px;
		margin:-22% 0 0 -300px;	
	}
	.day_box .text-box{
		top:20%;
	}
	.day_box .text-box .title{
		font-size: 24px;
		display: inline-block;
	}
	.day_box .text-box .text1{
		font-size: 16px;
		margin-top:35px;
	}
	.day_box .text-box .text2{
		font-size: 16px;
		margin-top:24px;
	}
}
@media screen and (max-width: 770px){
    .yeareven .ban .text{
    	width: 90%;
        margin-top:35px;
    }
    .yeareven .ban2 .row.tuan{
    	width:350px; 
    }
    .yeareven .ban{
    	background-position: top;
    	background-repeat: repeat-y;
    }
    .yeareven .ban3 .row.tuan3,.yeareven .ban3 .row.tuan5{
    	width: 90%;
    }
    .yeareven .ban3 .col-md-3.col-sm-3{
    	margin: auto;
    }
   .yeareven .ban .text p.t1 .wow{
   	 left: -3%;
   	 top:-89%;
   }



}
@media screen and (max-width: 670px){
    .yeareven .banner .logo2 .pc{
    	display: none;
    }
    .yeareven .banner .logo2 .mobile{
    	display: block;
    }
    .yeareven .ban .text p.t1{
    	width: 100%;
    	margin-bottom: 100px;
    	margin-top:100px;
    	
    }
    .yeareven .ban .text p.t1 .zhe{
    	top:60%;
    	height: 100px;
    }
   .yeareven .banner .pic-am .pic_a{
   	width: 40px;
   	top:13%;
   	left: 20%;
   }
    .yeareven .banner .pic-am .pic_b{
   	width: 40px;
   	top:17%;
   	left: 33.6%;
   }
   .yeareven .banner .pic-am .pic_c{
   	width: 40px;
   	top:19%;
   	left: 47.1%;
   }
   .yeareven .banner .pic-am .pic_d{
   	width: 40px;
   	top:18%;
   	left: 61.4%;
   }
   .yeareven .banner .pic-am .pic_e{
   	width: 40px;
   	top:14%;
   	left: 75%;
   }

}
@media screen and (max-width: 600px){
   .yeareven .ban .text p.t1{
   	width: 90%;
   }
   .yeareven .banner .nav{
   	width: 130px;
   	height: auto;
   	right: 20px;
   	display: none;
   }
   .yeareven .banner .nav img{
   	margin: 5px;
   }
   .yeareven .ban .am-img .i1,.yeareven .ban .am-img .i2,.yeareven .ban .am-img .i4,
   .yeareven .ban .am-img .i5{
   	display: none;
   }
   .yeareven .ban .am-img .i3-ins{
   	width: 87px;
   	height: 69px;
   	margin-left: -43px;
   }
   .yeareven .banner .pic-am{
   	margin: 30px auto;
   }
  .yeareven .banner .h1 img{
  	display: none;
  }
  .yeareven .ban .text p.t1 .wow {
    left: -7%;
    top: -51%;
    height: 100px;
  }
  .yeareven .ban .text p.t1 .zhe {
    top: 90%;
    height: 100px;
  }
  .day_box{
  	margin:-43% 0 0 -160px;
  	width:320px;
  }
  .day_box .text-box{
  	top:8%;
  	width:70%;
  }
  .day_box .text-box .title{
  	font-size: 16px;
  	border-bottom: 2px solid #7c0511;
  }
  .day_box .text-box .text1{
  	font-size: 12px;
  	font-weight: 0;
  	margin-top: 10px
  }
  .day_box .text-box .text2{
  	font-size: 12px;
  	font-weight: 0;
  	margin-top: 10px;
  }
}
@media screen and (max-width:400px){
	.yeareven .ban3 .tuan3 .col-md-3.col-sm-3{
		min-height: 400px;
	}
.yeareven .ban2 .col-sm-4, .col-md-4,.yeareven .ban3 .col-md-3.col-sm-3{
	width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.yeareven .ban2 .row.tuan{
   width: auto;
   margin: auto;
}
 .yeareven .ban2 .row.tuan2{
 	width: 280px;
 }
.yeareven .ban3 .row.tuan3,.yeareven .ban3 .row.tuan5{
	width: 270px;
}
.yeareven .ban4 .note-box .note_list{
	padding:50px 10px;
}
.yeareven .ban5 .ban_text p{
	padding-right: 20px;
	padding-left: 20px;
}
.yeareven .ban2 .box  .btn a{
	width: 117px;
	font-size: 12px;
}
.yeareven .banner .pic-am{
	margin: 20px auto;
}
.yeareven .banner .h1{
	margin-top:60px;
}
.yeareven .ban .text{
	width: 100%;
}
.yeareven .ban2 .cheng.two{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	
}
.yeareven .ban2 .cheng.two p{
	text-align: left;
}
.yeareven .ban2 .container.yang{
	padding-right: 0;
	padding-left: 0;
} 
.yeareven .ban2 .bbox .bt2{
	line-height: 60px;
	margin-bottom: 0;
}
.yeareven .ban .text p.t1 .zhe{
    	top:89%;
    	height: 60px;
    }
    .yeareven .ban2 .box  .btn .left .btn-animate{
    	padding-right: 1px;
    }
    .yeareven .ban2 .box  .btn .right .btn-animate{
    	padding-right: 12px;
    }
    .yeareven .ban2 .box  .btn .right .btn-img{
    	left: 25px;
    }
    .yeareven .banner .pic-am .pic_a{
        left: 15%;
    }
    .yeareven .banner .pic-am .pic_b{
        left: 31.6%;
    }
    .yeareven .banner .pic-am .pic_c{

    }
    .yeareven .banner .pic-am .pic_d{
       left: 63.4%;
    }
    .yeareven .banner .pic-am .pic_e{
       left: 80%;
    }
    .yeareven .ban .text p.t1 .wow{
    	top:-30%;
    }
    .yeareven .ban .text p.t1 {
    margin-bottom: 45px;
    margin-top: 68px;
    }
}