* {
    margin: 0;
    padding: 0
}

html,body {
    height: 100%;
    font-family: 微软雅黑,"Microsoft YaHei",宋体,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
}

html {
    background-repeat: repeat-y;
    background-position: center top
}

body {
    min-width: 1200px;
    background-image: url("/ztzl/yshj-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f4faff
}

li {
    list-style-type: none
}

a,a:hover {
    text-decoration: none
}

a[href]:after {
    content: none !important
}

a:hover {
    font-weight: bold
}

img {
    border: none
}

.clear {
    clear: both
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #ccc;
    font-size: 14px
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #ccc;
    font-size: 14px
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px
}

ul {
    list-style: none
}

ul.line li {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top
}

.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.slideBox ul {
    margin-bottom: 0
}

.slideBox .slideHd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1
}

.slideBox .slideHd ul {
    overflow: hidden;
    zoom:1;float: left
}

.slideBox .slideHd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-family: "微软雅黑"
}

.slideBox .slideHd ul li.on {
    background: #ff0000;
    color: #fff
}

.slideBox .slideBd {
    position: relative;
    height: 100%;
    z-index: 0
}

.slideBox .slideBd li {
    zoom:1;vertical-align: middle
}

.slideBox .slideBd img {
    width: 100%;
    height: 100%;
    display: block
}

.slideBox .slideBd .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    width: 100%;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    background: rgba(0,0,0,0.5);
    color: #ffffff
}

.scrollBox {
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc
}

.scrollBox .bd ul {
    overflow: hidden;
    zoom:1}

.scrollBox .bd ul li {
    width: 130px;
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center
}

.scrollBox .bd ul li:hover {
    background-color: #dcdcdc
}

.scrollBox .bd ul li .pic {
    text-align: center
}

.scrollBox .bd ul li .pic img {
    margin: 0 auto;
    width: 58px;
    height: 50px;
    display: block
}

.scrollBox .bd ul li .pic a:hover img {
    border-color: #999
}

.scrollBox .bd ul li .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.scrollTextBox {
    float: right;
    margin-right: 10px;
    width: 1010px;
    position: relative
}

.scrollTextBox .bd {
    padding: 10px;
    overflow: hidden
}

.scrollTextBox .bd .tempWrap {
    width: 1050px !important
}

.scrollTextBox .bd ul {
    overflow: hidden;
    zoom:1}

.scrollTextBox .bd ul li {
    list-style-type: disc;
    margin-right: 60px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    _display: inline;
    width: auto !important;
    color: #557198
}

.scrollTextBox .bd ul li a {
    width: auto;
    margin-right: 10px;
    color: #333;
    text-decoration: none
}

.scrollTextBox .bd ul li a:hover {
    color: #CC3300
}

.xuwen .slideBox .slideHd ul li {
    margin-top: 3px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%
}

.doTabs {
    position: relative;
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top
}

.doTabs .doTabsHeader {
    margin: 0px;
    font-size: 0px
}

.doTabs .doTabsHeader .doTabsGoMore {
    cursor: pointer
}

.doTabs .doTabsHeader .doTabsTitle {
    display: inline-block;
    *zoom:1;*display: inline
}

.doTabs .doTabsHeader .doTabsTitle.on .more {
    display: block
}

.doTabs .doTabsHeader .doTabsTitle .more {
    display: none;
    position: absolute;
    right: 10px;
    top: 5px
}

.doTabs .doTabsBody>ul,.doTabs .doTabsBody>.tabsBodyBox {
    display: none;
    margin: 0px
}

.doTabs .doTabsBody>ul.on,.doTabs .doTabsBody>.tabsBodyBox.on {
    display: block
}

.doTabs .doTabsBody>ul .date,.doTabs .doTabsBody>.tabsBodyBox .date {
    float: right
}

.doTabs.simple {
    font-size: 12px;
    vertical-align: top
}

.doTabs.simple .doTabsHeader {
    height: 40px;
    line-height: 40px;
    background-color: #ebebeb
}

.doTabs.simple .doTabsHeader .doTabsTitle {
    width: 104px;
    font-size: 16px;
    text-align: center
}

.doTabs.simple .doTabsHeader .doTabsTitle.on {
    color: #fff;
    background-color: #2382e2
}

.doTabs.simple .doTabsHeader .doTabsTitle.on a {
    color: #fff
}

.doTabs.simple .doTabsHeader .doTabsTitle a {
    display: block;
    color: #333;
    text-align: center
}

.doTabs.simple .doTabsBody ul {
    margin-top: 10px;
    margin-left: 5px
}

.doTabs.simple .doTabsBody li {
    position: relative;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

.doTabs.simple .doTabsBody li a {
    color: #666
}

.doTabs.simple .doTabsBody li .date,.doTabs.simple .doTabsBody li i {
    float: right;
    margin-right: 5px;
    font-size: 12px;
    color: #999
}

.doTabs.simple .doTabsBody li img {
    position: absolute;
    top: 14px;
    left: 4px
}

.envPage2021 {
    padding-bottom: 50px;
    background-color: #f4faff
}

.envPage2021 .topSection .img {
    height: 357px;
    background-image: url("/ztzl/yshj-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top
}

.envPage2021 .topSection .link {
    margin: 0 auto;
    width: 1200px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    background-color: #3b7cbf
}

.envPage2021 .topSection .link a {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    width: 20%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.envPage2021 .topSection .link a:hover {
    font-weight: bold;
    background: #3f51b5
}

.envPage2021 .titleImg {
    width: 500px;
    height: 30px;
    margin: 20px auto 20px auto
}

.envPage2021 .titleImg.img1 {
    background: url(/ztzl/title1.png) no-repeat top center
}

.envPage2021 .titleImg.img2 {
    background: url(/ztzl/title2.png) no-repeat top center
}

.envPage2021 .titleImg.img3 {
    background: url(/ztzl/title3.png) no-repeat top center
}

.envPage2021 .titleImg.img4 {
    margin: 30px auto;
    width: 270px;
    height: 50px;
    background: url(/ztzl/title4.png) no-repeat top center
}

.envPage2021 .bar {
    box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    -ms-box-shadow: 3px 3px 5px #888;
    -o-box-shadow: 3px 3px 5px #888;
    padding: 15px;
    background-color: #fff
}

.envPage2021 .centerSection {
    margin: 0px auto;
    width: 1200px
}

.envPage2021 .centerSection .slideBox {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    width: 550px;
    height: 350px
}

.envPage2021 .centerSection .slideBox img {
    width: 550px;
    height: 350px
}

.envPage2021 .centerSection .newsBar {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    margin-left: 15px;
    width: 600px
}

.envPage2021 .centerSection .newsBar .newsBox {
    margin: 0
}

.envPage2021 .centerSection .newsBar .newsBox li span {
    width: 450px
}

.envPage2021 .centerSection .titleBox {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea
}

.envPage2021 .centerSection .titleBox h1 {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    margin: 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #2658a5;
    text-align: center;
    border-bottom: 2px solid #7492c1
}

.envPage2021 .centerSection .titleBox a {
    float: right;
    margin-top: 10px;
    color: #000
}

.envPage2021 .centerSection .newsBox li {
    height: 38px;
    line-height: 38px
}

.envPage2021 .centerSection .newsBox a {
    font-size: 16px;
    color: #333
}

.envPage2021 .centerSection .newsBox img {
    margin-top: -2px
}

.envPage2021 .centerSection .newsBox span {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 10px;
    width: 430px
}

.envPage2021 .centerSection .newsBox i {
    float: right;
    font-size: 16px;
    font-style: normal;
    color: #999
}

.envPage2021 .centerSection .more {
    display: block;
    margin: 15px auto 0 auto;
    width: 72px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #8ba6cf;
    color: #2658a5;
    cursor: pointer
}

.envPage2021 .centerSection .more:hover {
    font-weight: bold;
    color: #fff;
    background-color: #8ba6cf
}

.envPage2021 .centerSection .policy .bar {
    padding: 20px 0
}

.envPage2021 .centerSection .policy .newsBox {
    margin: 0;
    width: 100%;
    font-size: 0
}

.envPage2021 .centerSection .policy .newsBox li {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    padding: 0 20px;
    width: 50%
}

.envPage2021 .centerSection .scrollBox {
    position: relative;
    border: none;
    overflow: inherit
}

.envPage2021 .centerSection .scrollBox.noScroll {
    font-size: 0px
}

.envPage2021 .centerSection .scrollBox.noScroll .hd {
    display: none
}

.envPage2021 .centerSection .scrollBox.noScroll img {
    width: 369px
}

.envPage2021 .centerSection .scrollBox a {
    display: block;
    height: 100%
}

.envPage2021 .centerSection .scrollBox a:hover {
    background-color: #509bf5
}

.envPage2021 .centerSection .scrollBox a:hover .title,.envPage2021 .centerSection .scrollBox a:hover p {
    color: #fff
}

.envPage2021 .centerSection .scrollBox a:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02)
}

.envPage2021 .centerSection .scrollBox .title {
    margin: 13px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000
}

.envPage2021 .centerSection .scrollBox p {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    font-weight: normal
}

.envPage2021 .centerSection .scrollBox img {
    width: 100%;
    height: 110px
}

.envPage2021 .centerSection .scrollBox ul {
    margin-bottom: 0
}

.envPage2021 .centerSection .scrollBox li {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    width: 284px;
    height: 220px;
    background-color: #fff
}

.envPage2021 .centerSection .scrollBox .bd ul {
    overflow: inherit;
    height: 225px
}

.envPage2021 .centerSection .scrollBox .hd {
    position: absolute;
    top: -35px;
    right: 15px;
    font-size: 14px;
    color: #ccc
}

.envPage2021 .centerSection .scrollBox .hd .next,.envPage2021 .centerSection .scrollBox .hd .prev {
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background-color: #0c5aac;
    border: 1px solid #6378bd;
    text-align: center
}

.envPage2021 .centerSection .scrollBox .hd ul {
    display: none
}

.footer {
    min-width: 1200px;
    min-height: 160px;
    background-color: #e9e9e9;
    border-top: 3px solid #13544d
}

.footer .content {
    padding-top: 20px;
    position: relative;
    margin: 0px auto;
    width: 1200px
}

.footer .content .siteInfo {
    margin-left: 40px;
    line-height: 28px;
    font-size: 12px;
    color: #6B768C
}

.footer .content .siteInfo p {
    margin: 0px
}

.footer .content .siteInfo a {
    color: #6B768C
}

.footer .content .siteInfo span {
    margin-right: 20px
}

.footer .content .siteInfo img {
    margin-left: 2px;
    margin-right: 4px;
    vertical-align: middle
}

.footer .content .siteInfo .link .li0 {
    padding-left: 0
}

.footer .content .siteInfo .link a {
    padding: 0 12px;
    border-right: 1px solid #6B768C;
    font-size: 12px;
    color: #6B768C
}

.footer .content .siteInfo .link span {
    margin-left: 12px
}

.footer .content .siteImgError {
    position: absolute;
    top: 60px;
    right: 310px
}

.footer .content .siteImgUnit {
    position: absolute;
    top: 47px;
    right: 230px
}

.footer .content .siteImgCode {
    position: absolute;
    top: 35px;
    right: 0px
}

.friendLink {
    position: relative;
    margin-top: 15px;
    width: 1182px;
    min-height: 75px;
    background-color: #eee
}

.friendLink .titleBox {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    width: 150px
}

.friendLink .titleBox .img {
    position: absolute;
    top: 20px;
    left: 15px
}

.friendLink .titleBox h3 {
    display: inline;
    margin-left: 55px;
    line-height: 75px;
    font-size: 18px;
    color: #000
}

.friendLink .contentBox {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    margin-top: 18px
}

.friendLink .contentBox li {
    margin-left: 15px;
    padding-left: 55px;
    width: 265px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #333;
    cursor: pointer
}

.friendLink .contentBox li.li1 {
    background-image: url(/ztzl/link-background1.png)
}

.friendLink .contentBox li.li2 {
    background-image: url(/ztzl/link-background2.png)
}

.friendLink .contentBox li.li3 {
    background-image: url(/ztzl/link-background3.png)
}

.friendLink .linkBar {
    display: none;
    margin-left: 160px
}

.friendLink .linkBar.on {
    display: block
}

.friendLink .linkBar li {
    width: 250px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #333
}

.friendLink .linkBar li a {
    color: #333
}

.header {
    min-width: 1200px;
    margin-top: 355px
}

.header .topBar .headerTopContainer {
    margin: 0 auto;
    width: 1200px;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #fff
}

.header .topBar .headerTopContainer a {
    color: #fff
}

.header .topBar .headerTopContainer .tools.right {
    float: right
}

.header .topBar .headerTopContainer .tools li {
    margin: 0 22px
}

.header .topBar .headerTopContainer .tools li.last {
    margin-right: 0px
}

.header .topBar .headerTopContainer .tools li:hover {
    font-weight: bold;
    cursor: pointer
}

.header .topBar .headerTopContainer .siteName {
    float: right;
    height: 37px;
    line-height: 37px;
    overflow: hidden
}

.header .topBar .headerTopContainer .siteName img {
    vertical-align: middle
}

.header .centerBar {
    height: 145px
}

.header .centerBar .wall {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.header .centerBar .wall .searchBox {
    position: relative;
    width: 640px;
    height: 48px;
    margin: 10px auto;
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #7bb6eb;
    border-radius: 30px
}

.header .centerBar .wall .searchBox input {
    position: absolute;
    top: 4px;
    left: 25px;
    font-size: 14px;
    border: 0px;
    width: 480px;
    height: 40px
}

.header .centerBar .wall .searchBox .searchBtn {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 14px;
    color: #000;
    letter-spacing: 5px
}

.header .centerBar .wall .logoBox {
    padding-top: 20px
}

.header .centerBar .wall .logoBox img {
    margin-right: 10px;
    width: 90px
}

.header .centerBar .wall .logoBox h1 {
    display: inline-block;
    *zoom:1;*display: inline;
    vertical-align: top;
    margin: 0px;
    line-height: 90px;
    font-weight: bolder;
    font-size: 40px;
    color: #1167b7
}

.header .centerBar .wall .hot {
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin-top: 50px;
    font-size: 14px;
    color: red;
    text-align: center
}

.header .centerBar .wall .hot span {
    font-weight: bold
}

.header .centerBar .wall .hot a {
    margin-right: 10px;
    color: #333
}

.header .navBar {
    background-color: #13544d
}

.header .nav {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 48px;
    background-repeat: repeat
}

.header .nav li {
    width: 20%;
    height: 48px;
    line-height: 48px;
    float: left
}

.header .nav li:hover,.header .nav li.on {
    background-color: #128073
}

.header .nav li.first {
    border-left: none
}

.header .nav li.last {
    width: 215px;
    border-right: none
}

.header .nav li img {
    margin-top: -5px;
    margin-right: 5px
}

.header .nav li a {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 1px;
    color: #fff;
    border: none;
    border-radius: 0 0 0 0 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-right: 0;
    cursor: pointer
}

.header .nav li a:hover,.header .nav li a:focus {
    font-size: 20px;
    background: transparent
}

.header .navSecondWall {
    background-color: #f7f6f6
}

.header .navSecond {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #dcdcdc
}

.header .navSecond ul.navSecondBox {
    position: absolute
}

.header .navSecond .navSecondBox {
    display: none
}

.header .navSecond .navSecondBox.on {
    display: inline
}

.header .navSecond .navSecondBox a {
    color: #666
}

.header .navSecond .navSecondBox li {
    margin: 10px 10px 10px 0;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #dcdcdc
}

.header .navSecond .navSecondBox li.first {
    border-left: none
}

.header .navSecond .navSecondBox .left,.header .navSecond .navSecondBox .right {
    display: block;
    margin: 0px 20px
}

.header .navSecond .navSecondBox .right {
    float: right;
    height: 40px
}

.header .navSecond .navSecondBox .right input {
    margin: 0 10px;
    padding: 5px;
    height: 16px;
    line-height: 16px
}

.header .navSecond .navSecondBox .right img {
    margin-bottom: 3px;
    vertical-align: middle;
    cursor: pointer
}

/*# sourceMappingURL=cluster.css.map */
