body{overflow-x:hidden;} 
/*::-webkit-scrollbar{  display: none;}*/
.indSlideLeft{transform:translateX(100px);-webkit-transform:translateX(100px);opacity:0; transition: all 0.5s ease 0.3s;}
.indSlideLeft1{transform:translateX(100px);-webkit-transform:translateX(100px);opacity:0; transition: all 0.5s ease 0.4s;}
.indSlideLeft2{transform:translateX(100px);-webkit-transform:translateX(100px);opacity:0; transition: all 0.5s ease 0.5s;}
.swiper-button-prev,.swiper-button-next{width:40px;height:40px;background:#999;border-radius: 100%;margin-top:-20px;}
.swiper-button-next:after,.swiper-button-prev:after{font-size:14px;color:#fff;font-weight: bold;}
.swiper-button-prev:hover,.swiper-button-next:hover{background:#015293;}
.swiper-button-prev:hover:after,.swiper-button-next:hover:after{color:#fff;}
.swiper-pagination-bullet{ width: 20px;height: 3px;opacity:1;margin:0 3px!important; position: relative;background: #999;border-radius: 0;transition:all 0.3s;}
.swiper-pagination-bullet-active{background:#015293;} 
/*.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1;cursor: pointer; pointer-events: auto;}*/

.banner {margin-top:120px;position: relative;overflow: hidden;} 
.banner .swiper-pagination{position: static;width:auto;}
.banner .swiper-pagination{color:#fff;font-size:24px;}
.banner .swiper-pagination span.swiper-pagination-current{font-size:36px;font-family: "SourceHanSansSC-Bold";}
.banner .swiper-pagination-bullet{ width: 40px;height: 3px;opacity:1;margin:0 3px!important; position: relative;background: #fff;border-radius: 3px;transition:all 0.3s;}
.banner .swiper-pagination-bullet-active{background:#015293;} 
.banner .swiper-btns{position: relative;}
.banner .swiper-btns .wrap{position: relative;} 
.banner .swiper-btns .swiper-button-prev,.banner .swiper-btns .swiper-button-next{position: static;margin-top:0;width:40px;height:40px;background:#fff;border-radius: 100%;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size:14px;color:#015293;font-weight: bold;}
.banner .swiper-btns .swiper-button-prev:hover,.banner .swiper-btns .swiper-button-next:hover{background:#015293;}
.banner .swiper-btns .swiper-button-prev:hover:after,.banner .swiper-btns .swiper-button-next:hover:after{color:#fff;}
.banner .swiper-slide-active .indSlideLeft,.banner .swiper-slide-active .indSlideLeft1,.banner .swiper-slide-active .indSlideLeft2{transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}
.banner_box{position: relative;} 
.banner .swiper{height:100%; }
.banner .swiper .swiper-slide:before{width:100%;height:100%;background: linear-gradient(165.13deg, rgba(6, 14, 0, 0.6),rgba(0, 0, 0, 0) 100%);content:'';position: absolute;left:0;right:0;top:0;z-index: 3;} 
.banner .video{width: 100%;height:100%;}
.banner .video video{display:block;width:100%;height:100%;object-fit: cover;}
.banner .banner_img{height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;;}
.banner .banner_img img{width:100%;height:100%;object-fit: cover; } 
.banner a{display: block;} 
.banner_text{z-index: 3; width: 100%;position: absolute;left: 0;top:50%; transform:translateY(-50%); transition:all 0.5s ease 0.5s;-webkit-transition:all 1s ease 0.5s;/*-webkit-transform: translateX(200px) translateY(0px);transform:translateX(200px) translateY(0px);*/} 
.banner_p{max-width:80%;text-align: left;display: inline-block;}  
.banner_text .txt{margin-top:10px;}
.banner_text .btn_more {width:100px;height:32px; line-height: 32px;text-align:center; background:#015293; margin-top:40px;color:#fff;}
.banner_text .btn_more:hover{opacity: 0.8;} 
.banner .swiper-controls{position: absolute;left:0;right:0;bottom:20px;z-index: 10;} 

.auto_process{width: 20px;height: 40px;position: absolute;top:0;overflow: hidden; }
.right{right:0;}
.left{left:0;}
.circleProgress{width: 40px;height: 40px;border:2px solid #005ba1;border-radius: 50%;position: absolute;top:0;-webkit-transform: rotate(45deg);}
.rightcircle{border-top:2px solid #fff;border-right:2px solid #fff;right:0;-webkit-animation: circleProgressLoad_right 4s linear infinite;}
.leftcircle{border-bottom:2px solid #fff;border-left:2px solid #fff;left:0;-webkit-animation: circleProgressLoad_left 4s linear infinite;}
@-webkit-keyframes circleProgressLoad_right{
  0%{
    -webkit-transform: rotate(45deg);
  }
  50%,100%{
    -webkit-transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left{
  0%,50%{
    -webkit-transform: rotate(45deg);
  }
  100%{
    -webkit-transform: rotate(225deg);
  }
}
.banner .btn_auto{position:relative; width:40px;height:40px;cursor:pointer;z-index: 10;border-radius:50%;margin:0 9px; } 

.banner .btn_auto .autoplay{width:100%;height:100%;border-radius:100%;border:2px solid #fff;}
.banner .btn_auto .autoplay:before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:10px;height:12px;border-left:2px solid #fff;}
.banner .btn_auto .autoplay:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:10px;height:12px;border-right:2px solid #fff;}
.banner .btn_auto.pause .autoplay:after{content:'';width:0;height:0;border-style:solid;border-width:8px 0 8px 10px;border-color:transparent transparent transparent #fff;}
.banner .btn_auto.pause .auto_process{display: none;}
@keyframes slide
{
  0% {transform:translateX(-100%);} 
  100% {transform:translateX(0);}
}
@-webkit-keyframes slide
{
  0% {transform:translateX(-100%);} 
  100% {transform:translateX(0);}
}
@keyframes arrowdown
{
  0% {transform:translateY(0);}
  50%  {transform:translateY(40%);}
  100% {transform:translateY(0);}
}

@-webkit-keyframes arrowdown
{
  0% {-webkit-transform:translateY(0);}
  50%  {-webkit-transform:translateY(40%);}
  100% {-webkit-transform:translateY(0);}
}
.indNews_con{position: relative;}
.indNews_swiper{width:48.57%;position: relative;}
/*.indNews_swiper .swiper{height:100%;}*/
.indNews_swiper .swiper-slide .img{position: relative;height:100%;} 
.indNews_swiper .swiper-slide .img:after{width:100%;height:40%;position: absolute;left:0;right:0;bottom:0;content:'';background: linear-gradient(0deg, rgba(0, 0, 0, 1),rgba(0, 0, 0, 0) 100%);}
.indNews_swiper .swiper-slide .img a{display: block;height:0;padding-bottom:55.88%;position: relative;}
.indNews_swiper .swiper-slide .tit{position: absolute;left:0;right:0;bottom:48px;padding:0 20px;z-index: 10;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;} 
.indNews_swiper .swiper-pagination{color:#fff;font-size:24px;} 
.indNews_swiper .swiper-pagination-bullet{ width: 20px;height: 3px;opacity:1;margin:0 2px!important; position: relative;background: #a3a3a3;border-radius: 0;transition:all 0.3s;}
.indNews_swiper .swiper-pagination-bullet-active{background:#fff;} 
.indNews_right{flex:1;padding-left:50px;overflow:hidden;}
.page_title{padding-bottom:8px;border-bottom:1px solid #EBEBEB;}
.page_title a:hover,.page_tit a:hover{color:#015293;}
.indList .item{margin-top:24px;overflow: hidden;}
.indList .item a{display: block;flex:1;overflow: hidden;position: relative;padding-left:10px;}
.indList .item a:before{width:4px;height:4px;border-radius: 100%;background:#bebebe;content:'';position: absolute;left:0;top:50%;margin-top:-2px;}
.indList .item .date{white-space: nowrap;flex-shrink: 0;margin-left:20px;}
.indList .item a:hover{color:#015293;}
/*.date{font-family: Arial;}*/
.indParty_box{margin-top:45px;}
.indParty_con{width:61.42%;padding:20px;background:#F5F8FC;}
.indAchieve_con{width:37.14%;padding:20px;background:#F5F8FC;}
.indParty_img a{height:160px;}
.indBusiness_list{margin-left:-0.715%;margin-right:-0.715%;}
.indBusiness_list .item{width:23.57%;margin-left:0.715%;margin-right:0.715%;padding:47px 47px 56px;border: 1px solid rgba(237, 243, 252, 1);background: linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);position: relative;overflow:hidden;}
.indBusiness_list .item:before{width:0;height:8px;background:#015293;content:'';position: absolute;left:0;top:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.indBusiness_list .item .icon{width:42px;}
.indBusiness_list .item .icon,.indBusiness_list .item .tit,.indBusiness_list .item .txt,.indBusiness_list .item .more{position: relative;z-index: 10;}
.indBusiness_list .item .bg_icon{position: absolute;right:-30%;top:24%;opacity: 0.03;max-width:100%;z-index: 0;}
.indBusiness_list .item:hover:before{width:100%;}
.indBusiness_list .item:hover .tit,.indBusiness_list .item:hover .more{color:#015293;}
.indBusiness_list .item:hover .txt{color:#666;}
.indPro_title{border-bottom:1px solid #ebebeb;}
.indPro_title .tit{margin-bottom: 20px;flex-shrink: 0;white-space: nowrap;margin-right:20px;} 
.indPro_Tab{ overflow: hidden;}
.indPro_Tab .swiper-slide{width:auto;padding-bottom:15px;cursor: pointer;}
.indPro_Tab .swiper-slide:after{width:0;border-bottom:2px solid #015293;content:'';position: absolute;left:0;bottom:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.indPro_Tab .swiper-slide.active span{color:#015293;}
.indPro_Tab .swiper-slide.active:after{width:100%;}
.indProduct_swiper{position:relative;height:0;opacity: 0;visibility: hidden;}
.indProduct_swiper.active{height:auto;opacity: 1;visibility: visible;}
.indProduct_swiper .swiper{height:505px;}
.indProduct_swiper .swiper-slide{height: calc(50% - 12.5px); background: #F5F8FC;overflow: hidden;}
.indProduct_swiper .swiper-slide .item{padding: 30px;position: relative;}
.indProduct_swiper .swiper-slide .item:before{width:0;height:4px;background:#015293;content:'';position: absolute;left:0;top:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.indProduct_swiper .swiper-slide .item:hover:before{width:100%;}
.indProduct_swiper .swiper-slide .item .img{width:54%;height:160px;flex-shrink: 0; justify-content: center; margin-left:10px;}
.indProduct_swiper .swiper-slide .item .img img{width:auto;max-height: 100%;}
.indProduct_swiper .swiper-slide .item .desc{flex:1;overflow: hidden;}
.indProduct_swiper .swiper-slide .item .desc .mode{margin-top: 5px;}
.indProduct_swiper .swiper-slide .item .desc .more{margin-top: 20px;}
.indProduct_swiper .swiper-slide .item:hover .desc .tit,.indProduct_swiper .swiper-slide .item:hover .desc .more{color:#015293;}
.indProduct_swiper .swiper-button-prev{left:-60px;}
.indProduct_swiper .swiper-button-next{right:-60px;}
.indProduct_swiper .swiper-pagination{display: none;}
.indService_box{padding:60px 0 84px;position: relative;}
.indService_box:after{width:100vw;height:100%;background:#F5F8FC;content:'';position: absolute;left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index: 0;}
.indService_title{width:30%;position: relative;z-index: 10;}
.indService_title .tit{position: relative;padding-bottom:20px;}
.indService_title .tit:after{width:24px;height:6px;background:#015293;content:'';position: absolute;left:0;bottom:0;}
.indService_list{flex:1;margin-left:45px;position: relative;z-index: 10;}
.indService_list .item{width:30.33%;margin-left:3%;padding:24px;background:#fff;position: relative;overflow:hidden;} 
.indService_list .item .icon{width:35px;height:35px;display: flex;justify-content: center;align-items: center;} 
.indService_list .item .icon img{max-height: 100%;}
.indService_list .item:hover{box-shadow: 0 0 4px rgba(0,0,0,0.1);}
.indService_list .item:hover:before{width:100%;}
.indService_list .item:hover .tit,.indService_list .item:hover .more{color:#015293;}
.indService_list .item:hover .txt{color:#666;}
.indPro_title .tit a:hover,.indService_title .tit a:hover{color:#015293;}
.indFriend_links{padding:45px 0;}
.indFriend_links .page_tit{flex-shrink: 0;white-space: nowrap;margin-right:4%;}
.indLinks_list{flex:1;flex-wrap: wrap;}
.indLinks_list .item{padding:0 4%;position: relative;}
.indLinks_list .item:before{height:11px;border-left:1px solid #d8d8d8;content:'';position: absolute;left:0;top:50%;margin-top:-4px;}
.indLinks_list .item a{color:#888;}
.indLinks_list .item a:hover{color:#015293;}
.indLinks_list .item:nth-child(1):before{display: none;}
.indLinks_list .item.xiala>a{position: relative;padding-right:10px;}
.indLinks_list .item.xiala>a:before{height:6px;border-left:1px solid #999; content:'';position: absolute;right:0;top:50%;margin-top:-3px;transform:rotate(45deg); transform-origin: right bottom;}
.indLinks_list .item.xiala>a:after{height:6px;border-left:1px solid #999; content:'';position: absolute;right:0;top:50%;margin-top:-3px;transform:rotate(-45deg); transform-origin: right bottom;}
.indLinks_list .item ul{position: absolute;left:0;top:30px;min-width:140px;width:100%;background:#fff;opacity: 0;visibility: hidden;-webkit-transition:all 0.5s;transition:all 0.5s;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);height:200px;overflow-y:auto;z-index: 10;}
.indLinks_list .item ul li a{display:block;padding:6px 20px;}
.indLinks_list .item ul li a:hover{background:#F5F8FC;}
.indLinks_list .item:hover ul{opacity: 1;visibility: visible; }

.anchor{position: relative;top:-84px;}  
.about-nums h3 { white-space: nowrap; align-items: center;}
.about-nums h3 span { line-height: 1; width: auto!important;height:1em; }
.about-nums h3 cite { margin-left: 5px; margin-right: 15px; position: relative;color:#999;  font-weight:normal; }
.about-nums h3 cite sub { display: block;line-height: 1; font-size: 24px;color:#015293;font-family: "SourceHanSansSC-Bold"; }
.about-nums i { color: #999999; font-style: normal; margin-top: 10px; display: block; padding-left: 5px; }
.mac .about-nums h3 span{line-height: inherit;height:0.8em;} 
.inbanner{position: relative;margin-top:120px;}
.inbanner .inban_img {position: relative;}
.inbanner .inban_img:before{width:100%;height:100%;background: linear-gradient(162.59deg, rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0) 100%);
content:'';position: absolute;left:0;right:0;top:0;}
.inbanner .inban_img img{width:100%;}
.inban_tit{position: absolute;left:0;right:0;top:50%; transform: translateY(-50%); z-index: 10;} 
.H80{height:80px;}
.H120{height:120px;}
.crumbs{width:100%; padding:25px 0;position: relative;z-index: 10;}
.crumbs .wrap{ white-space: nowrap;overflow: hidden;}
.crumbs span,.crumbs a{white-space: nowrap; display: inline-block;vertical-align:top;}
.crumbs span{color:#015293; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.crumbs a,.crumbs em{color:#999;}
.crumbs em{padding:0 10px;font-size:14px;font-family: "\5b8b\4f53";margin-top: 3px;font-weight: bold;}
.crumbs a:hover{color:#015293;}
.inbanner .crumbs{margin-top:0;background:#fff;}

.menu_box{width:100%; position: relative;left:0;top:0;z-index: 10;margin-top:20px;}  
.menu_box .swiper{border-bottom:1px solid #ebebeb;}
.menu_box .swiper-slide{width:auto;margin-right:8%; }
.menu_box .swiper-slide>a{display: block;padding:24px 0;position: relative;color:#333;font-size:20px;} 
.menu_box .swiper-slide>a:after{width:0;border-bottom: 4px solid #015293;content:'';position: absolute;left:50%;bottom:0;transform:translateX(-50%);-webkit-transition: all 0.3s;transition: all 0.3s;}
.menu_box .swiper-slide.active>a{color:#015293;font-family: "SourceHanSansSC-Bold";} 
.menu_box .swiper-slide>a:hover{color:#015293;} 
.menu_box .swiper-slide.active>a:after,.menu_box .swiper-slide>a:hover:after{width:100%;}
.menu_box.active{position: fixed;left:0;top: 120px;margin-top:0px;z-index: 100;background:#f9f9f9;box-shadow: 0 10px 20px rgba(0,0,0,0.1);} 
.menu_box.active .swiper{border:none;}
.menu_box .swiper-button-prev,.menu_box  .swiper-button-next{background:none;border-radius: 0;}
.menu_box .swiper-button-prev{left:0;background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);justify-content: flex-start;padding-left:10px;}
.menu_box .swiper-button-next{right:0;background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);justify-content: flex-end;padding-right:10px;}
.menu_box .swiper-button-prev:after,.menu_box .swiper-button-next:after{color:#404040;}
.submenu_box .swiper-slide{width:auto;}
.submenu_box .swiper-slide.active a{color:#015293;font-family: "SourceHanSansSC-Bold";} 
.submenu_box .swiper-slide a:hover{color:#015293;} 

.about_profile .img{width:45.7%;overflow:hidden;}
.about_profile .desc{flex:1;padding-left:60px;}
.about_profile .desc .txt p{margin-bottom:1.5em;}
.about_profile .desc .slogo{width:36px;}
.about_profile .desc .slogan .item{padding:0 10%;text-align: center;border-left:1px solid #ebebeb;}
.about_profile .desc .slogan .item:nth-child(1){border-left:none;padding-left:0;}
.about_profile .desc .slogan .item .icon{width:36px;height:36px;margin:auto;display: flex;align-items: center;justify-content: center;}
.about_profile .desc .slogan .item .icon img{max-height: 100%;}
.about_profile .desc .txt{max-height: 210px;overflow: hidden;}
.mCSB_inside > .mCSB_container{margin-right:40px!important;}
.mCSB_scrollTools .mCSB_draggerRail{width:5px!important;background:#F5F8FC!important;border-radius: 0!important;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #015392!important;border-radius: 0!important;}
.about_history{padding:60px 0 50px;background:#F5F8FC;}
.history_year{padding:0 56px;position: relative;}
.history_year .swiper:before{width:97%;border-bottom:1px dashed #d8d8d8;content:'';position: absolute;left:50%;top:50%;transform: translate3d(-50%, 0px, 0px);}
.history_year .swiper-slide{text-align:center;cursor: pointer;}
.history_year .swiper-slide span{padding:5px;background:#F5F8FC;}
.history_year .swiper-button-prev,.history_year .swiper-button-next{width:36px;height:36px;}
.history_year .swiper-button-prev{left:0;}
.history_year .swiper-button-next{right:0;}
.history_year .swiper-slide.active span{color:#015293;font-family: "DIN-Bold";}
.history_gallery {margin-top:30px;}
.history_gallery .swiper-slide .item{position: relative;}
.history_gallery .swiper-slide .img{width:45.7%;}
.history_gallery .swiper-slide .desc{flex:1;padding-right:10%;margin-top:5%;position: relative;z-index: 10;}
.history_gallery .swiper-slide .desc .tit{padding-bottom: 15px;position: relative;}
.history_gallery .swiper-slide .desc .tit:after{width:36px;height:4px;background:#015293;content:'';position: absolute;left:0;bottom:0;}
.history_gallery .swiper-slide .year{font-size:370px;color: rgba(102, 102, 102, 0.04); line-height: 0.8; position: absolute;left:0;bottom:0;}
.history_swiper{position: relative;}
.history_swiper .swiper{padding-bottom: 40px;}
.history_swiper .swiper-pagination{bottom:0;}
.history_swiper{max-height: 0;  opacity: 0;visibility: hidden;}
.history_swiper.active{max-height: 9999em;  opacity: 1;visibility: visible;}
.honors_swiper{position: relative;}
.honors_swiper .swiper{height:640px;}
.honors_swiper .swiper-slide{ }
.honors_swiper .swiper-slide .item{display:block;padding: 28px;background:#F5F8FC; } 
.honors_swiper .swiper-slide .item:hover{background:#EEF4FC; }
.honors_swiper .swiper-slide .item:hover:before{width:100%;}
.honors_swiper .swiper-slide .item .img{height:180px;display: flex;justify-content: center;align-items: center;}
.honors_swiper .swiper-slide .item .img img{width:auto;max-height: 100%;} 
.honors_swiper .swiper-slide .item .tit{min-height: 3em;}
.honors_btns .swiper-button-prev,.honors_btns .swiper-button-next{position: relative; margin-left:20px;margin-top:0;top:0;left:0;}
.about_research{padding:60px 0 70px;background:#F5F8FC;}
.research_list .item{margin-top:40px;}
.research_list .item .img{width:240px;height:160px;flex-shrink: 0;margin-right:40px;}
.research_list .item .img a{display: block;width:100%;height:100%;position: relative;}
.research_list .item .desc{flex:1;overflow: hidden;}
.research_list .item .desc .txt{max-height: 4em;}
.research_list .item:hover .desc .tit a,.research_list .item:hover .desc .more a,.research_list .item .desc .tit a:hover,.research_list .item .desc .more a:hover{color:#015293;} 

.honors_list{margin-left:-1.1%;margin-right:-1.1%;}
.honors_list .item{display:block;width:22.8%;margin:0 1.1% 2.2%;padding: 28px;background:#F5F8FC; } 
.honors_list .item:hover{background:#EEF4FC; }
.honors_list .item:hover:before{width:100%;}
.honors_list .item .img{height:180px;display: flex;justify-content: center;align-items: center;}
.honors_list .item .img img{width:auto;max-height: 100%;} 

.news_swiper .item .img{width:48.57%;flex-shrink: 0;}
.news_swiper .item .img a{display: block;height:0;padding-bottom: 55.88%;position: relative;}
.news_swiper .item .desc{flex:1;background:#F5F8FC;padding:44px;overflow: hidden;}
.news_swiper .swiper-pagination{width:auto;left:51.71%;bottom:40px;} 
 
.news_box{ }
.news_list { margin-left:-1.36% ;margin-right:-1.36% ;}
.news_list .item{display: block;width:22.28%;margin-left:1.36% ;margin-right:1.36% ;margin-bottom: 2.72%;padding-bottom:20px;border-bottom: 4px solid transparent;} 
.news_list .item .img{overflow: hidden;}
.news_list .item .img a{display: block;position: relative;width:100%;height:0;padding-bottom:55.77%;} 
.news_list .item .desc{margin-top:20px; }   
.news_list .item .desc .tit{max-height:3em;}
.news_list .item:hover{border-color:#015293;}
.news_list .item:hover .tit a,.news_list .item:hover .more a{color:#015293;}
.news_list .item:hover .txt a{color:#666;}
.page{width:100%;margin-top:50px;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;line-height:40px;} 
.page a,.page .dot{display:block;min-width:18px;color:#999;height:40px;text-align:center;margin:0 8px;font-family: Arial;}
.page .dot{border:none;color:#BBBDBF;} 
.page a:hover,.page a.cr{ color:#015293;} 
.page a.cr{font-weight: bold;}

.page .prev,.page .next{width:40px;height:40px;border-radius:100%;background:#999;background-position:center;background-repeat:no-repeat;background-size:8px auto;}
.page .prev{background-image:url(../images/prev.png);}
.page .next{background-image:url(../images/next.png);}
.page .prev:hover,.page .next:hover{background-color:#015293;} 
.page span,.page a:hover{ color:#015293;border-color:#015293; } 
.publish_box span{padding:0 20px; }
.article_content{max-width: 1200px;margin-left:auto;margin-right:auto;}
.news_content,.article_content{color:rgba(31,31,31,0.7);min-height: 300px;}
.news_content p,.article_content p{margin-bottom: 2em;}
.news_content img,.article_content img{ height:auto!important;}
.prev_next{display:block;padding-top:50px;min-height:120px;border-top:1px solid #d8d8d8;position:relative; overflow: hidden;} 
.prev_next a{display: block;margin-bottom:15px;color:#015293;overflow:hidden;max-width:45%;} 
.prev_next a.news_prev{float:left;}
.prev_next a.news_next{float:right;}
.prev_next span{ white-space: nowrap;display: block;}
.prev_next p{white-space: nowrap;text-overflow:ellipsis;overflow: hidden;margin-top:6px;}
.prev_next a:hover p{color:#015293;}
.prev_next a.back_list{position: absolute;left:50%;transform: translateX(-50%);top:50px;}
.prev_next a.back_list .icon{width:16px;height:16px;margin:auto;background:url(../images/list.png) no-repeat center;background-size: 100%;}
.prev_next a.back_list .tit{margin-top:6px;}
.prev_next a.back_list:hover .icon{background-image: url(../images/list_blue.png);}
.prev_next a.back_list:hover .tit{color:#015293;}

.news_content ul,.article_content ul,.product_con ul,.recrument_con ul,.news_content ol,.article_content ol,.product_con ol,.recrument_con ol{padding-left:16px;margin-top: 1em;margin-bottom: 1em;} 
.news_content ul li,.article_content ul li,.product_con ul li,.recrument_con ul li,.news_content ol li,.article_content ol li,.product_con ol li,.recrument_con ol li{list-style: inherit;}
/*.product_con ul{padding-left:0;}
.product_con li{position: relative;padding-left:16px;list-style:none;}
.product_con li:before{width:0;height:0;border-left:5px solid #015293;border-top:4px solid transparent;border-bottom:4px solid transparent;content:'';position: absolute;left:0;top:8px;}*/
.searchWrap{padding:100px 0 100px;background:#F5F8FC;}
.searchWrap .searchInput{width:100%;display:flex;background:#fff;margin-left:auto;margin-right:auto; } 
.searchWrap .searchInput input{ padding:20px 24px;flex:1;background:#fff;}
.searchWrap .btnSearch{width:140px;height:64px;background:#015293; margin-left:12px;}
.searchWrap .btnSearch:hover{background:#1D2342;} 
.searchWrap .keywords span{color:#999;flex-shrink: 0;white-space: nowrap;}
.searchWrap .keywords_list{flex:1;}
.searchWrap .keywords_list a{display:inline-block;margin-left:30px;margin-bottom:10px;color:#015293;}
.searchWrap .keywords_list a:hover{text-decoration: underline;}
.search_list .item{padding:30px 0;border-bottom:1px solid #eaeaea;}
.search_nodata{padding:100px 0;} 
.search_list .item a:hover .tit{color:#015293;}
.search_list .item a:hover .txt{color:#111;}
.main_box .searchWrap{padding:0;background: none;}

.contact_box,.map_box{position: relative;}
.map_pop{position: absolute;left:38.21%;top:54.7%;}
.map_pop i{display: block;width:23px;height:30px;background:url(../images/point.png) no-repeat center;background-size:100%;}
.address_pop{width:340px;background:#015293;padding:10px;position: absolute;left:50%;transform:translateX(-50%);bottom:43px;}
.address_pop .icon{width:60px;height:60px;padding:10px;background:#fff;flex-shrink: 0;margin-right:8px;}
.address_pop .desc{flex:1;overflow:hidden;}
.address_pop .desc .txt{margin-top:3px;}
.address_pop:after{width:0;height:0px;border-top:9px solid #015293;border-left:10px solid transparent;border-right:10px solid transparent;content:'';position: absolute;left:50%;margin-left:-10px;bottom:-6px;}
.contact_pop{width:400px;padding:36px;background:#fff;position: absolute;right:5.7%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.contact_pop dl{width:100%;padding:25px 0 20px;border-bottom:1px solid #d8d8d8;}
.contact_pop dl dt{width:18px;margin-right:16px;flex-shrink: 0;margin-top:4px;}
.contact_pop dl dd{flex:1;}
.contact_pop dl dd .txt{margin-top:3px;}
.contact_pop dl dd .txt p{margin-bottom: 4px;}
.contact_pop dl:nth-last-child(1){width:40%;}
.contact_pop dl:nth-last-child(2){width:60%;}
.contact_pop dl:nth-last-child(1),.contact_pop dl:nth-last-child(2){padding-bottom: 0;border-bottom:none;}
.contact_part .item{width:48.57%;background:#F5F8FC;padding:30px 30px;border:1px solid #F5F8FC;border-top-width: 5px;}
.contact_part .item .tit{padding-bottom: 10px;border-bottom: 1px solid #ebebeb;}
.contact_part .item ul{margin-top:30px;}
.contact_part .item ul li{display: flex;align-items: flex-start;margin-bottom: 14px;}
.contact_part .item ul li img{width:18px;margin-right:12px;margin-top:4px;flex-shrink: 0;}
.contact_part .item ul li span{white-space: nowrap;flex-shrink: 0;}
.contact_part .item ul li p{ font-family: "SourceHanSansSC-Regular";}
.contact_part .item:hover{border-color:#EDF3FC;border-top:5px solid #015293;background:url(../images/logo_bg.png) no-repeat 115% 90%, linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);}
/*人才招聘*/
.recrument_list .items{margin-bottom:20px;padding:40px;background:#F5F8FC;border:1px solid #F5F8FC;border-top:5px solid #F5F8FC;}
.recrument_top{position: relative;}  
.recrument_top .recrument_desc{overflow: hidden;}
.recrument_top .recrument_desc .item{ margin-right:10%;margin-bottom: 10px;}
.recrument_top .recrument_desc .item:nth-last-child(1){width:100%;margin-right:0;}
.recrument_top .btn_zhankai{width:30px;height:30px;position: absolute;right:0;top:50%;margin-top:-15px;cursor: pointer;  background:url(../images/arr1.png) no-repeat center; background-size:12px; } 
.recrument_con{display: none;margin-top:10px;}
.recrument_con .item{margin-bottom:20px;}
.recrument_con .item .txt{color:rgba(0,0,0,0.7);}
.recrument_con .item ul,.recrument_con .item ol{padding-left:16px;}
.recrument_list .items.active{background:url(../images/logo_bg1.png) no-repeat 105% 110%, linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);border:1px solid #EDF3FC;border-top:5px solid #015293;}
.recrument_list .items.active .recrument_top .btn_zhankai{transform: rotate(90deg);}
/*党建文化*/
.party_list{min-height: 300px;}
.party_list .item{width:100%;background:#F5F8FC;padding:40px 70px 40px 40px;border:1px solid #F5F8FC;border-top-width: 5px;margin-bottom: 25px;}
.party_list .item .date{flex-shrink: 0;white-space: nowrap;margin-right:50px;}
.party_list .item .desc{flex:1;overflow: hidden;}
.party_list .item .txt{margin-top:6px;}
.party_list .item:hover{border-color:#EDF3FC;border-top:5px solid #015293;background:url(../images/logo_bg.png) no-repeat 103% 64%, linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);background-size:auto 180%;} 
.party_list .item:hover .tit a{color:#015292;}
.document_list .item{width:33.33%;padding:20px 20px 36px;margin-bottom: 1.9%;}
.document_list .item .img a{display: block;position: relative;width:100%;height:0;padding-bottom:131.8%;}
.document_list .item .tit{text-align: center;}
.document_list .item:hover{border: 1px solid rgba(1, 82, 147, 1);background: linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);}
.download_list{margin-left:-0.95%;margin-right:-0.95%;}
.download_list .item{width:31.43%;margin-left:0.95%;margin-right:0.95%;margin-bottom:1.9%;padding:47px 47px 74px;background:#F5F8FC;border:1px solid #F5F8FC;position: relative;overflow:hidden;}
.download_list .item:before{width:0;height:6px;background:#015293;content:'';position: absolute;left:0;top:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.download_list .item .icon{width:49px;}
.download_list .item .icon,.download_list .item .tit,.download_list .item .txt,.download_list .item .more{position: relative;z-index: 10;}
.download_list .item .bg_icon{width:77%;position: absolute;right:-15%;top:28%;opacity: 0.03;z-index: 0;}
.download_list .item:hover{background: linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);border: 1px solid rgba(237, 243, 252, 1);}
.download_list .item:hover:before{width:100%;}
.download_list .item:hover .tit,.download_list .item:hover .more{color:#015293;}
.download_list .item:hover .txt{color:#666;}

.aftersale_list{margin-left:-1.1%;margin-right:-1.1%;}
.aftersale_list .item{width:22.8%;margin-left:1.1%;margin-right:1.1%;padding:50px 40px;border: 1px solid rgba(237, 243, 252, 1);background: linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);position: relative;overflow:hidden;}
.aftersale_list .item:before{width:0;height:8px;background:#015293;content:'';position: absolute;left:0;top:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.aftersale_list .item .icon{width:50px;height:50px;display: flex;align-items: center;justify-content: center;}
.aftersale_list .item .icon img{max-height: 100%;}
.aftersale_list .item .icon,.aftersale_list .item .tit,.aftersale_list .item .txt{position: relative;z-index: 10;}
.aftersale_list .item .bg_icon{position: absolute;right:-10%;bottom:-10%;opacity: 0.03;max-width:100%;z-index: 0;}
.aftersale_list .item:hover:before{width:100%;}
.aftersale_list .item:hover .tit{color:#015293;}
.aftersale_list .item:hover .txt{color:#666;}
.consult_content {height:720px;}
.consult_content img{width:100%;height:100%;object-fit: cover;}
.consult_content .wrap{position: relative;}
.consult_con{width:560px;padding:50px 40px 60px;background: #fff;box-shadow: 0px 1px 12px 3px rgba(229, 229, 229, 0.36);position: absolute;right:0;bottom:97px;}
.consult_form dl{margin-top:35px;}
.consult_form dl dt{margin-bottom:12px;}
.consult_form dl dt span{color:#FF0000;}
.consult_form dl dd{overflow: hidden; position: relative; display: flex;justify-content: space-between;}
.consult_form dl dd .form_input{width:100%;padding:8px 0 14px;border-bottom: 1px solid #ebebeb;}
.consult_form dl dd .form_input1{width:47%;}
.consult_form dl dd input{width:100%;font-size:14px;}
.consult_form dl dd .form_textarea{width:100%;}
.consult_form dl dd textarea{display:block;width:100%;font-size:14px;height:80px;border:1px solid #ebebeb;background:#f9f9f9;padding:12px;}
.consult_form dl dd select{float:left;width:45%; background: url(../images/arr.png) no-repeat 90% 50%;background-size:18px;font-size:18px;font-weight: bold; line-height: 1;}
.consult_form dl dd select:nth-child(2){float:right;}
.consult_form dl dd input.code_input{width:40%;}
.consult_form dl dd .verify_img{width:120px;vertical-align:middle;cursor:pointer;}
.btn_submit{display:block;width:100%;height:44px;line-height: 44px;background:#015293;}
.form-hint{height:20px; position:absolute;top:0;right:0; color:#ff0000;font-size:14px; z-index:99;  }  
.mask{display:none;width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,0.3);z-index:99999999;}
.success_box{display:none;width:200px;padding:20px;background:#fff;border-radius:5px;overflow:hidden;position:fixed;left:50%;margin-left:-100px;top:50%;transform:translateY(-50%);text-align:center;z-index:100000000;}
.success_box .img{width:50px;margin:0 auto;}
.success_box .tit{font-size:20px;margin-top:10px;}

.business_list .item{position: relative;margin-bottom: 64px;}
.business_list .item .desc{width:85.7%;margin-left:auto;margin-right:auto;padding:60px 80px;background:#fff;position: relative;margin-top:-10%;z-index: 10;}
.business_list .item .desc .tit{position: relative;padding-bottom: 12px;}
.business_list .item .desc .tit:after{width:24px;height:4px;background:#015293;content:'';position: absolute;left:50%;margin-left:-12px;bottom:0;}
.business_list .item .desc .txt{max-height: 4em;}
.business_list .item .desc:hover{box-shadow: 0 6px 12px rgba(0,0,0,0.08);}

.business_desc p{margin-bottom: 1.5em;}
.service_scope{position: relative;}
.service_tit{position: absolute;left:0;right:0;top:60px;z-index: 10;color:#fff;}
.service_swiper .swiper-slide .tit{padding-top:20px;position: relative;color:#fff;}
.service_swiper .swiper-slide .tit:before{width:24px;height:4px;background: #fff;content:'';position: absolute;left:0;top:0;}
.service_swiper .swiper-slide .img{position: relative;}
.service_swiper .swiper-slide .img:after{width:100%;height:100%;background: rgba(0, 0, 0, 0.3);content:'';position: absolute;left:0;top:0;z-index: 1;}
.service_swiper .swiper-slide .desc{position: absolute;left:0;right:0;top:26%;z-index: 10;}
.service_swiper .swiper-slide .desc .txt{max-width:46.6%;color:#fff;}
.service_swiper .swiper-button-next,.service_swiper .swiper-button-prev{opacity: 0;visibility: hidden;top:26%;}
.service_thumbs{position: absolute;left:0;right:0;bottom:0;z-index: 10;}
.service_thumbs .swiper-slide{padding:40px 0;cursor: pointer;}
.service_thumbs .swiper-slide:after{width:0;height:6px;background:#fff;content:'';position: absolute;left:0;bottom:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.service_thumbs .swiper-slide span{display: block;text-align: center;border-left:1px solid #ebebeb;}
.service_thumbs .swiper-slide:nth-child(1) span{border-left:none;}
.service_thumbs .swiper-slide-thumb-active:after{width:100%;}
.service_thumbs .swiper-slide-thumb-active span{font-family: "SourceHanSansSC-Bold";}

.advantage_list{margin-left:-1.1%;margin-right:-1.1%;}
.advantage_list .item{width:22.8%;margin-left:1.1%;margin-right:1.1%;margin-bottom:2.2%;padding:50px 40px;border: 1px solid rgba(237, 243, 252, 1);background: linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);position: relative;overflow:hidden;}
.advantage_list .item:before{width:0;height:8px;background:#015293;content:'';position: absolute;left:0;top:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.advantage_list .item .icon{width:42px;height:42px;display: flex;align-items: center;justify-content: center;}
.advantage_list .item .icon,.advantage_list .item .tit,.advantage_list .item .txt{position: relative;z-index: 10;}
.advantage_list .item .bg_icon{position: absolute;right:-10%;bottom:-10%;opacity: 0.03;max-width:100%;z-index: 0;}
.advantage_list .item:hover:before{width:100%;}
.advantage_list .item:hover .tit{color:#015293;}
.advantage_list .item:hover .txt{color:#666;}
.case_swiper .swiper-slide{width:70.833%;margin-right:40px;}
.case_list {margin-left:-1.5%;margin-right: -1.5%;}
.case_list .item{width:30.33%;margin-left:1.5%;margin-right: 1.5%;margin-bottom: 3%;}
/*科技成果转化*/
.achieve_blocks .item{width:25%;text-align: center;position: relative;padding:0 20px;}
.achieve_blocks .item .icon{width:56px;height:56px;margin:auto; display: flex;align-items: center;justify-content: center;}
.achieve_blocks .item:before{height:80%;border-left:1px solid #EBEBEB;content:'';position: absolute;left:0;top:10%;}
.achieve_blocks .item:nth-child(1):before{display: none;}
.achieve_compilation{background:#F5F8FC;}
.compilation_year{width:280px;flex-shrink: 0;}
.compilation_year .swiper{height:540px;}
.compilation_year .swiper-slide span{display:block;opacity: 0.2;-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-transform:scale(0.75);transform:scale(0.75);transform-origin: left center;cursor: pointer;}
.compilation_year .swiper-slide-thumb-active span{opacity: 1;-webkit-transform:scale(1);transform:scale(1);}
.compilation_content{flex:1;overflow: hidden;}
.compilation_content .swiper{height:540px;}
.compilation_content .swiper-slide {display: flex;align-items: center;}
.compilation_content .swiper-slide .img{width:35.8%;height:100%;position: relative;z-index: 10;}
.compilation_content .swiper-slide .img img{max-height: 100%;width:auto;}
.compilation_content .swiper-slide .img .mask{width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0, 9, 15, 0.7);display: flex;flex-direction: column;justify-content: center;align-items: center;-webkit-transition: all 0.3s;transition: all 0.3s;opacity: 0;visibility: hidden;}
.compilation_content .swiper-slide .img:hover .mask{opacity: 1;visibility: visible;}
.compilation_content .swiper-slide .img .mask a{margin:20px 0;-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-transform:scale(0.88);transform:scale(0.88);}
.compilation_content .swiper-slide .img .mask a:hover{-webkit-transform:scale(0.88);transform:scale(1);color:#fff;}
.compilation_content .swiper-slide .desc{padding-left:10%;padding-right:10%;padding-bottom:10%;position: relative;z-index: 10;}
.compilation_content .swiper-slide .desc .tit{position: relative;padding-top:50px;}
.compilation_content .swiper-slide .desc .tit:before{width:54px;height:6px;background:#015293;content:'';position: absolute;left:0;top:0;}
.compilation_content .swiper-slide .year{font-size:400px;color: rgba(51, 51, 51, 0.03);line-height:0.8;position: absolute;right:0;bottom:0;}
.compilation_content .swiper-button-prev,.compilation_content  .swiper-button-next{width:64px;height:64px;margin-top:0;}
.compilation_content .swiper-button-next:after, .compilation_content .swiper-button-prev:after{transform:rotate(90deg);}
.compilation_content .swiper-button-prev{top:0;right:0;left:auto;}
.compilation_content .swiper-button-next{top:100px;right:0;}
.achieve_news .indNews_con{position: relative;}
.achieve_news .indNews_right{width:51.43%;height:100%;position: absolute;right:0;top:0;}
.achieve_news .indList{height:100%;overflow: hidden;}
.achieve_news .indList .item{margin-top:0;margin-bottom: 26px;}
.achieve_property{position: relative;} 
.achieve_property .img{position: relative;} 
.achieve_property .desc{position: absolute;left:0;right:0;top:50%;transform: translateY(-50%); z-index: 10;}
.achieve_property .desc .txt{max-width:46.6%;max-height:6.8em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.achieve_property .btn_more{display:block;width:100px;height:32px;line-height: 32px;text-align: center;background:#015293;}
.rewrards_box{/*align-items: flex-start;*/position: relative;}
.rewards_menu{width:28.57%;flex-shrink: 0;background:#015293;padding:80px 0;}
.rewards_menu .item{padding:20px 40px 20px 80px;position: relative;cursor: pointer;margin-bottom: 12px;}
.rewards_menu .item span{display: block;padding-right:20px;}
.rewards_menu .item:before{width:6px;height:0;background:#fff;content:'';position: absolute;left:0;top:50%;margin-top:-13px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.rewards_menu .item.active span{color:#fff;background:url(../images/arr2.png) no-repeat right center;background-size:6px;}
.rewards_menu .item.active:before{height:26px;}
.rewards_content{width:71.43%;height:500px;padding:40px 40px 40px 50px;background:#F5F8FC;/*position: absolute;top:0;right:0;*/}
.rewards_content .item{width:100%;padding:24px 0;border-bottom:1px solid #EBEBEB;}  
.rewards_content .item:nth-child(1){padding-top:0;}
.rewards_content .item:hover .tit{color:#015293;}
.rewards_content .item .tit span{padding-right: 20px;}
.rewards_content .item .desc .txt{width:50%;}
.rewards_content .item .desc .date{flex-shrink: 0;}
.rewards_content .item .desc .issue{width:25%;}
.rewards_content .mCSB_scrollTools .mCSB_draggerRail{background: #e0e0e0!important;}
.rewards_items{display: none;height:100%;}
.rewards_items.active{display: block;}


.evaluate_intro{width:47.14%;}
.evaluate_intro .txt{line-height: 1.8;}
.evaluate_intro .txt p{margin-bottom: 1.5em;}
.evaluate_img{width:47.14%;}
.evaluate_blocks .item{max-width:33.33%;text-align: center;position: relative;padding:0 10%;}
.evaluate_blocks .item .icon{width:50px;height:50px;margin:auto; display: flex;align-items: center;justify-content: center;}
.evaluate_blocks .item:before{height:80%;border-left:1px solid #EBEBEB;content:'';position: absolute;left:0;top:10%;}
.evaluate_blocks .item:nth-child(1){padding-left:24px;}
.evaluate_blocks .item:nth-child(1):before{display: none;}

.zixun_list .item{width:100%;background:#F5F8FC;padding:40px 70px 40px 40px;border:1px solid #F5F8FC;border-top-width: 5px;margin-bottom: 25px;}
.zixun_list .item .date{margin-top:5px;}
.zixun_list .item .txt{margin-top:6px;}
.zixun_list .item:hover{border-color:#EDF3FC;border-top:5px solid #015293;background:url(../images/logo_bg.png) no-repeat 103% 64%, linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);background-size:auto 180%;} 
.zixun_list .item:hover .tit a{color:#015292;}

.property_list .item{width:49.28%;background:#F5F8FC;padding:40px;border:1px solid #F5F8FC;border-top-width: 5px;margin-bottom: 25px;}
.property_list .item .font:nth-child(2){margin-top:10px;}
.property_list .item .font .span1{white-space: nowrap;flex-shrink: 0;}
.property_list .item .font .span2{flex:1;overflow: hidden;}
.property_list .item:hover{border-color:#EDF3FC;border-top:5px solid #015293;background:url(../images/logo_bg.png) no-repeat 105% 64%, linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);background-size:auto 180%;} 
.property_list .item:hover .font:nth-child(1) span{color:#015293;}
.rewards_list .item{width:100%;background:#F5F8FC;padding:50px 60px;border:1px solid #F5F8FC;border-top-width: 5px;margin-bottom: 25px; } 
.rewards_list .item .tit span{padding-right: 20px;}
.rewards_list .item:hover{border-color:#EDF3FC;border-top:5px solid #015293;background:url(../images/logo_bg.png) no-repeat 103% 64%, linear-gradient(180.00deg, rgba(227, 238, 255, 1),rgba(255, 255, 255, 1) 100%);background-size:auto 180%;} 
.rewards_list .item:hover .tit{color:#015293;}
.rewards_list .item .desc .txt{width:45%;}
.rewards_list .item .desc .date{flex-shrink: 0;white-space: nowrap;}
.rewards_list .item .desc .issue{width:32%;}

.exhibition_list {margin-left:-1.025%;margin-right:-1.025%;}
.exhibition_list .item{width:31.28%;margin-left:1.025%;margin-right:1.025%;margin-bottom:3%;}
.exhibition_list .item .img{cursor: pointer;}
.exhibition_list .item .autoimg{height:0;padding-bottom: 61.64%;}
.exhibition_list .item .autoimg:after{width:100%;height:100%;background: rgba(0, 0, 0, 0.5);content:'';position: absolute;left:0;top:0;z-index: 1;}
.exhibition_list .item .btn_play{width:64px;height:64px;background:url(../images/play.png) no-repeat center;background-size: 100%;position: absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;z-index: 10;}
.exhibition_list1 {margin:0;}
.exhibition_list1 .item {width:100%!important;margin-left:0;margin-right:0;}
.exhibition_list1 .item .img{width:28%;margin-right:40px;}
.exhibition_list1 .item .desc{flex:1;overflow: hidden;}


.videoPop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.5);display: none;z-index: 999999;}
.videoPop .video_close{width:50px;height:50px;padding:10px;position:absolute;top:30px;right:30px; cursor:pointer;}
.videoPop .myVideo {width:88%;max-width:1066px;max-height:80%;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.videoPop .myVideo video {display: block;width: 100%;}

.product_menu{width:100%;  position: relative;left:0;top:0;z-index: 10;background:#fff;margin-top:0;} 
.product_menu .wrap,.product_menu .swiper{height:100%;}
.product_menu .swiper{overflow: visible;} 
.product_menu .swiper-slide{width:auto;margin-right:7%; display: flex;align-items: center;}
.product_menu .swiper-slide .tit{display: block;padding:24px 0 24px 0;margin-right:20px;position: relative;}  
.product_menu .swiper-slide i{width:20px;height:100%;display: block;position: absolute;right:0;top:50%;transform:translateY(-50%);}
.product_menu .swiper-slide i:before{width:0!important;height:7px;border:none;border-left:2px solid #666; content:'';position: absolute;left:auto;right:0;bottom:auto;top:50%;margin-top:-2px;transform:rotate(45deg); transform-origin: right bottom;-webkit-transition:none;transition: none;}
.product_menu .swiper-slide i:after{width:0!important;height:7px;border:none;border-left:2px solid #666; content:'';position: absolute;left:auto;right:0;bottom:auto;top:50%;margin-top:-3px;transform:rotate(-45deg); transform-origin: right bottom;-webkit-transition:none;transition: none;}
.product_menu .swiper-slide.active .tit{color:#015293;font-family: "SourceHanSansSC-Bold";} 
.product_menu .swiper-slide .tit:hover{color:#015293;} 
.product_menu .swiper-slide:hover i{transform: translateY(-50%) rotate(180deg);margin-top:4px;transform-origin: right center;}
.product_menu .swiper-slide:hover i:before,.product_menu .swiper-slide:hover i:after{width:0;border-color:#015293;}  
.product_menu.active{position: fixed;left:0;top: 120px;margin-top:0px;z-index: 100;background:#f9f9f9;box-shadow: 0 10px 20px rgba(0,0,0,0.1);} 
.product_menu.active .swiper{border:none;}
.product_submenu{width:260px;max-height:370px;overflow-y:auto;position: absolute;left:0;top:50%;padding:6px 0;background:#fff;box-shadow: -3px 2px 10px 2px rgba(233, 233, 233, 1);backdrop-filter: blur(5.43px);transition:all 0.3s;opacity: 0; visibility: hidden;}
.product_submenu a{display: block;padding:8px 20px; color:#666;position: relative;transition: none;}
.product_submenu a:before{height:12px;border-left:2px solid #fff;content:'';position: absolute;left:0;top:50%;margin-top:-6px;}
.product_submenu a:hover,.nav_list .nav_p dd a.active{color:#015293; background:url(../images/arr.png) no-repeat 90% 50%;background-size:4px;}
.product_submenu a:hover:before{border-color:#015293;} 
.product_menu .swiper-slide:hover .product_submenu{top:100%;opacity: 1;visibility: visible;}
.product_bg{background:#f5f8fd;}
.product_list .item{display: block;width:25%;padding:30px 30px 60px;margin-top: 40px;}
.product_list .item .img{height:240px;padding:0 20px; display: flex;justify-content: center;align-items: center;}
.product_list .item .img img{max-height: 100%;width:auto;height:auto;}
.product_list .item:hover{box-shadow: 0px 4px 16px 7px rgba(232, 237, 244, 1);background:#fff;}
.product_banner{margin-top:120px;padding:110px 0 56px;background:url(../images/banner_bg.png) no-repeat top center;background-size:cover;}
.product_banner_left{width:45%;}
.product_banner_right{width:49.3%;}
.product_banner_left .desc ul,.product_banner_left .desc ol{padding-left:1.5em;}
.product_banner_left .desc ul li,.product_banner_left .desc ol li{list-style: inherit;margin-bottom: 1em;}
.product_banner_left .desc p{margin-bottom: 1em;}
.product_banner_left .flag span{padding:0 20px;position: relative;}
.product_banner_left .flag span:before{height:10px;border-left:1px solid #EBEBEB;content:'';position: absolute;left:0;top:50%;margin-top:-3px;}
.product_banner_left .flag span:nth-child(1){padding-left:0;}
.product_banner_left .flag span:nth-child(1):before{display: none;}
.product_banner_left .btn_zixun{display:block;width:100px;height:32px;line-height: 32px;text-align: center;background:#015293;font-size:14px;color:#fff;}
.product_swiper {position: relative;}
.product_swiper .swiper-slide .img img{transform: scale(1.0);}
.product_swiper .swiper-button-prev,.product_swiper  .swiper-button-next{width:56px;height:56px;margin-top:-28px;opacity: 0.9;}
.product_swiper .swiper-button-prev{left:-28px;}
.product_swiper .swiper-button-next{right:-28px;}
.pic_video{width:140px;height:44px;border-radius: 44px;background:#015293;position: relative;margin:24px auto 0;padding:6px 12px;justify-content: space-around;align-items: center;}
.pic_video span{position: relative;z-index: 10;cursor: pointer;}
.pic_video:after{width:56px;height:32px;border-radius: 32px;background:#fff;content:'';position: absolute;left:12px;top:6px;z-index: 0;-webkit-transition:left 0.3s;transition:left 0.3s;}
.pic_video span.active{color:#015293;}
.pic_video.video_active:after{left:72px;}
.pic_video.pic_active:after{left:12px;}
.product_blocks {margin-left:-20px;margin-right:-20px;}
.product_blocks .item{width:20%;text-align: center;position: relative;padding:0 20px;}
.product_blocks .item .icon{width:45px;height:45px;margin:auto; display: flex;align-items: center;justify-content: center;}
.product_blocks .item:before{height:80%;border-left:1px solid #EBEBEB;content:'';position: absolute;left:0;top:10%;}
.product_blocks .item:nth-child(1):before{display: none;}
.product_parameter{background: #F5F8FC url(../images/param_bg.png) no-repeat center;background-size: cover;}
.parameter_box{padding:65px; backdrop-filter: blur(16.3px);background: rgba(255, 255, 255, 0.5);}
.parameter_box .item{width:46%;padding:20px 0;border-bottom: 1px solid #ebebeb;margin-bottom: 15px;overflow: hidden; display: flex;align-items: center;}
.parameter_box .item .tit{float:left;width:10em;margin-right: 20px;flex-shrink: 0;}
.parameter_box .item .txt{flex:1;overflow: hidden;}
.product_area{position: relative;}
.product_area .area_title{width:100%;position: absolute;left:0;top:60px;z-index: 10;}
.area_swiper .swiper-slide{width:25%;transition:all 0.3s;}
.area_swiper .swiper-slide .img{height:680px;}
.area_swiper .swiper-slide .img img{transform: scale(1.0);}
.area_swiper .swiper-slide .img:after{width:100%;height:100%;background: rgba(0, 0, 0, 0.4);content:'';position: absolute;left:0;top:0;z-index: 1;}
.area_swiper .swiper-slide .tit{position: absolute;left:0;right:0;bottom:0;padding:30px;z-index: 10;}
.area_swiper .swiper-slide.hover .img:after{background: linear-gradient(0deg, rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0) 30%);}
.area_swiper .swiper-button-prev, .area_swiper .swiper-button-next{display: none;}
.recommend_swiper{position: relative;} 
.recommend_swiper .item{display: block;padding:30px 30px 60px;background:#F5F8FC;position: relative;}
.recommend_swiper .item:before{width:0;height:8px;background:#015293;content:'';position: absolute;left:0;top:0;-webkit-transition:width 0.5s;transition:width 0.5s;}
.recommend_swiper .item .img{height:240px;padding:0 20px; display: flex;justify-content: center;align-items: center;}
.recommend_swiper .item .img img{max-height: 100%;width:auto;height:auto;}
.recommend_swiper .item:hover:before{width:100%;}
.recommend_swiper .swiper-button-prev,.recommend_swiper  .swiper-button-next{width:48px;height:48px;margin-top:-24px;}
.recommend_swiper .swiper-button-prev{left:-80px;}
.recommend_swiper .swiper-button-next{right:-80px;}
/*网站地图*/

.siteMap { width:100%;  } 
.siteMap ul li { border-bottom: 1px solid #ebebeb;padding: 30px 0 20px 0;zoom: 1;overflow: hidden;}
.siteMap ul li:after {display: table;clear: both; content: "";font-size: 0;line-height: 0;}
.siteMap ul li h2 {float: left;overflow: hidden;min-width: 150px;}
.siteMap ul li h2 .cn { font-weight: bold;display: block;font-size:22px;color: #015293;}
.siteMap ul li h2 .en {font-size: 14px; display: block;color: #015293;display: none;}
.siteMap ul li ul {float: none;overflow: hidden;}
.siteMap ul li ul li {border: none;padding: 0;float: left;margin-bottom:5px;margin-left:50px;}
.siteMap ul li ul li a {font-size: 18px;color: #555;min-width: 100px;display: block;}
.siteMap ul li ul li a:hover {color: #015293;}
.siteMap ul li ul li dl{ margin-top: 8px;}
.siteMap ul li ul li dd{  padding-top: 5px; padding-bottom: 4px; color: #666;}
.siteMap ul li ul li dd a{color: #888;font-size:16px;}

@media only screen and (max-width:1660px) { 
 

} 
@media only screen and (max-width:1440px) {  
  .indBusiness_list .item{padding:40px;}
  .product_menu{height:80px;}
  .product_menu .swiper-slide{margin-right: 5%;}
  .menu_box .swiper-slide>a{padding:12px 0;font-size:16px;}
  .compilation_year .swiper,.compilation_content .swiper{height:444px;}
  .compilation_content .swiper-slide .year{font-size: 290px;} 
  .evaluate_blocks .item{padding:0 8%;}
  .contact_pop dl{padding:18px 0 15px;}
  .aftersale_list .item,.advantage_list .item,.indBusiness_list .item{padding:40px 35px;}
  .area_swiper .swiper-slide .img{height:500px;}
  .business_content .about-nums li{max-width: 15%;}
  .download_list .item{padding:30px 30px 50px;}
  .indList .item{margin-top:18px;}
  .banner_p{max-width: 100%;}  
  .technology_field .desc{padding:60px 10% 140px 9.8%}
  .product_list .item{padding:24px 24px 40px;margin-top:30px;}
  .product_list .item .img{height:200px;}
  .searchWrap .btnSearch{width:120px;height: 54px;}
  .searchWrap .searchInput input{padding:12px 20px;}
}
@media only screen and (max-width:1360px) {
  .recommend_swiper .item .img{height:200px;}
  .indProduct_swiper .swiper-button-prev, .recommend_swiper .swiper-button-prev{left:-40px;}
.indProduct_swiper .swiper-button-next, .recommend_swiper .swiper-button-next{right:-40px;}
 .recommend_swiper .swiper-button-prev, .recommend_swiper .swiper-button-next{width:40px;height:40px;margin-top: -20px;}
}
@media only screen and (max-width:1200px) {
  .anchor{top:-54px;}
  .height{height:54px;}
  .banner{margin-top:54px;height: calc(84vh - 54px)!important;} 
  .inbanner{margin-top:54px;}
  .H120{height: 54px;}  
    
  .prev_next{display: block;  }
  .prev_next a{max-width: 100%;  } 
  
  .searchWrap{padding: 50px 0 ;}
  .searchWrap .searchInput{width:100%;}  
  .searchWrap .keywords_list a{margin-left: 20px;}
  .recrument_top .recrument_desc .item{margin-right:4%;}
  .contact_pop{padding:24px;width:360px;}
  .contact_pop dl{padding:12px 10px;}
  .menu_box.active{top:54px;}
  .product_menu{height:auto;}
  .product_menu .swiper-slide .tit{padding:10px 0 10px 0;}
  .menu_box .swiper-slide{margin-right: 6%;}
  .menu_box .swiper-slide>a{padding:12px 0;font-size:14px;}
  .menu_box .swiper-slide>a:after{border-bottom-width: 2px;}
  .aftersale_list .item,.advantage_list .item,.indBusiness_list .item{padding:30px;}
  .aftersale_list .item .bg_icon,.advantage_list .item .bg_icon,.indBusiness_list .item .bg_icon{width:90%;}
  .consult_con{width:50%;}
  .consult_box .page_txt{max-width: 45%;}
  .party_list .item{padding:35px;}
  .party_list .item .date{margin-right:35px;}
  .news_swiper .swiper-pagination{bottom:20px;}
  .news_swiper .item .desc{padding:30px;}
  .achieve_news .indList .item{margin-bottom: 20px;}
  .achieve_blocks .item .icon,.evaluate_blocks .item .icon{width:45px;height:45px;}
  .compilation_year{width:200px;}
  .compilation_year .swiper, .compilation_content .swiper{height:370px;}
  .compilation_content .swiper-slide .year{font-size:225px;}
  .compilation_content .swiper-slide .desc{padding-left:5%;padding-right: 45px;}
  .compilation_content .swiper-button-prev, .compilation_content .swiper-button-next{width:50px;height:50px;}
  .compilation_content .swiper-button-next{top:70px;}
  .achieve_property .desc .txt br{display: none;}
  .rewards_menu{padding:40px 0;}
  .rewards_menu .item{padding:20px 30px;}
  .rewards_content .item{padding:16px 0;}
  .rewards_content .item .desc,.rewards_list .item .desc{display: block;}
  .rewards_content .item .desc .tit,.rewards_content .item .desc .date,.rewards_content .item .desc .issue,.rewards_list .item .desc .txt,.rewards_list .item .desc .date,.rewards_list .item .desc .issue{width:1000%;margin-top:5px;}
  .rewards_list .item{padding:40px;}
  .exhibition_list .item{width:47.95%;margin-bottom: 25px;}
  .exhibition_list .item .btn_play{width:40px;height:40px;margin-top:-20px;margin-left:-20px;}
  .videoPop{background: rgba(0, 0, 0, 0.8);}
  .videoPop .video_close{width:40px;height:40px;top:10px;right:10px;}
  .business_list .item .desc{padding:40px;}
  .service_thumbs .swiper-slide{padding:30px 0;  }
  .history_gallery .swiper-slide .year{font-size:280px;  }
  .honors_swiper .swiper-slide .item{padding:24px 20px; }
  .about_profile .desc{padding-left:40px; }
  .honors_swiper .swiper{height:540px; }
  .honors_swiper .swiper-slide .item .img{height:150px; }
  .indFriend_links .page_tit{margin-right:3%;}
  .indLinks_list .item{padding:0 3%; }
  .indProduct_swiper .swiper-slide .item{padding:30px; }
  .indProduct_swiper .swiper-button-next{right:-20px; }
  .indProduct_swiper .swiper-button-prev{left:-20px; }
  .indList .item{margin-top:15px;}
  .indNews_right{padding-left:30px; }
  .indLinks_list .item:nth-child(1){padding-left: 0;}
  .indLinks_list .item a{font-size:14px;  }
  .indLinks_list .item ul{height:169px; }
  .product_list .item .img{height:150px; }
  .product_banner{margin-top: 54px;padding:50px 0;}  
  .product_swiper .swiper-button-prev, .product_swiper .swiper-button-next{width:40px;height:40px;margin-top:-20px;} 
  .product_swiper .swiper-button-prev{left:-20px;}
  .product_swiper .swiper-button-next{right:-20px;}
  .parameter_box{padding:40px;}
  .parameter_box .item{padding:15px 0;}
  .product_area .area_title{top:30px;}
  .recommend_swiper .item .img{height:160px;}
}
@media only screen and (max-width:820px) {
  .banner{height: auto;}
  .banner .swiper-dots{bottom:8%;}
  .banner .swiper-pagination{width:100%; } 
  .banner .swiper-btns{display:none;}   
  .banner .swiper-pagination-bullet{width:30px;}
  .top_news .tit{font-size:24px;}
  .inban_tit .txt br{display: none;}
  .recrument_top .recrument_desc .item{width:100%;margin-right:0; }
  .recrument_list .items{padding:30px;}
  .recrument_list .items.active{background-position: 127% 110%;}
  .map_pop{top:49%;zoom:0.7;}
  .contact_pop{position: static;width:100%;padding:0;margin-top:30px; -webkit-transform: translateY(0);transform: translateY(0);}
  .download_list .item{width:48.1%;}
  .aftersale_list .item,.advantage_list .item,.indBusiness_list .item{width:47.8%;margin-bottom: 20px;padding:24px 24px 30px;}
  .aftersale_list .item .bg_icon,.advantage_list .item .bg_icon,.indBusiness_list .item .bg_icon{width:45%;}
  .consult_box .page_txt{max-width: 100%;}
  .consult_content{height:auto}
  .consult_con{width:100%;position: static;padding:30px 0;box-shadow: none;}
  .more{display: none;}
  .news_list .item{width:47.28%;padding-bottom: 0;border:none;margin-bottom: 20px;}
  .news_swiper .swiper{padding-bottom: 30px;}
  .news_swiper .item {display: block;}
  .news_swiper .item .img{width:100%;}
  .news_swiper .item .desc{width:100%;padding:20px;}
  .news_swiper .item .desc .tit{max-height:3.4em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
  .news_swiper .swiper-pagination{width:100%;left:0;bottom:0;}
  .page{margin-top:20px;}
  .compilation_year{width:140px;}
  .compilation_year .swiper, .compilation_content .swiper{height:240px;}
  .compilation_content .swiper-slide .img{width:28%;}
  .compilation_content .swiper-button-prev, .compilation_content .swiper-button-next{width:40px;height:40px;}
  .compilation_content .swiper-button-next{top:60px;}
  .compilation_content .swiper-slide .year{font-size:160px;}
  .rewards_content{padding:30px;}
  .rewards_menu .item{padding:12px 24px;}
  .achieve_blocks .item .icon, .evaluate_blocks .item .icon{width:30px;height:30px;  }
  .evaluate_blocks .item{padding:0 6%;}
  .zixun_list .item,.property_list .item{padding:30px;margin-bottom: 20px;}
  .rewards_list .item{padding:30px;}
  .business_content .about-nums ul{flex-wrap: wrap;}
  .business_content .about-nums li{width:33.33%!important;padding-left:5%;max-width: none;margin-bottom: 30px;}
  .service_tit{position: static;}
  .service_swiper{margin-top:30px;}
  .service_swiper .swiper-slide .desc{top:10%;}
  .history_gallery .swiper-slide .year{font-size:200px;}
  .honors_swiper .swiper{height:auto;}
  .honors_swiper .swiper-slide .item .img{height:120px;}
  .honors_swiper .swiper-slide .item{padding:20px 16px;}
  .honors_swiper .swiper-slide .item .tit{font-size:14px;}
  .research_list .item .img{width:160px;height:106px;margin-right:20px;}
  .about_profile .wrap{display: block;}
  .about_profile .img{width:100%;}
  .about_profile .desc{width:100%;padding-left:0;margin-top:30px;}
  .about_profile .desc .slogan .item .icon{width:30px;height:30px;}
  .about_profile .desc .slogan{margin-top:30px;}
  .about_profile .desc .slogan .item{padding:0 4%!important;width:25%;}
  .honors_list .item{padding:20px 16px;}
  .honors_list .item .img{height:120px;}
  .indList .item{margin-top:12px;}
  .indParty_box{flex-wrap: wrap;}
  .indParty_con,.indAchieve_con{width:100%;}
  .indAchieve_con{margin-top:30px;}
  .indParty_img a{height:auto;}
  .indParty_img a img{position: static;}
  .indProduct_swiper .swiper{height:420px;}
  .indProduct_swiper .swiper-slide .item{padding:20px;}
  .indPro_title,.indService_box{display: block;}
  .indProduct_swiper .swiper{height:auto;}
  .indService_title{width:100%;}
  .indService_list{margin-left:0;margin-top:30px;margin-left:-3%;}
  .indService_list .item{padding:20px;}
  .indService_list .item .icon{width:28px;height:28px;}
  .indService_box{padding:30px 0;}
  .indBusiness_list .item .bg_icon{right:-10%;top:40%;}
  .indFriend_links{display: block;padding:30px 0;}
  .indLinks_list{margin-top:20px;}
  .product_list .item{width:33.33%;}
  .product_list .item .img{padding:12px;}
  .product_banner .wrap{display: block;}
  .product_banner_left,.product_banner_right{width:100%;}
  .product_banner_right{margin-top:30px;}
  .product_swiper .swiper-button-prev{left:0;}
  .product_swiper .swiper-button-next{right:0;}
  .product_blocks .item .icon{width:30px;height:30px;}
  .area_swiper .swiper-slide .img{height:300px;}
  .indProduct_swiper .swiper-button-prev, .recommend_swiper .swiper-button-prev{left:0}
  .indProduct_swiper .swiper-button-next, .recommend_swiper .swiper-button-next{right:0;}
  .area_swiper .swiper-slide .tit{padding:20px;}
  .parameter_box .item{width:100%;margin-bottom: 0;}
  
}
@media only screen and (max-width:640px) { 
   
  .banner{ margin-top:54px;} 
  .inban_img{height:200px;}
  .inban_img img{width:100%;height: 100%;object-fit: cover;} 
  .inban_tit .tit{font-size:20px;}
  .inban_tit .txt{font-size:14px;}
  .top_news .tit{font-size:20px;}
  .indNews_swiper .swiper-slide .tit{bottom:32px;}
  .about-nums ul{flex-wrap: wrap;    -webkit-justify-content:flex-start; justify-content: flex-start;}
  .about-nums ul li{width:50%!important;margin-top: 12px;margin-bottom: 12px;} 
  .about-nums i{margin-top:5px;} 
  .about_nav .swiper-slide a{height:50px;line-height: 50px;}
  .swiper-button-prev, .swiper-button-next{zoom:0.8;}
  .news_list{margin-top:40px;}
  .news_list .item{width:97.28%;   }
  .crumbs{padding:12px 0; background: #F5F8FC;font-size:14px;}  
  .crumbs em{padding:0 6px;} 
  .contact_part .item{width:100%;margin-top:20px;  }
  .document_list{justify-content: space-between;}
  .document_list .item{padding:0;width:48%; margin-bottom:20px; }
  .document_list .item:hover{background:none;  }
  .download_list{margin:0;}
  .download_list .item{width:100%;padding:30px;margin-bottom:20px;  }
  .download_list .item .icon{width:30px;  }
  .download_list .item .bg_icon{width:50%;right:-10%; }
  .aftersale_list .item,.advantage_list .item,.indBusiness_list .item{width:97.8%;  }
  .aftersale_list .item .icon,.advantage_list .item .icon,.indBusiness_list .item .icon{width:30px;height:30px;  }
  .party_list .item{display:block;padding:24px; }
  .party_list .item .date{margin-right:0;  }
  .publish_box{text-align:left;}
  .publish_box span{padding:0 10px 0 0;  }
  .publish_box span em{display: none;}
  .news_title{text-align:left;  }
  .prev_next{padding-top:30px;  }
  .prev_next a.news_prev,.prev_next a.news_next{float:none;max-width: 100%;}
  .prev_next a.back_list{position:static;transform: translateX(0);text-align:center; }
  .compilation_box{display: block;}
  .compilation_year{width:100%;}
  .compilation_year .swiper, .compilation_content .swiper{height:auto;}
  .compilation_content {margin-top:30px;}
  .compilation_content .swiper-button-next:after, .compilation_content .swiper-button-prev:after{transform: rotate(0);}
  .compilation_content .swiper-button-next{top:0;}
  .compilation_content .swiper-button-prev{right:60px;}
  .compilation_content .swiper-slide .img{width:38%;}
  .compilation_content .swiper-slide .desc .tit{padding-top:20px;margin-top:30px;}
  .compilation_content .swiper-slide .desc .tit:before{width:40px;height:4px;}
  .indNews_con,.rewrards_box{display: block;}
  .indNews_swiper,.indNews_right{width:100%;}
  /*.indNews_swiper .swiper-slide .img img{position: static;}*/
  .indNews_right{margin-top:30px;padding-left:0;}
  .achieve_news .indNews_right{width:100%;max-height:320px;position: static;} 
  .achieve_property .desc .txt{max-width: 100%;}
  .rewards_menu{width:100%;display: flex;padding:0;}
  .rewards_menu .item{margin-bottom: 0;padding: 12px 12px;text-align: center;}
  .rewards_menu .item span{padding-right: 0;font-size:14px;}
  .rewards_menu .item.active span{background: none;}
  .rewards_menu .item:before{width:0;height:3px;background:#fff;left:50%;bottom:0;top:auto;margin-top:0; transform: translateX(-50%);}
  .rewards_menu .item.active:before{width:30px;height:3px;}
  .rewards_content{width:100%;height:320px;position: static;padding:24px 12px 24px 24px;}
  .achieve_evaluate .wrap{display: block;}
  .evaluate_intro{width:100%;}
  .evaluate_img{width:100%;margin-top:30px;}
  .evaluate_blocks .item{padding:0 4%;width:33.33%;}
  .mCSB_inside > .mCSB_container{margin-right:20px!important;}
  .achieve_property .img{height:240px;}
  .achieve_property .img:after{width:100%;height:100%;position: absolute;left:0;right:0;bottom:0;content:'';background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0) 100%);}
  .achieve_property .img img{width:100%;height:100%;object-fit: cover;}
  .achieve_blocks{flex-wrap: wrap;}
  .achieve_blocks .item{width:50%;margin-bottom: 30px;}
  .achieve_blocks .item:nth-child(2n+1):before{display: none;}
  .zixun_list .item,.property_list .item{padding:24px;}
  .property_list .item{width:100%;margin-bottom: 15px;}
  .rewards_list .item{padding:24px;margin-bottom: 15px;}
  .exhibition_list .item{width:97.95%;}
  .exhibition_list1 .item{display: block;}
  .exhibition_list1 .item .img{width:100%;margin-right:0;}
  .exhibition_list1 .item .desc{margin-top:20px;}
  .business_list .item .desc{width:100%;padding:0;margin-top:30px;}
  .business_list .item{margin-bottom:40px;} 
  .service_swiper .swiper-slide .desc{top:25%;position: static;margin-top: 30px;}
  .service_swiper .swiper-slide .desc .txt{max-width: 100%;}
  .service_swiper .swiper-button-next,.service_swiper .swiper-button-prev{opacity: 1;visibility: visible;}
  .service_thumbs{position: static;display: none;}
  .service_thumbs .swiper-slide span{color:#333;border-left:none;}
  .service_thumbs .swiper-slide-thumb-active span{color:#015293;}
  .service_thumbs .swiper-slide-thumb-active:after{background:#015293;} 
  .about_history,.about_research{padding:30px 0;} 
  .history_year{padding:0 40px;}
  .history_gallery .swiper-slide .item{display: block;}
  .history_gallery .swiper-slide .img{width:100%;}
  .history_gallery .swiper-slide .desc{width:100%;padding-right:0;}
  .honors_swiper .swiper-slide .item .img,.honors_list .item .img{height:100px;}
  .history_gallery .swiper-slide .year{font-size: 120px;left:auto;right:0;}
  .research_list .item{display: block;}
  .research_list .item .img{width:100%;margin-right:0;height:auto;}
  .research_list .item .img img{position: static;}
  .research_list .item .desc{width:100%;margin-top:20px;}
  .about_profile .desc .slogan .item .icon{width:24px;height:24px;}
  .goTop{width:30px;height:30px;}
  .honors_list .item{width:47.8%;}
  .honors_list .item .tit{font-size:14px;}
  .indService_list{display: block;margin-left:0;}
  .indService_list .item{display:block;width:100%;margin:20px 0 0;}
  .indLinks_list .item{width:100%;padding:8px 0;border-bottom: 1px solid #ebebeb;}
  .indLinks_list .item:before{display: none;}
  .indLinks_list .item a{display: block;} 
  .siteMap ul li h2{float:none;}
  .siteMap ul li ul{margin-top:20px;}
  .siteMap ul li ul li{width:50%;margin-bottom: 20px;margin-left:0;padding-right:20px;}
  .searchWrap .btnSearch{width:100px;height: 42px;}
  .searchWrap .searchInput input{padding:8px 16px;font-size:14px;}
  .searchWrap .keywords{display: block;font-size:14px;  }
  .searchWrap .keywords_list a{margin-left:0;margin-right:10px;margin-top:10px;margin-bottom: 0;}
  .product_list .item{width:100%;padding:20px;margin-top:0; }
  .product_list .item .img{height:180px; }
  .product_list .item .txt{text-align: center;}
  .page .prev, .page .next{width:36px;height:36px; }
  .page a, .page .dot{margin:0 5px;  }
  .recommend_swiper .item{padding:24px 24px 30px; }
  .product_banner{padding:30px 0;}
  .product_area .area_title{position:static;color:#111;margin:30px 0; }
  .area_swiper .swiper-slide{width:33.33%!important; }
  .area_swiper .swiper-slide .img{height:240px;}
  .area_swiper .swiper-button-prev, .area_swiper .swiper-button-next{display: flex;}
  .pic_video{width:120px;height:36px; }
  .pic_video:after{width:47px;height:24px; }
  .pic_video.video_active:after{left:62px;}
  .product_blocks{flex-wrap: wrap;}
  .product_blocks .item{width:33.33%;margin-bottom:20px; }
  .product_blocks .item:nth-child(3n+1):before{display:none;  }
   
}
@media only screen and (max-width:480px) {
   .document_list .item {width:100%;}
   .area_swiper .swiper-slide{width:50%!important; }
}