
.animated1{-webkit-animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}
.animated2{-webkit-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}
.animated3{-webkit-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}


.section{position:relative;overflow:hidden;}

#fp-nav.right{
	right:0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
	width:10px;
	height:10px;
	margin:-2px 0px 0px -2px;
	background:#333;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	width:8px;
	height:8px;
	margin:-2px 0px 0px -2px;
	background:#f39800;
	border-color:#f39800;
}

/*首屏导航*/
.indexHeader{background:transparent;border-bottom:4px solid transparent;}
.indexHeader .logo .line{opacity:0;}
/* .indexHeader .tel_1{display:block;} */
.indexHeader .navLine:after{opacity:0;}
.indexHeader .nav li a{color:#fff;}
.indexHeader .nav li:hover a{color:#fff;background:rgba(0, 0, 0, 0.5);}
.indexHeader .nav .menu_nav{background:rgba(255,255,255,0);}
.indexHeader .nav .menu_nav a:hover{background:rgba(255,255,255,0.5);}
.indexHeader .search_form .s_input{border:2px solid rgba(255,255,255,0.8);}
.indexHeader .s_submit input{background:url(../images/icon_2_fff.png) no-repeat center;background-size:100% 100%;}
.indexHeader .navlinks{background:rgba(255,255,255,0.2);}

/*首页*/
.banner{position:relative;width:100%;}
.banner .swiper-container{position:relative;width:100%;height:100%;overflow:hidden;}
.banner .swiper-wrapper{width:99999px;height:100%;}
.banner .swiper-slide{position:relative;float:left;width:100%;height:100%;overflow:hidden;}
.banner .swiper-button{position:absolute;width:20px;height:35px;top:50%;margin-top:-17px;cursor:pointer;opacity:0.5;}
.banner .swiper-button-next{right:30px;background:url(../img/right.png) center;background-size:100% 100%;width: 50px; height: 50px;}
.banner .swiper-button-prev{left:30px;background:url(../img/left.png) center;background-size:100% 100%;width: 50px; height: 50px;}
.banner .text{position:absolute;width:100%;left:0;z-index:3;}
.banner .text img{width:100%;}
.bannerImg{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;}

.min_text{display:none;}
.banner_1 .text{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.banner_2 .text{bottom:30%;}
.banner_3 .text{top:40%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.banner_4 .text{top:35%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.banner_5 .text{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}

.banner_1.swiper-slide-active .text img{
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:zoomIn;animation-name:zoomIn
}
.banner_2.swiper-slide-active .text img{
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:fadeInDown;animation-name:fadeInDown
}
.banner_3.swiper-slide-active .text img{
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:fadeInRight;animation-name:fadeInRight
}
.banner_4.swiper-slide-active .text img{
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:fadeInUp;animation-name:fadeInUp
}
.banner_5.swiper-slide-active .text .img_top{
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:fadeInUp;animation-name:fadeInUp
}
.banner_5.swiper-slide-active .text .img_bottom{
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:fadeInUp;animation-name:fadeInUp
}


.downTip{position:absolute;width:26px;height:40px;background:url(../img/icon_1.png) no-repeat center;background-size:100% 100%;bottom:20px;left:50%;margin-left:-13px;animation:mymove 1.5s infinite;-webkit-animation:mymove 1.5s infinite;cursor:pointer;}

@keyframes mymove {
    from {bottom: 20px;opacity:0.9;}
    to {bottom: 10px;opacity:1;}
}

@-webkit-keyframes mymove{
    from {bottom: 20px;opacity:0.9;}
    to {bottom: 10px;opacity:1;}
}

#videoContainer{position:absolute;height:100%;width:100%;top:0;left:0;z-index: 2;}
#videoContainer:before{content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 2; display: block; }

#background_video {position:absolute;height:100%;width:100%;top:0;left:0;object-fit:cover;}
#video_cover{position:absolute;height:100%;width:100%;top:0;left:0;background:url(../images/v_bg.jpg) no-repeat;background-size:cover;background-position:center;}



.index_item .inner{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);}
.index_item .text p{text-align:justify;}
.index_item .img img{position:relative;width:100%;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;z-index:2;}
.index_item .img .guang{position:absolute;bottom:-70%;left:50%;z-index:1;width:300%;margin-left:-145%;display:none;}

.index_item_1{width:100%;background:#000;}
.index_item_1 .inner{width:100%;}
.index_item_1 .content{width:43%;z-index:3;left:-100%;}
.index_item_1 .tit p{font-size:35px;font-family:'Franklin Gothic Book','Arial';}
.index_item_1 .tit p span{color:#f39800;}
.index_item_1 .tit img{display:block;margin:0 0 2px;}
.index_item_1 .tit h1{font-size:25px;margin:15px 0 14px;color:#898989;}
.index_item_1 .tit .line{width:30px;height:3px;background:#f39800;}
.index_item_1 .text{font-size:14px;line-height:26px;margin:15px 0 35px;}
.index_item_1 .text p{font-size:18px;}
.index_item_1 .img img{display:none;}
.index_item_1 .img .cur{display:block;}
.index_item_1 ul li{float:left;color:#727171;font-size:16px;margin-right:65px;cursor:pointer;}
.index_item_1 ul li img{margin-bottom:10px;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.index_item_1 ul li:hover{color:#fff;}
.index_item_1 ul li:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);}
.index_item_1 .more{display:block;font-size:16px;margin-top:55px;border: 1px solid #333333;padding: 10px;text-align: center;max-width: 120px;}

.index_item .more:hover{text-decoration:underline;}

.index_item_1 .img{position:absolute;display:block;width:53%;overflow:hidden;top:50%;right:-100%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.index_item_1 .img video{width:100%;height:auto;object-fit:cover;}
.index_item_1 .icon_play{position:absolute;width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);background:url(../images/icon_15.png) no-repeat center;background-size:100% 100%;opacity:0.8;z-index:2;}
.index_item_1 .img:hover .icon_play{opacity:1;}
.index_item_1 .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.index_item_1 .smallTitle{font-size: 20px; font-weight: bold;}

.home-page-left{position: absolute; top: 50%; transform: translateY(-50%); margin-left: 100px;}

.page-swiper{width: 30%;height: auto;position: relative;overflow: hidden; margin-right: 200px;}
.page-swiper .swiper-container11 .swiper-wrapper {position: relative;width: 100%;height: 100%;z-index: 1;display: flex;transition-property: transform;box-sizing: content-box;}
.page-swiper .swiper-container11 .swiper-slide {flex-shrink: 0;width: 60%;height: 100%;position: relative;background: #c2a2d8;transition-property: transform;}
.page-swiper .swiper-container11 .swiper-slide img {width: 100%;}
.page-swiper .swiper-container11 .swiper-slide div {position: absolute; top:0; color: #FFFFFF; width: 100%; line-height: 60px;background-image: linear-gradient(rgba(0,0,0,0.8), rgba(255,255,255,0)); padding-left: 30px;font-size: 18px;}
.page-swiper .swiper-container11 .swiper-button-next {position: absolute;right: 20%;top:3%; max-width:35px;max-height: 35px;z-index: 999;border-radius: 50%;}
.page-swiper .swiper-container11 .swiper-button-prev {position: absolute;right: 5%; top:3%; max-width:35px;max-height: 35px;z-index: 999;border-radius: 50%;}
.page-swiper .swiper-container11 .swiper-button-next img{width: 100%; height: 100%;}
.page-swiper .swiper-container11 .swiper-button-prev img{width: 100%; height: 100%;}
.page-swiper .swiper-container11 .swiper-button-next.swiper-button-disabled {min-width: 35px  !important;min-height: 35px  !important;background: url(./static/img/left.png) center !important;background-size: 100% 100% !important;}
.page-swiper .swiper-container11 .swiper-button-prev.swiper-button-disabled {min-width: 35px !important;min-height: 35px !important;background: url(./static/img/right.png) center !important;background-size: 100% 100% !important;}

.t_logo{width:47%;margin-bottom:45px;}


.index_item_2.inner{position:none;left:0;top:0;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;}
.index_item_2{width:100%;background:#000;}
.index_item_2 .inner{width:100%;}
.index_item_2 .content{width:48%;z-index:3;left:-100%; padding: 0 50px;}
.index_item_2 .about-video{width: 40%;}
.index_item_2 .about-video .left{width: 100%;position: relative;}
.index_item_2 .about-video .left .about-bg{width: 100%; height: 110vh;}
.index_item_2 .about-video .left .bf{width: 100%; height: 110vh;position: absolute; top:0}

.home-page2-right{position: absolute; top: 50%; transform: translateX(100%) translateY(-50%);}
.index_item_2 .tit p{font-size:40px;font-family:'Franklin Gothic Book','Arial';}
.index_item_2 .tit p span{color:#f39800;}
.index_item_2 .tit img{display:block;margin:0 0 2px;}
.index_item_2 .tit h1{font-size:35px;margin:15px 0 14px;color:#898989;}
.index_item_2 .tit .line{width:30px;height:3px;background:#f39800;}
.index_item_2 .text{font-size:18px;line-height:26px;margin:50px 0 35px;}
.index_item_2 .img img{display:none;}
.index_item_2 .img .cur{display:block;}
.index_item_2 ul li{float:left;color:#727171;font-size:16px;margin-right:65px;cursor:pointer;}
.index_item_2 ul li img{margin-bottom:10px;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.index_item_2 ul li:hover{color:#fff;}
.index_item_2 ul li:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);}
.index_item_2 .more{display:block;font-size:16px;margin-top:55px;border: 1px solid #333333;padding: 10px;text-align: center;max-width: 120px;width: 100%;}
.index_item_2 .img{position:absolute;display:block;width:53%;overflow:hidden;top:50%;right:-100%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.index_item_2 .img video{width:100%;height:auto;object-fit:cover;}
.index_item_2 .icon_play{position:absolute;width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);background:url(../images/icon_15.png) no-repeat center;background-size:100% 100%;opacity:0.8;z-index:2;}
.index_item_2 .img:hover .icon_play{opacity:1;}
.index_item_2 .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.index_item_2 .smallTitle{font-size: 18px; font-weight: bold;}
.index_item_2 .home-page2-pc{display: block;}
.index_item_2 .home-page2-moblie{width: 100%; display: none;}
.index_item_2 .home-page2-moblie .left{width: 100%; margin-bottom: 50px;position: relative;}
.index_item_2 .home-page2-moblie .left img{width: 100%;}
.index_item_2 .home-page2-moblie .left .bf{width: 100%; margin-bottom: 50px;position: absolute; top:0; transform: translate(-50%); left: 50%;}
.index_item_2 .home-page2-pc-more{display: block;}
.index_item_2 .home-page2-moblie-more{display: none;}
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none;background: #000000; position:fixed; top:50%;  left: 50%; margin-left: -40%; margin-top: -300px;z-index:100; width:80%;  height: 500px;}
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.videosMask {background-color: rgba(0, 0, 0, 0.7); width: 100%; position: fixed;display: none; z-index: 20;}


.video_mark{position:absolute;width:100%;height:100%;background:#000;left:0;top: 0;z-index:20;display:none;}
.modal_content{position:absolute;width:50%;height:60%;background:#fff;border-radius:8px;top:20%;left:25%;padding:6px 20px;}
.modal_content .swiper-container{width:100%;height:100%;overflow:hidden;}
.modal_content .swiper-wrapper{width:9999px;height:100%;}
.modal_content .swiper-slide{float:left;height:100%;}
.video_mark .close{position:absolute;width:51px;height:51px;background:url(../images/icon_26.png) no-repeat center;background-size:100% 100%;top:90px;right:8.75%;cursor:pointer;}
.video_mark .btnArea{position:absolute;width:100%;text-align:center;left:0;bottom:-15%;}
.video_mark .swiper-button{display:inline-block;width:20px;height:35px;margin:0 15px;cursor:pointer;}
.video_mark .swiper-button-next{background:url(../images/v_right.png) no-repeat center;background-size:100% 100%;}
.video_mark .swiper-button-prev{background:url(../images/v_left.png) no-repeat center;background-size:100% 100%;}
.video_mark .swiper-button-disabled{opacity: 0.5;}
.iframe{width:100%;height:100%;}
.iframe iframe{width:100%;height:100%;}


.index_item_4{width:100%;background:#000;overflow:hidden;}
/*.index_item_4 .inner{position:relative;width:72%;padding:80px 0 150px;color:#898989;top:0;left:0;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);margin:0 auto;}*/
.index_item_4 .inner{width:1400px;padding:7% 0 150px;color:#898989;top:57%;}
.index_item_4 .inner h2{font-size:30px;text-align:center;}
.index_item_4 .inner h2 span{font-size:24px;display:block;text-transform:uppercase;}
.index_item_4 .inner .title{font-size:24px;text-align:center; }
.index_item_4 .inner>p{margin:30px auto 2%;font-size:14px;line-height:30px;text-align:center;}
.index_item_4 .inner>p span{display:block;}


.caseSection{position:relative;width:70%;max-width:1400px;height:450px;overflow:visible;margin:0 auto;}
.caseSection .list{position:absolute;width:100%;height:100%;left:0;top:120%;overflow:hidden;}
.caseSection .swiper-wrapper>div{position:absolute;height:auto;overflow:hidden;margin:0;padding:0;top:50%;transform:translate(0,-50%);cursor:pointer;}
.caseSection .width_00{width:17%;left:-17%;z-index:1;}
.caseSection .width_0{width:17%;left:0;z-index:1;}
.caseSection .width_1{width:22%;left:16%;z-index:2;}
.caseSection .width_2{width:26%;left:37%;z-index:5;box-shadow:0 0 20px rgba(255,255,255,0.5);} 
.caseSection .width_3{width:22%;left:62%;z-index:2;}
.caseSection .width_4{width:17%;left:83%;z-index:1;}
.caseSection .width_5{width:17%;left:100%;z-index:1;}

.caseSection .waiting{display:none;}
.caseSection .img{position:relative;overflow:hidden;}
.caseSection .img img{width:100%;display:block;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.caseSection .imgMark{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0;}
.caseSection .width_2 .imgMark{background:none;}
.caseSection .width_2:hover img{transform:scale(1.1);}
.caseSection p{position:absolute;width:100%;font-size:16px;color:#fff;text-align:center;left:0;top:96%;z-index:5;white-space: nowrap;}
.caseSection .swiper-wrapper>div p{display:none;}

.caseSection .showBigImgBtn{position: absolute;width:100%;height:100%;cursor: pointer;left:0;top:0;display: none;z-index: 6;}
.caseSection .width_2 .showBigImgBtn{display: block;}

.showBigImg{display:none;position:fixed;width:100%;height:100%;z-index:200;top:0;left:0;background:rgba(0,0,0,0.6);}
.priceImg{position:absolute;padding:10px;max-width:800px;max-height:90%;border:1px solid #ccc;border-radius:10px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;overflow:hidden;}
.priceImg .img{max-width:80%;max-height:calc(90vh - 20px);overflow:auto; margin: 0 auto;}
.priceImg .img::-webkit-scrollbar{width:5px;}
.priceImg img{max-width:100%;}
.showBigImg .close{position:absolute;width:51px;height:51px;background:url(../images/icon_26.png) no-repeat center;background-size:100% 100%;top:90px;right:8.75%;cursor:pointer;}


/* 第5页 */
.culture{position:relative;width:100%;}
.culture .s5_tabNav{ z-index: 1000; position: absolute; top:60%; width: 60%;}
.culture .s5_tabNav .s5_tabNav-item {width: 20%;}
.culture .s5_tabNav .s5_tabNav-item img{color:#333333; width: 50%;}
.culture .s5_tabNav .s5_tabNav-item .hover{display: none; }
.culture .s5_tabNav .s5_tabNav-item .default{display: block;}
.culture .s5_tabNav .s5_tabNav-item div{color:#FFFFFF;font-size:18px; margin-top: 20px; padding: 0 20px;}
.culture .s5_tabNav .s5_tabNav-item.active div{color:#F08519;}
.culture .s5_tabNav .s5_tabNav-item.active .hover{display: block;}
.culture .s5_tabNav .s5_tabNav-item.active .default{display: none;}


/* a:hover .hover{visibility: visible;opacity: 1;width:100%;height:100%;}
 a:hover .default{visibility: hidden;opacity: 0;} */



.s5_tabItems{position:absolute;width:100%; height: 100%; left: 0 ; top: 0;}
.s5_tabItems .itema{display: none;height:100vh; }
.s5_tabItems .itema.active{display: block;}

.s5_tabItems .itema .inbox{position: absolute; top: 25%; width: 50%; left: 25%;}
.s5_tabItems .itema .inbox div{text-align: center; color: #FFFFFF;}
.s5_tabItems .itema .inbox .title{font-size: 40px;}
.s5_tabItems .itema .inbox .sub-title{font-size: 30px;}
.s5_tabItems .itema .inbox .introduction{font-size: 50px; margin-top: 50px;}
.s5_tabItems .itema .inbox .content{font-size: 18px; margin-top: 10px;}




@media ( min-width:992px ) and ( max-height:700px ){
    .caseSection{width:60%;min-width:auto;top:65%;}

}
@media ( min-width:992px ) and ( max-height:640px ){
    .caseSection{width:50%;min-width:auto;top:65%;}

}


.index_item_4 .outer-swiper-container{position:relative;margin-top: 50px;}
.index_item_4 .swiper-container{width:200px;margin:0 auto;overflow:hidden;display:none;}
.index_item_4 .swiper-wrapper{width:9999px;}
.index_item_4 .swiper-slide{float:left;}
.index_item_4 .swiper-slide p{text-align:center;font-size:14px;color:#fff;margin-top:5px; background: rgba(0, 0, 0, 0.27); line-height:30px; margin-top: 20px;}
.index_item_4 .swiper-slide img{width:100%;max-width:200px;}
.index_item_4 .swiper-button{position:absolute;width:30px;height:30px;top:50%;margin-top:-15px;background:red;}
.index_item_4 .swiper-button-next{right:0;background:url(../images/s4_right.png) no-repeat center;background-size:100% 100%;}
.index_item_4 .swiper-button-prev{left:0;background:url(../images/s4_left.png) no-repeat center;background-size:100% 100%;}
.index_item_4 .ms{color: #FFFFFF; text-align: center; font-size: 16px;margin-top: 80px;}
.index_item_4 .ms1{margin-top: 0px;}
.index_item_4 .more{font-size: 20px;color: #FFFFFF; margin-top: 30px; border: 1px solid #FFFFFF; padding: 10px 20px;}

.index_item_5{position:relative;z-index:2;}
.index_item_5 .mark{position:absolute;width:100%;height:100%;background:rgba(20,22,27,0.5);left:0;top:0;}
.index_item_5_top{width:100%;height:100%;position:relative;z-index:2;}
.i_item5{position:relative;width:33.33%;height:100%;display:block;overflow:hidden;}
.i_item5 a{display:block;position:relative;width:100%;height:100%;overflow:hidden;}
.i_item5 .bg{width:100%;height:100%;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.i_item5 .bgMin{display: none;}
.i_item5 a>p{position:absolute;width:100%;height:45px;line-height:45px;text-align:center;color:#fff;font-size:16px;left:0;bottom:-100%;background:rgba(243,152,0,1);transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.i_item5_01 .swiper-container{position:relative;width:100%;height:100%;overflow:hidden;}
.i_item5_01 .swiper-wrapper{width:9999px;height:100%;}
.i_item5_01 .swiper-slide{height:100%;}
.i_item5_01 .swiper-wrapper a{float:left;}


.i_item5_icon{position:absolute;text-align:center;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);z-index:2;opacity:1;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;cursor: pointer;}
.i_item5_icon img{width:120px;height:120px;margin:0 auto 17px;opacity:1;}
.i_item5_icon p{font-size:24px;color:#fff;color:rgba(255,255,255,1);}


.i_item5 a:hover .bg{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.i_item5 a:hover p{bottom:0;}
.i_item5:hover .i_item5_icon{opacity:0;transform:translate(-50%,-50%) scale(0);-webkit-transform:translate(-50%,-50%) scale(0);-moz-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);}
.i_item5:hover .mark{background:rgba(20,22,27,0);visibility: hidden;}


@keyframes btnMoveNext{
	from {opacity:1;left:0;}
	to {opacity:0.5;left:5px;}
}
@-webkit-keyframes btnMoveNext{
	from {opacity:1;left:0;}
	to {opacity:0.5;left:5px;}
}

@keyframes btnMovePrev{
	from {opacity:1;right:0;}
	to {opacity:0.5;right:5px;}
}
@-webkit-keyframes btnMovePrev{
	from {opacity:1;right:0;}
	to {opacity:0.5;right:5px;}
}







/* 新闻 */
.s7_inner{width:1340px;height:100%;margin:0 auto;display: flex;justify-content: center;align-items:center;flex-direction: column;}
.s7_inner .width100{width:100%;padding-bottom:10px;}
.index_title{width:100%;text-align:center;margin-bottom:35px;opacity: 0;-webkit-transform: scale(0);transform: scale(0);transition: all 1s;-webkit-transition: all 1s;}
.index_title h2{font-size:30px;color:#000;}
.index_title h2 span{font-size:24px;display: block;text-transform:uppercase;}
.index_title p{font-size:14px;margin-top:20px;color:#898989;}
.indexNews{width:100%;opacity: 0;-webkit-transform: translateY(100%);transform: translateY(100%);transition: all 1s;-webkit-transition: all 1s;}
.inNewsItem{display: block;width:100%;overflow: hidden;}
.inNewsItem h3{color:#000;-webkit-transition: all 0.3s;transition: all 0.3s;}
.inNewsItem .p{color:#aaaaaa;}
.inNewsItem>span{display: block;width:100%;text-align:right;font-size:16px;text-decoration: underline;margin-top:5px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.inNewsItem .img{overflow: hidden;}
.inNewsItem .img img{width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}


.indexNews-box{width:100%;float:right;}
.indexNews-box .inNewsItem{padding:18px 0;border-top:1px solid #d4d4d3;}
.indexNews-box .img{float:left;width:46%;height:116px;}
.indexNews-box .text{float:left;width:54%;padding-left:15px;}
.indexNews-box h3{height:50px;font-size:16px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.indexNews-box .p{margin-top:8px;line-height:24px;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.inNewsItem:hover h3{color:#F39800;}
.inNewsItem:hover>span{color:#f39800;}
.inNewsItem:hover .img img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.s7_tabNav{margin-bottom:20px;-webkit-transform: scale(0);transform: scale(0);transition: all 1s;-webkit-transition: all 1s;}
.s7_tabNav a{width:140px;line-height:40px;color:#333333;font-size:18px;text-align:center;margin-right:3%;background:#FFFFFF;border-radius: 50px;}
.s7_tabNav a:last-child{margin-right:0;}
.s7_tabNav a.active{background:#f39800;color: #FFFFFF;}
.s7_tabItems .item{display: none;height:462px; margin-top: 30px;}
.s7_tabItems .item.active{display: block;}
.s7_tabItems .item .fl{width: 60%;position: relative;}
.s7_tabItems .item .fl .tpimg{width: 100%; height: 446px;}
.s7_tabItems .item .fl .news-cont{background-color: #FFFFFF; position: absolute; bottom: 20px;width: 95%; margin: 0 auto;padding:10px 20px;}
.s7_tabItems .item .fl .news-cont .t{font-size: 20px;font-weight: bold;}
.s7_tabItems .item .fl .news-cont .c{font-size: 14px;margin-top: 10px;}
.s7_tabItems .item .fl .news-cont .icon{width: 20px;margin-left: 20px;}

.s7_tabItems .item .fr {width: 38%;}
.s7_tabItems .item .fr .fr-item{background-color: #FFFFFF; padding: 20px 0; margin-bottom: 20px;width: 100%;}
.s7_tabItems .item .fr .fr-item .t{font-size: 20px;font-weight: bold; padding: 0 20px ;}
.s7_tabItems .item .fr .fr-item .c{font-size: 14px;margin-top: 10px; padding: 0 20px ;margin-top: 20px;}
.s7_tabItems .item .fr .fr-item .line{width: 100%; border: 1px solid #F2F2F2; margin-top: 20px;}
.s7_tabItems .item .fr .fr-item .icon{width: 20px;margin-right: 20px;margin-top: 20px;}
.s7_tabItems .item .fr .fr-item .d{ margin-left: 20px;font-size: 16px;}
.s7_tabItems .item .fr .fr-item .time{ margin-left: 20px; margin-top: 20px; font-size: 20px; font-weight: bold;}

.s7_tabItems .item .fr .fr-item:hover{box-shadow:0 0 20px rgba(0,0,0,0.3);}
.s7_tabItems .item .fr .fr-item:hover .t{color: #f39800;}
.act .index_title,
.act .indexNews,
.act .s7_tabNav{opacity: 1;-webkit-transform: none;transform: none;}

@media screen and (min-width:1400px) and (max-width:1599px){
	.s7_inner{width:1200px;}
	.indexNews-box .p{height:48px;-webkit-line-clamp:2;}
	.indexNews-box .img{height:104px;}
	.s7_tabNav a{line-height:50px;font-size:16px;}
	
	.s7_tabItems .item{height:426px;}
}
@media screen and (min-width:1200px) and (max-width:1399px){
	.index_title h2{font-size:28px;}
	.index_title h2 span{font-size:22px;}
	.s7_inner{width:1170px;padding-left:15px;padding-right:15px;background_video}
	.indexNews-box h3{-webkit-line-clamp:1;height:25px;}
	.indexNews-box .p{height:48px;-webkit-line-clamp:2;}
	.indexNews-box .img{height:96px;}
	.s7_tabNav{margin-bottom:15px;}
	.s7_tabNav a{line-height:50px;font-size:16px;}
	
	.s7_tabItems .item{height:407px;}
	
	.culture .s5_tabNav{ top:62%}
	.culture .s5_tabNav{ width: 80%;}
	.culture .s5_tabNav .s5_tabNav-item {width: 20%;}
	.culture .s5_tabNav .s5_tabNav-item img{width: 40%;}
	.culture .s5_tabNav .s5_tabNav-item div{font-size:18px; margin-top: 20px; padding: 0 20px;}
	
	.s5_tabItems .itema .inbox{position: absolute; top: 25%; width: 50%; left: 25%;}
	.s5_tabItems .itema .inbox .title{font-size: 38px;}
	.s5_tabItems .itema .inbox .sub-title{font-size: 28px;}
	.s5_tabItems .itema .inbox .introduction{font-size: 48px; margin-top: 50px;}
	.s5_tabItems .itema .inbox .content{font-size: 16px; margin-top: 10px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
	.banner_2 .text{top:35%;left: -15%;}
	
	.video_mark .close{width:45px;height:45px;right:5%;top:15%;}
	
	.index_title h2{font-size:26px;}
	.index_title h2 span{font-size:20px;}
	.index_title p{margin-top:15px;}
	.s7_inner{width:970px;padding-left:15px;padding-right:15px;}
	.inNewsItem>span{font-size:14px;margin-top:10px;}
	.indexNews-box .p{height:48px;-webkit-line-clamp:2;}
	.indexNews-box .img{height:81px;}
	.indexNews-box h3{height:25px;-webkit-line-clamp:1;}
	.indexNews-box .inNewsItem{padding:17px 0;}
	.s7_tabNav{margin-bottom:15px;}
	.s7_tabNav a{line-height:45px;font-size:16px;}
	.s7_tabItems .item{height:354px;}
	
	.s7_tabItems .item .fl{display: none;}
	.s7_tabItems .item .fr {width: 100%; }
	.s7_tabItems .item .fr .fr-item .t{font-size: 18px; padding: 0 20px ;}
	.s7_tabItems .item .fr .fr-item .c{font-size: 12px;margin-top: 10px; padding: 0 20px ;margin-top: 10px;}
	.s7_tabItems .item .fr .fr-item .line{margin-top: 20px;}
	.s7_tabItems .item .fr .fr-item .icon{width: 20px;margin-right: 20px;margin-top: 10px;}
	.s7_tabItems .item .fr .fr-item .time{ margin-left: 20px; margin-top: 10px; font-size: 16px; font-weight: bold;}
	.s7_tabItems .item .fr .fr-item .d{ margin-left: 20px;font-size: 14px;}
	
	.showBigImg .close{width:45px;height:45px;right:5%;top:5%;}
	
	.culture .s5_tabNav{ top:62%}
	.culture .s5_tabNav{ width: 85%;}
	.culture .s5_tabNav .s5_tabNav-item {width: 20%;}
	.culture .s5_tabNav .s5_tabNav-item img{width: 40%;}
	.culture .s5_tabNav .s5_tabNav-item div{font-size:18px; margin-top: 20px; padding: 0 20px;}
	
	.s5_tabItems .itema .inbox{position: absolute; top: 25%; width: 80%; left: 10%;}
	.s5_tabItems .itema .inbox .title{font-size: 36px;}
	.s5_tabItems .itema .inbox .sub-title{font-size: 26px;}
	.s5_tabItems .itema .inbox .introduction{font-size: 46px; margin-top: 50px;}
	.s5_tabItems .itema .inbox .content{font-size: 16px; margin-top: 10px;}
}

@media screen and (min-width:768px) and (max-width:991px){
	.home-page-left{ margin-left: 0;}
	.video_mark .close{width:45px;height:45px;right:5%;top:15%;}
	
	
	.banner_2 .text{top:35%;left: -45%;}
	
	.index_title h2{font-size:24px;}
	.index_title h2 span{font-size:18px;}
	.index_title p{margin-top:15px;}
	.index_item_1 .text p{font-size:14px;}
	.index_item_1 .home-page-left{position:relative; top:none; transform: none;}
	.index_item_2 .home-page2-pc{display: none;}
	.index_item_2 .home-page2-right{position: relative; transform: none;}
	.index_item_2 .home-page2-moblie{width: 100%; display: block;}
	.index_item_2 .home-page2-moblie .left img{width: 100%; max-width: 500px;}
	.index_item_2 .home-page2-pc-more{display: none;}
	.index_item_2 .home-page2-moblie-more{display: flex;}
	
	
	.s7_inner{width:750px;padding-left:15px;padding-right:15px;}
	.inNewsItem>span{font-size:14px;margin-top:8px;}
	.indexNews-box .p{height:24px;-webkit-line-clamp:1;}
	.indexNews-box .img{height:89px;}
	.indexNews-box h3{font-size:14px;height:40px;line-height:20px;}
	.indexNews-box .inNewsItem{padding:15px 0;}
	.item .inNewsItem:nth-last-child(2){border-bottom:none;padding-bottom:0;}
	.item .inNewsItem:last-child{display: none;}
	.s7_tabNav{margin-bottom:10px;}
	.s7_tabNav a{line-height:45px;font-size:16px;}
	.s7_tabItems .item{height:243px;}
	
	.s7_tabItems .item .fl{display: none;}
	.s7_tabItems .item .fr {width: 100%;}
	.s7_tabItems .item .fr .fr-item{padding: 20px 0; margin-bottom: 20px;}
	.s7_tabItems .item .fr .fr-item .t{font-size: 18px; padding: 0 20px ;}
	.s7_tabItems .item .fr .fr-item .c{font-size: 12px;margin-top: 10px; padding: 0 20px ;margin-top: 10px;}
	.s7_tabItems .item .fr .fr-item .line{margin-top: 20px;}
	.s7_tabItems .item .fr .fr-item .icon{width: 20px;margin-right: 20px;margin-top: 10px;}
	.s7_tabItems .item .fr .fr-item .time{ margin-left: 20px; margin-top: 10px; font-size: 16px; font-weight: bold;}
	.s7_tabItems .item .fr .fr-item .d{ margin-left: 20px;font-size: 14px;}
	
	.showBigImg .close{width:45px;height:45px;right:3%;top:5%;}
	
	.culture .s5_tabNav{ top:60%}
	.culture .s5_tabNav{ width: 90%;}
	.culture .s5_tabNav .s5_tabNav-item {width: 20%;}
	.culture .s5_tabNav .s5_tabNav-item img{width: 40%;}
	.culture .s5_tabNav .s5_tabNav-item div{font-size:18px; margin-top: 20px; padding: 0 20px;}
	
	.s5_tabItems .itema .inbox{position: absolute; top: 25%; width: 80%; left: 10%;}
	.s5_tabItems .itema .inbox .title{font-size: 34px;}
	.s5_tabItems .itema .inbox .sub-title{font-size: 24px;}
	.s5_tabItems .itema .inbox .introduction{font-size: 40px; margin-top: 50px;}
	.s5_tabItems .itema .inbox .content{font-size: 14px; margin-top: 10px;}

}

@media screen and (min-width:0px) and (max-width:767px){
	.modal_content{width:94%;height:50%;top:25%;left:3%;padding:5px;}
	.video_mark .close{width:30px;height:30px;right:50%;top:15%;margin-right:-15px;}
	.video_mark .swiper-button{width:15px;height:25px;}
	
	.home-page-left{ margin-left: 0;}

	.priceImg .img{max-width:100%;max-height:calc(90vh - 20px);overflow:initial; margin: 0 auto; width: 260px;}
	
	.index_title{margin-bottom:25px;}
	.index_title h2{font-size:20px;}
	.index_title h2 span{font-size:14px;}
	.index_title p{margin-top:10px;line-height:20px;font-size:12px;}
	.index_item_1 .text p{font-size:14px;}
	.index_item_1 .home-page-left{position:relative; top:none; transform: none;}
	.index_item_2 .home-page2-pc{display: none;}
	.index_item_2 .home-page2-right{position: relative;}
	.index_item_2 .home-page2-moblie{width: 100%; display: block;}
	.index_item_2 .home-page2-moblie .left img{width: 100%; max-width: 500px;}
	.index_item_2 .home-page2-pc-more{display: none;}
	.index_item_2 .home-page2-moblie-more{display: flex;}
	
	.page-swiper .swiper-container11 .swiper-slide div { line-height: 50px;padding-left: 20px;font-size: 14px;}

	.s7_inner{width:100%;padding-left:20px;padding-right:20px;}
	.indexNews-box .p{height:48px;-webkit-line-clamp:2;}
	.indexNews-box .img{height:auto;max-height:95px;}
	.indexNews-box h3{font-size:14px;height:20px;line-height:20px;-webkit-line-clamp:1;}
	.item .inNewsItem:nth-last-child(2){border-bottom:none;padding-bottom:0;}
	.item .inNewsItem:last-child{display: none;}
	.indexNews-box .inNewsItem{padding:16px 0;}
	.s7_tabNav{margin-bottom:10px;}
	.s7_tabNav a{line-height:40px;font-size:14px;}
	.s7_tabItems .item{height:390px;}
	
	.s7_tabItems .item .fl{display: block;width: 100%; margin-bottom: 20px;}
	.s7_tabItems .item .fl .tpimg{width: 100%; height: 150px; }
	.s7_tabItems .item .fl .news-cont{background-color: #FFFFFF; position: absolute; bottom: 20px;width: 95%; margin: 0 auto;padding:10px 20px;}
	.s7_tabItems .item .fl .news-cont .t{font-size: 14px;font-weight: bold;width: 100%;}
	.s7_tabItems .item .fl .news-cont .c{font-size: 12px;margin-top: 10px; display: none;}
	.s7_tabItems .item .fl .news-cont .icon{width: 20px;margin-left: 20px; float: right;}
	.s7_tabItems .item .fl .news-cont {background-color:rgba(255, 255, 255, 0.8); position: absolute;bottom: 10px;width: 100%;margin: 0 auto;padding: 10px 20px;}
	
	.s7_tabItems .item .fr {width: 100%;}
	.s7_tabItems .item .fr .fr-item{padding: 10px 0; margin-bottom: 20px;}
	.s7_tabItems .item .fr .fr-item .t{font-size: 14px; padding: 0 20px ;}
	.s7_tabItems .item .fr .fr-item .c{font-size: 12px;margin-top: 10px; padding: 0 20px ;margin-top: 10px;-webkit-line-clamp: 1;}
	.s7_tabItems .item .fr .fr-item .line{margin-top: 10px;}
	.s7_tabItems .item .fr .fr-item .icon{width: 20px;margin-right: 20px;margin-top: 10px;}
	.s7_tabItems .item .fr .fr-item .time{ margin-left: 20px; margin-top: 10px; font-size: 14px; font-weight: bold;}
	.s7_tabItems .item .fr .fr-item .d{ margin-left: 20px;font-size: 12px;}
	
	.priceImg{max-width:90%;max-height:80%;}
	.priceImg .img{max-height:calc(80vh - 20px);}
	.showBigImg .close{width:30px;height:30px;right:50%;top:15%;margin-right:-15px;}
	
	.culture .s5_tabNav{ top:60% ;flex-wrap: wrap;}
	.culture .s5_tabNav{ width: 90%; flex-wrap: wrap; display: flex; justify-content: space-around; align-items: flex-start;}
	.culture .s5_tabNav .s5_tabNav-item {width: 30%;}
	.culture .s5_tabNav .s5_tabNav-item img{width: 50%;}
	.culture .s5_tabNav .s5_tabNav-item div{font-size:12px; margin-top: 20px; padding: 0 20px;text-align: center;}
	.culture .s5_tabNav .s5_tabNav-item:nth-child(4){ margin-top: 10px; margin-left: 10%; }
	.culture .s5_tabNav .s5_tabNav-item:nth-child(5){ margin-top: 10px; }
	
	.s5_tabItems .itema .inbox{position: absolute; top: 20%; width: 80%; left: 10%;}
	.s5_tabItems .itema .inbox .title{font-size: 30px;}
	.s5_tabItems .itema .inbox .sub-title{font-size: 20px;}
	.s5_tabItems .itema .inbox .introduction{font-size: 28px; margin-top: 20px;}
	.s5_tabItems .itema .inbox .content{font-size: 14px; margin-top: 10px;}
	
	.index4-titlt{font-size: 20px !important;}
}

@media screen and (min-width:0px) and (max-width:479px){
	#fp-nav.right{right:-6px;}
	
}
@media screen and (min-width:0px) and (max-width:767px) and (max-height:600px){
	.indexNews-box .img{max-height:75px;}
	.s7_tabItems .item{height:321px;}
}
@media screen and (min-width:0px) and (max-width:479px) and (max-height:600px){
	.section7 .index_title{margin-bottom:20px;}
	.s7_tabNav a{line-height:35px;}
}
	

@media screen and (min-width:992px) and (max-height:800px) {
	.index_title{margin-bottom:25px;}
	.index_title h2{font-size:26px;}
	.index_title h2 span{font-size:20px;}
	.index_title p{margin-top:10px;}
	
	.indexNews-box{padding:10px 10px 15px;}
	.inNewsItem>span{font-size:14px;margin-top:5px;}
	.indexNews-box .p{height:48px;-webkit-line-clamp:2;}
	.indexNews-box .img{height:81px;}
	.indexNews-box h3{font-size:14px;height:25px;-webkit-line-clamp:1;}
	.indexNews-box .inNewsItem{padding:16px 0;}
	.s7_tabNav a{line-height:45px;font-size:16px;}
	
	.s7_tabNav{margin-bottom:15px;}
	.s7_tabItems .item{height:349px;}
	
	.s7_tabItems .item .fl{display: none;}
	.s7_tabItems .item .fr {width: 100%;}
}
@media screen and (min-width:992px) and (max-height:650px){
	
	.s7_tabNav{margin-bottom:10px;}
	.s7_tabItems .item{height:257px;}
	
	.s7_tabItems .item .fl{display: none;}
	.s7_tabItems .item .fr {width: 100%;}
	
	.indexNews-box .img{display: none;}
	.indexNews-box .text{width:100%;padding-left:0;}
	.indexNews-box h3{font-size:14px;height:25px;-webkit-line-clamp:1;}
	.indexNews-box .p{margin-top:5px;height:24px;-webkit-line-clamp:1;}
	
}



.index_item_1 .content{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s; padding: 0 50px;}
.index_item_1 .img{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}

.index_item_2 .content{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.index_item_2 .img{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}

.caseSection .list{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.index_item_4 .inner h2,.index_item_4 .inner>p, .index_item_4 .inner .title{font-size:24px;text-align:center; }{opacity:0;transition: all 2s linear 0.5s;-webkit-transition: all 2s linear 0.5s;-moz-transition: all 2s linear 0.5s;-ms-transition: all 2s linear 0.5s;-o-transition: all 2s linear 0.5s;}
.caseSection p{opacity:0;transition: all 1s linear 0.8s;-webkit-transition: all 1s linear 0.8s;-moz-transition: all 1s linear 0.8s;-ms-transition: all 1s linear 0.8s;-o-transition: all 1s linear 0.8s;width: 300px;line-height: 60px; text-align: center; background: rgba(0, 0, 0, 0.3);transform: translate(112%);}


.active.index_item_1 .content{opacity:1;}
.active.index_item_1 .img{right:0;opacity:1;}
.active.index_item_1 .content{left:0;opacity:1;}

.active.index_item_2 .content{opacity:1;}
.active.index_item_2 .img{right:0;opacity:1;}
.active.index_item_2 .content{left:0;opacity:1;}

.active .caseSection .list{top:0;opacity:1;}
.active.index_item_4 .inner h2,.active.index_item_4 .inner>p, active.index_item_4 .inner .title{font-size:24px;text-align:center; }{opacity:1;}
.active .caseSection p{opacity:1;}


@media screen and (min-width:1200px) and (max-height:550px) {
	.index_item .inner{top:58%;}
	.s_logo{width:25%;}
	.index_item_1 .inner{width:72%;}
	.index_item_1 .img{width:40%;top:52%;}
	.index_item_1 .content{width:55%;}
	.index_item_1 ul li img{width:50px;}
	.index_item_1 .tit p{font-size:28px;}
	.index_item_1 .tit h1{font-size:22px;margin:10px 0 10px;}
	.index_item_1 .tit img{display:none;}
	.index_item_1 .text{margin:15px 0 20px;}
	.index_item_1 .more{margin-top:30px;}
	
	.index_item_2 .inner{width:100%;}
	.index_item_2 .img{width:40%;top:52%;}
	.index_item_2 .content{width:55%;}
	.index_item_2 ul li img{width:50px;}
	.index_item_2 .tit p{font-size:28px;}
	.index_item_2 .tit h1{font-size:22px;margin:10px 0 10px;}
	.index_item_2 .tit img{display:none;}
	.index_item_2 .text{margin:15px 0 20px;}
	.index_item_2 .more{margin-top:30px;}

	.index_item_4 .inner{top:70%;padding-top:2%;}
	.caseSection{height:300px;}
	
	.index_item_4 .inner>p{display:none;}
	
	
	.i_item5_icon img{width:100px;height:100px;margin:0 auto 15px;}
	.i_item5_icon p{font-size:20px;}
	.i_item5 a>p{height:40px;line-height:40px;}
}


@media screen and (min-width:1200px) and (min-height:551px) and (max-height:700px) {
	.index_item .inner{top:58%;}
	.s_logo{width:25%;}
	.index_item_1 .inner{width:85%;}
	.index_item_1 .img{width:44%;top:50%;}
	.index_item_1 .content{width:45%;}
	.index_item_1 ul li img{width:50px;}
	.index_item_1 .tit img{width:50px;}
	.index_item_1 .tit p{font-size:28px;}
	.index_item_1 .tit h1{font-size:22px;margin:10px 0 10px;}
	.index_item_1 .text{margin:15px 0 20px;}
	.index_item_1 .more{margin-top:30px;}
	
	.index_item_2 .inner{width:100%;}
	.index_item_2 .img{width:44%;top:50%;}
	.index_item_2 .content{width:45%;}
	.index_item_2 ul li img{width:50px;}
	.index_item_2 .tit img{width:50px;}
	.index_item_2 .tit p{font-size:28px;}
	.index_item_2 .tit h1{font-size:22px;margin:10px 0 10px;}
	.index_item_2 .text{margin:15px 0 20px;}
	.index_item_2 .more{margin-top:30px;}

	.s_logo{margin-bottom:25px;}

	.index_item_4 .inner>p{margin:10px auto 2%;}
	.caseSection{height:300px;}
	.caseSection p{top:102%;}
	
	
	
	.i_item5_icon img{width:100px;height:100px;margin:0 auto 15px;}
	.i_item5_icon p{font-size:20px;}
	.i_item5 a>p{height:40px;line-height:40px;}

}

@media screen and (min-width:1200px) and (min-height:701px) and (max-height:800px){

	.index_item_4 .inner{top:55%;padding:0;}
	.index_item_4 .inner>p{margin:10px auto 2%;}
	.caseSection{width:75%;height:380px;}
	.caseSection p{top:102%;}
}


@media screen and (min-width: 1200px) and (max-width: 1399px){
	.index_item_4 .inner h2{font-size:28px;}
	.index_item_4 .inner h2 span{font-size:22px;}
	.index_item_4 .inner .title{font-size:22px; }
	
	.i_item5_icon img{width:100px;height:100px;margin:0 auto 15px;}
	.i_item5_icon p{font-size:20px;}
}

@media screen and (min-width:992px) and (max-width:1199px){

	.banner .text img{width:120%;margin-left:-10%;}
	.banner_2 .text img{width:120%;margin-left:0;}
	.banner_3 .text img{width:120%;margin-left:-10%;}


	.index_item_1 .inner{padding:35px 0;}
	.index_item_1 .tit p{font-size:28px;}
	.index_item_1 .tit h1{font-size:18px;margin:10px 0;}
	.index_item_1 ul li img{width:60px;}
	.index_item_1 .more,{margin-top:20px;}
	
	/* .index_item_2 .inner{padding:35px 0;} */
	.index_item_2 .tit p{font-size:28px;}
	.index_item_2 .tit h1{font-size:18px;margin:10px 0;}
	.index_item_2 ul li img{width:60px;}
	.index_item_2 .more,{margin-top:20px;}
	
	.index_item_4 .inner{width:80%;}
	.index_item_4 .inner>p{margin-bottom:5%;}
	.index_item_4 .inner h2{font-size:26px;}
	.index_item_4 .inner h2 span{font-size:20px;}
	.index_item_4 .inner .title{font-size:22px; }
	.index_item_4 .ms {font-size: 16px; margin-top: -50px;}
	.index_item_4 .ms1 {font-size: 16px; margin-top: 10px;}
	
	.caseSection{min-width:100%;height: 40vh;}
	.caseSection p{display: none;}


	.i_item5_icon img{width:90px;height:90px;margin:0 auto 14px;}
	.i_item5_icon p{font-size:18px;}

}

@media screen and (min-width:768px) and (max-width:991px){
	/* #videoContainer{display:none;} */

	.banner .text img{width:150%;margin-left:-25%;}
	.banner_2 .text img{width:150%;margin-left:0;}
	.banner_3 .text img{width:150%;margin-left:-35%;}

	.index_item_1 .tit p{font-size:28px;}
	.index_item_1 .tit img{width:60px;}
	.index_item_1 .tit h1{font-size:18px;margin:10px 0;}
	.index_item_1 .inner{padding:35px 45px 45px;}
	.index_item_1 .content{float:none;width:100%;padding: 0;}
	.index_item_1 .img{float:none;position:relative;top:0;right:0;transform:translateY(0);-webkit-transform:translateY(0);margin:30px 0 0;}
	.index_item_1 .icon_play{width:55px;height:55px;}
	.index_item_1 .smallTitle{font-size: 24px; font-weight: bold; margin-top: 30px;}
	.page-swiper{float: none; width: 75%; margin-top: 50px;}
	.page-swiper .swiper-container11 .swiper-button-next{display: none;}
	.page-swiper .swiper-container11 .swiper-button-prev{display: none;}
	
	.index_item_1 .content,.index_item_1 .content{float:none;width:100%;padding: 0;}
	.s_logo{width:20%;margin-bottom:25px;}
	.index_item_1 .more,{margin-top:10px;}
	
	
	.index_item_2 .tit p{font-size:28px;}
	.index_item_2 .tit img{width:60px;}
	.index_item_2 .tit h1{font-size:18px;margin:10px 0;}
	/* .index_item_2 .inner{padding:35px 45px 45px;} */
	.index_item_2 .content{float:none;width:100%;}
	.index_item_2 .img{float:none;position:relative;top:0;right:0;transform:translateY(0);-webkit-transform:translateY(0);margin:30px 0 0;}
	.index_item_2 .icon_play{width:55px;height:55px;}
	.index_item_2 .smallTitle{font-size: 14px; font-weight: bold; margin-top: 30px;}
	.index_item_2 .content,.index_item_2 .content{float:none;width:100%;}
	.index_item_2 .more,{margin-top:10px;}
	.index_item_2 .home-page2-right{position: relative;}
	.index_item_2 .home-page2-moblie{width: 100%; display: block;}
	.index_item_2 .home-page2-moblie .left img{width: 100%; max-width: 500px;}
	.index_item_2 .home-page2-right .more{}
	.index_item_2 .home-page2-pc-more{display: none;}
	.index_item_2 .home-page2-moblie-more{display: flex;}
	
	.index_item_4 .inner{width:84%;}
	.index_item_4 .ms {font-size: 16px; margin-top: -50px;}
	
	.caseSection{min-width:100%;height: 40vh;}
	.caseSection p{display: block;}
	
	.index_item_4 .inner h2{font-size:24px;}
	.index_item_4 .inner h2 span{font-size:18px;}
	.index_item_4 .inner .title{font-size:18px; }
	.index_item_4 .inner>p{margin-bottom:40px;}
	.caseSection p{top:97%;}

	.i_item5_icon img{width:80px;height:80px;margin:0 auto 13px;}
	.i_item5_icon p{font-size:16px;}

}

@media screen and (min-width:0px) and (max-width:767px){
	.downTip{width:13px;height:17px;background:url(../images/icon_36.png) no-repeat center;background-size:100% 100%;}

	#videoContainer{display:none;}
	/*.banner .text img{width:230%;margin-left:-65%;}
	.banner_1 .text{top:50%;}
	.banner_2 .text img{margin-left:-7%;}
	.banner_3 .text{top:50%;}
	.banner_3 .text img{margin-left:-106%;}
	.banner_4 .text{top:50%;}
	.banner_5 .text{top:57.5%;}
    */
    .min_text{display: block;}
    .pc_text{display:none;}
    .banner_1 .text{top:auto;bottom:8%;transform: translateY(0);-webkit-transform: translateY(0);}
	.banner_2 .text{top:-10%;}
    .banner_3 .text{top:45%;}
    .banner_4 .text{top:30%;}
    .banner_5 .text{top:50%;}
    .banner .swiper-button-next{right:23px; display: none;}
    .banner .swiper-button-prev{left:23px; display: none;}
    .banner .swiper-button{width:10px;height:17px;}

    /* .banner_1,#background_video{background:url(../images/20200302113012sqijvfck.jpg) no-repeat center!important;background-size:100% 100% !important;} */
    
	.index_item_1 .inner{width:100%;top:50%;}
	.index_item_1 .tit p{font-size:30px;}
	.index_item_1 .tit h3{font-size:20px; font-weight: 400;}
	.index_item_1 .tit img{width:35px;}
	.index_item_1 .tit h1{font-size:17px;margin:5px 0;}
	.index_item_1 .text{margin:10px 0 0;font-size:13px;line-height:20px; color: #BEB3B3;}
	.index_item_1 ul{display:none;}
	.index_item_1 ul li{width:33.3%;margin-right:0;text-align:center;}
	.index_item_1 ul li img{width:50px;}
	.index_item_1 .content{float:none;width:100%;padding: 0 5% ;}
	.index_item_1 .img{float:none;width:100%;position:relative;top:0;right:0;transform:translateY(0);-webkit-transform:translateY(0);margin:12px auto 0;}
	.index_item_1 .icon_play{width:50px;height:50px;}
	.index_item_1 .smallTitle{font-size: 28px; font-weight: 500; margin-top: 20px;}
	.page-swiper{float: none; width: 100%; margin:30px auto 0 auto ; max-width: 80%; }
	.page-swiper .swiper-container11 .swiper-button-next{display: none;}
	.page-swiper .swiper-container11 .swiper-button-prev{display: none;}
	.page-swiper .swiper-container11 .swiper-button-next1{display: block;position: absolute;left: 5%;top:50%; max-width:35px;max-height: 35px;z-index: 999;border-radius: 50%;}
	.page-swiper .swiper-container11 .swiper-button-prev1 {display: block;position: absolute;right: 5%; top:50%; max-width:35px;max-height: 35px;z-index: 999;border-radius: 50%;}
	
	.index_item_1 .content,.content{float:none;width:100%;}
	.s_logo{width:20%;margin-bottom:25px;}
	.index_item_1 .more{margin-top:10px;font-size:14px;}
	
	.index_item_2 .inner{width:100%;}
	.index_item_2 .tit p{font-size:20px;}
	.index_item_2 .tit img{width:35px;}
	.index_item_2 .tit h1{font-size:17px;margin:5px 0;}
	.index_item_2 .text{margin:10px 0 0;font-size:13px;line-height:20px;}
	.index_item_2 ul{display:none;}
	.index_item_2 ul li{width:33.3%;margin-right:0;text-align:center;}
	.index_item_2 ul li img{width:50px;}
	.index_item_2 .content{float:none;width:100%;padding-top:0;}
	.index_item_2 .img{float:none;width:100%;position:relative;top:0;right:0;transform:translateY(0);-webkit-transform:translateY(0);margin:12px auto 0;}
	.index_item_2 .icon_play{width:50px;height:50px;}
	.index_item_2 .smallTitle{font-size: 14px; font-weight: bold; margin-top: 20px;}
	.index_item_2 .home-page2-pc{display: none;}
	.index_item_2 .home-page2-right{position: relative;transform: none;}
	.index_item_2 .home-page2-moblie{width: 100%; display: block;}
	.index_item_2 .home-page2-moblie .left img{width: 100%; max-width: 500px;}
	.index_item_2 .home-page2-pc-more{display: none;}
	.index_item_2 .home-page2-moblie-more{display: flex;}
	
	.index_item_4 .inner{width:86%;padding:30px 0 50px;}
	.index_item_4 .inner h2{font-size:20px;}
	.index_item_4 .inner h2 span{font-size:14px;}
	.index_item_4 .inner .title{font-size:14px; }
	.index_item_4 .inner>p{margin-top:20px;margin-bottom:30px;line-height:20px;font-size:12px;/*text-align:left;text-align: justify;*/}
	/*.index_item_4 .inner>p span{display:inline;}*/
	.index_item_4 .ms {font-size: 14px; margin-top: 50px;}
	.index_item_4 .ms1 {font-size: 14px; margin-top: 10px; display: none;}
	
	.s7_tabItems .item {margin-top: 10px;}
	
	.i_item5 .bgMin{display: block;}
	.i_item5 .bgPc{display: none;}
	.i_item5{width:100%;height:33.33%;}
	.i_item5_icon img{width:70px;height:70px;margin:0 auto 7px;}
	.i_item5_icon p{font-size:16px;}
	.i_item5 a>p{height:40px;line-height:40px;font-size:15px;}

	.caseSection{display:none;}
	.index_item_4 .swiper-container{display:block;}


}
@media screen and (min-width:0px) and (max-width:413px){
	
	.min_text{display: block;}
	.pc_text{display:none;}
	.banner_1 .text{top:auto;bottom:8%;transform: translateY(0);-webkit-transform: translateY(0);}
	.banner_2 .text{top:0%;}
	.banner_3 .text{top:45%;}
	.banner_4 .text{top:30%;}
	.banner_5 .text{top:50%;}
	.banner .swiper-button-next{right:23px; display: none;}
	.banner .swiper-button-prev{left:23px; display: none;}
	.banner .swiper-button{width:10px;height:17px;}
	
	.index_item .inner{position:relative;top:0;left:0;margin:0 auto;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);}

	.index_item_4 .outer-swiper-container {margin-top: 20px;}
	.index_item_4 .ms {font-size: 14px; margin-top: 20px;}
	.index_item_4 .ms1 {font-size: 14px; margin-top: 10px; display: none;}
	.index_item_4 .more {font-size: 14px; margin-top: 20px;}


	.index_item_1 .content{padding-top:30px;}
	.index_item_2 .content{padding-top:30px;}
	.index_item_2 .home-page2-pc{display: none;}
	.index_item_2 .home-page2-right{position: relative; transform: none; margin-top: 20px; padding-top: 0px;}
	.index_item_2 .home-page2-moblie{width: 100%; display: block;}
	.index_item_2 .home-page2-moblie .left img{width: 100%; max-width: 500px;}
	.index_item_2 .home-page2-pc-more{display: none;}
	.index_item_2 .home-page2-moblie-more{display: flex;}
	.index_item_1 .text p{font-size:14px;}
	
	.i_item5 a>p{height:35px;line-height:35px;font-size:14px;}
}

@media screen and (min-width:0px) and (max-width:374px){
	.index_item_4 .inner>p{font-size:12px;margin:20px 0;line-height:20px;}
	.index_item_4 .swiper-slide img{max-width:180px;}
	.index_item_1 .tit img{display:none;}
	.index_item_1 .text p{font-size:14px;}
	.index_item_2 .tit img{display:none;}

	.index_item_1 .content{padding-top:20px;}
	
	.index_item_2 .home-page2-moblie .left {margin-bottom: 20px;}
	.index_item_2 .content{padding:0 20px;}
	.index_item_2 .home-page2-right{position: relative; transform: none; padding-top: 0px;}
	
	.index_item_2 .home-page2-pc{display: none;}
	.index_item_2 .home-page2-right{position: relative; transform: none;}
	.index_item_2 .home-page2-moblie{width: 100%; display: block;}
	.index_item_2 .home-page2-moblie .left img{width: 100%; max-width: 500px;}
	.index_item_2 .home-page2-pc-more{display: none;}
	.index_item_2 .home-page2-moblie-more{display: flex;}

}


@media screen and (min-width:0px) and (max-width:374px) and (max-height:560px) {
	.header{height:60px;}
	.header .min_main_nav{top:60px;}
	.header .logo{line-height:60px;}
	.header .menu_icon, .header .menu_icon_cha{background-size:20px 20px;}
	.header .min_main_nav .nav li a{font-size:14px;padding:5px 0;}
	
	.index_item_4 .inner{padding-top:13px;}
	.index_item_1 .tit img{display:block;}
	.index_item_1 .text p{margin-bottom:15px;font-size:14px;}
	.index_item_1 .img{display:none;}
	.index_item_1 .content{padding-top:20px;}
	
	.index_item_2 .tit img{display:block;}
	.index_item_2 .text p{margin-bottom:15px;}
	.index_item_2 .img{display:none;}
	.index_item_2 .content{padding-top:20px;}
	.index_item_2 .home-page2-pc{display: none;}
	.index_item_2 .home-page2-right{position: relative; transform: none;}
	.index_item_2 .home-page2-moblie{width: 100%; display: block;}
	.index_item_2 .home-page2-moblie .left img{width: 100%; max-width: 500px;}
	.index_item_2 .home-page2-pc-more{display: none;}
	.index_item_2 .home-page2-moblie-more{display: flex;}
	
	.index_item_4 .swiper-slide img{width:130px;}
	
	

}
@media screen and (min-width:0px) and (max-width:767px) and (max-height:568px) {
	.page-swiper {margin-top: 10px;}
	.page-swiper .swiper-container11 .swiper-slide{width: 50%;}
}


@media screen and (min-width:768px) and (max-height:560px){
	.footerAdd{display: none;}

}
@media screen and (min-width:768px) and (max-height:768px){
	/* 底部 */
	.footer_top{padding:30px 0;}
	.footer_top h3{margin-bottom:15px;}
	.footer_top a{line-height:30px;}
	.f_nav_item_contact{display: none;}
	.footerAdd{padding:20px 0;}
}
@media screen and (min-width:992px) and (min-height:700px) and (max-height:768px){
	
	/* 底部 */
	.footerAdd{padding:25px 0;}
	.footer_top{padding:25px 0;}
	.footer_top h3{margin-bototm:10px;font-size:18px;}
	.footer_top a{line-height:25px;}
	.f_nav_item_contact{display: block;margin-top:20px;}
	.f_nav_item_contact a{line-height:30px;}
	
}