@charset "utf-8"; /* 悬停图片放大 IE9+*/ .img-scale { display: block; overflow: hidden; } .img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 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; -o-background-size: cover; background-size: cover; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 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); -ms-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); -ms-transform: scale(1.1); transform: scale(1.1); } #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; } html { min-width: 320px; font-size: 100px; } .container { width: 85%; max-width: 1600px; margin: 0 auto; } .head1 { position: fixed; top: 0; z-index: 99; width: 100%; padding: .15rem 4.6875%; background: #5289d5; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3); } .head1 > .fr { width: 62%; text-align: right; } .logo { width: 38%; padding: 0 .2rem 0 0; } .logo a { display: block; } .logo img { max-width: 100%; max-height: .9rem; vertical-align: top; } .top-link { margin: .1rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: right; } .top-link a { color: #fff; } .top-link span { margin: 0 .08rem; } .search { display: inline-block; *display: inline; *zoom: 1; } .search .input { width: 0; height: .28rem; padding: 0; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; vertical-align: top; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; background-color: #fff; } .search .submit { width: .28rem; height: .28rem; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; } .search:hover .input { width: 1.5rem; padding: 0 .1rem; } .nav { margin: 5px 0 0; font-size: 0; } .nav li { display: inline-block; *display: inline; *zoom: 1; position: relative; } .nav li a { display: block; padding: 0 .02rem 0; font-size: 0.18rem; font-weight: 700; line-height: 0.42rem; color: #fff; text-align: center; } .nav li .tri { display: inline-block; *display: inline; *zoom: 1; width: 0; height: 0; margin: 0 0 -3px .08rem; border-top: 6px solid #fff; border-right: 7px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid transparent; } .nav li .lv2 { position: absolute; top: 140%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .15rem 0 .1rem; border: 1px solid #00346f; border-top: none; background: rgba(255, 255, 255, 0.8); opacity: 0; visibility: hidden; } .nav li .lv2 a { font-size: 0.15rem; font-weight: 500; line-height: 0.35rem; color: #000; text-align: center; } .nav li .lv2 a:hover { color: #0853a8; text-decoration: underline !important; } .nav li:hover > a { background: #00346f; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .nav li:hover .tri { margin-bottom: 3px; border-top-color: transparent; border-bottom-color: #fff; -webkit-transition: margin 0.5s ease 0s; -moz-transition: margin 0.5s ease 0s; -o-transition: margin 0.5s ease 0s; transition: margin 0.5s ease 0s; } .nav li:hover .lv2 { top: 100%; opacity: 1; visibility: visible; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .nav li:hover::after { border-top-color: #00346f; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .nav li::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 100%; right: -webkit-calc(50% - 10px); right: -moz-calc(50% - 10px); right: calc(50% - 10px); bottom: auto; left: auto; z-index: 3; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 0px solid transparent; border-left: 10px solid transparent; } .nav li .down { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; font-size: 0.22rem; font-weight: 500; line-height: 0.55rem; color: #fff; text-align: center; font-style: initial; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .nav li .down.close { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .banner { position: relative; z-index: 1; font-size: 0; } .banner .banner-img .slick-slide { position: relative; } .banner .banner-img a { display: block; padding: 42.85% 0 0; } .banner .banner-img a img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; } .banner .banner-text { position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; width: 100%; bottom: 30px; } .banner .banner-text a { display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: left; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .banner .banner-text a span { display: block; width: -webkit-calc(100% - 120px); width: -moz-calc(100% - 120px); width: calc(100% - 120px); overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .banner .banner-text .slick-active a { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .banner .banner-text .slick-dots { position: absolute; top: 38%; right: 8%; bottom: auto; left: auto; z-index: 1; } .banner .banner-text .slick-dots li { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; margin: 0 0 0 8px; background: #8ba4ad; border-radius: 50%; cursor: pointer; } .banner .banner-text .slick-dots li.slick-active { background: #fff; } .section { padding: 0 0 .4rem; position: relative; z-index: 2; } .overflow { overflow: hidden; } .column { margin: 0 0 .20rem; border-bottom: 1px solid #ddd; } .column h3 { display: inline-block; *display: inline; *zoom: 1; margin: 0 0 -1px; font-size: 0.26rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #00346f; } .column h3 span { font-size: .16rem; color: #999; } .column .more { font-size: 0.14rem; font-weight: 500; line-height: 0.52rem; color: #999; text-align: left; } .column .more:hover { color: #00346f; } .title { font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; } .info { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #999; text-align: left; } .date { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #999; text-align: left; } .jdxw { position: relative; margin: .3rem 0 .4rem; } .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .5rem; cursor: pointer; } .slick-arrow.slick-prev { left: -.5rem; background-image: url(../images/j_icon3.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; } .slick-arrow.slick-next { right: -.5rem; background-image: url(../images/j_icon3_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; } .jdxw-slick { margin: 0 -.1rem; padding: 0 0 .35rem; } .jdxw-slick .slick-list { padding: .1rem 0 0rem; } .jdxw-slick .slick-slide { padding: 0 .1rem; } .jdxw-slick .slick-dots { font-size: 0; width: 100%; text-align: center; position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; } .jdxw-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; width: .16rem; height: .06rem; margin: 0 5px; border-radius: .06rem; background: #ddd; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .jdxw-slick .slick-dots li.slick-active { width: .32rem; background: #003776; } .jdxw-slick .img-scale { padding: .17rem .1rem .12rem; border-bottom: 2px solid #3b6596; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .jdxw-slick .img-scale:hover { box-shadow: 0 0 10px 0 #aaa; } .jdxw-slick .img-scale:hover .title { color: #00346f; font-weight: 700; } .jdxw-slick .img-frame .img { padding: 75% 0 0; } .jdxw-slick .title { display: block; margin: .12rem 0 .05rem; line-height: .3rem; height: .6rem; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .jdxw-slick .date { padding: 0 0 0 .22rem; background-image: url(../images/j_icon2.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; } .xsbg { width: 48%; } .xsbg-list { padding: .15rem 0 0; } .xsbg-list li { margin: .2rem 0 0; font-size: 0; } .xsbg-list li:first-child { margin-top: 0; } .xsbg-list a { display: block; border: 1px solid #e4e4e4; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .xsbg-list a:hover { border-color: #003776; } .xsbg-list a:hover .date { background: #003776; color: #fff; } .xsbg-list a:hover .title { color: #003776; font-weight: 700; } .xsbg-list .date { display: inline-block; *display: inline; *zoom: 1; width: .85rem; padding: .24rem 0 .34rem; background: #e4e4e4; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #003776; text-align: center; vertical-align: top; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .xsbg-list .date p:first-child { font-size: .3rem; line-height: .5rem; } .xsbg-list .text { display: inline-block; *display: inline; *zoom: 1; width: -webkit-calc(100% - .85rem); width: -moz-calc(100% - .85rem); width: calc(100% - .85rem); padding: 0 0 0 .25rem; vertical-align: top; } .xsbg-list .text .title { font-size: .18rem; margin: .08rem 0 .05rem; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .xsbg-list .text .info { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; padding: 0 0 0 .22rem; } .xsbg-list .text .info.jzsj { background-image: url(../images/j_icon4.png); background-repeat: no-repeat; background-position: 0 55%; background-color: transparent; -o-background-size: auto; background-size: auto; } .xsbg-list .text .info.zjr { background-image: url(../images/j_icon5.png); background-repeat: no-repeat; background-position: 0 55%; background-color: transparent; -o-background-size: auto; background-size: auto; } .xsbg-list .text .info.jzdd { background-image: url(../images/j_icon6.png); background-repeat: no-repeat; background-position: 0 55%; background-color: transparent; -o-background-size: auto; background-size: auto; } .zytz { width: 48%; } .zytz-list { padding: .12rem 0 0; } .zytz-list li { margin: 0 0 .18rem; border-bottom: 1px dashed #cfcfcf; } .zytz-list li:last-child { border: none; margin: 0; } .zytz-list .top .date { display: inline-block; *display: inline; *zoom: 1; padding: 0 .12rem; color: #fff; background: #5287d2; border-radius: 2px; vertical-align: top; } .zytz-list .top .info { display: inline-block; *display: inline; *zoom: 1; } .zytz-list .top .info span { color: #00346f; } .zytz-list .title { display: block; font-size: .18rem; line-height: .45rem; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .zytz-list .title:hover { color: #003776; } .kydt { margin: .35rem 0 0; } .kydt-slick { font-size: 0; padding: .15rem 0 .35rem; margin: 0 -.18rem .3rem; } .kydt-slick .slick-slide { padding: 0 .18rem; } .kydt-slick .img-scale { position: relative; } .kydt-slick .img-scale .img { padding: 42.58% 0 0;background-size: 100% 100%; } .kydt-slick .img-scale .title { position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; width: 100%; padding: 0 .2rem; line-height: .4rem; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.5); overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .kydt-slick .slick-dots { font-size: 0; width: 100%; text-align: center; position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; } .kydt-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; width: .16rem; height: .06rem; margin: 0 5px; border-radius: .06rem; background: #ddd; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .kydt-slick .slick-dots li.slick-active { width: .32rem; background: #003776; } .kslj .links { font-size: 0; margin: 0 -0.2rem; padding: .15rem 0 0; } .kslj .links > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 10%; padding: 0 0.2rem; } .kslj .links a { display: block; text-align: center; } .kslj .links a:hover .title { color: #003776; } .kslj .links a:hover img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); } .kslj .links img { width: 80px; max-width: 100%; vertical-align: top; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; } .kslj .links .title { padding: .1rem 0; line-height: .22rem; text-align: center; } .footer { background: #5289d5; } .footer .foot1 { padding: .4rem 0 .3rem; } .footer .foot2 { padding: 6px 0; background: #00346f; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: center; } .foot-logo { width: 36%; padding: .2rem .3rem 0 0; } .foot-logo img { max-width: 100%; vertical-align: top; } .ewm { width: 22%; text-align: right; } .ewm li { display: inline-block; *display: inline; *zoom: 1; max-width: 45%; padding: 0 .15rem; vertical-align: top; font-size: 0.16rem; font-weight: 500; line-height: 0.38rem; color: #fff; text-align: center; white-space: nowrap; } .ewm li img { width: 92px; max-width: 100%; vertical-align: top; } .lxfs { width: 40%; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; } .hide { overflow: hidden; } .pad-btn { display: none; position: absolute; top: 50%; right: 0.3rem; bottom: auto; left: auto; z-index: 1; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .pad-btn .search-btn { display: inline-block; *display: inline; *zoom: 1; width: 30px; height: 30px; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; border: 1px solid #fff; border-radius: 50%; cursor: pointer; vertical-align: top; } .pad-btn .nav-btn { display: inline-block; *display: inline; *zoom: 1; width: 36px; margin: 0 0 0 .35rem; cursor: pointer; } .pad-btn .nav-btn i { display: block; width: 100%; height: 2px; margin: 0 0 10px; background: #fff; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .pad-btn .nav-btn i:nth-child(3) { margin-bottom: 0; } .pad-btn .nav-btn.close i { width: 120%; } .pad-btn .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); -ms-transform: translate(0, 12px) rotate(45deg); transform: translate(0, 12px) rotate(45deg); } .pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; } .pad-btn .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); -ms-transform: translate(0, -12px) rotate(-45deg); transform: translate(0, -12px) rotate(-45deg); } .mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; background: rgba(0, 0, 0, 0.8); visibility: hidden; opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .mask .close { width: 70px; height: 70px; position: absolute; top: 8%; right: 8%; bottom: auto; left: auto; z-index: 1; cursor: pointer; } .mask .close i { display: block; height: 2px; background: #fff; } .mask .close i:nth-child(1) { -webkit-transform: translate(0, 34px) rotate(45deg); -moz-transform: translate(0, 34px) rotate(45deg); -o-transform: translate(0, 34px) rotate(45deg); -ms-transform: translate(0, 34px) rotate(45deg); transform: translate(0, 34px) rotate(45deg); } .mask .close i:nth-child(2) { -webkit-transform: translate(0, 32px) rotate(-45deg); -moz-transform: translate(0, 32px) rotate(-45deg); -o-transform: translate(0, 32px) rotate(-45deg); -ms-transform: translate(0, 32px) rotate(-45deg); transform: translate(0, 32px) rotate(-45deg); } .mask .pad-search { position: fixed; top: 30%; right: auto; bottom: auto; left: 50%; z-index: 100; width: 70%; max-width: 500px; min-width: 300px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #fff; padding: 10px 12px; } .mask .pad-search .input { width: -webkit-calc(100% - 45px); width: -moz-calc(100% - 45px); width: calc(100% - 45px); padding: 0 10px; font-size: 14px; font-weight: 500; line-height: 40px; color: #333; text-align: left; vertical-align: top; border: 1px solid #ececec; } .mask .pad-search .submit { width: 40px; height: 40px; background-image: url(../images/j_icon1_1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; } .mask.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .decoration { overflow: hidden; } .decoration img { width: 100%; vertical-align: top; } .sidebar { background: #efefef; } .sidebar h3 { position: relative; float: left; display: table; width: 2.4rem; height: 1.6rem; margin: -.8rem 0 0; font-size: 0.3rem; font-weight: 700; line-height: 0.32rem; color: #fff; text-align: center; background: #5289d5; } .sidebar h3 span { display: table-cell; vertical-align: middle; } .sidebar h3 .down { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .8rem; height: .6rem; background-image: url(../images/caidan-dakai1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; } .lv2-nav { float: left; padding: 0 0 0 .45rem; } .lv2-nav li { float: left; position: relative; } .lv2-nav li a { display: block; padding: 0 .32rem; font-size: 0.26rem; font-weight: 500; line-height: 0.8rem; color: #000; text-align: center; } .lv2-nav li .lv3 { display: none; position: absolute; top: 100%; right: auto; bottom: auto; left: auto; z-index: 1; min-width: 100%; padding: .1rem 0; background: #fff; box-shadow: 0 0 8px 0 #aaa; border-radius: 3px; } .lv2-nav li .lv3 a { padding: 0 6px; font-size: 0.18rem; font-weight: 500; line-height: 0.38rem; color: #333; text-align: center; } .lv2-nav li .lv3 a:hover { color: #003776; font-weight: 700; } .lv2-nav li::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 1; width: 0; height: .05rem; background: #00346f; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .lv2-nav li:hover::after { width: .6rem; left: -webkit-calc(50% - .3rem); left: -moz-calc(50% - .3rem); left: calc(50% - .3rem); } .lv2-nav li:hover .lv3 { visibility: visible; } .lv2-nav li.cur > a { color: #003776; } .lv2-nav li.cur::after { width: .6rem; left: -webkit-calc(50% - .3rem); left: -moz-calc(50% - .3rem); left: calc(50% - .3rem); } .lv2-nav li .down { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/j_icon3_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: 35%; background-size: 35%; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .lv3-nav { margin: .4rem 0 0; padding: 0 .3rem; font-size: 0.2rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; background: #e5e5e5; } .lv3-nav a { display: inline-block; *display: inline; *zoom: 1; color: #000; } .lv3-nav a.cur { color: #003776; font-weight: 700; } .lv3-nav a:hover { color: #003776; } .lv3-nav span { margin: 0 .2rem; } .place { margin: 0 .4rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.8rem; color: #999; text-align: left; } .place a { color: #999; } .place a:hover { color: #003776; } .main { padding: .5rem 0 0; min-height: 400px; } .teach-list { font-size: 0; margin: 0 -0.17rem; } .teach-list > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.33333%; padding: 0 0.17rem; } .teach-list li { margin: 0 0 .6rem; } .teach-list li a { display: inline-block; *display: inline; *zoom: 1; } .teach-list .img-scale { position: relative; padding: 0 4px 4px 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .teach-list .img-scale::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: -1; width: 94%; height: 100%; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } /* border-right: 4px solid #5289d5; border-bottom: 4px solid #5289d5; */ .teach-list .img-scale:hover { box-shadow: 0 0 12px 0 #aaa; } .teach-list .img-scale:hover::after { width: 100%; border-color: #003776; } .teach-list .img-scale:hover .name { color: #003776; } .teach-list .img-frame { width: 1.55rem; } .teach-list .img-frame .img { padding: 145% 0 0; } .teach-list .name { margin: 0 0 5px; font-size: 0.22rem; font-weight: 700; line-height: 0.4rem; color: #000; text-align: left; } .teach-list .text { width: -webkit-calc(100% - 1.75rem); width: -moz-calc(100% - 1.75rem); width: calc(100% - 1.75rem); padding: .02rem .1rem 0 0; } .teach-list .text .info { line-height: .27rem; } .teach-list .text .info span { color: #000; } .teach-list .text .info.yjfx { max-height: .54rem; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .teach-list .more { margin: 5px 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #003776; text-align: left; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .teach-list .more:hover { padding-left: 10px; text-decoration: underline !important; } .teach-article .teach-about { margin: 0 0 .4rem; } .teach-article .teach-about > .fr { width: -webkit-calc(100% - 1.95rem); width: -moz-calc(100% - 1.95rem); width: calc(100% - 1.95rem); font-size: 0; } .teach-article .teach-about > .fr h3 { font-size: .32rem; line-height: .24rem; color: #073f7b; font-weight: 700; padding: 0 0 .25rem; border-bottom: 1px solid #ddd; margin: 0 0 .1rem; } .teach-article .teach-about > .fr p { display: inline-block; width: 32%; font-size: .16rem; line-height: .22rem; color: #666; vertical-align: top; padding: .18rem 0 .18rem .44rem; } .teach-article .teach-about > .fr p span { color: #000; } .teach-article .teach-about > .fr p.zc { width: 35%; margin-right: 0.62rem; background-image: url(../images/t_icon1.png); background-repeat: no-repeat; background-position: 0 0.12rem; background-color: transparent; -o-background-size: auto; background-size: auto; } .teach-article .teach-about > .fr p.yx { width: 35%; margin-right: 0.62rem; background-image: url(../images/t_icon2.png); background-repeat: no-repeat; background-position: 0 0.12rem; background-color: transparent; -o-background-size: auto; background-size: auto; } .teach-article .teach-about > .fr p.yjfx { width: 35%; margin-right: 0.62rem; background-image: url(../images/t_icon3.png); background-repeat: no-repeat; background-position: 0 0.12rem; background-color: transparent; -o-background-size: auto; background-size: auto; } .teach-article .teach-about > .fr p.byyx { width: 50%; background-image: url(../images/t_icon4.png); background-repeat: no-repeat; background-position: 0 0.12rem; background-color: transparent; -o-background-size: auto; background-size: auto; } .teach-article .teach-about > .fl { width: 1.55rem; } .teach-article .teach-about > .fl img { width: 100%; vertical-align: top; } .teach-article .teach-item { margin-bottom: .3rem; } .teach-article .teach-item h3 { font-size: .2rem; line-height: .3rem; color: #fff; border-bottom: 1px dashed #ccc; } .teach-article .teach-item h3 span { display: inline-block; padding: 0 .2rem; margin-bottom: -1px; background: #5289d5; } .teach-article .teach-item .text { margin: 20px 0 0; font-size: 16px; line-height: 36px; color: #000; } .list1 li { border-bottom: 1px dashed #ccc; } .list1 .date { width: .85rem; line-height: .3rem; color: #fff; text-align: center; background: #5289d5; } .list1 .date p:first-child { font-size: .3rem; line-height: .32rem; color: #00346f; padding-bottom: .12rem; background: #fff; } .list1 .text { width: -webkit-calc(100% - 1.2rem); width: -moz-calc(100% - 1.2rem); width: calc(100% - 1.2rem); padding: 0 .1rem 0 0; } .list1 .text .title { margin: 0 0 3px; } .list1 .text .info { height: .5rem; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .list1 a { display: block; padding: .35rem 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .list1 a:hover { box-shadow: 7px 7px 7px 0 #aaa; } .list1 a:hover .title { color: #00346f; } .article h1 { margin: 0 0 .15rem; font-size: 0.2rem; font-weight: 700; line-height: 0.3rem; color: #003776; text-align: center; } .article .sub { font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #888; text-align: center; } .article .sub span { margin: 0 10px; } .article .content { padding: .2rem 0 .4rem; font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #000; text-align: left; text-indent: 2em; } .article .content table p { text-indent: 0; } .article .content table, .article .content iframe, .article .content video { max-width: 100%; } .article .content img { max-width: 100%; height: auto !important; } .article .content a { word-break: break-all; } .article .page { padding: .1rem 0 0; border-top: 1px solid #ddd; } .article .page a { display: block; margin: .1rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #5289d5; text-align: left; } .article .page a span { color: #000; } .article .page a:hover { color: #00346f; } .article { position: relative; padding-left: 6%; padding-right: 6%; } .share-list { position: absolute; top: 1rem; left: -.8rem; width: .5rem; padding: 0 0 .12rem; text-align: center; border: 1px solid #ddd; border-top-left-radius: .25rem; border-top-right-radius: .25rem; border-bottom-left-radius: .08rem; border-bottom-right-radius: .08rem;} .share-list .share{ font-size: 0; } .share-list .share p{ display: inline-block; margin: 4px 0 2px; font-size: .14rem; line-height: 30px; color: #003776; } .share-list .share p span { display: none; } .share-list .share .icon{ display: inline-block; width: .5rem; height: .5rem; margin: -1px; background: url(../images/share1.png) no-repeat 50% 50% #003776; border-radius: 50%; } .share-icon .s-icon { display: inline-block; width: .48rem; height: .4rem; cursor: pointer; } .share-icon .s-icon.sina { background: url(../images/share2.png) no-repeat 50% 50%; } .share-icon .s-icon.wechat { background: url(../images/share3.png) no-repeat 50% 50%; } .share-icon .s-icon.qq { background: url(../images/share4.png) no-repeat 50% 50%; } .share-icon .s-icon.sina:hover { background-image: url(../images/share2_2.png); } .share-icon .s-icon.wechat:hover { background-image: url(../images/share3_2.png); } .share-icon .s-icon.qq:hover { background-image: url(../images/share4_2.png); } .qrid_zz { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); top: 0; left: 0; z-index: 1000; display: none; } .qrid_zz #qrid { position: absolute; top: 50%; left: 50%; padding: 10px; background: #fff; border-radius: 5px; -webkit-transform: translate(-50%, 50%); -moz-transform: translate(-50%, 50%); -o-transform: translate(-50%, 50%); transform: translate(-50%, -50%); } .qrid_zz #qrid canvas { vertical-align: top; } @media screen and (max-width: 1830px) { .nav li a { font-size: .16rem; padding: 0 .02rem; } } @media screen and (max-width: 1600px) { .head1 > .fr { width: 70%; } .logo { width: 30%; position: absolute; top: 50%; right: auto; bottom: auto; left: auto; z-index: 1; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .top-link { margin: 0; } .nav { margin: 0; } .nav li a { font-size: .16rem; padding: 0 .04rem; } .kslj .links { margin: 0 -.12rem; } .kslj .links > li { padding: 0 .12rem; } .kslj .links .title { font-size: .14rem; } .banner .banner-text a { font-size: .18rem; } .ewm li { font-size: .14rem; } .place { margin: 0 .2rem 0 0; } .lv2-nav { padding: 0 0 0 .25rem; } .lv2-nav li a { padding: 0 .22rem; font-size: .22rem; } .teach-list li { width: 50%; } } @media screen and (max-width: 1400px) { .head1 { padding-left: 2%; padding-right: 2%; } .nav li a { font-weight: 400; } .nav li .tri { margin: 0 0 -1px 3px; border-top: 4px solid #fff; border-right: 5px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid transparent; } .footer .foot1 { padding: .25rem 0 .15rem; } .ewm li { padding: 0 .08rem; } .sidebar h3 { width: 2rem; height: 1.2rem; margin: -.6rem 0 0; font-size: .25rem; } .lv2-nav { padding: 0 0 0 .25rem; } .lv2-nav li a { padding: 0 .15rem; font-size: .18rem; line-height: .6rem; } .lv2-nav li .lv3 a { font-size: .14rem; line-height: .32rem; } .share-list { left: -30px; } .place { line-height: .6rem; } } @media screen and (max-width: 1250px) { html { font-size: 90px; } .head1 { padding: .1rem 1%; } .nav li a { padding: 0 .05rem; } } @media screen and (max-width: 1024px) { .head1 { height: 80px; } .head1 > .fr { width: 40%; } .logo { width: 60%; } .logo img { height: 50px; } .top-link { display: none; } .search { display: none; } .pad-btn { display: inline-block; *display: inline; *zoom: 1; } .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); position: absolute; top: 100%; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: -webkit-calc(100vh - 80px); height: -moz-calc(100vh - 80px); height: calc(100vh - 80px); padding: .2rem 5%; overflow-x: auto; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; background: rgba(0, 0, 0, 0.75); } .nav .container { height: auto; } .nav li { position: relative; float: none; width: 100%; margin: 0; border-bottom: 1px solid #bbb; } .nav li .down { display: block; } .nav li .lv2 { display: none; position: static; width: 100%; opacity: 1; padding: 0 0 .2rem .3rem; visibility: visible; background: none; -webkit-transition: none !important; -o-transition: none !important; -moz-transition: none !important; transition: none !important; border: none; } .nav li .lv2 a { width: 100% !important; font-size: .18rem; text-align: left; } .nav li .lv2 .fl.img { display: none; } .nav li .lv2 .fr { width: 100%; margin: 0; padding: 0 0 .2rem .4rem; } .nav li .lv2 .fr::before, .nav li .lv2 .fr::after { display: none; } .nav li a { padding: 0 0 0 .2rem; font-size: .2rem; line-height: .55rem; color: #fff !important; text-align: left; background: transparent !important; } .nav li a .tri { display: none; } .nav li::after { display: none; } .nav.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .xsbg, .zytz, .ewm, .foot-logo, .lxfs { float: none; width: 100%; } .zytz { margin: .3rem 0 0; } .ewm, .foot-logo, .lxfs { text-align: center; } .foot-logo { padding: .1rem 0; } .kslj .links > li { width: 20%; margin-bottom: .15rem; } .sidebar { margin: .3rem 0 0; background: none; } .sidebar h3 { float: none; width: 100%; height: .6rem; margin: 0; padding: 0 .25rem; text-align: left; } .sidebar h3 .down { display: block; } .lv2-nav { display: none; float: none; width: 100%; padding: 5px .2rem 10px; border: 1px solid #ddd; } .lv2-nav li { float: none; width: 100%; border-bottom: 1px dashed #ccc; } .lv2-nav li a { text-align: left; line-height: .5rem; } .lv2-nav li .lv3 { padding-top: 0; padding-left: .3rem; position: static; box-shadow: none; } .lv2-nav li .lv3 a { text-align: left; } .lv2-nav li::after { display: none; } .lv2-nav li:last-child { border: none; } .lv2-nav li .down { display: block; } .lv3-nav { display: none; } .place { float: none; margin: 0; } .main { padding: .3rem 0 0; } } @media screen and (max-width: 768px) { html { font-size: 80px; } .container { width: 92%; } .head1 { height: 60px; } .nav { height: -webkit-calc(100vh - 60px); height: -moz-calc(100vh - 60px); height: calc(100vh - 60px); } .jdxw .slick-arrow { display: none!important; } .article { padding: 0; } .share-list { position: static; width: 100%; padding: 10px 0; border: none; } .share-list .share { display: inline-block; } .share-list .share .icon { width: .35rem; height: .35rem; background-size: 100%; vertical-align: top; } .share-list .share p { line-height: .35rem; margin: 0 0 0 10px; } .share-list .share p span { display: inline; } .share-icon { display: inline-block; vertical-align: top;} .share-icon .s-icon { width: .35rem; margin: 0 4px; height: .35rem; background-size: 100% !important; } .share-icon .s-icon.sina { background-image: url(../images/share2_2.png); } .share-icon .s-icon.wechat { background-image: url(../images/share3_2.png); } .share-icon .s-icon.qq { background-image: url(../images/share4_2.png); } .teach-list li { width: 100%; } .teach-article .teach-about > .fl { width: 100%; text-align: center; } .teach-article .teach-about > .fl img { width: auto; max-width: 80%; } .teach-article .teach-about > .fr { width: 100%; margin: .3rem 0 0; } .teach-article .teach-about > .fr p { width: 100% !important; } } @media screen and (max-width: 568px) { .logo img { height: auto; } } #page-list {font-family: Arial; text-align: center; margin: 30px 0 30px !important; } #page-list .p_pages a, #page-list span, #page-list .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; } #page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d, #page-list .p_goto a {padding: 7px 9px; border: 1px solid #aaa; border-radius: 2px; color: #428bca;} #page-list .p_pages .p_no_d, #page-list a:hover, #page-list .p_goto a {background: #5287d2; font-weight: bold; color: #fff; border-color: #5287d2;} #page-list .p_t{ padding: 0 2px 0 0; color: #777;} #page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;} #page-list .p_pages span{color: #aaa;} #page-list .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; } .return:hover { color:#333!important; }