/*聯繫我們彈窗*/
p{
	margin: 0;
}
.call_bg{
	width:100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999998;
	background: rgba(0,0,0,0.4);
}
.call_bigbox{
	width:400px;
	position: fixed;
	z-index: 999999999999;
	top:50%;
	left:50%;
	margin-top: -125px;
	margin-left: -200px;
	border-radius: 5px;
}
.call_title{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size: 18px;
	padding-left:10px;
	background: #ff4400;
	color: #fff;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.call_title a{
	display: block;
	float: right;
}
.call_title a img{
	width: 16px;
	float: right;
	margin: 12px 10px;
	cursor: pointer;
}
.call_text{
	padding:10px 20px 20px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.margin_t10{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}
.margin_t10 img{
	height: 20px;
}
.dizhi_one{
	display: block;
	width:74px;
	float: left;
}
.dizhi_two{
	display: block;
	float:left;
}


#header{
    position: fixed;
    left:0;
    top:0;
}

/*产品展示样式*/
#pro_center_content{
    position: absolute;
    top:80%;
    left:0;
    z-index:2;
    width: 100%;
    height: 100%;
}
.pro_cen_content_parts{
    display: block;
    width:100%;
    padding:50px 40px;
}
.pro_cen_imgs_parts{
    display: block;
    float:left;
    width:50%;
    position: relative;
}
.pro_cen_imgs_parts img{
    max-width:600px;
    width:90%;
}
.pro_cen_textarea_parts{
    margin-left:50%;
    padding-left:40px;
}
.pro_cen_content_parts{
    background:#fafafa;
}
.pro_cen_content_parts:nth-child(odd){
    background:white;
}

.pro_cen_textarea_parts_title{
    font-size: 30px;
    border-bottom: 2px solid #d6d6d6;
    font-weight: bold;
    padding-left: 10px;;
}
.pro_cen_textarea_parts_memo{
    margin-bottom:15px;
    margin-top:5px;
    padding-left: 10px;
    font-size: 15px;
    color:#ff4000;
}
/*响应样式*/
@media screen and (max-width:650px){
    .pro_cen_imgs_parts{
        float: none;
        width:100%;
    }
    .pro_cen_imgs_parts img{
        max-width: 600px;
        width: 90%;
        margin: 10px auto;
        display: block;
    }
    .pro_cen_textarea_parts{
        margin-left:0;
        text-align: center;
        padding-left: 0;
    }
    .pro_cen_textarea_parts_introduce{
        margin:0;
        padding: 0;
    }
    .pro_cen_textarea_parts_title{
        padding-left: 0;
    }
    .pro_cen_textarea_parts_memo{
        padding-left: 0;
    }
    .pro_cen_textarea_parts li{
        list-style: none;
        width: 100%;
    }
    .pro_cen_textarea_parts_introduce li{
        text-align: center;
        float: left;
    }
    .pro_cen_textarea_parts_introduce li span{
        text-align: left;
        display: block;
        float: left;
    }
    .pro_cen_textarea_parts_introduce li .title{
       width: 70px;
    }
    .pro_cen_textarea_parts_introduce li .text{
        width: 68%;
    }
}
@media  screen and (max-width: 500px){
  	/*聯繫我們彈窗*/			
	.call_bigbox{
		width:300px;
		position: fixed;
		z-index: 999999999999;
		top:50%;
		left:50%;
		margin-top: -125px;
		margin-left: -150px;
		border-radius: 5px;
	}
	.dizhi_two{
		width: 180px;
		display: block;
		float:left;
	}
}
@media screen and (max-width:370px) {
	 /*聯繫我們彈窗*/		
	.call_bigbox{
			width:300px;
			position: fixed;
			z-index: 999999999999;
			top:50%;
			left:50%;
			margin-top: -125px;
			margin-left: -150px;
			border-radius: 5px;
		}
		.dizhi_two{
			width: 180px;
			display: block;
			float:left;
		}
}

/*價格表*/
.pro_center_content_price{
	width: 100%;
	float:left;
	padding-top: 50px;
    background: #f5f5f5;
}
.price_title{
	width: 100%;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
}
.pro_center_content_price_list{
	width: 60%;
	float: left;
	margin: 90px 0px 150px 20%;
}
.pro_center_content_price_box{
	width: 48%;
	float: left;
}
.price_name{
	font-size: 24px;
	position: relative;
	margin-bottom: 10px;
}
.price_name img{
	position: absolute;
	top: 0px;
	right: 0px;
}
.price_table{
	width: 100%;
}
.price_table tbody tr{
	width: 100%;
}
.price_table tbody tr td{
	border: 1px solid #999;
	padding: 5px 10px;
}
@media screen and (max-width:799px) {
	.pro_center_content_price{
		padding-top: 30px;
	}
	.pro_center_content_price_list{
		width: 90%;
		margin: 30px 0px 0px 5%
	}
	.pro_center_content_price_box{
		width: 100%;
		margin-bottom:50px;
	}
}