.product-head,
.product-info {
	max-width: 1490px;
	margin: 0 auto;
}

.product-head {
	position: relative;
	padding-bottom: 0.5rem;
}

.product-head:after {
	content: "";
	width: 50vw;
	background: #fafafa;
	height: 3rem;
	position: absolute;
	right: -10.6vw;
	top: 10%;
	display: block;
}

.product-head dl {
	width: 100%;
	max-width: 4.5rem;
	margin-bottom: 0.5rem;
}

.product-head dt,
.product-info dt {
	font-size: 0.24rem;
	color: #014099;
	margin-bottom: 0.3rem;
}

.product-head dd {
	line-height: 2;
	color: #666666;
	margin-bottom: 0.08rem;
}

.product-head a {
	display: inline-block;
	color: #999;
	border-radius: 0.2rem;
	border: 1px solid #999;
	padding: 0.08rem 0.3rem;
	margin-right: 0.3rem;
	transition: all 0.5s;
}

.product-head a:hover {
	border-color: #3eb135;
	color: #3eb135;
}

.product-head .showpic {
	position: relative;
	text-align: right;
	padding-top: 0.2rem;
}

.product-head .showpic img {
	width: 6rem;
	height: 6rem;
	position: relative;
	z-index: 2;
}

.product-head .showpic .logo {
	position: absolute;
	/* top: -0.3rem; */
	top: 0;
	left: -0.1rem;
	z-index: 1;
	width: 60%;
	height: auto;
}

.pdbanner {
	background: url(../../image/pdbanner.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 2rem;
	text-align: center;
	margin: 0.5rem 0 -0.3rem;
	padding-top: 0.5rem;
}

.pdbanner img {
	max-width: 90%;

}


.product-info {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 1.15rem;
	border-radius: 0.1rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.product-info dt {
	margin-bottom: 0.05rem;
}

.product-info dd {
	font-size: 14px;
	color: #999;
	margin-top: 0;
	text-transform: uppercase;
}

.product-info img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.product-info dl {
	margin-bottom: 0.3rem;
}

.product-info .title {
	text-align: center;
	font-size: 0.18rem;
	font-weight: bold;
	background: url(../../image/dot.png) no-repeat 50% 100%;
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
}

.product-info .list {
	background: #fafafa;
	border-radius: 0.1rem;
	padding: 0.2rem;
	min-height: 2rem;
	/* max-width: 5rem; */
	margin: 0 auto;
}

.product-info .am-u-md-6 {
	width: 47%;
}

.product-info .list li {
	margin-bottom: 0.15rem;
	list-style: disc;
	margin-left: 0.3rem;
}

.product-info .applist {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.product-info .applist .item {
	width: 32%;
	height: 2.40rem;
	margin-bottom: 0.3rem;
	position: relative;
	box-sizing: border-box;
	margin-right: 2%;
	overflow: hidden;
	background: linear-gradient(to bottom,#ccc,#eee);
	border-radius:0.10rem ;
}
.product-info .applist .item:nth-child(3n){
	margin-right: 0;
}
.product-info .applist .item img {
	border-radius: 0.12rem;
	position: relative;
	z-index: 1;
	min-height: 100%;
}

.product-info .applist .item span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding:0.1rem  0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 2;
	color: #fff;
	background: rgba(0,0,0,.4);
	box-sizing: border-box;
}

.product-class .product-class-swiper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.product-class .product-column {
	flex-shrink: 0;
	width: 2rem;
	height: auto;
	position: relative;
}

.product-class .product-column::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #EEEEEE;
	position: absolute;
	right: -0.5rem;
	top: 0;
}

.product-class .swiper-container {
	flex-shrink: 0;
	width: 11rem;
	height: 2rem;
	text-align: center;
	margin: 0;
}

.product-class .moble-swiper {
	height: 2rem;
	text-align: center;
}

.product-swiper-img {
	margin-bottom: 0.1rem;
}

.product-swiper-text {
	font-size: 0.14rem;
	/*max-height: ;*/
	overflow: hidden;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
}

.product-class .swiper-slide img {
	display: block;
	/*width: 80%;*/
	width: 1rem;
	height: 1rem;
	margin: auto;
}
.product-class .product-class-swiper .swiper-slide{
	padding: 1%;
}
.product-class .product-class-swiper .swiper-slide .product-swiper-img {
	border: 1px solid transparent;
	overflow: hidden;
	border-radius: 0.05rem;
	padding: 0.1rem 0;
	cursor: pointer;
	transition: all .5s;
}

.product-class .product-class-swiper .swiper-slide:hover .product-swiper-img,
.product-class .product-class-swiper .swiper-active-goods .product-swiper-img {
	border-color: #004097;
}

.product-class .product-class-swiper .swiper-slide:hover .product-swiper-text,
.product-class .product-class-swiper .swiper-active-goods .product-swiper-text {
	color: #004097;
}

.product-column .product-swiper-img {
	padding: 0.1rem 0;
}

.product-column .product-swiper-img img {
	display: block;
	width: 55%;
	font-size: 0.16rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: auto;
}

.product-column .product-swiper-text {
	text-align: center;
	font-size: 0.14rem;
}
.scheme-det-module{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0.5rem;
	box-shadow: 0 0 0.1rem #e2ebff;
	padding: 0.5rem 0;
}
.scheme-det-module-lable h1{
	font-size: 0.28rem;
	color: #014099;
}
.scheme-det-module-lable h2{
	font-size: 0.12rem;
	color: #999999;
}
.scheme-det-procedure-img img{
	width: 100%;
	display: block;
}
.yin-box{
	max-width: 100%;
	width: 4.5rem;
}
.yin-img{
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 0.1rem;
}
.yin-img div{
	/*padding: 0.05rem;*/
	padding-top:100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.yin-img div img{
	width: 95%;
	height: 95%;
	/*border: 1px solid #004097;*/
	box-sizing: border-box;
	border-radius:5px ;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.yin-img span{
	display: block;
	height: 57.6px;
	font-size: 12px;
	overflow: hidden;
	line-height: 1.6;
}
.scheme-goods{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.scheme-goods .scheme-goods-list{
	flex-shrink: 0;
	width: 23%;
	height: 4.30rem;
	box-shadow: 0 0 0.1rem #e2ebff;
	margin-right: 2.666%;
	margin-top: 2.666%;
}
.scheme-goods-list .img{
	width: 100%;
	padding: 0.4rem;
	box-sizing: border-box;
}
.scheme-goods-list .img img{
	width: 100%;
}
.scheme-goods-list .text{
	color: #666666;
	font-size: 0.16rem;
	padding: 0 0.4rem;
	text-align: center;
}
.scheme-goods .scheme-goods-list:nth-child(4n){
	margin-right: 0;
}
.product-list{
	width: 100%;
	position: relative;
}
.product-list-info{
	box-shadow:0 0 10px #E2EBFF;
	border-radius:5px ;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
	cursor: pointer;
}
.product-list-info-img{
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.product-list-info-img img{
	position: absolute;
	max-width: 100%;
	width: auto;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.product-list-name{
	width: 100%;
	font-size:14px;
	line-height: 1.6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.2rem;
	text-align: center;
}
.product-det-info{
	width: 100%;
	height: auto;
	/* box-shadow:0 0 10px #E2EBFF; */
	margin-top: 0.5rem;
	background-color: #F9F9F9;
	border-radius:0.15rem ;
	overflow: hidden;
	padding: .5rem;
	position: relative;
}
.product-det-info-img{
	max-width:100%;
	float: left;
	width: 30%;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
	margin-right:8%;
}
.product-det-info-img img{
	max-width: 100%;
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.product-det-info-centent{
	max-width:100%;
	width:62% ;
	float: left;
	overflow: hidden;
}
.product-det-name{
	width: 100%;
	color: #004097;
}
.product-det-list{
	margin-top: 0.1rem;
	width: 100%;
}
.product-det-list h2{
	color: #d99694;
}
.product-det-list ul li{
	padding-left: 0.25rem;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 0.16rem;
}
.product-det-list ul li::after{
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	border-radius:50%;
	background: #333333;
	left: 0.05rem ;
	top: 0.08rem;
	margin: auto;
	position: absolute;
}
.product-close{
	position: absolute;
	width: 1rem;
	height: 0.30rem;
	right: 0.15rem;
	top: 0.15rem;
	cursor: pointer;
}
.product-close img{
	width: 0.30rem;
	height: 0.30rem;
	margin-left: 0.15rem;
	display:block;
	float: left;
}
@media screen and (max-width:750px) {
	.product-info .am-u-md-6 {
		width: 100%;
		margin-bottom: 10px;
	}

	.product-head dl,
	.product-info .list {
		max-width: 100%;
	}

	.product-head dt,
	.product-info dt {
		font-size: 18px;
	}

	.product-head:after {
		display: none;
	}

	.product-head .showpic {
		text-align: center;
		padding: 20px 0;
	}

	.product-head .showpic img {
		max-width: 90%;
	}

	.product-head .showpic .logo {
		display: none;
	}

	.product-info {
		padding: 0.5rem 0.2rem;
	}

	.product-info .title {
		font-size: 0.3rem;
	}

	.product-info .applist .item {
		width: 48%;
		margin-right: 4%;
	}
	.product-info .applist .item:nth-child(3n){
		margin-right: 4%;
	}
	.product-info .applist .item:nth-child(2n){
		margin-right: 0;
	}
	.product-info .list li {
		margin: 0.2rem 0.5rem;
	}

	/*.product-info .applist .item span {*/
	/*	top: -0.5rem;*/
	/*}*/

	.product-swiper-text {
		font-size: 0.18rem;
	}
	
	.scheme-goods .scheme-goods-list{
		flex-shrink: 0;
		width: 48%;
		height: 4.30rem;
		box-shadow: 0 0 0.1rem #e2ebff;
		margin-right: 2.666%;
		margin-top: 2.666%;
	}
	.scheme-goods .scheme-goods-list:nth-child(2n){
		margin-right: 0;
	}
	.product-head .showpic img {
		width: 5rem;
		height: 5rem;
		position: relative;
		z-index: 2;
	}
	.product-class .swiper-slide img{
		width: 1.5rem;
		height: 1.5rem;
	}
	.yin-box{
		width: 100%;
	}
	.product-close{
		width: 0.5rem;
		height: 0.5rem;
	}
	.product-det-info-img{
		padding-top: 100%;
		width: 100%;
	}
	.product-det-info-centent{
		width: 100%;
	}
	.product-det-list ul li{
		font-size: 0.3rem;
	}
	.product-det-list ul li::after{
		top: 0.18rem
	}
	.product-det-info-centent h1{
		font-size: 0.45rem;
	}
	.product-det-list h2{
		font-size: 0.4rem;
	}
	
	.product-list-name{
		font-size: 0.3rem; 
	}
}
