@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; }

body { overflow-x: hidden; }

body.hide { overflow: hidden; }

.container { width: 94%; max-width: 1200px; margin: 0 auto; }

.header { position: relative; z-index: 2; }

.header .head1 { padding: 26px 0; background: #014ea5; }

.header .logo a { outline: none; }

.header .logo img { height: 62px; vertical-align: middle; }

.header .head1 .container { position: relative; }

.header .head1 .container > .fr { padding: 13px 0 0; }

.header.fixed .nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.top-link { display: inline-block; *display: inline; *zoom: 1; font-size: 14px; font-weight: 500; line-height: 35px; color: #fff; text-align: left; vertical-align: top; }

.top-link a { color: #fff; }

.top-link a:last-child { margin-right: 8px; }

.top-link span { margin: 0 10px; }

.top-link span:last-child { margin-right: 5px; }

.search { display: inline-block; *display: inline; *zoom: 1; padding: 5px 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; }

.search .input { width: 0px; height: 28px; font-size: 14px; font-weight: 500; line-height: 28px; color: #333; text-align: left; vertical-align: top; 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; }

.search .input::-webkit-input-placeholder { color: #bbb; }

.search .input:-moz-placeholder { color: #bbb; }

.search .input::-moz-placeholder { color: #bbb; }

.search .input:-ms-input-placeholder { color: #bbb; }

.search .input::placeholder { color: #bbb; }

.search .submit { width: 28px; height: 28px; background-image: url(../images/h_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; }

.search:hover .input { padding: 0 12px; width: 170px; }

.nav { position: relative; z-index: 2; border-top: 2px solid #8f000b; background: #fff; }

.nav ul { height: 60px; }

.nav li { position: relative; float: left; width: 12.5%; }

.nav li a { display: block; letter-spacing: 1px; font-size: 18px; font-weight: 500; line-height: 60px; color: #000; text-align: center; -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:first-child { margin-left: 0; }

.nav li:last-child { margin-right: 0; }

.nav li:hover > a { color: #fff; background: #8f000b; }

.nav li:hover .lv2 { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); visibility: visible; opacity: 1; }

.nav li .lv2 { position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: 8px 0 12px; border: 1px solid #8f000b; border-top: 0; background: rgba(255, 255, 255, 0.9); -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; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; visibility: hidden; }

.nav li .lv2 a { padding: 0 4px; letter-spacing: 0; font-size: 16px; line-height: 35px; color: #333; }

.nav li .lv2 a:hover { color: #8f000b; }

.banner { position: relative; z-index: 1; max-height: 27.08vw; overflow: hidden; }

.banner-slick { z-index: 1; font-size: 0; }

.banner-slick .slick-active a { -webkit-transition: transform 6s linear 0s; -moz-transition: transform 6s linear 0s; -o-transition: transform 6s linear 0s; -webkit-transition: -webkit-transform 6s linear 0s; transition: -webkit-transform 6s linear 0s; -o-transition: -o-transform 6s linear 0s; -moz-transition: transform 6s linear 0s, -moz-transform 6s linear 0s; transition: transform 6s linear 0s; transition: transform 6s linear 0s, -webkit-transform 6s linear 0s, -moz-transform 6s linear 0s, -o-transform 6s linear 0s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.banner-slick a { display: block; position: relative; padding: 27.08% 0 0; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; -webkit-transition: -webkit-transform 0.3s linear 0s; transition: -webkit-transform 0.3s linear 0s; -o-transition: -o-transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s, -moz-transform 0.3s linear 0s; transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s, -moz-transform 0.3s linear 0s, -o-transform 0.3s linear 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.banner-slick a img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; }

.banner-slick .slick-arrow { position: absolute; top: -webkit-calc(50% - 27px); top: -moz-calc(50% - 27px); top: calc(50% - 27px); right: auto; bottom: auto; left: auto; z-index: 1; width: 65px; height: 65px; opacity: .4; -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; }

.banner-slick .slick-arrow.slick-prev { left: 50px; background-image: url(../images/prev.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: 100%; background-size: 100%; }

.banner-slick .slick-arrow.slick-next { right: 50px; background-image: url(../images/next.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: 100%; background-size: 100%; }

.banner-slick .slick-dots { position: absolute; top: auto; right: auto; bottom: 18px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.banner-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 7px; border: 1px dashed transparent; vertical-align: middle; cursor: pointer; border-radius: 50%; -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; }

.banner-slick .slick-dots li button { width: 12px; height: 12px; background: #ccc; border-radius: 50%; }

.banner-slick .slick-dots li.slick-active { padding: 2px; border-color: #fff; }

.banner-slick .slick-dots li.slick-active button { background: #fff; }

.banner-slick:hover .slick-arrow { opacity: 1; }

.ksdh { position: absolute; top: auto; right: auto; bottom: 68px; left: 50%; z-index: 1; font-size: 0; white-space: nowrap; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.ksdh li { display: inline-block; *display: inline; *zoom: 1; margin: 0 5px; height: 92px; border: 1px solid #8f000b; border-radius: 6px; }

.ksdh li > a { display: inline-block; *display: inline; *zoom: 1; width: 90px; height: 90px; padding: 58px 0 0; border-radius: 6px; font-size: 14px; font-weight: 500; line-height: 22px; color: #000; text-align: center; background-image: url(../images/h_icon2.png); background-repeat: no-repeat; background-position: 50% 14px; background-color: #fff; -o-background-size: auto; background-size: 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; }

.ksdh li:hover { border-color: #014ea5; }

.ksdh li:hover > a { color: #fff; background-color: #014ea5; background-image: url(../images/h_icon2_2.png); }

.ksdh li:nth-child(2) > a { background-image: url(../images/h_icon3.png); }

.ksdh li:nth-child(2):hover > a { background-image: url(../images/h_icon3_2.png); }

.ksdh li:nth-child(3) > a { background-image: url(../images/h_icon4.png); }

.ksdh li:nth-child(3):hover > a { background-image: url(../images/h_icon4_2.png); }

.ksdh li:nth-child(4) > a { background-image: url(../images/h_icon5.png); }

.ksdh li:nth-child(4):hover > a { background-image: url(../images/h_icon5_2.png); }

.ksdh li:nth-child(5) > a { background-image: url(../images/h_icon6.png); }

.ksdh li:nth-child(5):hover > a { background-image: url(../images/h_icon6_2.png); }

.ksdh li:nth-child(6) > a { background-image: url(../images/h_icon7.png); }

.ksdh li:nth-child(6):hover > a { background-image: url(../images/h_icon7_2.png); }

.ksdh li { background: #fff; }

.ksdh li dl { display: inline-block; *display: inline; *zoom: 1; width: 0; font-size: 0; vertical-align: top; overflow: hidden; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; transition: all 0.45s ease 0s; }

.ksdh li dl dd { display: inline-block; *display: inline; *zoom: 1; width: 110px; margin: 10px 0 0 20px; }

.ksdh li dl dd a { display: block; opacity: .8; background: #7970d7; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }

.ksdh li dl dd a:hover { opacity: 1; }

.ksdh li dl dd:nth-child(2) a { background: #c57900; }

.ksdh li dl dd:nth-child(3) a { background: #8f000b; }

.ksdh li dl dd:nth-child(4) a { background: #4085d2; }

.ksdh li dl dd:nth-child(5) a { background: #00a674; }

.ksdh li dl dd:nth-child(6) a { background: #e8685b; }

.ksdh .yqlj:hover dl { width: 402px; }
.ksdh .yqlj2:hover dl { width: 272px; }
.ksdh li:last-child:hover dl { width: 500px; }
.ksdh li:last-child dl dd{width:140px;}
.ksdh li dl { position: relative; }
.ksdh .text { display: none; position: absolute; bottom: calc(100% + 1px); right: 0; width: 100%; background: #f7f7f7; border: 1px solid #ef913e; font-size: 12px; line-height: 20px; border-radius: 4px; }
.ksdh li dl dd:hover .text { display: block;padding:10px;}
.ksdh li dl dd .text img{margin:0 auto;display:block;}
.ksdh li dl dd .text img+p{text-align:center;margin-top:6px;}
.ksdh .text p{white-space: normal;}
.ksdh .yqlj .br1, .ksdh .yqlj2 .br2 { display: none; }



.xwdt { padding: 35px 0 50px; background: #efefef; }

.xwdt .list1 { width: 47.5%; }

.xwdt .column { text-align: center; }

.column { margin: 0 0 25px; }

.column h3 { display: inline-block; *display: inline; *zoom: 1; font-size: 30px; font-weight: 700; line-height: 50px; color: #014ea5; text-align: left; }

.column .more { font-size: 16px; font-weight: 500; line-height: 50px; color: #999; text-align: left; }

.column .more:hover { color: #014ea5; }

.column .l-line { position: relative; display: inline-block; *display: inline; *zoom: 1; width: 80px; height: 1px; margin: 0 30px 0 0; background: #ccc; vertical-align: middle; }

.column .l-line::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: -4px; right: -8px; bottom: auto; left: auto; z-index: 1; width: 8px; height: 8px; background: #8f000b; border-radius: 50%; }

.column .r-line { position: relative; display: inline-block; *display: inline; *zoom: 1; width: 80px; height: 1px; margin: 0 0 0 25px; background: #ccc; vertical-align: middle; }

.column .r-line::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: -4px; right: auto; bottom: auto; left: -8px; z-index: 1; width: 8px; height: 8px; background: #8f000b; border-radius: 50%; }

.title { font-size: 16px; font-weight: 500; line-height: 55px; color: #000; text-align: left; }

.news-slick { width: 48.33%; font-size: 0; }

.news-slick .img { padding: 63.8% 0 0; }

.news-slick .img-scale { position: relative; }

.news-slick .title { position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; width: 100%; padding: 0 160px 0 35px; font-size: 16px; font-weight: 500; line-height: 40px; color: #fff; text-align: left; background: rgba(0, 0, 0, 0.7); }

.news-slick .slick-dots { position: absolute; top: auto; right: 22px; bottom: 14px; left: auto; z-index: 1; }

.news-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 6px; width: 12px; height: 12px; background: #999; vertical-align: middle; cursor: pointer; border-radius: 50%; -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; }

.news-slick .slick-dots li.slick-active { background: #fff; }

.list1 li { padding: 12px 0; font-size: 0; border-top: 1px dashed #ccc; -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 li:first-child { padding-top: 10px; border: none; }

.list1 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.list1 li:hover .title { color: #014ea5; }

.list1 .date { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; background: #4085d2; }

.list1 .date p { display: inline-block; *display: inline; *zoom: 1; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: left; vertical-align: middle; }

.list1 .date p:first-child { position: relative; padding: 0 6px; font-size: 20px; background: #c33232; }

.list1 .date p:first-child::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: -10px; right: 35%; bottom: auto; left: auto; z-index: 1; width: 0; border: 5px solid transparent; border-bottom-color: #c33232; }

.list1 .date p:last-child { padding: 0 6px; }

.list1 .title { display: inline-block; *display: inline; *zoom: 1; width: -webkit-calc(100% - 104px); width: -moz-calc(100% - 104px); width: calc(100% - 104px); padding: 0 0 0 16px; line-height: 30px; }

.tzgg { width: 48.33%; margin: 35px 0 0; }

.fwlc { width: 47.5%; margin: 35px 0 0; }

.fwlc .column { margin: 0; }

.list2 li { position: relative; margin: 0 0 26px; font-size: 0; border: 1px solid #ddd; -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; }

.list2 li:before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 22%; right: auto; bottom: auto; left: auto; z-index: 1; width: 4px; height: 56%; background: #9fc2e8; }

.list2 li:last-child { margin: 0; }

.list2 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.list2 li:hover .title { color: #014ea5; }

.list2 .date { display: inline-block; *display: inline; *zoom: 1; width: 96px; font-size: 14px; font-weight: 500; line-height: 28px; color: #999; text-align: center; vertical-align: top; }

.list2 .date p:first-child { padding: 6px 0 0; font-size: 24px; line-height: 26px; font-weight: 700; color: #014ea5; }

.list2 .title { display: inline-block; *display: inline; *zoom: 1; width: -webkit-calc(100% - 96px); width: -moz-calc(100% - 96px); width: calc(100% - 96px); line-height: 60px; }

.list3 li { border-bottom: 1px dashed #ddd; -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; }

.list3 li:last-child { border: none; }

.list3 li .title { display: inline-block; *display: inline; *zoom: 1; line-height: 65px; }

.list3 li .title::before { display: inline-block; *display: inline; *zoom: 1; content: ""; width: 8px; height: 8px; margin: 0 10px 0 0; border-radius: 50%; background: #4085d2; }

.list3 li .date { font-size: 14px; font-weight: 500; line-height: 65px; color: #999; text-align: left; }

.list3 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.list3 li:hover .title { color: #014ea5; }

.footer { margin: 30px 0 0; padding: 25px 0; background: #014ea5; border-top: 2px solid #8f000b; }

.copy { font-size: 16px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }

.decoration { position: relative; z-index: 2; max-height: 320px; overflow: hidden; }

.decoration img { width: 100%; vertical-align: top; }

.section { position: relative; z-index: 2; }

.sidebar { width: 20%; margin: -50px 0 0; }

.sidebar h3 { font-size: 24px; font-weight: 500; line-height: 100px; color: #fff; text-align: center; background: #014ea5; }

.lv2-nav { border-left: 1px solid #ddd; }

.lv2-nav li { border-bottom: 1px solid #ddd; }

.lv2-nav li a { display: block; margin: 0 0 0 -1px; padding: 0 20%; border-left: 4px solid transparent; font-size: 18px; font-weight: 500; line-height: 60px; color: #000; 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; }

.lv2-nav li a:hover { color: #8f000b; background: #f6f6f6; }

.lv2-nav li a.cur { font-weight: 700; color: #8f000b; border-color: #014ea5; background-image: url(../images/h_icon8.png); background-repeat: no-repeat; background-position: 80% 50%; background-color: #f6f6f6; -o-background-size: auto; background-size: auto; }

.main { width: 75%; margin: 32px 0 0;min-height:326px;}

.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 20px; border-bottom: 1px solid #ddd; }

.position h3 { display: inline-block; *display: inline; *zoom: 1; margin: 0 0 -1px; font-size: 24px; font-weight: 500; line-height: 53px; color: #000; text-align: left; border-bottom: 2px solid #014ea5; }

.position h3:before { display: inline-block; *display: inline; *zoom: 1; content: ""; width: 5px; height: 24px; margin: 0 8px 0 0; background: #8f000b; vertical-align: middle; }

.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; -o-background-size: auto; background-size: auto; }

.position .place a { color: #999; }

.position .place a:hover { color: #014ea5; }

.pic-list li { padding: 25px 0; border-bottom: 1px dashed #ddd; -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; }

.pic-list li:first-child { padding-top: 20px; }

.pic-list li:hover { box-shadow: 0 0 30px 0 #999; background: #f9f9f9; border-bottom-right-radius: 25px; }

.pic-list .img-scale { width: 17.77%; }

.pic-list .img-scale .img { padding: 68.75% 0 0; }

.pic-list .text { width: 80%; }

.pic-list .title { line-height: 24px; }

.pic-list .title:hover { color: #014ea5; }

.pic-list .info { margin: 6px 0; font-size: 14px; font-weight: 500; line-height: 25px; color: #666; text-align: left; }

.pic-list .date { font-size: 14px; font-weight: 500; line-height: 25px; color: #999; text-align: left; }

.pic-list .date span { color: #014ea5; font-size: 20px; }

.article { padding: 20px 0 0; }

.article .title { font-size: 24px; font-weight: 700; line-height: 32px; color: #014ea5; text-align: center; }
.article .sub-title { font-size: 18px; text-align: center; color: #888; line-height: 42px; }
.article .sub { padding: 10px 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: 30px 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: #999; 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; }

.article .cont-page a span { color: #000; }

.article .cont-page a:hover { color: #014ea5; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.header { z-index: 999; }

.list2 .title, .list1 .title { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.list3 a { width: -webkit-calc(100% - 90px); width: -moz-calc(100% - 90px); width: calc(100% - 90px); vertical-align: top; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.pic-list li::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; clear: both; }

.news-slick .title { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.btn { display: none; vertical-align: top; }

.btn .search-btn { display: inline-block; *display: inline; *zoom: 1; width: 35px; height: 35px; background-image: url(../images/h_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; cursor: pointer; }

.nav-btn { display: inline-block; *display: inline; *zoom: 1; width: 35px; font-size: 0; margin: 5px 0 0 10px; text-align: right; vertical-align: top; cursor: pointer; }

.nav-btn i { display: inline-block; *display: inline; *zoom: 1; width: 100%; height: 2px; margin: 10px 0 0; 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; }

.nav-btn i:nth-child(1) { margin-top: 0; }

.nav-btn i:nth-child(2) { width: 70%; }

.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 13px) rotate(45deg); -moz-transform: translate(0, 13px) rotate(45deg); -o-transform: translate(0, 13px) rotate(45deg); -ms-transform: translate(0, 13px) rotate(45deg); transform: translate(0, 13px) rotate(45deg); }

.nav-btn.close i:nth-child(2) { opacity: 0; }

.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -11px) rotate(-45deg); -moz-transform: translate(0, -11px) rotate(-45deg); -o-transform: translate(0, -11px) rotate(-45deg); -ms-transform: translate(0, -11px) rotate(-45deg); transform: translate(0, -11px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75); }

.mask.show .search { top: 38%; opacity: 1; -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 { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px; }

.mask .close i { display: block; width: 100%; height: 2px; background: #fff; }

.mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); -ms-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); }

.mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); -ms-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

@media screen and (max-width: 1500px) { .header .head1 .container > .fr { padding: 22px 0 0; } }

@media screen and (max-width: 1200px) { .sidebar h1 { font-size: 22px; }
  .sidebar .lv2-nav a { font-size: 16px; }
  .column h3 { font-size: 22px; } }

@media screen and (max-width: 1024px) {
.ksdh{display:none !important;}
 .header .head1 { padding: 8px 0; border-bottom: 2px solid #8f000b; } .article { padding: 10px 0 0; }
  .header .head1 .container > .fr { padding: 7px 0 0; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; }
  .header .logo img { height: 50px; }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); position: absolute; top: 100%; right: 0; bottom: auto; left: 0; z-index: 1; width: 100%; height: -webkit-calc(100vh - 68px); height: -moz-calc(100vh - 68px); height: calc(100vh - 68px); padding: 20px 0 30px; border: none; background: rgba(0, 0, 0, 0.8); overflow-x: hidden; -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 ul { height: auto; }
  .nav li { float: none; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .nav li a { padding: 0 0 0 15px; color: #fff; text-align: left; background: none !important; }
  .nav li .down { display: block; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 60px; height: 60px; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -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(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; margin-top: -10px; padding-top: 0; padding-left: 40px; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-transition: none 0.35s ease 0s; -moz-transition: none 0.35s ease 0s; -o-transition: none 0.35s ease 0s; transition: none 0.35s ease 0s; border: none; background: none; }
  .nav li .lv2 a { color: #fff !important; }
  .nav li:last-child { margin-bottom: 50px !important; }
  .top-link { font-size: 12px; }
  .banner, .decoration { padding: 0; }
  .search { visibility: hidden; opacity: 0; position: absolute; top: 40vh; right: calc(47vw - 210px); bottom: auto; z-index: 200; padding: 10px 15px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -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; }
  .search .input { width: 350px !important; height: 40px; padding: 0 8px !important; line-height: 40px; border: 1px solid #eee; }
  .search .submit { width: 35px; height: 35px; background-image: url(../images/h_icon1_2.png); }
  .search.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  .btn { display: inline-block; *display: inline; *zoom: 1; }
  .ksdh { position: static; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 90%; margin: 25px auto 35px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .ksdh li { margin: 0; border-color: #014ea5; background-color: #014ea5; }
  .ksdh li > a { color: #fff; background-color: #014ea5; background-image: url(../images/h_icon2_2.png); }
  .ksdh li:nth-child(2) > a { background-image: url(../images/h_icon3_2.png); }
  .ksdh li:nth-child(3) > a { background-image: url(../images/h_icon4_2.png); }
  .ksdh li:nth-child(4) > a { background-image: url(../images/h_icon5_2.png); }
  .ksdh li:nth-child(5) > a { background-image: url(../images/h_icon6_2.png); }
  .ksdh li:nth-child(6) > a { background-image: url(../images/h_icon7_2.png); }
  .ksdh .yqlj { display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin: 20px 0 0; }
  .ksdh .yqlj dl { float: right; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-evenly; -moz-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; width: -webkit-calc(100% - 90px); width: -moz-calc(100% - 90px); width: calc(100% - 90px); }
  .ksdh .yqlj dl dd { width: 28%; margin: 5px 0; }
  .ksdh .yqlj dl br { display: none; }
  .column { margin: 0 0 15px; }
  .news-slick { width: 100%; }
  .tzgg, .fwlc { width: 100%; margin: 30px 0 0; }
  .xwdt { padding: 20px 0 30px; }
  .xwdt .list1 { width: 100%; margin: 30px 0 0; }
  .sidebar { width: 100%; margin: 20px 0 0; }
  .sidebar h3 { position: relative; padding: 0 20px; line-height: 55px; text-align: left; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 55px; height: 55px; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; }
  .sidebar .lv2-nav { display: none; }
  .sidebar .lv2-nav a { text-align: left; text-indent: 20px; padding: 0 2%; }
  .sidebar .lv2-nav a.cur { background-position: 90% 50%; }
  .main { width: 100%; } }

@media screen and (max-width: 800px) { .foot-logo img { max-width: 90%; height: auto; }
  .search { right: -webkit-calc(47vw - 150px); right: -moz-calc(47vw - 150px); right: calc(47vw - 150px); }
  .search .input { width: 230px !important; }
  .ksdh li { height: auto; }
  .ksdh li > a { width: 80px; height: auto; padding: 40px 0 0; font-size: 12px; line-height: 30px; -o-background-size: 30px 30px; background-size: 30px 30px; background-position: 50% 8px; }
  .ksdh .yqlj dl dd a { font-size: 12px; }
  .news-slick .title { padding: 0 105px 0 15px; }
  .news-slick .slick-dots { right: 10px; }
  .news-slick .slick-dots li { margin: 0 3px; }
  .pic-list .img-scale { float: none; width: 100%; max-width: 420px; margin: 0 auto; }
  .pic-list .text { float: none; width: 100%; margin: 20px 0 0; } }

@media screen and (max-width: 600px) { .column h3 { font-size: 20px; }
  .column .more { font-size: 12px; }
  .column .r-line, .column .l-line { width: 50px; }
  .header .logo img { height: 30px; }
  .header .head1 .container > .fr { padding: 0; }
  .top-link { display: none; }
  .nav { height: -webkit-calc(100vh - 53px); height: -moz-calc(100vh - 53px); height: calc(100vh - 53px); }
  .copy { font-size: 12px; }
  .ksdh { width: 100%; margin: 0; }
  .ksdh li { width: 50%; border-radius: 0; border-bottom: 1px solid #6d9bce; }
  .ksdh li > a { width: 100%; text-align: left; line-height: 45px; padding: 0 0 0 45px; background-position: 7px 50%; }
  .ksdh li:nth-child(even) { border-left: 1px solid #6d9bce; }
  .ksdh li:nth-child(5) { width: 100%; }
  .ksdh .yqlj { margin: 0; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .ksdh .yqlj a { border-radius: 0; }
  .ksdh .yqlj dl { width: 100%; }
  .main { margin: 20px 0 0; }
  .position { text-align: center; border: none; }
  .position .place { float: none; line-height: 20px; display: inline-block; }
  .position h3 { display: block; width: auto; font-size: 20px; text-align: center; }
  .list3 li { padding: 8px 0; }
  .list3 li .title { width: 100%; line-height: 25px; white-space: initial; -o-text-overflow: clip; text-overflow: clip; }
  .list3 li .date { float: none; display: block; width: 100%; line-height: 30px; } }

@media screen and (max-width: 450px) { .banner .slick-arrow { display: none !important; }
  .nav-btn { margin: 0 0 0 10px; } }


#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: 7px 9px; 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: #0167af; font-weight: bold; color: #fff; border-color: #0167af;}
#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; }