
.details_content {
    position: relative;
}

.details_tit {
    height: 65px;
    line-height: 65px;
}

.details_tit a {
    font-size: 16px;
}

.details_img {
    position: relative;
    margin-right: 20px;
    width: 500px;
    margin-top: 6px;
}
.details_img_big{
    position: absolute;
    display: none;
    left: 450px;
    top: 0;
    width: 500px;
    height: 500px;
    overflow: hidden;
    z-index: 50;
}
.details_img_small{
    position: relative;
    z-index: 57;
    border: 1px solid #eee;
    width: 500px;
    height: 500px;
   	box-sizing: border-box;
   	display: flex;
    align-items: center;
}
.details_img_small >img{
    display: block;
    box-sizing: border-box;
    z-index: 8;
    max-height: 478px;
    max-width: 478px;
    display: block;
    margin: 0 auto;
}
.details_img_small .details_img_small_move{
    position: absolute;
    z-index: 9;
    display: none;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url("../images/move_bg.png");
    background-size: 1px 1px;
}
.details_img_big{
    margin-left: 80px;
}
/*放大后图片大小*/
.details_img_big img{
    position: absolute;
    width: 700px;
    height: 700px;
    display: inline-block;
    z-index: 50;
}

/*.details{*/
    /*position: relative;*/
/*}*/



.details_img_bottom {
    position: relative;
    margin-top: 22px;
    width: 450px;
    margin-bottom: 32px;
    height: 56px;
}

.details_img_bottom a {
    width: 15px;
    height: 56px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.details_img_bottom_item_box{
    width: 500px;
    position: absolute;
    overflow: hidden;
    height: 56px;
}
.details_img_bottom_item {
    position: absolute;
    width: 500px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.details_img_bottom_item div{
	box-sizing: border-box;
    margin-right: 5px;
    width: 56px;
    height: 56px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
}
.details_img_bottom_item img {
    max-width: 54px;
    max-height: 54px;
    display: block;
	margin: 0 auto;
}
.details_img_bottom_item div:nth-of-type(7) {
    margin-right: 0px;
}
.details_img_bottom_item div.active {
    border: 1px solid #3ebefc;
}

.details_txt {
    width: 675px;
}
.details_txt h5 {
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    margin-bottom: 20px;
}

.details_txt>p {
    margin-bottom: 12px;
    font-size: 16px;

}
.details_fixed_box{
	margin-bottom: 33px;
}
.details_fixed_box > p{
	font-size: 16px;
}
.details_fixed_box > p span{
	padding:0 18px;
	display: inline-block;
	height: 39px;
	line-height: 39px;
}
.details_fixed_box > p span:nth-of-type(1){
	background: #eee;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.details_fixed_box > p span:nth-of-type(2){
	background: #fff;
	width: 215px;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.details_txt_button {
    margin-top: 25px;
    height: 45px;
    margin-left: 15px;
}

.details_txt_button button {
    /*width: 117px;*/
    /*height: 45px;*/
    display: inline-block;
    /*line-height: 37px;*/
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #3ebefc;
    margin-right: 44px;
    padding: 11px 15px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.details_txt_button button.con_ysc{
    /*width: 109px;*/
    /*height: 45px;*/
    display: inline-block;
    /*line-height: 45px;*/
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #333333;
    margin-right: 44px;
    padding: 11px 15px;
    font-size: 18px;
    color: #ffffff;
    cursor: default;
}
.details_model {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: b;*/
    height:86px ;
    overflow: auto;
    /*margin-bottom: 25px;*/
    align-content:flex-start;
    /*background: #f1f1f1;*/
}
.details_model li {
    box-sizing: border-box;
    /*width: 160px;*/
    height: 28px;
    padding: 2px 5px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 22px;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.details_model li.active {
    border: 1px solid #3ebefc;
}

.details_model_two {
    position: absolute;
    width: 250px;
    top: 100px;/*20*/
    height: 188px;
    /*min-height: 188px;!*248px*!*/
    box-sizing: border-box;
    right: 0;
    border: 1px solid #3ebefc;
    border-radius: 20px;
    padding: 17px;
    background: #ffffff;
    z-index: 42;
    /*padding-bottom: 23px;*/
}
.details_model_two div{
    height: 100%;
    overflow: hidden;
}

.details_model_two p {
    height: 12px;
    margin-bottom: 9px;
}
#details_model_two_down{
    border: none;
    background: none;
}
#details_model_two_down.active{
    color: #3ebefc;
    cursor: pointer;
}


/*公司详情*/
.company_tit {
    height: 40px;
    background: #f5f5f5;
    box-sizing: border-box;
    border-bottom: 1px solid #3ebefc;
    margin-bottom: 80px;
}
.company_tit a{
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #323232;
}
.company_tit a.active{
    background: #3ebefc;
    color: #ffffff;
}
.company_tit_item{
    position: relative;
    width: 112px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin: 0 auto;

}
.details_tit a.no{
    cursor: default;
}

.details_model_two div p span:nth-of-type(1){
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.details_model_two div p span:nth-of-type(2){
    margin-right: 5px;
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company_tit_item span{
    position: absolute;
    display: block;
    width: 116px;
    left: -1px;
    top: 13px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    background: #ffffff;
    color: #323232;
}
.company_tit_item_txt{
    margin-top: 19px;
    border-top: 1px solid #cccccc;
    padding-top: 72px;
}
.company_tit_item_txt>p{
    height: 300px;
}
.company_tit_item_model >ul{
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 36px;
    justify-content: space-around;
}
.company_tit_item_model>div{
    width: 800px;
    margin: 0 auto;
    border-top: 1px dashed #cccccc;
    padding-bottom: 104px;
}
.company_tit_item_model>div p{
    height: 55px;
    border-bottom: 1px dashed #cccccc;
}
#con_ysc{
    background: #333333;
    cursor: default;
}
.det_xsqy{
    height: 14px;
    display: inline-block;
    width: 300px;
    overflow: hidden;
    vertical-align: bottom;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*新增项*/
.relation{
	width: 680px;
	height: 80px;
	box-sizing: border-box;
	background: #efefef;
}
.relation .relation_item{
	width: 33%;
	height: 40px;
	float: left;
	line-height: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.relation .relation_item i{
	display: inline-block;
	width: 21px;
	height: 26px;
	vertical-align: middle;
	margin: 0 15px;
	
}
.relation .relation_item:nth-of-type(1) i{
	background: url(../images/ph2_de.png) no-repeat 0 3px;
		background-size:contain;
}
.relation .relation_item:nth-of-type(3) i{
	
	background: url(../images/QQ_de.png) no-repeat 0 3px;
		background-size:contain;
}
.relation .relation_item:nth-of-type(2) i{
	/*width: 25px;*/
	/*height: 26px;*/
	background: url(../images/weixin_de.png) no-repeat 0 3px;
		background-size:contain;
}
.relation .relation_item:nth-of-type(4) i{
	background: url(../images/ph_de.png) no-repeat 0 3px;
		background-size:contain;
}
.relation .relation_item:nth-of-type(5) i{
	background: url(../images/email_de.png) no-repeat 0 3px;
		background-size:contain;
}
.relation .relation_item:nth-of-type(6){
	padding-left: 10%;
	
}


.relation .relation_item span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}


/*2018-9-20新增(型号里包含型号)*/
.de_item_child_box{
	position: relative;
}
.de_item_child_box:after{
	content: "";
	position: absolute;
	left: 0;
	top:27px;
	width: 100%;
	background: transparent;
	height: 14px;
}


.de_item_child_box div{
	position:absolute;
	width: 530px;
	height: auto;
	border: 1px solid #ccc;
	display: none;
	flex-wrap: wrap;
	justify-content: space-around;
	left: -1px;
	top: 37px;
	z-index: 10;
    background: #fff;
}
.de_item_child_box div:after{
	position: absolute;
	content: '';
	display: block;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 11px solid #fff;
	top: -11px;
	left: 16px;
}
.de_item_child_box div:before{
	position: absolute;
	content: '';
	display: block;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ccc;
	left: 15px;
	top: -13px;
}

.de_item_child_box:hover div{
	display: flex;
}

.de_item_child_box div a{
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
}
.de_item_child_box div a.de_active{
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.de_item_child_box div a.de_active:hover{
	color: #3ebefc;
}



.relation .relation_item:nth-of-type(1){
	    width: 32%;
}
.relation .relation_item:nth-of-type(2){
	    width: 40%;
}
.relation .relation_item:nth-of-type(3){
		width: 25%;
}
.relation .relation_item:nth-of-type(4){
	    width: 32%;
}
.relation .relation_item:nth-of-type(5){
		width: 40%;
}
.relation .relation_item:nth-of-type(6){
	width: 25%;
	padding-left: 5%;
	position: absolute;
    right: 0;
    padding-left: 10%;
    margin-top: 33px;
    font-size: 20px;
}

.relation .relation_item:nth-of-type(5) i{
	/*width: 23px;*/
}
.details_gd_z{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 40;
	display: none;
	opacity: 0;
}

html body ins#newBridge{
	z-index:30;
	}
	

.index_new_item_all {
    min-height: 400px;
}