* {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
}

.center-area {
  width: 1200px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif !important;
}

a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
}

img {
  border: none;
}

.main-body {
  background: url(../img/bg01.png) 0 0 no-repeat, url(../img/bg02.png) right 500px no-repeat, url(../img/bg03.png) 0 895px no-repeat;
  min-width: 1200px;
}

.limit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.limit2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.limit4 {
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

header .head {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
}

header .head .head-logo-container {
  background: rgba(186, 12, 0, 0.98);
  width: 144px;
  height: auto;
  padding: 17px 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}

header .head .head-logo-container .head-logo {
  display: block;
  background: url(../img/logo2x-h.png) no-repeat center;
  background-size: 100%;
  width: 112px;
  height: 110px;
  margin: 0 auto;
transition: all 0.3s;
}

header .head .head-logo-container .head-logo:hover {
 
  background: url(../img/logo2x-h.png) no-repeat center;
  background-size: 100%;
 
}

header .head .head-menu-contianer {
  width: calc(100% - 144px);

  margin-left: 144px;
}

header .head .head-menu-contianer .web-name {
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.9);
}

header .head .head-menu-contianer .web-name .web-name-logo {
  display: block;
  background: url(../img/logo-name2x.png) no-repeat center;
  background-size: 100%;
  width: 512px;
  height: 48px;
  float: left;
}

header .head .head-menu-contianer .web-name .search {
  float: right;
  display: block;
 /*background:ur no-repeat center;*/
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-top: 12px;
  background:#BA0C00;
  padding: 2px 2px 2px 2px;
  height: 28px;
  width: 260px;
}
.search_input{
	border: 1px solid #BA0C00;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0 5px;
	/*border-radius: 6px;*/
	box-sizing: border-box;
	width: 190px;
	display: block;
	float: left;
	
}
.search_input:focus{ outline:none; }
.sbtn{
	display: block;
	width: 62px;
	float: left;
	text-align: center;
	margin: 3px 0px 0px 5px;
}

header .head .head-menu-contianer .head-menu ul {
  background: rgba(186, 12, 0, 0.8);
}

header .head .head-menu-contianer .head-menu ul li {
  float: left;
  position: relative;
  text-align: center;
  width: calc(100% / 10);
}

header .head .head-menu-contianer .head-menu ul li a {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .head .head-menu-contianer .head-menu ul li a span {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fafafa;
  line-height: 20px;
  letter-spacing: 1px;
}

header .head .head-menu-contianer .head-menu ul li ul {
  position: absolute;
  width: 100%;
  padding-top: 8px;
  display: none;
}

header .head .head-menu-contianer .head-menu ul li ul li {
  position: relative;
  width: 100%;
}

header .head .head-menu-contianer .head-menu ul li ul li a {
  display: block;
  padding: 8px 0;
  color: #fff;
}
header .head .head-menu-contianer .head-menu ul li ul li a span{
	font-size: 14px;
}
.nav-item ul li a span{font-size: 14px;}
header .head .head-menu-contianer .head-menu ul li ul li ul {
  position: absolute;
  width: 100%;
  left: 100px;
  top: 0;
}

header .head .head-menu-contianer .head-menu > ul > li > a {
  padding: 22px 0;
  color: #fff;
}

header .head .head-menu-contianer .head-menu > ul > li > a span {
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

header .head .head-menu-contianer .head-menu > ul > li.selected > a, header .head .head-menu-contianer .head-menu > ul > li:hover > a {
  padding: 21px 0;
}

header .head .head-menu-contianer .head-menu > ul > li.selected > a span, header .head .head-menu-contianer .head-menu > ul > li:hover > a span {
  border-bottom: 4px solid white;
}

footer .footer {
  background: #ba0c00;
}

footer .footer .main-footer {
  padding-top: 38px;
  padding-bottom: 38px;
}

footer .footer .f-left,
footer .footer .f-center {
  float: left;
}

footer .footer .f-code {
  float: right;
}

footer .footer .f-code img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

footer .footer .f-code .code {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 20px;
  margin-top: 8px;
}

footer .footer .f-left {
  width: 362px;
}

footer .footer .f-left .footer-logo {
  background: url(../img/footer-logo2x.png) no-repeat;
  background-size: 100% auto;
  width: 277px;
  height: 64px;
}

footer .footer .f-center {
  width: 768px;
}

footer .footer .f-center .f-font {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 18px;
}

footer .footer .f-center .f-font a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

footer .footer .f-center .f-font a::before {
  content: "";
  color: white;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

footer .footer .f-center .f-c {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
}

footer .footer .f-center .links {
  width: 330px;
  padding: 0 26px 0 18px;
}

footer .footer .f-center .links ul li {
  float: left;
  width: 50%;
}
.links p{
	color: #fff;
	font-size: 14px;
	line-height: 38px;
}
footer .footer .f-center .links ul li:hover a {
  color: rgba(255, 255, 255, 0.8);
}

footer .footer .f-center .links ul li:nth-child(even) {
  width: 50%;
}

footer .footer .f-center .links ul li:nth-child(odd) {
  width: 50%;
}

footer .footer .f-center .about {
  width: 332px;
  padding-left: 18px;
}

footer .footer .copy-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .footer .copy-bottom p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fafafa;
  line-height: 16px;
  padding: 8px 0;
}

.back-top {
  background: url(../img/top.png) center no-repeat #800800;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  z-index: 9999;
  position: fixed;
  bottom: 64px;
  right: 32px;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hidden {
  display: none;
}

section .main-container .more {
  text-align: center;
}

section .main-container .more a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  height:210px;
width:100%;
display:block;
}

section .main-container .more a .m {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/more-m.png) no-repeat;
  background-size: 100%;
  margin-left: 5px;
}

section .main-container .swiper-container-horizontal > .swiper-pagination-bullets,
section .main-container .swiper-pagination-custom,
section .main-container .swiper-pagination-fraction {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section .main-container .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 1px 5px;
}

section .main-container .swiper-container1 .next1,
section .main-container .swiper-container1 .prev1 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
opacity: 0;
transform: translateY(-19px);
}

section .main-container .swiper-container1 .next1 {
  background: url(../img/next1.png) center no-repeat rgba(0, 0, 0, 0);
  background-size: 32px 32px;
  right: 32px;
}

section .main-container .swiper-container1 .prev1 {
  background: url(../img/prev1.png) center no-repeat rgba(0, 0, 0, 0);
  background-size: 32px 32px;
  left: 32px;
}

section .main-container .swiper-container1:hover .next1 {
  background: url(../img/next1.png) center no-repeat rgba(0, 0, 0, 0.6);
opacity: 1;
}

section .main-container .swiper-container1:hover .prev1 {
  background: url(../img/prev1.png) center no-repeat rgba(0, 0, 0, 0.6);
 opacity: 1;
}

section .main-container .swiper-container1 .swiper-pagination-bullet {
  background: white;
  opacity: 0.4;
}

section .main-container .swiper-container1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

section .main-container .main-news .tab-more {
  margin: 0 auto;
  width: 130px;
  height: 42px;
  border: 1px solid #ba0c00;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 56px;
}

section .main-container .main-news .tab-more a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ba0c00;
  line-height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .tab-more a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background:url(../img/red-icon2x.png) no-repeat;
  background-size: 100% auto;
  margin-left: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-list .v-left .video-left .v-video{
        display: none;
    }
section .main-container .main-news .tab-more:hover {
  background: #ba0c00;
}

section .main-container .main-news .tab-more:hover a {
  color: white;
}

section .main-container .main-news .tab-more:hover a:after {
  background: url(../img/white-icon-r2x.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .m-news {
  padding-top: 48px;
}

section .main-container .main-news .news-one {
  padding-bottom: 48px;
}

section .main-container .main-news .news-one .one {
  width: 373px;
  height: auto;
  float: left;
}

section .main-container .main-news .news-one .one .one-list ul {
  padding-top: 8px;
}

section .main-container .main-news .news-one .one .one-list ul li .title a,
section .main-container .main-news .news-one .one .one-list ul li .title span {
  padding: 8px 0;
}

section .main-container .main-news .news-one .one .one-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
  width: calc(100% - 60px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}

section .main-container .main-news .news-one .one .one-list ul li span {
  font-size: 14px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #cccccc;
  float: right;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-one .one .one-list ul li:hover .title a {
  color: #ba0c00;
}

section .main-container .main-news .news-one .one .one-list ul li:hover .title span {
  color: #666666;
}

section .main-container .main-news .news-one .one .more {

}

section .main-container .main-news .news-one .one-center {
  margin: 0 40px;
}

section .main-container .main-news .news-two {
  padding-top: 40px;
  padding-bottom: 48px;
  background: #fafafa;
}

section .main-container .main-news .news-two .head {
  width: 736px;
  margin: 0 auto;
}

section .main-container .main-news .news-two .head .tab-item {
  float: left;
  padding: 0 48px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-two .head .tab-item h2 {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-two .head .tab-item .news-icon {
  width: 24px;
  height: 24px;
  margin: 8px auto;
}

section .main-container .main-news .news-two .head .tab-item .n1 {
  background: url(../img/icon1-2x.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item .n2 {
  background: url(../img/icon2-2x.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item .n3 {
  background: url(../img/icon3-2x.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item .n4 {
  background: url(../img/icon4-2x.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item.current h2, section .main-container .main-news .news-two .head .tab-item:hover h2 {
  color: #ba0c00;
}

section .main-container .main-news .news-two .head .tab-item.current .n1, section .main-container .main-news .news-two .head .tab-item:hover .n1 {
  background: url(../img/icon1-2x-h.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item.current .n2, section .main-container .main-news .news-two .head .tab-item:hover .n2 {
  background: url(../img/icon2-2x-h.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item.current .n3, section .main-container .main-news .news-two .head .tab-item:hover .n3 {
  background: url(../img/icon3-2x-h.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item.current .n4, section .main-container .main-news .news-two .head .tab-item:hover .n4 {
  background: url(../img/icon4-2x-h.png) no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .head .tab-item.current h2:after, section .main-container .main-news .news-two .head .tab-item:hover h2:after {
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 30px;
  width: 12px;
  height: 6px;
  background: url(../img/red-icon2x.png) center no-repeat;
  background-size: 100% auto;
}

section .main-container .main-news .news-two .content-items {
  border-top: 1px solid #ba0c00;
}

section .main-container .main-news .news-two .content-items .content {
  display: none;
  margin-top: 24px;
}

section .main-container .main-news .news-two .content-items .content ul li {
  float: left;
  width: 270px;
}

section .main-container .main-news .news-two .content-items .content ul li:not(:last-child) {
  margin-right: 40px;
}

section .main-container .main-news .news-two .content-items .content ul li .img-wrap {
  width: 270px;
  height: 152px;
  overflow: hidden;
}

section .main-container .main-news .news-two .content-items .content ul li .Title {
  font-size: 16px;
  margin: 16px 0 8px 0;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-two .content-items .content ul li .intro {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-two .content-items .content ul li .date {
  font-size: 14px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #cccccc;
  line-height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-two .content-items .content ul li a:hover .Title {
  color: #ba0c00;
}

section .main-container .main-news .news-two .content-items .content ul li a:hover .intro,
section .main-container .main-news .news-two .content-items .content ul li a:hover .date {
  color: #666666;
}

section .main-container .main-news .news-three {
  background: url(../img/video-bg.png) no-repeat center;
  padding: 48px 0;
  background-size: cover;
}

section .main-container .main-news .news-three .three .three-head .t-icon,
section .main-container .main-news .news-three .three .three-head h2 {
  float: left;
}

section .main-container .main-news .news-three .three .three-head h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ba0c00;
  line-height: 26px;
  letter-spacing: 2px;
}

section .main-container .main-news .news-three .three .three-head .t-icon {
  width: 24px;
  height: 24px;
  /*background: url(../img/icon5-2x.png) no-repeat center;*/
  background-size: 100% auto;
  margin-right: 8px;
}

section .main-container .main-news .news-three .three .video-list {
  margin-top: 24px;
}

section .main-container .main-news .news-three .three .video-list .v-left,
section .main-container .main-news .news-three .three .video-list .v-right {
  float: left;
}

section .main-container .main-news .news-three .three .video-list .v-left {
  width: 786px;
  height: 443px;
  border-top: 2px solid #ba0c00;
}

section .main-container .main-news .news-three .three .video-list .v-left .video-js {
  width: 786px;
  height: 443px;
}

section .main-container .main-news .news-three .three .video-list .v-left .video-js .vjs-big-play-button {
  height: 100%;
  width: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  border-radius: 0;
  line-height: 443px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section .main-container .main-news .news-three .three .video-list .v-left:hover .video-js .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.4);
}

section .main-container .main-news .news-three .three .video-list .v-left:hover .mask {
  background: rgba(0, 0, 0, 0.4);
}

section .main-container .main-news .news-three .three .video-list .v-left:hover .play {
  opacity: 1;
}

section .main-container .main-news .news-three .three .video-list .v-right {
  width: calc(100% - 826px);
  margin-left: 40px;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li {
  margin-bottom: 8px;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li a {
  display: block;
  background: #ffffff;
  font-size: 0;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li a span.title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
  text-align: justify;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li a .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background: url(../img/v-normal-icon2x.png) no-repeat center;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li:hover .title {
  color: #ba0c00;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li:hover .icon {
  background: url(../img/v-red-icon2x.png) no-repeat center;
  background-size: 100% auto;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li.current a .title {
  color: #ba0c00;
}

section .main-container .main-news .news-three .three .video-list .v-right ul li.current a .icon {
  background:url(../img/v-red-icon2x.png) no-repeat center;
  background-size: 100% auto;
}

section .main-container .main-news .news-three .three .video-list .tab-more {
  width: 100%;
  margin-top: 0;
  padding: 8px 0;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{min-height:395px;}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide img{
width:100%;}
.articlecontent {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.copy-bottom {
	background: #ba0c00;
	border-top: 1px solid #d0cece;
	text-align: center;
	font-size: 12px;
    font-weight: 400;
    color: #fafafa;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 0;
}
.footer .copy-bottom p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fafafa;
    line-height: 36px;
    display: block;
    padding: 8px 0;
}
.inbg1{
	background: url(../img/notice_more.png) no-repeat;
	background-size: 100% auto;
	width: 373px;
	height: 210px; 
}

.inbg2{
	background: url(../img/sence_more.png) no-repeat;
	background-size: 100% auto;
	width: 373px;
	height: 210px; 
}

.inbg3{
	background: url(../img/work_more.png) no-repeat;
	background-size: 100% auto;
	width: 373px;
	height: 210px; 
}

.subtns1{
 display: block;
    width: 62px;
    float: left;
    text-align: center;
    margin: 0px 0px 0px 5px;
    background: url(../img/scon.png) no-repeat 20px 4px;
    border: 0px;
    height: 40px;
  
  
}
  
  
  
  
  
  
  
  