﻿@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 1200px; overflow-x: auto; }

.container { width: 1260px; max-width: 90%; margin: 0 auto; }

.header { width: 100%; padding: 27px 0; background: #1a4498; }
.header .fr { margin: -8px 0 0; text-align: right; }

.logo img { width: auto; }

.top-link { margin: 0 0 7px; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: right; }
.top-link a { color: #fff; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 8px; }

.search { display: inline-block; padding: 0 3px 0 10px; font-size: 0; border-radius: 2px; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.07); }
.search .input { width: 180px; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: left; vertical-align: top; }
.search .submit { width: 30px; height: 30px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 35% 45%; background-color: transparent; background-size: auto; }

.nav { position: relative; z-index: 10; width: 100%; background: #046fbd; }
.nav li { position: relative; float: left; margin: 0 calc((100% - 1050px) / 14); }
.nav li:first-child { margin-left: 0; }
.nav li:last-child { margin-right: 0; }
.nav li a { display: block; padding: 0 30px; min-width: 120px; font-size: 17px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; -webkit-transition: background 0.36s linear 0s; -moz-transition: background 0.36s linear 0s; -ms-transition: background 0.36s linear 0s; -o-transition: background 0.36s linear 0s; transition: background 0.36s linear 0s; }
.nav li .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: calc(50% - 70px); z-index: 1; width: 140px; padding: 8px 0 10px; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); border-radius: 2px; }
.nav li .lv2 a { padding: 8px 5px; font-size: 15px; line-height: 20px; color: #333; }
.nav li .lv2 a:hover { color: #fff; background: #1a4498; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav li .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
.nav li:hover > a { color: #fff; font-weight: 700; background: #1a4498; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }

.banner { position: relative; z-index: 1; font-size: 0; }
.banner .img { position: relative; display: block; height: 0; padding: 21.875% 0 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.25s linear 0s; -moz-transition: transform 0.25s linear 0s; -ms-transition: transform 0.25s linear 0s; -o-transition: transform 0.25s linear 0s; transition: transform 0.25s linear 0s; }
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .slick-current a { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 6s linear 0s; -moz-transition: transform 6s linear 0s; -ms-transition: transform 6s linear 0s; -o-transition: transform 6s linear 0s; transition: transform 6s linear 0s; }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 25px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 7px; background: #fff; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-dots li.slick-active { background: #e5a553; }
.banner .slick-arrow { position: absolute; top: 48%; right: auto; bottom: auto; left: auto; z-index: 1; width: 42px; height: 42px; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(56, 80, 125, 0.3); background-size: auto; border-radius: 50%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-arrow.slick-prev { left: 2%; }
.banner .slick-arrow.slick-next { right: 2%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-arrow:hover { background-color: rgba(56, 80, 125, 0.8); }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { position: relative; margin: 30px 0; text-align: center; }
.column h3 { display: inline-block; font-size: 30px; font-weight: 500; line-height: 55px; color: #000; text-align: left; border-bottom: 1px solid #ddd; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: 40px; height: 4px; margin: 0 auto -1px; background: #1a4498; }
.column .more { position: absolute; top: 15px; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { font-size: 14px; line-height: 28px; color: #999; padding: 0 15px; border: 1px solid #cdd6dd; overflow: hidden; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.more span { position: relative; z-index: 2; }
.more::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 0; opacity: 0; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; background: #1a4498; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.more:hover { color: #fff; border-color: #1a4498; }
.more:hover::after { width: 260px; height: 260px; opacity: 1; }

.title { font-size: 16px; font-weight: 500; line-height: 30px; color: #000; text-align: left; }
.title:hover { color: #1a4498; }

.info { font-size: 14px; font-weight: 500; line-height: 24px; color: #666; text-align: justify; }

.date { padding: 0 7px 0 26px; font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: left; background-image: url("../images/time.png"); background-repeat: no-repeat; background-position: 7px 50%; background-color: transparent; background-size: auto; }

.date1 { display: inline-block; vertical-align: top; width: 68px; font-size: 14px; font-weight: 500; line-height: 32px; color: #fff; text-align: center; border: 1px solid #046fbd; background: #1a4498; }
.date1 p:last-child { font-size: 24px; color: #1a4498; font-weight: 700; line-height: 38px; background: #fff; }

.index-news { background-image: url("../images/j_bg1.jpg"); background-repeat: no-repeat; background-position: 0 100%; background-color: transparent; background-size: auto; }

.index-link { padding: 1px 0 28px; background: #eff0f0; }

.index-picture { margin-bottom: 40px; }
.index-picture .picture1 { width: 53.1746%; }
.index-picture .news-slick2 { width: 44.4444%; }

.news .news-slick1 { width: 47.61%; }
.news .list1 { width: 49.2%; }

.notice { margin: 10px 0 0px; padding: 0 0 20px; }
.notice .column { margin-bottom: 10px; }

.news-slick1 { font-size: 0; }
.news-slick1 .img-scale { height: 400px; }
.news-slick1 .title { margin: 10px 0 0; color: #fff; font-weight: 700; }
.news-slick1 .slick-dots { position: absolute; top: auto; right: 20px; bottom: 24px; left: auto; z-index: 1; }
.news-slick1 .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0 4px; border: 1px solid #fff; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick1 .slick-dots li.slick-active { background: #fff; }
.news-slick1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; height: 95px; padding: 10px 100px 0 20px; background-image: url("../images/shadow.png"); background-repeat: repeat-x; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-slick1 .text .date { display: inline-block; color: #fff; border-radius: 3px; background-color: #046fbd; background-image: url("../images/time2.png"); }

.news-slick2 { position: relative; font-size: 0; }
.news-slick2 .img-scale { height: 456px; }
.news-slick2 .slick-dots { position: absolute; top: auto; right: auto; bottom: 20px; left: 0; z-index: 5; width: 100%; text-align: center; }
.news-slick2 .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0 4px; border: 1px solid #fff; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick2 .slick-dots li.slick-active { background: #fff; }
.news-slick2::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 95px; background-image: linear-gradient(180deg, transparent, rgba(26, 68, 152, 0.8)); }

.list1 li { padding: 15px 0; border-bottom: 1px dashed #ddd; }
.list1 li:first-child { padding-top: 0; }
.list1 li:last-child { padding-bottom: 0; border: none; }
.list1 .date { display: inline-block; vertical-align: top; margin: 0 15px 0 0; background-color: #f4f4f4; }

.list2 { font-size: 0; margin: 0 -20px; }
.list2 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 20px; }
.list2 li:nth-last-child(1) .box, .list2 li:nth-last-child(2) .box { border: none; }
.list2 .box { display: block; padding: 20px 0; border-bottom: 1px dashed #ddd; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 68px); padding: 0 0 0 18px; }
.list2 .title { margin: 5px 0 4px; }

.list3 { margin: 8px 0 0; }
.list3 li { font-size: 0; padding: 12px 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list3 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list3 li:hover .title { color: #1a4498; }
.list3 li:hover .date { color: #1a4498; }
.list3 .title { display: inline-block; vertical-align: top; color: #000; width: calc(100% - 160px); }
.list3 .title::before { display: inline-block; content: ""; width: 7px; height: 7px; margin: 0 10px 2px 0; background: #1a4498; border-radius: 50%; }

.link1 { font-size: 0; margin: 0 -11px; }
.link1 > li { display: inline-block; vertical-align: top; width: 14.2857142857%; padding: 0 11px; }
.link1 li { margin: 0 0 20px; }
.link1 a { display: block; font-size: 16px; font-weight: 500; line-height: 40px; color: #000; text-align: center; background: #fff; border-radius: 2px; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.link1 a:hover { color: #fff; background: #1a4498; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }

.picture1 { font-size: 0; margin: 0 -15px; }
.picture1 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 15px; }
.picture1 li { margin: 30px 0 0; }
.picture1 li:nth-child(1), .picture1 li:nth-child(2) { margin: 0; }
.picture1 .img-scale { height: 213px; }

.copy { padding: 30px 10px; background: #1a4498; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }

.decoration { position: relative; z-index: 2; overflow: hidden; }
.decoration img { width: 100%; height: 400px; object-fit: cover; }

.index-main { position: relative; z-index: 1; background-image: url("../images/j_bg1.jpg"); background-repeat: no-repeat; background-position: 0 100%; background-color: transparent; background-size: auto; }
.index-main .inset { padding: 1px 35px 0; box-shadow: 0 0 8px 0 #ccc; background: #fff; }

.position { border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 23px; font-weight: 500; line-height: 48px; color: #000; text-align: left; border-bottom: 3px solid #1a4498; }

.place { padding: 0 0 0 30px; font-size: 14px; font-weight: 500; line-height: 50px; color: #777; text-align: left; background-image: url(../images/weizhi.png); background-repeat: no-repeat; background-position: 10px 50%; background-color: transparent; background-size: auto; }
.place a { color: #777; }
.place a:hover { color: #1a4498 !important; }

.sidebar { width: 19%; margin: 35px 0 0; }
.sidebar h1 { padding: 10px 0; font-size: 26px; font-weight: 700; line-height: 70px; color: #fff; text-align: center; background: #1a4498; letter-spacing: 2px; }
.sidebar .lv2-nav li { position: relative; margin: 7px 0 0; }
.sidebar .lv2-nav a { display: block; padding: 0 44px 0 14%; font-size: 17px; font-weight: 500; line-height: 50px; color: #000; text-align: left; background: #f2f2f2; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.sidebar .lv2-nav a:hover { color: #1a4498; }
.sidebar .lv2-nav li.cur > a { color: #1a4498; font-weight: 700; background-image: url(../images/h_icon8.png); background-repeat: no-repeat; background-position: calc(100% - 24px) 50%; background-color: #f2f2f2; background-size: auto; }

.main { width: 77.5%; margin: 20px 0 30px; min-height: 400px; }
.main .people-list { position: relative; z-index: 1; font-size: 0; margin: 0 -16px; }
.main .people-list > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 16px; }
.main .people-list li { margin: 30px 0 0; }

.article { padding: 35px 0 20px; }
.article .title { margin: 0 0 10px; font-size: 26px; font-weight: 500; line-height: 32px; color: #000; text-align: center; }
.article .sub { margin: 30px 0 30px; padding: 12px 0; font-size: 14px; font-weight: 500; line-height: 22px; color: #777; text-align: center; background: #f2f2f2; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0 4% 30px; font-size: 16px; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 18px auto; }
.article .content table { max-width: 100%; margin: 18px auto; }
.article .content table p { text-indent: 0; line-height: 150%; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: 18px auto; }
.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 15px; font-weight: 500; line-height: 27px; color: #494949; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a span { color: #1a4498; font-weight: 700; }
.article .cont-page a:hover { color: #1a4498; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about .title { padding: 0 0 12px; }
.article.about .content { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#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; }

#list-page { margin: 25px 0 30px !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 2px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1a4498; font-weight: bold; color: #fff; border-color: #1a4498; }
#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: 32px; line-height: 32px; vertical-align: bottom; }

/*# sourceMappingURL=style.css.map */