
			body{
				background: #f2f2f2;
				
			}
			.prodtl_menubtn{
				width: 80%;
				padding: 15px 10%;
				
			}
			.prodtl_btn{
				padding: 0;
				color: #666666;
				cursor: pointer;
			}
			.prodtl_btn>img{
				width: 20px;
				height: 20px;
				position: relative;
				top:-1px;
			}
			div#lunbo_detail {
			    width: 100%;
			    background: #FFFFFF;
			}
			.header_img_details {
			    width: 80%;
			    margin: auto;
			    text-align: center;
			}
			.details_header_div,.details_header_divtwo {
			    width: 58%;
			    height: 350px;
			    display: inline-block;
			    vertical-align: top;
		    } 
		    .lb_img_detail,.lb_img_detail>img{
				    width: 400px;
				    height: 350px;
				    margin: auto;
		    }
		    .details_header_divtwo {
			    width: 35%;
			    padding: 0 2%;
			    text-align: left;
			}
			.details_header_divtwo>h1 {
				padding-top:15px;
				padding-bottom: 10px;
				font-size: 20px;
			}
			.details_header_divtwo>p {
			    padding: 1% 0;
			    color: #666;
			    font-size: 14px;
			    border-bottom: 1px solid #f0f2f5;
			}
			#detail_con{
				 width: 80%;
			    margin:20px auto;
			}
			.detailcon_left,.detailcon_right{
			    width: 70%;
			    display: inline-block;
			    background: #fff;	
			    vertical-align: top;
			    max-width: 850px;
			}
			.detailcon_right>h1{
				padding: 10px 10%;
				width: 100%;
				font-size: 20px;
				text-align: center;
				border-bottom: 1px solid #F0F2F5;
			}
			.detailcon_right{
			    width: 24%;
   				margin: 0 2%;
   				text-align: center;
			}
			.detailcon_tj p{
				color: #666;
			}
			.detailcon_tj img{
				width: 100%;
				height: 100%;
			}
			.detailcon_tj{
				width: 80%;
				margin:20px auto;
				border-bottom: 1px solid #DADADA;
			}
			.pro_standard,.prosex_standard{
				    display: inline-block;
				    text-align: center;
				    width: 45%;
				    height: 30px;
				    border: 1px solid #e4eaec;
				    padding: 10px 0px;
				    vertical-align: top;
				    margin: 0;
			}
			#abstract>img{
				width: 100%;
				height: auto;
			}
		@media screen and (min-width:600px) and (max-width:1000px) {
		.details_header_div,.details_header_divtwo {
			width: 80%;
			margin: auto;
			padding: 0 20px;
		}
		.detailcon_left{
			width:100%;
		}
		.detailcon_right{
			width:100%;
			margin: 0;
		}
		.detailcon_tj {
			    width: 40%;
			    display: inline-block;
		}
		}
		
		@media screen and (max-width:600px) {
			.details_header_div,.details_header_divtwo {
					width: 90%;
					margin: auto;
					padding: 0 10px;
				}
			.header_img_details{
				width: 100%;
			}
			.detailcon_left{
			width:100%;
		}
		.detailcon_right{
			width:100%;
			margin: 0;
		}
		.detailcon_tj {
			    width: 40%;
			    display: inline-blo