.ject_ban{position: relative;z-index: 50;overflow: hidden;}
.ject_ban img{display: block;width: 100%;z-index: 50;}
.ject_head{color: #FFFFFF; position: absolute;z-index: 100;left: 50%;top: 40%;transform: translate(-50%,-50%);}
.ject_head h2{font-family: "PingFangSCMedium";}
.ject_head p{font-family: "PingFangSCMedium";}
@media only screen and (max-width: 500px) {
	.ject_ban{height: 200px;}
	.ject_ban img{height: 100%;width: auto;}
	.ject_head h2{font-size: 24px;}
}
.detail_box{position: relative;z-index: 70;}
.detail_cut_top{height: 70px; background: #f9f9f9;line-height: 70px;}
.detail_cut_list{float: left;width: 80%;float: left;color: #555555;}
.detail_cut_list li{transition: all .3s ease-in; float: left;cursor: pointer; width: 20%;text-align: center;position: relative;}
.detail_cut_list li:after{display: block;content: "";position: absolute;right: -2px;top: 50%;transform: translateY(-50%); width: 1px;height: 58px;background: #dfdfdf;}
.detail_cut_list li.active{top: -15px;color: #FFFFFF; background: url(../images/cutbj.jpg)no-repeat center center/cover;height: 85px;line-height: 85px;}
.detail_at_pla{color: #555555;float: right;}
.detail_at_pla a{color: #555555;}
.detail_at_pla a:hover{color: #0070BD;}
.detail_use{ padding: 110px 0 140px;box-sizing: border-box;}
.detail_cont{padding: 0 60px 100px;margin-bottom: 30px; border-bottom: 1px solid #ececec;box-sizing: border-box;}
.detail_tit{font-weight: bold; color: #305093;text-align: center;}
.detail_list{margin: 40px auto 0;width: 70%;box-sizing: border-box;}
.detail_list img{display: block;width: 100%;}
.detail_list li{display: none;}
.detail_list li.active{display: block;}
.partic_box{padding: 0 65px;box-sizing: border-box;position: relative;margin-top: 75px;}
.part_btn{transition: all .3s ease-in; position: absolute;width: 45px;height: 100%;top: 0;background: rgba(0,0,0,0.58);}
.part_btn:hover{background: rgba(0,0,0,0.88);cursor: pointer;}
.part_prev{left: 0;}
.part_next{right: 0;}
.part_btn span{display: block;width: 100%;height: 100%;}
.part_prev span{background: url(../images/prev1.png)no-repeat center center;}
.part_next span{background: url(../images/next1.png)no-repeat center center;}
.part_pic{overflow: hidden;}
.part_pic img{display: block;width: 100%;transition: all .3s ease-in;}
.part_pic:hover img{transform: scale(1.05);}
.partic_ban li{cursor: pointer;border: 1px solid transparent;}
.partic_ban li.active{cursor: pointer;border: 1px solid #1065e0;}
.part_info{color: #7d7d7d;line-height: 28px;}
.part_info img{max-width: 100%;display: block;margin: auto;}
.detail_prev{float: left;width: 45%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.detail_next{text-align: right; float: right;width: 45%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.detail_prev a{transition: all .3s ease-in; color: #b6b6b6;}
.detail_prev a:hover{color: #333333;}
.detail_next a{transition: all .3s ease-in;color: #b6b6b6;}
.detail_next a:hover{color: #333333;}
@media only screen and (max-width:1680px ) {
.detail_use{padding:80px 0 100px;}
.detail_cont{padding: 0 50px 80px;}
.partic_box{margin-top: 55px;padding: 0 55px;}
.part_btn{width: 40px;}
}
@media only screen and (max-width:1440px ) {
	.partic_box{margin-top: 45px;padding: 0 45px;}
	.detail_cont{padding: 0 40px 60px;}
	.detail_use{padding:60px 0 80px;}
	.detail_cut_top{height: auto;}
	.detail_cut_list{width: 100%;}
	.detail_at_pla{font-size: 14px;width: 100%;border-bottom: 1px solid #DEE5ED;}
	.detail_cut_list li.active{line-height: 70px;height: 70px;top: 0;}
	.detail_cut_list li:last-child:after{display: none;}
	.part_btn{width: 30px;}
}
@media only screen and (max-width:1280px ) {
	.partic_box{margin-top: 35px;padding: 0 40px;}
	.detail_cont{padding: 0 30px 50px;}
	.detail_use{padding:50px 0 70px;}
	.detail_cut_list{font-size: 16px;width: 100%;margin-top: 30px;height: 50px;line-height: 50px;}
	.detail_cut_top{height: auto;}
	.detail_cut_list li:after{height: 45px;}
    .detail_cut_list li.active{height: 50px;line-height: 50px;}
}
@media only screen and (max-width:1024px ) {
	.partic_box{margin-top: 25px;padding: 0 35px;}
	.detail_use{padding:40px 0 60px;}
	.detail_cut_list{overflow-x: scroll;overflow-y: hidden;}
	.detail_cut_list ul{width:1024px;}
	.detail_cut_list li:after{display: none;}
	.part_btn{width:25px;}
	.detail_list{padding: 0 0px;}
}
@media only screen and (max-width:768px ) {
	.partic_box{margin-top: 15px;}
	.detail_use{padding:30px 15px 50px;}
	.detail_cut_list ul{width:900px;}
	.detail_cut_list li.active{line-height: 50px;top: 0;height: 50px;}
	.detail_cut_list{margin-top: 20px;}
	.detail_cont {padding: 0 0px 30px;}
}
@media only screen and (max-width:500px ) {
	.detail_list{margin: 30px auto 0;width: 100%;}
	.detail_use {padding: 30px 15px 40px;}
	.detail_prev{width: 100%;}
    .detail_next{width: 100%;text-align: left;margin-top: 15px;}
}

/*推荐*/
.recom_tit{font-weight: bold;color: #305093;}
.recom_list{border : 1px solid #ECECEC;padding: 20px;box-sizing: border-box;}
.recom_list li{width: 48%;float: left;border-bottom: 1px dashed #b6b6b6;position: relative;}
.recom_list li:nth-of-type(even){float: right;}
.recom_list li a{color:#b6b6b6 ;display: block;padding:10px 0;font-size: 0;transition: all .3s ease-in;}
.recom_list li a:hover{color: #333333;}
.recom_list li span{display: block;width: calc(100% - 135px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.recom_list li em{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.recom_list li:nth-child(7){border: none;}
.recom_list li:nth-child(8){border: none;}
@media only screen and (max-width:1280px ) {
	.recom_list li span{font-size: 16px;}
	.recom_list li span{font-size: 16px;}
	.recom_list li span{width: calc(100% - 125px);}
}
@media only screen and (max-width:768px ) {
	.recom_list li{width: 100%;}
	.recom_list li:nth-child(7){border-bottom: 1px dashed #b6b6b6;}
}