@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(255,255,255,0.1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:170px; }
.logo img{ width:100%;}
.logo img:nth-of-type(1){ display: block; }
.logo img:nth-of-type(2){ display: none; }
.hd-right{ flex: 1; box-sizing: border-box; box-sizing: border-box; padding-left:5%;}
.hd-right > .nav{width:100%;  box-sizing: border-box; font-size: 0;}
.hd-right > .nav >ul{float:right;}
.hd-right > .nav > ul > li{  display: inline-block; height: 80px; line-height: 80px; text-align: center;font-size: 16px;  }
.hd-right > .nav > ul > li > a{ width:100%; height: 80px; line-height: 80px; display: block; text-align: center; padding:0 30px; box-sizing: border-box; border-bottom: 1px solid transparent; color: rgba(255,255,255,0.8); text-transform: uppercase; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; position: relative;}
.hd-right > .nav > ul > li > a::after{content: ' '; width: 20px; height: 2px; background-color: #FFF; position: absolute; left:10px; top:50%; margin-top: -1px; display: none;}

.hd-right > .nav > ul > li.on > a,.hd-right > .nav > ul > li:hover > a{ /*border-bottom:1px solid #FFF;*/ color: #FFF !important;}
.hd-right > .nav > ul > li > .subNav{ width: 100%; height: auto; background-color: rgba(255,255,255,0.9); position: absolute; left:0; top:80px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; display: none;}
.hd-right > .nav > ul > li > .subNav > .navLiCont{ width: 1200px; height: auto; margin:0 auto;box-sizing: border-box; padding: 4%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; display: none;}
.hd-right > .nav > ul > li > .subNav > .navLiCont > .subNav-img{ width: 30%; overflow: hidden; }
.hd-right > .nav > ul > li > .subNav > .navLiCont > .subNav-img img{ width: 100%; }
.subNav-about{ width:70%; box-sizing: border-box; padding-left:8%;text-align: left;}
.subNavAbout-header{ width: 100%; }
.subNavAbout-header > h3,.subNavAbout-header > p{ width: 100%; font-weight: normal; font-size: 26px; text-transform: uppercase; height: 32px; line-height: 32px; overflow: hidden;}
.subNavAbout-header > p{ font-size: 18px; height: 24px; line-height: 24px; }
.subNavAbout-list{ width: 100%; margin-top: 3%; }
.subNavAbout-list > ul > li{ width: 50%; height: 36px; line-height: 36px; float: left; overflow: hidden; }
.hd-right > .nav > ul > li > a:hover::after,.hd-right > .nav > ul > li > a.on::after{display: block; animation: bounceInLeft 0.5s ease-in-out; -webkit-animation: bounceInLeft 0.5s ease-in-out;}
.hd-right > .nav > ul > li:hover > .subNav{ display: block;}
.hd-right > .nav > ul > li:hover > .subNav > .navLiCont{display: flex;animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.subNavAbout-list > ul > li > a:hover{ color: #3b56b7 !important; }


.header-blank{ background-color:transparent; height:80px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(120,120,120,1);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}

.scrolltop .logo img:nth-of-type(1){ display: none; }
.scrolltop .logo img:nth-of-type(2){ display: block; }
.scrolltop .hd-right  > .nav > ul > li > a::after{content: ' '; width: 20px; height: 2px; background-color: #0392ee; position: absolute; left:10px; top:50%; margin-top: -1px; display: none;}
.scrolltop .hd-right  > .nav > ul > li > a{ width:100%; height: 80px; line-height: 80px; display: block; text-align: center; padding:0 30px; box-sizing: border-box; border-bottom: 1px solid transparent; color: rgba(0,0,0,0.8); text-transform: uppercase; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; position: relative;}
.scrolltop .hd-right  > .nav > ul > li > a:hover::after,.scrolltop .hd-right  > .nav > ul > li > a.on::after{display: block; animation: bounceInLeft 0.5s ease-in-out; -webkit-animation: bounceInLeft 0.5s ease-in-out;}
.scrolltop .hd-right  > .nav > ul > li.on > a,.scrolltop .hd-right  > .nav > ul > li:hover > a{ /*border-bottom:1px solid #333;*/ color: #0392ee !important;}
/*主体*/
.main{   height:auto;   }
/*底部*/
.foot-blank{ height:auto; width:100%; }
.service{ width: 100%; background-color: #30333a;  }
.service > .c-con{ padding-top: 2%; padding-bottom:2%; }
.servList{ width: 100%;  }
.servList > ul > li{ width: 25%; float: left; box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center;}
.servList > ul > li > p{ width: 80px; overflow: hidden; box-sizing:  border-box; padding:10px; }
.servList > ul > li > p img{ width: 100%;}
.servList > ul > li > div{ flex:1;  }
.servList > ul > li > div > h3,.servList > ul > li > div > p{ width: 100%; font-weight: normal; font-size: 22px; color: #FFF;}
.servList > ul > li > div > p{ font-size: 14px; margin-top:2%; }

.footer{ box-sizing:border-box; background-color: #212425; }
.footer > .c-con{ padding-top:2%; padding-bottom: 2%;position: relative; }
.links{ width: 100%;line-height: 2; font-size: 12px; color: rgba(255,255,255,0.3) }
.links > a{color: rgba(255,255,255,0.3) !important;  }
.copyright{ width:100%; line-height: 2; font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 1%;}
.copyright a{color: rgba(255,255,255,0.3);}
.footer > .c-con > .wechat{width:100px;height:200px;position:absolute;right:0;top:20px;}
.footer > .c-con > .wechat img{width:100%;}
.footer > .c-con > .wechat p{width:100%;line-height:25px;color: rgba(255,255,255,0.3);font-size: 16px;text-align: center;}

/*首页*/
/*焦点图*/
.flash{ width:100%; position: relative; min-width: 1200px; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:15px; height:6px; border-radius:3px; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: #a6cdec; }
.swiper1 .swiper-pagination-bullet-active{ width: 25px; background-color:#0392ee;}
.swiper1 .swiper-slide{ position:relative;}
.swiper1 .swiper-slide > img{ width:100%;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display:none; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }
/*.mouse{ display: block; width: 26px; height: 46px; overflow: hidden; position: absolute; left:50%; bottom:90px; margin-left:-13px; z-index: 300;}
.mouse > img{ width: 100%; }*/
.swiper1 .swiper-slide > .slide-title{ width: 1200px; height: 100%; background-color: rgba(0,0,0,0); position: absolute; left:50%; top:0; margin-left:-600px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start;}
.swiper1 .swiper-slide > .slide-title > h3,.swiper1 .swiper-slide > .slide-title > h4,.swiper1 .swiper-slide > .slide-title > p{ width: 100%; line-height: 60px; color: #FFF; font-weight: normal; font-size: 40px }
.swiper1 .swiper-slide > .slide-title > h4{ font-size: 26px; line-height: 40px; }
.swiper1 .swiper-slide > .slide-title > h5{ width: 40px; height: 2px; border-radius: 2px; background-image: linear-gradient(to right, #FFF, #FFF); margin-top: 20px; margin-bottom:20px; }
.swiper1 .swiper-slide > .slide-title > a{ display: inline-block; width: 207px; height: 52px; border: solid 1px #fff; border-radius: 30px; font-size: 16px; color: #fff; line-height: 50px; text-align: center; overflow: hidden; margin-top: 30px; position: relative; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper1 .swiper-slide > .slide-title > a:hover{  border: solid 1px #FFF; background-color: #0392ee; color: #fff !important; }

/**/
.tongji{ width: 100%; background-color: #f4f4f4;}
.tongji > .c-con{ box-sizing: border-box; padding-top: 20px; padding-bottom: 20px; }
.tongjiList{ width: 100%; }
.tongjiList > ul > li{ width: 25%; float: left; box-sizing: border-box;}
.tongjiList > ul > li + li{ border-left:1px solid #d7d7d7; }
.tongjiList > ul > li > h3,.tongjiList > ul > li > p{ width:100%; text-align: center; font-weight: normal; line-height: 1.5; font-size: 14px; }
.tongjiList > ul > li > h3{ font-size: 60px; }
.tongjiList > ul > li > h3 > span.txt{ font-size: 14px; }
/**/
.prodServ{ width: 100%; padding-top: 3.375%; }
.prodServ > header{ width:100%; font-size: 30px; line-height: 3.2; text-align: center; }
.prodServ > .prodServ-tab{ width:100%; border-bottom:1px solid #f4f4f4; text-align: center;  }
.prodServ > .prodServ-tab > p{ width:20%; display: inline-block; font-size: 18px; line-height: 4; box-sizing: border-box; border-bottom:2px solid #FFF; cursor: pointer; }
.prodServ > .prodServ-tab > p > span{ font-size: 16px; text-transform: uppercase; color: #999; }
.prodServ > .prodServ-tab > p.on,.prodServ > .prodServ-tab > p:hover{ border-bottom-color: #2aa5ed; }
.prodServ-cont{ width: 100%; padding-top: 30px; padding-bottom:30px; }
.prodServ-list{ width:100%; display: none; }
.prodServ-list > ul > li{ width: 20%; float: left; margin-top: 30px; }
.prodServ-list > ul > li > a{ width: 100%; display: block; overflow: hidden; }
.prodServ-list > ul > li > a > p{ width: 96px; margin:0 auto; overflow: hidden; }
.prodServ-list > ul > li > a > p img{ width: 100%; }
.prodServ-list > ul > li > a > h3{ width: 100%; line-height: 24px; height: 48px; font-weight: normal; font-size: 14px; text-align: center; } 
.prodServ-list > ul > li:hover{background-color:#f4f4f4}
.prodServ-list > ul > li > a:hover{color:#333 !important}
/**/
.cases,.news{ width: 100%; background-color: #f4f4f4; }
.cases > .c-con,.news > .c-con{ padding-top: 3.75%; padding-bottom: 3.75%; }
.casesList{ width: 100%; background-color: #FFF; box-sizing: border-box; padding:10px;  }
.casesList > ul > li{ width: 23.5%; float: left; margin-top: 2%; margin-right: 2%; }
.casesList > ul > li:nth-of-type(4n){ margin-right:0; }
.casesList > ul > li:nth-of-type(1),.casesList > ul > li:nth-of-type(2),.casesList > ul > li:nth-of-type(3),.casesList > ul > li:nth-of-type(4){ margin-top:0; }
.casesList > ul > li > a{ display: block; width:100%; background-color: #FFF; box-sizing: border-box;  transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.casesList > ul > li > a > p{ width: 100%; height: 0; padding-top: 80%; position: relative; overflow: hidden; }
.casesList > ul > li > a > p img{ width: 100%; height: auto; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; position: absolute; left: 0; top:0; }
.casesList > ul > li > a > div{ width:100%; box-sizing: border-box; padding:10px; border-top: 1px solid #F4F4F4;border-bottom: 1px solid #F4F4F4; position: relative; }
.casesList > ul > li > a > div > h3{ width: 100%; font-weight: normal; font-size: 18px; height: 26px; line-height: 26px;color: #333  }
.casesList > ul > li > a > div > p{ font-size: 12px; color: #999; margin-top: 5px; }
.casesList > ul > li > a > div > h4{ display: inline-block; width: 24px; height: 24px; border-radius: 50%; box-sizing: border-box; border:1px solid #EEE; line-height: 6px; color: #EEE !important; position: absolute; right:20px; top:50%; margin-top: -12px; font-weight: normal; overflow: hidden; padding-left:2px;}
.casesList > ul > li > a > div > h4 i{ font-size: 16px; }
.casesList > ul > li > a:hover{  background-color: #2aa5ed; color: #FFF !important;}
.casesList > ul > li > a:hover > p img{ transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05); opacity: 0.8}
.casesList > ul > li > a:hover > div{  border-top: 1px solid #2aa5ed;border-bottom: 1px solid #2aa5ed; }
.casesList > ul > li > a:hover > div > h3{ color: rgba(255,255,255,1) !important; }
.casesList > ul > li > a:hover > div > p{ color: rgba(255,255,255,0.6) !important; }
.btnMore{ width: 100%; padding-top: 3.75%; padding-bottom: 3.75%; float: left; text-align: center; }
.btnMore > a{ display: inline-block; width: 200px; height: 210px; height: 44px; line-height: 42px; margin:0 auto; font-size: 16px; border:1px solid #F4F4F4; color: #333 !important; text-align: center; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.btnMore > a:hover{  border:1px solid #2aa5ed; background-color: #2aa5ed; color: #FFF !important; }
/**/
.ads{ width: 100%; position: relative;}
.ads > img{ width: 100%; }
.ads > header{ width:1200px; position: absolute; left:50%; top:5%; margin-left:-600px; }
.ads > header > h3,.ads > header > p{ width:100%; font-size: 45px; line-height:2; text-align: center; font-weight: normal; text-transform: uppercase; color: #FFF; }
.ads > header > p{  font-size: 28px; line-height: 2;     font-family: 宋体;}

#canvas {width: 100%;height: 25vw;background: #1A1A1A;overflow: hidden;}
#box {/* margin-top: 0%; */width: 100%;height: 90%;}
#box canvas {width: 100%;height: 155% !important;}



/**/
.leader{ width: 100%; padding-top: 2%; padding-bottom: 3.75%; }
.leader > header{}
.leader > header > p{ width: 130px; font-size: 18px; height: 70px; line-height: 68px; box-sizing: border-box; border-bottom:2px solid #FFF; color: #333; text-align: center; cursor: pointer; margin-right:10px; float: left; }
.leader > header > p.on,.leader > header > p:hover{ border-bottom: 2px solid #2aa5ed; color: #000; }
.leader > header > a{ font-size: 14px; display: inline-block; float: right; height: 70px; line-height: 70px; color: #999; }
.leader > header > a:nth-of-type(1){display: block;}
.leader > header > a:nth-of-type(2){display: none;}
.leader-cont,.leader-list{ width: 100%; }
.leader-cont{ margin-top: 30px; }
.leader-list{ height: 0; overflow: hidden; }
.swiper2{ padding-bottom:50px; }
.swiper2 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper2 .swiper-pagination-bullet{opacity:1; margin:0 1px!important;width:24px; height:4px; border-radius:0%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: transparent; color: #999; }
.swiper2 .swiper-pagination-bullet-active{background-color: transparent; color: #333;}
.swiper2 .swiper-slide{ position:relative;}
.swiper2 .swiper-slide > a{ display: block; width: 100%;  color: #FFF !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper2 .swiper-slide > a > p{ width: 100%; overflow: hidden; height: 0; padding-top: 65%; position: relative; }
.swiper2 .swiper-slide > a > p img{ width: 100%; position: absolute; left: 0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper2 .swiper-slide > a > h3{ width: 100%; padding:0 10px; height: 64px; line-height: 64px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; font-weight: normal; background-color: #666 ;}
.swiper2 .swiper-slide > a > h3 > p{ display: inline-block; float: right; font-size: 14px; color: rgba(255,255,255,1); }
.swiper2 .swiper-slide > a > h3 > p > span{ color:  rgba(255,255,255,0.6); }
.swiper2 .swiper-slide > a:hover h3{  background-color: #2aa5ed ; }
.swiper2 .swiper-slide > a:hover > p img{ transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05); opacity: 0.9}
.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev{ color:rgba(0,0,0,0.5); /*background-color:rgba(0,0,0,1);*/ border-radius:0%; height:30px; width:30px; line-height:30px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:0; box-sizing:border-box;  } 
.swiper2 .swiper-button-next{ right:42%; } 
.swiper2 .swiper-button-prev{ left:41%; }
.swiper2 .swiper-button-next:hover,.swiper2 .swiper-button-prev:hover{ color:#2aa5ed !important; } 
.swiper2 .swiper-button-next i,.swiper2 .swiper-button-prev i{ font-size:14px; }


.swiper3{ padding-bottom:50px; }
.swiper3 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper3 .swiper-pagination-bullet{opacity:1; margin:0 1px!important;width:24px; height:4px; border-radius:0%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: transparent; color: #999; }
.swiper3 .swiper-pagination-bullet-active{background-color: transparent; color: #333;}
.swiper3 .swiper-slide{ position:relative;}
.swiper3 .swiper-slide > a{ display: block; width: 100%; background-color: #666 ; color: #FFF !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper3 .swiper-slide > a > p{ width: 100%; overflow: hidden; }
.swiper3 .swiper-slide > a > p img{ width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper3 .swiper-slide > a > h3{ width: 100%; padding:0 10px; height: 64px; line-height: 64px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; font-weight: normal; }
.swiper3 .swiper-slide > a > h3 > p{ display: inline-block; float: right; font-size: 14px; color: rgba(255,255,255,1); }
.swiper3 .swiper-slide > a > h3 > p > span{ color:  rgba(255,255,255,0.6); }
.swiper3 .swiper-slide > a:hover{  background-color: #2aa5ed ; }
.swiper3 .swiper-slide > a:hover > p img{ transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05); opacity: 0.9}
.swiper3 .swiper-button-next,.swiper3 .swiper-button-prev{ color:rgba(0,0,0,0.5); /*background-color:rgba(0,0,0,1);*/ border-radius:0%; height:30px; width:30px; line-height:30px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; bottom:0; box-sizing:border-box;  } 
.swiper3 .swiper-button-next{ right:50%; margin-right:-70px;  } 
.swiper3 .swiper-button-prev{ left:50%; margin-left:-80px;  }
.swiper3 .swiper-button-next:hover,.swiper3 .swiper-button-prev:hover{ color:#2aa5ed !important; } 
.swiper3 .swiper-button-next i,.swiper3 .swiper-button-prev i{ font-size:14px; }

/**/
.news > .c-con{ padding-top: 2%; }
.newsHeader{ width:100%;  font-size: 30px; height: 70px; line-height: 70px; box-sizing: border-box;  color: #333; text-align: left; cursor: pointer; }
.newsHeader > a{ font-size: 14px; display: inline-block; float: right; height: 70px; line-height: 70px; color: #999; }
.newsList{ width: 100%; }
.newsList > ul > li{ width: 49%; float: left; margin-top: 2%; box-sizing: border-box; padding:20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList > ul > li:nth-of-type(2n){ float: right; }
.newsList > ul > li > .nl-date{ width: 80px; height: 92px; padding:0 10px; box-sizing: border-box; color: #333 ;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList > ul > li > .nl-date > h3{ width: 100%; height: 60px; line-height: 58px; font-size: 30px; text-align: center; border-bottom:2px solid #F4F4F4; font-weight: normal; }
.newsList > ul > li > .nl-date > p{ height:32px; line-height: 32px; font-size: 14px; }
.newsList > ul > li > .nl-about{ display: block; flex:1; box-sizing: border-box; padding-left:20px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; overflow: hidden;}
.newsList > ul > li > .nl-about > h3{ width: 100%; height: 30px; line-height: 30px; overflow: hidden; font-weight: normal; font-size: 18px; text-align: left; white-space: nowrap; text-overflow: ellipsis;}
.newsList > ul > li > .nl-about > p{ width: 100%; line-height: 26px; height: 52px; overflow: hidden; margin-top: 10px; font-size: 14px; text-align: left;}
.newsList > ul > li:hover{ background-color: #2aa5ed }
.newsList > ul > li:hover > .nl-date,.newsList > ul > li:hover > .nl-about{ color: #FFF !important; }

/**/
.cooperation{ width:100%; padding-top: 3%; padding-bottom: 5%; }
.cooperation > header{ width:100%; }
.cooperation > header > h3,.cooperation > header > p{ width:100%; font-size: 30px; line-height:2; text-align: center; font-weight: normal; text-transform: uppercase; }
.cooperation > header > p{  font-size: 16px; line-height: 2; }
.cooperation > header > p > a{ color: #2aa5ed !important; }
.cooperList{ width: 100%; box-sizing: border-box; border:1px solid #f4f4f4; border-top: 0; margin-top: 2%; }
.cooperList > ul > li{ width: 14.285%; box-sizing: border-box; float: left; border-top:1px solid #F4F4F4; border-right:1px solid #F4F4F4; }
.cooperList > ul > li:nth-of-type(7n){ border-right:0;  }
.cooperList > ul > li > a{ display: block; width: 100%; position: relative; }
.cooperList > ul > li > a > img{ width: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.cooperList > ul > li > a:hover > img{ /*transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02);*/-webkit-filter: grayscale(100%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%); -o-filter: grayscale(0%);filter: grayscale(0%);filter: gray;}
/*.cooperList > ul > li > a:hover > img:nth-of-type(1){ display: none; }
.cooperList > ul > li > a:hover > img:nth-of-type(2){ display: block; }*/



.kf1{position: fixed;right: 20px;top: 70%;transform: translateY(-50%);z-index: 1010;}
.kf1 span{    cursor: pointer;width: 51px;height: 61px;display: inline-block;padding: 0 10px;box-sizing: border-box;text-align: center;padding-top: 12px;display: block;transition: all 0.5s;background: #fff;line-height: 18px;}
.kf1 span:nth-child(2),.kf1 span:nth-child(3){box-shadow: 0 0 10px #e0e0e0;}
.kf1 span.span1{margin-bottom:5px;}
.kf1 span.span2{background: #fff url(../images/uph1.png)no-repeat center;}
.kf1 span a{display: inline-block;font-size: 14px;line-height: 18px;color: #333;}
.kf1 span.span1:hover a{color: #fff;}
.kf1 span:hover{background: #b41823;}
.kf1 span.span2:hover{background: #b41823 url(../images/uph.png)no-repeat center;cursor: pointer;}
.kf1 .kf_sq {
    background: #e30615;
}
.kf1 .kf_sq a {
    color: #fffcf4;
}
.kf1 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        overflow: hidden;
    }
    .kf1 >span:nth-child(1) a{
        background: #e30615;
    }

    .kf1 .span1 {
        display: flex;
        position: relative;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
    }
    .kf1 .span1 a{
        padding: 0 10px;
        position: relative;
        z-index: 55;
        transition: all 0.5s;
    }
    .kf1 .span1 p{
        display: flex;
        align-items: center;
        position: absolute;
        left: 5px;
        color: #fff;
    }

    .kf1 .span1:hover  a{
        background: #b41823;
        transition: all 0.5s;
    }
    .kf1 .span1:hover{
        width: 250px;
    }
