﻿@charset "utf-8";
/* CSS Document */

*{padding: 0px;margin: 0px;font-family:"思源黑体";}
*, ::after, ::before { box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li { margin: 0; padding: 0; list-style: none; }
html{ background:#fff;} 
li {list-style: none;}
a {text-decoration: none;}
body,html {height: 100%;width: 100%;font-size: 14px;}

img{vertical-align: middle;}


.icen {width: 100%; max-width:1300px; padding:0 15px; margin:0 auto;}
.container1 {width: 100%; max-width:1280px; padding:0 15px; margin:0 auto;}
.container2 {width: 100%; max-width:1360px; padding:0 15px; margin:0 auto;}

@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{ width: 100%;position:fixed;z-index:100;top: 0;left:0;transition:.6s;padding:0;opacity: 1; background:#fff;}
.header .icen{ display:flex;align-items:center;justify-content:space-between;height: 100px; line-height:100px;}
.header .logo{ width:20%;}
.header .logo img{ width:300px; display:flex;align-items:center;}
.header .nav{ width:80%; position:relative;margin-right:15px;}
.header .nav ul{display: flex;justify-content: flex-end;align-items:center; }
.header .nav ul li{ padding:0 15px;position:relative;height: 100px; line-height:100px;}
.header .nav ul li .a{ display:block; width:100%; font-size:16px;color: #191919;position:relative;transition:.6s;}
.header .nav ul li .a:before{position:absolute;left:0; bottom:0;width: 0;height: 2px;content: '';transition: all .3s ease-out 0s;background: #132b80;}
.header .nav ul li .a:hover,.header .nav ul li.on .a{color: #132b80;}
.header .nav ul li .a:hover:before{ width:60px;}
.header .nav ul li .sub{ width:160%;position:absolute;background: rgba(255,255,255,.85);position: absolute;left: 50%;top: 100%;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 6px 6px;overflow: hidden;}
.header .nav ul li .sub .box{padding: 0;}
.header .nav ul li .sub a{padding: 0 1.5rem;line-height: 3.5;transition:.3s;font-size: 14px;letter-spacing: 1px;color: #636363; display: block;position:relative; text-align:center;}
.header .nav ul li .sub a:hover{color: #fff;background: #132b80;}
.header .nav ul li:hover:nth-child(2) .sub{opacity: 1;visibility:visible;transform: translateY(0px) translateX(-50%);}
 
/*banner*/
.banner{ width:100%;position:relative; margin-top:90px;}
.banner .swiper-slide { width:100%;position:relative;}
.banner .swiper-slide .img{width:100%;}
.banner .swiper-slide .img img{width:100%; z-index:0;}
.banner .swiper-slide .txt{ position:absolute; left:0; top:0; width:100%; height:100%;display: flex; justify-content:center;align-items: center;color:#fff; font-size:48px;}
.banner .banner_swiper .banner-pagination {bottom:30px !important;}
.banner .banner_swiper .banner-pagination .swiper-pagination-bullet {width:13px;height:13px;border-radius:50%;background:#fff;opacity:1;margin:0 5px;}
.banner .banner_swiper .banner-pagination .swiper-pagination-bullet-active {width:15px;height:15px;background:#132b80;}

.more {display: inline-block;}
.more a{display: flex;align-items: center;}
.more .wen p {color: #7523FF;line-height: 1.75;font-weight: 400;}
.more .wen {padding-right: 4px;}
.more .img {width: 18px;margin-top: 2px;transition: all 0.36s;}
.more .img img {width: 100%;}

/* ind01 */
.ind01 {width:100%;position: relative; margin:60px 0;}
.ind01 .con {width: 80%; font-size:24px; color:#333; line-height:40px;}



.i02 {width: 100%;position: relative;}
.i02 .box {width: 100%;display: flex;flex-wrap: wrap;}
.i02 .box .le {width: 50%;}
.i02 .box .le img {width: 100%;}
.i02 .box .le .item {width: 100%;display: none;}
.i02 .box .le .item.act {display: block;}
.i02 .box .re {margin-left: 8.33333333%;position: relative;width: 41.66666667%;}
.i02 .box .re .tit {font-size: 18px;line-height: 1.4;color: #4000A5;font-weight: 400;margin-bottom: 32px;}
.i02 .box .re ul {width: 100%;border-top: 0.5px solid rgba(0, 0, 0, .3);position: relative;}
.i02 .box .re ul li {width: 100%;border-bottom: 0.5px solid rgba(0, 0, 0, .3);}
.i02 .box .re ul li .top {width: 100%;position: relative;padding: 17px 40px 17px 0px;cursor: pointer;}
.i02 .box .re ul li .top .biao{font-size: 24px;line-height: 1.2;color: #000;transition: all 0.36s;}
.i02 .box .re ul li .top .jia {width: 48px;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.i02 .box .re ul li .top .jia .jian {position: relative;overflow: hidden;}
.i02 .box .re ul li .top .jia .jian img {width: 100%;transition: all .36s ease;}
.i02 .box .re ul li .top .jia .jian img:nth-child(2) {position: absolute;top: 0;left: 0;height: 100%;}
.i02 .box .re ul li .bot {width: 100%;padding-bottom: 22px;display: none;}
.i02 .box .re ul li .bot .info {color: #666;line-height: 1.75;font-size: 16px;margin-bottom: 24px;}
.i02 .box .re ul li .bot .info p{color: #666;line-height: 1.75;font-size: 16px;margin-bottom: 24px;}
.i02 .box .re ul li .bot .more {display: inline-block;}
.i02 .box .re ul li .bot .more a{display: flex;align-items: center;}
.i02 .box .re ul li .bot .more .wen p {color: #7523FF;line-height: 1.75;font-weight: 400;}
.i02 .box .re ul li .bot .more .wen {padding-right: 4px;}
.i02 .box .re ul li .bot .more .img {width: 18px;margin-top: 2px;transition: all 0.36s;}
.i02 .box .re ul li .bot .more .img img {width: 100%;}
.i02 .box .re ul li.on .jia img:nth-child(1) {opacity: 0;}
.i02 .box .re ul li.on .jia img:nth-child(2) {opacity: 1;}
.i02 .box .re ul li.on .biao,.i02 .box .re ul li:hover .biao {color: #7523FF;}

/* i03 */
.i03 {width:100%;position: relative; background:#132b80; padding:90px 0; margin:60px 0;}
.i03 .con {width: 100%; font-size:24px; color:#fff; line-height:40px; text-align:center;}

/* i04 */
.i04 {width:100%;position: relative; margin:60px 0;}
.i04 .i_tit{ width:100%; text-align:center; font-size:30px; position:relative;}
.i04 .i_tit:before{ content:""; position:absolute; width:80px; height:2px; background:#132b80; left:50%;transform:translateX(-50%); bottom:-20px; transition:.5s; z-index:1;}
.i04 .con{ width:100%; margin-top:60px;}
.i04 .con ul { display:flex;flex-wrap:wrap;}
.i04 .con ul li{ width:23%; margin-right:2.6%; margin-bottom:30px;}
.i04 .con ul li:nth-child(4n){ margin-right:0;}
.i04 .con ul li .img{ position:relative; width:100%} 
.i04 .con ul li .img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}
.i04 .con ul li .img .hezi{padding-bottom: 80% !important;}
.i04 .con ul li .txt{ width:100%; position:relative;padding:15px 20px; font-size:16px; color:#666; text-align:center; background:#f0f0f0; }
 
/* ind02 */
.ind02 {width:100%;position: relative; margin-top:90px;}
.ind02 .con { display: flex;justify-content: space-between;}
.ind02 .con .le {width: 60%;position: relative;}
.ind02 .con .le img{ width:100%; z-index: 5;position: relative;transition: all .6s;}
.ind02 .con .ri { width: 35%;position: relative;}
.ind02 .con .ri .text {width: 100%; z-index:6; display: flex; flex-direction: column; justify-content: flex-end;}
.ind02 .con .ri .text h5{font-size: 30px;margin-bottom: 40px;line-height:50px;position: relative; font-weight:normal;}
.ind02 .con .ri .text p{font-size:16px; line-height: 30px;}
.ind02 .con .ri .more{ margin-top:60px;}
 
/* ind04 */
.ind04 {width:100%;position: relative; background:#f6f6f6;margin:60px 0;padding:60px 0;}
.ind04 .i_tit{ width:100%; font-size:30px; position:relative; color:#333;}
.ind04 .con ul{display: flex;justify-content: space-between; align-items: center; margin-top:30px;}
.ind04 .con ul li {width: 24%; border:1px solid rgba(255,255,255,.3);}
.ind04 .con ul li a{ display:block; padding:60px 0;}
.ind04 .con ul li a img{width: 52px;transition: transform 0.5s ease; transform: scaleX(1);}
.ind04 .con ul li .txt h1{width: 100%; font-size:22px; font-weight:500; color:#000; line-height:50px; margin-top:30px;}
.ind04 .con ul li .txt p{width: 80%; font-size:15px; font-weight:normal; color:#555;height:60px; line-height:30px;}



.i05 {width: 100%;position: relative;}
.i05 .box {width: 100%;display: flex;flex-wrap: wrap;}
.i05 .box .le {width: 50%;}
.i05 .box .le img {width: 100%;}
.i05 .box .le .item {width: 100%;display: none;}
.i05 .box .le .item.act {display: block;}
.i05 .box .re {margin-left: 8.33333333%;position: relative;width: 41.66666667%;}
.i05 .box .re .tit {font-size: 18px;line-height: 1.4;color: #4000A5;font-weight: 400;margin-bottom: 32px;}
.i05 .box .re ul {width: 100%;border-top: 0.5px solid rgba(0, 0, 0, .3);position: relative;}
.i05 .box .re ul li {width: 100%;border-bottom: 0.5px solid rgba(0, 0, 0, .3);}
.i05 .box .re ul li .top {width: 100%;position: relative;padding: 23px 40px 23px 0px;cursor: pointer;}
.i05 .box .re ul li .top .biao{font-size: 24px;line-height: 1.45;color: #000;transition: all 0.36s;}
.i05 .box .re ul li .top .jia {width: 48px;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.i05 .box .re ul li .top .jia .jian {position: relative;overflow: hidden;}
.i05 .box .re ul li .top .jia .jian img {width: 100%;transition: all .36s ease;}
.i05 .box .re ul li .top .jia .jian img:nth-child(2) {position: absolute;top: 0;left: 0;height: 100%;}
.i05 .box .re ul li .bot {width: 100%;padding-bottom: 32px;display: none;}
.i05 .box .re ul li .bot .info {color: #666;line-height: 1.75;font-size: 16px;margin-bottom: 24px;}
.i05 .box .re ul li .bot .info p{color: #666;line-height: 1.75;font-size: 16px;margin-bottom: 24px;}
.i05 .box .re ul li .bot .more {display: inline-block;}
.i05 .box .re ul li .bot .more a{display: flex;align-items: center;}
.i05 .box .re ul li .bot .more .wen p {color: #7523FF;line-height: 1.75;font-weight: 400;}
.i05 .box .re ul li .bot .more .wen {padding-right: 4px;}
.i05 .box .re ul li .bot .more .img {width: 18px;margin-top: 2px;transition: all 0.36s;}
.i05 .box .re ul li .bot .more .img img {width: 100%;}
.i05 .box .re ul li.on .jia img:nth-child(1) {opacity: 0;}
.i05 .box .re ul li.on .jia img:nth-child(2) {opacity: 1;}
.i05 .box .re ul li.on .biao,.i05 .box .re ul li:hover .biao {color: #7523FF;}

/* ind05 */
.ind05 {width:100%; position:relative; background:#f6f6f6;margin:60px 0 0;padding:60px 0 90px;}
.ind05 .i_tit{ width:100%; text-align:center; font-size:30px; position:relative; color:#333;}
.ind05 .i_tit:before{ content:""; position:absolute; width:80px; height:2px; background:#333; left:50%;transform:translateX(-50%); bottom:-20px; transition:.5s; z-index:1;}
.ind05 .box {width:100%; position:relative; height:100%;display: flex;flex-wrap:wrap; justify-content:space-between;align-items: center; margin-top:60px;}
.ind05 .box .le { width:37%; position:relative; overflow:hidden;}
.ind05 .box .le img{ width:100%;}
.ind05 .box .re {width:61%; height:100%;display: flex;flex-wrap:wrap; position:absolute; top:0; left:39%;}
.ind05 .box .re .item {width:100%; margin-bottom:20px; transition:0.5s all; position:relative;}
.ind05 .box .re .item:last-child {margin-bottom:0;}
.ind05 .box .re .item .con { width:100%; position:absolute; left:0; top:0;padding:10px 20px; display: flex;background: #fff;}
.ind05 .box .re .item .con .time { width:120px;color:#132b80; text-align:right; padding-right:20px; margin-right:20px; z-index:10; border-right:1px solid rgba(0,0,0,0.2);}
.ind05 .box .re .item .con h1 {font-size:16px;line-height: 30px;}
.ind05 .box .re .item .con h3 {width:calc(100% - 120px);font-size:14px;font-weight:500;color:#333;line-height:30px;overflow:hidden;transition:0.5s all; z-index:10;}
.ind05 .box .re .item:hover .con{ background:rgba(19,43,128,0.8)}
.ind05 .box .re .item:hover .con h1 {color:#fff;}
.ind05 .box .re .item:hover .con h3 {color:#fff;}
.ind05 .box .re .item:hover .con .time { border-right:1px solid rgba(255,255,255,0.3);}
 
 
 
 /* footer */
.footer {padding: 50px 0 20px;position: relative;overflow: hidden; background:#1a1a1a; background-size: cover; background-position: center;}
.footer .fo01 {margin-bottom: 40px;}
.footer .fo01 ul {display: flex;justify-content: space-between;}
.footer .fo01 ul li { width:23%;}
.footer .fo01 ul li h3 {margin-bottom: 25px;}
.footer .fo01 ul li h3 a { display: inline-block; font-size: 16px; color: #fff; font-weight: bold; position:relative;}
.footer .fo01 ul li h3 a:before{ content:""; position:absolute; width:50px; height:1px; background:rgba(255,255,255,.5); left:0;bottom:-13px; transition:.5s; z-index:1;}
.footer .fo01 ul li p a{ display:block;font-size: 14px;color:rgba(255,255,255,.5);line-height:30px;}
.footer .fo01 ul li p a:hover {color:rgba(255,255,255,1);}
.footer .fo01 ul li.ewm {text-align:center;color:rgba(255,255,255,.5);}
.footer .fo01 ul li.ewm img{ margin-bottom:15px;}
.footer .fo02 { width:100%; position:relative; padding:20px 0 0; border-top:1px solid rgba(255,255,255,.2);}
.footer .fo02 .con{ width:100%; position:relative;color:rgba(255,255,255,.5); text-align:center;}
.footer .fo02 .con a {font-size: 14px;color:rgba(255,255,255,.5); line-height:25px;}


/*n_banner*/
.n_banner { width:100%; position:relative; margin-top:90px;}
.n_banner img{ width:100%; display:block; margin:0; padding:0;}

/*n_home*/
.n_home {padding: 0;position: relative; z-index: 9; margin-bottom: 3.125rem; background:#f2f2f2;}
.n_home .icen { position: relative; display: flex; justify-content: space-between; align-items: center; }
.n_home ul { position: relative; flex-grow: 1; }
.n_home ul li{display: block; font-size:16px; color: #373941; float: left;line-height:65px; margin-right:30px; z-index: 1; position: relative;border-radius: 3px;}
.n_home ul li a{ display: block; color:#333; position: relative; }
.n_home ul li a:before{ content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #132b80; transition: .5s;}
.n_home ul li:hover a{  color:#132b80;}  
.n_home ul li:hover a:before{ width: 100%; color:#132b80;}  
.n_home ul li.on a{ color:#132b80;}  
.n_home ul li.on a:before{ width: 100%; color:#132b80;}  
.n_home .home { left: 0;bottom: 0; font-size:14px;color: #747679;}
.n_home .home img{ vertical-align: middle; margin-bottom: 3px; margin-right: 10px; width: 13px;}
.n_home .home span, .n_home .home a, .home i,.n_home .home em {font-size:14px;color: #333;transition: all 0.36s ease-in-out;font-style: normal;}
.n_home .home i{margin: 0 5px;font-style: normal; width: 4px; height: 6px; }
.n_home .home em { color: #333;font-style: normal;}

/*n_mian */ 
.n_main { width:100%; position:relative; margin:60px auto 30px;}
.n_main .n_tit{ width: 100%;background: #fff; position:relative; margin-bottom:50px; text-align:center; border-bottom:1px solid #e2e2e2; padding-bottom:30px;}
.n_main .n_tit span{font-size: 30px;color: #333; position:relative; padding-bottom:10px;}
	
.n_about{ min-height:200px; padding-bottom:50px; text-align:justify; line-height:30px; margin-top:40px;}
.n_about img{ max-width:100%;}


/*n_news */ 
.n_news dl{ width:100%; margin-bottom:30px; padding:30px; background:#f6f6f6;}
.n_news dl dd{ overflow:hidden; width:100%;}
.n_news dl dd h4{ font-size:18px; margin:10px 0; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.n_news dl dd a{ color:#333;}
.n_news dl:hover dd a{ color:#132b80;}
.n_news dl dd em{ display:block; font-size:12px; color:#999; margin-bottom:15px;}
.n_news dl dd em i{ margin:0 5px;}
.n_news dl dd p{ font-size:14px; color:#666; line-height:28px; width:100%; overflow:hidden; margin-bottom:10px;}
.n_news dl dd .more{ display:block; width:116px; height:31px; line-height:31px; text-align:center; font-size:12px; color:#999; border:1px solid #132b80;}
.n_news dl:hover .more{ color:#fff; background:#132b80}
.n_news dl.last{ margin-bottom:0}








