/*产品中心页*/
/*产品中心页面头部*/
.producttop{text-align: center;margin-bottom: 3em;}
.producttop img{width: 73%;margin:auto;}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.producttop img{width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.producttop img{width: 95%;margin: auto}
}
@media only screen and (min-width: 1025px) and (max-width: 1600px){
	.producttop img{width: 100%;margin: auto;}
}		
		
.qitilist{
	color: white;
	padding-top: 1em;
	padding-bottom: 1em;padding-left: 2em;
	margin-bottom: 3em;
}
.qitilisttop{
	background: #09458D;
	font-size: 2.2em;
}
.qitilisttop a{ font-size: 1em; color: white; }
.qitilista div{
	background: #DCDCDC;
}
.qitilista a{
	font-size: 1.5em;
	line-height:2.4em;
	color: black;
}
.qitilista a:hover{
	color: #09458D;
}


.pgicc { clear: both; position: relative; margin-top: 10px; padding-top: 25px; padding-bottom: 20px; -moz-box-shadow: 0 0 3px #999999; -webkit-box-shadow: 0 0 3px #999999; box-shadow: 0 0 3px #999999; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
}
.pgicc span { position: absolute; width: 30px; height: 28px; line-height: 26px; border-top: 1px solid #1A76F5; text-align: center; color: #ffffff; background: #1A76F5; font-size: 2em; left: 0; top: 0; font-weight:bold; }
.pgicca { width: 100%; height: auto; }
.pgicca h2 { position: relative; width: 210px; height: 3em; display: inline; float: left; padding-left: 10px;  font-size: 1.1em; font-family: '微软雅黑', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; line-height: 3em; color: #333333; font-weight: normal; margin: 0; }
.pgicca h2 a:hover { color: red; }

.qtflmc-top{ margin: 0 auto; }
.qtflmc { display: block; clear: both; width: 100%; height: 30px; line-height: 30px; margin: 0 auto; margin-top: 10px; text-indent: 6px; font-size: 1.3em; font-family: '微软雅黑', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; color: #666; border: 1px solid #4893FC; }
.showqtfl { clear: both; width: 100%; height: auto; margin: 0 auto; line-height: 30px; font-size: 1.3em; color: #333; }
.showqtfl strong { display: block; clear: both; width: auto; height: 30px; line-height: 30px; font-size: 1.4em; padding-left: 8px; }
.showqtfl span { padding-left: 8px; color: red; font-size: 1.2em; }
.showqtfl a { display: block; float: left; width: 230px; height: 30px; line-height: 30px; font-size: 1.2em; padding-left: 10px; color: red; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.showqtfl a:hover { color: #000; }



/*产品列表页*/
.protop{text-align: center;}
.protop img{width: 73%;margin:auto;}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.protop img{width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.protop img{width: 95%;margin: auto}
}
@media only screen and (min-width: 1025px) and (max-width: 1600px){
	.protop img{width: 100%;margin: auto;}
}	

.prdllm{
	font-size:1.6em;color: black;
	padding: .5em 15px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.prdllm a{
	font-size:1em;
}

.prdllist{
	margin-bottom: 5em;
}

.thumbnail img {
	width: 100%;
	margin: auto;
}
.thumbnail:hover {
	border: 1px solid #FE973A;
}
.prdllistt {
	font-size: 1.8em;
	height: auto;
	color: black;
	overflow: hidden;
	padding: 0;
	padding-bottom: 0.6em;
	margin: 0;
}
.prdllistt a {
	font-size: 1em;
	color: black;
}
.prdllistt a:hover {
	color: red;
}
.prdllistc {
	font-size: 1.6em;
	line-height: 1.8em;
	text-indent: 2em;
	height: auto;
	color: #555353;
	overflow: hidden;
}
.prdllistc-yd {
	font-size: 1.6em;
	line-height: 2.4em;
	text-indent: 2em;
	height: auto;
	color: #555353;
	overflow: hidden;
}
.right-img {
	box-sizing: border-box;
	width: 100%;
}
.right-img .img {
	width: 16%;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}
.right-img .img img {
	border: 1px solid #dbdbdb;
	width: 100%;
}
.right-hr {
	border-top: 1px dashed #dbdbdb;
	margin: 15px auto;
	padding: 0;
}
.right-hr hr{
		margin-top: 10px;
		margin-bottom: 10px;
	}

.right-button {
	color: black;
	font-size: 18px;
	border-radius: 0px;
	padding: 5px 30px;
	border: 1px solid #999999;
}
.right-button-left {
	margin-right: 50px;
}



/*产品详情页*/
.prctop{
	margin-top:5em;margin-bottom:5em;
	border-top:1px solid #DCDCDC;
}
.prcpagelm{
	font-size:2em;color: black;
	padding:.5em 15px;
	border-bottom: 1px solid #DCDCDC;
	display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prcpagelm a{font-size: 1em;color: #555555;}
.prcpagelm .wztt{color: black;}

/*详情页产品描述*/
.prcxq{
	margin-bottom: 5em;
}
.prcimg{/*background: pink;*/margin-bottom: 2em;}
.prcimg img{
	width: 100%;
	outline: 1px solid #DCDCDC;
}
.prcms{
	margin-bottom: 2em;
}
.prcmst{padding-bottom: 2em;border-bottom: 1px solid #DCDCDC;}
.prcmst h2{
	font-size: 2.4em;
	margin: 0;
} 
.prcmsc{padding-top: 1.5em;padding-bottom: 1.5em;border-bottom: 1px solid #DCDCDC;}
.prcmsc p{
	font-size: 1.6em;
}
.prcmsb{
	margin-top: 1em;
	display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prcmsb h3{margin: 0;font-size: 1.8em;}
.prcmsb h2{margin: 0;font-size: 2.4em;}
.prczx {padding-top: 1em;}
.prczx a{
	display: inline-block;background:#E99F26;
	font-size: 1.8em;padding: 0.3em 1em;
	color: white;
}

/*文字内容标签*/
.proxqlbtop #proTab li{
	margin:0;padding-left: 0px;margin-bottom: 10px;
	padding-right: 0px;border-radius: 0;
	background: #D8D8D8;text-align: center;
	border-right:2px solid white;	
}


.proxqlbtop #proTab li a{
	border-radius: 0;
	font-size: 1.6em;
}
@media only screen and (min-width: 320px) and (max-width: 767px){	
	.proxqlbtop #proTab li a{margin: 0;padding-left: 0;padding-right: 0;}
}

#proContent div {
	font-size: 1.4em;
	line-height: 2em;
}
#proContent div p {
	font-size: 1em;
} 
#proContent strong {
	font-size: 1.4em;
}
#proContent div p span {
	font-size: 1em;
}
#proContent div a {
	font-size: 0.6em;
	color: black;
}
#proContent table {
	width: 100%;
	border: 1px solid #000;
	line-height: 30px;
}
#proContent table strong, #proContent table span {
	font-size: 1em;
}
#proContent table tr {
	border: 1px solid #000;
}
#proContent table tr td {
	border: 1px solid #000;
}
#proContent tr:hover, #proContent tr.hilite {
	background-color: #FFC;
	color: #000;
}

/*适应以前的文章*/
#proContent h1 a{font-size: 1em;}
#proContent h1 a u{font-size: 1em;}
#proContent h2 a{font-size: 1em;}
#proContent h2 a u{font-size: 1em;}
#proContent h3 a{font-size: 1em;}
#proContent h3 a u{font-size: 1em;}
#proContent h4 a{font-size: 1em;}
#proContent h4 a u{font-size: 1em;}
#proContent h5 a{font-size: 1em;}
#proContent h5 a u{font-size: 1em;}

#proContent table td{font-size: 1.5em;}
#proContent p{font-size: 1em;}
#proContent img{max-width: 100%;}


/*相关产品*/
.xgcp{margin-bottom: 3em;margin-top: 3em;}
.xgcptop{background:#D7D7D7;margin-bottom: 2em;}
.xgcptop span{display:inline-block;font-size: 2em;text-align:center;line-height:2.5em;width:11em;background: #E99F26;color: white;}
/*相关产品图*/
.box{
	width: 100%;
	border: 1px solid #555555;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.box>div{

}
#roll{
	width: 100%;

}
#roll dd{
	width: 281px;
	border: 0px solid #00EE00;
	float: left;
	margin-right: 5px;
}
#roll dd img{width: 90%;margin: 5% 5%;outline: 1px solid lightgrey}

@media only screen and (min-width: 320px) and (max-width: 320px) {
	.box{height: 350px;}
	#roll dd{width: 290px;}
	#roll dd img{/*width: 80%;margin: 10% 20%;*/ }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
	.box{height: 222px;}
	#roll dd{width:170px;}
	#roll dd img{/*width: 80%;margin: 10% 20%;*/ }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#roll dd{width: 358px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1124px) {
	#roll dd{width: 310px;}
}

#roll dd p{
	width: 100%;padding: 0 1em;
	font-size: 1.5em;line-height: 1.5em;height: 3em;
	overflow: hidden;
}
#roll dd p a{
	font-size: 1em;color: black;
}
#roll dd p a:hover{color: red;}
.box span{font-size: 25px; position: absolute;bottom: 50%; left:0px; display: inline-block;width: 40px;text-align: center;cursor: pointer;background: black;z-index: 90;color: #fff;}
.box .next{right: 0px; left:auto;}

