@charset "utf-8";
html { min-width: 320px; font-size: 100px; }
body { display: none; }
body.hide { overflow: hidden; }

.container { width: 80%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.header { position: relative; z-index: 200; }
.header .head1 { padding: .28rem 0; background: linear-gradient(0deg, #014e94, #013a77); background: -o-linear-gradient(0deg, #014e94, #013a77); background: -moz-linear-gradient(0deg, #014e94, #013a77); background: -webkit-linear-gradient(0deg, #014e94, #013a77); background: -webkit-gradient(linear, 0deg, color-stop(#013a77), color-stop(#013a77)); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#014e94', endColorstr='#013a77'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='#014e94', endColorstr='#013a77')"; }
.header .logo { width: 60%; }
.header .logo a { display: inline-block; outline: none; }
.header .logo img { max-width: 100%; vertical-align: middle; }
.header.fixed .nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.header .container .fr { margin: .21rem 0 0; }

.top-link { display: inline-block; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: right; vertical-align: top; }
.top-link a { color: #fff; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 8px; }
.top-link span:last-child { margin-right: 5px; }

.search { display: inline-block; font-size: 0; border-radius: 4px; vertical-align: top; }
.search .input { width: 0; height: .32rem; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; border-radius: .32rem; vertical-align: top; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
.search .input::placeholder { color: #bec4e7; }
.search .submit { width: .32rem; height: .32rem; background-position: 0 3px; vertical-align: top; background-image: url(../images/t_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search form { white-space: nowrap; }
.search:hover .input { width: 1.9rem; padding: 0 .12rem; border: 1px solid rgba(255, 255, 255, 0.85); }

.nav { position: relative; z-index: 2; background: #014e94; border-top: 1px solid  #3471a9; }
.nav li { position: relative; float: left; width:11.11%;}
.nav li a { display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; }
.nav li:hover > a { background: #013a77; }
.nav li:hover .lv2 { top: calc(100% + 16px); visibility: visible; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li .lv2 { position: absolute; top: calc(130% + 16px); right: auto; bottom: auto; left: calc(50% - .78rem); z-index: 1; width: 1.56rem; padding: .08rem 0 .12rem; border: 1px solid #014e94; border-top: 0; background: rgba(255, 255, 255, 0.8); opacity: 0; visibility: hidden; }
.nav li .lv2 a { padding: 8px 7px; font-size: .14rem; line-height: .2rem; color: #333; }
.nav li .lv2 a:hover { color: #014e94; background: #fff; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: calc(100% - 1px); left: auto; z-index: 1; width: 100%; height: 16px; background-image: url(../images/g_icon7.png); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: auto; }

.banner { position: relative; z-index: 1; font-size: 0; width: 100%; overflow: hidden; }
.banner .slick-slide img { width: 100%; }
.banner .slick-active img { -webkit-transition: transform 5s linear 0.65s; -moz-transition: transform 5s linear 0.65s; -o-transition: transform 5s linear 0.65s; transition: transform 5s linear 0.65s; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }
.banner .slick-arrow { position: absolute; top: calc(50% - 27px); right: auto; bottom: auto; left: auto; z-index: 1; width: 56px; height: 56px; }
.banner .slick-arrow.slick-prev { left: 5%; background-image: url(../images/n_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.banner .slick-arrow.slick-next { right: 5%; background-position: -90px 0; background-image: url(../images/n_icon2_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 20px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; width: .2rem; height: 6px; margin: 0 6px; border-radius: 6px; background: #fff; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .slick-dots li.slick-active { width: .3rem; background: #eca721; }
.banner:hover .slick-arrow { opacity: 1; }

.column { margin: .35rem 0 .35rem; border-bottom: 1px solid #014e94; }
.column h3 { display: inline-block; margin: 0 0 -1px; padding: 0 .22rem; font-size: 0.23rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: left; background: #014e94; letter-spacing: 1px; }

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #999; text-align: left; letter-spacing: 1px; }
.more:hover { color: #014e94; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.55rem; color: #000; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: left; }

.date { font-family: Arial; font-size: 0.14rem; font-weight: 500; line-height: 0.55rem; color: #999; text-align: left; }

.date2 { font-family: Arial; padding: 4px 0 6px; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }
.date2 p:first-child { font-size: .24rem; font-weight: 700; line-height: .3rem; color: #014e94; }

.index-news .pic-list { width: calc(65.5% + .4rem); }
.index-news .pic-list li { width: 50%; }
.index-news .list { width: 31.5%; }

.pic-list { font-size: 0; margin: 0 -0.2rem; }
.pic-list > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.pic-list .img-scale:hover .title { color: #014e94; font-weight: 700; }
.pic-list .img { padding: 57% 0 0; }
.pic-list .text { position: relative; padding: .36rem .2rem; border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.pic-list .text .fr { width: calc(100% - 75px); }
.pic-list .text::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: -0.35rem; right: calc(50% - .35rem); bottom: auto; left: auto; z-index: 1; width: .7rem; height: .7rem; margin: 0 auto; background-image: url(../images/t_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; border-radius: 50%; }
.pic-list .text::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; width: 0; height: 0; border-top: .11rem solid transparent; border-right: 0.11rem solid #eca721; border-bottom: 0.11rem solid #eca721; border-left: .11rem solid transparent; }
.pic-list .date2 { display: inline-block; padding: 6px 5px 8px; color: #fff; background: #559ad7; }
.pic-list .date2 p:first-child { color: #fff; }
.pic-list .title { line-height: .18rem; margin: 0 0 4px; font-weight: 700;}
.pic-list .info { line-height: .23rem; }

.list li { padding: .24rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list li:first-child { padding-top: 0; }
.list li:last-child { padding-bottom: 0; border: none; }
.list li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.list li:hover .title { color: #014e94; }
.list .date2 { display: inline-block; padding: 8px 0 2px; }
.list .title { width: calc(100% - .7rem); line-height: .3rem; }

.text-slick { font-size: 0; margin: 0 -.2rem .5rem; }
.text-slick .date span { font-size: .26rem; font-weight: 700; color: #013a77; }
.text-slick .title { line-height: .3rem; }
.text-slick .slick-slide { padding: 0 .2rem; }
.text-slick .slick-slide a { display: block; padding: .15rem .2rem .2rem; border: 1px solid #e5e5e5; }
.text-slick .slick-slide .date { line-height: .4rem; }
.text-slick .slick-dots { margin: .25rem 0 0; text-align: center; }
.text-slick .slick-dots li { display: inline-block; width: .2rem; height: 6px; margin: 0 6px; border-radius: 6px; background: #ddd; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.text-slick .slick-dots li.slick-active { width: .3rem; background: #eca721; }
.text-slick a { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.text-slick a:hover { background: #014e94; }
.text-slick a:hover .title { color: #fff; }
.text-slick a:hover .date { color: #fff; }
.text-slick a:hover .date span { color: #fff; }

.index-research .container { position: relative; min-height: 2.2rem; }
.index-research .slick-arrow { width: .45rem; height: .45rem; position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; cursor: pointer; box-shadow: 0 0 2px 0 rgba(0, 0, 0, .8); border-radius: 50%; }
.index-research .slick-arrow.slick-prev { left: -.55rem; background-image: url(../images/t_icon4.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #014e94; background-size: 100%; }
.index-research .slick-arrow.slick-next { right: -.55rem; background-image: url(../images/t_icon4_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #014e94; background-size: 100%; }

.pic-slick { font-size: 0; margin: 0 -.2rem; }
.pic-slick .img-scale { background: #fff; border: 1px solid #dfdfdf; }
.pic-slick .img-scale:hover { background: #014e94; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pic-slick .img-scale:hover .title { color: #fff; }
.pic-slick .img-frame { position: relative; }
.pic-slick .img { padding: 56.25% 0 0; }
.pic-slick .date { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; padding: 0 .1rem 0 .32rem; line-height: .3rem; color: #fff; background-image: url(../images/t_icon3.png); background-repeat: no-repeat; background-position: 0.08rem 50%; background-color: #eca721; background-size: auto; }
.pic-slick .slick-slide { padding: 0 .2rem; }
.pic-slick .title { margin: .15rem 0; padding: 0 .18rem; line-height: .3rem; }
.pic-slick .slick-dots { margin: .25rem 0 0; text-align: center; }
.pic-slick .slick-dots li { display: inline-block; width: .2rem; height: 6px; margin: 0 6px; border-radius: 6px; background: #ddd; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pic-slick .slick-dots li.slick-active { width: .3rem; background: #eca721; }

.index-down > .fl { width: 100%; }
.index-down > .fl .video-list { width: 66%; }
.index-down > .fl .video-list li { width: 48%; }
.index-down > .fl .video-list .img-scale { position: relative; padding: 3.02rem 0 0; }
.index-down > .fl .video-list img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.index-down > .fl .video-list .title { position: absolute; bottom: 0; left: 0; width: 100%; font-size: 16px; line-height: .47rem; color: #fff; background: rgba(0, 0, 0, .7); text-align:center; padding: 0 .2rem; }
.index-down > .fl video { position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: 100%; height: 100%; }
#u10u10::after {content: ""; background: url(../images/bofang.png) no-repeat 50% 50% rgba(0, 0, 0, .08); background-size: 65px; position: absolute; top: 0; left: 0;bottom: 0; right: 0; width: 100%; height: 100%; z-index: 2; }

.index-down > .fl .list { width: 31.3%; }
.index-down > .fl .list li { padding: .12rem 0; }
.index-down > .fl .list li:first-child { padding-top: 0; }
.index-down > .fr { width: 31.3%; }
.index-down .download li:last-child { border: none; }
.index-down .links { padding: .2rem 0 0; font-size: 0; margin: 0 -0.2rem; }
.index-down .links > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.index-down .links a { display: block; font-size: 0.24rem; font-weight: 500; line-height: 1rem; color: #fff; text-align: center; letter-spacing: 1px; background-image: url(../images/t_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.index-down .links a .icon { display: inline-block; width: .65rem; height: .5rem; margin: 0 .2rem 0 0; vertical-align: middle; background-image: url(../images/t_icon6.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-down .links a .icon.l2 { background-image: url(../images/t_icon7.png); }
.index-down .links a .icon.l3 { background-image: url(../images/t_icon8.png); margin-bottom: .1rem; }
.index-down .links a:hover { -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px); box-shadow: 0 4px 10px 0 #666; }
.index-down .links li:nth-child(2) a { background-image: url(../images/t_bg2.jpg); }
.index-down .links li:nth-child(3) a { background-image: url(../images/t_bg3.jpg); }

.download { margin: -.15rem 0 0; }
.download li { padding: .15rem 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.download li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.download li:hover .title { color: #014e94; }
.download .title { display: block; padding: 0 0 0 .32rem; line-height: .35rem; background-image: url(../images/t_icon5.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; vertical-align: top; }
.download .date { padding: 0 0 0 .32rem; line-height: .2rem; }

.footer { margin: .5rem 0 0; padding: .25rem 0; background-image: url(../images/t_bg4.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.foot-link { width: 20%; }
.foot-link .tips { margin: 0 0 .1rem; font-size: 0.16rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: left; }
.foot-link ul a { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.foot-link ul a:hover { text-decoration: underline !important; }

.foot-logo { width: 44%; padding: .3rem; text-align: center; border-left: 1px solid #096caa; border-right: 1px solid #096caa; }
.foot-logo img { max-width: 100%; vertical-align: top; }

.copy { width: 36%; padding: .1rem 0 0 3%; font-size: 0.14rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: left; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

.btn { display: none; vertical-align: top; }
.btn .search-btn { display: inline-block; width: 35px; height: 35px; background-image: url(../images/t_icon1.png); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto; vertical-align: top; cursor: pointer; }

.nav-btn { display: inline-block; width: 35px; font-size: 0; margin: 0 0 0 30px; text-align: right; vertical-align: top; cursor: pointer; }
.nav-btn i { display: inline-block; width: 100%; height: 2px; margin: 10px 0 0; background: #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav-btn i:nth-child(1) { margin-top: 0; }
.nav-btn i:nth-child(2) { width: 70%; }
.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 12px) rotate(45deg); -moz-transform: translate(0, 12px) rotate(45deg); -o-transform: translate(0, 12px) rotate(45deg); transform: translate(0, 12px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -12px) rotate(-45deg); -moz-transform: translate(0, -12px) rotate(-45deg); -o-transform: translate(0, -12px) rotate(-45deg); transform: translate(0, -12px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75); }
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mask .close { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px; }
.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }
.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }
.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

.decoration { max-height: 3.4rem; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 18%; margin: .4rem 0 0; }
.sidebar h1 { padding: .15rem 0; font-size: 0.24rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; background: #014e94; }
.sidebar h1 i { display: block; margin: 0 auto; }
.sidebar .lv2-nav { padding: .2rem 0 .3rem .1rem; background: #eff4f9; }
.sidebar .lv2-nav li { position: relative; border-left: 4px solid transparent; }
.sidebar .lv2-nav a { display: block; padding: 0 .1rem 0 14%; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; }
.sidebar .lv2-nav a:hover { color: #014e94; }
.sidebar .lv2-nav li.cur { border-color: #014e94; background: #fff; }
.sidebar .lv2-nav li.cur > a { color: #014e94; font-weight: 700; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .6rem; background-image: url(../images/down.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.sidebar .lv2-nav .lv3 { display: none; padding: 0 0 .1rem .1rem; }
.sidebar .lv2-nav .lv3 a { padding: 6px .1rem 6px .4rem; font-size: .15rem; font-weight: 500; line-height: .25rem; color: #000; text-align: left; }
.sidebar .lv2-nav .lv3 a:hover { color: #274480; }
.sidebar .lv2-nav .lv3 a.cur { color: #274480; font-weight: 700; }

.main { width: 78%; margin: .3rem 0 0; }

.position { margin-top: 0; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #eca721; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #999; text-align: left; }
.place a { color: #999; }
.place a:hover { color: #014e94; }

.inset .list { margin: .1rem 0 0; }
.inset .list li { width: 100%; padding: .22rem 0; margin: 0; border-bottom: 1px dashed #ccc; }

.article { padding: .3rem 0 0; }
.article .title { margin: 0 0 .1rem; font-size: 0.2rem; font-weight: 700; line-height: 0.32rem; color: #014e94; text-align: center; }
.article .sub { margin: 0 0 .3rem; padding: 0 0 .2rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: center; border-bottom: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0 0 .25rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }
.article .content p { text-indent: 2em; }
.article .content p a{    color: #000;}
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .25rem auto; }
.article .content table { max-width: 100%; margin: .25rem auto; }
.article .content table p { text-indent: 0; }
.article .content iframe { max-width: 100%; margin: .25rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.27rem; color: #014e94; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #000; }
.article .cont-page a:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }

.list2 { margin: .15rem 0 0; }
.list2 li { border-bottom: 1px dashed #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.list2 .title { display: inline-block; width: calc(100% - 110px); padding: 0 0 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; }
.list2 .title::before { display: inline-block; content: ""; margin: 0 0 2px; border: 4px solid transparent; border-left-color: #014e94; }
.list2 .title:hover { color: #014e94; }

.teach-list { margin: .3rem 0 0; }
.teach-list .depar { border-bottom: 1px solid #ddd; }
.teach-list .depar h5 { position: relative; display: inline-block; margin: 0 0 -1px; font-size: 0.18rem; font-weight: 700; line-height: 0.45rem; color: #014e94; text-align: left; border-bottom: 3px solid #013a77; }
.teach-list .depar h5::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 8px); z-index: 1; width: 0; height: 0; border-top: 8px solid #013a77; border-right: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid transparent; }
.teach-list .name { font-size: 0; margin: 0 -0.1rem; }
.teach-list .name > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.1rem; }
.teach-list .name li { margin: .25rem 0 0; }
.teach-list .name a { display: block; padding: 0 0 0 10%; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; background: #f1f5f7; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.teach-list .name a:hover { color: #fff; background: #014e94; }
@media screen and (max-width: 1520px) { .teach-list .name > li { width: 25%; } }
@media screen and (max-width: 1300px) { html { font-size: 90px; }
  .list li { padding: .15rem 0; }
  .teach-list .name > li { width: 25%; } }
@media screen and (max-width: 1024px) { .header .logo img {  }
  .header .head1 { padding: .18rem 0; }
  .header .head1 .container { width: 100%; display: flex; justify-content: space-between; align-items: center; }
  .header .head1 .container > .fr { margin: 0; }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); position: absolute; top: 100%; right: 0; bottom: auto; left: 0; z-index: 1; width: 100%; height: calc(100vh - 71px); padding: 20px 0 30px; background: rgba(0, 0, 0, 0.8); overflow-x: hidden; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li { float: none; width: 100%; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .nav li a { font-size: .18rem; line-height: .65rem; padding: 0 .15rem; text-align: left; color: #fff; background: none !important; }
  .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li .down.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; transition: none !important; border: none; background: none;width:100%;}
  .nav li .lv2 a { color: #fff !important; }
  .nav li:last-child { margin-bottom: 50px !important; }
  .nav li .tri { display: none; }
  .index-news .pic-list { width: auto; }
  .index-news .list { margin: .3rem 0 0; width: 100%; }
  .top-link { display: none; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: calc(50% - 210px); z-index: 200; padding: 10px 15px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .search .input { width: 350px !important; height: 40px; padding: 0 8px !important; line-height: 40px; color: #333; border: 1px solid  #eee !important; border-radius: 0 !important; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 50px; height: 40px; background-image: url(../images/h_icon1_3.png); background-position: 50% 50% !important; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .btn { display: inline-block; display: flex; align-items: center; }
  .index-down .links a { font-size: .2rem; }
  .sidebar { width: 100%; margin: .25rem 0 0; }
  .sidebar h1 { position: relative; padding: 0 .2rem; line-height: .5rem; text-align: left; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .5rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
  .sidebar .lv2-nav { display: none; }
  .sidebar .lv2-nav a { text-align: left; padding-left: .3rem; }
  .main, .index-down > .fl .list { width: 100%; margin: .25rem 0 0; }
  .index-down > .fl, .index-down > .fl .video-list { width: 100%; }
  .index-down > .fr { width: 100%; }
  .foot-link { width: 100%; }
  .foot-link ul li { display: inline-block; margin-right: .15rem; vertical-align: top; }
  .foot-logo { border: none; padding-left: 0; text-align: left; width: 100%; }
  .foot-logo img { max-width: 80%; }
  .copy { width: 100%; padding-left: 0; }
  .list2 li { padding: .1rem 0 .15rem; }
  .list2 .title { width: 100%; padding: 7px 0; line-height: .3rem; text-overflow: clip; white-space: initial; }
  .list2 .date { float: none; line-height: .3rem; } }
@media screen and (max-width: 800px) { .search { left: calc(50% - 180px); }
  .search .input { width: 300px !important; }
  .index-down .links > li { width: 100%; margin: .2rem 0 0; }
  .index-research .slick-arrow { display: none !important; }
  .teach-list .name > li { width: 33.33%; } }
@media screen and (max-width: 600px) { html { font-size: 80px; }
  .container { width: 90%; }
  .position { text-align: center; }
  .place { float: none; width: 100%; line-height: .3rem; text-align: center; }
  .place .icon { height: .3rem; }
  .pic-list2 .img-scale { width: 100%; }
  .pic-list2 .text { width: calc(100% - .78rem); margin: .2rem 0 0; padding: 0 .2rem 0 0; }
  .index-down > .fl .video, .index-down > .fl .video-list li { width: 100%; }
  .index-down > .fl .video-list .img-scale { padding: 68% 0 0; }
  .index-down > .fl .video-list li.fl { margin: 0 0 .3rem; }
  .index-down > .fl .video video { height: auto; }
  .index-down > .fl .list { width: 100%; margin: .3rem 0 0; } }
@media screen and (max-width: 450px) { .btn { margin-top: 7px; }
  .nav-btn { margin: 0 0 0 10px; }
  .banner .slick-dots { bottom: .14rem; }
  .pic-slick .slick-dots li, .text-slick .slick-dots li, .banner .slick-dots li { margin: 0 3px; width: .15rem; height: 4px; }
  .pic-list > li { width: 100% !important; margin: 0 0 .2rem; }
  .teach-list .name > li { width: 50%; } }

#list-page {font-family: Arial; text-align: center; margin: .3rem 0 !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; transition: all .3s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 8px 10px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0167af; font-weight: bold; color: #fff; border-color: #0167af;}
#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: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }

.article .nrynr p {text-indent:2em;}