@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: 1320px; overflow-x: auto; }

.container { width: 1320px; margin: 0 auto; }

.header { padding: 25px 0; background-image: url(../images/x_bg1.jpg); background-repeat: no-repeat; background-position: 100% 50%; background-color: #fff; background-size: auto 100%; }
.header .fr { text-align: right; }
.header .container { width: 1320px; }

.logo { position: relative; }
.logo img { width: 325px; vertical-align: top; }
.logo p { display: inline-block; position: absolute; top: 50%; right: auto; bottom: auto; left: 325px; z-index: 1; width: 750px; font-size: 28px; font-weight: 700; line-height: 42px; color: #006179; 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%); }

.search { margin: 36px 0 0; padding: 0 5px 0 12px; border: 1px solid #d5d5d5; border-radius: 29px; font-size: 0; }
.search .input { width: 140px; height: 29px; font-size: 14px; font-weight: 500; line-height: 29px; color: #333; text-align: left; vertical-align: top; }
.search .input::placeholder { color: #79acdb; }
.search .submit { width: 29px; height: 29px; vertical-align: top; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.nav { position: relative; z-index: 10; background: #006179; }
.nav li { position: relative; float: left; }
.nav li a { position: relative; z-index: 2; display: block; padding: 0 39px; font-size: 18px; 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% - 120px); z-index: 1; width: 240px; border-bottom: 1px solid #006179; }
.nav li .lv2 a { padding: 0; font-size: 16px; line-height: 40px; font-weight: 400; color: #000; background: rgba(255, 255, 255, 0.8); border-left: 1px solid #006179; border-right: 1px solid #006179; }
.nav li .lv2 a:hover span { display: block; color: #fff; font-weight: 700; background: #006179; }
.nav li .lv2 .tri { width: 100%; height: 14px; 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 { font-weight: 700; background: #f59816; }

.banner-box { position: relative; width: 100%; overflow: hidden; }
.banner-box::after, .banner-box::before { display: block; content: ""; position: absolute; top: 0; z-index: 2; width: calc((100% - 1320px) / 2); height: 100%; background: rgba(255, 255, 255, .4); }
.banner-box::before { left: 0; }
.banner-box::after { right: 0; }
.banner { position: relative; z-index: 1; font-size: 0; }
.banner .img { display: block; position: relative; padding: 22.7% 0 0; }
.banner .slick-list { overflow: visible; }
.banner .slick-slide { position: relative; }
.banner a { position: relative; display: block; height: 0; padding: 27% 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.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner a img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; vertical-align: top; }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 24px; left: 50%; z-index: 1; }
.banner .slick-dots li { display: inline-block; margin: 0 5px; width: 12px; height: 12px; background: #fff; border-radius: 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; cursor: pointer; }
.banner .slick-dots li.slick-active { background: #f59816; }
.banner .slick-arrow { position: absolute; top: 42%; right: auto; bottom: auto; left: auto; z-index: 1; width: 40px; height: 60px; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; background-image: url("../images/j_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.banner .slick-arrow.slick-prev { left: 0%; }
.banner .slick-arrow.slick-next { right: 0%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }


.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 { 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; -ms-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; -ms-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); -ms-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); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { margin: 12px 0 25px; border-bottom: 1px solid #ddd; }
.column .more { font-size: 14px; line-height: 40px; 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 { font-size: 15px; color: #006179; }
.column h3 { display: inline-block; margin: 0 0 -1px; font-size: 20px; font-weight: 700; line-height: 40px; color: #333; text-align: left; border-bottom: 3px solid #006179; }
.column h3 span { margin: 0 0 0 8px; font-size: 14px; font-weight: 400; color: #999; }

.title { font-size: 16px; font-weight: 500; line-height: 49px; color: #000; text-align: left; }

.date { font-size: 15px; font-weight: 500; line-height: 49px; color: #999; text-align: left; }

.index-main { position: relative; z-index: 3; padding: 0 0 38px; background: #f2f2f2; }
.index-main .container { padding: 0 40px; }

.card { margin: 38px 0 0; padding: 0 30px; background: #fff; border: 1px solid #e0e0e0; box-shadow: 0 0 4px 0 #ccc; }

.cgjj { width: 40%; height: 315px; }
.cgjj .about { height: 230px; margin: -10px 0 0; font-size: 15px; font-weight: 500; line-height: 32px; color: #000; text-align: left; text-indent: 2em; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; }

.wzlj{width:16%;margin:13px 2% 0 2%;}
.wzlj a{display:block;width:100%;height:50px;line-height:50px;background:#34a5ac;color:#fff;font-size:24px;text-align:center;margin-top:25px;}
.wzlj a+a{background: #308ab3;margin-top:16px;}
.wzlj a+a+a{background: #348cac;margin-top:16px;}
.wzlj a+a+a+a{background: #b96666;margin-top:16px;}
.wzlj a+a+a+a+a{background: #ac9252;margin-top:16px;}

.cgtp { width: 40%; height: 315px; padding:0;}
.cgtp .video-box { position: relative; }
.cgtp .video-box img { vertical-align: top; width: 100%; height: 315px; }
/* .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: 56px; height: 56px; background-image: url(../images/j_icon12.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; } */

.cgsqs { width: 49%; height: 335px; }
.cgsqs .list1,.zccl .list1{ margin: -15px 0 0 0; }
.cgsqs .list1 li:last-child{ border: none; }
.zccl .list1 li:last-child { border: none; }
.cgsqs .list1 a,.zccl .list1 a{line-height:42px;}

.cgbg { width: 32%; height: 335px; margin-left: 2%; }
.cgbg .list2 .title i.i1 { background-image: url(../images/j_icon3.png); }
.cgbg .list2 .title i.i2 { background-image: url(../images/j_icon4.png); }
.cgbg .list2 .title i.i3 { background-image: url(../images/j_icon5.png); }
.cgbg .list2 .title i.i4 { background-image: url(../images/j_icon6.png); }

.zccl { width: 49%; height: 335px; }
.zccl .list2 .title i.i1 { background-image: url(../images/j_icon7.png); }
.zccl .list2 .title i.i2 { background-image: url(../images/j_icon8.png); }
.zccl .list2 .title i.i3 { background-image: url(../images/j_icon10.png); }
.zccl .list2 .title i.i4 { background-image: url(../images/j_icon11.png); }

.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: #006179; }
.list1 span { margin: 0 5px 0 0; color: #f59816; }
.list1 .title { display: block; }


.list2 { margin: -20px 0 0; }
.list2 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; }
.list2 li:last-child { border: none; }
.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: #006179; }
.list2 .title { line-height: 64px; }
.list2 .title i { display: inline-block; vertical-align: middle; width: 30px; height: 30px; margin: 0 15px 0 0; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.footer { padding: 10px 0; background: #006179; }

.foot-link { width: 320px; font-size: 0; }
.foot-link p { line-height: 30px; font-weight: 700; color: #f2f2f2; }
.foot-link a { display: inline-block; width: 100px; font-size: 14px; font-weight: 500; line-height: 30px; color: #f2f2f2; text-align: left; }
.foot-link a:hover { text-decoration: underline !important; }

.copy { margin: 15px 0 0; font-size: 14px; font-weight: 500; line-height: 30px; color: #f2f2f2; text-align: left; }

.section { padding-bottom: 0; }
.section .container { background-color: #fff; }
.section .list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 140px); line-height: 55px; }
.section .list1 .date { line-height: 55px; padding: 0 0 0 25px; background-image: url(../images/j_icon4_3.png); background-repeat: no-repeat; background-position: 0 48%; background-color: transparent; background-size: auto; }

.decoration { position: relative; z-index: 2; max-height: 300px; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 260px; margin-top: -40px; }
.sidebar h3 { font-size: 24px; font-weight: 500; line-height: 80px; color: #fff; text-align: center; letter-spacing: 1px; background: #006179; }

.lv2-nav li { margin: 10px 0 0; }
.lv2-nav li a { display: block; padding: 17px 60px 17px 12%; background: #e9eef4; font-size: 18px; font-weight: 500; line-height: 26px; 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: #006179; }
.lv2-nav li a.cur { border-left-color: #006179; color: #006179; font-weight: 700; background-image: url(../images/h_icon3_2.png); background-repeat: no-repeat; background-position: 200px 50%; background-color: #e9eef4; background-size: auto; }

.main { width: 930px; margin: 20px 0 40px;min-height:301px;}
.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: 24px; font-weight: 500; line-height: 53px; color: #000; text-align: left; border-bottom: 3px solid #006179; }
.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: #006179; }

.article { padding: 20px 0 0; }
.article .title { margin: 0 0 10px; font-size: 20px; font-weight: 700; line-height: 32px; color: #006179; 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: 25px 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%;margin:0 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: #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: #006179; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }

#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: 2px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #006179; font-weight: bold; color: #fff; border-color: #006179;}
#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; }