@charset "utf-8";
/* 样式重置 */
html, body, ul, li, ol, img, a, p, div, h1, h2, h3, h4, h5, h6, dl, dd, dt {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;

}

body {
  font-size: 14px;
  font-family: "微软雅黑";
}

a,
a:hover {
  color: #333;
  text-decoration: none;
}

a {
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
transition: all .3s ease-in-out;
}

ul, ol {
  list-style: none;
}

input {
  border: none;
  border: 1px solid #ccc;
  outline: none;
}

img {
  display: block;
  border: 0 none;
}

.scale2 img,
.scale img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.scale img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.scale2 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes nav-box {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
}

@keyframes nav-box {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
}

@-webkit-keyframes nav-lianjie {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }
}

@keyframes nav-lianjie {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }
}

@-webkit-keyframes uptodown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
}

@keyframes uptodown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
}

/* 添加新的样式 */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0px;
  clear: both;
  visibility: hidden;
}

.areaheart {
  width: 1400px;
  margin: 0 auto;
}

.sheng {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img_box {
  width: 100%;
  overflow: hidden;
}

.img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.cb {
  clear: both;
}

.bs5c {
  -webkit-box-shadow: 0 0 5px 0 #ccc;
          box-shadow: 0 0 5px 0 #ccc;
}

.hov {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.body_b {
  position: fixed;
  left: 0%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 1;
  overflow: auto;
  outline: none;
}

.top {
  position: relative;
  z-index: 9;
  border-top: 6px solid #ac0300;
}

.top .areaheart {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -700px;
}

.top .areaheart .logo {
  float: left;
  margin: 25px 22px;
  -webkit-animation: nav-box 0.8s;
          animation: nav-box 0.8s;
}

.top .areaheart .nav_wrap {
  float: right;
  width: 64%;
  margin-top: 10px;
  -webkit-animation: nav-lianjie 0.8s;
          animation: nav-lianjie 0.8s;
}

.top .areaheart .nav_wrap .top_link_wrap {
  float: right;
  margin-right: 3%;
}

.top .areaheart .nav_wrap .top_link_wrap .search_box {
  float: left;
  margin-top: 10px;
}

.top .areaheart .nav_wrap .top_link_wrap .search_box input {
  outline: none;
}

.top .areaheart .nav_wrap .top_link_wrap .search_box .ipt_txt {
  width: 150px;
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-indent: 5px;
  color: #333;
  border-radius: 5px;
  display: none;
  border: 1px solid #aaa;
}

.top .areaheart .nav_wrap .top_link_wrap .search_box .ipt_sub {
  width: 26px;
  height: 26px;
  text-indent: -9999em;
  border: 0 none;
  cursor: pointer;
  background: url(../img/icon_search.png) no-repeat center;
}

.top .areaheart .nav_wrap .top_link_wrap .role {
  float: left;
}

.top .areaheart .nav_wrap .top_link_wrap .role ul li {
  float: left;
  margin-left: 16px;
  line-height: 46px;
  font-size: 14px;
}

.top .areaheart .nav_wrap .top_link_wrap .role ul li a {
  color: #555;
}

.top .areaheart .nav_wrap .top_link_wrap .role ul li a:hover {
  color: #ac0300;
}

.top .areaheart .nav_wrap .nav {
  width: 100%;
}

.top .areaheart .nav_wrap .nav ul li {
  float: left;
  font-size: 18px;
  width: 11%;
  line-height: 50px;
  text-align: center;
}

.top .areaheart .nav_wrap .nav ul li:hover {
  border-top: 2px solid #ac0300;
  background-color: #fff;
}

.top .areaheart .nav_wrap .nav ul li a {
  color: #333;
}

.top .areaheart .nav_wrap .nav ul li a:hover {
  color: #ac0300;
}

.top .areaheart .nav_wrap .nav ul li dl {
  width: 140%;
  text-align: left;
  line-height: 40px;
  background-color: #fff;
  display: none;
}

.top .areaheart .nav_wrap .nav ul li dl dd {
  padding: 0 15px;
  font-size: 15px;
}

.top .areaheart .nav_wrap .nav ul li dl dd:hover {
  background-color: #eee;
}

.main_wrap {
  padding-bottom: 235px;
  background: url(../img/bg04.png) no-repeat bottom center;
}

.main_wrap .title {
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-bottom: 5px solid #ac0300;
}

.main_wrap .title h2 {
  float: left;
  font-size: 24px;
  color: #333;
  margin: 0 12px;
  font-weight: normal;
}

.main_wrap .title a {
  float: left;
  font-size: 12px;
  color: #333;
  display: block;
  height: 18px;
  line-height: 17px;
  width: 54px;
  margin-top: 23px;
  text-align: center;
  border-radius: 18px;
  background-color: #b5b5b5;
}

.main_wrap .title a:hover {
  color: #fff;
  background-color: #ac0300;
}

.part01 {
  padding: 20px 0;
  padding-bottom: 50px;
  background: url(../img/bg05.png) no-repeat left top;
  background-color: #fff;
}

.part01 .areaheart .news_wrap {
  float: left;
  width: 73.5%;
}

.part01 .areaheart .news_wrap .news_pic {
  float: left;
  width: 48.5%;
}

.part01 .areaheart .news_wrap .news_pic .news_pic_in {
  position: relative;
}

.part01 .areaheart .news_wrap .news_pic .news_pic_in a .img_box {
  width: 100%;
  height: 280px;
}

.part01 .areaheart .news_wrap .news_pic .news_pic_in a .data {
  position: absolute;
  left: 20px;
  bottom: 82px;
  width: 56px;
  height: 50px;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  background-color: #ac0300;
  font-size: 16px;
}

.part01 .areaheart .news_wrap .news_pic .news_pic_in a .data span {
  font-size: 12px;
}

.part01 .areaheart .news_wrap .news_pic .news_pic_in a .news_tit {
  padding: 45px 20px;
  text-align: center;
  background-color: #fff;
}

.part01 .areaheart .news_wrap .news_pic .news_pic_in a .news_tit p {
  color: #333;
  font-size: 15px;
  line-height: 24px;
transition: all .3s ease-in-out;
}

.part01 .areaheart .news_wrap .news_pic .news_pic_in a .news_tit p:hover {
  color: #ac0300;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
  text-shadow: 0px 5px 2px #ccc;
}

.part01 .areaheart .news_wrap .news_list {
  float: right;
  width: 48.5%;
  background-color: #fff;
}
.part01 .areaheart .news_wrap .news_list .title a,
.part01 .areaheart .news_wrap .news_list .title h2 {
  visibility: hidden;
}

.part01 .areaheart .news_wrap .news_list .news_list_in {
  padding: 2px 20px;
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li {
  margin: 12px 0;
  position: relative;
  min-height: 30px;
  height: 30px;
  overflow: hidden;
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li a .data {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 30px;
  text-align: center;
  border-right: 3px solid #b2b2b2;
  color: #555;
  font-size: 14px;
  line-height: 30px;
  /* padding-top: 10px; */
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li a .data:hover {
  color: #ac0300;
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li a .data span {
  font-size: 12px;
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li a .news_tit {
  padding-left: 80px;transition: all .3s ease-in-out;
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li a .news_tit:hover {
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li a .news_tit p {
  font-size: 15px;
  color: #333;
  line-height: 24px;
}

.part01 .areaheart .news_wrap .news_list .news_list_in ul li a .news_tit p:hover {
  color: #ac0300;
  text-shadow: 0px 5px 2px #ccc;
}

.part01 .areaheart .notice_wrap {
  float: right;
  width: 24.5%;
}

.part01 .areaheart .notice_wrap .notice_row {
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
          box-shadow: 0 0 5px 0 #ccc;
}
.part01 .areaheart .notice_wrap .notice_row ul{
padding-top: 14px;
}
.part01 .areaheart .notice_wrap .notice_row ul li {
  margin-bottom: 10px;height: 30px;
}

.part01 .areaheart .notice_wrap .notice_row ul li a span {
  font-size: 12px;
  color: #999;
  
  line-height: 30px;
 
  background-color: #fff;
  position: relative;
  float: right;
  z-index: 1;
}

.part01 .areaheart .notice_wrap .notice_row ul li a p {
  font-size: 15px;
  color: #333;
  line-height: 29px;
  position: relative;transition: all .3s ease-in-out;
overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;float: left;
    width: 74%;
}

.part01 .areaheart .notice_wrap .notice_row ul li a p::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ccc;
}

.part01 .areaheart .notice_wrap .notice_row ul li a p:hover {
  color: #ac0300;
  text-shadow: 0px 5px 2px #ccc;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

.part02 {
  padding: 10px 0;
  padding-bottom: 50px;
  background-color: #f9f6ef;
}

.part02 .feature_wrap {
  float: left;
  width: 73.5%;
}

.part02 .feature_wrap .feature_row .feature_tit {
  height: 42px;
  padding: 32px 0;
  text-align: center;
}

.part02 .feature_wrap .feature_row .feature_tit ul {
  width: 600px;
  margin: 0 auto;
}

.part02 .feature_wrap .feature_row .feature_tit ul li {
  float: left;
  width: 126px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #333;
  margin: 0 11px;
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
}

.part02 .feature_wrap .feature_row .feature_tit ul li.on, .part02 .feature_wrap .feature_row .feature_tit ul li:hover {
  color: #fff;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
  background-color: #ac0300;
}
.part02 .feature_wrap .feature_row .feature_tit ul li.on, .part02 .feature_wrap .feature_row .feature_tit ul li:hover a{
  color: #fff;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
  background-color: #ac0300;
}
.part02 .feature_wrap .feature_row .feature_tit ul li.on a{
  color: #fff;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
  background-color: #ac0300;
}
.part02 .feature_wrap .feature_row .feature_con {
  clear: both;
}

.part02 .feature_wrap .feature_row .feature_con ul {
  display: none;
}

.part02 .feature_wrap .feature_row .feature_con ul li {
  width: 32%;
  float: left;
  margin-left: 2%;
  background-color: #fff;
}

.part02 .feature_wrap .feature_row .feature_con ul li.nc01 {
  margin-left: 0;
}

.part02 .feature_wrap .feature_row .feature_con ul li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.part02 .feature_wrap .feature_row .feature_con ul li .txt_box {
  padding: 20px 26px;
}

.part02 .feature_wrap .feature_row .feature_con ul li .txt_box p {
  font-size: 15px;
  color: #333;
  height: 24px;
  line-height: 24px;
  -webkit-transition: .3s;
  transition: .3s;
}

.part02 .feature_wrap .feature_row .feature_con ul li .txt_box p:hover {
  color: #ac0300;
}

.part02 .feature_wrap .feature_row .feature_con ul li .txt_box span {
  font-size: 12px;
  color: #999;
  padding-left: 20px;
  line-height: 36px;
  background: url(../img/icon_tme.png) no-repeat left center;
}

.part02 .modia_wrap {
  float: right;
  width: 24.5%;
}

.part02 .modia_wrap .modia_row {
  width: 100%;
  background-color: #fff;
}

.part02 .modia_wrap .modia_row ul {
  padding: 13px 17px;
}

.part02 .modia_wrap .modia_row ul li {
  position: relative;
  margin-bottom: 14px;
}

.part02 .modia_wrap .modia_row ul li:nth-child(6) {
  margin-bottom: 5px;
}

.part02 .modia_wrap .modia_row ul li .modia_tit {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100px;
  height: 40px;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ec6941;
transition: all .3s ease-in-out;
}

.part02 .modia_wrap .modia_row ul li .modia_tit:hover {
  background-color: #ac0300;
cursor: default;
}

.part02 .modia_wrap .modia_row ul li .modia_txt {
  padding-left: 112px;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  display: block;
}

.part02 .modia_wrap .modia_row ul li .modia_txt:hover {
  color: #ac0300;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
  text-shadow: 0px 5px 2px #ccc;
}

.part03 .links_wrap ul li {
  float: left;
  width: 11.11%;
  margin: 30px 0;
  text-align: center;
}

.part03 .links_wrap ul li .img_box {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #333;
}

.part03 .links_wrap ul li .img_box:hover {
  border-color: #ac0300;
  background-color: #ac0300;
  -webkit-transform: translateY(-6px) !important;
          transform: translateY(-6px) !important;
  -webkit-box-shadow: 0 30px 15px -18px #aaa;
          box-shadow: 0 30px 15px -18px #aaa;
}

.part03 .links_wrap ul li .img_box .img {
  width: 100%;
  height: 100%;
}

.part03 .links_wrap ul li p {
  font-size: 15px;
  color: #333;
}

.part03 .links_wrap ul li p:hover {
  color: #ac0300;
  -webkit-transform: translateY(-6px) !important;
          transform: translateY(-6px) !important;
  text-shadow: 0px 5px 2px #999;
}

.part03 .links_wrap ul li .img_box .img {
  background: url(../img/link01.png) no-repeat center;
}

.part03 .links_wrap ul li .img_box:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-image: url(../img/link01a.png);
}

.part03 .links_wrap ul li.cn02 .img_box .img {
  background-image: url(../img/link02.png);
}

.part03 .links_wrap ul li.cn02 .img_box:hover .img {
  background-image: url(../img/link02a.png);
}

.part03 .links_wrap ul li.cn03 .img_box .img {
  background-image: url(../img/link03.png);
}

.part03 .links_wrap ul li.cn03 .img_box:hover .img {
  background-image: url(../img/link03a.png);
}

.part03 .links_wrap ul li.cn04 .img_box .img {
  background-image: url(../img/link04.png);
}

.part03 .links_wrap ul li.cn04 .img_box:hover .img {
  background-image: url(../img/link04a.png);
}

.part03 .links_wrap ul li.cn05 .img_box .img {
  background-image: url(../img/link05.png);
}

.part03 .links_wrap ul li.cn05 .img_box:hover .img {
  background-image: url(../img/link05a.png);
}

.part03 .links_wrap ul li.cn06 .img_box .img {
  background-image: url(../img/link06.png);
}

.part03 .links_wrap ul li.cn06 .img_box:hover .img {
  background-image: url(../img/link06a.png);
}

.part03 .links_wrap ul li.cn07 .img_box .img {
  background-image: url(../img/link07.png);
}

.part03 .links_wrap ul li.cn07 .img_box:hover .img {
  background-image: url(../img/link07a.png);
}

.part03 .links_wrap ul li.cn08 .img_box .img {
  background-image: url(../img/link08.png);
}

.part03 .links_wrap ul li.cn08 .img_box:hover .img {
  background-image: url(../img/link08a.png);
}

.part03 .links_wrap ul li.cn09 .img_box .img {
  background-image: url(../img/links09.png);
}

.part03 .links_wrap ul li.cn09 .img_box:hover .img {
  background-image: url(../img/links09a.png);
}

.part04 .subject .subject_item {
  float: left;
  width: 23%;
  margin: 27px 0;
  margin-left: 2.66666%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.part04 .subject .subject_item.cn01 {
  margin-left: 0;
}

.part04 .subject .subject_item:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.part04 .subject .subject_item .img_box {
  position: relative;
}

.part04 .subject .subject_item .img_box::before {
  content: '';
  width: 550px;
  height: 120px;
  display: block;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(rgba(255, 255, 255, 0.4)), color-stop(90%, transparent));
  background: linear-gradient(transparent 10%, rgba(255, 255, 255, 0.4), transparent 90%);
  position: absolute;
  top: -120px;
  left: -300px;
  -webkit-transition: 0.5s cubic-bezier(0.38, 0.39, 0.21, 0.99);
  transition: 0.5s cubic-bezier(0.38, 0.39, 0.21, 0.99);
}

.part04 .subject .subject_item .img_box:hover::before {
  top: 50px;
  left: 180px;
}

.part04 .subject .subject_item .txt_box {
  padding: 20px;
}

.part04 .subject .subject_item .txt_box h4 {
  font-size: 16px;
  color: #333;height: 42px;
  text-align: center;
  margin-bottom: 10px;
}

.part04 .subject .subject_item .txt_box h4:hover {
  color: #ac0300;
}

.part04 .subject .subject_item .txt_box p {
  text-indent: 2em;
  font-size: 13px;
  color: #666;
  line-height: 24px;
  height: 100px;
  overflow: hidden;
}

.part04 .subject .subject_item .txt_box p:hover {
  color: #ac0300;
}

.part05 {
  margin-top: 10px;
}

.part05 img {
  width: 100%;
  height: auto;
}

.foot {
  background: url(../img/bg05.png) no-repeat right bottom;
  background-color: #ac0300;
}

.foot h2 {
  font-size: 18px;
  line-height: 64px;
  color: #fff;
  font-weight: normal;
}

.foot .foot_left {
  float: left;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  padding: 26px 0;
  margin-left: 30px;
  margin-right: 115px;
}

.foot .foot_mid {
  float: left;
}

.foot .foot_mid .select_box {
  width: 450px;
}

.foot .foot_mid .select_box select {
  float: left;
  width: 200px;
  height: 24px;
  margin-right: 25px;
  margin-bottom: 18px;
  border-radius: 2px;
  background-color: #fff;
}

.foot .foot_rgt {
  float: right;
  margin-right: 30px;
}

.foot .foot_rgt .share {
  margin-left: 35px;
}

.foot .foot_rgt .share a {
  position: relative;
  float: left;
  margin: 12px 17px;
}

.foot .foot_rgt .share a .ewm_box {
  display: block;
  width: 40px;
  height: 40px;
}

.foot .foot_rgt .share a span {
  position: absolute;
  left: -38px;
  top: -132px;
  display: none;
}

.foot .foot_rgt .share a span img {
  padding: 6px;
  border-radius: 2px;
  background-color: #fff;
}

.foot .foot_rgt .share a span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  font-size: 0;
  border-top-color: #fff;
}

.cpr {
  text-align: center;
  color: #fff;
  line-height: 24px;
  padding: 13px 0;
  background-color: #780200;
}
/*
.part02 .feature_wrap {
  -webkit-transition: all .5s ease-out 0s !important;
  transition: all .5s ease-out 0s !important;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.part02 .modia_wrap {
  -webkit-transition: all .5s ease-out 0s !important;
  transition: all .5s ease-out 0s !important;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.part03 .links_wrap ul li .img_box {
  -webkit-transition: all .5s ease-out 0s !important;
  transition: all .5s ease-out 0s !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.part03 .links_wrap ul li:nth-child(odd) .img_box {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.part03 .links_wrap ul li p {
  -webkit-transition: all .5s ease-out 0s !important;
  transition: all .5s ease-out 0s !important;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.part04 .subject_item {
  -webkit-transition: all .5s ease-out 0s !important;
  transition: all .5s ease-out 0s !important;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
}

.part04 .subject_item:nth-child(even) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.part05 img {
  -webkit-transition: all .5s ease-out 0s !important;
  transition: all .5s ease-out 0s !important;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
}

.part01.showdiv .areaheart .news_wrap .news_pic,
.part01.showdiv .areaheart .news_wrap .news_list,
.part01.showdiv .areaheart .notice_wrap,
.main_wrap .part01.showdiv .title,
.main_wrap .part02.showdiv .title,
.main_wrap .part03.showdiv .title,
.main_wrap .part04.showdiv .title,
.part02.showdiv .feature_wrap,
.part02.showdiv .modia_wrap,
.part03.showdiv .links_wrap ul li .img_box,
.part03.showdiv .links_wrap ul li p,
.part04.showdiv .subject_item,
.part05.showdiv img {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
*/
.count_bg {
  height: 500px;
  background: url(../img/banner_in.png) no-repeat center;
}

.main_con {
  margin-top: 40px;
}

.side_nav {
  position: absolute;
  left: 0;
  top: 0px;
  width: 300px;
  background: url(../img/bg06.png) no-repeat right top;
  background-color: #ac0300;
  padding: 20px 10px;
  border-radius: 12px 0;
}

.side_nav h2 {
  font-size: 24px;
  color: #fff;
  height: 40px;
  line-height: 40px;
    font-weight: normal;
   padding-bottom: 20px;
text-align:center;
}

.side_nav li {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

.side_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 30px;
  font-size: 18px;
  color: #000;
}

.side_nav li:hover a,
.side_nav li.on a {
  color: #ac0300;
}

.side_nav li:hover a {
  text-indent: 32px;
}

.side_nav li.on a {
  background: url("../img/icon03.png") no-repeat 92% center;
}

.side_cont {
  padding-left: 350px;
  min-height: 400px;
}

.place {
  overflow: hidden;
  height: 65px;
  line-height: 65px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: 4px solid #ac0300;
}

.place h2 {
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: normal;display: none;
}

.place p {

  font-size: 14px;
  color: #333;
  padding-left: 22px;
  background: url("../img/icon04.png") no-repeat left center;
}

.place p a {
  color: #333;
}

.place p a:hover {
  color: #ac0300;
}

.list li {
  position: relative;
  font-size: 15px;
  line-height: 59px;
  height: 59px;
  border-bottom: 1px dashed #dbdbdb;
}

.list li .txt {
  color: #333;
  padding-left: 152px;
  position: relative;
}

.list li p {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list li a>span {
  position: absolute;
  left: 0;
  top: 0;
  color: #ac0300;
}

.list li a>span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 20px;
  width: 1px;
  height: 20px;
  background: #ac0300;
}

.list li:hover p {
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
  color: #ac0300;
  text-shadow: 0px 5px 2px #ccc;
}

.page {
  padding: 30px 0 50px 0;
}

.page img {
  margin: 0 auto;
}

.txt li {
  position: relative;
  height: 30px;
  line-height: 30px;
}

.txt li p {
  padding-left: 100px;
}

.article_title {
  margin-top: 25px;margin-bottom: 10px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dcdcdc;
}

.article_title h2 {
  font-size: 22px;
  color: #333; 
text-align: center;
  margin-bottom: 10px;
font-family: "微软雅黑";
}

.article_title p {
  font-size: 16px;
  color: #888;
  line-height: 36px;
  text-align: center !important;
}

.article_title span {
  margin: 0 20px;
  padding-left: 20px;
  background: no-repeat left center;
}

.article_title span:nth-child(2) {
  background-image: url("../img/icon05.png");
}

.article_title span:nth-child(3) {
  background-image: url("../img/icon06.png");
}

.article_title span span {
  background: none !important;
  padding-left: 0;
  margin: 0;
}

.article_in p {
  text-align: justify;
}
.article_in table p{ text-indent: 0em;}

.article_in img {
  margin: 0 auto;
  max-width: 80% !important;
  height: auto;
  /* margin-left: 0 !important; */
}

.article_in {
  font-size: 16px;
  color: #333;
  line-height: 38px;
}

.article_in p {
 /* text-indent: 2em;*/
  margin: 10px 0;
}

.fy {
  font-size: 16px;
  line-height: 46px;
  border-top: 1px dashed #dcdcdc;
  padding: 10px 0;
  margin-top: 20px;
  color: #888888;
}

.fy a {
  color: #888888;
}

.fy a:hover {
  color: #ac0300;
}

.dp_article .dp_article_title {
  text-align: center;
}

.dp_article .dp_article_title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 60px;
}

.dp_article .dp_article_in {
  font-size: 18px;
  color: #333;
  line-height: 2;
}

.dp_article .dp_article_in img {
  margin: 10px auto;
  max-width: 80% !important;
  height: auto;
}

.dp_article .dp_article_in .rych {
  color: #ac0300;
}

.dp_article .xytit,
.dp_article .dp_in_tit {
  font-weight: bold;
  color: #ac0300;
  font-size: 18px;
}

.dp_article .xytit {
  margin-top: 32px;
}

.dp_article .ti2em p {
  text-indent: 2em;
}

.dp_article_dsz h2.item_title {
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  height: 50px;
  padding: 0 46px;
  line-height: 50px;
  background-color: #ac0300;
  border-left: 6px solid #edb726;
}

.list_xrld {
  margin-top: 40px;
}

.list_xrld .xrld_wrap {
  position: relative;
  border: 1px solid #ac0300;
  overflow: hidden;
  padding: 40px 0;
}

.list_xrld .xrld_wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  padding: 0 15px;
  color: #fff;
  background-color: #ac0300;
}

.list_xrld .xrld_wrap .xrld_box {
  padding-left: 100px;
}

.list_xrld .xrld_wrap .xrld_box li {
  position: relative;
  width: 50%;
  float: left;
  line-height: 36px;
  padding: 12px 0;
  font-size: 18px;
}

.list_xrld .xrld_wrap .xrld_box li.line {
  width: 100%;
  padding: 0;
  height: 1px;
  border-bottom: 1px solid #d4d4d4;
}

.list_xrld .xrld_wrap .xrld_box li h4 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px 0;
  width: 125px;
  color: #ac0300;
}

.list_xrld .xrld_wrap .xrld_box li .ld_item {
  padding-left: 125px;
  overflow: hidden;
}

.list_xrld .xrld_wrap .xrld_box li .ld_item a {
  color: #333;
  display: block;
  width: 90px;
  float: left;
}

.list_xrld .xrld_wrap .xrld_box li .ld_item a:hover {
  color: #ac0300;
}

.list_jgsz .jgsz_wrap {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.list_jgsz .jgsz_wrap h2 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  height: 50px;
  padding: 0 46px;
  line-height: 50px;
  background-color: #ac0300;
  border-left: 6px solid #edb726;
  margin: 30px 0;
}

.list_jgsz .jgsz_wrap .item li {
    position: relative;
    float: left;
    width: 23.4%;
    margin: 10px 2%;
    margin-left: 0;
    text-align: center;
    font-size: 16px;
}

.list_jgsz .jgsz_wrap .item li:nth-child(4n) {
  margin-right: 0;
}

.list_jgsz .jgsz_wrap .item li a {
  color: #333;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}

.list_jgsz .jgsz_wrap .item li a:hover {
  color: #ac0300;
  border-color: #aaa;
}

.list_yxsz h2 {
  position: relative;
  width: 300px;
  min-height: 50px;
  background-color: #ac0300;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 40px auto;
  border-radius: 5px;
}

.list_yxsz h2 .line {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 4px;
  height: 500px;
  margin-left: -2px;
  background-color: #ac0300;
  background: -webkit-gradient(linear, left top, left bottom, from(#ac0300), color-stop(85%), to(rgba(172, 3, 1, 0)));
  background: linear-gradient(#ac0300, 85%, rgba(172, 3, 1, 0));
}

.list_yxsz .yxsz_wrap {
  width: 300px;
  margin: 0 auto;
}

.list_yxsz .yxsz_wrap ul li {
  position: relative;
  height: 48px;
  line-height: 48px;
  width: 150px;
}

.list_yxsz .yxsz_wrap ul li a {
  font-size: 18px;
  color: #333;
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  text-align: right;
  white-space: nowrap;
}

.list_yxsz .yxsz_wrap ul li a:hover {
  color: #ac0300;
}

.list_yxsz .yxsz_wrap ul li .line {
  position: absolute;
  right: 0;
  top: 23px;
  width: 150px;
  height: 2px;
  background-color: #ac0300;
}

.list_yxsz .yxsz_wrap ul li.odd {
  margin-left: 150px;
}

.list_yxsz .yxsz_wrap ul li.odd a {
  left: 110%;
  text-align: left;
}

.list_zysz .zysz_wrap h2 {
  position: relative;
  font-size: 18px;
  color: #ac0300;
  height: 60px;
  font-weight: normal;
  line-height: 60px;
  background: #f2f2f2;
  text-indent: 44px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.list_zysz .zysz_wrap h2::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  width: 8px;
  height: 30px;
  background-color: #ac0300;
}

.list_zysz .zysz_wrap .item {
  overflow: hidden;
}

.list_zysz .zysz_wrap .item ul li {
  position: relative;
  float: left;
  width: 23%;
  padding: 0 1%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

.list_zysz .zysz_wrap .item ul li a {
  color: #333;
}

.list_zysz .zysz_wrap .item ul li a:hover {
  color: #ac0300;
}

.list_pic {
  margin-top: 20px;
}

.list_pic .list_pic_in {
  overflow: hidden;
}

.list_pic .list_pic_in ul li {
  width: 31.4%;
  float: left;
  position: relative;
  margin: 20px 2.9%;
  margin-left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.list_pic .list_pic_in ul li:nth-child(3n) {
  margin-right: 0;
}

.list_pic .list_pic_in ul li a .img_box {
  background-color: #fff;
}

.list_pic .list_pic_in ul li a .img_box img {
  width: 100%;
  height: 100%;
}

.list_pic .list_pic_in ul li a p {
  position: relative;
  color: #333;
  font-size: 18px;
  background: transparent;
  text-align: left;
  width: auto;
  padding: 8px 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_pic .list_pic_in ul li a p:hover {
  color: #ac0300;
}

.list_pic .list_pic_in ul li:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-box-shadow: 0 0px 15px 0px #ccc;
          box-shadow: 0 0px 15px 0px #ccc;
}

.pic_news .pic_news_in ul li {
  position: relative;
  padding: 40px 20px;
  min-height: 187px;
  border-bottom: 1px solid #ddd;
}

.pic_news .pic_news_in ul li .img_box {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 280px;
  height: 187px;
  overflow: hidden;
  background-color: #fff;
}

.pic_news .pic_news_in ul li .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.pic_news .pic_news_in ul li .txt_box {
  padding-left: 310px;
}

.pic_news .pic_news_in ul li .txt_box .item_title {
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 15px;
}

.pic_news .pic_news_in ul li .txt_box .item_title h4 {
  float: left;
  font-size: 18px;
  color: #ac0300;
}

.pic_news .pic_news_in ul li .txt_box .item_title a {
  float: right;
  font-size: 16px;
  color: #ac0300;
  font-weight: normal;
}

.pic_news .pic_news_in ul li .txt_box p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
}

.list_pic_qcms .list_pic_qcms_in ul {
  overflow: hidden;
}

.list_pic_qcms .list_pic_qcms_in ul li {
  float: left;
  width: 48%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 10px;
}

.list_pic_qcms .list_pic_qcms_in ul li:nth-child(2n) {
  float: right;
}

.list_pic_qcms .list_pic_qcms_in ul li .img_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 256px;
}

.list_pic_qcms .list_pic_qcms_in ul li .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 {
  padding-left: 200px;
  margin-top: 20px;
}

.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 .jymsn1_in {
  background: url(../img/bg07.png) no-repeat right bottom;
  padding: 20px 30px;
  background-color: #f0f0f0;
}

.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 .jymsn1_in:hover {
  background-color: #ac0300;
}

.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 .jymsn1_in:hover h2,
.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 .jymsn1_in:hover p,
.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 .jymsn1_in:hover a {
  color: #fff;
}

.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 h2 {
  line-height: 32px;
  font-size: 18px;
  color: #333;
  cursor: default;
}

.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 p {
  display: block;
  height: 136px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  line-height: 28px;
  overflow: hidden;
  cursor: default;
}

.list_pic_qcms .list_pic_qcms_in ul li .jymsn1 a {
  font-size: 14px;
  color: #ac0300;
  line-height: 38px;
}

.dp_article_szgk ul {
  overflow: hidden;
}

.dp_article_szgk ul li {
  float: left;
  width: 18%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 2.5%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dp_article_szgk ul li:nth-child(5n) {
  margin-right: 0;
}

.dp_article_szgk ul li:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-box-shadow: 0 0px 15px 0px #ccc;
          box-shadow: 0 0px 15px 0px #ccc;
}

.dp_article_szgk ul li .img_box img {
  margin: 0;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: 100%;
}

.dp_article_szgk ul li .img_txt {
  text-align: center;
  color: #333;
}

.dp_article_szgk ul li .img_txt b {
  font-size: 16px;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.dp_article_szgk ul li .img_txt b:hover {
  color: #ac0300;
}

.dp_article_szgk ul li .img_txt p {
  font-size: 14px;
  text-indent: 0;
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dp_article_szgk ul li .img_txt p:hover {
  color: #ac0300;
}

.list_pic_xyfg {
  margin-top: 40px;
}

.list_pic_xyfg ul {
  overflow: hidden;
}

.list_pic_xyfg ul li {
  position: relative;
  float: left;
  width: 31%;
  height: 200px;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.list_pic_xyfg ul li .pic_title{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/bg01.png) repeat;
    width: 100%;
    height: auto;
    line-height: 18px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}
.list_pic_xyfg ul li:nth-child(1) {
  width: 65.5%;
  height: 430px;
}

.list_pic_xyfg ul li:nth-child(2), .list_pic_xyfg ul li:nth-child(3n) {
  margin-right: 0;
}

.list_pic_xyfg ul li .img_box {
  width: 100%;
  height: 100%;
}

.list_pic_xyfg ul li .img_box img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.list_pic_xyfg ul li .zzc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon07.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: none;
}

.lb_wrap {
  display: none;
}

.lightbox_bg {
  background: #000;
  filter: alpha(opacity=70);
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.lightbox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 102;
  text-align: center;
}

.lightbox p {
  font-size: 50px;
  color: #FFF !important;
  line-height: 100%;
  position: absolute;
  height: 61px;
  width: 38px;
  top: 50%;
  left: 0;
  z-index: 2;
  background: #ac0300;
  margin-top: -30.5px;
  cursor: pointer;
}

.lightbox p.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.lightbox img {
  margin: 0 auto;
}



.rTop{
  width: 50px;
  padding: 5px 0;
  background: #EC6942;
  position: fixed;
  right: 30px;
  bottom: 20px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 20px;
  display: none;
  border-radius: 5px;
  z-index: 99;
}
.rTop:hover{
  background: #ac0300;
}

















/*# sourceMappingURL=style.css.map */
