.foot_news dl dd a {
	    font-size: calc(19rem/72);
	    text-align: center;
	    color: #666;
	}
	.foot_news .zxzx_btn {
	    width: calc(422rem/72);
	    font-size: calc(30rem/72);
	    color: #fff;
	    height: calc(70rem/72);
	    background: #BB9E64;
	    text-align: center;
	    line-height: calc(74rem/72);
	    float: left;
	    border-radius: calc(12rem/72);
	    margin-left: calc(-90rem/72);
	}
	
	.foot_news dl {
	    padding-right: calc(44rem/72);
	    width: calc(83rem/72);
	    float: left;
	    position: relative;
	    margin-right:calc(83rem/72);
	}
	
	.foot_news dl:nth-child(3) dt {
	    background: url(../images/sc_icon.png) no-repeat center;
	    background-size: contain;
	}
	.item-main {
	    position: relative;
	    overflow: hidden;
	}
	.item-title p {
	    text-align: center;
	    font-size: calc(30rem/72);
	    color: rgb(187, 158, 100);
	    margin: calc(50rem/72) auto calc(58rem/72);
	}
	.item-detail {
	    margin: 0 calc(30rem/72);
	    border-radius: calc(4rem/72);
	    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
	    display: flex;
	    flex-wrap: wrap;
	}
	.item-detail>div {
	    font-size: calc(24rem/72);
	    width: 50%;
	    display: flex;
	}
	
	.item-detail>div p {
	    font-size: calc(24rem/72);
	    color: rgb(102, 102, 102);
	}
	
	.item-detail>div p:first-child {
	    color: rgb(151, 151, 151);
	}
	
	.item-detail>div:nth-child(2n+1) p:first-child {
	    text-indent: calc(30rem/72);
	}
	
	.item-detail-top {
	    margin-top: calc(46rem/72);
	}
	.item-detail-bottom {
	    margin-top: calc(30rem/72);
	    margin-bottom: calc(56rem/72);
	}
	.item-tablist {
	    margin: 0 calc(30rem/72) calc(60rem/72) calc(30rem/72);
	}
	
	.item-programme {
	    width: 100%;
	    margin-bottom: calc(60rem/72);
	    height: calc(160rem/72);
	    background: url(../images/qietan.jpg) no-repeat;
	    -webkit-background-size: 100% calc(160rem/72);
	    background-size: 100% calc(160rem/72);
	}
	.item-tab-btn {
	    width: 100%;
	    font-size: calc(26rem/72);
	    color: rgb(151, 151, 151);
	    display: flex;
	    justify-content: space-between;
	}
	.item-tablist .item-on {
	    color: rgb(187, 158, 100);
	    font-weight: bold;
	    position: relative;
	}
	
	.item-tablist .item-on::after {
	    content: "";
	    position: absolute;
	    display: inline-block;
	    width: calc(31rem/72);
	    height: calc(2rem/72);
	    left: calc(30rem/72);
	    bottom: calc(-10rem/72);
	    background-color: rgb(187, 158, 100);
	}
	
	.item-tab-ul {
	    margin-top: calc(40rem/72);
	}
	
	.item-tab-ul li {
	    width: 100%;
	    font-size: calc(24rem/72);
	    color: rgb(132, 132, 132);
	    border-radius: calc(4rem/72);
	    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
	    display: none;
	}
	
	.item-tab-ul .item-block {
	    display: block;
	}
	
	.item-text>div {
	    margin: calc(0rem/72) calc(25rem/72);
	    padding: calc(22rem/72) 0 calc(42rem/72);
	    line-height: calc(40rem/72);
	    letter-spacing: calc(3rem/72);
	    font-size:  calc(24rem/72);
	    color:#848484;
	    font-family: "MicrosoftYaHei";
	}
	.item-process-bottom {
	  margin-top: calc(40rem/72);
	  margin-bottom: calc(60rem/72);
	  font-size: calc(19rem/72);
	  color: #9a9a9a;
	}
	
	
	.item-tab-ul .item-table {
	    box-shadow: none;
	}
	
	.item-money {
	    margin-top: calc(50rem/72);
	}
	
	.item-table>div:first-child {
	    margin-top: calc(60rem/72);
	}
	
	.item-money-title {
	    font-size: calc(24rem/72);
	    color: #666666;
	    text-indent: calc(10rem/72);
	}
	
	.item-money-table {
	    margin-top: calc(26rem/72);
	    width: 100%;
	    border: calc(1rem/72) solid #dbdbdb;
	    border-radius: calc(4rem/72);
	    font-size: calc(24rem/72);
	    color: #848484;
	    line-height: calc(65rem/72);
	}
	
	.item-money-table dl {
	    display: flex;
	}
	
	.item-money-table dl dd:first-child {
	    width: 20%;
	}
	
	.item-money-table dl dd:nth-child(2) {
	    width: 80%;
	}
	
	.item-money-table dl dd {
	    border-bottom: calc(1rem/72) solid #dbdbdb;
	}
	
	.item-money-table dl:last-child dd {
	    border-bottom: none;
	}
	
	.item-money-table dl dd:first-child {
	    border-right: calc(1rem/72) solid #dbdbdb;
	    text-align: center;
	}
	
	.item-money-table dl dd:last-child {
	    text-indent: calc(22rem/72);
	}
	
	.item-money-line {
	    display: flex;
	    align-items: center;
	}
	
	.item-money-line span {
	    display: inline-block;
	    margin: 0 auto;
	}
	
	.item-money-table .item-money-list {
	    /* line-height: calc(40rem/72); */
	    /* padding-top: calc(12rem/72); */
	    text-indent: 0;
	    margin-left: calc(22rem/72);
	}
	
	.item-money-bottom {
	    margin-top: calc(30rem/72);
	    margin-bottom: calc(60rem/72);
	    line-height: calc(40rem/72);
	}
	
	.item-tab-ul .item-process-main {
	    box-shadow: none;
	}
	
	.item-tablist .item-process {
	    margin-top: calc(60rem/72);
	}
	
	.item-process-title {
	    display: flex;
	}
	
	.item-process-title img {
	    width: calc(42rem/72);
	    height: calc(42rem/72);
	    position: relative;
	    top: calc(0rem/72);
	    margin-left: calc(15rem/72);
	}
	
	.item-process-title span {
	    display: inline-block;
	    margin-left: calc(18rem/72);
	    margin-top: calc(10rem/72);
	    font-size:calc(24rem/72) ;
	    color: #666;
	}
	
	.item-line {
	    width: 100%;
	    height: calc(70rem/72);
	    border-left: calc(1rem/72) solid #bb9e64;
	    margin: calc(4rem/72) 0 calc(4rem/72) calc(32rem/72);
	}
	
	.item-process-text {}
	
	.item-protext {
	    display: flex;
	}
	
	.item-protext img {
	    width: calc(30rem/72);
	    height: calc(30rem/72);
	    position: relative;
	    top: calc(0rem/72);
	    margin-left: calc(17rem/72);
	    margin-top: calc(2rem/72);
	    margin-bottom: calc(2rem/72);
	}
	
	.item-protext span {
	    display: inline-block;
	    margin-left: calc(20rem/72);
	    margin-top: calc(9rem/72);
	    font-size: calc(24rem/72);
	    color: #666666;
	}
	
	.item-process-new {
	    margin-left: calc(32rem/72);
	    padding-top: calc(18rem/72);
	    padding-bottom: calc(70rem/72);
	    border-left: calc(1rem/72) solid #bb9e64;
	}
	
	.item-process-new p {
	    line-height: calc(32rem/72);
	    margin-left: calc(23rem/72);
	    font-size: calc(20rem/72);
	    color: #848484;
	}
	
	.item-process>div:last-child .item-process-new {
	    border-left: none;
	    padding-bottom: 0;
	}
	
	.item-process-bottom {
	    margin-top: calc(40rem/72);
	    margin-bottom: calc(60rem/72);
	    font-size: calc(19rem/72);
	    color: #9a9a9a;
	}
	
	.item-line-back {
	    width: 100%;
	    height: calc(6rem/72);
	    background-color: #f5f5f5;
	    margin-top: calc(80rem/72);
	}
	
	.item-list {
	    margin: calc(60rem/72) calc(0rem/72) 0;
	}
	
	.item-info {
	  
	}
	
	.item-info-title {
	    display: flex;
	    margin: 0 calc(30rem/72);
	}
	
	.item-info-title>div:first-child {
	    font-size: calc(26rem/72);
	    color: rgb(102, 102, 102);
	    font-weight: bold;
	    margin-right: calc(30rem/72);
	}
	
	.item-info-title>div:nth-child(2) {
	    display: flex;
	}
	
	.item-info-list {
	    display: flex;
	}
	
	.item-info-list>div {
	    margin-right: calc(30rem/72);
	}
	
	.item-info-list>div a {
	    color: rgb(132, 132, 132);
	    line-height: calc(30rem/72);
	    font-size: calc(22rem/72);
	}
	
	.item-info-list a.on-block {
	    color: rgb(187, 158, 100);
	}
	
	.item-info-nav {
	    margin-top: calc(50rem/72);
	    overflow: hidden;
	}
	
	
	.swiper-nav {
	    position: relative;
	}
	
	.swiper-nav>div {
	    width: 100%;
	    background-color: #fff;
	    height: calc(280rem/72);
	    position: absolute;
	}
	.swiper-nav>div>div:first-child{
	    margin:0 calc(30rem/72);
	    overflow: hidden;
	}
	
	.swiper-nav>div:first-child {
	    position: relative;
	}
	
	.swiper-more {
	    width:0;
	    height: calc(260rem/72);
	    position: absolute;
	    font-size: calc(22rem/72);
	    z-index: 10;
	    right: calc(18rem/72);
	    top: calc(10rem/72);
	    background-color: #fff;
	}
	.swiper-more a{
	    display: flex;
	}
	
	
	.swiper-more span {
	    display: inline-block;
	    width: calc(25rem/72);
	    color: rgb(187, 158, 100);
	    line-height: calc(30rem/72);
	    padding-top: calc(10rem/72);
	}
	
	.item-info-img {
	    width: 100%;
	    height: calc(150rem/72);
	    overflow: hidden;
	}
	
	.item-info-img img {
	    height: calc(150rem/72);
	}
	
	.item-info-text {
	    font-size: calc(22rem/72);
	    color: rgb(102, 102, 102);
	    text-overflow: -o-ellipsis-lastline;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
	    margin: calc(10rem/72);
	    line-height: calc(27rem/72);
	}
	
	.item-info-time {
	    font-size: calc(18rem/72);
	    color: rgb(193, 193, 195);
	    margin-top: calc(10rem/72);
	    text-indent: calc(10rem/72);
	}
	
	.item-news {
	    margin: calc(60rem/72) calc(30rem/72) 0;
	    overflow: hidden;
	    position: relative;
	}
	
	.item-news-title {
	    margin-bottom: calc(50rem/72);
	    font-size: calc(26rem/72);
	    color: rgb(102, 102, 102);
	    font-weight: bold;
	    position: relative;
	}
	
	.item-news-list {
	    /* margin:0  calc(30rem/72); */
	    overflow: hidden;
	}
	
	.item-news-list .swiper-slide {
	    width: calc(256rem/72);
	}
	
	.swiper-news-text {
	    font-size: calc(26rem/72);
	    color: rgb(102, 102, 102);
	    line-height: calc(35rem/72);
	    margin-top: calc(20rem/72);
	    padding: 0 calc(10rem/72)
	}
	
	.swiper-news-img {
	    width: calc(256rem/72);
	    height: calc(178rem/72);
	    border-radius: calc(10rem/72);
	    overflow: hidden;
	}
	
	.swiper-news-img img {
	    width: calc(256rem/72);
	    height: calc(178rem/72);
	}
	.swiper-nav .swiper-wrapper .swiper-slide {
	    width: calc(260rem/72);
	    height: calc(260rem/72);
	    margin: calc(10rem/72) calc(20rem/72) calc(10rem/72) 0;
	    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
	    border-radius: calc(10rem/72);
	    overflow: hidden;
	    border-radius: calc(10rem/72);
	}
	
	.swiper-nav .swiper-wrapper .swiper-slide:first-child {
	    margin-left: calc(10rem/72);
	}
	
	.item-news-list .swiper-wrapper .swiper-slide {
	    margin-right: calc(20rem/72);
	}
	
	.item-advantage {
	    margin: 0 calc(30rem/72);
	    margin-top: calc(60rem/72);
	    font-size: calc(26rem/72);
	    color: rgb(102, 102, 102);
	    position: relative;
	}
	
	.item-adwan-title {
	    font-size: calc(26rem/72);
	    color: rgb(102, 102, 102);
	    font-weight: bold;
	}
	
	.item-adan {
	    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
	    margin-bottom: calc(45rem/72);
	    height: calc(70rem/72);
	    line-height: calc(70rem/72);
	    margin-top: calc(35rem/72);
	    position: relative;
	}
	item-advantage {
	    position: relative;
	}
	
	.item-advantage span {
	    font-size: calc(24rem/72);
	    color: rgb(132, 132, 132);
	    text-indent: calc(20rem/72);
	}
	
	.item-advantage>div:nth-child(2) img {
	    width: calc(79rem/72);
	    height: calc(80rem/72);
	    position: absolute;
	    top: calc(-30rem/72);
	    left: calc(15rem/72);
	}
	
	.item-advantage>div:nth-child(2) span {
	    text-indent: calc(110rem/72);
	}
	
	.item-jiajia {
	    margin-top: calc(70rem/72);
	}
	
	.item-advantage>div:nth-child(3) img {
	    width: calc(80rem/72);
	    height: calc(82rem/72);
	    position: absolute;
	    top: calc(-32rem/72);
	    right: calc(15rem/72);
	}
	
	.item-advantage>div:nth-child(4) img {
	    width: calc(80rem/72);
	    height: calc(82rem/72);
	    position: absolute;
	    top: calc(-32rem/72);
	    left: calc(15rem/72);
	}
	
	.item-advantage>div:nth-child(4) span {
	    text-indent: calc(110rem/72);
	}
	
	.item-advantage>div:nth-child(5) img {
	    width: calc(80rem/72);
	    height: calc(82rem/72);
	    position: absolute;
	    top: calc(-32rem/72);
	    right: calc(15rem/72);
	}
	.item-recommend {
	    margin-bottom: calc(50rem/72);
	}
	