@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: 1260px; overflow-x: auto; }

.container { width: 1260px; margin: 0 auto; }

.header { padding: 17px 0 18px; height:200px;  background-image: url(../images/head_bg.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: cover; }
.header .container { position: relative; height: 100%; }

.logo { position: relative; }
.logo img { vertical-align: top; }
.logo p { display: inline-block; position: absolute; top: 50%; right: auto; bottom: auto; left: 240px; z-index: 1; width: calc(100% - 245px); font-size: 32px; font-weight: 700; line-height: 42px; color: #000; text-align: left; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }

.logo-text { position: absolute; bottom: 0; left: 0; z-index: 1; font-size: 18px; line-height: 30px; color: #fffa00; text-shadow: 0 2px 2px rgba(0, 0, 0, .3) }

.search { margin: 9.5px 0 0; padding: 0 5px 0 12px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 29px; font-size: 0; }
.search .input { width: 140px; height: 29px; font-size: 14px; font-weight: 500; line-height: 29px; color: #fff; text-align: left; vertical-align: top; }
.search .input::placeholder { color: #8988af; }
.search .submit { width: 29px; height: 29px; vertical-align: top; background-image: url(../images/j_icon3.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.nav { position: relative; z-index: 10; background: #1654df; }
.nav ul { width: 100%; display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; z-index: 2; display: block; font-size: 18px; padding: 0 40px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; white-space: nowrap; -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; }
.nav li:hover > a { background: #2350ad; }
.nav li:hover .lv2 { display: block; animation: fadeInUp .6s; -ms-animation: fadeInUp .6s; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 10px); right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: 8px 0 12px; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
.nav .lv2 a { padding: 8px 8px; font-size: 14px; line-height: 17px; font-weight: 400; color: #333; white-space: normal; }
.nav .lv2 a:hover { color: #fff; background: #1a4498; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 10px; overflow: hidden; }
.nav .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); }

.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.28s linear 0s; -moz-transition: transform 0.28s linear 0s; -ms-transition: transform 0.28s linear 0s; -o-transition: transform 0.28s linear 0s; transition: transform 0.28s 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.28s linear 0s; -moz-transition: transform 0.28s linear 0s; -ms-transition: transform 0.28s linear 0s; -o-transition: transform 0.28s linear 0s; transition: transform 0.28s 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); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 1.6s linear 0s; -moz-transition: transform 1.6s linear 0s; -ms-transition: transform 1.6s linear 0s; -o-transition: transform 1.6s linear 0s; transition: transform 1.6s linear 0s; }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 1.6s linear 0s; -moz-transition: transform 1.6s linear 0s; -ms-transition: transform 1.6s linear 0s; -o-transition: transform 1.6s linear 0s; transition: transform 1.6s linear 0s; }

.column { margin: 25px 0 20px; border-bottom: 1px solid #ddd; }
.column .more { font-size: 14px; line-height: 50px; color: #999; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.column .more:hover { color: #1a4498; letter-spacing: 2px; }
.column h3 { display: inline-block; margin: 0 0 -2px; font-size: 23px; font-weight: 500; line-height: 50px; color: #000; text-align: left; border-bottom: 3px solid #1654df; }

.title { font-size: 15px; font-weight: 500; line-height: 30px; color: #333; text-align: left; }

.info { font-size: 14px; font-weight: 500; line-height: 24px; color: #666; text-align: left; }

.date { font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: left; }

.index-main { position: relative; z-index: 3; padding: 0 0 38px; background: #fefefe; }

/* .card { margin: 30px 0 0; padding: 0 30px; background: #fff; box-shadow: 0 0 8px 0 #bbb; } */

.cgjj { width: 400px; margin-left: 30px; height: 412px; }
.cgjj .about { font-size: 15px; font-weight: 500; line-height: 34px; color: #333; text-align: justify; text-indent: 2em; }
.cgjj .about .content { height: 306px; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 9; overflow: hidden; }

.cgtp { width: 420px; padding: 45px 0 0; height: 412px; }
.cgtp .video-box { position: relative; }
.cgtp .video-box img { vertical-align: top; width: 100%; height: 310px; }
.cgtp .video-box::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; width: 62px; height: 62px; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: pointer; }
.cgtp .title { margin: 8px 0 0; background: url("../images/shiping.png") no-repeat 0 50%; padding: 0 0 0 24px; }

.cgbg { width: 380px; margin-left: 30px; height: 412px; }

.sbs .column { margin: 0 0 10px; }


.link2 li { margin: 10px 0 0; }
.link2 a { display: block; padding: 0 0 0 110px; font-size: 15px; font-weight: 500; line-height: 48px; color: #000; text-align: left; background-image: url(../images/j_icon2.png); background-repeat: no-repeat; background-position: 85px 50%; background-color: #f5f5f5; background-size: auto; -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; }
.link2 a:hover { color: #fff; background-color: #1a4498; background-image: url(../images/j_icon2_2.png); }

/* 获奖视频 */
.news-slick2 { margin: 0 -8px 0; font-size: 0; min-height: 140px; }
.news-slick2 .slick-slide { padding: 0 8px; }
.news-slick2 .img-scale { padding: 66.66% 0 0; }
.news-slick2 .img-scale::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; content: ""; background-color: transparent; background-size: auto; }
.news-slick2 .slick-arrow { display: none !important; position: absolute; top: 42%; right: auto; bottom: auto; left: auto; z-index: 1; width: 35px; height: 35px; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; border-radius: 50%; }
.news-slick2 .slick-arrow.slick-prev { left: -40px; }
.news-slick2 .slick-arrow.slick-next { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); right: -40px; }
.news-slick2 .slick-arrow:hover { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35); }
.news-slick2 .title { margin: 8px 0 0; font-weight: 700; }

.hjsp { width: 890px; }
.syjx { width: 340px; }
.footer { position: relative; z-index: 4; padding: 35px 0; background: #1a4498; }

.list2 { margin-top: -6px; }
.list2 li { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-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(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title { color: #1a4498; }
.list2 li:hover .date { color: #1a4498; }
.list2 .title { display: block; line-height: 40px; }
.list2 .title::before { display: inline-block; content: ""; width: 6px; height: 6px; border-radius: 50%; margin: 0 8px 2px 0; background: #1a4498; }

.select { position: relative; padding: 0 18px; border: 1px solid #3f63a9; cursor: pointer; background: #274f9e; border-radius: 2px; }
.select p { font-size: 14px; font-weight: 500; line-height: 34px; color: #fff; text-align: left; }
.select::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: 15px; bottom: auto; left: auto; z-index: 1; width: 15px; height: 8px; background-image: url(../images/x_icon6.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.select ul { display: none; position: absolute; top: auto; right: auto; bottom: calc(100% + 1px); left: -1px; z-index: 1; width: calc(100% + 2px); background: #fff; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); border: 1px solid #ddd; }
.select ul li { border-bottom: 1px dashed #ddd; }
.select ul li:last-child { border: none; }
.select ul a { display: block; padding: 8px 10px; font-size: 14px; font-weight: 500; line-height: 18px; color: #333; text-align: left; -webkit-transition: all 0.15s linear 0s; -moz-transition: all 0.15s linear 0s; -ms-transition: all 0.15s linear 0s; -o-transition: all 0.15s linear 0s; transition: all 0.15s linear 0s; }
.select ul a:hover { color: #fff; background: #1a4498; }
.select.show::after { -webkit-transform: translateY(-50%) rotateX(180deg); -moz-transform: translateY(-50%) rotateX(180deg); -ms-transform: translateY(-50%) rotateX(180deg); -o-transform: translateY(-50%) rotateX(180deg); transform: translateY(-50%) rotateX(180deg); }

.foot-link { width: 247px; margin: 12px 0 0; }

.copy { font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }

.section { padding-bottom: 0; }
.section .container { background-color: #fff; padding: 0 30px; box-shadow: 0 8px 8px 0 #bbb;  min-height: calc(100vh - 350px); }

.decoration { position: relative; z-index: 2; max-height: 300px; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 240px; margin: 40px 0; }
.sidebar h3 { font-size: 26px; font-weight: 500; line-height: 80px; color: #fff; text-align: center; letter-spacing: 1px; background: #1a4498; }

.lv2-nav li { margin: 10px 0 0; }
.lv2-nav li a { display: block; padding: 12px 50px 12px 10%; background: #e9eef4; font-size: 16px; font-weight: 500; line-height: 22px; color: #000; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; border-left: 4px solid transparent; }
.lv2-nav li a:hover { color: #1a4498; }
.lv2-nav li a.cur { border-left-color: #1a4498; color: #1a4498; font-weight: 700; background-image: url(../images/j_icon5.png); background-repeat: no-repeat; background-position: 200px 50%; background-color: #e9eef4; background-size: auto; }

.main { width: 930px; margin: 30px 0 40px; }
.main .list2 li { padding: 18px 0; margin: 0; border: none; border-bottom: 1px dashed #ddd; }
.main .list2 li::before { display: none; }
.main .list2 li .date { width: 60px; margin: 0 25px 0 0; }
.main .list3 li:last-child { border-bottom: 1px dashed #ddd; }

.position { margin: 0 0 10px; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 22px; font-weight: 500; line-height: 53px; color: #000; text-align: left; border-bottom: 3px solid #1a4498; }
.position .place { padding: 0 0 0 25px; font-size: 14px; font-weight: 500; line-height: 55px; 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: #1a4498; }

.article { padding: 30px 4% 0; }
.article .title { margin: 0 0 10px; font-size: 20px; font-weight: 700; line-height: 32px; color: #1a4498; text-align: center; }
.article .sub { margin: 0 0 30px; padding: 0 0 20px; font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: center; border-bottom: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0px 0 30px; 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: 15px auto; }
.article .content table p { text-indent: 0; }
.article .content table p img { margin-top: 0; margin-bottom: 0; }
.article .content table, .article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content iframe { display: block; 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: 15px; 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; -ms-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; 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 { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 10px 0 25px; font-size: 26px; font-weight: 400; }

.list1 li { border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title { color: #1a4498; }
.list1 li:hover .date { color: #1a4498; }
.list1 .title { display: inline-block; width: calc(100% - 115px); vertical-align: top; line-height: 60px; }
.list1 .title::before { display: inline-block; content: ""; width: 8px; height: 2px; margin: 0 8px 4px 0; background: #1a4498; }
.list1 .date { line-height: 60px; }

#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 */
#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#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; border: 1px solid #aaa; border-radius: 3px; color: #428bca;}
#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: 30px; line-height: 30px; vertical-align: bottom; }