@charset "utf-8";
html { min-width: 1024px; }

.container { width: 1300px; margin: 0 auto; }

#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
#loading .loading-img { width: 100%; height: 100%; background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; animation: fade 1.5s infinite alternate; }

@keyframes fade { 0% { opacity: 1; }
  100% { opacity: 0.1; } }
.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: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s 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: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s 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 { padding: 25px 0; background-image: url(../images/h_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .container > .fr { padding: 15px 0 0; }

.logo img { vertical-align: top; }

.top-link { display: inline-block; vertical-align: top; }
.top-link a { display: inline-block; padding: 0 15px 0 12px; font-size: 14px; font-weight: 500; line-height: 35px; color: #fff; text-align: center; background: #165f94; border-radius: 3px; vertical-align: top; -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; }
.top-link a .icon { display: inline-block; width: 25px; height: 35px; background-image: url(../images/h_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; vertical-align: top; }
.top-link a:hover { background-color: #0090cc; }

.search { display: inline-block; vertical-align: top; }
.search .input { width: 0px; height: 35px; font-size: 14px; font-weight: 500; line-height: 33px; color: #333; text-align: left; background: #fff; border-radius: 5px; vertical-align: top; -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 .submit { width: 35px; height: 35px; background-image: url(../images/h_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; vertical-align: top; }
.search:hover .input { width: 190px; padding: 0 12px; }

.nav { position: relative; z-index: 10; background: #165f94; }
.nav li { position: relative; float: left; width: 12.5%; }
.nav li a { position: relative; z-index: 2; display: block; width: 80%; margin: 0 auto; font-size: 16px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; white-space: nowrap; }
.nav li .lv2 { display: none; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 65px); z-index: 1; width: 130px; border-bottom: 1px solid #165f94; }
.nav li .lv2 a { width: 100%; padding: 0; font-size: 14px; line-height: 35px; font-weight: 400; color: #000; background: rgba(255, 255, 255, 0.8); border-left: 1px solid #165f94; border-right: 1px solid #165f94; }
.nav li .lv2 a:hover span { color: #165f94; text-decoration: underline !important; }
.nav li .lv2 .tri { 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; }
.nav li .lv2 dd:nth-child(2) a { padding: 5px 0 0; }
.nav li .lv2 dd:last-child a { padding: 0 0 10px; }
.nav li:hover > a { background: #0090cc; }
.nav li:nth-child(3) dl{    left: calc(50% - 95px);width:190px;} 
.nav li:nth-child(4) dl{    left: calc(50% - 85px);width:170px;}



.banner { position: relative; z-index: 1; overflow: hidden; }
.banner .banner-img .img { display: block; }
.banner .banner-img .swiper-slide-active img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 5.5s linear 0.7s; -moz-transition: transform 5.5s linear 0.7s; -o-transition: transform 5.5s linear 0.7s; transition: transform 5.5s linear 0.7s; }
.banner .banner-img .swiper-pagination { position: absolute; top: auto; right: auto; bottom: 15px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .banner-img .swiper-pagination .swiper-pagination-switch { display: inline-block; width: 20px; height: 6px; margin: 0 5px; background: #fff; border-radius: 6px; 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 .banner-img .swiper-pagination .swiper-pagination-switch.swiper-active-switch { width: 30px; background: #e2ab02; }
.banner .about { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 640px; height: 100%; padding: 85px 45px 0 155px; background: rgba(22, 95, 148, 0.9); }
.banner .about::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border-top: 230px solid transparent; border-right: 55px solid transparent; border-bottom: 230px solid rgba(22, 95, 148, 0.9); border-left: 55px solid rgba(22, 95, 148, 0.9); }
.banner .about h2 { font-size: 26px; font-weight: 700; line-height: 48px; color: #fff; text-align: left; }
.banner .about .info { margin: 25px 0 35px; font-size: 16px; font-weight: 500; line-height: 30px; color: #fff; text-align: left; }
.banner .about .more { display: inline-block; padding: 0 52px 0 14px; font-size: 16px; font-weight: 700; line-height: 30px; color: #fff; text-align: left; background-image: url(../images/h_icon3.png); background-repeat: no-repeat; background-position: 60px 50%; background-color: rgba(255, 255, 255, 0.1); background-size: auto; border: 1px solid #6e98b3; border-radius: 3px; }
.banner .arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 2; width: 55px; height: 55px; cursor: pointer; }
.banner .arrow.swiper-prev { left: 45px; background-image: url(../images/n_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.banner .arrow.swiper-next { right: 45px; background-image: url(../images/n_icon2_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.column { margin: 30px 0; border-bottom: 1px solid #ddd; }
.column .more { float: right; font-size: 14px; line-height: 55px; color: #999; }
.column .more:hover { color: #165f94; }
.column h3 { display: inline-block; margin: 0 0 -1px; font-size: 26px; font-weight: 500; line-height: 55px; color: #000; text-align: left; border-bottom: 3px solid #165f94; }

.title { font-size: 16px; font-weight: 500; line-height: 30px; color: #000; text-align: left; }

.info { font-size: 14px; font-weight: 500; line-height: 24px; color: #666; text-align: left; }

.date { display: inline-block; font-size: 14px; font-weight: 500; line-height: 25px; color: #999; text-align: center; }
.date p:first-child { font-size: 26px; line-height: 35px; color: #0090cc; font-weight: 700; }

.index-tpxw { width: 400px; margin: 0 50px 0 0; }
.index-tpxw .swiper-container { box-shadow: 0 0 6px 1px #ccc; }
.index-tpxw .swiper-container .img { padding: 62.5% 0 0; }
.index-tpxw .swiper-container .swiper-slide { position: relative; }
.index-tpxw .swiper-container .date { position: absolute; top: auto; right: auto; bottom: 80px; left: 20px; z-index: 1; padding: 9px 6px 5px; color: #fff; background: #0090cc; }
.index-tpxw .swiper-container .date p:first-child { color: #fff; line-height: 26px; }
.index-tpxw .swiper-container .title { margin: 48px 0 8px; padding: 0 20px; font-weight: 700; }
.index-tpxw .swiper-container .pagination { position: absolute; top: auto; right: auto; bottom: 80px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.index-tpxw .swiper-container .pagination .swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; margin: 0 4px; background: #ddd; border-radius: 50%; 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; }
.index-tpxw .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch { background: #165f94; }
.index-tpxw .swiper-container .arrow { position: absolute; top: 30%; right: auto; bottom: auto; left: auto; z-index: 2; width: 30px; height: 50px; cursor: pointer; }
.index-tpxw .swiper-container .arrow.swiper-prev { left: 0px; background-image: url(../images/n_icon7.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-tpxw .swiper-container .arrow.swiper-next { right: 0px; background-image: url(../images/n_icon7_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.index-tpxw .swiper-container .img-scale:hover .title { color: #165f94; }

.index-bsxw, .index-tzgg { width: 400px; }
.index-bsxw .list li:last-child, .index-tzgg .list li:last-child { border: none; padding-bottom: 0; }

.list li { padding: 21px 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:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list li:hover .title { color: #165f94; }
.list .title { float: right; width: calc(100% - 75px); }

.index-zxtg { padding: 1px 0 0; }

.pic-list { font-size: 0; margin: 0 -20px; }
.pic-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 20px; }
.pic-list .img-scale { border: 1px solid #e5e5e5; }
.pic-list .img-scale .img { padding: 134.8% 0 0; }
.pic-list .img-scale:hover .title { color: #165f94; font-weight: 700; }
.pic-list .title { line-height: 42px; text-align: center; border-top: 1px solid #e5e5e5; }

.index-yqlj .column { margin-bottom: 15px; }

.links { font-size: 16px; font-weight: 500; line-height: 35px; color: #ccc; text-align: left; }
.links a { color: #000; }
.links a:hover { color: #165f94; }
.links span { margin: 0 15px; }

.footer { margin: 35px 0 0; padding: 10px 0; background: #165f94; }

.copy { font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }

.decoration { position: relative; z-index: 1; max-height: 460px; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.section { position: relative; z-index: 2; }

.sidebar { width: 18.5%; margin: -68px 0 0; }
.sidebar .lv1-column { font-size: 26px; font-weight: 500; line-height: 68px; color: #fff; text-align: center; background-color: #165f94; }
.sidebar .lv2-nav { user-select: none; background: #eff4f8; }
.sidebar .lv2-nav li { position: relative; border-left: 4px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
.sidebar .lv2-nav li.cur > a { font-weight: 700; color: #fff; background: #0090cc; border-color: #e2ab02; }
.sidebar .lv2-nav li.cur .down { background-image: url(../images/down2.png); }
.sidebar .lv2-nav li > a { border-left: 4px solid transparent; margin: 0 0 0 -4px; }
.sidebar .lv2-nav a { display: block; padding: 0 20px; font-size: 16px; font-weight: 500; line-height: 50px; color: #000; text-align: left; }
.sidebar .lv2-nav a:hover, .sidebar .lv2-nav a.cur { color: #165f94; }
.sidebar .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; font-size: 20px; font-weight: 500; line-height: 60px; color: #165f94; text-align: left; text-indent: 10px; font-style: initial; cursor: pointer; background-image: url(../images/down.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
.sidebar .lv2-nav .down.show { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.sidebar .lv2-nav .lv3 { display: none; padding: 0 45px 10px 50px; background: #fff; }
.sidebar .lv2-nav .lv3 a { padding: 0; font-size: 14px; line-height: 38px; border: none; }
.sidebar .lv2-nav .lv3 a.cur { color: #165f94; }

.main { width: 77.5%; min-height: 500px; margin: 21px 0 0; }

.position { margin-top: 0; border-bottom: 1px solid #ddd; }
.position .place { padding: 0 0 0 25px; font-size: 14px; font-weight: 500; line-height: 60px; color: #999; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.position .place a { color: #999; }
.position .place a:hover { color: #165f94; }

.list2 li { padding: 25px 0; 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:first-child { padding-top: 0; }
.list2 li:hover .title { color: #165f94; }
.list2 .date { width: 70px; font-size: 14px; font-weight: 500; line-height: 26px; color: #fff; text-align: center; background: #0167af; }
.list2 .date p:first-child { position: relative; font-size: 30px; line-height: 42px; font-weight: 700; color: #0167af; background: #fff; }
.list2 .text { width: calc(100% - 96px); }
.list2 .text .title { line-height: 36px; font-weight: 700; color: #333; }
.list2 .text .info { font-size: 14px; line-height: 36px; }

.pic-list2 li { font-size: 0; padding: 30px 0; border-bottom: 1px dashed #ccc; }
.pic-list2 li:first-child { padding-top: 0; }
.pic-list2 .img-scale { display: inline-block; vertical-align: top; width: 180px; }
.pic-list2 .img-scale .img { padding: 56.25% 0 0; }
.pic-list2 .text { display: inline-block; padding: 0 25px; width: calc(100% - 258px); vertical-align: top; }
.pic-list2 .title { font-weight: 700; line-height: 37px; margin: 0 0 5px; }
.pic-list2 .title:hover { color: #165f94; }
.pic-list2 .date { margin: 15px 0 0; padding: 9px 6px 5px; color: #fff; background: #0090cc; }
.pic-list2 .date p:first-child { color: #fff; line-height: 26px; }

.article { padding: 10px 0 35px; }
.article .title { margin: 0 0 10px; font-size: 20px; font-weight: 700; line-height: 32px; color: #165f94; text-align: center; }
.article .sub { margin: 0 0 30px; font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: center; }
.article .sub span { margin: 0 5px; }
.article .content { padding: 0 0 40px; font-size: 16px; font-weight: 500; line-height: 40px; color: #000; text-align: left; }
.article .content p { text-indent: 2em; }
.article .content img { display: block; margin: 25px auto; }
.article .content table p { text-indent: 0; }
.article .content table, .article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content iframe { max-width: 100%; }
.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 16px; font-weight: 500; line-height: 27px; color: #666; 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); color: #165f94; }

.zzjg { position: relative; width: 800px; margin: 0 auto; border: 1px solid #e5e5e5; }
.zzjg h3 { font-size: 20px; font-weight: 700; line-height: 60px; color: #165f94; text-align: center; background: #e3e8ea; }
.zzjg .zzjg-link { font-size: 0; margin: 0 -23px; margin: 55px 50px 25px; }
.zzjg .zzjg-link > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 23px; }
.zzjg .zzjg-link li { margin: 0 0 30px; }
.zzjg .zzjg-link a { display: block; font-size: 16px; font-weight: 500; line-height: 50px; color: #000; text-align: left; background: #eef5f7; padding: 0 0 0 20%; -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; }
.zzjg .zzjg-link a:hover { color: #fff; background: #165f94; box-shadow: 5px 5px 0 0 #ddd; }
.zzjg::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 52px; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; border-top: 70px solid #0090cc; border-right: 25px solid #0090cc; border-bottom: 20px solid transparent; border-left: 25px solid #0090cc; }

#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; }

/*# sourceMappingURL=style.css.map */