html{font-size:16px;font-family: 'Microsoft YaHei',"Open Sans", sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;--primary-color:#234b86;--secondary-color:#444;--link-color:#027dd0;}
body{margin: 0;padding: 0;}
a{text-decoration: none;outline:none;}
*{box-sizing:border-box;outline:none;}
.width-wrap{min-width:1024px;width:85%;margin:0 auto;}
@media screen and (max-width:1366px){
	.width-wrap{min-width:100%;padding-left:10px;padding-right:10px;}
}

/*移动菜单*/
.mobile {display:none;position:fixed;top:0;height:60px;width:100%;left:0;z-index:99999;background:#fff;box-shadow:0 2px 3px 0 rgba(0,0,0,0.1)}
.mobile .box {width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:white}
.mobile .box img{margin:7px 0 0 10px;transform:translateY(2px);width:300px;object-fit:contain}
.mobile .box .hamburger {margin:10px 18px 0 0;transition:all .6s}
.mobile .box .hamburger .line {width:28px;height:1.5px;background-color:#2d2d2d;margin:7px 0;-webkit-transition:all .6s;transition:all .6s}
.mobile .box .expand{transform: translateX(10px);}
.mobile .box .expand .line:nth-child(1) {transform:rotate(45deg) translateY(12px);}
.mobile .box .expand .line:nth-child(2) {transform:translateX(28px);opacity:0;}
.mobile .box .expand .line:nth-child(3) {transform:rotate(-45deg) translateY(-12px);}
/*共用头部*/
header .guide {background:rgba(35,75,134,0.2);}
header .guide .width-wrap{display:flex;justify-content:flex-end;}
header .guide div {display:flex;}
header .guide div a {display:flex;align-items:center;margin-left:15px;font-size:.875rem;color:rgb(from var(--primary-color) r g b / 80%);}
header .guide div a i{color:#fff;background:rgb(from var(--primary-color) r g b / 80%);height:16px;width:16px;text-align:center;font-size:.575rem;border-radius:50%;line-height:16px;margin-right:3px;}
header .guide div a:hover{color:rgb(from var(--primary-color) r g b / 95%);}
header .guide div a:hover > i{background:rgb(from var(--primary-color) r g b / 95%)}
header .guide div .links a:last-child{display:none;}
header .guide div.links a.gopc{display:none;}
header .guide .search{position:relative;margin-left:20px;padding:6px 0}
header .guide .search input{font-size:.75rem;width:200px;height:22px;background:rgb(from var(--primary-color) r g b / 50%);border-radius:20px;color:white;text-indent:13px;border:none;outline:none;transition:all 300ms}
header .guide .search input:focus{background:rgb(from var(--primary-color) r g b / 95%);}
header .guide .search input::placeholder {color:white;opacity:.6;font-size:.625rem;}
header .guide .search a{position:absolute;right:5px;top:50%;transform:translateY(-50%)}
header .guide .search a i{color:white;font-weight:200;font-size:.75rem;background:transparent;opacity:.7;}
header .banner {padding:15px 0;background:url(/images/v3.bannerbg.png) no-repeat;background-size:cover}
header .banner .box {display:flex;justify-content:space-between;align-items:center;background:url(/images/v3.slogan.png) right center no-repeat;background-size:480px 70px;}
header .banner .box a img {max-width:760px}
header .banner .box .slogan {width:480px}
/*主导航*/
header nav {background:linear-gradient(-90deg,#234B86,#117AC0);position:relative;}
header nav ul {display:flex;margin:0;padding:0;justify-content:space-between;}
header nav ul li {list-style:none;padding:0;margin:0;}
header nav > ul > li > a{font-size:1.125rem;color:white;font-weight:600;padding:15px 18px;display:inline-flex;transition:all 300ms;position:relative;}
header nav > ul > li > a.active,
header nav > ul > li > a:hover{background:rgb(from var(--primary-color) r g b / 30%);}
header nav > ul > li > a:hover::after {content:'';display:block;position:absolute;left:50%;bottom:4px;background:url(/images/v3.diamond.png) no-repeat;background-size:contain;/*filter:brightness(0) invert(1);*/width:12px;height:9px;transform:translateX(-50%);opacity:.8;transition:all 300ms}
/*，交给js去做这件事吧 header nav > ul > li > a:has(+ div){pointer-events:none;}*/
header nav > ul > li > div{position:absolute;left:0;top:52px;background:linear-gradient(90deg,#7085AC,#64A3D2);width:100%;z-index:10;display:none;}
header nav > ul > li > div > ul{justify-content:center;padding:0 calc((100% - 1400px)/2);}
header nav > ul > li > div > ul > li > a{font-size:1rem;color:white;font-size:400;padding:13px 18px;display:inline-flex;transition:all 300ms;}
header nav > ul > li > div > ul > li > a:hover{background:rgb(from var(--primary-color) r g b / 30%);}
header nav > ul > li:hover div{display:inherit;}
/*通用底栏*/
footer {background:url(/images/v3.footbg.png) no-repeat;background-size:cover;padding:40px 0;}
footer .guide{display:none;}
footer .width-wrap{display:flex;justify-content:space-between;align-items:center}
footer .left {display:flex;font-size:.875rem;}
footer .left .logo img {height:60px;display:block;margin-top:28px;}
footer .left .line {width:1px;height:115px;background-color:rgba(255,255,255,.1);margin:5px 30px 0 20px}
footer .left .info {color:rgba(255,255,255,.7);line-height:1.65}
footer .left .info .copyright a {color:rgba(255,255,255,.7);margin-left:5px}
footer .left .info .copyright a:hover{color:#fff;}
footer .left .info .links {display:flex;margin:10px 0}
footer .left .info .links span{padding:3px 0;}
footer .left .info .links .item {position:relative;margin-right:30px;cursor:pointer}
footer .left .info .links .item .d1 {display:flex;width:156px;border:1px solid rgba(255,255,255,.6);justify-content:space-around;align-items:center}
footer .left .info .links .item .d1 img {width:9px;height:auto}
footer .left .info .links .item .d2 {position:absolute;left:0;bottom:100%;width:100%;background-color:#c0dff2;display:none;z-index:1000;}
footer .left .info .links .item .d2 a {display:block;font-size:.75rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--secondary-color);padding:3px 12px;transition:all 600ms}
footer .left .info .links .item .d2 a:hover {background:#84bbdc;color:white}
footer .right {display:flex}
footer .right a:first-child img {width:56px;display:block}
footer .right a:last-child {margin-left:20px}
footer .right a:last-child img {width:66px;display:block}
/*首页样式*/
.home {overflow:hidden}
.home .mainslider {position:relative;margin:0 auto 20px auto;}
.home .mainslider .prev svg{transform:rotate(180deg) scale(2);}
.home .mainslider .prev {position:absolute;left:35px;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer;outline:none}
.home .mainslider .prev:hover svg path{fill:#0b8be0;}
.home .mainslider .next {position:absolute;right:35px;top:50%;transform:translateY(-50%);z-index:10;outline:none;cursor:pointer}
.home .mainslider .next svg{transform:scale(2);}
.home .mainslider .next:hover svg path{fill:#0b8be0;}
.home .mainslider .other {position:absolute;bottom:11%;right:5%;z-index:5;display:flex;align-items:center;justify-content:center}
.home .mainslider .other div {width:74px;height:4px;background:rgba(255,255,255,0.8);border-radius:3px;position:relative;cursor:pointer}
.home .mainslider .other div:after {content:'';position:absolute;top:0;left:0;width:0;height:100%;border-radius:3px;background:#234b86}
.home .mainslider .other div:not(:last-child) {margin:0 19px 0 0}
.home .mainslider .other div.on:after {animation:4s widthAnimate infinite linear}
.home .mainslider .swiper-container {width:100%}
.home .mainslider .swiper-container .swiper-slide a {display:block;position:relative}
.home .mainslider .swiper-container .swiper-slide a img {display:block;width:100%;object-fit:cover}
.home .mainslider .swiper-container .swiper-slide a .text {position:absolute;left:0;bottom:11%;background-color:rgba(35,75,134,0.8);padding:15px 30px;color:white}
.home .mainslider .swiper-container .swiper-slide a .text p {margin:0}
.home .mainslider .swiper-container .swiper-slide a .text .pt {font-size:20px;font-weight:bold}
.home .mainslider .swiper-container .swiper-slide a .text .time {opacity:.7;margin-top:8px}

.home section {margin:20px auto;}
.home section .title{display:flex;justify-content:space-between;padding:0 15px 0 0;position:relative;z-index:10;}
.home section .title::after{content:""; height:46px;width:100%;z-index:-1;position:absolute;left:0;top:5px;background:linear-gradient(-90deg,#234B86,#117AC0);;}
.home section .title .tab{display:flex;justify-content:flex-start;}
.home section .title .tab a{display:inline-flex;padding:15px 25px 10px 15px;font-size:1.225rem;color:white;font-weight:bold;cursor:default;align-items:center;}
.home section .title .tab a i{margin:4px 4px 0 0;text-align:center;line-height:20px;font-size:.625rem;width:20px;height:20px;display:block;border-radius:50%;background:#fff;color:var(--primary-color);}
.home section .title .tab a.active,
.home section .title .tab a:hover{background:url(/images/v3.tab.png) -2px top no-repeat;background-size:100% 100%;padding:13px 25px 13px 15px;}
.home section .title .tab a:not(:first-child){margin-left:-12px;}
.home section .title .more{display:inline;padding:18px 15px 5px 0;color:rgba(255,255,255,.7);font-size:.875rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23b9c7d9' d='M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z '/%3E%3C/svg%3E") right 20px no-repeat;background-size:16px;}
.home section .title .more:hover{color:#fff;}
.home section .list {display:flex;flex-wrap:wrap;justify-content:space-between;margin:5px 0 13px 0;padding:0 5px;}
.home section .list a{border-bottom:1px dashed #dcdcdc;display:flex;justify-content:space-between;align-items:center;padding:13px 0;width:100%;}
.home section .list a span{transition:all 600ms;}
.home section .list a span:first-child{color:var(--secondary-color);transition:all 600ms;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width: calc( 100% - 100px);}
.home section .list a span:first-child i{font-size:.75rem;margin-right:5px;opacity:.6;}
.home section .list a span:last-child{color:rgb(from var(--secondary-color) r g b / 60%);transition:all 600ms;text-align:right;font-size:.9375rem;}
.home section .list a:hover span{color:#0266d3;font-weight:bold;}
.home section .width-wrap {display:flex;justify-content:space-between;}
.home section .width-wrap .left{width: calc( 60% - 30px); margin-right:30px}
.home section .width-wrap .right{width:40%}
.home .section1 .headline {display:flex;justify-content:space-between;margin:20px 0 10px 0;}
.home .section1 .headline img {width:520px;height:220px;object-fit:cover;transition:all 600ms;}
.home .section1 .headline .digest {width:100%;background:url("/images/v3.digestbg.png") no-repeat;background-size:cover;padding:10px 3%}
.home .section1 .headline .digest h3 {color:#234b86;font-size:20px;font-weight:bold;margin:5px 0 5px 0;padding-bottom:5px;position:relative;border-bottom:3px transparent solid;}
.home .section1 .headline .digest h3::before {content:'';display:block;width:2px;height:23px;background:#234b86;position:absolute;left:-15px;top:3px}
.home .section1 .headline .digest p{color:var(--secondary-color);font-size:14px;line-height:1.90;margin:0 0 10px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
.home .section1 .headline .digest .time{color:var(--secondary-color);font-size:.875rem;opacity:.7}
.home .section1 .headline .digest .time i{opacity:.7;margin-right:5px;}
.home .section1 .headline:hover img {transform:scale(1.02)}
.home .section1 .headline:hover .digest h3{color:#0266d3;border-bottom:3px #ccc dashed;}
.home .section1 .headline:hover .digest p{color:var(--primary-color);}
.home .section1 .list a{width:49%;}
.home .section1 .topics {display:flex;justify-content:space-between;margin:15px 0;}
.home .section1 .topics a {width:49%;overflow:hidden}
.home .section1 .topics a img {width:100%;display:block;object-fit:cover;transition:all 600ms}
.home .section1 .topics a:hover img {transform:scale(1.05)}
.home .section2 {background:url("/images/v3.section2bg.png") no-repeat;background-size:cover;padding:50px 0;}
.home .section2 .width-wrap .left .list a{border-bottom:1px #969393 dashed;}
.home .section2 .width-wrap .right {background:url(/images/v3.section2bg2.png) -2px 50px no-repeat;background-size:105% 100%;}/*图没切好，css来凑*/
.home .section2 .width-wrap .right .list{padding:0 20px;}
.home .section2 .width-wrap .right .list a span{color:#fff;}
.home .section2 .width-wrap .right .list a span i{display:none;}
.home .section3 .width-wrap .pics {display:flex;margin:20px 0 0 0;}
.home .section3 .width-wrap .pics a {width:30%;display:block;margin-left:2.5%;color:var(--secondary-color);}
.home .section3 .width-wrap .pics a img {width:100%;height:105px;display:block;object-fit:cover;transition:all 600ms}
.home .section3 .width-wrap .pics a p{margin:10px 0;padding:0;line-height:1.4;transition:all 600ms;word-break:break-all;word-wrap: break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;font-size:.875rem;color:rgb(from var(--secondary-color) r g b / 80%);text-align:center;}
.home .section3 .width-wrap .pics a p:last-child {margin:0;padding:0;transition:all 600ms;display:none;}
.home .section3 .width-wrap .pics a:hover img {transform:scale(1.05)}
.home .section3 .width-wrap .pics a:hover{color:var(--primary-color);}
.home .section3 .width-wrap .pics a:hover p{color:#0266d3;}
.home .section3 .width-wrap .list{margin:0 10px 15px 10px;}
.home .section3 .width-wrap .links {display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:15px}
.home .section3 .width-wrap .links a {display:flex;width:32%;height:70px;border:1px solid;border-image:linear-gradient(-39deg,#117AC0,#234B86) 1 1;align-items:center;flex-direction:column;justify-content:center;margin-bottom:10px;position:relative}
.home .section3 .width-wrap .links a::before {content:'';display:block;position:absolute;left:2%;top:4%;width:95%;height:90%;border:1px solid white}
.home .section3 .width-wrap .links a .icon img {width:19px;display:block}
.home .section3 .width-wrap .links a p {margin:5px 0 0 0;font-size:14px;color:#234B86;transition:all 600ms}
.home .section3 .width-wrap .links a:hover p {transform:scale(1.1)}
.home .section3 .width-wrap .links a i{color:var(--secondary-color);}
.home .section3 .width-wrap .links .active {background:linear-gradient(-48deg,#234B86,#117AC0)}
.home .section3 .width-wrap .links .active p {color:white}
.home .section3 .width-wrap .links .active i{color:#fff;}
.home .section4 .pics {display:flex;justify-content:space-between;align-items:center}
.home .section4 .pics .arrow{padding:5px;height:36px;height:36px;line-height:36px;text-align:center;border:1px #1278bd solid;border-radius:2px;}
.home .section4 .pics .arrow:first-child{transform:rotate(180deg);}
.home .section4 .pics .arrow:hover{background:#1243bd33;border-color:#1243bd33;}
.home .section4 .pics .prev,.home .section4 .pics .next {cursor:pointer}
.home .section4 .pics .prev img,.home .section4 .pics .next img {width:36px;display:block}
.home .section4 .pics .swiper-container {width:100%;margin:15px}
.home .section4 .pics .swiper-container a {display:block}
.home .section4 .pics .swiper-container a img {width:100%;max-width:290px;display:block;object-fit:cover;transition:all 600ms}
.home .section4 .pics .swiper-container a:hover img {transform:scale(0.95)}
.home .section5 .title::after{background:transparent;}
.home .section5 .title {display:flex;justify-content:space-between;border:1px solid #234B86;position:relative;margin-bottom:30px;align-items:center}
.home .section5 .title .links {z-index:10;margin:0 2%;display:flex;justify-content: space-between;width:calc( 100% - 250px);}
.home .section5 .title .links a {color:#3d3d3d;font-size:.875rem;transition:all 600ms;}
.home .section5 .title .links a:hover {color:#234b86;transform:scale(1.2);}
.home .section5 .title .links span{display:block;width:1px;height:11px;background:var(--primary-color);margin-top:5px;}
.home .section5 .title .tab{margin:-7px 0 -1px -2px;}

/*移动端匹配*/
@media screen and (max-width:1200px) {header .banner .box{background:url();}}
@media screen and (max-width: 800px) {
	.width-wrap{min-width:100%;padding:0 15px;}
	.mobile{display:block;}
	header{display:none;position:absolute;left:0;top:60px;bottom:0;right:0;height:100vh;z-index:99998;background:url(/images/v3.headbg.png) center top no-repeat;background-size:cover;height:100vh;overflow-x:hidden;overflow-y:scroll;}
	header .guide{background:transparent;}
	header .guide .width-wrap{padding:13px 5px 0 5px;flex-wrap:wrap;justify-content:center;}
	header .guide div a:first-child{display:none;}
	header .guide div a:last-child{display:inherit;color:rgba(255,255,255,.7);}
	header .guide div a {margin-left:8px;font-size:.875rem;color:rgba(255,255,255,.7);}
	header .guide div a i{color:rgba(255,255,255,.7);background:rgb(from var(--primary-color) r g b / 80%);height:16px;width:16px;text-align:center;font-size:.575rem;border-radius:50%;line-height:16px;margin-right:3px;}
	header .guide div a span{display:none;}
	header .guide div .links a:last-child{display:inherit;}
	header .guide div a.gopc{display:inherit !important;}
	header .guide div a.responsitive{display:none;}
	header .guide div a:nth-child(7){display:none;}

	header .guide .search{display:none;width:80%;margin:5px 0 0 0;}
	header .guide .search input{width:100%;height:34px;background:rgba(255,255,255,.15);font-size:.875rem;}
	header .guide .search input::placeholder{font-size:.875rem;}
	header .guide .search input:focus{background:rgba(255,255,255,.3);}
	header .guide .search a{top:50%;}
	header .banner{display:none;}
	header nav{padding:15px;margin-bottom:50px;background:transparent;}
	header nav ul{display:block;}
	header nav ul li{display:block;}

	header nav > ul > li > a{display:block;padding:13px 10px;border-bottom:1px solid rgba(255, 255, 255, .12);position:relative;}
	header nav > ul > li > a::after{content:"";position:absolute;right:10px;top:15px;width:15px;height:15px;display:block;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23cfdde7' d='M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z '/%3E%3C/svg%3E") no-repeat;background-size:15px;transition:all 300ms}
	header nav > ul > li > a:hover::after,
	header nav > ul > li > a:active::after{left:auto;top:20px;}
	/*header nav > ul > li > a:has(+ div){pointer-events:none;}*//*有子菜单者，禁用当前链接*/
	/*展开当前激活菜单下的子菜单*/
	/*header nav > ul > li > a.active:not(:empty) + .child{position:static;background:rgba(255,255,255,.15);display:block;}*/
	header nav > ul > li > div{position:static;background:rgba(255,255,255,.15);}
	header nav > ul > li > div > ul{margin:5px 15px;}
	header nav > ul > li > div > ul > li > a{display:block;padding:10px;border-bottom:1px solid rgba(255, 255, 255, .15);}

	.home .mainslider {margin:80px auto 0px auto}
	.home .mainslider .prev {left:20px}
	.home .mainslider .prev img {width:16px}
	.home .mainslider .next {right:20px}
	.home .mainslider .next img {width:16px}
	.home .mainslider .other {bottom:5%}
	.home .mainslider .other div {width:60px;height:3px;margin-right:10px}
	.home .mainslider .swiper-container .swiper-slide a .text {font-size:1rem;padding:10px 15px;position:static}
	.home .mainslider .swiper-container .swiper-slide a .text .pt{font-size:1.125rem;font-weight:normal;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;white-space: normal;}

	.home .section1 .headline {flex-direction:column}
	.home .section1 .headline img{width:100%}
	.home .section1 .headline .digest {width:100%;padding:15px 5%}
	.home .section1 .headline .digest p{line-height:1.6;-webkit-line-clamp: 3;}
	.home .section1 .topics{flex-direction:column;}
	.home .section1 .topics a{width:100%;}
	.home .section1 .topics a:first-child{margin-bottom:15px;}

	.home section .title::after{height:44px;}
	.home section .title .tab a{font-size:1.025rem;padding:16px 25px 12px 15px !important;}
	.home section .title .tab a i{margin:0 4px 0 0;}

	.home section .list{margin:5px 0 10px 0;}
	.home section .list a{width:100% !important;display:block;}
	.home section .list a span:first-child{white-space:wrap;overflow:auto;word-break:break-all;}

	.home section .left,
	.home section .right{width:100% !important}

	.home .section2 .width-wrap,
	.home .section3 .width-wrap,
	.home .section3 .width-wrap .pics{flex-direction:column;}
	.home .section3 .width-wrap .pics a{width:100%;margin:0;}
	.home .section3 .width-wrap .pics a img{width:100%;height:auto;}
	.home .section3 .width-wrap .pics a p{margin-bottom:10px;}

	.home .section5 .title{flex-wrap:wrap;}
	.home .section5 .title .tab,
	.home .section5 .title .links{width:100%;display:block;}
	.home .section5 .title .links span{display:none;}
	.home .section5 .title .links a{width:30%;padding:8px 15px;display:inline-block;}

	/*footer*/
	footer{padding: 0 0 30px 0;padding-bottom:20px;}
	footer .guide{display:inherit;color:#fff;font-size:.875rem;padding:10px 15px;background:rgba(0,0,0,.1);text-align:center;}
	footer .guide a{color:rgba(255,255,255,.9);margin:0 5px;}
	footer .guide a:hover{color:rgba(255,255,255,1);}
	footer .guide a i{color:rgba(255,255,255,.7);margin-right:3px;transform:scale(.8);}
	footer .left{flex-direction:column;text-align:center;}
	footer .left .logo img{margin:15px auto;height:45px}
	footer .left .line{display:none;}
	footer .left .info{margin:0 18px 18px 18px;}
	footer .left .info .links{display:none;}
	footer .right{display:none}
}