@charset "utf-8";

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

button,
select,
textarea,
input {
  font-size: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

label {
  font-weight: normal;
}

/*.clear{clear:both;font-size:0px;height:0px;line-height:0px;}*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.box-shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  /*右、下、距离、模糊程度、阴影颜色，内阴影*/
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.zt_banner {
  width: 100%;
  height: 780px;
  background: url(/images/dwj_banner.png) no-repeat top center;
  background-size: 1920px 780px;
}

.zt_xwzx {
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
  padding: 0 70px;
  box-sizing: border-box;
  background: url(/images/tt-top.png) no-repeat top center, linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
  /* background: linear-gradient(to bottom, #fff, rgba(255,255,255,-0.6)); */
  margin-top: -77px;
  background-size: contain;
}

.zt_xwzx h3 {
  padding: 40px 144px 44px;
  text-align: center;
}

.zt_xwzx h3 a {
  font-size: 38px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #024F9E;
}

.zt_xwzx_content {
  padding-bottom: 16px;
}

.zt_xwzx_tab {
  width: 680px;
  height: 375px;
  position: relative;
  overflow: hidden;
}

.zt_xwzx_tab .hd {
  height: 8px;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  text-align: center;
  left: 50%;
  margin-left: -67px;
}

.zt_xwzx_tab .hd ul {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}

.zt_xwzx_tab .hd ul li {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: #C9B284;
  ;
  margin: 0 2px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 20px;
}

.zt_xwzx_tab .hd ul li.on {
  background: #FDECBE;
  width: 33px;
  height: 8px;
  border-radius: 20px;
  position: relative;
}

.zt_xwzx_tab .bd {
  position: relative;
  z-index: 0;
}

.zt_xwzx_tab .bd li {
  overflow: hidden;
  position: relative;
  height: 375px;
}

.zt_xwzx_tab .bd li a {
  display: block;
}

.zt_xwzx_tab .bd img {
  width: 100%;
  height: 375px !important;
  display: block;
}

.zt_xwzx_tab .bd .a_title {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zt_xwzx_tab .prev,
.zt_xwzx_tab .next {
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  top: 157px;
  z-index: 99;
}

.zt_xwzx_tab .prev {
  left: 0;
}

.zt_xwzx_tab .next {
  left: 650px;
}

.zt_xwzx_list {
  width: 100%;
  max-width: 450px;
}

.zt_xwzx_list ul li {
  width: 100%;
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.zt_xwzx_list ul li:nth-child(3) {
  border-bottom: none;
}

.zt_xwzx_list ul li .zt_title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 11px;
}

.zt_xwzx_list ul li .zt_title:hover {
  color: #024F9E;
}

.zt_xwzx_list ul li p {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

.zt_xwzx_list .zt_more {
  font-size: 14px;
  color: #00ACA8;
  float: right;
  margin-top: -18px;
}

.zt_xxyd {
  width: 100%;
  height: 924px;
  margin: 0 auto;
  margin-top: 20px;
  /* background: url(/images/t3-banner.png) no-repeat; */
  background-position: bottom center;
  background-size: contain;
}

.xxyd_title {
  padding: 80px 0 40px;
}

.xxyd_title,
.xxyd_title img {
  display: block;
  margin: 0 auto;
}

.zt_xxyd_content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 70px 70px;
  box-sizing: border-box;
}

.zt_xxyd_left {
  width: 536px;
  height: auto;
  overflow: hidden;
}

.zt_xxyd_left_top .zt_img {
  display: block;
}

.zt_xxyd_left_top .zt_img img {
  display: block;
}

.zt_xxyd_left_top .zt_title {
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 25px;
}

.zt_xxyd_left_top .zt_title:hover {
  color: #024F9E;
}

.zt_xxyd_left ul {
  width: 100%;
  border-top: 1px dashed #707070;
}

.zt_xxyd_left ul li {
  width: 100%;
  position: relative;
  line-height: 25px;
  margin-top: 15px;
  padding-left: 15px;
}

.zt_xxyd_left ul li a {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zt_xxyd_left ul li i {
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 0;
}

.zt_xxyd_left ul li a:hover {
  color: #024F9E;
}

.zt_xxyd_left .zt_more {
  font-size: 14px;
  color: #024F9E;
  float: right;
  margin-top: 20px;
}

.zt_xxyd_right {
  width: 548px;
  height: auto;
  overflow: hidden;
}

.zt_xxyd_right ul li {
  width: 100%;
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
}

.zt_xxyd_right ul li:nth-child(3) {
  border-bottom: none;
}

.zt_xxyd_right ul li .zt_title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 25px;
  margin: 20px 0;
}

.zt_xxyd_right ul li .zt_title:hover {
  color: #024F9E;
}

.zt_xxyd_right ul li p {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

.zt_xxyd_right .zt_more {
  font-size: 14px;
  color: #00ACA8;
  float: right;
  margin-top: 34px;
}

.zt_dcyj {
  width: 100%;
  max-width: 1300px;
  margin: 60px auto 120px;
}

.dcyj_title,
.dcyj_title img {
  display: block;
}

.zt_dcyj ul {
  padding: 30px 70px 0;
}

.zt_dcyj ul li {
  width: 548px;
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
  float: left;
}

.zt_dcyj ul li:nth-child(2n) {
  float: right;
}

.zt_dcyj ul li .zt_title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 25px;
  margin: 20px 0;
  height: 50px;
}

.zt_dcyj ul li .zt_title:hover {
  color: #024F9E;
}

.zt_dcyj ul li p {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 72px;
}

.zt_xxsj {
  width: 100%;
  margin: 60px auto;
  /* background: url(/images/t2-banner.png) no-repeat; */
  height: 1595px;
  background-position: 0 26%;
  background-size: cover;
  overflow: hidden;
}

.zt_xxsj_content {
  width: 100%;
  /* margin: 40px auto 0; */
}

.zt_xxsj_img a,
.zt_xxsj_img a img {
  width: 430px;
  height: 313px;
  display: block;
}

.zt_xxsj_right {
  width: 692px;
}

.zt_xxsj_right dl {
  border-bottom: 1px dashed #707070;
  padding-top: 28px;
  padding-bottom: 13px;
}

.zt_xxsj_right dl dt a {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  display: inline-block;
}

.zt_xxsj_right dl dt a:hover {
  color: #024F9E;
}

.zt_xxsj_right dl dd {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
}

.zt_xxsj_right ul {
  padding-top: 20px;
}

.zt_xxsj_right ul li {
  width: 100%;
  position: relative;
  line-height: 25px;
  margin-top: 15px;
  padding-left: 15px;
}

.zt_xxsj_right ul li a {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zt_xxsj_right ul li i {
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 0;
}

.zt_xxsj_right ul li a:hover {
  color: #024F9E;
}

.zt_xxsj_right .zt_more {
  font-size: 14px;
  color: #00ACA8;
  float: right;
  margin-top: 15px;
}

.zt_footer {
  width: 100%;
  height: 180px;
  line-height: 180px;
  background: #00ACA8;
  text-align: center;
}

.zt_footer p {
  font-size: 18px;
  color: #fff;
}

.zt_dcyj .zt_more {
  font-size: 14px;
  color: #00ACA8;
  float: right;
  margin-top: 15px;
  margin-right: 70px;
}