﻿.product-detail-con1{
	padding:.25rem 0 .45rem;
	background-color:#f7f7f7;
	}

.product-detail-top1{
	width:1200px;
	margin:0 auto;
	background-color:#fff;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
	padding:.25rem;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	}
.product-detail-top1 .img{-webkit-box-flex:696; -webkit-flex:696; -moz-box-flex:696; -ms-flex:696; flex:696;}
.product-detail-top1 .img img{ max-width:100%; max-height:100%;}
.product-detail-top1 .img li{ width:100%; padding-bottom:66.66667%; position:relative; overflow:hidden; display:none;}
.product-detail-top1 .img li:first-child{ display:block;}
.product-detail-top1 .img li img{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	max-height:100%;
	max-width:100%;
	}
.product-detail-top .info{ -webkit-box-flex:404; -webkit-flex:404; -moz-box-flex:404; -ms-flex:404;flex:404;}
.product-detail-top1 .wp{ padding-left:40px; position:relative;}
.product-detail-top1 .title{ padding:24px 0 22px; border-bottom:1px dashed #adadad;}
.product-detail-top1 .title h2{ font-size:26px; color:#333;}
.product-detail-top1 .title .en{ font-size:12px; color:#999; text-transform:uppercase;}
.product-detail-top1 .article{ padding:30px 0 30px; font-size:15px; line-height:30px; color:#666;}

.product-detail-top1 .thumb{ position:relative; left:0; right:0; bottom:0;}
.product-detail-top1 .thumb ul{ font-size:0;}
.product-detail-top1 .thumb ul li{
	display:inline-block;
	vertical-align:top;
	width:50%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:7px;
	}
.product-detail-top1 .thumb img{ max-width:100%; max-height:100%;}

.product-detail-box1{ padding:.3rem 0 .65rem; background-color:#fff;}
.product-detail-box1 .title{ line-height:60px; border-bottom:1px dashed #ddd;}
.product-detail-box1 .title .cn{ font-size:30px; color:#333;}
.product-detail-box1 .title .en{ font-size:35px; color:#0d306a; text-transform:uppercase;}

@media screen and (max-width: 1000px){
	.product-detail-top1{ display:block;}
	.product-detail-top1 .wp{ padding-left:0;}
	.product-detail-top1 .thumb ul li{ width:100%;}
    
	.product-detail-box1 .title .cn{ font-size:20px}
	.product-detail-box1 .title .en{ font-size:22px}
	}

@media screen and (max-width: 1240px){
	.product-detail-top1{ width:auto; margin:0 .1rem;}
	}