/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.bfc {
  overflow: hidden;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-row {
  display: block;
  width: 100%;
  height: auto;
}
[class*='bd-line'] {
  position: relative;
}
[class*='bd-line']:after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  border: 0 solid #C0BFC4;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.bd-line-top::after {
  border-top-width: 1px;
}
.bd-line-bottom::after {
  border-bottom-width: 1px;
}
.bd-line-left::after {
  border-left-width: 1px;
}
.bd-line-right::after {
  border-right-width: 1px;
}
.bd-line-top-bottom::after {
  border-width: 1px 0;
}
.bd-line-surround::after {
  border-width: 1px;
}
.arrow-right {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-up {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow-down {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrow-left {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.page-active {
  display: none;
}
.m-nav {
  position: relative;
  height: 503px;
  overflow: hidden;
}
.m-nav .nav-left,
.m-nav .nav-center,
.m-nav .nav-right {
  height: 503px;
  float: left;
}
.m-nav .nav-left {
  width: 240px;
  background: #fff;
  padding-top: 9px;
}
.m-nav .nav-left-icon,
.m-nav .nav-left-iconactive {
  display: inline-block;
  width: 22px;
  height: 20px;
  margin: 0 9px 0 21px;
  vertical-align: middle;
}
.m-nav .nav-center-none {
  padding: 20px;
  width: 690px;
  height: 503px;
  position: absolute;
  background: #fff;
  left: 240px;
  top: 0px;
  z-index: 999999;
  display: none;
  color: #666666;
  font-size: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
}
.m-nav .nav-center-none .nav-center-noneitem {
  overflow: hidden;
  padding: 4px 0;
  border-top: 1px solid #EFEFEF;
}
.m-nav .nav-center-none .nav-center-noneitem:nth-of-type(1) {
  border: none;
}
.m-nav .nav-center-none .nav-noneitem-title {
  display: block;
  width: 69px;
  float: left;
  line-height: 30px;
  text-align: right;
}
.m-nav .nav-center-none .nav-noneitem-list {
  line-height: 30px;
  overflow: hidden;
  margin-left: 90px;
  max-height: 60px;
}
.m-nav .nav-center-none .nav-noneitem-list a {
  float: left;
}
.m-nav .nav-center-none .nav-noneitem-list a:nth-last-of-type(n+2):after {
  width: 1px;
  height: 12px;
  display: inline-block;
  margin: 0px 10px;
  content: "";
  vertical-align: middle;
  border-left: 1px solid #dddddd;
}
.m-nav .nav-left-item {
  width: 100%;
  height: 41px;
  font-size: 14px;
  overflow: hidden;
}
.m-nav .nav-left-item .nav-left-position {
  position: absolute;
  left: -240px;
  top: 9px;
  width: 240px;
  height: 41px;
  font-size: 14px;
  background: #FF6900;
}
.m-nav .nav-left-item .nav-left-position a {
  color: #fff;
}
.m-nav .nav-left-item:hover .nav-center-none {
  display: block;
}
.m-nav .nav-left-item:nth-of-type(1) .nav-left-icon {
  background: url('../images/nav-icon1.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(2) .nav-left-icon {
  background: url('../images/nav-icon2.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(3) .nav-left-icon {
  background: url('../images/nav-icon3.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(4) .nav-left-icon {
  background: url('../images/nav-icon4.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(5) .nav-left-icon {
  background: url('../images/nav-icon5.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(6) .nav-left-icon {
  background: url('../images/nav-icon6.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(7) .nav-left-icon {
  background: url('../images/nav-icon7.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(8) .nav-left-icon {
  background: url('../images/nav-icon8.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(9) .nav-left-icon {
  background: url('../images/nav-icon9.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(10) .nav-left-icon {
  background: url('../images/nav-icon10.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(11) .nav-left-icon {
  background: url('../images/nav-icon11.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(12) .nav-left-icon {
  background: url('../images/nav-icon12.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(2) .nav-left-position {
  top: 50px;
}
.m-nav .nav-left-item:nth-of-type(3) .nav-left-position {
  top: 91px;
}
.m-nav .nav-left-item:nth-of-type(4) .nav-left-position {
  top: 132px;
}
.m-nav .nav-left-item:nth-of-type(5) .nav-left-position {
  top: 173px;
}
.m-nav .nav-left-item:nth-of-type(6) .nav-left-position {
  top: 214px;
}
.m-nav .nav-left-item:nth-of-type(7) .nav-left-position {
  top: 255px;
}
.m-nav .nav-left-item:nth-of-type(8) .nav-left-position {
  top: 296px;
}
.m-nav .nav-left-item:nth-of-type(9) .nav-left-position {
  top: 337px;
}
.m-nav .nav-left-item:nth-of-type(10) .nav-left-position {
  top: 378px;
}
.m-nav .nav-left-item:nth-of-type(11) .nav-left-position {
  top: 419px;
}
.m-nav .nav-left-item:nth-of-type(12) .nav-left-position {
  top: 460px;
}
.m-nav .nav-left-item:nth-of-type(1) .nav-left-iconactive {
  background: url('../images/nav-iconactive1.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(2) .nav-left-iconactive {
  background: url('../images/nav-iconactive2.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(3) .nav-left-iconactive {
  background: url('../images/nav-iconactive3.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(4) .nav-left-iconactive {
  background: url('../images/nav-iconactive4.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(5) .nav-left-iconactive {
  background: url('../images/nav-iconactive5.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(6) .nav-left-iconactive {
  background: url('../images/nav-iconactive6.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(7) .nav-left-iconactive {
  background: url('../images/nav-iconactive7.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(8) .nav-left-iconactive {
  background: url('../images/nav-iconactive8.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(9) .nav-left-iconactive {
  background: url('../images/nav-iconactive9.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(10) .nav-left-iconactive {
  background: url('../images/nav-iconactive10.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(11) .nav-left-iconactive {
  background: url('../images/nav-iconactive11.png') no-repeat center;
}
.m-nav .nav-left-item:nth-of-type(12) .nav-left-iconactive {
  background: url('../images/nav-iconactive12.png') no-repeat center;
}
.m-nav .nav-left-item .nav-left-a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #333333;
  line-height: 41px;
}
.m-nav .nav-center {
  width: 680px;
  background: #f5f5f5;
  margin: 0 10px;
}
.m-nav .nav-center #swiper1 {
  width: 100%;
  height: 300px;
  position: relative;
}
.m-nav .nav-center .swiper-pagination {
  width: 100%;
  bottom: 10px;
  left: 0;
}
.m-nav .nav-center .swiper-button-next,
.m-nav .nav-center .swiper-button-prev {
  right: 0;
  display: none;
  width: 45px;
  height: 75px;
  background: #000 url('../images/right.png') no-repeat center;
  opacity: 0.4;
}
.m-nav .nav-center .swiper-button-prev {
  left: 0;
  background: #000 url('../images/left.png') no-repeat center;
}
.m-nav .nav-center .nav-center-list {
  margin-top: 10px;
  width: 100%;
  height: 193px;
  background: #fff;
}
.m-nav .nav-center .nav-list-item {
  width: 25%;
  height: 193px;
  float: left;
  border-left: 1px solid #f5f5f5;
  text-align: center;
}
.m-nav .nav-center .nav-list-item:nth-of-type(1) {
  border: none;
}
.m-nav .nav-center .nav-list-item .nav-list-img {
  display: inline-block;
  width: 100%;
  height: 133px;
  line-height: 133px;
}
.m-nav .nav-center .nav-list-item .nav-list-img img {
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-nav .nav-center .nav-list-item .nav-list-item-text {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.m-nav .nav-center .nav-list-item .nav-list-item-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
}
.m-nav .nav-center .nav-list-item .nav-list-item-title:hover {
  color: #FF6900;
}
.m-nav .nav-center .nav-list-item img:hover,
.m-nav .nav-center .nav-list-item img:focus,
.m-nav .nav-center .nav-list-item img:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.m-nav .nav-right {
  width: 260px;
  background: #fff;
  color: #333;
  font-size: 12px;
}
.m-nav .nav-right .nav-right-title {
  font-size: 14px;
  margin: 21px 0 12px;
  font-weight: bold;
}
.m-nav .nav-right .nav-right-line {
  display: inline-block;
  width: 3px;
  height: 14px;
  background: #FF6900;
  margin-right: 5px;
  vertical-align: middle;
}
.m-nav .nav-right .nav-region {
  height: 280px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #f5f5f5;
}
.m-nav .nav-right .nav-region a {
  color: #7B7B7B;
  font-size: 12px;
  margin-right: 8px;
}
.m-nav .nav-right .nav-region a:hover {
  color: #FF6900;
}
.m-nav .nav-right .nav-region-item {
  line-height: 28px;
}
.m-nav .nav-right .nav-region-item:nth-of-type(1) {
  margin-top: 20px;
}
.m-nav .nav-right .nav-region-area {
  display: block;
  width: 45px;
  float: left;
}
.m-nav .nav-right .nav-region-city {
  overflow: hidden;
  margin-left: 45px;
}
.m-nav .nav-right .nav-member {
  padding: 0 20px;
}
.m-nav .nav-right .nav-right-item {
  height: 145px;
  width: 220px;
  overflow: hidden;
}
.m-nav .nav-right .nav-member-text {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}
.m-nav .nav-right .nav-member-text:hover {
  color: #FF6900;
}
.page-listrt,
.page-searchrt,
.page-detilrt {
  float: right;
}
.page-listrt .new,
.page-searchrt .new,
.page-detilrt .new,
.page-listrt .hot,
.page-searchrt .hot,
.page-detilrt .hot {
  width: 200px;
  margin-top: 20px;
}
.page-listrt .new .title,
.page-searchrt .new .title,
.page-detilrt .new .title,
.page-listrt .hot .title,
.page-searchrt .hot .title,
.page-detilrt .hot .title {
  height: 45px;
  width: 100%;
  background: #FF6900;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
}
.page-listrt .line,
.page-searchrt .line,
.page-detilrt .line {
  display: inline-block;
  width: 4px;
  height: 15px;
  background: #FFDBC1;
  margin: 0 5px 0 10px;
  vertical-align: middle;
}
.page-listrt .list,
.page-searchrt .list,
.page-detilrt .list {
  border: 1px solid #E2E2E2;
  border-top: none;
  padding: 5px 11px 0;
}
.page-listrt .item,
.page-searchrt .item,
.page-detilrt .item {
  border-top: 1px solid #F1F1F1;
  padding-bottom: 16px;
  cursor: pointer;
}
.page-listrt .item:nth-of-type(1),
.page-searchrt .item:nth-of-type(1),
.page-detilrt .item:nth-of-type(1) {
  border: none;
}
.page-listrt .item:hover .item-name,
.page-searchrt .item:hover .item-name,
.page-detilrt .item:hover .item-name {
  color: #FF6900;
}
.page-listrt .item:hover .item-img,
.page-searchrt .item:hover .item-img,
.page-detilrt .item:hover .item-img {
  border-color: #FF6900;
}
.page-listrt .item-info,
.page-searchrt .item-info,
.page-detilrt .item-info {
  overflow: hidden;
}
.page-listrt .item-name,
.page-searchrt .item-name,
.page-detilrt .item-name {
  display: inline-block;
  width: 178px;
  line-height: 24px;
  font-size: 12px;
  margin-top: 11px;
  color: #333;
  text-align: center;
}
.page-listrt .item-img,
.page-searchrt .item-img,
.page-detilrt .item-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
}
.page-listrt .item-img img,
.page-searchrt .item-img img,
.page-detilrt .item-img img {
  width: 30px;
  height: 30px;
}
.page-listrt .item-detil,
.page-searchrt .item-detil,
.page-detilrt .item-detil {
  width: 132px;
  float: right;
  font-size: 10px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}
.page-hotfoot {
  height: 130px;
  border-top: 1px solid #E2E2E2;
}
.page-hotfoot .hotfoot {
  padding: 32px 0;
}
.page-hotfoot .hotfoot-title {
  float: left;
  font-size: 14px;
  color: #333;
}
.page-hotfoot .hotfoot-text {
  margin-left: 93px;
  width: 1056px;
  height: 69px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
}
.page-hotfoot .hotfoot-text-item {
  float: left;
  margin-right: 20px;
}

.news-listrt,
.news-detilrt {
  float: right;
  width: 300px;
}
.news-listrt .newest,
.news-detilrt .newest,
.news-listrt .week,
.news-detilrt .week {
  height: 565px;
  color: #333;
  font-size: 14px;
}
.news-listrt .news-listrt-title,
.news-detilrt .news-listrt-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 11px;
  border-bottom: 1px solid #E2E2E2;
}
.news-listrt .news-listrt-item,
.news-detilrt .news-listrt-item {
  margin-top: 19px;
  height: 84px;
  width: 100%;
}
.news-listrt .news-listrt-img,
.news-detilrt .news-listrt-img,
.news-listrt .news-listrt-text,
.news-detilrt .news-listrt-text {
  float: left;
}
.news-listrt .news-listrt-img,
.news-detilrt .news-listrt-img {
  width: 126px;
  border-radius: 2px;
}
.news-listrt .news-listrt-text,
.news-detilrt .news-listrt-text {
  margin-left: 9px;
  width: 161px;
  line-height: 24px;
}
.news-listrt .news-listrt-date,
.news-detilrt .news-listrt-date {
  color: #999;
  font-size: 12px;
}
.news-listrt .news-listrt-info,
.news-detilrt .news-listrt-info {
  word-break: break-all;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 8px;
}
.video-list {
  overflow: hidden;
}
.video-list .m-video-inner .video-wrap {
  width: 285px;
  height: 160px;
}
.video-list .m-video-inner:nth-of-type(1) {
  margin-left: 0 !important;
}
.m-video-inner {
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.m-video-inner:hover {
  border-color: #FF6900;
}
.m-video-inner .play-btn {
  display: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/play.png);
  background-size: 100%;
}
.m-video-inner .video-wrap {
  position: relative;
  overflow: hidden;
}
.m-video-inner .video-wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.m-video-inner .video-wrap:hover .play-btn {
  display: block;
}
.m-video-inner .video-wrap .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
  max-height: 100%;
}
.m-video-inner .video-wrap .img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.m-video-inner .video-time {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  background: #333333;
  border-radius: 10px;
  text-align: center;
}
.m-video-inner .video-info {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
.m-video-inner .date {
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.m-video-inner .video-company {
  display: inline-block;
  width: 50%;
}
.m-video-inner .video-info-title {
  font-size: 14px;
  color: #333;
}
.line-two {
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  margin-top: 15px !important;
}
