/*网页字体个性化*/
@font-face{
    font-family:'sourcehanserifcn';
	/*src:;
    src: format('embedded-opentype'),
         format('woff2'),
         format('woff'),
         format('truetype'),
         format('svg');*/
    src:;
}

.rwxa_bg{
    background: url(/uploads/image/dxirwxa/header_bg.png) no-repeat top center,url(/uploads/image/dxirwxa/footer_bg.png) no-repeat bottom center;
}
.main{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.rwxa_logo{
    margin-top: 90px;
    margin-bottom: 87px;
}
.rwxa_tit{
    display: block;
    text-align: center;
}
@media (max-width: 1200px) {
.main{width: 100%;padding: 0 2%;}

}
@media (max-width: 1000px) {
    .rwxa_tit img{width: 80%;}
}
@media (max-width: 420px) {
	.rwxa_tit img{width: 90%;}
}
/*--视频兴安--*/
.spxa{
    background: url(/uploads/image/dxirwxa/spxa_bg.png) no-repeat;
    width: 1003px;
    height: 730px;
    margin: 0 auto 56px auto;
    padding: 28px 44px 46px;

}
.spxa_con{
    position: relative;
    display: block;
    margin-top: 23px;
}
.spxa_con video{
	width:100%;
	height:100%;
}
.spxa_con .img{
	width:100%;
}
.spxa_con .spxa_an{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -55px;
}
.spxa .hide{
	display:none;
}
.spxa_sp video{
	width:100%;
	height:100%;
}
@media (max-width: 1200px) {
    .spxa{
        width: 100%;
        background-size: 100%;
        height: auto;
        padding-top: 47px;
    }
    .spxa_con .img{
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .spxa{
        padding-top:28px;
    }
}
@media (max-width: 420px) {
	.spxa{
		padding: 5% 6% 5%;
		background-size: 100% 100%;
	}
}
/*--文化兴安--*/
.rwxa_pic {
  position: relative;
  margin: 30px auto;
  height: 332px;
  padding: 30px 40px 50px 40px;
  box-sizing: content-box;
}
.rwxa_pic .swiper-container {
  width: 1092px;
  height: 332px;
  color: #fff;
  text-align: center;
}
/*.rwxa_pic .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(1);
}
.rwxa_pic .swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: translatex(-286px) scale(0.84);
}
.rwxa_pic .swiper-slide-duplicate {
  opacity: 0.5;
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: translatex(286px) scale(0.84);
}
.rwxa_pic .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}*/
.rwxa_pic .swiper-slide-active {
    z-index: 2;
}
.rwxa_pic .swiper-slide{
    position: relative;
    display: block;
    width: 584px;
    height: 332px;
}
.rwxa_pic .swiper-slide img{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.rwxa_pic .swiper-slide .title{
    background: url(/uploads/image/dxirwxa/whxa_icon.png) no-repeat;
    width: 97px;
    height: 247px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    text-align: center;
    padding-top:30px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top:-123.5px;
}
.rwxa_pic .swiper-slide .title h2{
    width: 50px;
    margin: 0px auto;
    border: 1px solid #fff;
    border-bottom: 0px;
    border-top: 0px;
    
}
.rwxa_pic .swiper-slide .more{
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 2;
    text-decoration: underline;
}
.rwxa_pic .pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 5px;
}
.rwxa_pic .pagination span{
    margin:0 5px;
    background: rgba(67, 156, 235, .36);
    opacity: 1;
}
.rwxa_pic .pagination span.swiper-pagination-bullet-active{
    width: 28px;
    background: #439ceb;
    border-radius: 100px;
}
.rwxa_pic .swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: rgba(67, 156, 235, .36);
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: relative;
}
.rwxa_pic .swiper-visible-switch {
  opacity: 1;
  top: 0;
  
}
.rwxa_pic .swiper-active-switch {
  background: #439ceb;
  width: 28px;
}
.rwxa_pic .swiper-button-next,.rwxa_pic .swiper-button-prev{
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 29px;
    height: 53px;
}
.rwxa_pic .swiper-button-prev{
    left: 0px;
    background: url(/uploads/image/dxirwxa/arrows_l.png) no-repeat;
}
.rwxa_pic .swiper-button-next{
    right: 0px;
    background: url(/uploads/image/dxirwxa/arrows_r.png) no-repeat;
}
@media (max-width: 1200px) {
    .rwxa_pic{
        padding-left: 0px;
        padding-right: 0px;
        height: 52vw;
    }
    .rwxa_pic .swiper-container{
        width: 100%;
        height: 100%;
    }
    .rwxa_pic .swiper-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 530px) {
	.rwxa_pic .swiper-slide .title{
		width:17%;
		height:80%;
		background-size: cover;
		font-size:20px;
		margin-top: -21%;
	}
}
@media (max-width: 420px) {
	.rwxa_pic .swiper-slide .title{
		padding-top:4%;
		font-size: 1.01em;
	}
	.rwxa_pic .swiper-slide .more{
		font-size:16px;
	}
}
/*--畅游兴安--*/
.cyxa{
    margin-left: -23px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.cyxa_list{
    float: left;
    margin-left: 23px;
    width: 128px;
    height: 467px;
    overflow: hidden;
}

.list-title{
    position: relative;
    width: 128px;
    height: 467px;
    text-align: center;
}
.list-title .icon{
    position: absolute;
    left: 50%;
    top: 12%;
    margin-left: -35px;
    z-index: 2;
}
.list-title span{
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -15px;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    width: 30px;
}
.list-title .bgimg{
    position: absolute;
    left: 0px;
    top: 0px;
}
.cyxa_list.active{
    width: 747px;
}
.cyxa_list.active .list-title{
    display: none;
    
}
.cyxa_list.active .list_con{
    /*display: block;*/
    opacity: 1;
}
.list_con{
    width: 747px;
    height: 467px;
    overflow: hidden;
    border-radius: 19px;
    /*display: none;*/
    position: relative;
    opacity: 0;
}
.list_con_tit{
    position: absolute;
    top: 4%;
    left: 5%;
    z-index: 10;
    font-size: 0;
}
.list_con_tit img{
    float: left;
    margin-top: 20px;
}
.list_con_tit h2{
    font-size: 50px;
    color: #fff;
    float: left;
    margin-left: 20px;
    line-height: 100px;
}
.list_con_tit h2 span{
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.list_con .cyxa_con1,.list_con .cyxa_con2,.list_con .cyxa_con3,.list_con .cyxa_con4{
    width: 100%;
    height: 100%;
    position: relative;
}
.list_con .swiper-container{
    width: 100%;
    height: 100%;
}
.list_con .swiper-slide{
    position: relative;
}
.list_con .swiper-slide .bg{
    background: url(/uploads/image/dxirwxa/cyxa_gdbg.png) repeat-x;
    height: 260px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.list_con .swiper-slide p{
    position: absolute;
    left: 5%;
    bottom: 56px;
    width: 90%;
    font-size:18px;
    color: #fff;
    line-height: 35px;
    
}
.list_con .swiper-slide img{
    width: 100%;
    height: 100%;
}
.list_con .pagination{
    position: absolute;
    right: 38px;
    bottom: 38px;
    width: 50%;
    height: 7px;
    text-align: right;
    z-index: 10;
}
.list_con .pagination span{
    background: rgba(240, 245, 249, .36);
    width: 7px;
    height: 7px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 9px;
    opacity: 1;
}
.list_con .pagination span.swiper-active-switch,.list_con .pagination span.swiper-pagination-bullet-active{
    width: 28px;
    background: #fff;
}
@media (max-width: 1200px) {
    .cyxa{
        width: 100%;
        margin-left: 0px;
    }
    .cyxa .cyxa_list{
        margin-bottom: 30px;
        margin-left: 0px;
        float: none;
		width:100%;
		height:auto;
    }
    .cyxa .cyxa_list .list-title{
        display: none;
    }
    .cyxa .cyxa_list .list_con{
        display: block;
        width: 100%;
        height: 55vw;
		opacity:1;
    }
}
@media (max-width: 768px) {
    .list_con_tit h2{
        font-size: 40px;
    }
}
@media (max-width: 530px) {
	.list_con_tit img{
		margin-top: 12px;
		width: 20%;
	}
	.list_con_tit h2{
		font-size:30px;
		line-height:60px;
	}
}
@media (max-width: 420px) {
	.list_con .swiper-slide p{
		font-size:16px;
	}
}
/*--图说兴安--*/
.tsxa_pic{
    position: relative;
    margin-top:30px;
    margin-bottom: 180px;
    height: 530px;
    padding-bottom: 33px;
    box-sizing: content-box;
}
.tsxa_pic .swiper-container {
  width: 100%;
  height: 530px;
  color: #fff;
  text-align: center;
  
}

/*.tsxa_pic .swiper-slide {
  height: 100%\9\0;
  opacity: 0.4\9\0;
  -webkit-transition: 300ms \9\0;
  -moz-transition: 300ms \9\0;
  -ms-transition: 300ms \9\0;
  -o-transition: 300ms \9\0;
  transition: 300ms \9\0;
  -webkit-transform: scale(0) \9\0;
  -moz-transform: scale(0) \9\0;
  -ms-transform: scale(0) \9\0;
  -o-transform: scale(0) \9\0;
  transform: scale(1) \9\0;
}
.tsxa_pic .swiper-slide-visible {
  opacity: 0.5\9\0;
  -webkit-transform: scale(0.84) \9\0;
  -moz-transform: scale(0.84) \9\0;
  -ms-transform: scale(0.84) \9\0;
  -o-transform: scale(0.84) \9\0;
  transform: translatex(-286px) scale(0.84) \9\0;
}
.tsxa_pic .swiper-slide-duplicate {
  opacity: 0.5\9\0;
  -webkit-transform: scale(0.84) \9\0;
  -moz-transform: scale(0.84) \9\0;
  -ms-transform: scale(0.84) \9\0;
  -o-transform: scale(0.84) \9\0;
  transform: translatex(286px) scale(0.84) \9\0;
}
.tsxa_pic .swiper-slide-active {
  top: 0 \9\0;
  opacity: 1 \9\0;
  -webkit-transform: scale(1) \9\0;
  -moz-transform: scale(1) \9\0;
  -ms-transform: scale(1) \9\0;
  -o-transform: scale(1) \9\0;
  transform: scale(1) \9\0;
  z-index: 2\9\0;
}*/
.tsxa_pic .swiper-slide-active {
    z-index: 2;
}
.tsxa_pic .swiper-slide{
    width: 900px;
    height: 530px;
}
.tsxa_pic .swiper-slide img{
    width: 100%;
    height: 100%;
    border-radius:9px;
	border:17px solid #dce7f2;
}
.tsxa_pic .pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 0px;
}
.tsxa_pic .pagination span{
    margin:0 5px;
    background: rgba(102, 102, 102, .24);
    opacity: 1;
    width: 33px;
    height: 6px;
    border-radius: 0px;
}
.tsxa_pic .pagination span.swiper-pagination-bullet-active{
    width: 67px;
    background: rgb(197, 159, 111);
}
.tsxa_pic .swiper-button-next,.tsxa_pic .swiper-button-prev{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 35px;
    height: 64px;
}
.tsxa_pic .swiper-button-prev{
    left: 132px;
    background: url(/uploads/image/dxirwxa/tsxa_arrows_l.png) no-repeat;
}
.tsxa_pic .swiper-button-next{
    right: 132px;
    background: url(/uploads/image/dxirwxa/tsxa_arrows_r.png) no-repeat;
}
@media (max-width: 1200px) {
    .tsxa_pic{
        height: 55vw;
    }
    .tsxa_pic .swiper-container{
        height: 100%;
    }
    .tsxa_pic .swiper-slide{
        width: 100%;
        height: 100%;
    }
    .tsxa_pic .swiper-button-prev{
        left: 0px;
    }
    .tsxa_pic .swiper-button-next{
        right: 0px;
    }
}
@media (max-width: 768px) {
    /*.tsxa_pic{
        height: 50vw;
    }*/
}