
.news-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-banner .cont-o-banner {
  width: 38.375rem;
  height: 23.0625rem;
  position: relative;
  overflow: hidden;
}
.news-banner .cont-o-banner > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1.5625rem;
  color: #abaaaa;
  font-size: 1.4063rem;
  cursor: pointer;
  position: absolute;
  height: 100%;
  z-index: 3;
  width: 3.125rem;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255,255,255,0.7);
}
.news-banner .cont-o-banner > span.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-banner .cont-o-banner > span:hover {
  color: #fff;
}
.news-banner .cont-o-banner > span.next {
  right: 0;
}
.news-banner .cont-o-banner .swiper-pagination {
  position: absolute;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 1.25rem;
  bottom: 1.0938rem;
}
.news-banner .cont-o-banner .swiper-pagination span {
  display: block;
  margin-right: 0.3125rem;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.3125rem;
  background-color: #fff;
}
.news-banner .cont-o-banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fc6722;
}
.news-banner .cont-o-banner .banner-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news-banner .cont-o-banner .banner-slider ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.news-banner .cont-o-banner .banner-slider ul li {
  min-width: 100%;
  height: 100%;
}
.news-banner .cont-o-banner .banner-slider ul li h2 {
 display: flex;
  flex-wrap: wrap;
  line-height: 2rem;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  z-index: 6;
  bottom: 0; 
  background-color: rgba(26,26,26,0.7);
  font-size: 1.5rem;
  color: #fff; 
}
.news-banner .cont-o-banner .banner-slider ul li font{
	width: 100%;	
	font-size: 12px;	
	color:#fff;
	margin-top:0.7rem;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.news-banner .cont-o-banner .banner-slider img {
  height: 100%;
  width: 100%;
}
.news-banner .other-choice {
  width: 18.8125rem;
  height: 23.0625rem;
  background-color: #fff;
  padding: 0 1.25rem;
  overflow: hidden;
}
.news-banner .other-choice ul li {
  padding: 1.2rem 0;  
  font-size: 0.9375rem;
  
}
.news-banner .cont-or-fast {
  width: 18.8125rem;
  height: 23.0625rem;
  background-color: #fff;
  padding: 0 1.25rem;
}
.news-banner .cont-or-fast .cont-or-scroll {
  width: 16.9375rem;
  height: 19rem;
  overflow: hidden;
  position: relative;
}
.news-banner .cont-or-fast .cont-or-scroll .swiper-scrollbar {
  position: absolute;
  width: 0.3125rem;
  background: #ececec;
  border-radius: 0.9375rem;
  height: 100%;
  right: 0;
  top: 0;
}
.news-banner .cont-or-fast .cont-or-scroll .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0.9375rem;
  background: #c6c6c6;
}
.news-banner .cont-or-fast .fast-list {
  height: 100%;
  padding-right: 0.625rem;
  font-size: 0.8125rem;
}
.news-banner .cont-or-fast .fast-list span {
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75rem;
  width: 3.4rem;
  height: 1.25rem;
  line-height: 1.3125rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.625rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.news-banner .cont-or-fast .fast-list li {
  padding: 0.625rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.news-banner .cont-or-fast .fast-list li:last-child {
  border: none;
}
.other-special {
  height: auto;
}
.other-special .other-content {
  padding-bottom: 0.625rem;
}
.news-ather {
  height: 23.75rem;
  background-color: #fff;
  padding: 0 1.25rem;
}
.news-ather ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-ather ul li {
  width: calc(76% / 3);
  cursor: pointer;
  padding-top: 1.4063rem;
  position: relative;
}
.news-ather ul li p {
  text-align: center;
  margin-top: 0.4688rem;
  font-size: 0.8125rem;
  color:#333;
}
.news-ather ul li section {
  position: absolute;
  pointer-events: none;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  left: -9.375rem;
  min-width: 9.375rem;
  top: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-shadow: 0 0 0.625rem #1a1a1a;
          box-shadow: 0 0 0.625rem #1a1a1a;
}
.news-ather ul li section:before {
  content: '';
  border: 0.625rem solid transparent;
  border-left: 1.25rem solid #1a1a1a;
  position: absolute;
  top: 2.8125rem;
  right: -1.25rem;
}
.news-ather ul li section h2 {
  font-size: 0.9375rem;
}
.news-ather ul li section h3 {
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem !important;
  margin-top: 0.3125rem !important;
}
.news-ather ul li section h3 span {
  color: #fc6722;
}
.news-ather ul li section p {
  text-align: left;
}
.news-ather ul img {
  width: 3.7813rem;
  height: 3.7813rem;
  border-radius: 50%;
  margin: 0 auto;
}
.detials-left {
  height: 100%;
  background-color: #fff;
  padding: 0 1.25rem;
}
.detials-left .news-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0;
  min-height:142px;
  border-bottom: 1px solid #f3f3f3;
}
.detials-left .news-list dl:last-chld {
  border: none;
}
.detials-left .news-list dl dt {
  margin-right: 0.9375rem;
   position: relative;
}
.detials-left .news-list dl dt img {	
  width: 11.5625rem;
  height: 6.9375rem; 
}
.detials-left .news-list dl dd {
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.detials-left .news-list dl dd h2 span {
  color: #fc6722;
}
.detials-left .news-list dl dd p {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.75rem;
  color: #737373;
  line-height: 1.5;
}
.detials-left .news-list dl dd h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detials-left .news-list dl dd h3 i{
	font-size: 0.9rem;
	margin-top:0.6rem;
}
.detials-left .news-list dl dd h3 a{
	color: #fc6722;
}

.detials-left .news-list dl dd h3 a:hover {
  border: 1px solid #fc6722;
}
.detials-left .news-list dl dd h3 span {
  font-size: 0.6875rem;
  padding-left: 0.625rem;
}
.detials-left .news-list dl dd h3 span:before {
  padding-right: 0.625rem;
}

.show_popover_layer {
    display: inline-block;
}
.icon_po_r {
    position: relative;
}

.icon_po_r .icon_personal_txt_small_v {
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../../images/icon_20.png) 3px -100px no-repeat;
    display: inline-block;
}
/* 宸︿晶鐒︾偣 */
.content-v7 .news-banner{
	background-color:#fff;
}
.content-v7 .news-banner .cont-o-banner {
    width: 57.9375rem;
    height: 34.75rem;
    position: relative;
    overflow: hidden;
}
.content-v7 p.text:first-child{
	margin-top:0;
}
.content-v7 p.text{
	text-indent:28px;
	margin: 1rem 0;
}
.content-v7 .radius20{
	color:#fc6722;
	border: 1px solid #fc6722;
	text-align: center;
}
.content-v7 .btn-w{
	width:181px;
	height: 44px;
	line-height: 44px;
	display: block;
    margin: 0 auto;
}
.content-v7 .btn-w100{
	text-align: center;
}
.content-v7 .title-list{
	height:35px;
	align-items: center;
}

.content-v7 .title-list02 li{
	color:#111111;
	margin-left:0.875rem !important;
}
.content-v7 .news-banner .icon-tag:before{
	color:#fff;
}
/* 鍙充晶蹇 */
.content-v7 .details-other .cont-or-fast{
	width: 18.8125rem;
    height: 23.0625rem;
    background-color: #fff;
    padding: 0 1.25rem;
}

.content-v7 .details-other .cont-or-fast .cont-or-scroll {
    width: 16.9375rem;
    height: 19rem;
    overflow: hidden;
    position: relative;
}
.content-v7 .details-other .cont-or-fast .fast-list {
    height: 100%;
    padding-right: 0.625rem;
    font-size: 0.8125rem;
    display:block;
}
.content-v7 .details-other .cont-or-fast .fast-list li {
    padding: 0.625rem 0;
    border-bottom: 1px solid #f3f3f3;
}
.content-v7 .details-other .cont-or-fast .fast-list span {
    background: #1a1a1a;
    color: #fff;
    font-size: 0.75rem;
    width: 3.4rem;
    height: 1.25rem;
    line-height: 1.3125rem;
    text-align: center;
    display: inline-block;
    margin-right: 0.625rem;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.content-v7 .details-other .cont-or-fast .cont-or-scroll .swiper-scrollbar {
    position: absolute;
    width: 0.3125rem;
    background: #ececec;
    border-radius: 0.9375rem;
    height: 100%;
    right: 0;
    top: 0;
}
.content-v7 .details-other .cont-or-fast .cont-or-scroll .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0.9375rem;
    background: #c6c6c6;
}
.content-v7 .tank-r-bottom {
    height: 15.25rem;
    background-color: #fff;
    padding: 0 1.25rem;
    width: 18.8125rem;
}
.content-v7 .tank-r-bottom .tran-wrapper {
    padding-top: 0.625rem;
    height: 10.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.content-v7 .tank-r-bottom .tran-wrapper .tank-swiper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.content-v7 .tank-r-bottom .tran-wrapper .tank-swiper ul li {
    cursor: pointer;
    text-align: center;
    min-width: auto !important;
}
.content-v7 .tank-r-bottom .tran-wrapper .tank-swiper ul li img {
    width: 6.25rem;
    margin: 0 auto;
}
.content-v7 .tank-r-bottom .tran-wrapper .tank-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.content-v7 .tank-r-bottom .tran-wrapper span.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.content-v7 .tank-r-bottom .tran-wrapper span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1.5625rem;
    color: #abaaaa;
    font-size: 1.4063rem;
    cursor: pointer;
}
 .content-v7 .detials-left .swiper-wrapper .swiper-slide, .details-other .swiper-wrapper .swiper-slide{
  
	min-width: auto !important;
} 
.content-v7 .details-other .ohter-rank .swiper-wrapper .swiper-slide{
	min-width: 100% !important;
}

.content-v7 .detials-left .menu-swiper ul.swiper-wrapper{
	display: -webkit-box !important;
	margin-top: 0.6rem;
}
 .content-v7 .detials-left .menu-swiper .swiper-slide:first-child{
 	margin-left:0;
 }
 .content-v7 .detials-left .menu-swiper .swiper-slide{
	text-align: center;
	margin:0 12px;
	
 }
 
 .content-v7 .content-special .content-wapper .special-swiper {
    overflow: hidden;
}
.carGroup .car-left {
   position:relative;
}
.carGroup h2{
	width: 100%;
	padding: 0.5rem 0.8rem;
    position: absolute;
    z-index: 6;
    bottom: 0;  
    min-height:3.75rem; 
    line-height: 1.4rem;
    background-color: rgba(26,26,26,0.7);
    font-size: 1rem;
    color: #fff;  
    display: flex;
    align-items: center;
}

.car-sub-title{
	padding:1rem 1.25rem;
	flex:1;
}
.carGroup .car-left img{
	width:100%;
	height:278px;
}
.carGroup{
	width:457px;
	height:278px;
	background-color:#fff;
}
.carGroup span font{
	width:270px;
}

.content-v7 .content-special .content-wapper .special-swiper > ul > li li {
    font-size: 0.75rem;
    line-height: 1.4063rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content-v7 .content-special .content-wapper .special-swiper > ul > li img {
    width: 25rem;
    height: 15rem;
}
.content-v7 .content-special .content-wapper .special-swiper > ul > li h2 {
    padding: 1rem 0 0.7rem;
    font-size: 0.8125rem;
    font-weight: bold;
}
.content-v7 .content-special .content-wapper > span.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.content-v7 .content-special .content-wapper > span {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1.5625rem;
    color: #abaaaa;
    font-size: 1.4063rem;
    cursor: pointer;
    width: 2.5rem;
}
.content-v7 .activity .content-wapper > span{
	width: 1.5rem !important;
}
.content-v7 .content-special .content-wapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.content-v7 .content-special .content-wapper .special-swiper > ul > li {
    width: 17.3438rem;
}
.content-v7 .title h2{
	color: #333;	
	cursor: pointer;
}
.content-v7 .title h2.sub-title{
	color:#a6a6a6;
	font-size: 0.5rem;
}
.content-v7 .interested{
	font-size: 0.8rem;
	color: #494949;	
	border-bottom: 1px solid #ececec;
}
.content-v7 .interested font{
	cursor:pointer;
}
.content-v7 .interested p{
	margin: 1.5rem 0;
}
.content-v7 .interested p font{
	color: #fc6722;
}
.content-v7 .interested-tag{
	border-bottom:1px solid #ececec;
	
	margin-bottom:1rem;
}
.content-v7 .interested-tag ul{
	flex-wrap: wrap;
	line-height: 30px;
}
.content-v7 .tag-group-all{
	flex:1;
	display: flex;
	align-items: flex-end;
}
.content-v7 .interested-tag ul li,.interestedTag-cancel,.interestedTag-add{	
	width:157px;
	height:32px;
	color: #fc6722;
	text-align:center;
	border:1px solid #fc6722;
	margin:0.5rem 0;
	border-radius: 0.3125rem;
	cursor:pointer;
	
}
.content-v7 .interested-tag ul li{
	margin-right:1.2rem;
}
.content-v7 .interested-tag ul li i,.interestedTag-cancel i,.interestedTag-add i{
	float:right;
	line-height: 30px;
    margin-right: 0.5rem;
    font-size: 12px;
}
.interestedTag-add{
	margin-right:0.5rem;
	line-height: 30px;
}
.interestedTag-cancel{
	background-color:#fc6722;
	color:#fff;
	border:1px solid #fc6722;
	line-height: 30px;
	margin-right:0.5rem;
}
/* 浣滆€呮帹鑽?*/
.content-v7 .author-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 0;
    border-bottom: 1px solid #f3f3f3;
}
.content-v7 .author-list dl dt {
    margin-right: 2.5rem;
}
.content-v7 .author-list dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.625rem 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
.content-v7 .author-list dl dt img {
    width: 6.4063rem;
    height: 6.4063rem;
    border-radius: 50%;
}
.content-v7 .relation-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-v7 .author-list dl dd h2 {
    font-size: 0.8125rem;
}
.content-v7 .author-list dl dd h2 strong {
    margin-right: 0.9375rem;
    font-size: 0.9375rem;
}
.content-v7 .author-list dl dd h2 span {
    color: #fc6722;
}
.content-v7 .author-list dl dd p {
    font-size: 0.75rem;
    color: #737373;
    margin: 1rem 0;
}
.content-v7 .author-list dl dd h3 {
    font-size: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-v7 .author-list dl dd p a {
    border: 1px solid #737373;
    color: #737373;
    border-radius: 0.1563rem;
    padding: 0.2rem 0.3125rem;
    margin-left: 0.625rem;
}
.content-v7 .author-tag {
    display: flex;
    margin: 0.6rem 0;
    align-items: center;
}
.content-v7 .author-list dl dd h3 span {
    width: 20%;
    text-align: right;
    font-size: 0.75rem;
}
.content-v7 .relation-btn:hover{
	color:#fff;
	background-color:#fc6722;
	border:1px solid #fc6722;
}
#myModalSubscribe{
	margin-top:200px;
}
.content-v7 .detials-left .news-list dl dd h3 a{
	margin-right:0 !important;
}
.content-v7 .content-special{
	padding-bottom: 0.9375rem;
	border-bottom: 1px solid #f3f3f3;
}
.content-v7 .banner-right-text p,.content-v7 .banner-right-text span,.content-v7 .banner-right-text,.content-v7 .banner-right-text div{
	line-height: 1.85rem;
	height:26.8rem;
	overflow: hidden;	
	position: relative;	
	font-size: 0.9375rem;
}
.content-v7 .banner-right-text p::after,.content-v7 .banner-right-text::after,.content-v7 .banner-right-text div::after{content: ""; position: absolute;with:52px;height:26px; bottom: 0; right: 0; padding-left: 40px;color:#555;
background: -webkit-linear-gradient(left, transparent, #fff 55%);
background: -o-linear-gradient(right, transparent, #fff 55%);
background: -moz-linear-gradient(right, transparent, #fff 55%);
background: linear-gradient(to right, transparent, #fff 55%);
}

/*浼氳*/
  #certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
   }

   #certify .swiper-container {
    padding-bottom: 60px;
   }

   #certify  .swiper-slide {
    width: 640px;
    height: 360px;
    background: #fff;	       
   }
    #certify .swiper-slide-next,#certify .swiper-slide-prev{         
    	filter: blur(2px) !important;
    }
   #certify  .swiper-slide img{
    display:block;
    width:640px;
    height: 360px;
   }
   #certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
   }

   #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
   }

   #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
   }

   #certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
   }

   #certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
   }

   #certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
   }

   #certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
   }