﻿/* base公共样式 */
@font-face {
    font-family: 'MiSans';
    src: url('HarmonyOSMedium.woff') format('truetype');
}

* {padding: 0;margin: 0;  box-sizing: border-box;}
html {font-size: calc(100vw/19.2);}
@media (min-width: 1921px) {html {font-size: 100px;}}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
body {color: #333;font-size: 16px;font-family:"MiSans";}
@media (max-width: 1440px) {body {font-size: 18px;}}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
a {color: #333;text-decoration: none;}
a:hover {text-decoration: underline;text-decoration: none;}
i {font-style: normal;}
ol,ul,li {list-style: none;} 


.icen {width: 100%; max-width:17rem; margin:0 auto; padding:0 0.2rem;position: relative;}


@media (max-width: 576px) {
  .icen {max-width: 540px;}
}

@media (max-width: 768px) {
  .icen {max-width: 720px;}
}

@media (max-width: 992px) {
  .icen {max-width: 960px;}
}

@media (max-width: 1200px) {
  .icen {max-width: 1140px;}
}


/* header */
.header{width: 100%;box-sizing: border-box;box-sizing: border-box;padding: 0 5%;position: fixed;top: 0;left: 0;z-index: 2000;transition: all .3s;}
.header .box{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.header .box .logo{display: block;}
.header .box .logo img{display: block;width: 2rem;}
.header .box .logo .logo02{display: none;}
.header .box .nav{display: flex;justify-content: flex-start;;align-items: center;}
.header .box .nav ul{display: flex;justify-content: flex-start;align-items: center;}
.header .box .nav ul li>a{display: block;height: 0.9rem;line-height: 0.9rem;font-size: 0.18rem;color: #fff;position: relative;box-sizing: border-box;padding: 0 0.3rem;}
.header .box .nav ul li .nav02{width:100%;position:absolute;background: rgba(255,255,255,.95);position: absolute;left: 50%;top:0.85rem;z-index: 999;transform-origin: 0 0 0;transform: scaleY(0.2) translateX(-50%);
	transition: all 0.3s ease 0s;opacity: 0;visibility: hidden;border-radius: 0 0 0.15rem 0.15rem;overflow: hidden; display:flex;justify-content:center;}
.header .box .nav ul li .nav02 .le{display: block;width: 40%; padding:0.5rem 0.5rem 0.8rem 0;background: rgba(0,0,0,.05); position:relative;}
.header .box .nav ul li .nav02 .le::before{content:'';width:0.04rem;height:0.7rem;background: rgba(21,86,157,.3);position:absolute;top:0.58rem;right:0.3rem;z-index:2;}
.header .box .nav ul li .nav02 .le h1{display: block; font-size:0.26rem; text-align:right;color:rgba(0,0,0,.8)}
.header .box .nav ul li .nav02 .le h2{display: block; font-size:0.36rem; font-weight:500; text-align:right;color:rgba(0,0,0,.2)}
.header .box .nav ul li .nav02 .re{display: block;width: 15%; padding:0.5rem 0 0.8rem 1rem;}
.header .box .nav ul li .nav02 .re a{display: block;width: 100%;font-size: 0.16rem;color: #666; margin-bottom:0.3rem;position: relative;}
.header .box .nav ul li .nav02 .re a:hover{color: #15569d;}
.header .box .nav ul li .nav02 .tu{display: block;width: 45%; padding:0.4rem 0 0.8rem;}
.header .box .nav ul li .nav02 .tu img{ width:3.5rem; border-radius:0.1rem;}
.header .box .nav ul li:nth-child(3):hover .nav02{font-size:0.36rem; color:#1571ff; margin-top:5px;opacity: 1;visibility:visible;transform: translateY(0px) translateX(-50%);}
.header .lang {position: relative;display: flex;align-items: center;height: 0.48rem;margin-left: 0.6rem;}
.header .lang a {display: flex;justify-content: center;align-items: center;font-size: 0.14rem;color: #f3f5f9;font-weight: bold;width: 0.48rem;height: 0.48rem;border-radius: 50%;border: 1px solid #fff;color: #ffffff;}
.header .lang a:hover{color: #15569d;}

.header:hover{background: #fff;}
.header:hover .box .logo .logo01{display: none;}
.header:hover .box .logo .logo02{display: block;}
.header:hover .box ul li>a{color: #333333;}
.header:hover .lang a {border: 1px solid #333;color: #333;}
.header:hover .lang a:hover{color: #15569d;}

.header:hover .box .nav li:hover>a{color: #15569d;}

.div1.header{background: #fff;}
.div1.header .box .logo .logo01{display: none;}
.div1.header .box .logo .logo02{display: block;}
.div1.header .box ul li a{color: #333333;}
.div1.header .box .nav ul{color: #333333;}
.div1.header .box .nav ul a{color: #333333;}
.div1.header .box .nav ul span{background: #333333;}
 
.div1 .lang a {border: 1px solid #333;color: #333;}
.div1 .lang a:hover{color: #15569d;}

 



.more { width:2rem; height:0.5rem; line-height:0.5rem; background:#15569d; color:#fff; text-align:center; font-size:0.16rem; border-radius:0.25rem; margin-top:0.3rem;}
.more a { display:block; color:#fff; border-radius:0.25rem;}
.more a:hover { background:#0b9f48; border-radius:0.25rem;}
 

/*i01*/
.i01 { width:100%; position:relative;margin:0.9rem 0;}
.i01 .top {display: flex;justify-content: space-between;align-items: center;}
.i01 .top .tit h2 {color: #000;margin-bottom:0.1rem;font-size: 0.48rem;opacity: 1;}
.i01 .top .tit p {font-size: 0.18rem;color: #333;line-height: 1.4;}
.i01 .box { width:100%; position:relative;}
.i01 .box ul {display: flex;justify-content: flex-start;flex-wrap: initial;overflow: hidden;margin-top: 0.5rem;}
.i01 .box ul li {flex: 1 1 15.7%;overflow: hidden;width: 15.7%;margin-right: 0.2rem;position: relative;transition: 0.8s all; border-radius:0.2rem;}
.i01 .box ul li:last-child {margin-right: 0;}
.i01 .box ul li figure {width: 100%;height: 6rem;}
.i01 .box ul li figure img {width: 100%;height: 100%;object-fit: cover;}
.i01 .box ul li .con {position: absolute;bottom: 0.3rem;left: 5%;width: 90%; display:flex;align-items: center;}
.i01 .box ul li .con .txt {width: calc(100% - 0.5rem);}
.i01 .box ul li .con .txt h1 {color: #fff;margin-bottom: 10px;font-size: 0.3rem;}
.i01 .box ul li .con .txt h2 { width:80%;font-size: 0.16rem;height:0.6rem; line-height:0.3rem;color: #fff;visibility: hidden;opacity: 0;transform: translateY(20px);animation-name: fadeInUp3;animation-duration: 1.5s;animation-fill-mode: both;}
.i01 .box ul li .con .gen { width:0.5rem; height:0.5rem; border-radius:50%; background:#15569d;display: flex;justify-content: center;align-items: center;visibility: hidden;opacity: 0; transform: translateY(20px);animation-name: fadeInUp3;animation-duration: 1.8s;animation-fill-mode: both;}
.i01 .box ul li.on {width: 52.5%;flex: 1 1 52.5%;}
.i01 .box ul li.on .con h2 {transition: all 0.4s 0.3s linear;visibility: visible;opacity: 1;transform: translateY(0);}
.i01 .box ul li.on .con .gen {transition: all 0.4s 0.3s linear;visibility: visible;opacity: 1;transform: translateY(0);}


/* i02 */
.i02{ width:100%; position:relative; margin:0.9rem 0;}
.i02 .con{ width:100%;position:relative;padding:1.8rem 0;background:url(i02bg.jpg) no-repeat;background-size:100% 100%; border-radius:0.3rem;}
.i02 .con .tit{ width:100%; text-align:center; font-size:0.48rem; font-weight:bold; position:relative; color:#fff;}
.i02 .con .txt{ width:100%; margin:0.3rem auto; text-align:center; font-size: 0.16rem;line-height: 0.3rem; color: #fff;}
.i02 .more { margin:0.6rem auto;}


/* i03 */
.i03{ width:100%;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(i03bg.jpg);background-attachment:fixed !important;margin:0.9rem 0;padding:1.5rem 0;}
.i03 .con{ width:100%; position:relative; z-index: 6;}
.i03 .con .tit{ width:100%; font-size:0.48rem; font-weight:bold; position:relative; color:#fff;}
.i03 .con .txt{ width:60%; margin-top:0.3rem; font-size: 0.16rem;line-height: 0.3rem; color: #fff;}
.i03 .con .more{ margin-top:0.6rem;}
.i03 .con dl { padding-top:0.9rem; display: flex;justify-content: center;align-items: center;}
.i03 .con dl dd{ width:25%; position:relative;}
.i03 .con dl dd h4 { width:100%; display: flex;}
.i03 .con dl dd h4 strong { font-weight: bold; font-size:0.6rem;margin-right: 0.1rem;color:#fff; line-height: 1em; }
.i03 .con dl dd h4 span{ font-size:0.18rem; position:relative; top:0.3rem; color: #fff;}
.i03 .con dl dd h5{font-size: 0.16rem; position: relative; margin-top:0; padding-top: 6px; color: #fff; }


/* i04 */
.i04 {width:100%;position: relative; margin:0.9rem 0;}
.i04 .top {display: flex;justify-content: space-between;align-items: center;}
.i04 .top .tit h2 {color: #000;margin-bottom:0.1rem;font-size: 0.48rem;opacity: 1;}
.i04 .top .tit p {font-size: 0.18rem;color: #333;line-height: 1.4;}
.i04 .con {width:100%;position: relative;margin-top:0.5rem;}
.i04 .con ul {display: flex;flex-wrap:wrap; justify-content: space-between;align-items: center;}
.i04 .con ul li {width: 32%; position: relative; background:#f6f6f6; border-radius:0.2rem;}
.i04 .con ul li::before {content: "";position: absolute;width: 0;height: 4px;left: 0;bottom: 0;background: #15569d;transition: 0.6s;-webkit-transition: 0.6s;}
.i04 .con ul li:hover::before {width: 100%;}
.i04 .con ul li .img{ position:relative; width:100%; overflow:hidden; border-radius:0.2rem 0.2rem 0 0;} 
.i04 .con ul li .img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition: 0.6s;}
.i04 .con ul li .img .hezi{padding-bottom: 67% !important;}
.i04 .con ul li .txt { position:relative; padding:0.1rem 0.15rem 0.3rem;}
.i04 .con ul li .txt h4 {margin:0.05rem 0 0.1rem;font-size: 0.2rem;color:#333;transition:0.3s;}
.i04 .con ul li .txt .sum {font-size: 0.14rem;color: #999;height:0.5rem; line-height:0.25rem; margin-bottom: 0.2rem;}
.i04 .con ul li .txt .time {font-size: 0.14rem;display: flex;flex-wrap: nowrap;align-items: center; color:#333;}
.i04 .con ul li .txt .time img {width: 0.16rem; margin-right:0.08rem;}
.i04 .con ul li:hover .img img{ transform: scale(1.05);}
.i04 .con ul li:hover .txt h4 {color: #15569d;}
.i04 .con ul li:hover .txt .time {color: #15569d;}


/*i05*/
.i05 { width:100%; position:relative;margin:0.9rem 0;}
.i05 .top {display: flex;justify-content: space-between;align-items: center;}
.i05 .top .tit h2 {color: #000;margin-bottom:0.1rem;font-size: 0.48rem;opacity: 1;}
.i05 .top .tit p {font-size: 0.18rem;color: #333;line-height: 1.4;}
.i05 .box { width:100%; position:relative;}
.i05 .box ul {display: flex;justify-content: flex-start;flex-wrap: initial;overflow: hidden;margin-top: 0.5rem; border-radius:0.2rem;}
.i05 .box ul li {flex: 1 1 15.7%;overflow: hidden;width: 15.7%;position: relative;transition: 0.8s all;}
.i05 .box ul li:last-child {margin-right: 0;}
.i05 .box ul li figure {width: 100%;height: 4rem; position:relative;}
.i05 .box ul li figure img {width: 100%;height: 100%;object-fit: cover;}
.i05 .box ul li figure::before{content:'';width:100%;height:100%;background:rgba(0,0,0,.45);position:absolute;top:0;left:0;z-index:2;}
.i05 .box ul li .con {position: absolute;top: 50%;left: 0;width: 100%;transition: 0.5s all; z-index:100;}
.i05 .box ul li .con h3 {text-align: center;color: #fff;margin-bottom: 0.3rem;font-size: 0.3rem;}
.i05 .box ul li .con p { width:80%;font-size: 0.16rem;line-height:0.3rem;color: #fff;visibility: hidden;opacity: 0;transform: translateY(20px);animation-duration: 1.5s;animation-fill-mode: both;}
.i05 .box ul li .con .duo {display: flex;align-items: center;opacity: 0; color:#fff; margin-top:0.3rem;}
.i05 .box ul li .con .duo img { width:0.2rem; margin-left:0.1rem;}
.i05 .box ul li.on {width: 45%;flex: 1 1 45%;}
.i05 .box ul li.on .con {left: 0.7rem;top:30%;transition: 0.5s all;}
.i05 .box ul li.on .con h3 {text-align: left;}
.i05 .box ul li.on .con p {transition: all 0.4s 0.3s linear;visibility: visible;opacity: 1;transform: translateY(0);}
.i05 .box ul li.on .con .duo {opacity: 1;}


 /* footer */
.footer {padding: 0.3rem 0;position: relative;background:#0c3158;}
.footer .flogo{ border-bottom:1px solid rgba(255,255,255,0.1); padding-bottom:0.3rem;}
.footer .flogo img{ width:2rem;}
.footer .fo01 { width:100%; position:relative; padding:0.5rem 0;}
.footer .fo01 ul {display: flex;justify-content: space-between;}
.footer .fo01 ul li { width:auto;}
.footer .fo01 ul li h3 { display: inline-block; font-size: 0.18rem; color: #fff; font-weight: 500; position:relative; margin-bottom:0.3rem;}
.footer .fo01 ul li h3:before{ content:""; position:absolute; width:0.3rem; height:1px; background:rgba(255,255,255,.5); left:0;bottom:-0.15rem; transition:.5s; z-index:1;}
.footer .fo01 ul li p a{ display:block;font-size: 0.14rem;color:rgba(255,255,255,.5);line-height:0.3rem;}
.footer .fo01 ul li p a:hover {color:rgba(255,255,255,1);}
.footer .fo02 { width:100%; position:relative; padding-top:0.3rem; border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);}
.footer .fo02 .con{display: flex;justify-content: space-between;align-items: center;font-size: 0.14rem;}
.footer .fo02 .con .le {width: 50%;}
.footer .fo02 .con .le a{ margin-right:0.05rem;}
.footer .fo02 .con .re { width:50%;color:rgba(255,255,255,.5); text-align:right;}
.footer .fo02 .con .re a {font-size: 0.14rem;color:rgba(255,255,255,.5); line-height:0.25rem;}


.n_banner{width: 100%;position: relative; z-index:-1;}
.n_banner img{width: 100%;display: block;}

.n_menu{width: 100%; position:relative;}
.n_menu ul{width: 100%;display: flex;justify-content: space-between; margin-top:-70px; z-index:1;}
.n_menu li{width: 100%; margin-right:2px; height: 70px;line-height: 70px;background: rgba(0, 0, 0, .5);transition: all .4s ease;}
.n_menu li a{width: 100%; display:block;font-size: 18px;color: #fff;font-weight: 500; text-align:center;}
.n_menu li:hover, .n_menu li.active{background: #0056b8;}


.title-box { margin-bottom: 0.3rem; position: relative; }
.title-box h2 { font-size: 0.24rem; color: #0051A2; margin-bottom: 0.2rem; }
.title-box h3 { font-size: 0.4rem; line-height: 1.3; }
.title-box h4 { font-size: 0.24rem; margin-top: 0.2rem; }
.title-box p { font-size: 0.18rem; line-height: 1.8; color: #666; margin-top: 0.2rem; }


/* ny_banner */
.ny_banner { height: auto; overflow: hidden; position: relative; }
.ny_banner:before { content: ""; width: 100%; height: 1rem; background: linear-gradient(180deg, #000 0%, transparent 100%); opacity: 0.5; position: absolute; left: 0; top: 0; }
.ny_banner img { width: 100%; height: 100%; }





.n_nav { width: 100%; position: absolute; left: 0; z-index: 1; bottom: 0; }
.n_nav .box { width: 100%; display: flex; justify-content: flex-end; }
.n_nav .n_home { height: auto; overflow: hidden; display: flex; align-items: center; padding-left: 6.25%; position: absolute; left: 0; bottom: 0.3rem; color: #fff; }
.n_nav .n_home a { display: block; font-size: 0.14rem; color: #fff; }
.n_nav .n_home a.home { display: block; margin-right: 0.12rem; }
.n_nav .n_home a.home i { font-size: 0.16rem; color: #fff; }
.n_nav .n_home span { font-size: 0.14rem; color: #fff; display: block; }
.n_nav .tabs { width:70%; height: auto; overflow: hidden; position: relative; z-index: 1; border-radius: 0.12rem 0 0 0; padding-right: 6.25%; display:flex; }
.n_nav .tabs:before { content: ""; width: 100%; height: 100%; background: linear-gradient(180.03deg, #cce6ff 0%, #fff 100%); opacity: 0.9; position: absolute; left: 0; top: 0; }
.n_nav .tabs a { width: auto; padding: 0 0.6rem; height: 0.8rem; font-size: 0.18rem; color: #333; position: relative; display: flex; align-items: center; transition: all .4s ease; justify-content: center; }
.n_nav .tabs a.active { background: #0051A2; color: #fff; }
.n_nav .tabs a:hover { background: #0051A2; color: #fff; }
 


.n_main{color:#333; margin:0.9rem 0;}
.n_main .n_title{ font-size:0.36rem; text-align:center;margin: 0 auto 0.5rem;}

/* 关于我们 */
.n_about{width: 100%; position:relative;}
.n_about .txt{width: 100%; position:relative; min-height:3.5rem;}
.n_about .txt .tit{font-size: 0.36rem;color: #333; padding-bottom: 0.1rem;margin-bottom: 0.1rem;font-weight: bold; position:relative;}
.n_about .txt .tit:after{display: block; content: ''; width: 0.42rem; height: 3px; background: #666; position:absolute; left:0; bottom:0;}
.n_about .txt .intro{font-size: 0.16rem;color: #333;line-height: 0.3rem; text-align:justify;margin-top:0.3rem;}



.ab01{ background:url(ab1bg.jpg) no-repeat; background-size:100% 100%; padding:0.9rem 0;margin-top:-0.9rem;}
.ab01 .icen{display: flex;justify-content:space-between;}
.ab01 .icen .img{width: 48%; position:relative;}
.ab01 .icen .img img{width: 100%;}
.ab01 .icen .txt{width: 48%; position:relative;}
.ab01 .icen .txt .tit{font-size: 0.36rem;color: #333; padding-bottom: 0.1rem;margin-bottom: 0.1rem;font-weight: bold; position:relative;}
.ab01 .icen .txt .tit:after{display: block; content: ''; width: 0.4rem; height: 3px; background: #666; position:absolute; left:0; bottom:0;}
.ab01 .icen .txt .intro{font-size: 0.16rem;color: #333;line-height: 0.35rem; text-align:justify;}
.ab01 .icen .txt .intro h2{font-size: 0.2rem;color: #333;margin-bottom:0.3rem;}

.ab02{padding:1.2rem 0;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(ab02.jpg);background-attachment:fixed !important}
.ab02 .txt { width:100%; text-align:center;font-size:0.36rem;}

.ab03{width: 100%;overflow: hidden;margin:0.6rem 0;}
.ab03 .box{width: 100%;margin-top:0.5rem;display: flex;flex-wrap:wrap;}
.ab03 .box .item{width: 15%; margin-right:1.8%; background:#fff;box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, .18); padding:0.3rem; margin-bottom:0.3rem;}
.ab03 .box .item:hover{box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, .26);}
.ab03 .box .item:nth-child(6n){margin-right:0;}
.ab03 .box .item .img{width: 100%;overflow: hidden; text-align:center;}
.ab03 .box .item .img img{width: 100%;max-width:0.8rem; margin:0 auto;object-fit: cover;transition: all .6s ease;}
.ab03 .box .item .con{width: 100%;position: relative; margin-top:0.2rem;}
.ab03 .box .item .con .tit{font-size: 0.24rem;color: #333;line-height: 0.25rem;border-left: 7px solid #0056b8;padding-left: 0.14rem;position: relative;}
.ab03 .box .item .con .txt{color: #666;position: relative; margin-top:0.2rem;line-height: 0.3rem;font-size: 0.14rem; text-align:justify;}

.ab1  { width:100%; position:relative; background:url(ab1bg.jpg) no-repeat; background-size:100% 100%; padding:0.9rem 0; }
.ab1 .title-box { width: 100%; text-align: center; }
.ab1 .box { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; margin-top: 1rem; padding-bottom: 1.3rem;}
.ab1 .box .img { width: 5.2rem; position: absolute; left: 50%; top: 0; transform: translate(-50%, 0); }
.ab1 .box .item { width: 50%; margin-top: 0.8rem; position: relative; padding-top: 0.25rem; }
.ab1 .box .item:before { content: ""; width: 1rem; height: 0.02rem; position: absolute; left: 0; top: 0; }
.ab1 .box .item h3 { font-size: 0.24rem; font-family: "SourceHanSans-Bold"; }
.ab1 .box .item p { font-size: 0.16rem; color: #666; line-height: 1.875; margin-top: 0.2rem; }
.ab1 .box .item:nth-child(-n+2) { margin-top: 0; }
.ab1 .box .item:nth-child(odd) { padding-right: 3.5rem; }
.ab1 .box .item:nth-child(even) { padding-left: 3.5rem; text-align: right; }
.ab1 .box .item:nth-child(even):before { left: auto; right: 0; }
.ab1 .box .item:nth-child(1):before { background: #51BAFC; }
.ab1 .box .item:nth-child(2):before { background: #157FEA; }
.ab1 .box .item:nth-child(3):before { background: #0051A2; }
.ab1 .box .item:nth-child(4):before { background: #49C769; }
.ab1 .box .item:nth-child(5):before { background: #49C769; }
.ab1 .box .item:nth-child(6):before { background: #49C769; }

.ab2 { padding-top: 0.8rem; position:relative; margin-top:1rem; }
.ab2 .box { padding: 1.9rem 0.6rem 1.9rem; background: url(ab2bg.jpg) no-repeat; background-size:100% 100%; border-radius: 0.12rem; color:#fff; }
.ab2 .box .title-box { width: 42.85%; text-align: left; }
.ab2 .box .title-box h4 { margin: 0.4rem 0; }
.ab2 .box .title-box p { color:#fff; }
.ab2 .box .img { width: 42.85%; position: absolute; right: 0.6rem; top: -0.8rem; }
.ab2 .box .img img { width: 100%; }

.ab3 { margin-top: 1rem; }
.ab3 .icen { display: flex; flex-wrap: wrap; justify-content: space-between; }
.ab3 .item { width: 48.75%; }
.ab3 .item .title-box { text-align: center; }
.ab3 .item .img { border-radius: 0.12rem; overflow: hidden; position: relative; }
.ab3 .item .img img { width: 100%; }
.ab3 .item .img .text { width: 100%; position: absolute; left: 0; bottom: 0; }
.ab3 .item .img .text p { font-size: 0.18rem; line-height: 1.6; color: #fff; padding:0.6rem 0.5rem 0.3rem; background-image:linear-gradient(to top, rgba(21,86,157,0.5), rgba(21,86,157,0.3), rgba(21,86,157,0)); }


.n_news { padding:0px 0 0.9rem;}
.n_news ul {display: flex;flex-wrap:wrap; justify-content: space-between;align-items: center;margin-top:0.5rem;}
.n_news ul li {width: 32%; position: relative; background:#f6f6f6; border-radius:0.15rem;margin-bottom:0.3rem;}
.n_news ul li::before {content: "";position: absolute;width: 0;height: 4px;left: 0;bottom: 0;background: #15569d;transition: 0.6s;-webkit-transition: 0.6s;}
.n_news ul li:hover::before {width: 100%;}
.n_news ul li .img{ position:relative; width:100%; overflow:hidden; border-radius:0.15rem 0.15rem 0 0;} 
.n_news ul li .img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition: 0.6s;}
.n_news ul li .img .hezi{padding-bottom: 67% !important;}
.n_news ul li .txt { position:relative; padding:0.1rem 0.15rem 0.3rem;}
.n_news ul li .txt h4 {margin:0.05rem 0 0.1rem;font-size: 0.2rem;color:#333;transition:0.3s;}
.n_news ul li .txt .sum {font-size: 0.14rem;color: #999;height:0.5rem; line-height:0.25rem; margin-bottom: 0.2rem;}
.n_news ul li .txt .time {font-size: 0.14rem;display: flex;flex-wrap: nowrap;align-items: center; color:#333;}
.n_news ul li .txt .time img {width: 0.16rem; margin-right:0.08rem;}
.n_news ul li:hover .img img{ transform: scale(1.05);}
.n_news ul li:hover .txt h4 {color: #15569d;}
.n_news ul li:hover .txt .time {color: #15569d;}


.yewu .info { position: relative; }
.yewu .info img { width: 100%; }
.yewu .info .text { width: 100%; padding: 0.9rem 0.6rem 0.6rem; position: absolute; left: 0; top: 0; }
.yewu .info .text h3 { font-size: 0.4rem; color: #fff;  margin: 0.4rem 0;}
.yewu .info .text p { width: 7.4rem; font-size: 0.18rem; color: #fff; margin-top: 0.1rem; line-height: 1.8; }

 
.fixed-right { width: 0.55rem; padding: 0.25rem 0 0; position: fixed; right: 0.1rem; top: 35%; z-index: 9; }
.fixed-right:after { content:""; width:100%; height:100%; position:absolute; left:0; top: 0; background: #004ABA; z-index: -1; border-radius: 0.3rem; }
.fixed-right .item { position: relative; padding: 0.08rem 0; display: block; }
.fixed-right .item .icon { width: 0.4rem; height: 0.4rem; position: relative; margin: 0 auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .5s ease; }
.fixed-right .item .icon img { width: 0.24rem;  transition: all .5s ease;filter:invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%); }
.fixed-right .item .txt { width:2.6rem; position:absolute; opacity:0; left:0; top:0.05rem; transition:all .5s ease; z-index:-1; border-radius:0.1rem; padding:0.2rem 0.3rem; background:#FFF; overflow:hidden; box-shadow:0 2px 0.2rem 2px rgba(0,0,0,0.3);}
.fixed-right .item .txt h4 { font-size: 0.16rem; color: #666; display: flex; align-items: center; }
.fixed-right .item .txt h4 .icona { width: 0.2rem; height: 0.2rem; background: #004ABA; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 0.06rem; }
.fixed-right .item .txt h4 .icona img { width: 0.14rem;filter:invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%); }
.fixed-right .item .txt h3 { font-size: 0.2rem; color: #004ABA; font-weight: bold; margin: 0.1rem 0; line-height: 1.5; }
.fixed-right .item .txt h5 { font-size: 0.18rem; color: #004ABA; font-weight: bold; margin: 0.1rem 0; line-height: 1.5; }
.fixed-right .item .txt p { font-size: 0.15rem; color: #999; }
.fixed-right .item.active .icon, .fixed-right .item:hover .icon { background: #fff; }
.fixed-right .item.active .icon img, .fixed-right .item:hover .icon img {filter:none; }
.fixed-right .item.active .txt, .fixed-right .item:hover .txt { opacity: 1; transform: translateX(-105%); }