*,
::after,
::before {
  box-sizing: content-box;
}
/* åˆå§‹åŒ–CSS  é‡ç½®æµè§ˆå™¨æ ·å¼*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
input {
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  color: #2e61e2;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
/* topMenu */
.topMenu {
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: .5s all;
}
.topMenu.active {
  background-color: rgba(19, 24, 39, 0.86);
}
.topMenu.active .wrap {
  border: none;
}
.topMenu .wrap {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.topMenu .logo {
  background: url(//www.zhtzgl.cn/zht2020/resources/images/common/logo_zht.png) no-repeat;
  width: 136px;
  height: 44px;
  text-indent: -1978px;
  overflow: hidden;
  margin: 13px 0 0 20px;
  display: inline-block;
}
.topMenu .topList {
  float: right;
}
.topMenu .topList li {
  float: left;
  margin-right: 50px;
}
.topMenu .topList li a {
  color: #FFF;
  font-size: 18px;
  display: block;
  height: 68px;
  line-height: 68px;
}
.topMenu .topList li a:hover {
  font-weight: bold;
  border-bottom: solid 3px #FFF;
}
.topMenu .topList li:last-child {
  margin-right: 20px;
}
.topMenu .search {
  float: right;
  width: 40px;
  height: 36px;
  border-radius: 8px;
  position: relative;
  margin: 17px 0 0 0;
  overflow: hidden;
  transition: 1s all;
}
.topMenu .search .searchTxt {
  width: 0;
  height: 36px;
  line-height: 36px;
  color: #FFF;
  font-size: 14px;
  background: none;
  display: block;
  float: left;
  -webkit-text-fill-color: #dbdbdb;
  transition: 1s all;
}
.topMenu .search .searchBtn {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/common/icon_fdj.png) no-repeat center center;
  border: none;
  cursor: pointer;
  float: left;
}
.topMenu .search.active {
  background-color: rgba(255, 255, 255, 0.4);
  width: 290px;
}
.topMenu .search.active .searchTxt {
  width: 220px;
  padding-left: 20px;
}
.topMenu .search.active .searchBtn {
  background: url(../images/common/icon_search_arrow.png) no-repeat center center;
}
/* footer */
.footer {
  width: 100%;
  background-color: #3d3e49;
}
.footer .wrap {
  padding: 0 35px;
  width: 1280px;
  overflow: hidden;
}
.footer .left {
  float: left;
  width: 490px;
  overflow: hidden;
}
.footer .left .btmLogo {
  width: 136px;
  height: 44px;
  margin-top: 30px;
  display: block;
}
.footer .left p {
  font-size: 14px;
  color: #aaaaab;
  line-height: 30px;
}
.footer .left p.first {
  margin-top: 20px;
}
.footer .left .ewm {
  width: 83px;
  height: 83px;
  margin-top: 20px;
}
.footer .right {
  overflow: hidden;
}
.footer .right dl {
  width: 90px;
  float: left;
  margin: 40px 40px 0 0;
}
.footer .right dl dt {
  margin-bottom: 20px;
}
.footer .right dl dt a {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
.footer .right dl dd {
  line-height: 30px;
}
.footer .right dl dd a {
  font-size: 14px;
  color: #aaaaab;
}
.footer .right dl dd a:hover {
  color: #FFF;
}
.footer .btmLine {
  height: 74px;
  line-height: 74px;
  font-size: 14px;
  color: #aaaaab;
  text-align: center;
  border-top: solid 1px #aaaaab;
  margin-top: 30px;
}
.footer .btmLine span:first-child {
  margin-right: 60px;
}


.txtEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bodyBg {
    background-color: #f9faff;
}

/* page */
.pageBox {
    text-align: center;
    margin-bottom: 30px;
}

.page {
    height: 26px;
    line-height: 26px;
    color: #815258;
    padding: 10px 40px;
    background-color: #fff9f9;
    display: inline-block;
    margin: 30px auto;
    border-radius: 10px;
}

.page span {
    line-height: 26px;
    height: 26px;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}

.page span.on {
    border: 1px solid #fd2d37;
    background: #fd2d37;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.page a.num {
    border: 1px solid transparent;
    margin-right: 10px;
    color: #815258;
    line-height: 26px;
    height: 26px;
    width: 26px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}

.page a.num:hover {
    border: 1px solid #fd2d37;
    background: #fd2d37;
    color: #fff;
}

.page a.back {
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
}

.page a.back:hover {
    color: #fd2d37;
}

.pageBox_blue {
    text-align: center;
}

.pageBox_blue .page {
    color: #4b5a7c;
    background-color: #f9faff;
}

.pageBox_blue .page span.on {
    border: 1px solid #2e5dfd;
    background: #2e5dfd;
}

.pageBox_blue .page a.num {
    color: #4b5a7c;
    text-align: center;
}

.pageBox_blue .page a.num:hover {
    border: 1px solid #2e5dfd;
    background: #2e5dfd;
    color: #FFF;
}

.pageBox_blue .page a.back:hover {
    color: #2e5dfd;
}

/* éæ°¬ç¼“å¯®æ›¢î•« */
.topPhoto_djyl {
    width: 100%;
    background: url(../images/other/top_photo_djyl.jpg) no-repeat;
    height: 430px;
}

.mainBox {
    margin-top: 30px;
}

.mainBox .wrap {
    min-height: 500px;
}

.mainBox .title {
    height: 60px;
    line-height: 60px;
    font-size: 0;
}

.mainBox .title h2 {
    display: inline-block;
    width: 600px;
    height: 100%;
    text-align: center;
    background-color: #f3efef;
}

.mainBox .title h2 a {
    font-size: 22px;
    color: #c10000;
    font-weight: 600;
}

.mainBox .title h2.current {
    background-color: #c10000;
}

.mainBox .title h2.current a {
    color: #FFF;
}

.mainBox .djList {
    margin-top: 40px;
}

.mainBox .djList li {
    width: 1158px;
    height: 210px;
    border: solid 1px #f3efef;
    padding: 20px;
    margin-bottom: 30px;
}

.mainBox .djList li:hover {
    box-shadow: 0 0 20px #97a1d9;
}

.mainBox .djList li .pic {
    width: 280px;
    height: 210px;
    overflow: hidden;
    float: left;
}

.mainBox .djList li .txtCon {
    width: 850px;
    height: 210px;
    overflow: hidden;
    float: right;
    position: relative;
}

.mainBox .djList li .txtCon h3 {
    line-height: 1;
    margin-top: 10px;
}

.mainBox .djList li .txtCon h3 a {
    font-size: 20px;
    color: #374567;
    font-weight: 600;
}

.mainBox .djList li .txtCon h3 a:hover {
    color: #ac0000;
}

.mainBox .djList li .txtCon .source {
    font-size: 14px;
    color: #374567;
    line-height: 1;
    margin-top: 20px;
}

.mainBox .djList li .txtCon .source .date {
    margin-left: 20px;
}

.mainBox .djList li .txtCon .desc {
    margin-top: 10px;
    font-size: 16px;
    color: #7a8ba6;
    line-height: 1.6;
}

.mainBox .djList li .txtCon .detail {
    font-size: 14px;
    color: #ac0000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mainBox .djList li .txtCon .detail::after {
    content: '';
    background: url(../images/other/icon_list_arrow.png) no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -4px;
    transition: .5s all;
}

.mainBox .djList li .txtCon .detail:hover::after {
    right: -24px;
}

.mainBox .djContent {
    overflow: hidden;
}

.mainBox .djContent .subTitle {
    width: 100%;
    height: 58px;
    margin-top: 50px;
}

.mainBox .djContent .subTitle img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.mainBox .djContent .content_zzjg_01 {
    margin-top: 30px;
    height: 100px;
}

.mainBox .djContent .content_zzjg_02 {
    margin-top: 30px;
    height: 621px;
    text-align: center;
}

.mainBox .djContent .content_zzjg_02 img {
    width: auto;
}

.mainBox .djContent .content_zzjg_03 {
    margin-top: 30px;
    height: 593px;
    text-align: center;
}

.mainBox .djContent .content_zzjg_03 img {
    width: auto;
}

.mainBox .djContent .content_zzjg_04 {
    margin-top: 30px;
    height: 729px;
    text-align: center;
}

.mainBox .djContent .content_zzjg_04 img {
    width: auto;
}

.mainBox .djContent .content_zzjg_05 {
    margin-top: 30px;
    height: 474px;
    text-align: center;
}

.mainBox .djContent .content_zzjg_05 img {
    width: auto;
}

.mainBox .djContent .content_zzjg_06 {
    margin-top: 30px;
    height: 482px;
    text-align: center;
}

.mainBox .djContent .content_zzjg_06 img {
    width: auto;
}

.mainBox .djContent .content_zzjg_07 {
    margin: 30px 0;
    height: 712px;
    text-align: center;
}

.mainBox .djContent .content_zzjg_07 img {
    width: auto;
}

.mainBox .djContent .dzz {
    width: 962px;
    height: 174px;
    background: url(../images/other/dzzjg_bg.png) no-repeat;
    margin: 30px auto 0;
    position: relative;
    padding-bottom: 56px;
}

.mainBox .djContent .dzz li {
    width: 215px;
    height: 50px;
    background-color: #c10000;
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 180px;
    z-index: 2;
}

.mainBox .djContent .dzz li:nth-child(1) {
    left: -105px;
}

.mainBox .djContent .dzz li:nth-child(2) {
    left: 210px;
}

.mainBox .djContent .dzz li:nth-child(3) {
    left: 530px;
}

.mainBox .djContent .dzz li:nth-child(4) {
    left: 855px;
}

/* é‚ä¼´æ¤ˆç’§å‹®î†† */
.topPhoto_xwzx {
    width: 100%;
    background: url(../images/banner.png) no-repeat;
    height: 430px;
    background-size: cover;
}

.topPhoto_xwzx .text {
    width: 272px;
    height: 55px;
    position: absolute;
    left: 110px;
    top: 180px;
}

.listBox {
    margin-top: 45px;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 30px;
}

.listBox .leftMenu {
    width: 235px;
    float: left;
    display: none;
}

.listBox .leftMenu li {
    width: 234px;
    height: 80px;
    line-height: 80px;
    border-right: solid 1px #eaf0fd;
    position: relative;
}

.listBox .leftMenu li a {
    width: 183px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    font-size: 20px;
    color: #334469;
    padding-left: 50px;
    border-right: solid 2px transparent;
}

.listBox .leftMenu li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/other/icon_left_menu_dot.png) no-repeat;
    position: absolute;
    left: 21px;
    top: 50%;
    margin-top: -4px;
}

.listBox .leftMenu li a::after {
    content: '';
    width: 205px;
    height: 1px;
    background-color: #eaf0fd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.listBox .leftMenu li a:hover {
    background-color: #FFF;
    color: #2858fd;
    font-weight: 700;
    border-right: solid 2px #2858fd;
}

.listBox .leftMenu li a:hover::before {
    background: url(../images/other/icon_left_menu_dot.png) no-repeat 0 -8px;
}

.listBox .leftMenu li.on a {
    background-color: #FFF;
    color: #2858fd;
    font-weight: 700;
    border-right: solid 2px #2858fd;
}

.listBox .leftMenu li.on a::before {
    background: url(../images/other/icon_left_menu_dot.png) no-repeat 0 -8px;
}

.listBox .list {
    width: 950px;
    float: right;
}

.listBox .list li {
    width: 908px;
    height: 208px;
    border: solid 1px #eaf0fd;
    padding: 20px;
    margin-bottom: 30px;
}

.listBox .list li:hover {
    box-shadow: 0 0 20px #cdd1e6;
}

.listBox .list li .pic {
    width: 280px;
    height: 210px;
    overflow: hidden;
    float: left;
}

.listBox .list li .txtCon {
    width: 610px;
    height: 210px;
    overflow: hidden;
    float: right;
    position: relative;
}

.listBox .list li .txtCon h3 {
    line-height: 1;
    margin-top: 10px;
}

.listBox .list li .txtCon h3 a {
    font-size: 20px;
    color: #374567;
    font-weight: 600;
}

.listBox .list li .txtCon h3 a:hover {
    color: #2858fd;
}

.listBox .list li .txtCon .source {
    font-size: 14px;
    color: #374567;
    line-height: 1;
    margin-top: 20px;
}

.listBox .list li .txtCon .source .date {
    margin-left: 20px;
}

.listBox .list li .txtCon .desc {
    margin-top: 10px;
    font-size: 16px;
    color: #7a8ba6;
    line-height: 1.6;
}

.listBox .list li .txtCon .detail {
    font-size: 14px;
    color: #2858fd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.listBox .list li .txtCon .detail::after {
    content: '';
    background: url(../images/other/icon_list_arrow_blue.png) no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -4px;
    transition: .5s all;
}

.listBox .list li .txtCon .detail:hover::after {
    right: -24px;
}

/* æ¶“æ°¬å§Ÿæ£°å——ç…™ */
.topPhoto_ywly {
    width: 100%;
    background: url(../images/other/top_photo_ywly.jpg) no-repeat;
    height: 430px;
}

.topPhoto_ywly .text {
    width: 272px;
    height: 55px;
    position: absolute;
    left: 110px;
    top: 180px;
}

.ywlyList {
    width: 950px;
    float: right;
}

.ywlyList li {
    width: 908px;
    height: 262px;
    border: solid 1px #eaf0fd;
    padding: 0 20px 20px;
    margin-bottom: 30px;
}

.ywlyList li:hover {
    box-shadow: 0 0 20px #cdd1e6;
}

.ywlyList li h3 {
    height: 80px;
    line-height: 80px;
    border-bottom: solid 1px #eaf0fd;
}

.ywlyList li h3 a {
    font-size: 20px;
    color: #334469;
    font-weight: 600;
}

.ywlyList li h3 a:hover {
    color: #2858fd;
}

.ywlyList li .txtCon {
    overflow: hidden;
    padding: 20px;
    height: 160px;
    width: 868px;
}

.ywlyList li .txtCon .pic {
    width: 215px;
    height: 160px;
    overflow: hidden;
    float: left;
}

.ywlyList li .txtCon .desc {
    font-size: 16px;
    color: #7a8ba6;
    line-height: 1.8;
    width: 630px;
    float: right;
}

/* éŽ·æ¶œæç»¾å†²ï¼‹ */
.topPhoto_zxns {
    width: 100%;
    background: url(../images/other/top_photo_zxns.jpg) no-repeat;
    height: 430px;
}

.topPhoto_zxns .text {
    width: 272px;
    height: 55px;
    position: absolute;
    left: 110px;
    top: 180px;
}

.zxnsBox {
    width: 864px;
    border: solid 1px #eaf0fd;
    float: right;
    background-color: #FFF;
    box-shadow: 0 0 20px #cdd1e6;
    margin-bottom: 20px;
    padding: 40px;
}

.zxnsBox .part .title {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 20px;
}

.zxnsBox .part .title h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.zxnsBox .part .title .date {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.zxnsBox .part .detail {
    line-height: 2;
    font-size: 14px;
}

.zxnsBox .part .btn_liepin {
    width: 180px;
    height: 40px;
    background-color: #4980ff;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    display: block;
    margin-top: 20px;
}

/* éå‘­î†æ¤¤ï¿½ */
.contentBox h1 {
    font-size: 30px;
    color: #3b426b;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

.contentBox .source {
    color: #5d6494;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.contentBox .source span {
    line-height: 1;
}

.contentBox .source span:first-child {
    padding-right: 20px;
    border-right: solid 1px #c7cbde;
}

.contentBox .source span:last-child {
    padding-left: 20px;
}

.contentBox .content {
    margin: 50px 0;
    overflow: hidden;
    color: #5d6494;
    line-height: 2;
}

.contentBox .content img {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    width: auto;
    height: auto;
}





/* æ–°å¢ž */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
}

.pos {
    position: relative;
}

.fh {
    position: absolute;
    left: 0;
    top: 30px;

}

.wrap_small {
    width: 1100px;
    margin: 0 auto;
}

.zdgz_box {
    height: 2185px;
    background: url("../images/Bj.jpg")no-repeat top center;
    background-size: cover;
}

.yqfk {
    height: 1362px;
    /* background: url(../images/11_02.jpg)no-repeat top center; */
    background-size: cover;
}

.yqfk .wrap .title {
    font-size: 34px;
    color: #28335e;
    text-align: center;
    height: 147px;
    line-height: 147px;
    font-weight: 900;
    vertical-align: middle;
}

.yqfk .wrap .title::before {
    content: "";
    display: inline-block;
    background: url("../images/title_pic.png") no-repeat;
    width: 42px;
    height: 52px;
    vertical-align: middle;
    margin: -10px 5px 0 0;
}

.yqfk .wrap .title::after {
    content: "";
    display: inline-block;
    background: url("../images/title_pic.png") no-repeat;
    width: 42px;
    height: 52px;
    vertical-align: middle;
    margin: -10px 0px 0 10px;
}

.yqfk_content_box {
    height: 1640px;
    background: #fff;
    border-radius: 5px;
    box-shadow: #cdd1e6 2px 2px 20px;
    padding: 40px 0;
}

.title_video {
    height: 260px;
    padding-top: 45px;
}

.title_video li {
    width: 265px;
    height: 260px;
    position: relative;
    float: left;
    margin-right: 12px;
}

.title_video li:nth-child(4) {
    margin: 0;
}

.title_video li>img {
    width: 100%;
    height: 100%;
}

.title_video li .zzc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(44, 76, 141, 0.8);
}

.title_video li .zzc img {
    position: absolute;
    width: 15%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;

}

.title_video li a {
    display: block;
    position: relative;
    height: 100%;
    z-index: 55;

}

.title_video li a:hover+.zzc {
    background: rgba(44, 76, 141, 0.3);
    transition: .5s all;
}

.yqfk_content_box .list li {
    width: 100%;
    height: 230px;

    border: solid 1px #eaf0fd;
    margin-top: 30px;
}

.yqfk_content_box .list li:hover {
    box-shadow: #cdd1e6 2px 2px 15px;
}

.yqfk_content_box .list .left {
    position: relative;
    width: 210px;
    height: 165px;
    background: #4b6ade;
    margin: 20px 0 0 20px;
    float: left;
}

.yqfk_content_box .list .left img {
    position: absolute;
    width: 210px;
    height: 165px;
    top: 20px;
    left: 20px;
}

.yqfk_content_box .list .right {
    width: 800px;
    height: 120px;
    float: left;
    margin: 40px 0 0 40px;
}

.yqfk_content_box .list .right a {
    display: block;
    color: #374567;
    font-size: 22px;
    font-weight: 600;

}

.yqfk_content_box .list .right a:hover {
    color: #2858fd;
}

.yqfk_content_box .list .right span {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

.yqfk_content_box .list .right p {
    color: #333;
}

.more_box {
    height: 35px;
    margin-top: 20px;
    background: url("../images/line1.png")no-repeat left center;
    margin-right: 50px;
    float: right;
}

.more_box a {
    display: block;
    width: 90px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    background: #fa8b21;
    line-height: 30px;
    text-align: center;
    float: right;
}