@charset "UTF-8";
.slide-inner {cursor: default;}
/* 网站通用样式 */
@font-face { font-family: "SourceHanSansCN-Regular"; src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"); }
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei-2.ttf") format("truetype"); }
@font-face { font-family: "AlibabaPuHuiTi"; src: url("../fonts/AlibabaPuHuiTi-2-105-Heavy.ttf") format("truetype"); }
@font-face { font-family: "SourceHanSerifCN-Bold"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #2296DF; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1600px; max-width: 90%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.2rem; font-weight: 400; line-height: 0.32rem; color: #333; text-align: left; }

.info { font-size: 0.16rem; font-weight: 400; line-height: 0.28rem; color: #8a8a8a; text-align: justify; }

.date { font-family: Bahnschrift; font-size: 0.26rem; font-weight: 400; line-height: 0.36rem; color: #333; text-align: left; }

.date1 { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; width: 1.1rem; height: 1.1rem; font-family: Bahnschrift; font-size: 0.2rem; font-weight: 400; line-height: 0.26rem; color: #333; text-align: center; background: #F4F8FF; border-radius: .1rem; }
.date1 p:first-child { font-size: .42rem; line-height: .44rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 100000; width: 100%;background-color:#015FD1} 
.header .right-wrap { width: 8.3rem; max-width: calc(100% - 6.8rem); }
.header.scroll { box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.3); }

.logo { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; max-width:680px;}
.logo img { max-height: .92rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.nav { width: calc(100% - 2.1rem); }
.nav li { position: relative; }
.nav li a { position: relative; z-index: 1; display: block; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.24rem; font-weight: 400; line-height: 1.3rem; text-align: center;color:#FFF }
.nav li > a { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li > a::before { position: absolute; top: 17%; right: calc(50% - .92rem); bottom: auto; left: auto; z-index: -1; content: ""; width: 1.4rem; height: .63rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li.cur > a::before { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.nav li:hover > a { font-weight: 700; }
.nav li:hover > a::before { opacity: 1 !important; -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }
.nav li:hover .sub-nav { visibility: visible; opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); }
.nav .sub-nav { position: absolute; top: calc(100% - .05rem); right: auto; bottom: auto; left: calc(50% - 1rem); z-index: 1; width: 2rem; padding: .07rem 0; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: 0.05rem solid #1A3DB0; -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 50% 0%; }
.nav .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: linear-gradient(270deg, #2296DF 0%, #1A3DB0 100%); opacity: 0; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav .sub-nav dd:last-child a { border: none; }
.nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav .sub-nav dd:hover a { color: #fff; border-color: transparent; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .14rem 0; font-size: .18rem; font-weight: 500; line-height: .2rem; color: #333; border-bottom: 1px dashed #eee; -webkit-transition: all 0.15s ease-out 0s; -moz-transition: all 0.15s ease-out 0s; -ms-transition: all 0.15s ease-out 0s; -o-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #1A3DB0; -webkit-transform: translate(0px, 3px) rotate(45deg); -moz-transform: translate(0px, 3px) rotate(45deg); -ms-transform: translate(0px, 3px) rotate(45deg); -o-transform: translate(0px, 3px) rotate(45deg); transform: translate(0px, 3px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.login-btn { width: .8rem; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.18rem; font-weight: 400; line-height: 0.34rem; color: #0B4399; text-align: center; border-radius: .3rem; background: linear-gradient(0deg, #FFFFFF 0%, #E9F6FD 96%); }

.nav-btn { display: none; position: relative; z-index: 5; width: 30px; margin: 0 0 0 .2rem; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 1px; margin: 8px 0; background: #fff; -webkit-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; }
.nav-btn i:nth-child(2) { width: 75%; }
.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }

.mobile-box { display: none; position: fixed; top: 66px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 66px); padding: .25rem 5% .4rem; background-image: url("../images/index_bg0.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; }
.mobile-box .nav { width: 100%; max-width: 100%; height: 100%; padding: .2rem .3rem .2rem; box-shadow: 0px 6px 0.36rem 0px rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.6); border-radius: 10px; box-sizing: border-box; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid rgba(80, 163, 222, 0.2); border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #333; padding: 0 0 0 .1rem; line-height: .6rem !important; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .19rem; }
.mobile-box .nav li > a::before { display: none; }
.mobile-box .nav .sub-nav { display: none; position: static; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; border: none; transition: none !important; opacity: 1 !important; visibility: visible !important; transform: none !important; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { padding: 0 .1rem; font-weight: 500; line-height: .44rem !important; color: #494949 !important; border-bottom: none; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; margin: 1.28rem 0 0; }
.banner .img { position: relative; display: block; width: 100%; height: 30.45vw; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 1s ease-out 0s; -moz-transition: transform 1s ease-out 0s; -ms-transition: transform 1s ease-out 0s; -o-transition: transform 1s ease-out 0s; transition: transform 1s ease-out 0s; }
.banner .img video { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.banner .swiper-slide-active img { -webkit-transition: transform 6.2s ease-out 1s; -moz-transition: transform 6.2s ease-out 1s; -ms-transition: transform 6.2s ease-out 1s; -o-transition: transform 6.2s ease-out 1s; transition: transform 6.2s ease-out 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; top: auto; right: 0; bottom: 0.4rem; left: auto; z-index: 3; width: 100%; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .2rem; height: .2rem; margin: 0 .18rem; cursor: pointer; background: rgba(255, 255, 255, 0.23); opacity: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .pagination .swiper-pagination-bullet::before { display: block; content: ""; box-sizing: border-box; width: .1rem; height: .1rem; border-radius: 50%; background: #fff; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .pagination .swiper-pagination-bullet::after { position: absolute; top: calc(50% - .17rem); right: auto; bottom: auto; left: calc(50% - .17rem); z-index: 1; content: ""; width: .32rem; height: .32rem; border-radius: 50%; border: 1px solid #fff; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: none; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }

/* 网站底部 */
.footer { background: linear-gradient(0deg, #1A3DB0 0%, #2296DF 100%); }
.footer .container { padding: .4rem 0 .2rem; }

.foot-img img { max-height: .92rem; }

.ewm { display: flex; }
.ewm li { margin: 0 0 0 .22rem; }
.ewm li:first-child { margin: 0; }
.ewm img { width: 1rem; }
.ewm p { font-size: 0.16rem; font-weight: 400; line-height: 0.32rem; color: #fff; text-align: center; }

.foot-contact { font-size: 0.16rem; font-weight: 400; line-height: 0.38rem; color: #fff; text-align: right; }
.foot-contact a { color: #fff; }

.copy { padding: .16rem .1rem; font-size: 0.14rem; font-weight: 400; line-height: 0.32rem; color: #fff; text-align: center; border-top: 1px solid #4A6BC7; }
.copy a { color: #fff; }

/* 首页样式 */
.column { position: relative; margin: .74rem 0; width: 100%; text-align: center; }
.column::after { position: absolute; top: auto; right: auto; bottom: -0.12rem; left: calc(50% - 5rem); z-index: 1; content: ""; width: 10rem; height: .48rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.column h3 { position: relative; z-index: 2; display: inline-block; font-family: "YouSheBiaoTiHei", "Microsoft YaHei"; font-size: .54rem; line-height: .7rem; font-weight: 400; background: linear-gradient(270deg, #2296DF 0%, #1A3DB0 100%); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #1A3DB0\0 ; }

.home1 { padding: 1px 0 .6rem; background-image: url("../images/index_bg0.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.about-wrap { position: relative; margin: 0 0 1rem; padding: .57rem 0 .68rem .6rem; background: rgba(255, 255, 255, 0.4); border: 1px solid #FFFFFF; border-radius: 1rem 2rem 2rem 0px; }
.about-wrap .text {width: 60%;height: 2.4rem;font-size: 0.22rem;font-weight: 400;line-height: 0.48rem;color: #333;text-align: justify;display: block;display: -webkit-box;-webkit-box-orient: vertical;-moz-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;z-index: 999;position: relative;}
.about-wrap .text a { color: #333; }
.about-wrap .yuan { position: absolute; top: calc(50% - 2.41rem); right: 0; bottom: auto; left: auto; z-index: 1; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 5rem; height: 4.82rem; }
.about-wrap .yuan .icon1 { position: relative; z-index: 2; }
.about-wrap .yuan .icon1 img { width: 2.24rem; }
.about-wrap .yuan .icon2 { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; }
.about-wrap .yuan .icon2 img { width: 100%; }

.news-list1 { font-size: 0; margin: 0 -0.27rem; }
.news-list1 > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.27rem; }
.news-list1 li { margin: 0 0 .2rem; }
.news-list1 li.l2 a::after { background: linear-gradient(180deg, rgba(189, 240, 249, 0.19) 0%, #29ACE8 100%); }
.news-list1 li.l3 a::after { background: linear-gradient(180deg, rgba(226, 215, 254, 0.13) 0%, #6F6FFA 100%); }
.news-list1 li.l4 a::after { background: linear-gradient(180deg, rgba(187, 250, 239, 0.23) 5%, #22B09C 100%); }
.news-list1 a { position: relative; z-index: 1; display: block; }
.news-list1 a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 1.68rem; background: linear-gradient(180deg, #E9EAFF 0%, #5C80FF 100%); border-radius: .2rem; }
.news-list1 .text { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: calc(100% - .3rem); height: 1.52rem; padding: .15rem .32rem; border-radius: .1rem; background: linear-gradient(116deg, rgba(255, 255, 255, 0.47) 7%, rgba(255, 255, 255, 0.55) 101%); }
.news-list1 .icon { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .7rem; height: .7rem; background-image: url("../images/f_icon5.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; border-radius: 50%; box-shadow: 0.12rem 0.12rem 0.25rem 0 rgba(150, 179, 255, 0.6); }
.news-list1 .icon img { width: .46rem; }
.news-list1 .title { width: calc(100% - .9rem); font-size: .22rem; font-weight: 700; line-height: .29rem; letter-spacing: 0.1em; }
.news-list1 .date { padding: 0 0 0 .2rem; color: #fff; font-size: .24rem; line-height: .84rem; }

.home2 { padding: 1px 0 .58rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home2 .column h3 { background: linear-gradient(270deg, #DBEAFF 0%, #CAD6FF 100%); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #DBEAFF\0 ; }

.news-list2 { font-size: 0; margin: 0 -0.27rem; }
.news-list2 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.27rem; }
.news-list2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; height: 2.77rem; padding: 0 0 0 .56rem; }
.news-list2 a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -2; content: ""; width: 100%; height: 100%; background-image: url("../images/list_bg1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; opacity: .6; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-list2 a::before { position: absolute; top: auto; right: 0.1rem; bottom: 0; left: auto; z-index: -1; content: ""; width: 2.21rem; height: 2.21rem; background-image: url("../images/f_icon9_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: .33; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-list2 li { margin: 0 0 .2rem; }
.news-list2 li:nth-of-type(2) a::before { background-image: url("../images/f_icon9_2.png"); }
.news-list2 li:nth-of-type(3) a::before { background-image: url("../images/f_icon9_3.png"); }
.news-list2 .cn { font-family: "AlibabaPuHuiTi", "Microsoft YaHei"; font-size: .42rem; line-height: .6rem; }
.news-list2 .cn span { background: linear-gradient(180deg, #FFFFFF 0%, #94B1ED 100%); -webkit-background-clip: text; color: transparent; background: transparent\0; color: rgba(255, 255, 255, 0.88)\0 ; }
.news-list2 .en { margin: .12rem 0 0; font-family: "SourceHanSerifCN-Bold", "Microsoft YaHei"; font-size: .36rem; line-height: .52rem; }
.news-list2 .en span { background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%); -webkit-background-clip: text; color: transparent; background: transparent\0; color: rgba(255, 255, 255, 0.1)\0 ; }

.home3 { padding: 1px 0 .4rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.news-list3 { font-size: 0; margin: 0 -0.72rem; }
.news-list3 li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.18rem; }
.news-list3 .img-zoom { padding: .54rem .54rem .4rem; }
.news-list3 .img-frame { border-radius: .1rem; }
.news-list3 .img-frame .img { padding: 62% 0 0; }
.news-list3 .title { margin: .25rem 0; font-size: .24rem; font-weight: 700; }
.news-list3 .info { height: .72rem; font-size: .18rem; line-height: .36rem; color: #353535; }
.news-list3 .more { display: -ms-flexbox; display: flex; align-items: center; margin: .36rem 0 0; font-size: 0.16rem; font-weight: 400; line-height: 0.36rem; color: #9e9e9e; text-align: left; opacity: 0; -webkit-transform: translateX(0.3rem); -moz-transform: translateX(0.3rem); -ms-transform: translateX(0.3rem); -o-transform: translateX(0.3rem); transform: translateX(0.3rem); }
.news-list3 .more i { display: inline-block; width: .43rem; height: .32rem; margin: 0 0 0 .26rem; background-image: url("../images/f_icon7.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.news-swiper1 { width: 45.75%; margin: 0; padding: 0 0 .36rem; }
.news-swiper1 .swiper-slide { opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper1 .swiper-slide.swiper-slide-active { opacity: 1; }
.news-swiper1 .img-zoom .img { padding: 65.57% 0 0; }
.news-swiper1 .text { display: block; position: relative; z-index: 5; padding: .38rem .4rem .25rem; margin: -.4rem 0 0 .55rem; border-radius: .1rem; background: linear-gradient(180deg, #F8FAFF 0%, #F4F7FF 100%); box-shadow: 0px 6px 0.36rem 0px rgba(0, 0, 0, 0.05); }
.news-swiper1 .date span { display: inline-block; width: 1px; height: .18rem; margin: 0 .06rem; background: #353535; transform: rotate(26.99deg); }
.news-swiper1 .title { height: .72rem; line-height: .36rem; margin: .18rem 0 0; }
.news-swiper1 .swiper-arrow { display: -ms-flexbox; display: flex; position: absolute; top: auto; right: 0.52rem; bottom: 2rem; left: auto; z-index: 6; }
.news-swiper1 .swiper-arrow div { width: .4rem; height: .4rem; background-image: url("../images/f_icon8.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #f4f4f4; background-size: 0.1rem; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper1 .swiper-arrow div:hover { background-color: #1A43B3; background-image: url("../images/f_icon8_2.png"); }
.news-swiper1 .swiper-arrow .swiper-prev { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.news-swiper1 .swiper-arrow .swiper-next { margin: 0 0 0 .25rem; }

.news-list4 { width: 51.75%; }
.news-list4 li { margin: 0.31rem 0 0; }
.news-list4 li:first-child { margin: 0; }
.news-list4 .date span { display: inline-block; width: 1px; height: .18rem; margin: 0 .06rem; background: #353535; transform: rotate(26.99deg); }
.news-list4 .title { height: .64rem; margin: .1rem 0 0; }
.news-list4 a { display: block; padding: .28rem .32rem; }
.news-list4 .a2 { display: none; justify-content: space-between; border-radius: .1rem; background: linear-gradient(180deg, #F8FAFF 0%, #F4F7FF 100%); box-shadow: 0px 6px 0.36rem 0px rgba(0, 0, 0, 0.05); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-list4 .a2 .img-frame { width: 2.6rem; border-radius: .1rem; }
.news-list4 .a2 .img-frame .img { padding: 68.2% 0 0; }
.news-list4 .a2 .text { width: calc(100% - 2.9rem); }
.news-list4 .a2 .line { position: relative; width: 100%; height: 1px; margin: .28rem 0 .26rem; background: #d8d8d8; }
.news-list4 .a2 .line::after { display: block; content: ""; box-sizing: border-box; width: .08rem; height: .08rem; margin-left: .7rem; background: #1A43B3; border-radius: 50%; -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }
.news-list4 .a2 .date { font-size: .18rem; }
.news-list4 .on .a1 { display: none; }
.news-list4 .on .a2 { display: flex; animation: ani-right .75s; }

/* 内页样式 */
.decorate { position: relative; padding: 16.71875% 0 0; margin: 1.28rem 0 0;display:none; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { position: relative; padding: .5rem 0 0; background: #F9FBFF; }
.main-box .container { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: flex-start; }
.main-box::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 3.2rem; background: linear-gradient(0deg, #F9FBFF, #9ed0f9); }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 .15rem; border-bottom: 1px solid #AFD2EE; }
.position h3 { white-space: nowrap; font-size: 0.3rem; font-weight: 700; line-height: 0.6rem; color: #333; text-align: left; }

.place { font-size: 0.2rem; font-weight: 400; line-height: 0.6rem; color: #333; text-align: left; padding: 0 0 0 .32rem; white-space: nowrap; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.17rem; }
.place a { color: #333; }
.place a:hover { color: #1A3DB0; }

.sidebar { position: relative; z-index: 3; width: 3.2rem; margin: .4rem 0 .6rem; }
.sidebar h3 { display: none; position: relative; font-size: 0.3rem; font-weight: 700; line-height: 1rem; color: #fff; text-align: center; background: #1A3DB0; }
.sidebar .sub-nav { position: relative; min-height: 6.7rem; padding: .55rem 0; background: linear-gradient(180deg, rgba(2, 56, 178, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }
.sidebar .sub-nav li { position: relative; }
.sidebar .sub-nav li.cur > a { color: #fff !important; font-weight: 700; }
.sidebar .sub-nav li.cur > a::after { opacity: 1; visibility: visible; }
.sidebar .sub-nav li:hover > a { color: #1A3DB0; }
.sidebar .sub-nav a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; align-items: center; padding: 0 .3rem 0 .72rem; font-size: 0.24rem; font-weight: 400; line-height: 0.8rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav a::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 3.46rem; height: 100%; background-image: url("../images/list_bg2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; opacity: 0; visibility: hidden; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }

.main { position: relative; z-index: 4; flex: 1; width: 100%; min-height: 7.5rem; margin: .4rem 0 0 1rem; padding: 0 0 .2rem; }
.main.w100 { margin: 0; }

.lv2-nav { width: 100%; display: -ms-flexbox; display: flex; justify-content: center; padding: 0 0 .42rem; border-bottom: 1px solid #AFD2EE; }
.lv2-nav a { display: block; padding: 0 .28rem; margin: 0 .42rem; font-size: 0.2rem; font-weight: 400; line-height: 0.45rem; color: #333; text-align: center; background: rgba(255, 255, 255, 0.2); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.lv2-nav a:hover { color: #004A90; background: #fff; }
.lv2-nav .cur a { color: #fff !important; background: linear-gradient(0deg, #1A3DB0 0%, #2296DF 100%); }

.list1 li { margin: .45rem 0 0; }
.list1 li:first-child { margin: .1rem 0 0; }
.list1 a { padding: .38rem .35rem; background: rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .text { width: calc(100% - 1.1rem); padding: 0 0 0 .5rem; }
.list1 .title { font-size: .22rem; }
.list1 .info { height: .6rem; margin: .1rem 0 0; line-height: .3rem; }
.list1 .date1 { position: relative; z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .date1::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 0; background: linear-gradient(0deg, #1A3DB0 0%, #2296DF 100%); -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; }

.picture1 li { width: 46.25%; margin: .85rem 0 0; }
.picture1 .img-zoom { border-radius: .1rem; background: #FFFFFF; }
.picture1 .img-frame .img { padding: 49.1% 0 0; }
.picture1 .text { padding: .32rem .38rem 0; }
.picture1 .date { border-top: 1px solid #d8d8d8; font-size: .18rem; font-family: "Microsoft YaHei"; line-height: .84rem; background: linear-gradient(0deg, #1A3DB0, #2296DF); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #1A3DB0\0 ; }
.picture1 .date i { float: right; margin: .22rem 0 0; width: 1.26rem; font-style: initial; line-height: .4rem; border: 1px solid #1B47B5; border-radius: .4rem; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture1 .title { font-size: .24rem; line-height: .36rem; color: #222; }
.picture1 .info { margin: .1rem 0 .18rem; font-size: .14rem; height: .56rem; color: #9e9e9e; }

.picture3 { font-size: 0; margin: 0 -0.2rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.picture3 .img-zoom { margin: .4rem 0 0; padding: .12rem; border: 1px solid #eee; border-radius: 4px; overflow: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-family: "SYST400"; font-size: 0.18rem; font-weight: 400; line-height: 0.4rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #2296DF; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.15rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list .img-zoom { padding: .1rem .1rem .05rem; background: #f2f2f2; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 4px; }
.teach-list .img-zoom:hover { background: #1A3DB0; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); }
.teach-list .img-zoom:hover .title { color: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; }
.teach-list .title { line-height: .5rem; text-align: center; }

.article { padding: 0.5rem 0 .5rem; }
.article .title { margin: 0 7.8%; font-size: 0.3rem; font-weight: 700; line-height: 150%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 400; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 400; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { display: flex; justify-content: space-around; margin: .3rem 7.8% 0; padding: .15rem .1rem; font-size: 0.18rem; font-weight: 400; line-height: 0.3rem; color: #9e9e9e; text-align: center; background: #fff; }
.article .sub em { display: inline-block; vertical-align: top; padding: 0 0 0 .3rem; margin: 0 0 0; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.article .sub em.time { background-image: url("../images/cont1.png"); }
.article .sub em.view { background-image: url("../images/cont2.png"); background-position-x: 3px; }
.article .sub em.author { background-image: url("../images/cont3.png"); }
.article .sub em.source { background-image: url("../images/cont4.png"); background-position-x: 3px; }
.article .content { padding: .4rem 0 .2rem; font-size: 0.2rem; font-weight: 400; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; margin: .3rem 0 .3rem; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 3px solid #1A3DB0; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.18rem; font-weight: 400; line-height: 0.28rem; color: #666; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.article .cont-page a span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #1A3DB0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #1A3DB0; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.18rem; font-weight: 400; line-height: 200%; color: #1B47B5; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }
.article.about { padding-top: 0; }
.article.about .title { margin: 0; font-size: .36rem; text-align: left; }
.article.about .content { line-height: 220%; }

.login-box { width: 9.4rem; margin: .14rem auto 0; }
.login-box .state { display: inline-block; min-width: 1.8rem; padding: 0 .28rem; background: #EBF4F9; border-radius: 5px; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.18rem; font-weight: 400; line-height: 0.5rem; color: #343434; text-align: left; }
.login-box .state span { color: #1B4EB9; }

.login-form { margin: .25rem 0 0; }
.login-form .login-item { display: flex; padding: .15rem 0; }
.login-form .login-item .tips { width: 1.8rem; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.18rem; font-weight: 400; line-height: 0.5rem; color: #333; text-align: right; }
.login-form .login-item .label { margin: 0 0 0 .21rem; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.18rem; font-weight: 400; line-height: 0.5rem; color: #333; text-align: left; }
.login-form .login-item .input { width: 5rem; height: .5rem; padding: 0 .17rem; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.18rem; font-weight: 400; line-height: 0.48rem; color: #333; text-align: left; border: 1px solid #DFE4F0; border-radius: 5px; background: #F6F6F6; }
.login-form .login-item .input::placeholder { color: .16rem; color: #9e9e9e; }
.login-form .login-item .input:focus { border-color: #2296DF; }
.login-form .login-item label { margin: 0 .6rem 0 0; }
.login-form .agree { padding: .25rem 0; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.18rem; font-weight: 400; line-height: 0.48rem; color: #333; text-align: center; }
.login-form .btn-box { padding: .2rem 0 0; display: -ms-flexbox; display: flex; justify-content: center; }
.login-form .btn-box .btn { display: block; width: 1.6rem; margin: 0 .17rem; font-family: "SourceHanSansCN-Regular", "Microsoft YaHei"; font-size: 0.18rem; font-weight: 400; line-height: 0.5rem; color: #1B4EB9; text-align: center; background: #DFE6F6; border-radius: 5px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.login-form .btn-box .btn:hover { box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); }
.login-form .btn-box .tjgm { color: #fff; background: linear-gradient(0deg, #1A3DB0 0%, #2296DF 100%); }

/* 翻页样式 */
#list-page { margin: .4rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; color: #2296DF; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1A3DB0; font-weight: bold; color: #fff; border-color: #1A3DB0; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

.to-top-part { position: fixed; top: auto; right: 0.2rem; bottom: 23%; left: auto; z-index: 1; overflow: hidden; padding: .08rem; visibility: hidden; }
.to-top-part #to-top { display: block; width: .46rem; height: .46rem; border-radius: 4px; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #188bf1; background-size: 0.24rem; cursor: pointer; box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.3); -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); -webkit-transition: all 0.45s ease-out 0s; -moz-transition: all 0.45s ease-out 0s; -ms-transition: all 0.45s ease-out 0s; -o-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
.to-top-part #to-top:hover { background-color: #1A3DB0; }
.to-top-part.show { visibility: visible; }
.to-top-part.show #to-top { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

@keyframes ani-yuan { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes ani-right { 0% { opacity: 0; -webkit-transform: translateX(0.15rem); -moz-transform: translateX(0.15rem); -ms-transform: translateX(0.15rem); -o-transform: translateX(0.15rem); transform: translateX(0.15rem); }
  100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } }
@media screen and (min-width: 1025px) { .login-btn { position: relative; z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; overflow: hidden; }
  .login-btn::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 0; height: 100%; background: linear-gradient(270deg, #2296DF 0%, #1A3DB0 100%); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .login-btn:hover { color: #fff; }
  .login-btn:hover::before { left: 0; right: auto; width: 100%; }
  .about-wrap .yuan .icon2 { -webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -ms-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s; transition: all 0.8s ease-out 0s; }
  .about-wrap:hover .yuan .icon2 { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  .news-list1 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; position: relative; }
  .news-list1 a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -12px; left: 0; z-index: 1; width: 100%; height: 10px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.28), transparent); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list1 a:hover::before { bottom: -17px; opacity: 1; visibility: visible; }
  .news-list1 a .icon img { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
  .news-list1 a:hover { -webkit-transform: translateY(-0.15rem); -moz-transform: translateY(-0.15rem); -ms-transform: translateY(-0.15rem); -o-transform: translateY(-0.15rem); transform: translateY(-0.15rem); }
  .news-list1 a:hover .icon img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
  .news-list1 a:hover .title { color: #1B47B5; }
  .news-list2 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list2 a:hover { -webkit-transform: translateY(-0.15rem); -moz-transform: translateY(-0.15rem); -ms-transform: translateY(-0.15rem); -o-transform: translateY(-0.15rem); transform: translateY(-0.15rem); }
  .news-list2 a:hover::after, .news-list2 a:hover::before { opacity: 1; }
  .news-list2 a:hover .cn span { background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #fff\0 ; }
  .news-list3 .more, .news-list3 .title { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list3 .img-zoom { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list3 .img-zoom.on { background: #F8FAFF; border-radius: .1rem; box-shadow: 0px 6px 0.36rem 0px rgba(0, 0, 0, 0.05); }
  .news-list3 .img-zoom.on .title { margin-bottom: .1rem; color: #1B47B5; }
  .news-list3 .img-zoom.on .info { color: #666; }
  .news-list3 .img-zoom.on .more { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .news-list3 .img-zoom:hover { background: #F8FAFF !important; border-radius: .1rem !important; box-shadow: 0px 6px 0.36rem 0px rgba(0, 0, 0, 0.05) !important; }
  .news-list3 .img-zoom:hover .title { margin-bottom: .1rem !important; color: #1B47B5 !important; }
  .news-list3 .img-zoom:hover .info { color: #666 !important; }
  .news-list3 .img-zoom:hover .more { opacity: 1 !important; -webkit-transform: translateX(0) !important; -moz-transform: translateX(0) !important; -ms-transform: translateX(0) !important; -o-transform: translateX(0) !important; transform: translateX(0) !important; }
  .news-list3:hover .on { background: none; border-radius: .1rem; box-shadow: none; }
  .news-list3:hover .on .title { margin-bottom: .25rem; color: #333; }
  .news-list3:hover .on .info { color: #353535; }
  .news-list3:hover .on .more { opacity: 0; -webkit-transform: translateX(0.3rem); -moz-transform: translateX(0.3rem); -ms-transform: translateX(0.3rem); -o-transform: translateX(0.3rem); transform: translateX(0.3rem); }
  .news-swiper1 .text:hover .title { color: #1B47B5; }
  .news-list4 li:hover .a1 { display: none !important; }
  .news-list4 li:hover .a2 { display: flex !important; animation: ani-right .75s; }
  .news-list4 li:hover .title { color: #1A3DB0; }
  .news-list4:hover .on .a1 { display: block; }
  .news-list4:hover .on .a2 { display: none; }
  .list1 a { position: relative; }
  .list1 a::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 3px; background: #D5AE6D; content: ""; -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; }
  .list1 a:hover { box-shadow: 0px 4px 0.3rem 0px rgba(0, 0, 0, 0.1); }
  .list1 a:hover::after { width: 100%; }
  .list1 a:hover .date1 { border-radius: 0; color: #fff; }
  .list1 a:hover .date1::after { height: 100%; }
  .list1 a:hover .title { color: #004A90; font-weight: 700; }
  .picture1 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .picture1 a:hover { box-shadow: 0px 6px 0.36rem 0px rgba(0, 0, 0, 0.1); }
  .picture1 a:hover .title { color: #1B47B5; font-weight: 700; }
  .picture1 a:hover .date i { color: #fff; background: #1B47B5; }
  .picture3 .img-zoom:hover { border-color: #1A3DB0; background: #1A3DB0; }
  .picture3 .img-zoom:hover .title { color: #fff; font-family: "SYST700"; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .container { max-width: 92%; }
  .header { padding: 8px 0 !important; transition: all .2s; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); }
  .header .container { flex-wrap: nowrap; }
  .header .right-wrap { width: auto; max-width: none; flex-wrap: nowrap; }
  .header .right-wrap .nav { display: none; }
  .header.mobile-show { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::after { display: none; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 50px !important; }
  .login-btn { width: .7rem; line-height: .3rem; font-size: 14px; }
  .nav-btn { display: block; }
  .mobile-box { display: block; }
  .banner { margin: 66px 0 0; }
  .banner .img { height: auto; padding: 42% 0 0; }
  .banner .pagination { bottom: .2rem; }
  .to-top-part { display: none !important; }
  .about-wrap { display: flex; flex-wrap: wrap; padding: .3rem; margin: 0; border-radius: .3rem; }
  .about-wrap .text { order: 2; width: 100%; height: auto; font-size: .2rem; line-height: .4rem; }
  .about-wrap .yuan { position: relative; top: 0; order: 1; width: 4rem; height: 4rem; margin: 0 auto; }
  .column { margin: .34rem 0 .3rem; }
  .column h3 { font-size: .5rem; }
  .column::after { left: 0; width: 100%; }
  .home1 { padding-bottom: .3rem; }
  .news-list1 li { width: 100%; }
  .news-list1 .date { line-height: .68rem; }
  .home2 { padding-bottom: .3rem; }
  .news-list2 { margin: 0 -.1rem; }
  .news-list2 > li { padding: 0 .1rem; }
  .news-list2 a { height: 1.8rem; padding: 0 0 0 .3rem; }
  .news-list2 a::before { width: 1.5rem; height: 1.5rem; }
  .news-list2 .cn { font-size: .34rem; line-height: .4rem; }
  .news-list2 .en { font-size: .2rem; line-height: .3rem; margin: 5px 0 0; }
  .news-list3 { margin: 0 -.1rem; }
  .news-list3 > li { padding: 0 .1rem; }
  .news-list3 .title { font-size: .2rem; }
  .news-list3 .info { font-size: .16rem; }
  .news-list3 .img-zoom { padding: .2rem .2rem .3rem; background: #F8FAFF !important; border-radius: .1rem !important; box-shadow: 0px 6px 0.36rem 0px rgba(0, 0, 0, 0.05) !important; }
  .news-list3 .img-zoom .title { margin-bottom: .1rem !important; color: #1B47B5 !important; }
  .news-list3 .img-zoom .info { color: #666 !important; }
  .news-list3 .img-zoom .more { opacity: 1 !important; -webkit-transform: translateX(0) !important; -moz-transform: translateX(0) !important; -ms-transform: translateX(0) !important; -o-transform: translateX(0) !important; transform: translateX(0) !important; }
  .news-list3 .more { margin: .15rem 0 0; }
  .news-swiper1 { width: 100%; }
  .news-list4 { width: 100%; }
  .news-list4 li { margin: .2rem 0 0; }
  .news-list4 .a1 { display: none !important; }
  .news-list4 .a2 { display: flex !important; }
  .footer .container { padding: .26rem 0 .15rem; }
  .foot-img img { max-height: .7rem; }
  .foot-contact { width: 100%; margin: .18rem 0 0; line-height: .32rem; text-align: center; }
  .decorate { margin: 65px 0 0; padding: 30% 0 0; }
  .position { padding: 0; border: none; }
  .position h3 { display: none; }
  .place { padding-top: .1rem; padding-bottom: .1rem; font-size: 16px; line-height: .24rem; }
  .main-box { padding: .15rem 0 .4rem; }
  .sidebar { width: 100%; margin: .1rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { display: block; position: relative; font-size: .21rem; line-height: .55rem; text-align: left; background: linear-gradient(0deg, #1A3DB0 0%, #2296DF 100%); padding-left: .2rem; letter-spacing: 0; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .55rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .55rem; padding-top: 0; padding-bottom: 0; text-align: left; font-size: .18rem; line-height: .55rem; }
  .sidebar .sub-nav .down { top: 0; height: .55rem; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main.w100 { padding: 0; }
  .article { padding: .3rem 0 0; }
  .article .title { margin: 0; font-size: .26rem; text-align: left; }
  .article .sub { flex-wrap: wrap; margin-top: .2rem; margin-left: 0; margin-right: 0; font-size: 15px; }
  .article .sub em { width: 50%; text-align: left; }
  .article .content { padding-top: .2rem; }
  .article.about .title { font-size: .28rem; text-align: center; }
  .list1 a { padding: .15rem .2rem; }
  .list1 .text { padding: 0 0 0 .24rem; }
  .lv2-nav { padding: .15rem 0 .3rem; }
  .lv2-nav a { margin: 0 .2rem; }
  .picture1 li { margin: .4rem 0 0; }
  .picture1 .img-frame .img { padding: 56.25% 0 0; }
  .picture1 .text { padding: .2rem .2rem; }
  .picture1 .title { font-size: .2rem; }
  .picture1 .date { padding: .14rem 0; line-height: .28rem; }
  .picture1 .date i { float: none; display: block; margin: .1rem auto 0; background-color: #1B47B5; color: #fff; }
  .login-box { width: 100%; } }
@media screen and (max-width: 768px) { .banner .pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 .1rem; }
  .banner .pagination .swiper-pagination-bullet::before { width: 8px; height: 8px; }
  .banner .pagination .swiper-pagination-bullet::after { top: calc(50% - 11px); left: calc(50% - 11px); width: 20px; height: 20px; }
  .column { margin: .2rem 0 .3rem; }
  .column h3 { font-size: .42rem; }
  .about-wrap .yuan { width: 2.4rem; height: 2.4rem; }
  .about-wrap .yuan .icon1 { text-align: center; }
  .about-wrap .yuan .icon1 img { width: 45%; }
  .news-list1 { margin: 0; }
  .news-list1 > li { width: 100%; padding: 0; }
  .news-list1 a::after { height: 1.4rem; }
  .news-list1 .text { height: 1.3rem; }
  .news-list1 .date { font-size: .2rem; line-height: .56rem; }
  .news-list2 { margin: 0; }
  .news-list2 > li { width: 100%; padding: 0; margin: 0 0 .12rem; }
  .news-list2 a { padding-left: .5rem; height: 1.5rem; }
  .news-list2 a::before { width: 1.3rem; height: 1.3rem; }
  .news-list2 .cn { font-size: .28rem; }
  .news-list3 { margin: 0; }
  .news-list3 > li { width: 100%; padding: 0; margin: 0 0 .2rem; }
  .news-list4 .a2 { padding: .2rem; }
  .foot-img { width: 100%; text-align: center; }
  .ewm { width: 100%; margin: .1rem 0 0; justify-content: center; }
  .foot-contact { margin: .1rem 0 0; }
  .article .sub { padding: .1rem; }
  .article .sub em { width: 100%; background-position-x: 0 !important; }
  .picture1 li { width: 100%; margin: .2rem 0 0; }
  .picture1 .date { font-size: 15px; }
  .lv2-nav { padding-bottom: .2rem; flex-wrap: wrap; justify-content: space-around; }
  .lv2-nav a { padding: 0 .12rem; margin: 0 0 5px; }
  .login-box { margin: 0; }
  .login-form { margin: 5px 0 0; }
  .login-form .login-item { padding: 8px 0; display: block; }
  .login-form .login-item .tips { width: 100%; line-height: .4rem; text-align: left; }
  .login-form .login-item .label { width: 100%; margin: 0; line-height: .3rem; }
  .login-form .login-item .input { width: 100%; }
  .login-form .login-item label { margin: 0 .15rem 0 0; }
  .login-form .agree { padding: .14rem 0; }
  .login-form .btn-box { padding: .1rem 0 0; } }
@media screen and (max-width: 520px) { .container { max-width: 95%; }
  .header { padding: 7px 0 !important; }
  .header .right-wrapper { width: auto; max-width: none; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .nav-btn { width: 24px; margin-left: .1rem; }
  .nav-btn i { margin: 6px 0; }
  .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 8px) rotate(45deg); -moz-transform: translate(0px, 8px) rotate(45deg); -ms-transform: translate(0px, 8px) rotate(45deg); -o-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }
  .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -8px) rotate(-45deg); -moz-transform: translate(0px, -8px) rotate(-45deg); -ms-transform: translate(0px, -8px) rotate(-45deg); -o-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .login-btn { width: .48rem; line-height: .26rem; font-size: 12px; }
  .banner { margin: 54px 0 0; }
  .banner .img { padding: 50% 0 0; }
  .banner .pagination { bottom: .16rem; }
  .column { margin-top: .1rem; margin-bottom: .2rem; }
  .column h3 { font-size: .38rem; }
  .about-wrap { padding: .15rem; }
  .news-list1 .text { padding: .16rem .18rem; }
  .news-list1 .title { font-size: .2rem; }
  .news-swiper1 .text { margin: 0; padding: .2rem .2rem; }
  .news-swiper1 .title { margin: .1rem 0 0; }
  .news-swiper1 .swiper-arrow { right: 0.3rem; bottom: 1.76rem; }
  .news-swiper1 .swiper-arrow div { background-color: #1A3DB0; background-image: url("../images/f_icon8_2.png"); }
  .news-list3 .title { margin-top: .15rem; }
  .news-list3 .info { height: auto; line-height: .28rem; }
  .news-list4 .a2 { flex-wrap: wrap; padding: .15rem; }
  .news-list4 .a2 .img-frame { width: 100%; }
  .news-list4 .a2 .text { width: 100%; }
  .news-list4 .a2 .line { margin: .12rem 0; }
  .news-list4 .a2 .line::after { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }
  .date1 { width: .8rem; height: .8rem; font-size: .16rem; }
  .date1 p:first-child { font-size: .32rem; line-height: .32rem; }
  .list1 li { margin: .2rem 0 0; }
  .list1 a { align-items: center; padding: .12rem; box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1); }
  .list1 .text { width: calc(100% - .8rem); }
  .list1 .title { width: 100%; font-size: .2rem; line-height: .28rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .title i { margin: 0 .1rem 0 0; }
  .list1 .info { display: none; }
  .list1 .date1 { color: #fff; }
  .list1 .date1::after { height: 100%; }
  .decorate { margin: 54px 0 0; padding: 32% 0 0; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */


/*bao ming */

.bm .title {
  display: inline-block;
  border-radius: 0.05rem;
  background: #EBF4F9;
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding: 0.07rem 0.62rem 0.07rem 0.28rem;
  color: #343434;
  margin-top: 0.26rem;
}

.bm .title span {
  color: #1B4EB9;
}

.bm-box {
  max-width: 7.2rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.form-group {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}

label {
  display: block;
  width: 1.5rem;
  text-align: right;
  font-size: 0.18rem;
  margin-right: 0.22rem;
}

.form-control {
  flex: 1;
  min-width: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.05rem;

  font-size: 0.16rem;
  border: 1px solid #DFE4F0;
}

.radio-group {
  flex: 1;
  min-width: 0;
}

.radio-group label {
  display: inline-block;
  margin-right: 0.5rem;
  width: auto;
}

.required {
  vertical-align: middle;
  color: #1B4EB9;
  padding-right: 0.05rem;
}

.form-submit {
  margin-left: 1.22rem;
}

.submit-btn {
  width: 1.6rem;
  border-radius: 0.05rem;
  background:linear-gradient(0deg, #1A3DB0 0%, #2296DF 100%);
  color: white;
  line-height: 0.5rem;
  font-size: 0.18rem;
  font-weight: 500;
  text-align: center;
  border: none;
  cursor: pointer;

}

.submit-btn.btn1 {
  background: #8DA2D4;
  margin-right: 0.3rem;
}

.add-member {
  background: #28a745;
  color: white;
  padding: 0.05rem 0.1rem;
  border: none;
  border-radius: 0.03rem;
  margin: 0.1rem 0;
}

.chek-group {
  display: flex;
  align-items: center;
}

.chek-group input {
  margin-right: 0.1rem;
}

.chek-group label {
  width: auto;
  margin-right: 0;
}

.bm-box2 {
  margin-top: 0.8rem;
}

.bm-box2 .form-control {
  background: #FFFFFF;
  border: 1px solid #DFE4F0;
}

.form-team {
  width: 1.55rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  background: #F5E3FF;
  font-size: 0.22rem;
  font-weight: bold;
  color: #1B4EB9;
  text-align: center;
  margin-bottom: 0.34rem;
  margin-left: 0.22rem;
}

.form-zy {
  background: #E8F6FD;
  color: #3395FE;
}


.form-group input::-webkit-input-placeholder {
  color: #9E9E9E;
}

.form-group input::-moz-input-placeholder {
  color: #9E9E9E;
}

.form-group input::-ms-input-placeholder {
  color: #9E9E9E;
}

/* 复选框样式 */
/* 基础样式重置 */
.chek-group,
.radio-group>label {
  position: relative;
  padding-left: 0.28rem;
  margin: 0.1rem 0;
}

/* 隐藏原生复选框 */
.custom-check {
  position: absolute;
  left: -9999px;
  display: none;
}

/* 自定义复选框容器 */
.custom-check+label:before {
  content: "";
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #AEC2F3;
  border-radius: 50%;
  background: none;
  position: absolute;
  left: 0;
  top: 0.035rem;
  box-sizing: border-box;
}

/* 选中状态 */
.custom-check:checked+label:before {
  border: 1px solid #1B4EB9;
}

/* 选中图标（使用背景图兼容IE10） */
.custom-check:checked+label:after {
  content: "";
  position: absolute;
  left: 0.06rem;
  top: 0.095rem;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  border-top: none;
  border-right: none;
  background-color: #1B4EB9;
}

/* 禁用状态 */
.custom-check:disabled+label {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 聚焦状态 */
.custom-check:focus+label:before {
  box-shadow: 0 0 0.03rem rgba(0, 123, 255, .5);
}



/* 基础样式 */
.radio-group label {
  position: relative;
  padding-left: 0.28rem;
  margin-right: 0.2rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

/* 隐藏原生单选框 */
.custom-radio {
  position: absolute;
  left: -9999px;
  display: none;
}

/* 自定义单选框外圈 */
.custom-radio+span:before {
  content: "";
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #AEC2F3;
  border-radius: 50%;
  background: none;
  position: absolute;
  left: 0;
  top: 0.035rem;
  box-sizing: border-box;
}

.custom-radio:checked+span:before {
  border: 1px solid #1B4EB9;
}

/* 选中状态 */
.custom-radio:checked+span:after {
  content: "";
  position: absolute;
  left: 0.06rem;
  top: 0.095rem;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  border-top: none;
  border-right: none;
  background-color: #1B4EB9;
}

/* 聚焦状态 */
.custom-radio:focus+span:before {
  box-shadow: 0 0 0.03rem rgba(0, 123, 255, .5);
}

/* 禁用状态 */
.custom-radio:disabled+span {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 我的作品3.27 */
.works .works-zt {
  max-width: 5.5rem;
  margin-top: 0.5rem;
}

.works .works-zt label {
  width: 0.6rem;
  text-align: left;
}

.sel {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.sel .form-control {
  flex: none;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: 95% center;
}

.sel ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  z-index: 2;
  display: none;
}

.sel ul li {
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
}

.sel ul li:hover {
  color: #1B4EB9;
  background: linear-gradient(270deg, rgba(197, 81, 255, 0.2) 4%, rgba(10, 188, 247, 0.2) 100%);
}

.works .works-zt button {
  width: 0.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: none;
  border: 1px solid #DFE4F0;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #666;
  margin-left: 0.1rem;
  cursor: pointer;
}

.works .sczp a {
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
  background: linear-gradient(270deg, #C551FF 4%, #0ABCF7 100%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.05rem;
  margin-top: 0.5rem;
}

.works-box {
  margin-top: 0.2rem;
  overflow-x: auto;
}

.works table {
  width: 100%;
  min-width: 7.68rem;
  border-spacing: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
}

.works table tr:first-child {
  background-color: #fafafa;
}

.works table tr:first-child th {
  line-height: 0.7rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
}

.works table td {
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding: 0.15rem;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  color: #666;
}

.works table td:nth-child(2) {
  max-width: 5rem;
}

.works table td:nth-child(4) {
  width: 1.2rem;
}

.works table td .view-btn {
  color: #1890ff;
}

.works table td .delete-bth {
  color: red;
  margin-left: 0.1rem;
  cursor: pointer;
}

.works p.bz {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #1B4EB9;
}

/* 上传作品 */
.sczp .bm-box .form-group:nth-of-type(2) .form-control {
  background: #fff;
}

.sczp label {
  width: 1.24rem;
}

.sczp textarea {
  flex: 1;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid #DFE4F0;
  border-radius: 0.05rem;
  padding: 0.2rem;
}

.sczp .form-submit {
  margin-left: 1.44rem;
}

.sczp .form-group input[type="file"] {
  flex: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #fafafa;
  opacity: 0;
  cursor: pointer;
}

.sczp .form-group .tx {
  flex: 1;
  min-width: 0;
}

.sczp .form-group .tx p {
  font-size: 13px;
}

.sczp .form-group .tx p a {
  color: #1B4EB9;
}

.sczp .form-start {
  align-items: flex-start;
}

.sczp .form-jj .tx p {
  font-size: 0.18rem;
}

.sczp .form-r {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.sczp .form-file {
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0;
  margin-right: 0.22rem;
  background-color: #fafafa;
  border: 1px solid #DFE4F0;
  border-radius: 0.05rem;
  cursor: pointer;
}

.sczp .form-file::before {
  content: '+';
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.18rem;
  color: #999;
}

.sczp .form-file h3 {
  position: absolute;
  width: 100%;
  bottom: 0.1rem;
  left: 0;
  text-align: center;
  font-size: 13px;
  color: #999;
}

input[type="text"]::-ms-clear {
  width: 0.18rem;
  height: 0.18rem;
  color: #999;
}

/* 作品管理 */
.zpgl {
  margin-top: 0.44rem;
}

.zpgl1 {
  display: flex;
  justify-content: space-between;
}

.zpgl1>div {
  width: 2.61rem;
}

.zpgl1>div:last-child {
  width: 1.84rem;
}

.zpgl1>div+div {
  margin-left: 0.3rem;
}

.zpgl1 label {
  width: 0.94rem;
  margin-right: 0.1rem;
}

.zpgl1 .form-submit {
  display: flex;
  align-items: flex-start;
}

.zpgl1 .submit-btn {
  width: 0.82rem;
}

.zpgl1 .submit-btn.btn1 {
  margin-right: 0;
  margin-left: 0.2rem;
}

.glzp2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.27rem;
}

.glzp2 li {
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
}

.glzp2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.03rem;
  background: #149DE7;
  width: 1.28rem;
  height: 0.4rem;
  font-size: 0.16rem;
  transition: all 0.5s;
}

.glzp2 li:hover a {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.glzp2 li a img {
  display: block;
  margin-right: 0.04rem;
  max-width: 0.19rem;
  max-height: 0.19rem;
}

.glzp2 li:nth-child(1) a {
  color: #fff;
}

.glzp2 li:nth-child(2) a {
  background: #DDF3EF;
}

.glzp2 li:nth-child(3) a {
  background: #F7EFFC;
}

.glzp2 li:nth-child(4) a {
  background: #FFF2E8;
}

.glzp3 {
  margin-top: 0.5rem;
}

.zpgl table tr:first-child th {
  font-size: 0.18rem;
  font-weight: normal;
}

.zpgl table td {
  font-size: 0.16rem;
}

.zpgl table td:nth-child(12) a {
  display: block;
}

.zpgl table td:nth-child(11),
.zpgl table td:nth-child(12) a {
  color: #149DE7;
}

.zpgl table td:nth-child(11).on {
  color: #333;
}

.xzzpgl .bm-box {
  max-width: 13rem;
}

.zjpf table td {
  border-left: 1px solid #e8e8e8;
}

.zjpf table td.hb {
  border-left: 0;
}

.zjpf table tr:first-child th,
.zjpf table td {
  font-size: 0.16rem;
}

.zjpf {
  overflow-x: auto;
}

.zjpf table {
  min-width: 10rem;
}

.zjpf table td.tx {
  text-align: left;
}


@media screen and (max-width: 1600px) {
  .nymain {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }

  .nymain .wp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .banner .wp {
    width: 100%;
  }

  .banner .position>div {
    padding-bottom: 0.2rem;
  }
}

@media screen and (max-width: 1300px) {
  .jj2 ul {
    flex-wrap: wrap;
  }

  .jj2 ul li {
    width: calc(33.33% - 0.6rem);
    margin-left: 0.6rem;
  }

  .jj2 ul li::before {
    left: -0.3rem;
  }

  .jj2 ul li:first-child:before {
    border-left: 1px solid #1B4EB9;
  }

  .zpgl1 {
    flex-wrap: wrap;
  }

  .zpgl1>div {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .zpgl1 .form-submit {
    justify-content: center;
  }

  .zpgl table {
    min-width: 12rem;
  }

}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .nymain .px1600 {
    margin-top: 0;
    background: none;
  }

  .nymain {
    padding-bottom: 0.4rem;
  }

  .nymain .leftNav {
    width: 2.8rem;
  }

  .nymain .leftNav>ul {
    padding: 0.2rem 0.2rem 1rem 0.2rem;
  }

  .nymain .leftNav>h2 {
    font-size: 0.3rem;
  }

  .position h3 {
    font-size: 0.3rem;
  }

  .tw ul li a .tw-tx .date span {
    font-size: 0.22rem;
  }

  .tw ul li a .date span {
    font-size: 16px;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul li a .date p {
    font-size: 20px;
  }

  .tw ul li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .tw ul li a .tw-tx span {
    margin-top: 0.15rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
  }

  .list-ld ul li a {
    display: block;
    margin: 0.2rem;
  }

  .art-main .cont-tit .fbt img {
    max-width: 0.2rem;
    max-height: 0.2rem
  }

  .xyld ul {
    padding: 0.5rem;
  }

  .zzjg-box ul li {
    width: 47%;
  }
}

@media screen and (max-width: 900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }

  .jgsz ul li {
    width: 50%;
  }

  .tw ul li a .tw-tx h3 {
    font-size: 0.2rem;
  }

  .tw ul li a .tw-tx .date {
    font-size: 0.16rem;
  }

  .tw ul li a .tw-tx p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 768px) {
  .nymain .leftNav::before {
    display: none;
  }

  .nymain .leftNav>h2 {
    height: inherit;
    font-size: 0.24rem;
    padding: 0.05rem 0.1rem 0.05rem 0.2rem;
    background: linear-gradient(270deg, #C551FF 4%, #0ABCF7 100%);
    #1B4EB9;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nymain .leftNav>h2 i {
    font-size: 12px;
  }

  .nymain .leftNav>h2 b {
    font-size: 0.22rem;
  }

  .nymain .leftNav>h2 div {
    padding-left: 0.15rem;
  }

  .nymain .leftNav>h2 div::before {
    width: 0.03rem;
    height: 0.4rem;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url() no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain {
    padding: 0.25rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: none;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .ny-right {
    float: none;
    width: auto;
    padding: 0 0 0.4rem 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    font-size: 0.22rem;
  }

  .position h3::after {
    bottom: -13px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding: 0.2rem;
  }

  .nymain .leftNav>ul>li>ul {
    padding: 0 0 0.1rem 0;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding: 0.1rem 0.2rem;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
    padding: 0.15rem 0.2rem;
  }

  .position a,
  .position span {
    font-size: 12px;
  }

  .position img {
    height: 12px;
    margin-right: 5px;
  }

  .text-list {
    margin-top: 0.3rem;
  }

  .text-list ul li {
    margin-bottom: 0.3rem;
  }

  .text-list ul li .date::after {
    right: -0.2rem;
    height: 0.35rem;
  }

  .text-list ul li .date {
    width: 0.8rem;
    margin-right: 0.4rem;
  }

  .text-list ul li .date>p {
    font-size: 0.24rem;
  }

  .text-list ul li .date span {
    font-size: 12px;
  }

  .text-list ul li .list-tx>p {
    font-size: 12px;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 0.3rem 1% 0 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-tit {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .art-main .art-tit h3 {
    font-size: 0.28rem;
  }

  .art-main .cont-tit .fbt {
    padding-top: 0.1rem;
  }

  .art-main .art-tit::after {
    right: 0.1rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.24rem;
  }

  .art-main .art-tit::before {
    bottom: -0.1rem;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    font-size: 0.2rem !important;
    line-height: 0.36rem !important;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .szdw div ul li a {
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }

  .szdw div:first-child {
    margin-top: 0;
  }

  .history {
    margin-top: 0.3rem;
  }

  .history ul li .tx {
    padding: 0.2rem;
  }

  .history ul li a::before {
    top: 0.34rem;
  }

  .xyld {
    margin-top: 0.3rem;
  }

  .xyld ul {
    padding: 0.2rem;
  }

  .xyld ul li {
    font-size: 0.2rem;
    padding: 0.2rem 0;
  }

  .xyld ul li .l {
    padding-right: 8%;
  }

  .xyld ul li .r {
    padding-left: 8%;
  }

  .jj1 {
    height: 3.61rem;
  }

  .jj1 p {
    max-width: 70%;
  }

  .jgsz {
    margin-top: 0.3rem;
  }

  .jgsz ul li a h3 span {
    font-size: 0.2rem;
  }

  .jgsz ul li {
    width: 100%;
  }

  .jgsz ul li h3 {
    justify-content: flex-start;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .zzjg-box ul li a {
    padding: 0.2rem;
  }

  .nymain2 .ny-right {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .list-ld ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 480px) {

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit .fbt .liulan {
    margin-left: 15px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul li a {
    padding: 0.2rem 0;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 69.45%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .tw ul li a .tw-tx {
    flex: none;
    width: 100%;
  }

  .tw ul li a .tw-tx .tw-jt,
  .tw ul li a .tw-tx p {
    margin-top: 0.2rem;
  }

  .list-ld ul li {
    width: 50%;
  }

  .list-ld ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .jgsz div ul li {
    width: 100%;
  }

  .lsyg-logo {
    margin: 0;
  }

  .history ul {
    padding-top: 0.1rem;
  }

  .history::before {
    left: 0.445rem;
  }

  .history ul li {
    margin-left: 0 !important;
    width: 100%;
  }

  .history ul li a {
    margin-right: 0 !important;
    margin-left: 1rem !important;
    margin-top: 0.3rem;
  }

  .history ul li:nth-child(even) a::before {
    left: -0.65rem;
    right: auto;
  }

  .his-year {
    left: -0.94rem;
  }

  .history ul li:nth-child(even) .his-year {
    right: auto;
    left: -0.94rem;
  }

  .history ul li:nth-child(even) a .tx {
    text-align: left;
  }

  .jj2 ul li {
    width: calc(50% - 0.6rem);
    margin-left: 0.6rem;
  }

  .jj1 {
    height: auto;
    padding: 0.2rem 0.3rem 0.4rem 0.3rem;
  }

  .jj1 p {
    max-width: 100%;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .submit-btn {
    width: 1.4rem;
  }

  .sczp .form-start .tx {
    flex: none;
    width: 100%;
    margin-top: 0.1rem;
  }

  .sczp .form-jj .tx {
    flex: 1;
    width: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 320px) {
  .img-lists ul li a>img {
    height: 84px;
  }
}