@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tz-section * { box-sizing: border-box; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s 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.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s 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); }

html { min-width: 1200px; }

.container { width: 1200px; margin: 0 auto; padding: 0; background: none; overflow: visible; }

.tz-header { position: relative; }
.tz-header img { width: 100%; vertical-align: top; }
.tz-header .logo-link { position: absolute; top: 4.4%; left: 8.2%; width: 26.2%; height: 20.2%; }

.tz-section { padding: 30px 0 0; }
.tz-section .zcjc, .tz-section .zctj { width: 580px; }
.tz-section .zcjc .column1, .tz-section .zctj .column1 { margin-top: 0; }
.tz-section .zcjc .column1 h3, .tz-section .zctj .column1 h3 { color: #f00; }
.tz-section .help { margin: 40px 0; font-size: 0; text-align: justify; }
.tz-section .help li { display: inline-block; margin-left: 22px; vertical-align: top; }
.tz-section .help li:first-child { margin: 0; }
.tz-section .help::after { display: inline-block; content: ""; width: 100%; }
.tz-section .help .txt { padding-right: 22px; font-size: 32px; font-weight: 700; line-height: 125px; color: #0054a6; text-align: left; background-image: url(../images/zt_bg1.png); background-repeat: no-repeat; background-position: 0 75px; background-color: transparent; background-size: auto; }
.tz-section .help .txt h3 { font-weight: 700; }
.tz-section .help img { height: 125px; vertical-align: top; }

.tz-section .column1 { position: relative; margin: 10px 0 0px; text-align: center; }

.tz-section .column1::before { position: absolute; top: 49%; left: 0; display: block; content: ""; width: 100%; height: 1px; background: #3e7fd2; /* height: 50%; */ }

.tz-section .column1 h3 { position: relative; z-index: 2; display: inline-block; font-size: 34px; line-height: 65px; color: #000; font-weight: 700; background: #fff; }
.tz-section .column1 h3 span { color: #f00; font-size: 48px; }

.tz-section .column1 h3::after, .tz-section .column1 h3::before { display: inline-block; vertical-align: top; content: ""; width: 34px; height: 65px; margin: 0 24px 0 0; background: url(../images/ys_bg1.jpg) no-repeat 50% 50%; }

.tz-section .column1 h3::after { margin: 0 0 0 24px; transform: rotate(180deg); -ms-transform: rotate(180deg); }

.zctj-slick { margin: 20px 0 0; font-size: 0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }

.zctj-slick img { width: 100%; height: 400px; }

.zctj-slick .text { padding: 23px 36px; background: #fff; }

.zctj-slick .text .title { display: block; width: 335px; height: 64px; font-size: 20px; line-height: 32px; color: #000; transform: translateY(50%); opacity: 0; }

.zctj-slick .slick-active .text .title { opacity: 1; transform: translateY(0); transition: all .4s .4s; }

.zctj-slick .slick-arrow { position: absolute; bottom: 36px; right: 40px; z-index: 2; width: 34px; height: 34px; background: url(../images/ys_bg2.png) no-repeat 50% 50% #e5e5e5; border-radius: 3px; transition: all .3s; -ms-transition: all .3s; }

.zctj-slick .slick-arrow.slick-prev { right: 90px; transform: rotate(180deg); -ms-transform: rotate(180deg); }

.zctj-slick .slick-arrow:hover { background-color: #1657c8; }

.tz-list::after { display: block; content: ""; clear: both; }

.tz-list li { padding: 25px 0; border-bottom: 1px solid #ddd; transition: all .3s; -ms-transition: all .3s; }

.tz-list li:hover { transform: translateX(4px); -ms-transform: translateX(4px); }

.tz-list li:hover .title { color: #f00; transition: all .3s; }

.tz-list li:last-child { padding-bottom: 0; border: none; }

.tz-list .title { display: inline-block; width: calc(100% - 135px); font-size: 16px; line-height: 30px; color: #000; margin: 0; height: 60px; }

.tz-list .date { margin: 30px 0 0; font-size: 14px; line-height: 30px; color: #999; }

.tz-list2 { margin: 10px 0 0; }
.tz-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; }
.tz-list2 li:last-child { border: none; }
.tz-list2 li:hover { transform: translateX(4px); -ms-transform: translateX(4px); }
.tz-list2 li:hover .title { color: #f00; transition: all .3s; }
.tz-list2 li:hover .title::before { background: #f00; }
.tz-list2 .title { display: inline-block; vertical-align: top; width: calc(100% - 125px); margin: 0; font-size: 16px; line-height: 54px; color: #000; }
.tz-list2 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 8px 1px 0; background: #c7d2d8; 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; }
.tz-list2 .date { font-size: 14px; line-height: 54px; color: #808080; }

.tz-section .more { display: block; width: 44px; margin: 12px 0 0 auto; font-size: 15px; line-height: 40px; color: #808080; transition: all .3s; -ms-transition: all .3s; }

.tz-section .more:hover { color: #f00; font-size: 16px; }

.tz-section .more span { color: #f00; }

.switch-box { margin: 15px 0 0; }
.switch-box .sub-menu .item { display: none; }
.switch-box .sub-menu .item.active { display: block; }
.switch-box .content-slide { display: none; }
.switch-box .content-slide.active { display: block; }
.switch-box .more { margin: 0 auto; width: 80px; text-align: center; }

.hqzcjzs .main-menu { font-size: 0; text-align: center; }
.hqzcjzs .main-menu h5 { display: inline-block; min-width: 384px; padding: 0 20px; margin: 15px 8px 0 8px; font-size: 16px; font-weight: 700; line-height: 42px; color: #000; text-align: center; background: #e9f1f8; cursor: pointer; }
.hqzcjzs .main-menu h5.active { background: #ae1410; color: #fff; }
.hqzcjzs .sub-menu { margin: 30px 0 0; text-align: center; }
.hqzcjzs .sub-menu h6 { display: inline-block; min-width: 113.5px; padding: 0 12px; margin: 0 8px 15px 8px; font-size: 15px; font-weight: 500; line-height: 35px; color: #000; text-align: center; background: #e9f1f8; cursor: pointer; }
.hqzcjzs .sub-menu h6.active { background: #ae1410; color: #fff; }

.zqfw .main-menu { margin: 62px 0 0; padding: 0 90px; font-size: 0; border: 1px solid #ddd; border-bottom: none; }
.zqfw .main-menu::after { display: block; content: ""; box-sizing: border-box; clear: both; }
.zqfw .main-menu h5 { float: left; width: 460px; padding: 0 20px; margin: -28px 0 0 0; font-size: 18px; font-weight: 500; line-height: 58px; color: #000; text-align: center; background: #f6e7d1; cursor: pointer; }
.zqfw .main-menu h5.active { background: #3e7fd2; color: #fff; font-weight: 700; }
.zqfw .main-menu h5:nth-child(even) { float: right; }
.zqfw .sub-menu { padding: 27px 90px 10px; border: 1px solid #ddd; border-top: none; }
.zqfw .ztfl::after { display: block; content: ""; box-sizing: border-box; clear: both; }
.zqfw .ztfl h6 { float: left; min-width: 180px; padding: 0 12px; margin: 0 29px 25px 0; font-size: 16px; font-weight: 500; line-height: 45px; color: #000; text-align: center; background: #e9f1f8; cursor: pointer; }
.zqfw .ztfl h6.active { background: #ae1410; color: #fff; }
.zqfw .ztfl h6:nth-child(5n) { margin-right: 0; }
.zqfw .zqfl { position: relative; padding: 0 0 20px; font-size: 0; text-align: justify; }
.zqfw .zqfl h6 { display: inline-block; font-size: 16px; font-weight: 500; line-height: 40px; color: #000; text-align: center; cursor: pointer; }
.zqfw .zqfl h6 .yuan { width: 22px; height: 22px; margin: 0 auto 0; border: 4px solid #dadada; border-radius: 50%; background: #fff; }
.zqfw .zqfl h6 .icon { position: relative; width: 72px; height: 72px; margin: 0 auto 22px; border: 6px solid #e5e5e5; border-radius: 50%; }
.zqfw .zqfl h6 .icon::after { position: absolute; top: 99%; right: auto; bottom: auto; left: 50%; z-index: 1; content: ""; width: 0; height: 0; border-top: 16px solid #e5e5e5; border-bottom: 12px solid transparent; border-left: 18px solid transparent; border-right: 18px solid transparent; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.zqfw .zqfl h6 .icon i { display: block; width: 45px; height: 45px; margin: 7.5px 7.5px 0; background-image: url(../images/zt_spirit.png); background-repeat: no-repeat; background-position: -1px 50%; background-color: transparent; background-size: auto; }
.zqfw .zqfl h6 .icon i.i1 { background-position-y: 0px; }
.zqfw .zqfl h6 .icon i.i2 { background-position-y: -45px; }
.zqfw .zqfl h6 .icon i.i3 { background-position-y: -90px; }
.zqfw .zqfl h6 .icon i.i4 { background-position-y: -135px; }
.zqfw .zqfl h6 .icon i.i5 { background-position-y: -180px; }
.zqfw .zqfl h6 .icon i.i6 { background-position-y: -225px; }
.zqfw .zqfl h6.active { font-weight: 700; }
.zqfw .zqfl h6.active .yuan { border-color: #ae1410; }
.zqfw .zqfl h6.active .icon { background: #ae1410; border-color: #ae1410; }
.zqfw .zqfl h6.active .icon::after { border-top-color: #ae1410; }
.zqfw .zqfl h6.active .icon i { background-position-x: 103%; }
.zqfw .zqfl::after { display: inline-block; content: ""; width: 100%; }
.zqfw .zqfl .line { position: absolute; top: 95px; right: 25px; bottom: auto; left: auto; z-index: -1; width: calc(100% - 50px); height: 20px; background: #e7e7e7; border-radius: 20px; }
.zqfw .zqfl .line::after { position: absolute; top: 46%; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 0; border-top: 2px dashed #fff; }

.sfmuqd .main-menu { margin: 0 0 30px; font-size: 0; }
.sfmuqd .main-menu h5 { display: inline-block; min-width: 280px; padding: 0 20px; margin: 15px 26px 0 0; font-size: 18px; font-weight: 500; line-height: 45px; color: #000; text-align: center; background: #f6e7d1; cursor: pointer; }
.sfmuqd .main-menu h5.active { font-weight: 700; background: #3e7fd2; color: #fff; }
.sfmuqd .main-menu h5:last-child { margin-right: 0; }

.tz-section .img-link1 { margin: 35px 0 0; }

.tz-section .img-link1 li { margin: 0 0 30px; }
.tz-section .img-link1 li:last-child { margin: 0; }

.tz-section .img-link1 img { width: 100%; vertical-align: top; }

.tz-section .img-link2 { font-size: 0; margin: 30px -20px 0; }

.tz-section .img-link2 li { display: inline-block; width: 50%; padding: 0 20px; }

.tz-section .img-link2 li img { width: 100%; height: 182px; vertical-align: top; }

#page-list { margin: 40px auto 12px; }
#page-list > table { margn: 0 auto;  }
#page-list td, #page-list span, #page-list a, #page-list input { font-family: Arial; }
#page-list td { font-size: 14px;  }
#page-list #fanye1010976 { line-height: 26px; padding-top: 5px; }
#page-list span, #page-list a, #page-list input, #page-list div { display: inline-block; width: auto; height: 26px;  font-size: 14px;  }
#page-list span, #page-list a, #page-list #gotopagebut {padding: 0px 8px; line-height: 26px;   border-radius: 2px;    border: 1px solid #1657c8; margin: 0px 5px 0;  }
#page-list a { color:#1657c8; }
#page-list .defaultInputStyle { height: 24px; border: 1px solid #1657c8; border-radius: 2px; padding: 0 4px; line-height: 24px; outline: none; vertical-align: top; margin: 0 5px 0 2px; }