.news-container {
  overflow: hidden;
}
.news-container .search-box {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 238px;
  width: 100%;
  background-color: rgba(34, 34, 37, 0.95);
}
.news-container .search-box .header-search-title {
  border-bottom: 1px solid #6c6b6c;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.news-container .search-box .header-search-title .layout-auto {
  height: 132px;
  width: 1170px;
  margin: 0 auto;
}
.news-container .search-box .header-search-title .layout-auto .header-search-close {
  background: url(../../img/home/header_sprite_2018v4.png?v=1.4) 0 0 no-repeat;
  float: right;
  display: inline;
  background-position: -133px -59px;
  width: 15px;
  height: 15px;
  margin-top: 24px;
  margin-right: 0px;
}
.news-container .search-box .header-search-content {
  width: 993px;
  padding-top: 68px;
  text-align: center;
  margin: 0 auto;
}
.news-container .search-box .header-search-keyword {
  float: left;
  display: inline;
  border: none;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  font-size: 20px;
  color: #636267;
  width: 867px;
  padding-bottom: 10px;
  padding-top: 0;
  height: 32px;
}
.news-container .search-box .header-search-submit {
  float: left;
  display: inline;
  width: 102px;
  height: 42px;
  line-height: 40px;
  border: 2px solid #fff;
  background-color: #fff;
  margin-left: 20px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  color: #434344;
  padding: 0;
  margin-top: 3px;
}
.news-container .header {
  width: 100%;
  height: 100px;
  background: #222222;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 99; */
  box-shadow: 0 0 7px 3px rgba(46, 40, 61, 0.6);
}
.news-container .header.lcka{
  width: 100%;
  height: 100px;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  box-shadow: 0 0 7px 3px rgba(46, 40, 61, 0.6);
  display: none;
}
.news-container .header .layout_c,
.news-container .top1 .containerlk .layout_c,
.news-container .top2 .layout_c,
.news-container .top2 .bannerki .layout_c,
.news-container .top3 .layout_c,
.news-container .top4 .layout_c,
.news-container .top5 .layout_c,
.news-container .top6 .layout_c {
  width: 1200px;
  /* overflow: hidden; */
  margin: 0 auto;
}
.news-container .header .layout_c .logo {
  margin-top: 33px;
  float: left;
  position: relative;
}
.news-container .header .layout_c .logo img {
  display: block;
}
.news-container .header .layout_c .logo:after {
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background: #999999;
  position: absolute;
  right: -20px;
  top: 0;
}
.news-container .header .layout_c .xdfqx {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  display: block;
  float: left;
  margin-top: 33px;
  margin-left: 40px;
}
.news-container .header .layout_c .xdfqx:hover {
  color: #dd2830;
}
.news-container .header .layout_c .r-box {
  float: right;
}
.news-container .header .layout_c .r-box .header-other {
  margin-top: 25px;
  float: right;
  margin-right: 40px;
}
.news-container .header .layout_c .r-box .header-other li {
  float: left;
  display: inline;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.news-container .header .layout_c .r-box .header-other li a {
  font-size: 13px;
  margin-right: 2px;
}
.news-container .header .layout_c .r-box .header-other li a.active {
  color: #dd2830;
}
.news-container .header .layout_c .r-box .header-other li span {
  color: #999999;
}
.news-container .header .layout_c .r-box .header-other li .header-mobile {
  font-size: 19px;
  color: #dd2830;
  font-weight: 700;
}
.news-container .header .layout_c .r-box .header-other li .header-mobile:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #999999;
  position: absolute;
  top: 6px;
  left: 0px;
}
.news-container .header .layout_c .r-box .header-nav {
  clear: both;
  padding-top: 8px;
  margin-right: 10px;
  position: relative;
}
.news-container .header .layout_c .r-box .header-nav .header-nav-item {
  float: left;
  margin-right: 0px;
  position: relative;
  height: 37px;
  z-index: 19;
}
.news-container .header .layout_c .r-box .header-nav .header-nav-item a {
  font-size: 15px;
  display: block;
  padding: 0 10px;
  color: #cfcfcf;
  position: relative;
  /*&:hover{
    							color:@active_cor;
    						};*/
}

.news-container .header .layout_c .r-box .header-nav .header-nav-item .header-nav-sub {
  position: absolute;
  z-index: 99;
  width: 185px;
  display: none;
  top: 36px;
  left: 50%;
  margin-left: -95px;
}
.news-container .header .layout_c .r-box .header-nav .header-nav-item .header-nav-sub:after{
  content: '';
  display: block;
  width:0;
  height:0;
  border-width:0 5px 5px;
  border-style:solid;
  border-color:transparent transparent #fff;/*透明 透明  灰*/
  margin:5px auto;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -4px;
}
.news-container .header .layout_c .r-box .header-nav .header-nav-item .header-nav-sub li{
  width:180px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  color: #000;
  opacity: .9;
  border-bottom: 1px solid #e3bdbe;
}
.news-container .header .layout_c .r-box .header-nav .header-nav-item .header-nav-sub li:last-child{
  border:none;
}
.news-container .header .layout_c .r-box .header-nav .header-nav-item .header-nav-sub li a span{
  color: #333333;
  font-size: 14px;
}
.news-container .header .layout_c .r-box .header-nav .search {
  float: right;
  margin-top: -8px;
  margin-left: 10px;
  cursor: pointer;
}
.news-container .header .layout_c .r-box .header-nav .xt {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #dd2830;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 2;
}
.news-container .banner {
}
.news-container .banner .scroll-banner {
  position: relative;
  overflow: hidden;
  height: 630px;
}
.news-container .banner .scroll-banner .scroll-banner-loading {
  position: absolute;
  z-index: 3;
  width: 100%;
  /* background: url("../../img/home/loading.gif") center center no-repeat #333333; */
}
.news-container .banner .scroll-banner .scroll-banner_pics {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 630px;
  width: 100%;
}
.news-container .banner .scroll-banner .scroll-banner_pics li {
  float: left;
  display: inline;
  height: 630px;
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.news-container .banner .scroll-banner .scroll-banner_pics li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-container .banner .scroll-banner .scroll-banner_nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.news-container .banner .scroll-banner .scroll-banner_nav .scroll-banner_list {
  margin: 0 auto;
  text-align: center;
}
.news-container .banner .scroll-banner .scroll-banner_nav .scroll-banner_list li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 6px;
  margin-top: 5px;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  -webkit-border-radius: 10px;
  border: 1px solid #ee1c25;
  border-radius: 10px;
}
.news-container .banner .scroll-banner .scroll-banner_nav .scroll-banner_list li.current {
  background-color: #ee1c25;
}
.news-container .top1 {
  width: 100%;
  height: 408px;
  border-bottom: 1px solid #dd2830;
}
.news-container .top1 .containerlk {
  width: 1200px;
  height: 408px;
  margin: 0 auto;
  position: relative;
}
.news-container .top1 .containerlk .layout_c {
  width: 1100px;
  height: 408px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.news-container .top1 .containerlk .layout_c .item-list {
  width: 100%;
  margin-top: 64px;
  height: 408px;
  float: left;
  position: absolute;
}
.news-container .top1 .containerlk .layout_c .item-list .items {
  width: 209px;
  height: 273px;
  border: 1px solid #a9a9a9;
  float: left;
  position: relative;
  transition: all .2s;
  margin-left: 10px;
}
.news-container .top1 .containerlk .layout_c .item-list .items .dt {
  width: 100%;
  display: block;
}
.news-container .top1 .containerlk .layout_c .item-list .items .icons {
  width: 71px;
  height: 71px;
  position: absolute;
  display: block;
  top: 107px;
  left: 16px;
}
.news-container .top1 .containerlk .layout_c .item-list .items .lq_se p {
  text-align: right;
  margin-right: 25px;
}
.news-container .top1 .containerlk .layout_c .item-list .items .lq_se .tio {
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 28px;
}
.news-container .top1 .containerlk .layout_c .item-list .items .lq_se .lsk {
  margin-top: 6px;
}
.news-container .top1 .containerlk .layout_c .item-list .items .lq_se .num {
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
.news-container .top1 .containerlk .layout_c .item-list .items .lq_se .num strong {
  font-size: 30px;
  color: #ee1c25;
}
.news-container .top1 .containerlk .layout_c .item-list .items:hover {
  border-color: #ee1c25;
  box-shadow: -1px 2px 5px 2px #f9abaf;
}
.news-container .top1 .containerlk .layout_c .item-list .items:first-child {
  margin-left: 0;
}
.news-container .top1 .containerlk .swiper-button-prev {
  width: 17px;
  height: 30px;
  background: url(../../img/home/l-jt.png) no-repeat center;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  transition: all .2s;
}
.news-container .top1 .containerlk .swiper-button-prev:hover {
  background: url(../../img/home/l-active-jt.png) no-repeat center;
}
.news-container .top1 .containerlk .swiper-button-next {
  width: 17px;
  height: 30px;
  background: url(../../img/home/r-jt.png) no-repeat center;
  position: absolute;
  /*right: 0px!important;*/
  left: 1180px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  transition: all .2s;
}
.news-container .top1 .containerlk .swiper-button-next:hover {
  background: url(../../img/home/r-active-jt.png) no-repeat center;
}
.news-container .top2 .layout_c .titlc {
  font-size: 30px;
  color: #000;
  margin-top: 65px;
  margin-left: 62px;
  position: relative;
}
.news-container .top2 .layout_c .titlc:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #dd2830;
  left: -52px;
  top: 19px;
  transition: all .2s;
}
.news-container .top2 .layout_c .titlc:hover:after {
  width: 0;
}
.news-container .top2 .bannerki {
  width: 100%;
  height: 587px;
  background: #f6f6f6;
  margin-top: 47px;
  box-shadow: 0px 6px 10px 0px #fab8bb;
}
.news-container .top2 .bannerki .layout_c {
  height: 596px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  overflow: inherit;
}
.news-container .top2 .bannerki .layout_c .itemiu {
  width: 294px;
  height: 196px;
  float: left;
  overflow: hidden;
  transition: all .2s;
}
.news-container .top2 .bannerki .layout_c .itemiu a {
  display: block;
  margin-left: 32px;
}
.news-container .top2 .bannerki .layout_c .itemiu .tiss {
  font-size: 22px;
  color: #000;
  line-height: 32px;
  padding-top: 50px;
}
.news-container .top2 .bannerki .layout_c .itemiu .dess {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
}
.news-container .top2 .bannerki .layout_c .itemiu img {
  display: block;
  width: 100%;
  transition: all .2s;
}
.news-container .top2 .bannerki .layout_c .itemiu img:hover {
  transform: scale(1.1);
}
.news-container .top2 .bannerki .layout_c .itemiu .asda {
  padding-top: 25px;
}
.news-container .top2 .bannerki .layout_c .itemiu .fff {
  padding-top: 35px;
}
.news-container .top2 .bannerki .layout_c .itemiu:hover a {
  color: #dd2830;
}
.news-container .top2 .bannerki .layout_c .itemiu:hover a .tiss {
  color: #dd2830;
}
.news-container .top2 .bannerki .layout_c .itemiu:hover a .dess {
  color: #dd2830;
}
.news-container .top2 .bannerki .layout_c .two {
  width: 666px;
  position: absolute;
  right: -358px;
}
.news-container .top2 .bannerki .layout_c .three {
  width: 666px;
  position: absolute;
  left: -362px;
  top: 196px;
}
.news-container .top2 .bannerki .layout_c .four {
  margin-left: 294px;
}
.news-container .top2 .bannerki .layout_c .four .ldk {
  padding-top: 25px;
}
.news-container .top2 .bannerki .layout_c .five {
  width: 666px;
  position: absolute;
  right: -358px;
  bottom: 8px;
}
.news-container .top3 {
  border-bottom: 1px solid #dd2830;
  padding-bottom: 30px;
}
.news-container .top3 .layout_c {
  overflow: inherit;
}
.news-container .top3 .layout_c .titlc {
  font-size: 30px;
  color: #000;
  margin-top: 65px;
  margin-left: 62px;
  position: relative;
}
.news-container .top3 .layout_c .titlc:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #dd2830;
  left: -52px;
  top: 19px;
  transition: all .2s;
}
.news-container .top3 .layout_c .titlc:hover:after {
  width: 0;
}
.news-container .top3 .layout_c .titlc .mork {
  display: block;
  width: 120px;
  height: 40px;
  float: right;
  border: 1px solid #666;
  margin-right: 12px;
  color: #666;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 3px;
}
.news-container .top3 .layout_c .titlc .mork:hover {
  background: #dd2830;
  color: #fff;
  border-color: #dd2830;
}
.news-container .top3 .layout_c .tit-descs {
  font-size: 16px;
  color: #999999;
  margin-left: 64px;
  padding-top: 10px;
  margin-bottom: 43px;
}
.news-container .top3 .layout_c .box-c {
  width: 1180px;
  height: 500px;
  margin: 0 auto;
}
.news-container .top3 .layout_c .box-c .swiper-container {
  width: 1200px;
  height: 500px;
  overflow: hidden;
  margin-left: -10px;
}
.news-container .top3 .layout_c .box-c .swiper-container .swiper-slide:first-child {
  margin-left: 10px;
}
.news-container .top3 .layout_c .box-c .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #dd2830;
  opacity: 1;
  margin-left: 10px;
}
.news-container .top3 .layout_c .box-c .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #dd2830;
}
.news-container .top3 .layout_c .box-c .item-u {
  width: 386px;
  height: 450px;
  overflow: hidden;
  float: left;
  transition: all .2s;
  margin-left: 10px;
}
.news-container .top3 .layout_c .box-c .item-u .img-box {
  width: 386px;
  height: 289px;
  overflow: hidden;
}
.news-container .top3 .layout_c .box-c .item-u .img-box img {
  width: 100%;
  display: block;
  transition: all .2s;
}
.news-container .top3 .layout_c .box-c .item-u .de-box {
  width: 100%;
  height: 160px;
  position: relative;
}
.news-container .top3 .layout_c .box-c .item-u .de-box .x {
  position: absolute;
  width: 2px;
  height: 150px;
  background: #dd2830;
  bottom: 30px;
  right: 19px;
}
.news-container .top3 .layout_c .box-c .item-u .de-box .name {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 40px;
  margin-left: 20px;
}
.news-container .top3 .layout_c .box-c .item-u:hover {
  box-shadow: 0px 5px 10px 2px #fab8bb;
}
.news-container .top3 .layout_c .box-c .item-u:hover img {
  transform: scale(1.1);
}
.news-container .top3 .layout_c .box-c .item-u:first-child {
  margin-left: 1px;
}
.news-container .top4 {
  box-shadow: 0px 2px 10px 2px #fab8bb;
}
.news-container .top4 .layout_c .titlc {
  font-size: 30px;
  color: #000;
  margin-top: 65px;
  margin-left: 62px;
  position: relative;
}
.news-container .top4 .layout_c .titlc:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #dd2830;
  left: -52px;
  top: 19px;
  transition: all .2s;
}
.news-container .top4 .layout_c .titlc:hover:after {
  width: 0;
}
.news-container .top4 .layout_c .titlc .mork {
  display: block;
  width: 120px;
  height: 40px;
  float: right;
  border: 1px solid #666;
  margin-right: 12px;
  color: #666;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 3px;
}
.news-container .top4 .layout_c .titlc .mork:hover {
  background: #dd2830;
  color: #fff;
  border-color: #dd2830;
}
.news-container .top4 .layout_c .tit-descs {
  font-size: 16px;
  color: #999999;
  margin-left: 64px;
  padding-top: 10px;
  margin-bottom: 43px;
}
.news-container .top4 .conta {
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
}
.news-container .top4 .conta .layout_d {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.news-container .top4 .conta .layout_d .item {
  width: 751px;
  height: 270px;
  float: left;
  margin-left: -353px;
  overflow: hidden;
}
.news-container .top4 .conta .layout_d .item img {
  width: 99%;
  transition: all .2s;
}
.news-container .top4 .conta .layout_d .item img:hover {
  transform: scale(1.05);
}
.news-container .top4 .conta .layout_d .two {
  width: 386px;
  height: 270px;
  float: left;
  margin-left: 5px;
}
.news-container .top4 .conta .layout_d .three {
  width: 385px;
  height: 270px;
  margin-left: 15px;
  float: left;
  overflow: inherit;
}
.news-container .top4 .conta .layout_d .three .cs {
  position: relative;
  font-size: 24px;
  color: #dd2830;
  margin-bottom: 10px;
  padding-left: 65px;
  padding-top: 40px;
}
.news-container .top4 .conta .layout_d .three .cs img {
  width: 88px;
  height: 21px;
  display: block;
  position: absolute;
  left: -40px;
}
.news-container .top4 .conta .layout_d .three .cs span {
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.news-container .top4 .conta .layout_d .three .desk {
  font-size: 14px;
  line-height: 24px;
  padding-left: 65px;
  color: #666;
}
.news-container .top4 .conta .layout_d .three .kcxq {
  display: block;
  width: 98px;
  height: 35px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  line-height: 35px;
  border-radius: 10px;
  margin-left: 65px;
  margin-top: 15px;
  font-size: 14px;
}
.news-container .top4 .conta .layout_d .three .kcxq:hover {
  color: #fff;
  background: #dd2830;
  border-color: #dd2830;
}
.news-container .top4 .conta .layout_d .four {
  width: 385px;
  height: 270px;
  margin-left: 15px;
  float: left;
  overflow: inherit;
}
.news-container .top4 .conta .layout_d .four .cs {
  position: relative;
  font-size: 24px;
  color: #dd2830;
  margin-bottom: 10px;
  padding-left: 48px;
  padding-top: 50px;
}
.news-container .top4 .conta .layout_d .four .cs img {
  width: 20px;
  height: 89px;
  display: block;
  position: absolute;
  left: 10px;
  top: -20px;
}
.news-container .top4 .conta .layout_d .four .cs span {
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.news-container .top4 .conta .layout_d .four .desk {
  font-size: 14px;
  line-height: 24px;
  padding-left: 48px;
  color: #666;
}
.news-container .top4 .conta .layout_d .four .kcxq {
  display: block;
  width: 98px;
  height: 35px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  line-height: 35px;
  border-radius: 10px;
  margin-left: 48px;
  margin-top: 15px;
  font-size: 14px;
}
.news-container .top4 .conta .layout_d .four .kcxq:hover {
  color: #fff;
  background: #dd2830;
  border-color: #dd2830;
}
.news-container .top4 .conta .layout_d .five {
  width: 385px;
  height: 270px;
  margin-left: 15px;
  float: left;
  overflow: inherit;
}
.news-container .top4 .conta .layout_d .five .cs {
  position: relative;
  font-size: 24px;
  color: #dd2830;
  margin-bottom: 10px;
  padding-left: 95px;
  padding-top: 50px;
}
.news-container .top4 .conta .layout_d .five .cs img {
  width: 89px;
  height: 20px;
  display: block;
  position: absolute;
  right: -10px;
  top: 50px;
}
.news-container .top4 .conta .layout_d .five .cs span {
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.news-container .top4 .conta .layout_d .five .desk {
  font-size: 14px;
  line-height: 24px;
  padding-left: 95px;
  color: #666;
}
.news-container .top4 .conta .layout_d .five .kcxq {
  display: block;
  width: 98px;
  height: 35px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  line-height: 35px;
  border-radius: 10px;
  margin-left: 95px;
  margin-top: 15px;
  font-size: 14px;
}
.news-container .top4 .conta .layout_d .five .kcxq:hover {
  color: #fff;
  background: #dd2830;
  border-color: #dd2830;
}
.news-container .top4 .conta .layout_d .itemsix {
  width: 757px;
  height: 300px;
  float: left;
  overflow: hidden;
  margin-right: -360px;
  margin-top: 15px;
}
.news-container .top4 .conta .layout_d .itemsix img {
  width: 100%;
  height: 300px;
  display: block;
  transition: all .2s;
}
.news-container .top4 .conta .layout_d .itemsix img:hover {
  transform: scale(1.05);
}
.news-container .top4 .swiper-container {
  overflow: inherit;
}
.news-container .top4 .swiper-container .swiper-pagination {
  bottom: -40px;
}
.news-container .top4 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #dd2830;
  opacity: 1;
  margin-left: 10px;
}
.news-container .top4 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #dd2830;
}
.news-container .top5 {
  margin-top: 50px;
  border-bottom: 1px solid #dd2830;
  padding-bottom: 80px;
}
.news-container .top5 .layout_c {
  overflow: inherit;
}
.news-container .top5 .layout_c .titlc {
  font-size: 30px;
  color: #000;
  margin-top: 85px;
  margin-left: 62px;
  position: relative;
}
.news-container .top5 .layout_c .titlc:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #dd2830;
  left: -52px;
  top: 19px;
  transition: all .2s;
}
.news-container .top5 .layout_c .titlc:hover:after {
  width: 0;
}
.news-container .top5 .layout_c .titlc .mork {
  display: block;
  width: 120px;
  height: 40px;
  float: right;
  border: 1px solid #666;
  margin-right: 12px;
  color: #666;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 3px;
}
.news-container .top5 .layout_c .titlc .mork:hover {
  background: #dd2830;
  color: #fff;
  border-color: #dd2830;
}
.news-container .top5 .layout_c .tit-descs {
  font-size: 16px;
  color: #999999;
  margin-left: 64px;
  padding-top: 10px;
  margin-bottom: 43px;
}
.news-container .top5 .layout_c .box-c {
  width: 1180px;
  height: 500px;
  margin: 0 auto;
}
.news-container .top5 .layout_c .box-c .leftsd {
  width: 595px;
  height: 500px;
  border-left: 1px solid #dd2830;
  border-top: 1px solid #dd2830;
  border-bottom: 1px solid #dd2830;
  float: left;
  padding-left: 44px;
  box-sizing: border-box;
}
.news-container .top5 .layout_c .box-c .leftsd .titfe {
  font-size: 24px;
  color: #dd2830;
  padding: 46px 0 24px 0;
}
.news-container .top5 .layout_c .box-c .leftsd .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news-container .top5 .layout_c .box-c .leftsd .con {
  overflow: hidden;
  margin-top: 55px;
}
.news-container .top5 .layout_c .box-c .leftsd .con .ah {
  width: 46px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #dd2830;
  margin-left: 60px;
}
.news-container .top5 .layout_c .box-c .leftsd .con .ah .h {
  height: 54px;
}
.news-container .top5 .layout_c .box-c .leftsd .con .ah:first-child {
  margin-left: 0px;
}
.news-container .top5 .layout_c .box-c .rightsd {
  width: 585px;
  float: right;
  margin-left: -1px;
  background: #000;
  overflow: hidden;
  box-shadow: 0px 3px 10px 0px #fab8bb;
}
.news-container .top5 .layout_c .box-c .rightsd .itemd {
  width: 284px;
  float: left;
}
.news-container .top5 .layout_c .box-c .rightsd .itemd img {
  display: block;
  transition: all .2s;
}
.news-container .top5 .layout_c .box-c .rightsd .itemd img:hover {
  transform: scale(1.08);
}
.news-container .top5 .layout_c .box-c .rightsd .itemd .two {
  margin-top: 15px;
}
.news-container .top5 .layout_c .box-c .rightsd .ddd {
  margin-left: 17px;
}
.news-container .top6 {
  border-bottom: 1px solid #dd2830;
  padding-bottom: 35px;
}
.news-container .top6 .layout_c {
  overflow: inherit;
}
.news-container .top6 .layout_c .titlc {
  font-size: 30px;
  color: #000;
  margin-top: 65px;
  margin-left: 62px;
  position: relative;
}
.news-container .top6 .layout_c .titlc:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #dd2830;
  left: -52px;
  top: 19px;
  transition: all .2s;
}
.news-container .top6 .layout_c .titlc:hover:after {
  width: 0;
}
.news-container .top6 .layout_c .titlc .mork {
  display: block;
  width: 120px;
  height: 40px;
  float: right;
  border: 1px solid #666;
  margin-right: 12px;
  color: #666;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 3px;
}
.news-container .top6 .layout_c .titlc .mork:hover {
  background: #dd2830;
  color: #fff;
  border-color: #dd2830;
}
.news-container .top6 .layout_c .tit-descs {
  font-size: 16px;
  color: #999999;
  margin-left: 64px;
  padding-top: 10px;
  margin-bottom: 43px;
}
.news-container .top6 .layout_c .box-c {
  width: 1180px;
  margin: 0 auto;
}
.news-container .top6 .layout_c .box-c .item-c {
  width: 382px;
  overflow: hidden;
  box-shadow: 0 4px 5px 1px #a9a9a9;
  margin-bottom: 65px;
  transition: all .2s;
  float: left;
  margin-left: 15px;
}
.news-container .top6 .layout_c .box-c .item-c .img-box {
  width: 382px;
  height: 244px;
  position: relative;
  overflow: hidden;
}
.news-container .top6 .layout_c .box-c .item-c .img-box img {
  display: block;
  width: 100%;
  transition: all .2s;
  position: relative;
}
.news-container .top6 .layout_c .box-c .item-c .img-box .play {
  width: 58px;
  height: 59px;
  background: url(../../img/home/play.png) no-repeat center;
  position: absolute;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
}
.news-container .top6 .layout_c .box-c .item-c .box-ld {
  width: 100%;
  height: 110px;
  text-align: center;
}
.news-container .top6 .layout_c .box-c .item-c .box-ld p {
  width: 100%;
}
.news-container .top6 .layout_c .box-c .item-c .box-ld .namesd {
  font-size: 18px;
  color: #000;
  padding: 28px 0 12px 0;
}
.news-container .top6 .layout_c .box-c .item-c .box-ld .schoolsd {
  font-size: 14px;
  color: #666;
}
.news-container .top6 .layout_c .box-c .item-c:hover {
  box-shadow: 0 4px 5px 1px #f3b1b5;
}
.news-container .top6 .layout_c .box-c .item-c:hover .img-box img {
  transform: scale(1.05);
}
.news-container .top6 .layout_c .box-c .item-c:first-child {
  margin-left: 0px;
}
.news-container .top6 .layout_c .box-c .swiper-container {
  width: 1180px;
  overflow: hidden;

}
.news-container .top6 .layout_c .box-c .swiper-container .swiper-slide:first-child {
  /* margin-left: 20px; */
}
.news-container .top6 .layout_c .box-d {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.news-container .top6 .layout_c .box-d .tx-item {
  width: 194px;
  overflow: hidden;
  float: left;
  margin-left: 50px;
  margin-bottom: 50px;
}
.news-container .top6 .layout_c .box-d .tx-item .toux {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.news-container .top6 .layout_c .box-d .tx-item .toux img {
  width: 100%;
  transition: all .2s;
}
.news-container .top6 .layout_c .box-d .tx-item .toux .zzc {
  width: 100%;
  height: 100%;
  background: #6d6d6d;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  transition: all .2s;
  z-index: 8;
}
.news-container .top6 .layout_c .box-d .tx-item .toux .qus {
  display: block;
  width: 83px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 50%;
  margin-left: -41px;
  top: 65px;
  z-index: 11;
  transition: all .2s;
  opacity: 0;
}
.news-container .top6 .layout_c .box-d .tx-item .toux .t_desc {
  display: block;
  width: 83px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  background: #e75c56;
  color: #000;
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 50%;
  margin-left: -41px;
  top: 105px;
  z-index: 11;
  transition: all .2s;
  opacity: 0;
}
.news-container .top6 .layout_c .box-d .tx-item .toux:hover .zzc {
  opacity: .6;
}
.news-container .top6 .layout_c .box-d .tx-item .toux:hover a {
  opacity: 1;
}
.news-container .top6 .layout_c .box-d .tx-item .toux:hover img {
  transform: scale(1.03);
}
.news-container .top6 .layout_c .box-d .tx-item .hc {
  text-align: center;
}
.news-container .top6 .layout_c .box-d .tx-item .hc .nameoi {
  font-size: 18px;
  font-weight: 700;
  padding: 45px 0 17px 0;
  color: #000;
}
.news-container .top6 .layout_c .box-d .tx-item .hc .nameoi a {
  color: #000;
}
.news-container .top6 .layout_c .box-d .tx-item .hc .descoi {
  font-size: 14px;
  color: #999999;
}
.news-container .top6 .layout_c .box-d .tx-item:first-child {
  margin-left: 0;
}
.news-container .top6 .layout_c .box-d .tx-item:nth-child(6){
  margin-left: 0;
} 
.news-container .top7 {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dd2830;
}
.news-container .top7 .layout_c {
  width: 1180px;
  height: 564px;
  margin: 0 auto;
}
.news-container .top7 .layout_c .leftg {
  width: 840px;
  height: 564px;
  float: left;
}
.news-container .top7 .layout_c .leftg .titud {
  font-size: 24px;
  color: #000;
  padding-top: 80px;
}
.news-container .top7 .layout_c .leftg .img {
  height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-container .top7 .layout_c .leftg .box-fs {
  overflow: hidden;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s {
  width: 195px;
  float: left;
  margin-left: 20px;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .item-da {
  width: 197px;
  height: 197px;
  border: 1px solid #a9a9a9;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .item-da img {
  width: 100%;
  display: block;
  transition: all .2s;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .item-da img:hover {
  /* transform: scale(1.05); */
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .two {
  background: #232323;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .two img {
  width: 126px;
  height: 60px;
  margin: 0 auto;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .three {
  background: #fff;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .three img {
  width: 145px;
  height: 140px;
  margin: 0 auto;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .four {
  background: #000000;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .four img {
  width: 151px;
  height: 78px;
  margin: 0 auto;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .school_name {
  font-size: 16px;
  color: #333;
  padding: 20px 0 10px 0;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .school_name a {
  color: #333;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .desc_name {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .ljgd {
  display: block;
  width: 70px;
  height: 25px;
  border: 1px solid #dd2830;
  border-radius: 5px;
  text-align: center;
  line-height: 27px;
  color: #dd2830;
  margin-top: 10px;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s .ljgd:hover {
  background: #dd2830;
  color: #fff;
  border-color: #dd2830;
}
.news-container .top7 .layout_c .leftg .box-fs .item-s:first-child {
  margin-left: 0;
}
.news-container .top7 .layout_c .rightg {
  float: right;
  height: 525px;
  width: 290px;
  overflow: hidden;
}
.news-container .top7 .layout_c .rightg .titud {
  font-size: 24px;
  color: #000;
  padding-top: 80px;
  text-align: right;
}
.news-container .top7 .layout_c .rightg .img {
  width: 280px;
  margin-top: 10px;
  margin-bottom: 7px;
}
.news-container .top7 .layout_c .rightg .img img {
  width: 100%;
}
.news-container .top7 .layout_c .rightg .fkhdfba {
  width: 280px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.news-container .top7 .layout_c .rightg .lunbo {
  width: 277px;
  height: 325px;
  margin: 0 auto;
  box-shadow: 1px 2px 11px 1px #d3d3d3;
}
.news-container .top7 .layout_c .rightg .lunbo .swiper-container {
  width: 279px;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  overflow: inherit;
}
.news-container .top7 .layout_c .rightg .lunbo .swiper-container .swiper-pagination {
  bottom: -40px;
}
.news-container .top7 .layout_c .rightg .lunbo .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #dd2830;
  opacity: 1;
  margin-left: 10px;
}
.news-container .top7 .layout_c .rightg .lunbo .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #dd2830;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small {
  width: 277px;
  height: 325px;
  position: relative;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box {
  width: 280px;
  height: 145px;
  position: relative;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box img {
  width: 278px;
  display: block;
  transition: all .2s;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box:hover img {
  transform: scale(1.1);
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box .kuang {
  width: 247px;
  height: 88px;
  border: 1px solid  #000;
  position: absolute;
  top: 100px;
  left: 16px;
  padding: 13px 12px;
  box-sizing: border-box;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box .kuang .nei-text {
  width: 100%;
  height: 100%;
  background: #000;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box .kuang .nei-text p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 8px;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box .text {
  box-sizing: border-box;
  padding: 0 16px;
  padding-top: 60px;
  height: 175px;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box .text .titiu {
  font-size: 14px;
  color: #dd2830;
}
.news-container .top7 .layout_c .rightg .lunbo .lunto-small .img-box .text .deiii {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  margin-top: 5px;
}
.news-container .top8 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.news-container .top8 .layout_c {
  width: 1180px;
  height: 564px;
  margin: 0 auto;
}
.news-container .top8 .layout_c .leftc {
  width: 840px;
  float: left;
}
.news-container .top8 .layout_c .leftc .titud {
  font-size: 24px;
  color: #000;
  padding-top: 80px;
}
.news-container .top8 .layout_c .leftc .img {
  height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-container .top8 .layout_c .leftc .top-box {
  width: 100%;
  height: 280px;
  box-shadow: 1px 3px 10px 1px #fab8bb;
}
.news-container .top8 .layout_c .leftc .top-box .imgld {
  float: left;
  overflow: hidden;
}
.news-container .top8 .layout_c .leftc .top-box .imgld img {
  display: block;
  width: 100%;
  transition: all .2s;
}
.news-container .top8 .layout_c .leftc .top-box .imgld img:hover {
  transform: scale(1.1);
}
.news-container .top8 .layout_c .leftc .top-box .textf {
  width: 522px;
  height: 240px;
  float: left;
  box-sizing: border-box;
  padding: 48px 45px;
  overflow: hidden;
}
.news-container .top8 .layout_c .leftc .top-box .textf .titudf {
  font-size: 18px;
  padding-bottom: 18px;
}
.news-container .top8 .layout_c .leftc .top-box .textf .titudf a {
  color: #dd2830;
}
.news-container .top8 .layout_c .leftc .top-box .textf .descud {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
}
.news-container .top8 .layout_c .leftc .news-list {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.news-container .top8 .layout_c .leftc .news-list .lc {
  height: 42px;
  border-bottom: 1px solid #dd2830;
}
.news-container .top8 .layout_c .leftc .news-list .lc li {
  padding: 10px 0;
  float: left;
  margin-right: 45px;
  position: relative;
}
.news-container .top8 .layout_c .leftc .news-list .lc li a {
  color: #666;
  font-size: 16px;
}
.news-container .top8 .layout_c .leftc .news-list .lc .active a {
  color: #dd2830;
}
.news-container .top8 .layout_c .leftc .news-list .lc .active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #dd2830 transparent transparent;
  margin: 5px auto;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -5px;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c {
  width: 100%;
  overflow: hidden;
  margin-top: 27px;
  display: none;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto {
  width: 424px;
  height: 175px;
  border-right: 1px dashed #dd2830;
  overflow: hidden;
  float: left;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto ul li {
  margin-bottom: 1px;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  height: 30px;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto ul li a .flag {
  display: inline-block;
  vertical-align: top;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto ul li a .titiu {
  display: inline-block;
  width: 265px;
  white-space: nowrap;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto ul li a .time {
  float: right;
  margin-right: 40px;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto ul li a:hover .titiu {
  color: #dd2830;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .lefto ul li a:hover .time {
  color: #dd2830;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto {
  height: 175px;
  overflow: hidden;
  float: right;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto ul li {
  margin-bottom: 1px;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  height: 30px;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto ul li a .flag {
  display: inline-block;
  vertical-align: top;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto ul li a .titiu {
  display: inline-block;
  width: 265px;
  white-space: nowrap;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto ul li a .time {
  float: right;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto ul li a:hover .titiu {
  color: #dd2830;
}
.news-container .top8 .layout_c .leftc .news-list .kist-c .rightto ul li a:hover .time {
  color: #dd2830;
}
.news-container .top8 .layout_c .leftc .news-list .active {
  display: block;
}
.news-container .top8 .layout_c .rightc {
  float: right;
  width: 280px;
}
.news-container .top8 .layout_c .rightc .titud {
  font-size: 24px;
  color: #000;
  padding-top: 80px;
  text-align: right;
}
.news-container .top8 .layout_c .rightc .img {
  width: 280px;
  margin-top: 10px;
  margin-bottom: 7px;
}
.news-container .top8 .layout_c .rightc .img img {
  width: 100%;
  transition: all .2s;
}
.news-container .top8 .layout_c .rightc .box-lsada .box-fad {
  width: 100%;
  height: 177px;
  box-shadow: 0px 2px 3px 1px #d3d3d3;
  background: #fff;
  text-align: center;
  margin-bottom: 14px;
  overflow: hidden;
}
.news-container .top8 .layout_c .rightc .box-lsada .box-fad .img-box {
  width: 100%;
  height: 98px;
  overflow: hidden;
}
.news-container .top8 .layout_c .rightc .box-lsada .box-fad .img-box img {
  display: block;
  width: 100%;
  transition: all .2s;
}
.news-container .top8 .layout_c .rightc .box-lsada .box-fad:hover img {
  transform: scale(1.1);
}
.news-container .top8 .layout_c .rightc .box-lsada .box-fad .tits {
  font-size: 18px;
  color: #333333;
  padding: 10px 0;
}
.news-container .top8 .layout_c .rightc .box-lsada .box-fad .lq {
  display: inline-block;
  width: 86px;
  height: 25px;
  color: #dd2830;
  border: 1px solid #dd2830;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.news-container .top8 .layout_c .rightc .box-lsada .box-fad .lq:hover {
  background: #dd2830;
  color: #fff;
}
.news-container .footer {
  width: 100%;
  height: 334px;
  background: #222222;
}
.news-container .footer .con {
  width: 1200px;
  height: 334px;
  margin: 0 auto;
}
.news-container .footer .con .logo-box {
  float: left;
  margin-top: 50px;
}
.news-container .footer .con .logo-box .itemdw {
  display: block;
  width: 114px;
  height: 40px;
  border: 1px solid #666666;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.news-container .footer .con .logo-box .itemdw:hover {
  color: #dd2830;
  border-color: #dd2830;
}
.news-container .footer .con .logo-box .ldk {
  margin-top: 25px;
}
.news-container .footer .con .map-box {
  float: left;
  width: 444px;
  margin-left: 83px;
  margin-top: 90px;
}
.news-container .footer .con .map-box .campus__title {
  font-size: 14px;
  color: #999;
  padding-bottom: 15px;
}
.news-container .footer .con .map-box .campus__list {
  font-size: 14px;
  color: #666666;
}
.news-container .footer .con .map-box .campus__list a {
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
}
.news-container .footer .con .map-box .campus__list .current {
  color: #dd2830;
}
.news-container .footer .con .map-box .campus__show {
  font-size: 14px;
  color: #dd2830;
  margin-top: 0px;
}
.news-container .footer .con .map-box .kkjs {
  margin-top: 4px;
}
.news-container .footer .con .right-c {
  width: 257px;
  height: 220px;
  float: right;
  margin-top: 80px;
}
.news-container .footer .con .right-c .uid {
  font-size: 14px;
  color: #dd2830;
  vertical-align: bottom;
}
.news-container .footer .con .right-c .uid span {
  color: #999999;
  font-size: 14px;
}
.news-container .footer .con .right-c .wecat .itew {
  width: 119px;
  height: 119px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.news-container .footer .con .right-c .wecat .itew img {
  width: 100%;
}
.news-container .footer .con .right-c .wecat .itew p {
  font-size: 12px;
  color: #999999;
}
.news-container .link-box {
  width: 100%;
  height: 53px;
  background: #000;
  line-height: 53px;
}
.news-container .link-box .box-sa {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 12px;
  color: #666666;
}
.news-container .link-box .box-sa .switch_bottom {
  display: inline-block;
  color: #666;
}
.news-container .link-box .box-sa .icon-bt {
  display: inline-block;
  margin-top: 21px;
  width: 14px;
  height: 8px;
  cursor: pointer;
  margin-left: 15px;
  background: url(../../img/home/icon-switchbottom.png) 0 -8px no-repeat;
}
.news-container .link-box .box-sa .icon-btf {
  display: inline-block;
  margin-top: 21px;
  width: 14px;
  height: 8px;
  cursor: pointer;
  margin-left: 15px;
  background: url(../../img/home/icon-switchbottom.png) 0 0px no-repeat;
}
.news-container .footer-links {
  padding-bottom: 5px;
  background-color: #222;
}
.news-container .footer-links .layout-auto {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.news-container .footer-links .layout-auto a {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #6c6b6b;
  padding: 0 10px 0 0;
  height: 23px;
  line-height: 23px;
}
.news-container .footer-links .layout-auto a.footer-links-title {
  border-color: #252526;
  color: #d7d7d7;
}

.zzcwe{
  background-color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 205;
  filter: alpha(opacity=60);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-box{
  width:600px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin-left: -300px;
  margin-top: -150px;
  display: none;
  
}
.modal-box h3{
  font-size: 24px;
  padding:30px 0;
  border-bottom:1px solid #999;
  text-align: center;
  color:#333;
}
.modal-box .closes{
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 15px;
  background: url(http://img.sfkedu.com/static/web/2016tm/img/new_close_icon.png) no-repeat center;
  cursor: pointer;
}
.boxcsw p{
  font-size: 16px;
  margin-top: 35px;
  color:#666;
  text-align: center;
}
.boxcsw p span{
  margin-left: 20px;
  display: inline-block;
}
.boxcsw p input{
  display: inline-block;
  width: 300px;
  height: 30px;
  text-indent: 10px;
  margin-left: 10px;
}
.btnsub{
  width: 135px;
  height: 40px;
  background: #dd2830;
  margin:0 auto;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  margin:20px auto 30px;
}

.top6 .box-d .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -1px;
    left: -6px;
    width: 100%;
}

.news-container .top9 .layout_c {
  width: 1200px;
  margin: 0 auto;
}
.news-container .top9 .layout_c .titlc {
  font-size: 30px;
  color: #000;
  margin-top: 65px;
  margin-left: 62px;
  position: relative;
}
.news-container .top9 .layout_c .titlc:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #dd2830;
  left: -52px;
  top: 19px;
  transition: all .2s;
}
.news-container .top9 .layout_c .tit-descs{
  font-size: 16px;
  color: #999999;
  margin-left: 64px;
  padding-top: 10px;
  margin-bottom: 23px;
}
.news-container .top9 .layout_c .box-c {
  width: 1180px;
  margin: 0 auto;
  display: none;
}
.news-container .top9 .layout_c .box-c.active {
  display: block;
}
.news-container .top9 .layout_c .box-c .item-c {
  width: 378px;
  overflow: hidden;
  margin-bottom: 65px;
  transition: all .2s;
  float: left;
  margin-left: 15px;
}
.news-container .top9 .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #dd2830;
    opacity: 1;
}
.news-container .top9 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
  background: #dd2830;
}