@charset "utf-8";
/* 网站通用样式 */
#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: .08rem; }
html::-webkit-scrollbar-thumb { border-radius: .08rem; background: #017ee3; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1400px; max-width: 85%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #323232; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #7f7f7f; text-align: justify; }

.date { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #828282; 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; }

.date1 { width: .7rem; height: .78rem; padding: .15rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: center; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.date1 p:first-child { font-size: .3rem; line-height: .36rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); }

.head-box { padding: .32rem 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; background-image: url("../images/head_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.head-box .container { position: relative; z-index: 2; }

.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; }
.logo img { height: .7rem; }

.top-link a { position: relative; display: -ms-flexbox; display: flex; align-items: center; font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: left; }
.top-link a img { width: .2rem; margin: 0 .08rem 0 0; }
.top-link a::after { position: absolute; top: auto; right: 0; bottom: 0.03rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -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; }
.top-link a:hover::after { right: auto; left: 0; width: 100%; }
.top-link span { display: block; width: 1px; height: .06rem; margin: 0 .18rem; background: #fff; }

.search-box { width: 2.6rem; padding: 0 .08rem 0 .12rem; border: 1px solid rgba(255, 255, 255, 0.58); border-radius: .3rem; }
.search-box .input { width: calc(100% - .4rem); height: .34rem; padding: 0 .1rem 0 .15rem; font-size: 0.16rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: left; }
.search-box .input::placeholder { color: rgba(255, 255, 255, 0.8); }
.search-box .submit { width: .3rem; height: .34rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.16rem; }

.nav { background: #fff; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.66rem; color: #333; text-align: center; }
.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::after { display: block; content: ""; box-sizing: border-box; width: 0%; height: .02rem; margin: 0 auto; border-radius: 2px; background: #065cd0; -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:hover > a { color: #065cd0; font-weight: 700; }
.nav li:hover > a::after { width: 100%; }
.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% - .03rem);
    right: auto;
    bottom: auto;
    left: calc(20% - .75rem);
    z-index: 1;
    width: 2.0rem;
    padding: .07rem 0;
    background: #1b71d3;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 3px;
    border-top: 0.03rem solid #1b71d3;
    -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: #1b71d3; 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: .1rem 0; font-size: .15rem; 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: #1b71d3; -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); }

.nav-btn { display: none; position: relative; z-index: 5; width: 30px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 2px; margin: 7px 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: 65px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .4rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 100%; 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%; height: calc(100% - 1rem); padding: 0 0 .2rem; background: none; }
.mobile-box .nav .container { max-width: 100%; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; 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 { display: block; color: #333; font-weight: 500; padding: 0 .1rem; line-height: .6rem; 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: .2rem; }
.mobile-box .nav .sub-nav { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav dd:last-child a { border: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .18rem; line-height: .44rem; color: #494949 !important; border-bottom: 1px dashed #ddd; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; background: #fff; }
.mobile-box .mobile-search .form { display: flex; width: 100%; border: 1px solid #1b71d3; border-radius: 2px; overflow: hidden; }
.mobile-box .mobile-search .input { width: calc(100% - .7rem); height: .5rem; margin: 0 .1rem 0 0; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; background: #fff; }
.mobile-box .mobile-search .submit { width: .7rem; height: .5rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #1b71d3; background-size: auto; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { position: relative; width: 100%; z-index: 1; margin: 2rem 0 0; font-size: 0; background-image: url("../images/banner_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.banner .swiper-container::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; content: ""; width: 100%; height: 30%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
.banner .img { position: relative; display: block; width: 100%; height: 5.3rem; 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.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); -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: auto; bottom: 0.38rem; left: 0; z-index: 3; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; padding: 0 .32rem; }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .12rem; height: .12rem; margin: 0 .11rem; opacity: 1; background: none; }
.banner .pagination .swiper-pagination-bullet::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; 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 { box-sizing: border-box; display: block; content: ""; width: .12rem; height: .12rem; border: 1px solid #fff; border-radius: 50%; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .36rem; height: .31rem; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before { opacity: 1; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { opacity: 0; visibility: hidden; }
.banner .swiper-arrow { position: absolute; top: calc(50% - .26rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .52rem; height: .52rem; border-radius: 50%; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255, 255, 255, 0.65); background-size: 0.15rem; 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; }
.banner .swiper-arrow.swiper-prev { left: calc(50% - 700px - .26rem); -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.banner .swiper-arrow.swiper-next { right: calc(50% - 700px - .26rem); }

/* 网站底部 */
.footer { position: relative; z-index: 2; background-image: url("../images/foot_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer > .container { position: relative; z-index: 3; padding: .5rem 0 .36rem; }
.footer::after { position: absolute; top: auto; right: auto; bottom: calc(100% - 1px); left: 0; z-index: 1; content: ""; width: 100%; height: .84rem; background-image: url("../images/foot_bg1.png"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.footer .line { width: 2px; height: 1.4rem; background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.4), transparent); }

.foot-img img { max-height: 0.7rem; }

.foot-cont { font-size: 0.16rem; font-weight: 500; line-height: 0.34rem; color: rgba(255, 255, 255, 0.8); text-align: left; }
.foot-cont p { padding: 0 0 0 .3rem; background-image: url("../images/f_icon6_1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.foot-cont p:nth-of-type(2) { background-image: url("../images/f_icon6_2.png"); }
.foot-cont p:nth-of-type(3) { background-image: url("../images/f_icon6_3.png"); }

.ewm li { position: relative; margin: 0 0 0 .2rem; cursor: pointer; }
.ewm li:hover .img { bottom: calc(100% + 8px); opacity: 1; visibility: visible; }
.ewm li:hover .icon img { filter: grayscale(0); opacity: 1; }
.ewm .icon { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .5rem; height: .5rem; margin: 0 auto; background: rgba(255, 255, 255, 0.2); border-radius: 50%; }
.ewm .icon img { width: .32rem; }
.ewm .img { position: absolute; top: auto; right: calc(50% - .5rem); bottom: 130%; left: auto; z-index: 1; width: 1rem; padding: .05rem; background: #fff; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2); opacity: 0; visibility: hidden; border-radius: .04rem; -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; }
.ewm .img img { width: 100%; }
.ewm .img::before { position: absolute; top: 100%; right: calc(50% - 6px); bottom: auto; left: auto; z-index: 1; content: ""; border-top: 7px solid #fff; border-right: 6px solid transparent; border-bottom: 7px solid transparent; border-left: 6px solid transparent; }

.copy { padding: .12rem 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.38); }

/* 首页样式 */
.column { margin: .65rem 0 .25rem; }
.column h3 { display: -ms-flexbox; display: flex; align-items: center; margin: 0 .6rem 0 0; font-size: 0.3rem; font-weight: 400; line-height: 0.5rem; color: #017ee3; text-align: left; }
.column img { margin: 0 .15rem 0 0; }
.column .line { flex: 1; width: 100%; height: 1px; background: #eaeaea; }
.column.white h3 { color: #fff; }
.column.white .more { color: #fff; }
.column.white .more i::before { background: #fff; }
.column.white .more i::after { background: #488dd3; }

.more { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #017ee3; text-align: left; }
.more i { position: relative; z-index: 1; display: block; margin: 0 .12rem 0 0; }
.more i::before { display: block; content: ""; box-sizing: border-box; width: .09rem; height: .09rem; background: #009df8; border-radius: 50%; }
.more i::after { position: absolute; top: -0.05rem; right: auto; bottom: auto; left: -0.05rem; z-index: -1; content: ""; width: .19rem; height: .19rem; background: #cce8ff; border-radius: 50%; }
.more:hover { font-weight: 700; }
.more:hover i::after { animation: ani-zoom 1.5s linear infinite; }

@keyframes ani-zoom { 0% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  100% { opacity: 0; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); } }
.home1 { padding: 1px 0 .7rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.home1 .l-box { width: 54%; }
.home1 .r-box { width: 41.5%; }

.news-swiper1 .img { padding: 4.2rem 0 0; }
.news-swiper1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: .8rem 1.3rem .14rem .3rem; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent); }
.news-swiper1 .title { font-size: .2rem; color: #fff; font-weight: 700; }
.news-swiper1 .pagination { position: absolute; top: auto; right: 0.22rem; bottom: 0.16rem; left: auto; z-index: 1; }
.news-swiper1 .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; margin: 0 .07rem; background: none; opacity: 1; border: 1px solid #fff; -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 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }

.news-list1 { margin: .2rem 0 0; }
.news-list1 a { align-items: center; }
.news-list1 .title { width: calc(100% - 1.4rem); padding: 0 0 0 .3rem; line-height: .44rem; background-image: url("../images/f_icon8.png"); background-repeat: no-repeat; background-position: 0.05rem 50%; background-color: transparent; background-size: 0.17rem; }
.news-list1 .date { padding: 0 .13rem; font-size: .14rem; line-height: .24rem; border-radius: .24rem; border: 1px solid #ececec; background: #fff; }

.news-list2 li { margin: 0 0 2px; }
.news-list2 a { padding: .17rem .25rem; }
.news-list2 .text { width: calc(100% - .9rem); }

.home2 { padding: 1px 0 .56rem; 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.23rem; }
.news-list3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.23rem; }
.news-list3 li { margin: 0 0 .2rem; }
.news-list3 a { display: block; padding: .32rem .3rem .6rem; background: #fff; box-shadow: 0 0 0.23rem 0 rgba(0, 0, 0, 0.06); }
.news-list3 .date1 { background-image: url("../images/f_icon4_2.png"); }
.news-list3 .title { width: calc(100% - .88rem); }
.news-list3 .info { height: .9rem; }
.news-list3 .line { height: 1px; margin: .34rem 0 .2rem; background: #ececec; -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; }

.home3 { padding: 1px 0 .85rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.news-swiper2 { margin: .5rem -.24rem 0; }
.news-swiper2 .img-zoom { overflow: visible; }
.news-swiper2 .img-frame { margin: .28rem 0 .14rem; }
.news-swiper2 .img { padding: 64.5% 0 0; }
.news-swiper2 .date { color: #fff; padding: 0 0 0 .22rem; background-image: url("../images/f_icon5.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.13rem; }
.news-swiper2 .title { height: .6rem; }
.news-swiper2 .text1 { height: .9rem; overflow: hidden; }
.news-swiper2 .text1 .title { color: #fff; }
.news-swiper2 .text2 { height: 0; overflow: hidden; padding: 0 .4rem; }
.news-swiper2 .text2 .title { font-weight: 700; }
.news-swiper2 .pagination { width: 100%; text-align: center; }
.news-swiper2 .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; margin: 0 .07rem; background: none; opacity: 1; border: 1px solid #fff; -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-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }

.home4 { position: relative; z-index: 1; padding: 1px 0 1.3rem; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.home4 .l-box { width: 40.7%; }
.home4 .r-box { width: 55%; }

.news-list4 a { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: .1rem 0; }
.news-list4 .title { width: calc(100% - 1.3rem); }
.news-list4 .date { padding: 0 .13rem; font-size: .14rem; line-height: .24rem; border-radius: .24rem; border: 1px solid #b6defe; background: #eaf4ff; }

.news-swiper3 { padding: 0 0 .16rem; }
.news-swiper3 .img-zoom { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; overflow: visible; }
.news-swiper3 .img-zoom::after { position: absolute; top: 0.28rem; right: auto; bottom: auto; left: 0.4rem; z-index: 1; content: ""; width: 2.5rem; height: 3.05rem; background: rgba(244, 204, 82, 0.36); border-radius: .5rem 0 .5rem 0; }
.news-swiper3 .img-frame { z-index: 2; width: 2.7rem; border-radius: .5rem 0 .5rem 0; }
.news-swiper3 .img-frame .img { padding: 118.5% 0 0; }
.news-swiper3 .text { width: calc(100% - 2.7rem); padding: .3rem 0 0 .6rem; }
.news-swiper3 .name { font-size: 0.24rem; font-weight: 700; line-height: 0.45rem; color: #1f71ca; text-align: left; }
.news-swiper3 .p1 { display: inline-block; margin: .15rem 0 .2rem; padding: 0 .21rem; border-radius: .36rem; font-size: 0.16rem; font-weight: 700; line-height: 0.36rem; color: #fff; text-align: left; background: #1b71d3; }
.news-swiper3 .info { height: .9rem; color: #676d80; }
.news-swiper3 .swiper-arrow { position: absolute; top: auto; right: auto; bottom: 0.14rem; left: 3.3rem; z-index: 1; display: -ms-flexbox; display: flex; }
.news-swiper3 .swiper-arrow > div { width: .42rem; height: .42rem; border-radius: 50%; background-image: url("../images/arrow3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #1b71d3; background-size: 0.18rem; 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-swiper3 .swiper-arrow > div:hover { background-color: #cfab44; }
.news-swiper3 .swiper-arrow .swiper-prev { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.news-swiper3 .swiper-arrow .swiper-next { margin: 0 0 0 .17rem; }

/* 内页样式 */
.decorate { position: relative; margin: 2rem 0 0; padding: 4rem 0 0; }
.decorate::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; content: ""; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(216, 216, 216, 0) 31%); }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { padding: 0 0 1rem; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }

.sidebar { position: relative; z-index: 3; width: 3rem; margin: -1rem 0 .6rem; }
.sidebar h3 { position: relative; z-index: 1; font-family: "SYST700"; font-size: 0.3rem; font-weight: 500; line-height: 1.14rem; color: #fff; text-align: center; background: #1b71d3; letter-spacing: 2px; }
.sidebar .sub-nav { position: relative; padding: 0 .28rem; border-left: 0.1rem solid #1b71d3; background: rgba(0, 0, 0, 0.03); }
.sidebar .sub-nav li { position: relative; z-index: 1; border-bottom: 1px dashed rgba(72, 116, 203, 0.2); }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur { border-bottom: 1px solid #1b71d3; }
.sidebar .sub-nav li.cur::after { opacity: 1; }
.sidebar .sub-nav li.cur > a { color: #1b71d3 !important; font-weight: 700; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li.cur .down { opacity: 1; }
.sidebar .sub-nav li:hover > a { color: #1b71d3; font-weight: 700; }
.sidebar .sub-nav li:hover .down { opacity: 1; }
.sidebar .sub-nav a { position: relative; z-index: 2; display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .4rem .2rem .24rem; font-size: 0.18rem; font-weight: 500; line-height: 0.36rem; 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 p { position: relative; }
.sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -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; opacity: 0; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .96rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.1rem; cursor: pointer; opacity: .32; -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 .down.has { z-index: 3; }
.sidebar .sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sidebar .sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .12rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .16rem; line-height: .22rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; width: 5px; height: 5px; background: #1b71d3; margin: 0 .1rem 0 0; content: ""; border-radius: 50%; }
.sidebar .sub-nav .lv3 a:hover { color: #1b71d3; }
.sidebar .sub-nav .lv3 a:hover::before { background: #1b71d3; }
.sidebar .sub-nav .lv3 a.cur { color: #1b71d3; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #1b71d3; }

.main { position: relative; z-index: 4; width: calc(100% - 3.6rem); min-height: 4rem; margin: .2rem 0 0; padding: 0 0 .2rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dfdfdf; }
.position h3 { white-space: nowrap; font-size: 0.26rem; font-weight: 500; line-height: 0.56rem; color: #333; text-align: left; border-bottom: 3px solid #1b71d3; margin: 0 0 -2px; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.6rem; color: #999; text-align: left; padding: 0 0 0 26px; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.19rem; }
.place a { position: relative; display: inline-block; color: #888; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.18rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #1b71d3; -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; }
.place a:hover { color: #1b71d3; }
.place a:hover::after { right: auto; left: 0; width: 100%; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; }
.list1 a { position: relative; padding: .22rem .0rem; border-bottom: 1px dashed #e5e5e5; -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 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #017ee3; -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; }
.list1 .line { width: 1px; height: .6rem; background: linear-gradient(0deg, transparent, rgba(27, 113, 211, 0.8), transparent); }
.list1 .text { width: calc(100% - 1.2rem); padding: .05rem 0 0; }
.list1 .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; }
.list1 .info { margin: .04rem 0 0; }

.picture2 { margin: .2rem 0 0; }
.picture2 li { position: relative; border-bottom: 1px dashed #cacaca; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .28rem .25rem; -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; }
.picture2 .img-frame { width: 2.6rem; }
.picture2 .img-frame .img { padding: 60% 0 0; }
.picture2 .text { position: relative; width: calc(100% - 2.7rem); padding: .1rem 0 0 .2rem; }
.picture2 .date { margin: .08rem 0 0; }
.picture2 .title { line-height: .3rem; color: #222; }
.picture2 .info { max-height: .6rem; margin: .1rem 0 0; }

.picture3 { font-size: 0; margin: 0 -0.15rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture3 .img-zoom { margin: .3rem 0 0; padding: .1rem; 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; 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: 500; line-height: 0.36rem; 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 #017ee3; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.15rem; margin-bottom: .3rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .44rem 0 0; }
.teach-list .img-zoom { 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; padding: .1rem .1rem 0; border-radius: .05rem; background: #FFFFFF; box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.15); }
.teach-list .img-zoom::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; content: ""; width: 100%; height: 2px; background: #1b71d3; }
.teach-list .img-frame { background: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { font-weight: 700; line-height: .5rem; text-align: center; }

.article { padding: .4rem 0 .2rem; }
.article .title { font-size: 0.25rem; font-weight: 500; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: 0 0 .1rem; padding: .14rem 0 .3rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; border-bottom: 1px solid #ddd; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.17rem; font-weight: 500; line-height: 200%; color: #333; text-align: justify; }
.article .content p { word-break: break-all;margin: 0 0 .2rem;font-size: 18px !important;LINE-HEIGHT: 175% !important;}
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.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: 2px solid #1b71d3; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; font-weight: 500; 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: #1b71d3; -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: #1b71d3; 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.17rem; font-weight: 500; line-height: 200%; color: #1b71d3; 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 .share { display: flex; justify-content: flex-end; align-items: center; padding: .1rem 0 .3rem; -webkit-transition: top 0.01s linear 0s; -moz-transition: top 0.01s linear 0s; -ms-transition: top 0.01s linear 0s; -o-transition: top 0.01s linear 0s; transition: top 0.01s linear 0s; }
.article .share p { margin: 0 0 0; text-indent: 0; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }
.article .share .share-icon { display: flex; justify-content: center; }
.article .share .share-icon .s-icon { width: .45rem; height: .45rem; margin: 0 .07rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 60%; border-radius: 50%; cursor: pointer; transition: all .3s; -ms-transition: all .3s; border: 1px solid #eee; }
.article .share .share-icon .s-icon:hover { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); }
.article .share .share-icon .s-icon.sina { background-image: url(../images/share4_2.png); }
.article .share .share-icon .s-icon.wechat { position: relative; background-image: url(../images/share4_1.png); }
.article .share .share-icon .s-icon.qq { background-image: url(../images/share4_3.png); }
.article .share .share-icon .s-icon.qzone { background-image: url(../images/share4_4.png); }
.article .share .qrid_zz { position: absolute; bottom: 120%; right: 0; left: 50%; z-index: 1000; display: none; width: 1.5rem; height: auto; padding: .14rem .14rem .06rem; background: #fff; border-radius: 5px; transform: translateX(-50%); -ms-transform: translateX(-50%); box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.2); }
.article .share .qrid_zz #qrid { width: 100%; height: 100%; }
.article .share .qrid_zz #qrid canvas { vertical-align: top; width: 100%; height: 100%; }
.article .share .qrid_zz p { font-size: .14rem; line-height: .3rem; color: #666; text-align: center; margin: 4px 0 0; }

.teach-article { display: flex; justify-content: space-between; }
.teach-article .teach-img { width: 1.8rem; }
.teach-article .teach-img .name { margin: .2rem 0 .1rem; font-size: .21rem; font-weight: 700; line-height: .3rem; color: #333; text-align: center; }
.teach-article .teach-img .p1 { margin: .1rem 0 0; font-size: .16rem; line-height: .24rem; color: #666; text-align: center; }
.teach-article .teach-content { width: calc(100% - 2.2rem); }
.teach-article .teach-title { font-size: .19rem; line-height: .55rem; color: #1b71d3; border-bottom: 1px solid #ddd; font-weight: 700; }
.teach-article .teach-title i { display: inline-block; width: 0; height: 0; border: .06rem solid transparent; border-left-color: #1b71d3; margin: 0 4px 0 0; }
.teach-article .content { padding: .2rem 0; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page div { font-family: Arial; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .14rem; width: auto; height: auto; margin-top: 5px; -webkit-transition: all 0.24s ease-out 0s; -moz-transition: all 0.24s ease-out 0s; -ms-transition: all 0.24s ease-out 0s; -o-transition: all 0.24s ease-out 0s; transition: all 0.24s ease-out 0s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .11rem .13rem; color: #017ee3; border: 1px solid #e2e2e2; border-radius: .3rem; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1b71d3; font-weight: bold; color: #fff; border-color: #1b71d3; }
#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: .3rem; border-color: #e2e2e2; width: .45rem; height: .36rem; line-height: .34rem; vertical-align: bottom; }

@media screen and (min-width: 1025px) { .banner .swiper-arrow:hover { background-color: #155fb6; background-image: url("../images/arrow1_2.png"); }
  .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; }
  .news-list1 a:hover { -webkit-transform: translateX(0.06rem); -moz-transform: translateX(0.06rem); -ms-transform: translateX(0.06rem); -o-transform: translateX(0.06rem); transform: translateX(0.06rem); }
  .news-list1 a:hover .title { color: #017ee3; font-weight: 700; background-image: url("../images/f_icon8_2.png"); }
  .news-list1 a:hover .date { color: #fff; border-color: #017ee3; background: #017ee3; }
  .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 { background: #fff; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15); }
  .news-list2 a:hover .title { font-weight: 700; }
  .news-list3 a { 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; perspective: 1000px; }
  .news-list3 a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; opacity: 0; transform-style: preserve-3d; -webkit-transform: rotateX(25deg); -moz-transform: rotateX(25deg); -ms-transform: rotateX(25deg); -o-transform: rotateX(25deg); transform: rotateX(25deg); -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; border-radius: .6rem 0 .6rem 0; box-shadow: 0 0 0.23rem 0 rgba(0, 0, 0, 0.06); }
  .news-list3 a:hover { border-radius: .6rem 0 .6rem 0; background: transparent; }
  .news-list3 a:hover::after { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
  .news-list3 a:hover .title { color: #fff; font-weight: 700; }
  .news-list3 a:hover .line { background: rgba(255, 255, 255, 0.18); }
  .news-list3 a:hover .info { color: rgba(255, 255, 255, 0.8); }
  .news-swiper2 .img-zoom { padding: 0 .25rem .16rem; }
  .news-swiper2 .img-zoom .line { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; }
  .news-swiper2 .img-zoom:hover .line { background-size: 100% 1px; -webkit-transition: background-size 1s ease-out 0s; -moz-transition: background-size 1s ease-out 0s; -ms-transition: background-size 1s ease-out 0s; -o-transition: background-size 1s ease-out 0s; transition: background-size 1s ease-out 0s; }
  .news-swiper2 .img-zoom.swiper-slide-active { padding: .1rem .1rem .16rem; background: #fff; border-radius: .5rem 0 .5rem 0; }
  .news-swiper2 .img-zoom.swiper-slide-active .img-frame { margin-top: 0; border-radius: .45rem 0 0 0; }
  .news-swiper2 .img-zoom.swiper-slide-active .text1 { height: 0; }
  .news-swiper2 .img-zoom.swiper-slide-active .text2 { height: .6rem; }
  .news-swiper2 .img-zoom.swiper-slide-active .line { background-image: linear-gradient(#017ee3, #017ee3); }
  .news-swiper2 .img-zoom:hover .text2 .title { color: #017ee3; }
  .news-list4 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-list4 a:hover { -webkit-transform: translateX(0.06rem); -moz-transform: translateX(0.06rem); -ms-transform: translateX(0.06rem); -o-transform: translateX(0.06rem); transform: translateX(0.06rem); }
  .news-list4 a:hover .title { color: #017ee3; font-weight: 700; }
  .news-list4 a:hover .date { color: #fff; border-color: #017ee3; background: #017ee3; }
  .list1 a:hover { -webkit-transform: translateX(0.07rem); -moz-transform: translateX(0.07rem); -ms-transform: translateX(0.07rem); -o-transform: translateX(0.07rem); transform: translateX(0.07rem); }
  .list1 a:hover::after { width: 100%; }
  .list1 a:hover .title { font-weight: 700; }
  .picture2 li { -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; z-index: 1; perspective: 1000px; }
  .picture2 li::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: calc(100% + .14rem); height: 100%; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; opacity: 0; transform-style: preserve-3d; -webkit-transform: rotateX(25deg); -moz-transform: rotateX(25deg); -ms-transform: rotateX(25deg); -o-transform: rotateX(25deg); transform: rotateX(25deg); -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; border-radius: .3rem 0 .3rem 0; box-shadow: 0 0 0.23rem 0 rgba(0, 0, 0, 0.06); }
  .picture2 li:hover { border-color: transparent; }
  .picture2 li:hover::after { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
  .picture2 li:hover .title { color: #fff; font-weight: 700; }
  .picture2 li:hover .info { color: rgba(255, 255, 255, 0.6); }
  .picture2 li:hover .date { color: #fff; background-image: url(); }
  .picture3 .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 0; background: #1b71d3; -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; }
  .picture3 .img-zoom:hover { border-color: #1b71d3; }
  .picture3 .img-zoom:hover::after { top: 0; bottom: auto; height: 100%; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; }
  .teach-list .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 2; content: ""; width: 0; height: 2px; background: #cfab44; -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; }
  .teach-list .img-zoom:hover .title { color: #1b71d3; }
  .teach-list .img-zoom:hover::after { left: 0; width: 100%; } }
@media screen and (max-width: 1635px) { .column img { max-width: .4rem; }
  .banner .swiper-arrow.swiper-prev { left: calc(7.5% - .26rem); }
  .banner .swiper-arrow.swiper-next { right: calc(7.5% - .26rem); } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .container { max-width: 94%; }
  .header > .nav { display: none; }
  .head-box { padding: 10px 0 !important; transition: all .2s; }
  .head-box .container { flex-wrap: nowrap; }
  .head-box .right-wrapper .top-link, .head-box .right-wrapper .search-box { display: none; }
  .head-box.mobile-show { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .nav-btn { display: block; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 28px !important; }
  .mobile-box { display: block; }
  .banner { margin: 65px 0 0; }
  .banner .container { max-width: 100%; }
  .banner .img { height: 40vw; }
  .banner .pagination { bottom: .14rem; }
  .banner .swiper-arrow { width: .4rem; height: .4rem; background-image: .1rem; }
  .column { margin: .3rem 0 .2rem; }
  .column h3 { font-size: .27rem; margin: 0 .2rem 0 0; }
  .column img { margin: 0 .1rem 0 0; max-width: .34rem; }
  .home1 { padding-bottom: .3rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; }
  .news-swiper1 .img { padding: 60% 0 0; }
  .news-list2 li { margin: 0 0 .2rem; }
  .news-list2 a { padding: .12rem .2rem; background: #fff; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15); }
  .news-list3 { margin: 0 -.1rem; }
  .news-list3 > li { padding: 0 .1rem; }
  .news-list3 a { padding: .2rem; }
  .home2 { padding-bottom: .3rem; }
  .home3 { padding-bottom: .4rem; }
  .news-swiper2 { margin: 0; }
  .home4 { padding-bottom: .8rem; }
  .home4 .l-box { width: 100%; }
  .home4 .r-box { width: 100%; }
  .footer > .container { padding: .2rem 0; flex-direction: column; }
  .footer .line { display: none; }
  .foot-cont { margin: .2rem 0; }
  .decorate { margin: 65px 0 0; padding: 36% 0 0; }
  .main-box { padding-bottom: .8rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { position: relative; font-size: .21rem; line-height: .5rem; text-align: center; background: #1b71d3; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; 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; }
  .side-swiper { display: none; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .place { line-height: .4rem; }
  .place .container { justify-content: flex-start; font-size: .15rem; }
  .teach-list { margin-bottom: 0; padding: 0 0 .3rem; }
  .teach-list li { width: 25%; margin: .3rem 0 0; }
  .article { padding: .3rem 0 0 !important; } }
@media screen and (max-width: 768px) { .date1 { width: .6rem; height: .63rem; padding: .12rem 0 0; font-size: 12px; line-height: .18rem; }
  .date1 p:first-child { font-size: .24rem; line-height: .28rem; }
  .news-list2 .text { width: calc(100% - .75rem); }
  .news-list3 { margin: 0; }
  .news-list3 > li { width: 100%; padding: 0; }
  .news-list3 .title { width: calc(100% - .75rem); }
  .news-list3 .info { height: auto; }
  .news-list3 .line { margin: .15rem 0 .08rem; }
  .news-swiper3 .p1 { padding: 5px .1rem; line-height: .2rem; border-radius: .05rem; }
  .teach-list { margin: 0 -.1rem; padding: 0 .2rem .3rem; }
  .teach-list li { width: 33.33%; margin: .2rem 0 0; padding: 0 .1rem; }
  .position h3 { line-height: .4rem; display: none; }
  .position .place { width: 100%; }
  .place { margin-bottom: 6px; line-height: .22rem; background-position-y: 2px; }
  .list1 .text { width: calc(100% - 1rem); }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .article .share { justify-content: flex-start; }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding: 0 0 0 .2rem; }
  .picture2 .text::after { display: none; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  .teach-article { flex-wrap: wrap; justify-content: center; }
  .teach-article .teach-content { width: 100%; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; } }
@media screen and (max-width: 520px) { .head-box { padding: 7px 0 !important; }
  .logo { height: 40px !important; }
  .logo img { max-height: 30px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .pad-btn .nav-btn { width: 26px; }
  .pad-btn .nav-btn i { margin: 6px 0; }
  .pad-btn .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); }
  .pad-btn .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); }
  .banner { margin: 54px 0 0; }
  .banner .img { padding: 50vw 0 0; }
  .banner .swiper-arrow { display: none; }
  .column { margin: .22rem 0 .12rem; }
  .column h3 { font-size: .24rem; margin: 0 .15rem 0 0; }
  .column img { margin: 0 .1rem 0 0; max-width: .28rem; }
  .news-swiper1 .text { padding: 0.3rem 0.1rem 0.05rem; }
  .news-swiper1 .title { font-size: .18rem; }
  .news-swiper1 .pagination { bottom: .3rem; right: 0; width: 100%; text-align: center; }
  .news-list1 a { padding: .15rem 0; border-bottom: 1px dashed #ddd; }
  .news-list1 .title { width: 100%; line-height: .24rem; text-overflow: clip; white-space: initial; background-position-y: .04rem; }
  .news-list1 .date { margin: .12rem 0 0 .3rem; }
  .home1 { padding-bottom: .1rem; }
  .news-list2 a { padding: .1rem .15rem; }
  .news-list3 a { padding: .1rem; }
  .news-swiper2 .img-frame { margin-top: .12rem; }
  .news-list4 a { padding: .15rem 0; border-bottom: 1px dashed #ddd; }
  .news-list4 .title { width: 100%; line-height: .24rem; text-overflow: clip; white-space: initial; background-position-y: .04rem; }
  .news-list4 .date { margin: 0 0 .12rem; }
  .news-swiper3 .img-zoom { justify-content: center; }
  .news-swiper3 .img-zoom::after { left: calc(50% - 1rem); }
  .news-swiper3 .text { width: 100%; padding-left: 0; text-align: center; }
  .news-swiper3 .name { text-align: center; }
  .news-swiper3 .swiper-arrow { position: static; margin: .12rem 0 0; justify-content: center; }
  .home4 { padding-bottom: .4rem; }
  .decorate { margin: 54px 0 0; }
  .decorate .img { padding: 45% 0 0; }
  .main-box { padding-bottom: .4rem; }
  .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%; }
  .teach-list { padding: 0 0 .25rem; }
  .teach-list li { width: 50%; }
  .list1 a { padding: .16rem 0; }
  .list1 .text { width: calc(100% - .85rem); }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list1 .line, .list1 .info { display: none; } }

/*# sourceMappingURL=style.css.map */


.mobile-box .nav .sub-nav {
    transform: none !important;
    transition: none !important;
    opaciyt: 1 !important;
    visibility: visible !important;
}