
.banner{
    position: relative;
    width: 100%;
    overflow: hidden;
	height: 985px;
}
.banner .bgimg{
    /* background-image: url('../image/temp/banner1.jpg'); */
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
    overflow: hidden;
	
}
.banner .bgimg img{width: 100%;height: 100%;}
.banner .bgimg .date{
    width: 1460px;
    height: 728px;
    margin: 0 auto;
    margin-top: 164px;
    background-image: url('../image/temp/date.png');
    vertical-align: middle;
    background-size: cover;
    position: relative;
}
.banner .bgimg .date1{
    width: 584px;
    height: 250px;
    position: absolute;
    top: 336px;
    left: 586px;
}
.banner .bgimg .date1 .datebg{
    width: 186px;
    height: 250px;
    background-image: url('../image/temp/datebg.png');
    background-repeat: no-repeat;
    font-size: 209.48px;
    text-align: center;
     line-height: 250px;
     color: #fff;
	 font-family:"arial black";font-weight: bold;
    }
    /* 翻转 */
   /* entire container, keeps perspective */
.flip-container {
    position: relative;
    width: 186px;
    height: 250px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
.flip-container .flipper {
    -webkit-transform-origin: 100% 125px;
    -moz-transform-origin: 100% 125px;
    -ms-transform-origin: 100% 125px;
    -o-transform-origin: 100% 125px;
    transform-origin: 100% 125px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}
/* .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
} */
.date1-a .flipper .front{opacity: 0;
		-webkit-animation: flipOutYtest 1.5s linear; animation: flipOutYtest 1.5s linear; -webkit-animation-fill-mode: both; animation-fill-mode: both 
}
.date1-a .flipper .back{
	-webkit-animation: flipInYtest 1.5s linear; animation: flipInYtest 1.5s linear; -webkit-animation-fill-mode: both; animation-fill-mode: both 
}
.date1-b .flipper .front{opacity: 0;
		-webkit-animation: flipOutYtest 1.5s 0.5s linear; animation: flipOutYtest 1.5s  0.5s linear; -webkit-animation-fill-mode: both; animation-fill-mode: both 
}
.date1-b .flipper .back{
	-webkit-animation: flipInYtest 1.5s 0.5s linear; animation: flipInYtest 1.5s 0.5s linear; -webkit-animation-fill-mode: both; animation-fill-mode: both 
}
.date1-c .flipper .front{opacity: 0;
		-webkit-animation: flipOutYtest 1.5s 1s linear; animation: flipOutYtest 1.5s  1s linear; -webkit-animation-fill-mode: both; animation-fill-mode: both 
}
.date1-c .flipper .back{
	-webkit-animation: flipInYtest 1.5s 1s  linear; animation: flipInYtest 1.5s 1s  linear; -webkit-animation-fill-mode: both; animation-fill-mode: both 
}

@-webkit-keyframes flipInYtest {
from {
-webkit-transform:rotate3d(1, 0,0, -180deg);
transform:rotate3d(1, 0,0, -180deg);
opacity:0
}
50% {
-webkit-transform:rotate3d(1, 0,0, -90deg);
transform:rotate3d(1, 0,0, -90deg);
opacity:0
}
60% {
-webkit-transform:rotate3d(1, 0,0,-60deg);
transform:rotate3d(1, 0,0, -60deg);
opacity:1
}
to {
opacity:1
}
}
@keyframes flipInYtest {
from {
-webkit-transform:rotate3d(0, 0,1, -180deg);
transform:rotate3d(1, 0,0, -180deg);
opacity:0
}
50% {
-webkit-transform:rotate3d(1, 0,0, -90deg);
transform:rotate3d(1, 0,0, -90deg);
opacity:0
}
60% {
-webkit-transform:rotate3d(1, 0,0, -60deg);
transform:rotate3d(1, 0,0, -60deg);
opacity:1
}
to {
opacity:1
}
}
@-webkit-keyframes flipOutYtest {
from {
opacity:1
}
50% {
-webkit-transform:rotate3d(1, 0, 0, 60deg);
transform:rotate3d(1, 0, 0, 60deg);
opacity:1
}
60% {
-webkit-transform:rotate3d(1, 0, 0, 90deg);
transform:rotate3d(1, 0, 0, 90deg);
opacity:0
}
to {
-webkit-transform:rotate3d(1, 0, 0, 180deg);
transform:rotate3d(1, 0, 0,180deg);
opacity:0
}
}
@keyframes flipOutYtest {
from {
opacity:1
}
50% {
-webkit-transform:rotate3d(1, 0, 0, 60deg);
transform:rotate3d(1, 0, 0, 60deg);
opacity:1
}
60% {
-webkit-transform:rotate3d(1, 0, 0, 90deg);
transform:rotate3d(1, 0, 0, 90deg);
opacity:0
}
to {
-webkit-transform:rotate3d(1, 0, 0, 180deg);
transform:rotate3d(1, 0, 0,180deg);
opacity:0
}
}

/* .date1-a .flipper ,.date1-a .flipper .back{
	

     animation: rotate 2s;
    -ms-animation: rotate 2s;
    -moz-animation: rotate 2s;
    -webkit-animation: rotate 2s;	
    -o-animation: rotate 2s; 
}

.date1-b .flipper ,.date1-b .flipper .back{
	
    animation: rotate 3.5s;
    -ms-animation: rotate 3.5s;
    -moz-animation: rotate 3.5s;
    -webkit-animation: rotate 3.5s;	
    -o-animation: rotate 3.5s;
}
.date1-c .flipper ,.date1-c .flipper .back{
    animation: rotate 5s;
    -ms-animation: rotate 5s;
    -moz-animation: rotate 5s;
    -webkit-animation: rotate 5s;	
    -o-animation: rotate 5s;
} */
@-ms-keyframes rotate{
    0%{
        transform:rotateX(0deg);
       }
 
      100%{transform: rotateX(180deg);}
  }
@-moz-keyframes rotate{
    0%{
        transform:rotateX(0deg);
       }
       100%{transform: rotateX(180deg);}
  }
  @-webkit-keyframes rotate{
    0%{
        transform:rotateX(0deg);
       }
       100%{transform: rotateX(180deg);}
  }
  @keyframes rotate{
    0%{
      transform:rotateX(0deg);
     }
      100%{transform: rotateX(180deg);}
  }

.home1{
    width: 100%;
    height: 705px;
    padding-bottom: 85px;
    text-align: center;
    background-image: url(../images/home1.png);
    background-size: 100%;
}
.home1 .title img{
    width: 197px;
    margin-top: 94px;
}
.home1 .lists{
    width: 90%;
    margin: 0 auto;
    padding-top: 17px;
}
.home1 .lists .item{
    position: relative;
}
.home1 .lists .list1 .item  .a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
}
.home1 .lists .list1 .item{overflow: hidden;width: 32.123%;padding-top: 20.27%;}
.home1 .lists .list1 .item .img{height:auto;position: absolute;top: 0;width: 100%;height: 100%;}
.home1 .lists .list1 .item .img img{transition:all 0.43s ease;width: 100%;height: 100%;}
.home1 .lists .list1 .item:hover img{transition: all 0.43s ease;-ms-transform:scale(1.1);transform: scale(1.1);}

.home1 .lists .list1 .p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0,0,0,0.3);
}
.home1 .lists .list1 .p a {
    display: block;
    padding: 15px 25px 15px 40px;
    font-size: 20px;
    color: #fff;
}
/* .home1 .lists .p a:hover{
    color: #951100;
} */
.home1 .lists .list2{
    margin-top: 54px;
    position: relative;
}
.home1 .lists .list2 .item{
    width: 708px;
    height: 85px;
    margin-bottom: 78px;
	margin-right: 40px;
}
.home1 .lists .list2 .item:nth-child(2n){margin-right: 0;}
.home1 .lists .list2 .item:nth-child(3){
    margin-bottom: 0px;
}
.home1 .lists .list2 .item:nth-child(4){
    margin-bottom: 0px;
}
.home1 .lists .list2 .item .date{
    padding-right: 22px;
    border-right: 1px solid #bfbfbf;
    text-align: left;
    height: 100%;
    color: #c11600;
    font-family: "avian";
}
.home1 .lists .list2 .item .date .big{
    font-size: 64px;
    width: 72px;
    height: 56px;
    line-height: 52px;
}
.home1 .lists .list2 .item .date .lit{
    font-size: 20px;
}
.home1 .lists .list2 .item .test{
    text-align: left;
	padding-left: 23px;box-sizing: border-box;
	width: calc(100% - 95px);
}
.home1 .lists .list2 .item .test .h{
    font-size: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	-ms-text-align:justify;-moz-text-alignn:justify;-webkit-text-align:justify;	 -o-text-align: justify;text-align: justify;text-justify:inter-ideograph;
}
.home1 .lists .list2 .item .test .p{
    font-size: 16px;
    margin-top: 12px;overflow: hidden;
	-ms-text-align:justify;-moz-text-alignn:justify;-webkit-text-align:justify;	 -o-text-align: justify;text-align: justify;text-justify:inter-ideograph;
	overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
/* .home1 .lists .list2 .item .test a{

    padding: 0px 0px 0px 23px;overflow: hidden;
} */
.home1 .lists .list2 .item .test .h a:hover{color: #951100;}

.home1 .lists .list2 .red-bg{
    width: 1460px;
    height: 10px;
    background-image: url("../image/temp/redbg.png");
    position: absolute;
    background-repeat: no-repeat;
    top: 118px;
    left: 0px;
}
.home1 .bottom .btn{
    width: 140px;
    height: 47px;
    background-color: #cc201c;
    border-radius: 35px;
    font-size: 16px;
    line-height: 47px;
    color: #fff;
    margin:0 auto;
    margin-top: 49px;
    position: relative;
}
.home1 .bottom .btn a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color:#fff;
}
.home2{
    width: 100%;
    height: 985px;
    background-image: url('../image/temp/home2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home2 .content{
    width: 1460px;
    height: 100%;
    margin: 0px auto;
    position: relative;
   
}
.home2 .title {
    position: relative;
    width: 126px;
    height: 100%;
}
.home2 .title .img1{
    position: absolute;
    top: 0;
    left: -34px;
}
.home2 .title .img2{
    position: absolute;
    top: 405px;
    left: -5px;
    z-index: 5;
}
.home2 .test{
    width:543px ;
    font-size: 20px;
    color: #015128;
    -ms-text-align:justify;
    -moz-text-alignn:justify;
    -webkit-text-align:justify;	
    -o-text-align: justify;
    text-align: justify;
    margin-top: 125px;
	text-align-last: justify;
	text-justify:inter-ideograph;
	display: block;
	position: relative;z-index: 3;
	height: 210px;

}
.home2 .list {
    width: 1330px;
    height: 766px;
    position: absolute;
    top: 140px;
    left: 139px;
}
.home2 .list .item{
    width: 180px;
    height: 180px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 8px;
    text-align: center;
}
.home2 .list .item_n{background: none;}
.home2 .list .item .box{
    width: 162px;
}
.home2 .list .item:nth-child(1){
  position: absolute;
  top: 375px;
  left: 0px;
}
.home2 .list .item:nth-child(2){
    position: absolute;
    top: 296px;
    left: 190px;
  }
  .home2 .list .item:nth-child(3){
    position: absolute;
    top: 490px;
    left: 190px;
  }
  .home2 .list .item:nth-child(4){
    position: absolute;
    top: 244px;
    left: 381px;
  }
  .home2 .list .item:nth-child(5){
    position: absolute;
    top:440px;
    left: 381px;
  }
  .home2 .list .item:nth-child(6){
    position: absolute;
    top:130px;
    left: 573px;
  }
  .home2 .list .item:nth-child(7){
    position: absolute;
    top:324px;
    left: 573px;
  }
  .home2 .list .item:nth-child(8){
    position: absolute;
    top:518px;
    left: 573px;
  }
  .home2 .list .item:nth-child(9){
    position: absolute;
    top:0px;
    left: 764px;
  }
  .home2 .list .item:nth-child(10){
    position: absolute;
    top:198px;
    left: 764px;
  }
  .home2 .list .item:nth-child(11){
    position: absolute;
    top:390px;
    left: 764px;
  }
  .home2 .list .item:nth-child(12){
    position: absolute;
    top:586px;
    left: 764px;
  }
  .home2 .list .item:nth-child(13){
    position: absolute;
    top:156px;
    left: 954px;
  }
  .home2 .list .item:nth-child(14){
    position: absolute;
    top:344px;
    left: 954px;
  }
   .home2 .list .item:nth-child(15){
    position: absolute;
    top:540px;
    left: 954px;
  }
   .home2 .list .item:nth-child(16){
    position: absolute;
    top:235px;
    right: 0px;
  }
  .home2 .list .item:nth-child(17){
    position: absolute;
    top:430px;
    right: 0px;
  }
.home2 .list .t1{
    font-size: 20px;
    color: #333;
    margin-bottom: -10px;
}
.home2 .list .t1 .num{
    font-family: "Impact";
    font-size: 38px;
    color: #c11600;
    display: inline-block;
    margin-right: 10px;
}
.home2 .list .t2 {
    font-size: 20px;
    color: #333;
}
.home2 .list .color{
    color: #fff !important;
}
.home2 .list .border{
    border: 1px solid #c42510;
}

.home2 .list .bgc1{
    background-image: url("../image/temp/a2h.png");
    background-size: cover;
    background-repeat: no-repeat;
   
}
.home2 .list .bgc2{
    background-image: url("../image/temp/a2z.png");
    background-size: cover;
    background-repeat: no-repeat;
    
}
.home2 .list .bgc3{
    background-image: url("../image/temp/a2c.png");
    background-size: cover;
 
}
.home3{
    width: 100%;
    height: 985px;
    position: relative;
	z-index: 9;
}
.home3::before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background-image: url("../image/temp/home3bg.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.home3 .con{
    width: 1460px; 
    height: 100%;
    margin: 0 auto;
}
.home3 .con .lf{
    width: 71px;
    position: relative;
}
.home3 .con .lf img{
    position: absolute;
    top:133px;
    left:-34px;
}
.home3 .con .rt{
    width: 1374px;
    position: relative;
    margin-top: 120px;
}
.home3 .con .rt .item1{
    width: 555px;
    height: 687px;
    background-image:url("../image/temp/home3-v.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 27px;
    background-size: 100%;
    left: 0px;
}
.home3 .black {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100% !important;
   background-color: rgba(43,43,43,.6);
   z-index: 999;
   display: none;
}
.home3 .con .rt .item1 .video-box ,.home3 .con .rt .item3 .video-box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 780px;
    height: 572px;
    transform: translateY(-286px) translateX(-390px);
    -webkit-transform: translateY(-286px) translateX(-390px);
    -moz-transform: translateY(-286px) translateX(-390px);
    -o-transform: translateY(-286px) translateX(-390px);
    -ms-transform: translateY(-286px) translateX(-390px);
}
.home3 .con .rt audio{
    position:absolute;
    border-radius: 10px !important;
    top: 50%;
    left: 50%;
    width: 790px;
    height: 64px;
    transform: translateY(-32px) translateX(-395px);
    -webkit-transform: translateY(-32px) translateX(-395px);
    -moz-transform: translateY(-32px) translateX(-395px);
    -o-transform: translateY(-32px) translateX(-396px);
    -ms-transform: translateY(-32px) translateX(-395px);
	outline: none;
}
.home3 .con .rt .item3 audio{
    position:absolute;
    border-radius: 10px !important;
    top: 50%;
    left: 50%;
    width: 790px;
    height: 64px;
    transform: translateY(-32px) translateX(-395px);
    -webkit-transform: translateY(-32px) translateX(-395px);
    -moz-transform: translateY(-32px) translateX(-395px);
    -o-transform: translateY(-32px) translateX(-396px);
    -ms-transform: translateY(-32px) translateX(-395px);
}
.home3 .con .rt  .close{
    width: 30px;
    height: 30px;
    position: absolute;
    right:3%;
    top: 3%;
    z-index: 999;
    background-image: url(../image/temp/close.png);
    background-size: 100%;
    background-repeat:no-repeat;cursor: pointer;
}
.home3 .con .rt .item1 .video-box .close,.home3 .con .rt .item3 .video-box .close{
    width: 40px;
    height: 40px;
    position: absolute;
    right:50%;
    top: 100%;
	margin-top: 30px;
	margin-right: -20px;
    z-index: 999;
	border: 1px solid #fff;border-radius: 30px;
    background-image: url(../image/temp/close.png);
    background-size: 20px 20px;
    background-repeat:no-repeat;
	background-position: center center;
}
.vjs-default-skin .vjs-current-time {
   position: absolute;
   top: 0;
   left: 510px;
}
.vjs-default-skin .vjs-duration {
    position: absolute;
    top: 0;
    left: 560px;
}
.vjs-time-divider {
    position: absolute;
    top: 0;
    left: 553px;
    line-height: 3em;
}
.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: rgba(52, 60, 69, 0.95);
}
.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 45px;
    width: 450px;
    top: 14px;
    font-size: 0.3em;
    height: 1em;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.vjs-default-skin .vjs-slider-handle:before {

    display: none;
}
.home3 {position: relative;z-index: 9;}
.home3 .con .rt .item2{
    width: 442px;
    height: 602px;
    background-image:url("../image/temp/home3-a.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 452px;
    z-index: 2;
}
.home3 .con .rt .item3{
    width: 550px;
    height: 550px;
    background-image:url("../image/temp/home3-a2.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: 756px;
}
.home3 .con .rt .item4{
    width: 211px;
    height: 446px;
    background-image:url("../image/temp/home3-m.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 238px;
    right: 0;
}
.home3 .con .rt .play{
    text-align: center;cursor: pointer;
}
.home3 .con .rt .a1{
    margin-top: 324px;
}
.home3 .con .rt .a2{
    margin-top: 395px;
}
.home3 .con .rt .a3{
    margin-top: 253px;
}
.home3 .con .rt .a4{
    margin-top: 210px;
}
.home4 {
    width: 100%;
    height: 985px;
    position: relative;
   
}
/* .home4::after{
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	width: 100%;
	height: 494px;
	background-image: url("../image/temp/home3bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;z-index: 0;
	
} */
.home4 .top{
    width: 100%;
    text-align: center;position: relative;z-index: 1;
    
}
.home4 .top img{
    margin-top: 104px;
}
.swiper-container {
    width: 1328px;
    height: 100%;
    margin: 0 auto;
    margin-top: 32px;
  }
  .swiper-container img{
      width: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .bot {position: relative;z-index: 1;}
  #proj {
      position: relative;
  }
  .anniu .swiper-button-next{
      width: 50px;
      height: 50px;
      background-image: url("../image/temp/right.png");
      outline: none;
      background-repeat: no-repeat;
      position: absolute;
      top: 43px;
      right: 0px;
	  margin-top: 0;
      /* top: 674px; */
	  z-index: 99;
  }
  .anniu .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-image: url("../image/temp/left.png");
    outline: none;
    background-repeat: no-repeat;
    position: absolute;
    /* top: 674px; */
    top: 43px;
    left: 0px;
	margin-top: 0;
	  z-index: 99;
}

.swiper-button-next:after{
    content: none !important;
}
.swiper-button-prev:after{
    content: none !important;
}
.anniu{
    width: 1328px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.anniu .swiper-pagination{
    width: 1080px;
    height: 100px;
	margin: 0 auto;
   background-image: url("../image/temp/home4d-bg.png");
   background-repeat: no-repeat;
   background-position:center center; 
   margin-top: 20px;
	box-sizing: border-box;padding: 0 135px;text-align: center;
   text-align: left;
}

.anniu .swiper-pagination-bullet {
	cursor: pointer;
    width: 84px;
    height: 84px;
    display: inline-block;
    border-radius: 0;
    font-size: 36px !important;
    line-height: 86px;
    text-align:center ;
   
    outline: none;
    opacity: 1;
    font-family: "yuweij";
}
.anniu .slick-current  {
    font-size: 44px !important;
    opacity: 1;
    color: #e31d18;
  }
img {
    border: none;
    vertical-align: middle;    
    display: block;
}
.swiper-container .mask {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: right no-repeat;
    background-size: cover;
}
.swiper-container .ctrl{
    position: absolute;
    left: 50%;
    top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        width: 72px;
        height: 72px;
        background: url("../images/home4ctrl.png") center no-repeat;
        cursor: move;
        z-index: 2;
}

.home5{
    width: 1460px;
    height: 985px;
    margin: 0 auto;
}
.home5 .top{
    width: 100%;
    height: 94px;
}
.home5 .bottom{
    width: 1460px;
    margin-top: 124px;
    position: relative;
}
.home5 .bottom .lf{
    width: 1460px;
    position: relative;
}
.home5 .bottom .img {

    position: absolute;
    width: 1049px;
    top: 12px;
    left: 210px;
    height: 756px;
    background-repeat: no-repeat;
    z-index: 2;
}
.home5 .bottom .img img{display: block;}
.home5 .bottom .item{
    padding-left: 49px;
    padding-right: 49px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.home5 .bottom .item .t1{

  font-size: 30px;
}
.home5 .bottom .item .t2{
    font-size: 22px;margin-top: 12px;
  }
.home5 .bottom .red{
    background-color: rgba(149,17,0,0.8);   
}
.home5 .bottom .yel{
    background-color:rgba(178, 133, 68, 0.8);   
}
.home5 .bottom .item:nth-child(1){
    position: absolute;
    top: -90px;
    left: -5px;
    width:296px;
    height:296px;
    z-index: 5;
}
.home5 .bottom .item:nth-child(2){
    position: absolute;
    top: 25px;
    left: 240px;
    width:228px;
    height:228px;
    z-index: 3;
}
.home5 .bottom .item:nth-child(3){
    position: absolute;
    top: 93px;
    left: -176px;
    width:420px;
    height:420px;
    z-index: 2;
}
.home5 .bottom .item:nth-child(4){
    position: absolute;
    top: 400px;
    left: 0px;
  width: 302px;
  height:302px;
  z-index: 2;
}
.home5 .bottom .item:nth-child(5){
    position: absolute;
    top: -53px;
    right: -5px;
    width:420px;
    height:420px;
    z-index: 3;
}
.home5 .bottom .item:nth-child(6){
    position: absolute;
    top: 177px;
    right: -197px;
    width:275px;
    height:275px;
    z-index: 1;
}
.home5 .bottom .item:nth-child(7){
    position: absolute;
    top: 450px;
    right: -86px;
    width:268px;
    height:268px;
}   
.home6{
    width: 100%;
    background-image: url("../images/home6bg.png");
    height: 1050px;
    margin:0 auto;
    position: relative;
	padding-top:25px;
	
}




.home6 .img{
    width: 782px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
	margin-left: -960px;
}
.home6 .img1{
    width: 230px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home6 .title {
    width: 1460px;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.home6 .text {
	width: 980px;
    height: 622px;
    margin: 0 auto;

    margin-top: 65px;
    position: relative;
	left: 240px;
}
.home6 .list{
    width: 970px;
    height: 644px;
    position: absolute;
    top: 0;
    right: 8px;
}
.home6 .list .item{
    font-size: 30px;
    color: #fff;
    width:309px;
    height: 100px;
    text-align: center;
    /*background-image: url("../images/home6c.png");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition:all 0.43s ease;
}



.home6 .list .item:hover{transition: all 0.43s ease;background-size: 110% 110%; }
.home6 .list .item:nth-child(2){
    /*background-image: url("../images/home6d.png");*/
}
.home6 .list .item:nth-child(4){
    /*background-image: url("../images/home6e.png");*/
}
.home6 .list .item:nth-child(6){
    /*background-image: url("../images/home6f.png");*/
}
.home6 .list .item .fy_title{
		position: relative;
		top:15px;
		height:105px;
		width:100%;
		text-align:center;
		padding-top:15px;
		background: rgba(0,0,0,0.3);
	}

.home6 .list .item .fy_title a{
	  color:#fff;
	}
.home6 .bottom .btn{
    	 width: 140px;
    height: 47px;
    background-color: #cc201c;
    border-radius: 35px;
    font-size: 16px;
    line-height: 47px;
    margin:0 auto;
    margin-top: 29px;
    position: relative;
    text-align: center;
}
.home6 .bottom .btn a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color:#fff;
}




.home7{
    width: 100%;
    height: 455px;
    position: relative;
    background-image: url(../images/home7bg.jpg);
    background-repeat:no-repeat;
    background-position: top right;
	padding-top:15px;
}
.home7 .title{
    text-align: center;
}
.home7 .title img{
    margin-top: 156px;
}
.home7 .list{
    width:1460px;
    height: 576px;
    margin:0 auto;
    margin-top: 56px;
}
.home7 .list .item{
    position: relative;
}
.home7 .list .item .test{
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0,0,0,0.3);
}


.home7 .list .item .test a{
    display: block;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    color: #fff;
}



.home7 .bottom .btn{
    width: 140px;
    height: 47px;
    background-color: #cc201c;
    border-radius: 35px;
    font-size: 16px;
    line-height: 47px;
    color: #fff;
    margin:0 auto;
    margin-top: 29px;
    position: relative;
    text-align: center;
}
.home7 .bottom .btn a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color:#fff;
}



.home8{
    width: 100%;
    height: 485px;
    position: relative;
    background-image: url(../images/home7bg.jpg);
    background-repeat:no-repeat;
    background-position: top right;
}
.home8 .title{
    width:1260px;
    text-align: center;
    margin:0 auto;
}

.home8 .list{
    height: 176px;
    margin:0 auto;
}



.home9{
    width: 100%;
    height: 455px;
    position: relative;
    background-image: url(../images/home7bg.jpg);
    background-repeat:no-repeat;
    background-position: top right;
	padding-top:25px;
    text-align:center;
}






/* .home7 .list .item a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
} */
.x-footer{
    width: 100%;
    height: 133px;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.line{
    width: 100%;
    height: 3px;
    background-color: #951100;
	display:block;
	margin-top:30px;
}


.x-footer .text .p{
    padding-top: 2px;
    padding-top: 2px;
}
.x-sidebar .side-item{
    background-color: #bf0400;
}
.x-sidebar .side-item:hover  {background-color: #e4c298;}
.x-sidebar .side-item:hover .middle-cont{ color: #bf0400;}
.x-footer .text a{
    padding-left: 10px;
    padding-right: 10px;
}
.x-footer .text .p1 a{
    padding-left: 3px;
    padding-right: 3px;
}
.x-sidebar .side-unit {
    width: 48px;
    height: 48px;
    text-align: center;
}
.x-sidebar {
    right: -57px;
	
}
.middle-cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0;
    color: #e4c298;
}
/* .x-sidebar .side-item:nth-child(2){
    background-color: #e4c298;
} */
/* .x-sidebar .side-item:nth-child(2) .middle-cont{
    color: #bf0400;
} */
.nav-mod .nav-lv1-item:last-child .nav-link{margin-right: 0;}
@media screen and (max-width: 1408px){
	.home3 .con .rt .item1 .video-box{height: 470px;}
	}
@media screen and (max-width: 768px){
	.anniu .slick-current{font-size: 0.3rem !important}
	}