.sq-right{
    float: right;
    width: 328px;
}
.jiexi-top{
    display: flex;
    display: -webkit-flex;
    border: 1px solid #E6E6E6;
    padding-bottom: 20px;
}
.jiexi-top a{
    flex: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.jiexi-top a i{
    width: 80%;
    display: block;
    margin:0 auto;
}
.jiexi-top a span{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #3183E2;
}
.jiexi-top a i img:nth-child(2){
    display: none;
}
.jiexi-top a i img:nth-child(2){
    display: none;
}
.jiexi-top a:hover i img:nth-child(2),.jiexi-top a.active i img:nth-child(2){
    display: block;
}
.jiexi-top a:hover i img:nth-child(1),.jiexi-top a.active i img:nth-child(1){
    display: none;
}
.jiexi-top a:hover span,.jiexi-top a.active span{
    color: #E83827;
}


.jx li{
    float: left;
    width: 48.8%;
}
.jx li:nth-child(2n){
    float: right;
}

.jx li a{
    flex-direction: column;
}
.jx li a{
    height: 150px;
    background: #FFFFFF;
    padding: 18px;
    box-sizing: border-box;
    justify-content: space-between;
}


/*详情*/

.main-detail{
    background: #fff;
    margin-top: 20px;
}

.detail-jx-title h2{
    font-size: 28px;
    font-weight: 400;
    color: #313131;
    padding-bottom: 10px;
}
.detail-jx-title{
    padding-bottom: 20px;
}

.video iframe,.video video{
    width: 100%;
    height: 450px;
}

/*.jx-txt p{*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    color: #434343;*/
/*    line-height: 2;*/
/*    padding: 15px 0;*/
/*}*/
.jx-txt *{
	max-width: 100% !important;
}
.jx-txt img{
    max-width: 100% !important;
    margin: 0 auto !important;
	width: auto;
}

.dz-bottom{
	padding: 20px 0;
}
.dz-btn{
	width: 100px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.dz-btn img:nth-child(2){
	display: none;
}
.dz-btn.active img:nth-child(1){
	display: none;
}
.dz-btn.active img:nth-child(2){
	display: block;
}
.dz-bottom p{
	text-align: center;
	font-weight: 600;
	color: #919191;
	font-size: 13px;
	padding-top: 5px;
}
.dz-bottom p strong{
	font-size: 22px;
	font-weight: 600;
	color: #00499D;
}
