.conbox{
	background: #FFFFFF;
	padding: 0;
}
.conbox .con{
	display: flex;
	justify-content: space-between;
}
.introduce{
	width: 961px;
}
.introduce-top{
	height: 290px;
	display: flex;
	justify-content: space-between;
}
.introduce-top-left{
	width: 450px;
}
.introduce-top-left .swiper-container {
      width: 100%;
      height: 100%;
}
.introduce-top-left .swiper-pagination-bullet{
	width: 45px;
	height: 2px;
	border-radius: 0;
}
.introduce-top-left .swiper-pagination-bullet-active{
	background: #000;
	opacity: 0.5;
}
.introduce-top-right{
	width: 50%;
}
.introduce-top-right .title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.introduce-top-right .text{
	height: 80px;
	font-size: 14px;
	color: #666666;
	opacity: 0.8;
	word-break: break-all;
	text-indent:2em;
	margin-bottom: 15px;
}
.introduce-top-right .value{
	font-size: 26px;
	font-weight: 600;
	color: #ff6f00;
	margin-bottom: 15px;
}
.introduce-top-right .button{
	width: 60%;
	display: flex;
	justify-content: space-between;
}
.introduce-top-right .button a{
	padding: 10px 30px;
	display: flex;
	align-items: center;
}
.introduce-top-right .button a:first-child{
	background: #ffaa00;
	color: #FFFFFF;
}
.introduce-top-right .button a:last-child{
	border: 2px solid rgba(0,0,0,0.3);
}
.mv{
	width: 961px;
	margin-top: 45px;
}
.mv .title{
	font-size: 22px;
	margin-bottom: 25px;
}
.mv .mv-box{
	width: 961px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.mv .mv-box a{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 15px;
	background: #f3f6fb;
	padding-bottom: 5px;
}
    .mv .mv-box a img {
        width: 100%;
        height: 146px;
    }
.mv .mv-box a p{
	font-size: 14px;
	margin-top: 5px;
	padding-left: 5px;
	height: 20px;
}
.mv .mv-box a p:last-child{
	display: flex;
	align-items: center;
}
.mv .mv-box a p img{
	width: 15px;
	height: 15px;
}
.mv .mv-box a p img:first-child{
	margin-right: 5px;
	width: 12px;
}
.mv .mv-box a p img:last-child{
	margin: 0 5px;
}
.price{
	margin-top: 20px;
}
.price .title{
	font-size: 20px;
	font-weight: 600;
}
.price .tab {
	position: relative;
	margin-top: 15px;
	overflow: hidden;
}
.price .tab .tab-head .tab-top {
	display: flex;
	text-align: center;
	background: #f7f7f7;
	padding: 10px 0;
}
.price .tab .tab-head div{
	font-size: 16px;
}
.price .tab .tab-head .tab-top-n1 {
	width: 18%;
	padding-left: 2%;
	text-align: left;
}
.price .tab .tab-head .tab-top-n2 {
	width: 30%;
}
.price .tab .tab-head .tab-top-n3 {
	width: 30%;
}
.price .tab .tab-head .tab-top-n4 {
	width: 20%;
}
.price .tab .tab-body{
	overflow: hidden;
	border-left: 2px solid #f7f7f7;
	border-right: 2px solid #f7f7f7;
}
.price .tab .tab-body .tab-top {
	display: flex;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-size: 12px;
	border-bottom: 2px solid #f7f7f7;
	padding: 10px 0;
}

.price .tab .tab-body .tab-top-n1 {
	width: 18%;
	padding-left: 2%;
	text-align: left;
}
.price .tab .tab-body .tab-top-n1 p {
	opacity: 0.5;
}
.price .tab .tab-body .tab-top-n1 b {
	font-weight: bold;
}
.price .tab .tab-body .tab-top-n2 {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price .tab .tab-body .tab-top-n2 div {
	height: 8px;
	width: 100px;
	background: #d8d8d8;
}
.price .tab .tab-body .tab-top-n2 a {
	display: block;
	height: 8px;
	background: #ffaa00;
}
.price .tab .tab-body .tab-top-n3 {
	width: 20%;
	margin: 0 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price .tab .tab-body .tab-top-n3 p {
	font-size: 16px;
	font-weight: bold;
	color: #ff6f00;
}
.price .tab .tab-body .tab-top-n3 a {
	font-size: 16px;
	color: #FFFFFF;
	padding: 8px 15px;
	background: #ffaa00;
	margin-left: 20px;
}
.price .tab .tab-body .tab-top-n4 {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price .tab .tab-body .tab-top-n4 a{
	color: #999999;
}
.price .tab .tab-body .tab-top-n4 a:hover{
	color: #ffaa00;
}
.update{
	margin-top: 40px;
}
.update .title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.update .box{
	padding: 2% 4%;
	border: 1px solid #d8d8d8;
	display: flex;
	justify-content: space-between;
}
.update .box-left{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
    .update a {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        width: 100%;
    }
.update p:nth-child(1){
    float:left;
	font-size: 16px;
	padding-right: 10px;
	margin-right: 10px;
	color: #a7a7a7;
	border-right: 1px solid #d8d8d8;
}
    .update p:nth-child(2) {
        float: left;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width:80%
    }
.update .box-right{
	width: 45%;
	border-left: 1px solid #d8d8d8;
	padding-left: 5%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.faq{
	margin: 40px 0;
}
.faq .title{
	width: 49%;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.faq .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq .box-left{
	padding: 1% 4%;
	width: 41%;
	border: 1px solid #d8d8d8;
}
    .faq .box-left a {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .faq .box-left li {
        list-style: disc;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.faq .box-right{
	padding: 1% 4%;
	width: 41%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	border: 1px solid #d8d8d8;
}
.faq .box-right a{
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
    .faq .box-right p:nth-child(1) {
        float: left;
        display: inline;
        font-size: 16px;
        padding-right: 10px;
        margin-right: 10px;
        color: #a7a7a7;
        border-right: 1px solid #d8d8d8;
    }
    .faq .box-right p:nth-child(2) {
        float: left;
        width: 65%;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.faq .box-right b{
	float: right;
	color: #a7a7a7;
}
.recommend{
	width: 225px;
}
.recommend img{
	width: 100%;
}
.recommend-top{
	border: 2px solid #f3f6fb;
}
.recommend-top .bt{
	font-size: 18px;
	background: #f3f6fb;
	padding: 5px 10px;
}
.recommend-top div{
	width: 80%;
	margin: 15px auto 0 auto;
}
.recommend-top p{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	
}
.recommend-img{
	margin: 15px 0;
}

		.mv {
		    position: relative;
		}
		.topright{
			position: absolute;
			    top: 30px;
			    right: 10px;
			    opacity: 0.5;
		}
