@charset "utf-8";
/* CSS Document */
.header {
  height: 120px;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header .logo {
  top: 35px;
  left: 100px;
  z-index: 2;
}
.header .index_nav {
  right: 200px;
  left: 530px;
  top: 0px;
}
.header .index_nav > ul {
  text-align: right;
  font-size: 0;
}
.header .index_nav > ul > li {
  float: none;
  display: inline-block;
  height: 120px;
  position: relative;
  width: 10.5%;
}
.header .index_nav > ul > li > a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 110px;
  border-top: solid 5px rgba(0, 0, 0, 0);
  border-bottom: solid 5px rgba(0, 0, 0, 0);
}
.header .index_nav > ul > li > a.on,
.header .index_nav > ul > li > a:hover {
  color: #b6251d;
  border-bottom: solid 5px #b6251d;
}
.header .header_login {
  position: absolute;
  right: 100px;
  top: 15px;
}
.header .header_login a {
  margin-left: 20px;
  color: #ffffff;
  font-size: 14px;
}
.header .header_right {
  position: absolute;
  right: 100px;
  top: 52px;
}
.header .header_right a {
  margin-left: 20px;
}
.menu {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #000;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.hsbtm {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.menu_close {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 0px;
  left: -39px;
  z-index: 11;
  display: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.banner {
  width: 100%;
  position: relative;
}
.banner .prev {
  width: 35px;
  height: 64px;
  background: url(zuojian.png) no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 100px;
  opacity: 0.4;
  z-index: 2;
  cursor: pointer;
}
.banner .prev:hover {
  opacity: 1;
}
.banner .next {
  width: 35px;
  height: 64px;
  background: url(youjian.png) no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 100px;
  opacity: 0.4;
  z-index: 2;
  cursor: pointer;
}
.banner .next:hover {
  opacity: 1;
}
.banner .owl-theme .owl-controls {
  margin-top: 0;
}
.banner #owl-demo1 {
  width: 101%;
}
.banner #owl-demo1 .owl-dots {
  display: block!important;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner #owl-demo1 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 7px;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: url(lingxing1.png) no-repeat center center;
  opacity: 0.5;
}
.banner #owl-demo1 .owl-dots .owl-dot.active {
  background: url(lingxing2.png) no-repeat center center;
  opacity: 1;
}
.banner #owl-demo1 .item {
  display: block;
  background-size: cover!important;
}
.banner #owl-demo1 .item img {
  width: 100%;
}
.banner #owl-demo1 .item img.mobileshow {
  display: none;
}
.bigtk {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: #fff;
}
.bigtk .tk_header {
  height: 120px;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.bigtk .tk_header .logo {
  top: 35px;
  left: 100px;
  z-index: 2;
}
.bigtk .tk_header .tk_close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 105px;
  margin-top: -7px;
  background: url(chacha.png) no-repeat center center;
  cursor: pointer;
}
.bigtk .tk_cont {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(bigbg1.jpg) no-repeat center bottom #fff;
  display: none;
}
.bigtk .tk_cont.tk_nav {
  padding-top: 70px;
  font-size: 0;
}
.bigtk .tk_cont.tk_nav .item {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  text-align: left;
}
.bigtk .tk_cont.tk_nav .item .tit a {
  color: #333333;
  font-size: 20px;
}
.bigtk .tk_cont.tk_nav .item ul {
  margin-top: 25px;
}
.bigtk .tk_cont.tk_nav .item ul li {
  line-height: 44px;
}
.bigtk .tk_cont.tk_nav .item ul li a {
  color: #666666;
  font-size: 16px;
}
.bigtk .tk_cont.tk_search .tk_ss {
  width: 750px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bigtk .tk_cont.tk_search .tk_ss .ss_top {
  width: 600px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #333;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_btn {
  width: 60px;
  height: 60px;
  border: 0;
  background: url(fdj2.png) no-repeat center center;
  margin-right: 10px;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont {
  margin-right: 80px;
  height: 100%;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_top .ss_cont .ss_inp {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_bot {
  margin-top: 60px;
  text-align: left;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_bot .tit {
  color: #999999;
  font-size: 16px;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont {
  margin-top: 20px;
  height: 264px;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li {
  width: 50%;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a {
  color: #333333;
  font-size: 16px;
  line-height: 44px;
}
.bigtk .tk_cont.tk_search .tk_ss .ss_bot .cont ul li a:hover {
  color: #b6251d;
}
.bigtk .tk_cont.tk_link .link_m {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.bigtk .tk_cont.tk_link .link_m .tit {
  color: #333333;
  font-size: 24px;
}
.bigtk .tk_cont.tk_link .link_m .cont a {
  display: inline-block;
  min-width: 200px;
  height: 30px;
  padding: 0 15px;
  border: solid 1px #333333;
  line-height: 28px;
  color: #333333;
  font-size: 14px;
  margin: 0 10px;
  margin-top: 30px;
}
.bigtk .tk_cont.tk_link .link_m .cont a:hover {
  color: #fff;
  background: #b6251d;
  border: solid 1px #b6251d;
}
.mobileshow {
  display: none;
}
.light_tit .tit {
  color: #111111;
  font-size: 28px;
  line-height: 28px;
}
.light_tit .hengxian {
  background-color: #b6251d;
  width: 36px;
  height: 4px;
  margin-top: 20px;
}
.light_main1 {
  background-size: cover!important;
  padding: 90px 0;
}
.light_main1 .pic {
  width: 712px;
}
.light_main1 .pic img {
  width: 100%;
}
.light_main1 .cont {
  margin-left: 770px;
  padding-top: 65px;
}
.light_main1 .cont .cont1 {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
  text-align: left;
}
.light_main1 .cont .more {
  margin-top: 20px;
}
.light_main1 .cont .more a {
  color: #333333;
  font-size: 14px;
}
.light_main1 .cont .more a:hover img {
  margin-right: 15px;
}
.light_main1 .cont .more a img {
  margin-right: 10px;
}
.light_main1 .cont .bot {
  margin-top: 40px;
}
.light_main1 .cont .bot .item {
  width: 33.33%;
  text-align: center;
}
.light_main1 .cont .bot .item .item_top {
  color: #b6251d;
  font-size: 16px;
}
.light_main1 .cont .bot .item .item_top span {
  font-weight: bold;
  font-size: 40px;
}
.light_main1 .cont .bot .item .note {
  color: #333333;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
.light_main2 {
  padding: 75px 0 85px;
}
.light_main2 .row {
  margin-left: -30px;
  margin-right: -30px;
}
.light_main2 .row .col-xs-12 {
  padding-left: 30px;
  padding-right: 30px;
}
.light_main2 .row .col-xs-12 .item {
  margin-top: 60px;
}
.light_main2 .row .col-xs-12 .item .tit {
  color: #333333;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.light_main2 .row .col-xs-12 .item .more a {
  background-color: #b6251d;
  width: 98px;
  height: 34px;
  line-height: 34px;
  display: block;
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  text-align: center;
}
.light_main2 .row .col-xs-12 .item .more a:hover {
  opacity: 1;
}
.light_main2 .row .col-xs-12 .item .cont {
  background: #f6f6f6;
  padding: 50px 55px;
  height: 420px;
}
.light_main2 .row .col-xs-12 .item .cont ul li {
  color: #333333;
  font-size: 18px;
  line-height: 62px;
}
.light_main2 .row .col-xs-12 .item .cont ul li a {
  color: #333;
}
.light_main2 .row .col-xs-12 .item .cont ul li a:hover {
  color: #b6251d;
}
.light_main2 .row .col-xs-12 .item .cont .date {
  color: #666666;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 42px;
}
.light_main2 .row .col-xs-12 .item .cont1 {
  background: #f6f6f6;
  padding: 30px 30px 0;
  height: 420px;
}
.light_main2 .row .col-xs-12 .item .cont1 ul {
  margin-bottom: 40px;
}
.light_main2 .row .col-xs-12 .item .cont1 ul li {
  border-bottom: solid 1px #d2d2d2;
  padding: 12px 0;
}
.light_main2 .row .col-xs-12 .item .cont1 ul li:hover .date {
  color: #b6251d;
}
.light_main2 .row .col-xs-12 .item .cont1 ul li:hover .tit1 a {
  color: #b6251d;
}
.light_main2 .row .col-xs-12 .item .cont1 ul li .date {
  color: #666666;
  font-size: 12px;
}
.light_main2 .row .col-xs-12 .item .cont1 ul li .tit1 {
  margin-top: 3px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.light_main2 .row .col-xs-12 .item .cont1 ul li .tit1 a {
  color: #333333;
  font-size: 16px;
}
.light_main3 {
  padding: 90px 0 70px;
  background-size: cover!important;
}
.light_main3 .container {
  position: relative;
}
.light_main3 .pic {
  width: 590px;
  height: 476px;
}
.light_main3 .pic .pic1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.light_main3 .pic .pic1 .picspan1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.light_main3 .pic .pic1 .picspan1:nth-child(1) {
  display: block;
}
.light_main3 .m3_nav {
  position: absolute;
  top: 0;
  left: 620px;
  width: 208px;
}
.light_main3 .m3_nav .item {
  width: 208px;
  height: 153px;
  background: #b9b9b9;
  padding-top: 33px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}
.light_main3 .m3_nav .item:before {
  content: '';
  width: 8px;
  height: 30px;
  background: url(hongjian3.png) no-repeat right center;
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.light_main3 .m3_nav .item img {
  margin-bottom: 10px;
}
.light_main3 .m3_nav .item:nth-child(1) {
  margin-top: 0;
}
.light_main3 .m3_nav .item.on,
.light_main3 .m3_nav .item:hover {
  background: #b6251d;
}
.light_main3 .m3_nav .item.on:before {
  opacity: 1;
}
.light_main3 .cont {
  margin-left: 825px;
}
.light_main3 .cont .cont1 {
  display: none;
  background: #f6f6f6;
  height: 476px;
  padding: 40px 35px 0;
}
.light_main3 .cont .cont1 ul li {
  padding: 10px 0;
  border-top: solid 1px #e5e5e5;
}
.light_main3 .cont .cont1 ul li:hover .cont2 .tit a {
  color: #b6251d;
}
.light_main3 .cont .cont1 ul li .date {
  width: 80px;
  height: 80px;
  background: #b6251d;
  padding-top: 10px;
  text-align: center;
}
.light_main3 .cont .cont1 ul li .date .day {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.light_main3 .cont .cont1 ul li .date .month {
  color: #ffffff;
  font-size: 14px;
}
.light_main3 .cont .cont1 ul li .cont2 {
  margin-left: 100px;
}
.light_main3 .cont .cont1 ul li .cont2 .tit {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.light_main3 .cont .cont1 ul li .cont2 .tit a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.light_main3 .cont .cont1 ul li .cont2 .note {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 3px;
}
.light_main3 .cont .cont1 ul li:nth-child(1) {
  border-top: 0;
}
.light_main3 .cont .cont1:nth-child(1) {
  display: block;
}
.bg1 {
  background: url(bgtp4.jpg) no-repeat center bottom;
}
.light_main4 {
  padding: 70px 0 60px;
}
.light_main4 .xxk {
  margin-top: 30px;
  text-align: center;
}
.light_main4 .xxk .xxk1 {
  width: 100px;
  height: 30px;
  border: solid 1px #666666;
  text-align: center;
  line-height: 28px;
  color: #666666;
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.light_main4 .xxk .xxk1.on {
  background: #b6251d;
  color: #fff;
  border: solid 1px #b6251d;
}
.light_main4 .xxkqh {
  margin-top: 20px;
}
.light_main4 .xxkqh .item {
  margin-top: 20px;
}
.light_main4 .xxkqh .item:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.light_main4 .xxkqh .item:hover .cont .tit a {
  color: #b6251d;
}
.light_main4 .xxkqh .item .pic {
  width: 100%;
  position: relative;
}
.light_main4 .xxkqh .item .cont .tit {
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.light_main4 .xxkqh .item .cont .tit a {
  color: #333333;
  font-size: 18px;
}
.light_main4 .xxkqh .item .cont .note {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.light_main4 .xxkqh .item .cont .date {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}
.light_main4 .xxkqh .item1 {
  margin-top: 20px;
}
.light_main4 .xxkqh .item1:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.light_main4 .xxkqh .item1:hover .tit a {
  color: #b6251d;
}
.light_main4 .xxkqh .item1 .pic .btn_play {
  width: 52px;
  height: 52px;
  background: url(play_btn.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
}
.light_main4 .xxkqh .item1 .tit {
  color: #333333;
  margin-top: 10px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 5px;
}
.light_main4 .xxkqh .item1 .tit a {
  color: #333;
}
.sec_tit {
  text-align: center;
}
.sec_tit.black .hengxian {
  background: #000;
}
.sec_tit.black .tit {
  color: #000;
}
.sec_tit .hengxian {
  width: 20px;
  height: 3px;
  background: #fff;
}
.sec_tit .tit {
  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.sec_tit .tit span {
  color: #b6251d;
}
.friendlink {
  padding-bottom: 25px;
}
.friendlink .tit {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.friendlink .cont {
  margin-top: 10px;
  margin-left: -20px;
  line-height: 26px;
}
.friendlink .cont a {
  color: #666666;
  font-size: 14px;
  margin-left: 20px;
  display: inline-block;
}
.friendlink .cont a:hover {
  color: #b6251d;
}
.footer {
  background: #444444;
  border-bottom: solid 20px #b6251d;
  padding: 80px 0 85px;
}
.footer .cont {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footer .cont .cont1 {
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.footer .cont .copyRight {
  margin-top: 10px;
  line-height: 24px;
}
.ejbanner .ejb {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ejbanner .ejb .container {
  position: relative;
  height: 100%;
}
.ejbanner .ejb .container .ejb_abs {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
  font-weight: bold;
}
.ejbanner .ejb .container .ejb_abs .tit {
  color: #ffffff;
  font-size: 32px;
}
.ejbanner .ejb .container .ejb_abs .tit1 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.ejbanner img {
  width: 100%;
}
.light_nav {
  padding-top: 30px;
}
.light_nav .light_nav1 {
  border-bottom: solid 1px #e5e5e5;
}
.light_nav .light_nav2 {
  padding-bottom: 20px;
}
.light_nav .light_nav2 a {
  margin-right: 45px;
  color: #666666;
  font-size: 14px;
}
.light_nav .light_nav2 a.on,
.light_nav .light_nav2 a:hover {
  color: #b6251d;
}
.light_nav .swiper-container {
  position: relative;
  top: 7px;
}
.light_nav .swiper-container .swiper-slide {
  margin-right: 15px;
  padding-bottom: 7px;
  display: inline-block;
  padding-bottom: 25px;
  width: auto;
}
.light_nav .swiper-container .swiper-slide a {
  display: block;
  padding: 0 12px;
  color: #333333;
  font-size: 16px;
  position: relative;
  line-height: 30px;
}
.light_nav .swiper-container .swiper-slide a:before {
  content: '';
  width: 11px;
  height: 5px;
  background: url(hongjian.png) no-repeat center center;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
}
.light_nav .swiper-container .swiper-slide a.on,
.light_nav .swiper-container .swiper-slide a:hover {
  background: #b6251d;
  color: #fff;
}
.light_nav .swiper-container .swiper-slide a.on:before {
  opacity: 1;
}
.about_main .about_m {
  padding: 63px 0 45px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 45px;
}
.about_main .about_m .pic img {
  width: 100%;
}
.about_main .about_m .cont {
  color: #fff;
  padding: 55px 0;
}
.about_main .about_m .cont .item {
  width: 25%;
  text-align: center;
  position: relative;
}
.about_main .about_m .cont .item:nth-child(1):before {
  display: none;
}
.about_main .about_m .cont .item:before {
  content: '';
  background-color: #e5e5e5;
  width: 3px;
  height: 67px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 0;
}
.about_main .about_m .cont .item .item_top {
  color: #b6251d;
  font-size: 16px;
}
.about_main .about_m .cont .item .item_top span {
  font-weight: bold;
  font-size: 42px;
}
.about_main .about_m .cont .item .note {
  color: #666666;
  font-size: 16px;
  margin-top: 15px;
}
.about_main .about_m .note {
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
.border_bot {
  border-bottom: solid 1px #e5e5e5;
}
.border_bot1 {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.jiagou_m {
  padding: 50px 0;
  margin-bottom: 50px;
  text-align: center;
}
.jiagou_m img {
  max-width: 100%;
  display: inline-block;
}
.jiagou_m img.mobileshow {
  display: none;
}
.zhici_m {
  margin-top: 60px;
}
.zhici_m .pic {
  width: 424px;
  margin-left: 22px;
}
.zhici_m .pic .pic1 {
  background: #b6251d;
}
.zhici_m .pic .pic1 img {
  position: relative;
  top: -22px;
  left: -22px;
  width: 100%;
}
.zhici_m .cont {
  margin-left: 530px;
  overflow: hidden;
  padding-bottom: 45px;
}
.zhici_m .cont .tit div.fl {
  color: #333333;
  font-size: 26px;
  margin-left: 25px;
  margin-top: 20px;
  line-height: 26px;
  position: relative;
}
.zhici_m .cont .tit div.fl:before {
  content: '';
  width: 102%;
  height: 15px;
  background: #b6251d;
  position: absolute;
  bottom: -8px;
  left: -1%;
}
.zhici_m .cont .tit div.fl span {
  display: block;
  position: relative;
  z-index: 2;
}
.zhici_m .cont .note {
  color: #333333;
  margin-top: 45px;
  font-size: 16px;
  line-height: 30px;
}
.zhici_m .cont .qianming {
  margin-top: 25px;
}
.linian_m {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.linian_m .item {
  position: relative;
}
.linian_m .item:nth-child(2n) .pic {
  float: right;
}
.linian_m .item:nth-child(2n) .contt {
  left: 0;
  right: auto;
}
.linian_m .item .pic {
  width: 50%;
  float: left;
}
.linian_m .item .pic img {
  width: 100%;
}
.linian_m .item .contt {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.linian_m .item .contt .contt1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 60px;
}
.linian_m .item .contt .contt1 .item1 {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}
.linian_m .item .contt .contt1 .item1 .red {
  font-weight: bold;
}
.vi_main {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.vi_main .item {
  margin-top: 40px;
}
.vi_main .item:hover .tit a {
  color: #b6251d;
}
.vi_main .item .pic {
  border: solid 1px #e6e6e6;
}
.vi_main .item .tit {
  text-align: center;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vi_main .item .tit a {
  color: #333333;
  font-size: 18px;
}
.renyuan_m .item {
  margin-top: 40px;
  text-align: center;
}
.renyuan_m .item .tit {
  margin-top: 20px;
}
.renyuan_m .item .tit a {
  color: #333333;
  font-size: 22px;
}
.renyuan_m .item .tit1 {
  color: #666666;
  font-size: 16px;
}
.rencai_main {
  margin-top: 20px;
  margin-bottom: 45px;
}
.rencai_main .rc_m {
  margin-top: 29px;
  margin-bottom: 10px;
}
.rencai_main .rc_m:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rencai_main .rc_m:hover .cont .tit a {
  color: #b6251d;
}
.rencai_main .rc_m .pic {
  width: 606px;
}
.rencai_main .rc_m .pic img {
  width: 100%;
}
.rencai_main .rc_m .cont {
  margin-left: 606px;
  padding: 90px 60px 0;
}
.rencai_main .rc_m .cont .tit {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.rencai_main .rc_m .cont .tit a {
  color: #333333;
  font-size: 24px;
}
.rencai_main .rc_m .cont .note {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.rencai_main .rc_m .cont .more1 a {
  display: block;
  margin-top: 15px;
  background-color: #c7000a;
  width: 146px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.rencai_main .row {
  margin-bottom: 40px;
  margin-left: -26px;
  margin-right: -26px;
}
.rencai_main .col-xs-12 {
  padding-left: 26px;
  padding-right: 26px;
}
.rencai_main .item {
  background: #f5f5f5;
  padding: 35px;
  margin-top: 22px;
}
.rencai_main .item:hover .tit1 a {
  color: #b6251d;
}
.rencai_main .item .tit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rencai_main .item .tit1 a {
  color: #333333;
  font-size: 20px;
}
.rencai_main .item .date {
  padding: 5px 0;
  margin-top: -10px;
  position: relative;
  top: 10px;
}
.rencai_main .item .note1 {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  margin-top: 10px;
}
.rencai_main .item .more a {
  display: block;
  margin-top: 15px;
  background-color: #c7000a;
  width: 146px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.pages {
  text-align: center;
}
.pages a {
  height: 40px;
  border: solid 1px #dcdcdc;
  line-height: 38px;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
}
.pages a:hover,
.pages a.on {
  background: #b6251d;
  color: #fff;
  border: solid 1px #b6251d;
}
.pages span {
  height: 40px;
  border: solid 1px #dcdcdc;
  line-height: 38px;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
}
.chanye_main {
  margin-top: 25px;
}
.chanye_main .row {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
}
.chanye_main .row .col-xs-6 {
  padding-left: 20px;
  padding-right: 20px;
}
.chanye_main .row .col-xs-6 .item {
  margin-top: 25px;
}
.chanye_main .row .col-xs-6 .item:hover .titt a {
  color: #b6251d;
}
.chanye_main .row .col-xs-6 .item .titt {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.chanye_main .row .col-xs-6 .item .titt a {
  color: #333333;
  font-size: 16px;
}
.story_m {
  padding-top: 25px;
}
.story_m .left {
  width: 1020px;
}
.story_m .left .ul1 li {
  border-bottom: solid 1px #e6e6e6;
  padding: 30px 0;
}
.story_m .left .ul1 li:hover .contt1 .tit2 a {
  color: #b6251d;
}
.story_m .left .ul1 li .date1 {
  background-color: #c70009;
  width: 81px;
  height: 80px;
  text-align: center;
  padding-top: 12px;
}
.story_m .left .ul1 li .date1 .day {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.story_m .left .ul1 li .date1 .month {
  color: #fff;
  font-size: 14px;
}
.story_m .left .ul1 li .contt1 {
  margin-left: 100px;
}
.story_m .left .ul1 li .contt1 .tit2 a {
  color: #333333;
  font-size: 20px;
}
.story_m .left .ul1 li .contt1 .note2 {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  height: 48px;
  overflow: hidden;
}
.story_m .left .ul2 {
  margin-bottom: 45px;
}
.story_m .left .ul2 li {
  padding: 20px 0;
  border-bottom: solid 1px #e6e6e6;
}
.story_m .left .ul2 li:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.story_m .left .ul2 li:hover .contt .tit1 a {
  color: #b6251d;
}
.story_m .left .ul2 li:hover .contt .more a {
  color: #b6251d;
}
.story_m .left .ul2 li .pic {
  width: 220px;
}
.story_m .left .ul2 li .pic img {
  width: 100%;
}
.story_m .left .ul2 li .contt {
  margin-left: 240px;
}
.story_m .left .ul2 li .contt .tit1 {
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.story_m .left .ul2 li .contt .tit1 a {
  color: #333333;
  font-size: 20px;
}
.story_m .left .ul2 li .contt .note1 {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  height: 52px;
  overflow: hidden;
}
.story_m .left .ul2 li .contt .more {
  margin-top: 15px;
}
.story_m .left .ul2 li .contt .more a {
  color: #333;
}
.story_m .left .ul3 {
  margin-bottom: 40px;
}
.story_m .left .ul3 li {
  padding: 25px 0;
  border-bottom: solid 1px #e5e5e5;
}
.story_m .left .ul3 li:hover .tit1 a {
  color: #b6251d;
}
.story_m .left .ul3 li:hover .tit1 a:before {
  background: #b6251d;
}
.story_m .left .ul3 li .tit1 a {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding-left: 15px;
  position: relative;
  display: block;
}
.story_m .left .ul3 li .tit1 a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.story_m .left .ul3 li .note1 {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.story_m .right {
  width: 360px;
  margin-top: 15px;
}
.story_m .right .right_tit {
  height: 64px;
  background: #b6251d;
  line-height: 64px;
  padding-left: 30px;
  color: #ffffff;
  font-size: 20px;
}
.story_m .right .right_tit img {
  margin-right: 5px;
}
.story_m .right ul li {
  padding: 20px 0;
  border-bottom: solid 1px #e5e5e5;
}
.story_m .right ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.story_m .right ul li:hover .cont .tit a {
  color: #b6251d;
}
.story_m .right ul li:hover .cont .more1 a {
  color: #b6251d;
}
.story_m .right ul li .pic {
  width: 150px;
}
.story_m .right ul li .pic img {
  width: 100%;
}
.story_m .right ul li .cont {
  margin-left: 165px;
}
.story_m .right ul li .cont .tit {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.story_m .right ul li .cont .tit a {
  color: #333333;
  font-size: 16px;
}
.story_m .right ul li .cont .note {
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
  height: 40px;
  overflow: hidden;
}
.story_m .right ul li .cont .more1 {
  margin-top: 5px;
}
.story_m .right ul li .cont .more1 a {
  color: #666666;
  font-size: 14px;
}
.dsj_main1 {
  margin-bottom: 40px;
  padding: 40px 0;
}
.dsj_main1 .dsj_main {
  position: relative;
  padding: 30px 0 55px;
}
.dsj_main1 .dsj_main .prev {
  width: 270px;
  height: 40px;
  background: url(shangjian2.png) no-repeat center center #e3e3e3;
  position: absolute;
  left: 45px;
  top: 0;
  cursor: pointer;
}
.dsj_main1 .dsj_main .prev:hover {
  background: url(shangjian2.png) no-repeat center center #b6251d;
}
.dsj_main1 .dsj_main .next {
  width: 270px;
  height: 40px;
  background: url(xiajian2.png) no-repeat center center #e3e3e3;
  position: absolute;
  left: 45px;
  bottom: 0;
  cursor: pointer;
}
.dsj_main1 .dsj_main .next:hover {
  background: url(xiajian2.png) no-repeat center center #b6251d;
}
.dsj_main1 .dsj_main:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 400px;
  top: 0;
}
.dsj_main1 .dsj_main .swiper_dsj {
  height: 700px;
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide .pic {
  width: 360px;
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide .pic .imga {
  width: 270px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide .cont {
  margin-left: 440px;
  height: 100%;
  position: relative;
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide .cont .cont1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide .cont .cont1:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(hongdian.png) no-repeat center center;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -10px;
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide .cont .cont1 .year {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide .cont .cont1 .note {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide.swiper-slide-active .pic .imga {
  width: 360px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide.swiper-slide-active .cont .cont1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide.swiper-slide-active .cont .cont1 .year {
  color: #333333;
  font-size: 42px;
  font-weight: bold;
}
.dsj_main1 .dsj_main .swiper_dsj .swiper-slide.swiper-slide-active .cont .cont1 .note {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}
.tzz_main {
  padding-top: 40px;
}
.tzz_main .tit {
  color: #333333;
  font-size: 22px;
}
.tzz_main .tit .fl {
  margin-right: 30px;
}
.tzz_main .pic {
  margin-top: 25px;
}
.tzz_main .pic img {
  max-width: 100%;
}
.ej_time .f_xl {
  width: 205px;
  height: 56px;
  border: solid 1px #a9a9a9;
  background: url(huijian1.png) no-repeat 170px center;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}
.ej_time .f_xl .xl_note {
  color: #666666;
  font-size: 20px;
  line-height: 54px;
  padding-left: 30px;
}
.ej_time .f_xl .fxl_ul {
  position: absolute;
  top: 54px;
  left: -1px;
  width: 205px;
  background: #fff;
  border: solid 1px #a9a9a9;
  display: none;
}
.ej_time .f_xl .fxl_ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ej_time .f_xl .fxl_ul ul li {
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.ej_time .f_xl .fxl_ul ul li:hover {
  background: #c7000a;
  color: #fff;
}
.ej_search {
  height: 56px;
  width: 530px;
  border: solid 1px #a9a9a9;
}
.ej_search .search_btn .btn1 {
  width: 54px;
  height: 54px;
  background: url(fdj2.png) no-repeat center center;
  border: 0;
}
.ej_search .search_inp {
  margin-right: 60px;
}
.ej_search .search_inp .inp1 {
  width: 100%;
  height: 54px;
  border: 0;
  background: none;
  font-size: 20px;
  padding-left: 20px;
}
.yj_main {
  padding-top: 33px;
}
.yj_main .yj_cont {
  margin-top: 30px;
}
.yj_main .yj_cont ul {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 40px;
}
.yj_main .yj_cont ul li {
  padding: 30px 30px 30px 0;
  line-height: 40px;
  border-top: solid 1px #e5e5e5;
}
.yj_main .yj_cont ul li:hover .cont1 {
  color: #b6251d;
}
.yj_main .yj_cont ul li .date {
  color: #b6251d;
  font-size: 24px;
  font-weight: bold;
}
.yj_main .yj_cont ul li .cont1 {
  margin-left: 220px;
  margin-right: 100px;
  color: #333333;
  font-size: 18px;
}
.hb_top {
  margin-top: 20px;
  position: relative;
  top: 15px;
  z-index: 3;
}
.news_details {
  margin-top: 15px;
}
.news_details .news_top {
  background: #f5f5f5;
  padding: 30px 40px 20px;
}
.news_details .news_top .titt {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.news_details .news_top .note2 {
  margin-top: 20px;
}
.news_details .news_top .note2 .item {
  color: #666666;
  font-size: 14px;
}
.news_details .news_top .note2 .item.fl {
  margin-right: 30px;
}
.news_details .news_top .note2 .item a {
  color: #666666;
}
.news_details .news_cont {
  margin-top: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 35px;
}
.news_details .news_cont img {
  max-width: 100%;
  width: auto!important;
  height: auto!important;
  margin-bottom: 25px;
}
.fanye {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 30px 0;
}
.fanye div {
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fanye div a {
  color: #666666;
  font-size: 14px;
}
.fanye div a:hover {
  color: #c7000a;
}
.rlzy_main {
  padding-top: 40px;
}
.rlzy_main .pic {
  width: 50%;
  height: 720px;
  padding-right: 20px;
  position: relative;
}
.rlzy_main .pic img {
  width: 100%;
}
.rlzy_main .cont {
  margin-left: 50%;
  overflow: hidden;
  padding-left: 20px;
}
.rlzy_main .cont .rl_top {
  background: #c7000a;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.rlzy_main .cont .rl_top .div1 {
  width: 25%;
  padding-left: 40px;
}
.rlzy_main .cont .rl_top .div2 {
  width: 22%;
  padding-left: 20px;
}
.rlzy_main .cont .rl_top .div3 {
  width: 12%;
}
.rlzy_main .cont .rl_top .div4 {
  width: 25%;
  padding-left: 20px;
}
.rlzy_main .cont .rl_top .div5 {
  width: 16%;
  padding-left: 20px;
}
.rlzy_main .cont .rl_mid .item {
  height: 56px;
  line-height: 56px;
  background: #fff;
  font-size: 16px;
  color: #434343;
}
.rlzy_main .cont .rl_mid .item a {
  color: #434343;
}
.rlzy_main .cont .rl_mid .item:hover {
  color: #c7000a;
}
.rlzy_main .cont .rl_mid .item:hover a {
  color: #c7000a;
}
.rlzy_main .cont .rl_mid .item:nth-child(2n+1) {
  background: #ececec;
}
.rlzy_main .cont .rl_mid .item .div1 {
  width: 25%;
  padding-left: 40px;
}
.rlzy_main .cont .rl_mid .item .div2 {
  width: 22%;
  padding-left: 20px;
}
.rlzy_main .cont .rl_mid .item .div3 {
  width: 12%;
}
.rlzy_main .cont .rl_mid .item .div4 {
  width: 25%;
  padding-left: 20px;
}
.rlzy_main .cont .rl_mid .item .div5 {
  width: 16%;
  padding-left: 20px;
}
.rlzy_main .cont .rl_bot {
  height: 80px;
  padding-left: 45px;
  background: #ececec;
  line-height: 80px;
}
.rlzy_main .cont .rl_bot .fl {
  color: #434343;
  font-size: 16px;
}
.rlzy_main .cont .rl_bot .fr {
  font-size: 14px;
  color: #333;
  padding-top: 20px;
  line-height: 40px;
  font-family: '宋体';
  padding-right: 40px;
}
.rlzy_main .cont .rl_bot .fr a {
  color: #333;
  font-size: 30px;
  position: relative;
  top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.rlzy_main .cont .rl_bot .fr a:hover {
  color: #c7000a;
}
.rl_details {
  padding: 40px 0;
}
.rl_details .rl_left {
  width: 360px;
}
.rl_details .rl_left .cont {
  background: #f3f3f3;
  padding: 40px 45px 35px;
}
.rl_details .rl_left .cont .tit span {
  color: #0e0e0e;
  font-size: 26px;
  line-height: 26px;
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 15px;
}
.rl_details .rl_left .cont .note {
  color: #0e0e0e;
  font-size: 16px;
  line-height: 32px;
  margin-top: 15px;
}
.rl_details .rl_left .more {
  margin-top: 30px;
}
.rl_details .rl_left .more a {
  width: 130px;
  height: 45px;
  background: #c7000a;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  display: block;
}
.rl_details .rl_right {
  margin-left: 410px;
}
.rl_details .rl_right .item {
  margin-bottom: 30px;
}
.rl_details .rl_right .item .tit1 {
  color: #131313;
  font-size: 18px;
}
.rl_details .rl_right .item .tit1 .shuxian {
  width: 4px;
  height: 18px;
  background: #c7000a;
  margin-right: 10px;
}
.rl_details .rl_right .item .note1 {
  margin-top: 15px;
  color: #474747;
  font-size: 14px;
  line-height: 30px;
}
.chanye_main1 {
  margin-bottom: 45px;
}
.chanye_main1 .item .pic .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  background: url(btn_play.png) no-repeat center center;
  margin-top: -22px;
  margin-left: -22px;
  background-size: cover!important;
  z-index: 2;
}
.gzh_main {
  margin-top: 40px;
  position: relative;
}
.gzh_main .pic {
  width: 50%;
}
.gzh_main .pic img {
  width: 100%;
}
.gzh_main .cont {
  margin-left: 50%;
  height: 100%;
}
.gzh_main .cont .cont_abs {
  position: absolute;
  top: 50%;
  width: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gzh_main .cont .cont_abs .item {
  margin: 0 30px;
}
.gzh_main .cont .cont_abs .item .ewm img {
  width: 100%;
}
.gzh_main .cont .cont_abs .item .tit {
  color: #333333;
  font-size: 16px;
  margin-top: 25px;
}
.contact_m {
  padding-top: 40px;
}
.contact_m .map > img {
  width: 100%;
}
.contact_m .map .map_abs {
  background-color: rgba(199, 0, 10, 0.5);
  width: 415px;
  height: 114px;
  top: 50%;
  margin-top: -170px;
  left: 50%;
  margin-left: -275px;
  padding: 20px 0;
}
.contact_m .map .map_abs .logo {
  width: 170px;
  border-right: solid 1px #fff;
}
.contact_m .map .map_abs .logo img {
  display: block;
  margin: 0 auto;
}
.contact_m .map .map_abs .sec6_m {
  margin-left: 180px;
  padding-top: 5px;
}
.contact_m .map .map_abs .sec6_m .item {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.contact_m .map .map_div {
  width: 400px;
  height: 100%;
  background: rgba(182, 37, 29, 0.7);
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact_m .map .map_div .item {
  height: 25%;
  width: 100%;
  position: relative;
}
.contact_m .map .map_div .item .item_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  margin-left: -140px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: solid 10px #fff;
  padding-left: 30px;
}
.contact_m .map .map_div .item .item_abs .tit {
  color: #fff;
  font-size: 22px;
}
.contact_m .map .map_div .item .item_abs .note {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}