.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.mt25 {
  margin-top: 25px;
}
.mt15 {
  margin-top: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb15 {
  margin-bottom: 15px;
}
.topbanner {
  width: 100%;
  height: 130px;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(../images/topbg.png);
}
.topbanner img {
  width: 100%;
  height: 130px;
}
.header {
  height: 112px;
  width: 100%;
  background-color: #fff;
}
.header .logo {
  float: left;
  margin-top: 23px;
}
.search {
  float: right;
  margin-right: 10px;
  margin-top: 39px;
  width: 230px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #d13500;
}
.search input:first-child {
  float: left;
  margin-left: 13px;
  width: 160px;
  height: 32px;
  border-radius: 20px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}
.search input:last-child {
  float: right;
  width: 36px;
  height: 36px;
  background: #d13500;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-radius: 20px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}

.search button:last-child {
  float: right;
  width: 36px;
  height: 36px;
  background: #d13500;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-radius: 20px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}

.toplink {
  float: right;
  margin-top: 21px;
}
.toplink ul li {
  float: left;
  margin-left: 15px;
  height: 92px;
  float: left;
  text-align: center;
}

.toplink ul li a {
  color: #818ea4;
  font-size: 12px;
}
.menu {
  width: 100%;
  height: 54px;
  background: #d13500;
}
/* nav */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.topnav {
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  background: #d13500;
  position: relative;
  z-index: 1;
}
.topnav a {
  color: #fff;
}
.topnav .nLi {
  float: left;
  position: relative;
  display: inline;
}
.topnav .nLi h3 {
  float: left;
}
.topnav .nLi h3 a {
  display: block;
  width: 109px;
  text-align: center;
  font-size: 18px;
}
.topnav .sub {
  display: none;
  width: 109px;
  left: 0;
  top: 54px;
  position: absolute;
  background: #f3531e;
  line-height: 54px;
  text-align: center;
}
.topnav .sub li {
  zoom: 1;
}
.topnav .sub a {
  display: block;
  padding: 0 10px;
}
.topnav .sub a:hover {
  background: #ff8025;
  color: #fff;
}
.topnav .on h3 a {
  background: #e6440e;
  color: #fff;
}

.index_headlines {
  width: 100%;
  background-color: #fff;
  padding: 16px 10px;
  box-sizing: border-box;
  text-align: center;
}
.index_headlines h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.index_headlines ul {
  padding-top: 10px;
  width: 1000px;
  margin: 0 auto;
  display: table;
}
.index_headlines ul li {
  display: table-cell;
  width: 320px;
  margin-right: 20px;
  background: url(../images/icon.png) no-repeat 0px 8px;
  text-indent: 15px;
  text-align: left;
}

/*轮播*/
.information_l {
  width: 795px;
  height: 414px;
}
.slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  margin-right: 10px;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.content-item {
  float: left;
  position: relative;
}
.item-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #000;
  filter: alpha(opacity=50);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.title-text {
  font-size: 16px;
  color: #fff;
}

.information_r {
  width: 405px;
  height: 414px;
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.indextitle {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.information_r ul li {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 41px;
}
.sidebar_l {
  width: 794px;
  height: 430px;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.sidebar_r {
  width: 386px;
  height: 430px;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.w368 {
  width: 368px;
  height: 227px;
}
.yc_title,
.yc_info {
  width: 100%;
}
.yc_title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}

.yc_info {
  font-size: 16px;
  line-height: 27px;
}
.sidebar_l ul {
  float: left;
  width: 100%;
  margin-top: 12px;
}
.sidebar_l ul li {
  width: 368px;
  font-size: 16px;
  line-height: 37px;
  float: left;
}
.sidebar_l ul li:nth-child(even) {
  margin-left: 17px;
}
.sidebar_r ul li {
  line-height: 40px;
  background: url(../images/index_spicon.png) no-repeat 0px 12px;
  text-indent: 35px;
}
.index_bbanner img {
  width: 1200px;
}
.column {
  float: left;
  margin-right: 20px;
  width: 386px;
  height: 426px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.column:nth-child(3) {
  margin-right: 0px;
}
.indextitle span {
  float: right;
}
.indextitle span a {
  color: #525a67;
  font-size: 13px;
  margin-left: 10px;
  font-weight: normal;
}
.column a img {
  width: 346px;
  height: 218px;
  margin-bottom: 3px;
}
.column ul li {
  line-height: 40px;
}
.mr0 {
  margin-right: 0px;
}
.index_sbanner {
  display: flex;
  justify-content: space-between;
}
.index_sbanner img {
  width: 386px;
  height: 120px;
}

.db ul li {
  background: url(../images/index_bkicon.png) no-repeat 0px 12px;
}
.db ul li a {
  padding-left: 35px;
}
.db ul li span {
  float: right;
}
.index_zts {
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

.index_zt ul {
  display: flex;
  justify-content: space-between;
}
.index_zt img {
  width: 275px;
  height: 203px;
}
.index_zt span {
  position: absolute;
  display: block;
  width: 275px;
  height: 60px;
  line-height: 70px;
  left: 0;
  bottom: 0;
  background: #000;
  filter: alpha(opacity=80);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.index_zt a span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-indent: 14px;
}
.index_zt a {
  display: block;
  width: 275px;
  height: 203px;
}
.index_zt ul li {
  width: 275px;
  height: 203px;
  position: relative;
}
.index_zt ul:last-child {
  margin-top: 25px;
}
.index_ts {
  height: 480px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.index_ts .ts_bimg a:first-child {
  display: block;
  width: 567px;
  height: 395px;
  position: relative;
}
.index_ts .ts_bimg a img {
  width: 567px;
  height: 395px;
}
.index_ts .ts_bimg a span {
  position: absolute;
  display: block;
  width: 567px;
  height: 60px;
  line-height: 60px;
  left: 0;
  bottom: 0;
  color: #fff;
  text-indent: 14px;
  font-size: 18px;
  background: #000;
  filter: alpha(opacity=80);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.ts_simg {
  width: 575px;
}
.ts_simg ul li {
  position: relative;
  width: 270px;
  height: 188px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ts_simg ul li img {
  width: 270px;
  height: 188px;
}
.ts_simg ul li:nth-child(2n) {
  margin-right: 0px;
}
.ts_simg ul li a span {
  position: absolute;
  display: block;
  width: 270px;
  height: 60px;
  line-height: 70px;
  left: 0;
  bottom: 0;
  color: #fff;
  text-indent: 14px;
  font-size: 14px;
  background: #000;
  filter: alpha(opacity=80);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.linksbox {
  margin: 0 auto;
  width: 965px;
}

.links ul {
  width: 790px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.links ul li span {
  padding-left: 10px;
}
.links_szf {
  width: 965px;
  height: 114px;
  border: 1px solid #cccccc;
  padding: 10px;
  box-sizing: border-box;
}
.links_szf .title {
  float: left;
  width: 20px;
  height: 90px;
  font-size: 14px;
  color: #525a67;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.links_szf ul {
  width: 910px;
}
.links_szf ul li {
  font-size: 13px;
  line-height: 23px;
  float: left;
}
.links_szf ul li a {
  color: #434A4F;
}
.links_szf ul li span {
  padding: 0px 5px;
  color: #434A4F;
}
.links_lj,
.links_zc {
  width: 100%;
  height: 42px;
  border: 1px solid #cccccc;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.roll_row .roll__list::after {
  clear: both;
}
.roll_row .roll__list {
  width: 9999px;
}
.links_lj .left {
  color: #525a67;
  font-size: 14px;
  margin-right: 20px;
}
.w857 {
  float: left;
  margin-top: -19px;
  margin-left: 78px;
  width: 857px;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.links_zc ul {
  width: 700px;
  overflow: hidden;
}
.links_lj ul li {
  float: left;
  font-size: 13px;
  text-align: center;
}
.links_lj ul li a {
  color: #434A4F;
}
.links_lj ul li span {
  color: #434A4F;
  padding: 0 5px;
}
.links_dw {
  font-size: 13px;
  color: #434A4F;
  text-align: center;
  line-height: 25px;
}
.links_dw img {
  vertical-align: middle;
}
.links_dw a {
  color: #434A4F;
}
.linksimg img {
  width: 101px;
  height: 42px;
}
.linksimg {
  width: 360px;
  margin: 0 auto;
}
.linksimg ul {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.footerline {
  width: 100%;
  height: 4px;
  background: #d13500;
}
/*sidetop*/
.sidetop {
  position: fixed;
  bottom: 4px;
  right: 0;
  /* right: 10%; */
  z-index: 890;
  width: 64px;
  height: 415px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.13);
}
.sidetop ul li {
  text-align: center;
  font-size: 12px;
  height: 90px;
  border-bottom: 1px solid #ccc;
}
.sidetop ul li a {
  color: #999;
}
.sidetop ul li a:hover {
  color: #d13500;
}
.sidetop ul li:last-child {
  margin-top: 60px;
  border-bottom: none;
}

.sidetop ul li img {
  padding-top: 22px;
}
.sidetop ul li p img {
  padding-top: 5px;
}

.closeBtn {
  color: #333;
  position: absolute;
  right: 5px;
}
.coupletbox {
  width: 170px;
  height: 290px;
}
.coupletbox a {
  text-decoration: none;
}
/*coverlist*/
.mt20 {
  margin-top: 20px;
}
.wrap {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.list_col_l {
  width: 174px;
  height: 100%;
}
.list_col_m {
  width: 651px;
  height: 100%;
}
.list_col_r {
  width: 290px;
  height: 100%;
}
.list_col_l .list_nav {
  width: 174px;
  background: #fdf5f2;
}
.list_nav .list_title {
  width: 174px;
  height: 54px;
  background: #d13500;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  box-sizing: border-box;
  padding: 14px 0px 0px 25px;
}
.list_nav ul {
  padding-bottom: 28px;
}
.list_nav ul li a {
  display: block;
  font-size: 18px;
  padding: 25px 0px 0px 25px;
}
.list_nav ul li #on {
  color: #d13500;
}
.list_ewm {
  width: 174px;
  height: 235px;
  background: #fdf5f2;
  padding-top: 20px;
  box-sizing: border-box;
}
.list_ewm img {
  width: 125px;
  height: 125px;
}
.list_ewm {
  text-align: center;
}
.list_ewm span {
  margin-top: 10px;
  display: block;
}
.list_banner img {
  width: 175px;
  height: 290px;
}
.list_col_m .list_limg {
  width: 100%;
  height: 334px;
}
.list_col_m .list_col ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}
.list_col_m .list_col ul li img {
  float: left;
  margin-right: 20px;
}
.list_col_m .list_col ul li h1 {
  font-size: 20px;
  line-height: 34px;
  height: 90px;
}
.list_col_m .list_col ul li h2 {
  font-size: 16px;
  color: #999;
}
.list_col_m .list_col .more {
  width: 650px;
  height: 37px;
  background: #f6f6f6;
  font-size: 15px;
  color: #525a67;
  padding-top: 6px;
  box-sizing: border-box;
  text-align: center;
}
.list_col_m .more a {
  display: block;
  width: 650px;
  height: 35px;
}
.list_col_r .list_title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
}
.list_col_r .list_title a {
  font-size: 16px;
  font-weight: normal;
  float: right;
  color: #525a67;
}

.list_col_ph ul li a {
  margin-top: 16px;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 45px;
  text-indent: 12px;
  background: #f6f6f6;
}
.list_col_tj ul li {
  margin-top: 20px;
  width: 290px;
  height: 225px;
  background: #f6f6f6;
}
.list_col_tj ul li img {
  width: 290px;
  height: 182px;
}
.list_col_tj ul li span {
  display: block;
  width: 269px;
  font-size: 15px;
  line-height: 32px;
  text-indent: 12px;
}
/*list*/
.listsub_col_l,
.article {
  float: left;
  width: 847px;
}
.listsub_col_l .title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.listsub_col_l .title span {
  color: #d13500;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 25px;
  border-bottom: 3px solid #d13500;
  box-sizing: border-box;
}
.listsub_col_l .title .position {
  float: right;
  padding-top: 10px;
}
.listsub_col_l .text ul {
  margin-top: 4px;
}

.listsub_col_l .text ul li {
  font-size: 17px;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px dotted #ccc;
}
.listsub_col_l .text ul li a {
  float: left;
}
.listsub_col_l .text ul li span {
  float: right;
  color: #999;
  font-size: 16px;
}

/*article*/
.article .title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
}
.article .subtitle {
  font-size: 23px;
  color: #666666;
  line-height: 30px;
}
.article .date {
  padding-top: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
/*old
.article .text {
  padding-top: 18px;
  line-height: 38px;
  font-size: 18px;
  text-align: justify;
}*/
.article .text {
  padding-top: 18px;
  text-align: justify;
}
/*ewm*/
.ewms .title {
  font-size: 28px;
  font-weight: bold;
}
.ewms ul li {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  width: 216px;
  height: 287px;
  background: #f6f6f6;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
}
.ewms ul li:nth-child(5n) {
  margin-right: 0px;
}
.ewms ul li img {
  width: 158px;
  height: 158px;
}
.ewms ul li span {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
}
/*zt*/
.otherheader .logo {
  float: left;
  margin-top: 10px;
}
.otherheader .othermenu {
  float: right;
  margin-top: 20px;
}
.otherheader {
  width: 100%;
  height: 90px;
  background: #ffffff;
  box-shadow: 5px 2px 4px 0px rgba(0, 0, 0, 0.19);
}
.othertopnav {
  height: 54px;
  line-height: 54px;
  position: relative;
  z-index: 1;
}
.othertopnav a {
  color: #333;
}
.othertopnav .nLi {
  float: left;
  position: relative;
  display: inline;
}
.othertopnav .nLi h3 {
  float: left;
}
.othertopnav .nLi h3 a {
  display: block;
  width: 65px;
  text-align: center;
  font-size: 18px;
  padding-bottom: 17px;
}
.othertopnav .sub {
  border-top: 3px solid #d13500;
  display: none;
  width: 109px;
  left: 0;
  top: 71px;
  position: absolute;
  background: #fff;
  line-height: 54px;
  text-align: center;
}
.othertopnav .sub li {
  zoom: 1;
}
.othertopnav .sub a {
  display: block;
  padding: 0 10px;
  color: #333;
}
.othertopnav .sub a:hover {
  background: #d13500;
  color: #fff;
}
.othertopnav .on h3 a {
  color: #d13500;
  font-weight: bold;
  border-bottom: 3px solid #d13500;
}
.hdtitle {
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #d13500;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 31px;
}
.ztlb {
  width: 784px;
  height: 414px;
}
.ztlbwz {
  padding: 25px 20px;
  box-sizing: border-box;
  width: 376px;
  height: 415px;
  background: #f5f5f5;
}
.ztlbwz .title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
}
.red {
  color: #d13500;
}
.ztlbwz ul {
  margin-top: 10px;
}
.ztlbwz ul li {
  line-height: 46px;
  font-size: 17px;
  text-align: justify;
}
.ztlbwz ul li a {
  display: block;
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.05); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.ztlbwz ul li a:hover {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
  color: #d13500;
  font-weight: bold;
}
.zttitle {
  font-size: 28px;
  font-weight: bold;
}
.hzt {
  height: 1317px;
}
.htp {
  height: 1513px;
}
.colwrap {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.zt_xds .left a img {
  width: 597px;
  height: 374px;
}
.zt_xds .left a {
  width: 597px;
  height: 374px;
  display: block;
  position: relative;
}
.zt_xds .left a span {
  position: absolute;
  display: block;
  width: 597px;
  height: 60px;
  line-height: 60px;
  left: 0;
  bottom: 0;
  color: #fff;
  text-indent: 14px;
  font-size: 18px;
  filter: alpha(opacity=80);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.zt_xds .right img {
  width: 261px;
  height: 165px;
}
.zt_xds_col a {
  float: left;
  display: block;
  width: 261px;
  height: 216px;
  margin-left: 20px;
}
.zt_xds_col span {
  line-height: 40px;
}
.zt_xds .right ul li:first-child {
  border-top: 1px solid #ccc;
}
.zt_xds .right ul li {
  margin-left: 20px;
  height: 52px;
  width: 540px;
  line-height: 52px;
  border-bottom: 1px solid #ccc;
}
.zt_xds .right ul li a {
  float: left;
}
.zt_xds .right ul li span {
  float: right;
}
.zt_dsjt ul li:nth-child(3n) {
  margin-right: 0px;
}
.zt_dsjt ul li {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  width: 372px;
  height: 162px;
  background: #f9f9f9;
  border: 1px solid #999;
  padding: 20px;
  box-sizing: border-box;
}
.zt_dsjt ul li a h1 {
  font-size: 18px;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.zt_dsjt ul li a h2 {
  padding-top: 18px;
  font-size: 15px;
  color: #666;
  line-height: 26px;
}
.zt_dsjt ul li:hover {
  border: 1px solid #d13500;
}
/*tp*/
.mlxc {
  display: flex;
  justify-content: space-between;
}
.mlxc img {
  width: 374px;
  height: 234px;
}
.xxwl .left a {
  display: block;
  width: 612px;
  height: 430px;
}
.xxwl .left a img {
  width: 612px;
  height: 383px;
}
.xxwl .left a span {
  line-height: 40px;
}
.xxwl .right {
  width: 528px;
}
.xxwl .right a {
  float: left;
  display: block;
  width: 254px;
  height: 204px;
  margin-right: 20px;
  line-height: 30px;
}
.xxwl .right a:nth-child(3),
.xxwl .right a:nth-child(4) {
  margin-top: 22px;
}
.xxwl .right a:nth-child(2n) {
  margin-right: 0px;
}
.xxwl .right a img {
  width: 254px;
  height: 159px;
}
.jctk img {
  width: 275px;
  height: 172px;
}
.jctk {
  display: flex;
  justify-content: space-between;
}
