@-webkit-keyframes slide_down {  0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 50% {
 -webkit-transform: translateY(0.1rem);
 transform: translateY(0.1rem);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slide_down {  0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 50% {
 -webkit-transform: translateY(0.1rem);
 transform: translateY(0.1rem);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
/*侧边栏 start*/

.sidebar { position: fixed; z-index: 10000; right: 0.8rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.sidebar ul li { list-style: none; text-align: center; margin: 0.14rem 0; }
.sidebar ul li a { display: inline-block; width: 0.15rem; height: 0.15rem; border-radius: 50%; border: 0.02rem solid #ffffff; -webkit-transition: all 0.5s; transition: all 0.5s; }
.sidebar ul li.active a { height: 0.3rem; border: 0.02rem solid #0B2FBB; border-radius: 0.3rem; background: #0B2FBB; }
.sidebar.gray_sidebar ul li a { border: 0.02rem solid rgba(0, 0, 0, 0.3); }
.sidebar.gray_sidebar ul li.active a { height: 0.3rem; border: 0.02rem solid #0B2FBB; border-radius: 0.3rem; background: #0B2FBB; }
/*侧边栏 end*/

.section {  }

/***幻灯********/
.section1 { position: relative;   }
.section1 .section1-content { width: 100%; height: 100%; position: relative; }
.section1 .section1-content .swiper-container { width: 100%; height:800px; overflow: hidden; display: block; }
.section1 .section1-content .swiper-container .swiper-wrapper { -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
.section1 .section1-content .swiper-container .swiper-slide { width: 100%; height: 100%; }
.section1 .section1-content .swiper-container .swiper-slide .slide_bg { width: 100%; height:800px;    position: absolute;
    left: 0;
    top: 0;  }
.section1 .section1-content .swiper-container .swiper-slide .slide_bg img { width: 100%; height: 100%; object-fit: cover; }


.section1 .section1-content .swiper-container .swiper-slide .slide-content { width: 1400px; height: 100%; margin: 0 auto; position: relative; }
.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner { width: 1000px; position: absolute; left: 0; top: 200px }
.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner h3 {  font-size: 45px; color: #ffffff; line-height:50px }


.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner p {   font-size:20px; color: rgba(255, 255, 255, 0.8); line-height: 35px; margin:20px 0 }
.section1 .section1-content .swiper-container .swiper-slide .slide-content .slide-content-inner .more_btn { opacity: 0; }
.section1 .section1-content .swiper-container .swiper-slide.ani-slide .slide-content .slide-content-inner h3 { -webkit-animation: fadeIn 0.5s ease-in-out forwards; animation: fadeIn 0.5s ease-in-out forwards; }
.section1 .section1-content .swiper-container .swiper-slide.ani-slide .slide-content .slide-content-inner p { -webkit-animation: fadeIn 0.5s ease-in-out forwards; animation: fadeIn 0.5s ease-in-out forwards; }



.section1 .section1-content .swiper-container .swiper-slide.ani-slide .slide-content .slide-content-inner .more_btn { -webkit-animation: fadeIn 0.5s ease-in-out forwards; animation: fadeIn 0.5s ease-in-out forwards; }


.section1 .section1-content .swiper-container .swiper-pagination { bottom: 50px; }
.section1 .section1-content .swiper-container .swiper-pagination .swiper-pagination-bullet { background: none; width: 0.15rem; height: 0.15rem; border: 0.02rem solid rgba(255, 255, 255, 0.3); -webkit-transition: all 0.5s; transition: all 0.5s; margin: 0 0.14rem; opacity: 1; }
.section1 .section1-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 0.3rem; border: 0.02rem solid #0B2FBB; border-radius: 0.3rem; background: #0B2FBB; }
.section1 .section1-content .slide_down { position: absolute; left: 50%; bottom: 30px; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-align: center; z-index: 20; }

.section1 .section1-content .slide_down img { width: 0.2rem; height: 0.26rem; -webkit-animation: slide_down 1s infinite; animation: slide_down 1s infinite; }
.section1 .section1-content .slide_down p { font-size: 0.16rem; line-height: 0.2rem; color: #ffffff; margin-top: 0.16rem; }




.section2 { background: #ffffff; padding:75px 0 ; overflow: hidden }
.section2 .section2-content { width: 1400px; height: 100%; margin: 0 auto; position: relative; }
.section2 .section2-content .section2-content-left { width: 50%;    }
.section2 .section2-content .section2-content-left .section2_tit { padding-bottom: 50px; position: relative; }
 .section2 .section2-content .section2-content-left .section2_tit::after {
 content: '';
 width: 100px;
 height: 4px;
 background: #0B2FBB;
 border-radius: 3px;
 position: absolute;
 left: 0;
 bottom: 0;
}

.section2 .section2-content .section2-content-left .section2_tit h3 { font-size: 30px; line-height: 40px; color: #4c4c4c; }
.section2 .section2-content .section2-content-left .section2_tit h3 span { color: #0B2FBB; }
.section2 .section2-content .section2-content-left .section2_txt { width: 100%; margin-top:20px; margin-bottom: 20px; }
.section2 .section2-content .section2-content-left .section2_txt p { font-size: 14px; line-height: 0.3rem; color: #666666; margin-bottom: 0.2rem; }
.section2 .section2-content .section2-content-right { position: absolute; right: 0; top: 60%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.section2 .section2-content .section2-content-right img { height:auto; max-width:100% }
.section2.active .section2-content .section2-content-left .section2_tit { -webkit-animation: fadeInTop 1s ease-in-out; animation: fadeInTop 1s ease-in-out; }
.section2.active .section2-content .section2-content-left .section2_txt { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }
.section2.active .section2-content .section2-content-left .more_btn { -webkit-animation: fadeInLeft 1s ease-in-out 0.5s; animation: fadeInLeft 1s ease-in-out 0.5s; }
.section2.active .section2-content .section2-content-right img { -webkit-animation: fadeInRight 1s ease-in-out; animation: fadeInRight 1s ease-in-out; }


/************************/
.section3 { background: url('../images/page3_bg.jpg') no-repeat center center; background-size: 100% 100%; }
.section3 .section3-content { width: 15.18rem; height: 100%; margin: 0 auto; position: relative; }
.section3 .section3-content .current_video { position: absolute; left: 0; top: 55%; -webkit-transform: translateY(-50%); transform: translateY(-50%); overflow: hidden; }
.section3 .section3-content .current_video .swiper { width: 7.5rem; }
.section3 .section3-content .current_video .swiper .swiper-slide { width: 100%; }
.section3 .section3-content .current_video .swiper .swiper-slide .video_tit h3 { font-size: 0.6rem; line-height: 0.72rem; color: #ffffff; }
.section3 .section3-content .current_video .swiper .swiper-slide .video_tit h3 span { color: #0B2FBB; }
.section3 .section3-content .current_video .swiper .swiper-slide .video_p { font-size: 0.24rem; margin-top: 0.37rem; color: #ffffff; }
.section3 .section3-content .current_video .swiper .swiper-slide .video_p p { line-height: 0.42rem; }
.section3 .section3-content .current_video .swiper .swiper-slide .play_btn { margin: 0.73rem 0.73rem 0.73rem 0; width: 2.5rem; height: 0.8rem; line-height: 0.8rem; border-radius: 0.8rem; cursor: pointer; text-align: center; font-size: 0.24rem; color: #ffffff; background: #0B2FBB; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  transition: all .3s linear;
}
.section3 .section3-content .current_video .swiper .swiper-slide .play_btn img { width: 0.2rem; height: 0.26rem; margin-right: 0.26rem; }
.section3 .section3-content .current_video .swiper .swiper-slide .play_btn:hover {  -webkit-box-shadow: .3rem 0.2rem 0.45rem 0.05rem rgba(231, 148, 60, 0.3);
 box-shadow: .3rem 0.2rem 0.45rem 0.05rem rgba(231, 148, 60, 0.3);
}
.section3 .video_lunbo { position: absolute; right: 0; top: 0; width: 7rem; height: 100%; -webkit-backdrop-filter: blur(0.1rem); backdrop-filter: blur(0.1rem); padding-left: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.section3 .video_lunbo .lunbo_inner { padding-top: 1rem; width: 3.8rem; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); overflow: hidden; position: relative; }
.section3 .video_lunbo .lunbo_inner .swiper-button-prev { width: 100%; height: 1.04rem; background-image: url('../images/lunbo_top_icon1_1.png'); background-repeat: no-repeat; background-position: center center; background-size: 0.16rem 0.1rem; position: relative; top: inherit; left: inherit; margin-top: 0; }
.section3 .video_lunbo .lunbo_inner .swiper-button-prev:hover { background-image: url('../images/lunbo_top_icon1_2.png'); }
.section3 .video_lunbo .lunbo_inner .swiper-button-next { width: 100%; height: 1.04rem; background-image: url('../images/lunbo_bottom_icon1_1.png'); background-repeat: no-repeat; background-position: center center; background-size: 0.16rem 0.1rem; position: relative; top: inherit; left: inherit; margin-top: 0; }
.section3 .video_lunbo .lunbo_inner .swiper-button-next:hover { background-image: url('../images/lunbo_bottom_icon1_2.png'); }
.section3 .video_lunbo .lunbo_inner .swiper-container { height: 5.8rem; overflow: hidden; border-top: 1PX solid rgba(255, 255, 255, 0.2); }
.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide { width: 100%; border-bottom: 1PX solid rgba(255, 255, 255, 0.2); padding-top: 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_icon { width: 0.7rem; height: 0.7rem; border-radius: 50%; overflow: hidden; font-size: 0; float: left; }
.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_icon img { width: 100%; height: 100%; }
.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_txt { margin-left: 1.1rem; margin-top:4px; }
.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_txt h3 { font-size: 0.24rem; line-height: 0.3rem; color: #ffffff; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide .video_txt p { font-size: 0.16rem; line-height: 0.26rem; color: rgba(255, 255, 255, 0.6); margin-top: 0.1rem; }
.section3 .video_lunbo .lunbo_inner .swiper-container .swiper-slide.swiper-slide-active .video_txt h3 { color: #0B2FBB; }
.section3.active .current_video .swiper { -webkit-animation: fadeInTop 1s ease-in-out; animation: fadeInTop 1s ease-in-out; }
.section3.active .video_lunbo { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }
.section4 { background: url('../images/page4_bg.jpg') no-repeat center center; background-size: 100% 100%; }
.section4 .section4-content { width: 1400px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.section4 .section4-content .section4-left { float: left; width: 7.3rem; }
.section4 .section4-content .section4-left .num { white-space: nowrap; font-size: 1rem; color: #ffffff; text-shadow: 1PX 1PX 0 #cccccc, -1PX 1PX 0 #cccccc, 1PX -1PX 0 #cccccc, -1PX -1PX 0 #cccccc; }
.section4 .section4-content .section4-left .section4_lunbo { position: relative; margin-top: 0.25rem; }
.section4 .section4-content .section4-left .section4_lunbo .swiper-container { display: none; height: 5.28rem; -webkit-box-shadow: 0 0.2rem 0.8rem 0 rgba(127, 69, 8, 0.35); box-shadow: 0 0.2rem 0.8rem 0 rgba(127, 69, 8, 0.35); border-radius: 0.4rem; }
.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide { width: 100%; height: 5.28rem; position: relative; border-radius: 0.4rem; overflow: hidden; }
.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide img { width: 100%; height: 100%; }
.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide .slide_font { position: absolute; bottom: 0.4rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); font-size: 0.22rem; color: #ffffff; min-width: 3.2rem; height: 0.6rem; padding: 0 0.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1PX solid rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.3); border-radius: 0.6rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.section4 .section4-content .section4-left .section4_lunbo .swiper-container .swiper-slide .slide_font img { width: 0.27rem; height: 0.29rem; margin-right: 0.2rem; }
.section4 .section4-content .section4-left .section4_lunbo .swiper-container.active_lunbo { display: block; }
.section4 .section4-content .section4-left .section4_lunbo.lunbo_1 { display: block; }
.section4 .section4-content .section4-left .section4_lunbo.lunbo_2 { display: none; }
.section4 .section4-content .section4-right { float: right; width: 5.7rem; margin-top: 1.6rem; }
.section4 .section4-content .section4-right .product_tab { width: 100%; height: 0.86rem; line-height: 0.86rem; border-bottom: 0.02rem solid #efe8e1; font-size: 0; }
.section4 .section4-content .section4-right .product_tab .tab_item { display: inline-block; width: 50%; text-align: center; font-size: 0.3rem; color: #222222; cursor: pointer; position: relative; }
.section4 .section4-content .section4-right .product_tab .tab_item img { width: 0.32rem; height: 0.34rem; vertical-align: middle; margin-right: 0.2rem; margin-top: -0.03rem; }
.section4 .section4-content .section4-right .product_tab .tab_item img.img1 { display: inline-block; }
.section4 .section4-content .section4-right .product_tab .tab_item img.img2 { display: none; }
.section4 .section4-content .section4-right .product_tab .tab_item.on { color: #0B2FBB; }
 .section4 .section4-content .section4-right .product_tab .tab_item.on::after {
 content: '';
 width: 100%;
 height:4px;
 background: #0B2FBB;
 border-radius:4px;
 position: absolute;
 left: 0;
 bottom: -0.03rem;
}
.section4 .section4-content .section4-right .product_tab .tab_item.on img.img1 { display: none; }
.section4 .section4-content .section4-right .product_tab .tab_item.on img.img2 { display: inline-block; }
.section4 .section4-content .section4-right .product_content { margin-top: 0.54rem; }
.section4 .section4-content .section4-right .product_content .pro_txt { color: #666666; }
.section4 .section4-content .section4-right .product_content .pro_txt p { display: none; font-size: 14px; line-height: 0.3rem; }
.section4 .section4-content .section4-right .product_content .pro_txt p a { margin-left: 14px; font-size: 0.16rem; color: #0B2FBB; }
.section4 .section4-content .section4-right .product_content .pro_txt p a:hover { text-decoration: underline; }
.section4 .section4-content .section4-right .product_content .pro_txt p.txt_on { display: block; }
.section4 .section4-content .section4-right .product_content ul { margin-top: 0.54rem; }
.section4 .section4-content .section4-right .product_content ul li { float: left; width: 2.75rem; height: 0.5rem; margin-right: 0.2rem; margin-bottom: 0.15rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 0.05rem; font-size: 14px; color: #4c4c4c; padding: 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; position: relative; background-color: #f9f7f5; background-image: url('../images/pro_jt_right.png'); background-repeat: no-repeat; background-position: right 0.19rem center; background-size: 0.08rem 0.14rem; -webkit-transition: all 0.3s; transition: all 0.3s; }
.section4 .section4-content .section4-right .product_content ul li a { color: #4c4c4c; }
 .section4 .section4-content .section4-right .product_content ul li::before {
 content: '';
 width:4px;
 height:4px;
 background: #0B2FBB;
 position: absolute;
 left: 0.2rem;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
 .section4 .section4-content .section4-right .product_content ul li:nth-child(2n) {
 margin-right: 0;
}
.section4 .section4-content .section4-right .product_content ul li:hover { background-color: #0B2FBB; background-image: url('../images/pro_jt_right_white.png'); color: #ffffff; }
.section4 .section4-content .section4-right .product_content ul li:hover a { color: #ffffff; }
 .section4 .section4-content .section4-right .product_content ul li:hover::before {
 background: #ffffff;
}
.section4 .section4-content .section4-right .product_content .item1 { display: block; }
.section4 .section4-content .section4-right .product_content .item2 { display: none; }
.section4.active .section4-content .section4-left .num { -webkit-animation: fadeInTop 1s ease-in-out; animation: fadeInTop 1s ease-in-out; }
.section4.active .section4-content .section4-left .section4_lunbo { -webkit-animation: fadeInLeft 1s ease-in-out; animation: fadeInLeft 1s ease-in-out; }
.section4.active .section4-content .section4-right .product_tab { -webkit-animation: fadeInRight 1s ease-in-out; animation: fadeInRight 1s ease-in-out; }
.section4.active .section4-content .section4-right .product_content { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }
/************/
.section5 { background: url('../images/page5_bg.jpg') no-repeat center center; background-size: 100% 100%; padding:75px 0; overflow:hidden }


.section5 .section5-content { width: 1400px; height: 100%; margin: 0 auto; position: relative; }

.section5 .section5-content .section5-left { width: 700px; float:left; padding-top:50px; /*  -webkit-transform: translateY(-50%); transform: translateY(-50%); */}

.section5 .section5-content .section5-left .section5_tit { padding-bottom: 70px; position: relative; }
 .section5 .section5-content .section5-left .section5_tit::after {
 content: '';
 width: 100px;
 height:4px;
 border-radius:4px;
 background: #0B2FBB;
 position: absolute;
 left: 0;
 bottom: 0;
}
.section5 .section5-content .section5-left .section5_tit h3 { font-size: 60px; line-height: 0.72rem; color: #4c4c4c;     -webkit-box-sizing: border-box;
    box-sizing: border-box;
   
    -webkit-text-stroke: 1PX rgba(76, 76, 76, 0.35);
    color: rgba(255, 255, 255, 0);}
.section5 .section5-content .section5-left .section5_tit h4 { font-size: 0.4rem; line-height: 0.32rem; color: #4c4c4c; }



.section5 .section5-content .section5-left .year_history { margin: 0.74rem 0; background: url('../images/history_line.png') no-repeat left 1.05rem top 0.1rem; background-size: 0.09rem 1.05rem; }
.section5 .section5-content .section5-left .year_history .history_item { padding-bottom: 0.15rem; position: relative; }
.section5 .section5-content .section5-left .year_history .history_item .item_name { position: absolute; left: 0; font-size: 0.24rem; line-height: 0.32rem; color: #4c4c4c; }
.section5 .section5-content .section5-left .year_history .history_item .item_desc { margin-left: 1.5rem; font-size: 0.24rem; line-height: 0.32rem; color: #666666; }
.section5 .section5-content .section5-left .year_history .history_item .item_name1 { position: absolute; left: 0; font-size: 0.24rem; line-height: 0.32rem; color: #4c4c4c; }


 .section5 .section5-content .section5-left .year_history .history_item:nth-last-child(1)::after {
 display: none;
}
.section5 .section5-content .section5-right { width: 450px; float:right }


.section5 .section5-content .section5-right .core_li { position: relative; float: left; padding: 0.6rem 0.4rem 0 0.4rem; margin-right: 0.1rem; margin-bottom: 0.1rem; width: 202px; height: 216px; background: #ffffff; border-radius: 0.1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }




 .section5 .section5-content .section5-right .core_li:nth-child(2n) {
 margin-right: 0;
}
.section5 .section5-content .section5-right .core_li h3 { font-size: 22px; color: #4c4c4c; }
.section5 .section5-content .section5-right .core_li .jt { width: 0.25rem; height: 14px; margin-top: 0.5rem; background-image: url('../images/jt_icon_yellow.png'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
.section5 .section5-content .section5-right .core_li .core_li_hover { opacity: 0; position: absolute; top: 0; right: 0; width: 3.3rem; height: 2.05rem; background: url('../images/choose_item_bg.png') #0B2FBB no-repeat center center; background-size: 100% 100%; -webkit-box-shadow: 0 0.2rem 0.54rem 4px rgba(231, 148, 60, 0.5); box-shadow: 0 0.2rem 0.54rem4px rgba(231, 148, 60, 0.5); border-radius: 0.1rem; overflow: hidden; font-size: 0; }


.section5 .section5-content .section5-right .core_li .core_li_hover a { font-size: 0; display: block; padding: 0.42rem 0.4rem 0.42rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.section5 .section5-content .section5-right .core_li .core_li_hover .icon { height: 0.6rem; }
.section5 .section5-content .section5-right .core_li .core_li_hover .icon img { height: 100%; }



.section5 .section5-content .section5-right .core_li .core_li_hover h4 { font-size: 22px; line-height: 0.34rem; color: #ffffff; margin-top: 0.28rem; }
.section5 .section5-content .section5-right .core_li .core_li_hover .jt { width: 0.25rem; height: 14px; background-image: url('../images/jt_icon_white.png'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; position: absolute; right: 0.7rem; bottom: 0.5rem; }
.section5 .section5-content .section5-right .core_li:hover .core_li_hover { -webkit-animation: fadeInLeft 0.5s ease-in-out forwards; animation: fadeInLeft 0.5s ease-in-out forwards; }
.section5.active .section5-content .section5-left .section5_tit { -webkit-animation: fadeInTop 1s ease-in-out; animation: fadeInTop 1s ease-in-out; }
.section5.active .section5-content .section5-left .year_history { -webkit-animation: fadeInLeft 1s ease-in-out; animation: fadeInLeft 1s ease-in-out; }
.section5.active .section5-content .section5-left .more_btn { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }
.section5.active .section5-content .section5-right .core_li { -webkit-animation: fadeInRight 1s ease-in-out; animation: fadeInRight 1s ease-in-out; }


/************************/
.section6 { background: url('../images/page6_bg.jpg') no-repeat center center; background-size: 100% 100%; height:700px; padding:150px 0 50px; overflow:hidden }
.section6 .section6-content { width: 1400px; height: 100%; margin: 0 auto; position: relative; }



.section6 .section6-content .section6-square { width: 700px; border-radius: 0.5rem; border: 0.02rem solid rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.1); -webkit-backdrop-filter: blur(0.1rem); backdrop-filter: blur(0.1rem);   padding: 0.54rem 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.section6 .section6-content .section6-square h3 { font-size: 28px; line-height: 35px;   color: rgba(255, 255, 255, 0); }
.section6 .section6-content .section6-square .solution_inner { margin-top:30px; }

.section6 .section6-content .section6-square .solution_inner h3{ font-size:0.3rem }

.section6 .section6-content .section6-square .solution_inner h3 span { cursor: pointer; font-size: 40px; font-weight: 600; line-height: 40px; color: #ffffff; padding-right: 0.05rem; position: relative; }

.section6 .section6-content .section6-square .solution_inner h3 span.active { color: #F99906; }

/*
.section6 .section6-content .section6-square .solution_inner .solution_tab { font-size: 0; }
.section6 .section6-content .section6-square .solution_inner .solution_tab span { cursor: pointer; font-size: 0.3rem; line-height: 0.4rem; color: #ffffff; padding-right: 0.65rem; position: relative; }
 .section6 .section6-content .section6-square .solution_inner .solution_tab span::after {
 content: '';
 width:4px;
 height:4px;
 background: #0B2FBB;
 position: absolute;
 right: 0.3rem;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}



 .section6 .section6-content .section6-square .solution_inner .solution_tab span:nth-last-child(1) {
 padding-right: 0;
}
 .section6 .section6-content .section6-square .solution_inner .solution_tab span:nth-last-child(1)::after {
 display: none;
}
.section6 .section6-content .section6-square .solution_inner .solution_tab span.active { color: #0B2FBB; }


*/
.section6 .section6-content .section6-square .solution_inner .solution_bd{ font-size: 0.2rem; color: #fff; line-height: 0.4rem; width:100% }





.section6 .section6-content .section6-square .solution_inner .solution_list { margin-top: 0.2rem; width:100% }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; font-size: 0; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item { width: 50%; margin-bottom: 0.2rem; margin-right: 0; text-align: center; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon { display: inline-block; width: 50px;  }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon img { width: 100%; height: 100%; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon img.icon1 { display: inline-block; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item .icon img.icon2 { display: none; }


.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item span { white-space: nowrap; font-size: 0.1rem;   margin-top: 0.2rem; color: #ffffff; display: inline-block; }


.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item p { white-space: nowrap; font-size: 0.1rem; line-height: 0.2rem;  color: #ffffff; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item:hover .icon img.icon1 { display: none; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item:hover .icon img.icon2 { display: inline-block; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item .item:hover p { color: #F99906; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item.list_item1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 0.2rem; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item.list_item1 .item { width: inherit; margin-right: 0.2rem; }
.section6 .section6-content .section6-square .solution_inner .solution_list .list_item.list_item2 { display: none; }
.section6.active .section6-content .section6-square h3 { -webkit-animation: fadeInLeft 1s ease-in-out; animation: fadeInLeft 1s ease-in-out; }
.section6.active .section6-content .section6-square .solution_inner { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }

/************/
.section7 { background: url('../images/page5_bg.jpg') no-repeat center center; background-size: 100% 100%; padding:75px 0 ; overflow:hidden }
.section7 .section7-content { width: 1400px; height: 100%; margin: 0 auto; position: relative; }
.section7 .section7-content .section7_tit {  -webkit-box-sizing: border-box; box-sizing: border-box; font-size:30px; -webkit-text-stroke: 1PX rgba(76, 76, 76, 0.35); color: rgba(255, 255, 255, 0); width:600px; float:left }
.section7 .section7-content .more_btn {  width:150px; float:right }


.section7 .section7-content .section7-lunbo {  width: 100%; overflow: hidden; padding:30px 0 }
.section7 .section7-content .section7-lunbo .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide { width: 25%; height: 5.51rem; background: #ffffff; -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(76, 76, 76, 0.05); box-shadow: 0 0.1rem 0.3rem 0 rgba(76, 76, 76, 0.05); border-radius: 0.1rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide a { display: block; padding: 0.92rem 0.6rem 0 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top { height: 220px; border-bottom: 1PX solid #d8d8d8; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top .tit { height: 1.2rem; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top .tit h3 { font-size: 0.26rem; line-height: 0.36rem; color: #4c4c4c; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_top p { font-size: 0.16rem; line-height: 0.24rem; color: #666666; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom { padding-top: 0.6rem; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_l { float: left; font-size: 0.72rem; color: #4c4c4c; font-weight: bold; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r { float: right; text-align: right; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r p { font-size: 0.2rem; color: #4c4c4c; font-weight: bold; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r .jt { margin-top: 0.22rem; display: inline-block; width: 0.25rem; height: 14px; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide .slide_bottom .date_r .jt img { width: 100%; height: 100%; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover { background: url('../images/news_item_bg.png') no-repeat center center; background-size: 100% 100%; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_top .tit h3 { color: #ffffff; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_top p { /*  font-size: 0.2rem; */
  color: #ffffff; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_bottom .date_l { color: #ffffff; }
.section7 .section7-content .section7-lunbo .swiper-container .swiper-slide:hover .slide_bottom .date_r p { color: #ffffff; }
.section7.active .section7-content .section7_tit { }

.section7.active .section7-content .section7_tit  h3{    font-size: 0.5rem; line-height: 0.5rem；-webkit-animation: fadeInLeft 1s ease-in-out; animation: fadeInLeft 1s ease-in-out; }
.section7.active .section7-content .section7_tit  h4{     font-size: 0.4rem;
    line-height: 0.32rem;
    color: #4c4c4c;}


.section7.active .section7-content .more_btn { -webkit-animation: fadeInRight 1s ease-in-out; animation: fadeInRight 1s ease-in-out; }
.section7.active .section7-content .section7-lunbo { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }
/************/

.section8 { background: url('../images/page5_bg.jpg') no-repeat center center; background-size: 100% 100%; padding:30px 0; overflow:hidden }
.section8 .section8-content { width: 1400px; height: 100%; margin: 0 auto; position: relative; }

.section8 .section8-content .section8_tit {  -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 30px; -webkit-text-stroke: 1PX rgba(76, 76, 76, 0.35); color: rgba(255, 255, 255, 0); padding-bottom:20px; }
.section8 .section8-content .section8_inner {  width: 100%; border-radius: 0.1rem; -webkit-box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.1); box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.1); }
.section8 .section8-content .section8_inner .content_left { float: left; width:500px; padding: 0.9rem 0.78rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.section8 .section8-content .section8_inner .content_left .left_tit { min-height: 1.2rem; margin-bottom: 0.38rem; }
.section8 .section8-content .section8_inner .content_left .left_tit h3 { font-size: 0.48rem; line-height: 0.6rem; color: #4c4c4c; }
.section8 .section8-content .section8_inner .content_left .left_txt { min-height: 0.78rem; margin-bottom: 0.74rem; }
.section8 .section8-content .section8_inner .content_left .left_txt p { font-size: 0.16rem; line-height: 0.26rem; color: #666666; }
.section8 .section8-content .section8_inner .content_center { float: left; width:550px   ; height: 5.6rem; }
.section8 .section8-content .section8_inner .content_center .center_img { width: 100%; height: 100%; border-radius: 0.1rem; overflow: hidden; -webkit-box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.3); box-shadow: 0 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.3); font-size: 0; }
.section8 .section8-content .section8_inner .content_center .center_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section8 .section8-content .section8_inner .content_right { float: right; width:300px; height: 5.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.section8 .section8-content .section8_inner .content_right .swiper-container { width: 100%; height: 100%; }
.section8 .section8-content .section8_inner .content_right .bank_item { width: 50%; float: left; height: 180px; line-height: 180px; text-align: center; border-left: 1PX solid #dfdfdf; border-bottom: 1PX solid #dfdfdf; -webkit-box-sizing: border-box; box-sizing: border-box; background:#fff; }
.section8 .section8-content .section8_inner .content_right .bank_item img { display: inline-block; vertical-align: middle; width: 140px; }
 .section8 .section8-content .section8_inner .content_right .bank_item:nth-child(5) {
 border-bottom: none;
}
 .section8 .section8-content .section8_inner .content_right .bank_item:nth-child(6) {
 border-bottom: none;
}
.section8.active .section8-content .section8_tit { -webkit-animation: fadeInLeft 1s ease-in-out; animation: fadeInLeft 1s ease-in-out; }
.section8.active .section8-content .section8_inner { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }
.section9 { background: #0B2FBB; overflow: hidden; }
 .section9::after {
 content: '';
 width: 6.45rem;
 height: 5.4rem;
 position: absolute;
 right: 0;
 top: 0;
 background: url('../images/footer_bg_img.png') no-repeat center center;
 background-size: 100% auto;
}
.section9 .footer { width: 100%;   }
.section9 .footer .seek { height: calc(100vh - 6rem); }
.section9 .footer .seek .seek_bg { display: none; }
.section9.active .seek .seek_bg { -webkit-animation: fadeInRight 1s ease-in-out; animation: fadeInRight 1s ease-in-out; }
.section9.active .seek .seek_inner { -webkit-animation: fadeInTop 1s ease-in-out; animation: fadeInTop 1s ease-in-out; }
.section9.active .footer_nav .nav_ewm { -webkit-animation: fadeInLeft 1s ease-in-out; animation: fadeInLeft 1s ease-in-out; }
.section9.active .footer_nav .nav_list { -webkit-animation: fadeInRight 1s ease-in-out; animation: fadeInRight 1s ease-in-out; }
.section9.active .footer_bottom { -webkit-animation: fadeInBottom 1s ease-in-out; animation: fadeInBottom 1s ease-in-out; }
