﻿/* z_tanchuang */
.z_tanchuang{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);-webkit-transform:scale(0);z-index:9999;}
.z_tanchuang .tbox{display:table-cell;background:rgba(0,0,0,0.8);text-align:center;vertical-align:middle}
.z_tanchuang .tbox .modal{background:white;padding:50px;display:block;border-radius:5px;position:relative;width:90%;max-width:1200px;max-height:90%;margin:0 auto}
.z_tanchuang .tbox .modal .out{position:absolute;width:40px;height:40px;line-height:40px;background:#fff url(../image/out.png) center no-repeat;background-size:20px;color:#000;font-size:30px;text-align:center;border-radius:50%;top:0;right:-50px;cursor:pointer;transition: ease 0.6s;}
.z_tanchuang .tbox .modal .img{width:100%;max-width:600px;margin:0 auto}
.z_tanchuang .tbox .modal .img video{display:block;width:100%;max-width:100%;object-fit:cover;outline: none;}
.z_tanchuang .tbox .modal .img img{margin:0 auto}
.z_tanchuang .tbox .modal .out:hover{background:#fff url(../image/out.png) center no-repeat;background-size:20px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.z_tanchuang .tbox .modal2{padding:20px}
.z_tanchuang .tbox .modal .img{max-width:1200px}
.z_tanchuang.one{transform:scaleY(0.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scaleY(0.01) scaleX(0);-webkit-animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one .tbox .modal{transform:scale(0);animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(0);-webkit-animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out{transform:scale(1);animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(1);-webkit-animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out .tbox .modal{animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards}
@keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@-webkit-keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@-webkit-keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@media(max-width:960px){
.z_tanchuang .tbox .modal{padding:10px}
.z_tanchuang .tbox .modal .out{width:30px;height:30px;top:-50px;right:-2px;background-size: 14px;}
.z_tanchuang .tbox .modal .out:hover{background-size: 14px;}
}

/* title */
.in_tit{position: relative;padding-bottom: 60px;}
.in_tit .title{font-size: 36px;color: #D43025;font-weight: bold;position: relative;padding-bottom: 15px;}
.in_tit .title::after{position: absolute;content: "";left: 0;bottom: 0;background: #cccccc;width: 60px;height: 1px;}
.in_tit .tit{font-size: 32px;color: #a9a9a9;font-weight: bold;margin-bottom: 6px;}
 
@media screen and (max-width:1080px){
.in_tit{padding-bottom: 40px;}
.in_tit .title{font-size: 28px;}
.in_tit .tit{font-size: 22px;margin-top: 4px;}
}
@media screen and (max-width: 520px){
.in_tit{padding-bottom: 20px;}
.in_tit .title{font-size: 20px;padding-bottom: 10px;}
.in_tit .tit{font-size: 18px;margin-top: 0;}
}

/* bannerSwiper */
.bannerSwiper{width:100%;overflow:hidden;}
.bannerSwiper .text{position:absolute;left:0;top: 50%;width:100%;height:auto;transform:translate(0,-50%);z-index:99;color:#fff;}
.bannerSwiper .text .wrap{margin:0 auto 0 auto;opacity:1;transition:all .1s .9s ease-out}
.bannerSwiper .text .top{margin: 0 auto;margin-right: 0;line-height: 1.8;position: relative;z-index: 99;}
.bannerSwiper .text .top h2{font-size: 45px;color: #ffffff;letter-spacing: 10px;text-align: center;font-weight: normal;text-shadow: 0px 1px 0px rgba(0,0,0,1);}
.bannerSwiper .text .top p{font-size: 12px;color: #ffffff;text-align: center;font-weight: normal;text-shadow: 0px 1px 0px rgba(0,0,0,1);}
.bannerSwiper .text .top .link{width: 80px;margin: 20px auto;height: 1px;background: #fff;}
.bannerSwiper .text .top h4{font-size: 18px;color: #ffffff;text-align: center;font-weight: normal;text-shadow: 0px 1px 0px rgb(46 46 46);margin: 30px 0;}
.bannerSwiper .btn{text-align: center; margin-top: 60px;}
.bannerSwiper .swiper-slide{width:100%;overflow:hidden}
.bannerSwiper .swiper-slide .img{width:100%;transition:transform 4s linear;transition-delay:1s;transform:scale(1.2)}
.bannerSwiper .swiper-slide-active .img{transition-delay:0s;transform:scale(1)}
.bannerSwiper .swiper-pagination{bottom: 5%;}
.bannerSwiper .swiper-pagination-bullet{width:9px;height:9px;background: #fff;opacity: 1;}
.bannerSwiper .swiper-pagination-bullet-active{border-radius: 5px;width: 40px;background: #D43025;}

@media (max-width:1280px){
.bannerSwiper .text .top h2{font-size: 32px;}
.bannerSwiper .text .top h4{margin: 20px 0;}
.bannerSwiper .btn{margin-top: 40px;}
}
 
@media (max-width:768px){
.bannerSwiper{padding-bottom: 0;margin-top: 65px;}
.bannerSwiper .text{top: 45%;}
.bannerSwiper .text .top h2{font-size: 24px;letter-spacing: 4px;}
.bannerSwiper .text .top h4{font-size: 16px;}
}
@media only screen and (max-width:520px){
.bannerSwiper{margin-top:58px;}
.bannerSwiper .swiper-slide .img{height: 270px;}
.bannerSwiper .swiper-slide .img img{object-fit: cover;height: 100%;}
.bannerSwiper .text{top: 45%;}
.bannerSwiper .text .top h2{font-size: 18px;letter-spacing: 0px;}
.bannerSwiper .text .top h4{font-size: 12px;}
.bannerSwiper .text .top .link{width: 68px;margin: 10px auto;}
.bannerSwiper .btn{margin-top: 20px;}
.bannerSwiper .swiper-pagination-bullet{width: 6px;height: 6px;}
.bannerSwiper .swiper-pagination-bullet-active{width: 30px;}
}

/*  */
.text .top p,.text .btn, .text .top h2,.text .top h4,.text .top .btn{opacity: 0;}
.swiper-slide-active .text .top h2{animation: indbanDown 1s ease both 0.3s;}
.swiper-slide-active .text .top p{animation: indbanDown 1s ease both 0.4s;}
.swiper-slide-active .text .top .link{animation: indbanDown 1s ease both 0.5s;}
.swiper-slide-active .text .top h4{animation: indbanDown 1s ease both 0.6s;}
.swiper-slide-active .text .btn{animation: indbanDown 1s ease both 0.7s;}
@keyframes indbanDown {0%{opacity: 0;transform: translateY(-100px);}100%{opacity: 1;transform: translateY(0);}}


/* index1 */
.index1{padding: 90px 0;background: url(../image/in1_bg.jpg);background-size: cover;background-attachment: fixed;}
.index1 .left{width: 40%;border-right: 1px solid #eeeeee;}
.index1 .left .in_tit1{margin-bottom: 40px;}
.index1 .left .in_tit1 .year{font-size: 48px;color: #d3d3d3;font-weight: bold;}
.index1 .left .in_tit1 .cn{font-size: 36px;color: #D43025;font-weight: bold;}
.index1 .left .in_tit1 .en{font-size: 14px;color: #d3d3d3;margin-top: 10px;}
.index1 .left li{margin-right: 90px;}
.index1 .left li:nth-child(2){margin-right: 0;}
.index1 .left li .num{font-size: 70px;color: #D43025;font-weight: bold;}
.index1 .left li sub{font-size: 16px;color: #333;margin-left: 15px;}
.index1 .left li p{font-size: 14px;color: #595959;}
.index1 .right{width: 55%;}
.index1 .right .text p{font-size: 15px;line-height: 30px;color: #333;margin-top: 15px;text-indent: 2em;}
.index1 .right .text p:nth-child(1){margin-top: 0;}
@media only screen and (max-width:1280px){
.index1 .left .in_tit1 .cn{font-size: 30px;}
.index1 .left .in_tit1 .year{font-size: 40px;}
.index1 .left li .num{font-size: 60px;}
}
@media only screen and (max-width:1080px){
.index1{padding: 50px 0;}
.index1 .left li{margin-right: 70px;}
}
@media only screen and (max-width:768px){
.index1 .left{width: 100%;}
.index1 .left .in_tit1{margin-bottom: 20px;}
.index1 .left .in_tit1 .cn{font-size: 26px;}
.index1 .left .in_tit1 .year{font-size: 36px;}
.index1 .left li .num{font-size: 50px;}
.index1 .right{width: 100%;margin-top: 30px;}
}
@media only screen and (max-width:520px){
.index1{padding: 30px 0;}
.index1 .left .in_tit1{margin-bottom: 0px;}
.index1 .left .in_tit1 .cn{font-size: 20px;}
.index1 .left .in_tit1 .year{font-size: 22px;}
.index1 .left .in_tit1 .en{font-size: 13px;margin-top: 5px;}
.index1 .left li .num{font-size: 45px;}
.index1 .left li sub{font-size: 18px;margin-left: 10px;}
.index1 .left li p{font-size: 12px;}
.index1 .right{margin-top: 15px;}
.index1 .right .text p{font-size: 13px;line-height: 24px;margin-top: 3px;}
}


/* index2 */
.index2{padding:60px 0 90px;overflow: hidden;position: relative;}
.index2 .in2{padding: 2px;}
.index2 .swiper-button-next,.index2 .swiper-button-prev{width: 30px;height: 55px;background: #000000a3;}
.index2 .swiper-button-next:after,.index2 .swiper-button-prev:after{font-size: 16px;color: #fff;}
.index2 .item{padding: 20px;border: 1px solid #ddd;}
.index2 .item .pic{text-align: center;}
.index2 .item .text{text-align: center;display: none;}
.index2 .item .text p{font-size: 15px;color: #333;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.index2 .item:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background: rgb(0 0 0 / 50%);opacity:0;-webkit-transition:all .6s ease-out 0s;transition:all .6s ease-out 0s;-webkit-clip-path:polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);clip-path:polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);}
.index2 .item:hover:after{opacity:1;-webkit-clip-path:polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0);clip-path:polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0)}
.index2 .item .css3{position:absolute;z-index:9;left:1em;top:1em;right:1em;bottom:1em}
.index2 .item .border{position:absolute;z-index:1;background-color:#fff}
.index2 .item .border.b_t{left:0;right:100%;top:0;height:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item .border.b_r{top:0;bottom:100%;right:0;width:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item .border.b_b{left:0;right:100%;bottom:0;height:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item .border.b_l{top:0;bottom:100%;left:0;width:1px;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item:hover .b_t{left:0;right:0;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item:hover .b_r{top:1em;bottom:1em;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item:hover .b_b{left:0;right:0;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item:hover .b_l{top:1em;bottom:1em;-webkit-transition:all 340ms linear 150ms;transition:all 340ms linear 150ms}
.index2 .item .contain{position:absolute;z-index:10;width:100%;text-align:center;color:#fff;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s;opacity:0;visibility:hidden;top:50%;-webkit-transform:translateY(-20%);transform:translateY(-20%)}
.index2 .item .contain .icoImg{display:inline-block;position:relative;width: auto !important;height: 3.5em!important;max-width: 12em;object-fit:contain;object-position:50% 50%;pointer-events:auto!important;}
.index2 .item .contain h3{margin-top: 15px;margin-left: 25px;margin-right: 25px;margin-bottom: 15px;position:relative;line-height: 2;font-size: 24px;}
.index2 .item:hover .contain{-webkit-transition:all .3s ease-out .2s,-webkit-transform .5s ease .2s;transition:all .3s ease-out .2s,-webkit-transform .5s ease .2s;transition:all .3s ease-out .2s,transform .5s ease .2s;transition:all .3s ease-out .2s,transform .5s ease .2s,-webkit-transform .5s ease .2s;opacity:1;visibility:visible;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
@media only screen and (max-width:1080px){
.index2{padding: 20px 0 60px;}
.index2 .item .contain h3{font-size: 22px;}
}
@media only screen and (max-width:768px){
.index2 .item .contain h3{font-size:18px;}
}
@media only screen and (max-width:520px){
.index2{padding: 0px 0 30px;}
.index2 .swiper-button-next,.index2 .swiper-button-prev{width: 25px;height: 40px;}
.index2 .swiper-button-next:after,.index2 .swiper-button-prev:after{font-size: 12px;}
.index2 .item .contain h3{display: none;}
.index2 .item .text{display: block;}
.index2 .item p{font-size: 16px;}
}


/* index3 */
.index3{padding: 90px 0;background: url(../image/in3_bg.jpg);background-attachment: fixed;}
.index3 .cont{text-align: center;}
.index3 .cont .tit_img{margin-bottom: 60px;}
@media only screen and (max-width:520px){
.index3{padding: 50px 0;}
.index3 .cont .tit_img{margin-bottom: 35px;}
.index3 .cont .tit_img img{width: 90%;}
.index3 .cont .videolist img{width: 40px;}
}


/* index4 */
.index4{padding:90px 0;background-color: #FAFAFA;}
.index4 .left{width: 20%;margin-right: 2%;}
.index4 .left .in_tit .tit{line-height: 34px;}
.index4 .right{width: 78%;}
.index4 .right .in4{padding-top: 20px;}
.index4 .right .item{padding: 15px;transition: all .5s ease;}
.index4 .right .item .img img{width: 100%;}
.index4 .right .item .text{font-size: 16px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-align: center;margin: 15px 0 0;transition: all .5s ease;}
.index4 .right .item:hover{background:#d43025;box-shadow:rgba(212,48,37,.7) 0 3px 7px 2px;background:#d43025;transform: translateY(-20px);}
.index4 .right .item:hover .text{color:#fff;}
@media only screen and (max-width:1280px){
.index4 .right{width: 75%;}
.index4 .right .in4{padding-bottom: 40px;}
.index4 .swiper-pagination{bottom: 0;}
.index4 .swiper-pagination-bullet{width:9px;height:9px;background: #fff;opacity: 1;background: #A9A9A9;}
.index4 .swiper-pagination-bullet-active{border-radius: 5px;width: 40px;background: #D43025;}
}
@media only screen and (max-width:1080px){
.index4{padding: 50px 0;}
.index4 .left .in_tit .tit{line-height: 26px;}
}
@media only screen and (max-width:768px){
.index4 .left{width: 100%;margin-right: 0;display: flex;justify-content: space-between;align-items: center;}
.index4 .left .in_tit{padding-bottom: 20px;}
.index4 .right{width: 100%;}
.index4 .right .in4{padding-top: 0;padding-bottom: 50px;}
.index4 .right .item:hover{transform: translateY(-0px);}
}
@media only screen and (max-width:520px){
.index4{padding: 30px 0;}
.index4 .left .in_tit{padding-bottom: 15px;}
.index4 .left .in_tit .tit{line-height: 20px;}
.index4 .right .in4{padding-bottom: 30px;}
.index4 .right .item{padding: 10px;}
.index4 .right .item .text{font-size: 12px;margin: 10px 0 0;}
.index4 .swiper-pagination-bullet{width: 6px;height: 6px;}
.index4 .swiper-pagination-bullet-active{width: 30px;}
}


/* index5 */
.index5{padding: 90px 0;background: url(../image/in5_bg.jpg);background-size: cover;}
.index5 .left{width: 30%;margin-right: 2%;}
.index5 .left .in_tit .title{color: #fff;}
.index5 .left .in_tit .text{color: #fff;font-size: 16px;line-height: 30px;margin-top: 20px;}
.index5 .right{width: 68%;}
.index5 .right .img{text-align: right;overflow: hidden;}
.index5 .right .img img{transition: all 0.8s;}
.index5 .right .img:hover img{transform: scale(1.1);}
@media only screen and (max-width:1080px){
.index5{padding: 60px 0;}
}
@media only screen and (max-width:768px){
.index5 .left{width: 100%;margin-right: 0%;}
.index5 .right{width: 100%;}
}
@media only screen and (max-width:520px){
.index5{padding: 30px 0;}
.index5 .left .in_tit .text{font-size: 13px;line-height: 24px;margin-bottom: 0px;margin-top: 15px;}
}

/* index6 */
.index6{padding: 40px 0;}
.index6 li{width: calc(25% - 10px);position: relative;margin-right: 10px;}
.index6 li:nth-child(4){margin-right: 0;}
.index6 li .cont{position:absolute;left:50%;top: 50%;width:100%;height:auto;transform:translate(-50%,-50%);text-align: center;overflow: hidden;transition: .9s all;opacity: 1;}
.index6 li .cont .icon{margin-bottom: 20px;}
.index6 li .cont .cn{font-size: 22px;font-weight: bold;color: #fff;}
.index6 li .cont .en{font-size: 14px;color: #fff;text-transform: uppercase;opacity: 0.68;margin-top: 5px;}
.index6 li .bt{position:absolute;left:50%;top: 60%;width:100%;height:auto;transform:translate(-50%,-50%);text-align: center;color: #fff;font-size: 16px;opacity: 0;transition: .9s all;}
.index6 li:hover .cont{top: 10%;opacity: 0;}
.index6 li:hover .bt{top: 50%;opacity: 1;}
@media only screen and (max-width:1440px){
.index6 li .cont .icon img{width: 68px;}
}
@media only screen and (max-width:1080px){
.index6 li .cont .icon img{width: 50px;}
.index6 li .cont .cn{font-size: 18px;}
}
@media only screen and (max-width:768px){
.index6 li{width: 49%;margin-right: 2%;margin-bottom: 2%;}
.index6 li:nth-child(even){margin-right: 0;}
.index6 li .cont .icon img{width: 68px;}
.index6 li .cont .cn{font-size: 20px;}
}
@media only screen and (max-width:520px){
.index6{padding: 20px 0;}
.index6 li .cont .icon{margin-bottom: 10px;}
.index6 li .cont .icon img{width: 45px;}
.index6 li .cont .cn{font-size: 16px;}
.index6 li .cont .en{font-size: 12px;margin-top: 3px;}
}

/* index7 */
.index7{padding:70px 0 90px;background-color: #FAFAFA;}
.index7 .left{width: 15%;margin-right: 2%;}
.index7 .left .in_tit .tit{line-height: 34px;}
.index7 .right{width: 83%;}
.index7 .right .item .img{position: relative;padding-bottom: 65%;width: 100%;height: 0;overflow: hidden;}
.index7 .right .item .img img{transition: all 0.8s;height: 100%;object-fit: cover;width: 100%;position: absolute;}
.index7 .right .item .img:hover img{transform: scale(1.1);}
.index7 .right .item .t1{margin: 15px 0;padding-bottom: 15px;border-bottom: 1px solid #ededed;position: relative;}
.index7 .right .item .t1 span{font-size: 19px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.index7 .right .item .t1::after{width:0;height:1px;content:"";background:#d43025;transition:all .5s ease;position:absolute;bottom:0;left:50%}
.index7 .right .item:hover .t1::after{width:100%;transition:all .5s ease;margin-left:-50%}
.index7 .right .item .t2{font-size: 15px;line-height: 26px;color: #777;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

@media only screen and (max-width:1080px){
.index7{padding: 40px 0 60px;}
.index7 .left{width: 18%;}
.index7 .right{width: 78%;}
.index7 .right .in7{padding-bottom: 40px;}
.index7 .swiper-pagination{bottom: 0;}
.index7 .swiper-pagination-bullet{width:9px;height:9px;background: #fff;opacity: 1;background: #A9A9A9;}
.index7 .swiper-pagination-bullet-active{border-radius: 5px;width: 40px;background: #D43025;}
.index7 .right .item .t1{margin: 20px 0;padding-bottom: 20px;}
.index7 .right .item .t1 span{font-size: 17px;}
}
@media only screen and (max-width:768px){
.index7 .left{width: 100%;margin-right: 0;display: flex;justify-content: space-between;align-items: center;}
.index7 .left .in_tit{padding-bottom: 20px;}
.index7 .right{width: 100%;}
}
@media only screen and (max-width:520px){
.index7{padding: 30px 0;}
.index7 .left .in_tit{padding-bottom: 15px;}
.index7 .left .in_tit .tit{line-height: 20px;}
.index7 .right .in7{padding-bottom: 30px;}
.index7 .right .item .t1{margin: 10px 0;padding-bottom: 10px;}
.index7 .right .item .t1 span{font-size: 15px;}
.index7 .right .item .t2{font-size: 13px;line-height: 24px;}
.index7 .swiper-pagination-bullet{width: 6px;height: 6px;}
.index7 .swiper-pagination-bullet-active{width: 30px;}
}