<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fl {
    float: left;
}
.fr {
    float: right;
}

.productShow{padding-top:35px; font-family:"微软雅黑","Arial"; width:100%; float:left;height: auto;margin-bottom: 20px;padding: 0px;}
.productShowfl{float:left;}
.productShow .imgList{width:407px; min-height:200px; position:relative;float:right;}
.productShow .imgList img{width:100%;}
.productShow .slick-dots{position:absolute; z-index:10; right:10px; bottom:15px;}
.productShow .slick-dots li{float:left; margin-right:5px; background:#2c3740; width:14px; height:14px;}
.productShow .slick-dots .slick-active{background:#f9bf4a;}
.productShow .fr{width: 380px;margin-right: 10px;}
.productShow .name{color:#424242; font-size:20px; font-weight:500; padding:10px 0;}
.productShow .content{font-size:14px; line-height:1.8em; color:#9e9e9e; padding-bottom:20px;float: left;}
.productShow .content .p_fr_c_l{ width:135px; width-max:135px; float:left; text-align:left; margin-right:5px;}
.productShow .content .p_fr_c_r{ width:300px; float:left; text-align:left;}
.productShow .btnDiv a{display:inline-block; margin-right:10px; width:139px; height:37px; line-height:37px; text-align:center; background:#fea84b; font-size:14px; color:#FFF;}
.productShow .btnDiv .a1, .productShow .btnDiv a:hover{background:#f9bf4a;background:#01a0b3;}
.productShow .btn{padding-top:10px;padding-left: 0px;}
.productShow .btn li{float:left; padding-right:20px; font-size:18px; line-height:20px; height:30px;}
.productShow .btn a{float:left; margin-right:5px; position:relative; top:-1px;}
.productShow .btn .li_mail a{ float:none;}

.productShow .imgshows {
    margin:auto;
    width: 510px;
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.imgshows .s2{
	width: 100%;
    border: 0px solid #ccc;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.imgshows .prodimg{
	float:left;
	margin-left:10px;
    border: 0px #CCC solid;
    padding: 0px;
	width: 510px;
    height: 400px;
	overflow: hidden;
    /*width:300px;
    border:1px solid #666666;*/
}
.imgshows .prodimg img{max-width:100%;}
.s2 .cpIcoList {
    width:auto;
    overflow: hidden;
}
.imgshows .rightDefine
{
	width:300px;
	float:left;
	margin-left:34px;	
}
.cpIcoList li{
    /*width:65px;
    height:65px;
    margin-right:1px;
    float:left;*/
	/*width:65px;
    height:65px;
    margin-right:5px;
    float:left;
	border:1px solid #666666;*/
	width: 65px;
	height: 65px;
	float: left;
    margin: 1px;
}

.cpIcoList li img{width: 65px;height: 65px;}




.productShow2{font-size:14px; line-height:1.8em; padding:15px 0 50px 0; color:#8494a0;}
.productShow2 .imgDiv{text-align:center; padding-top:15px;}
.productShow2 h6{ float:left;margin-bottom: 15px; width:100%;}
.productShow2 h6 span{ font-size:16px; background:#0F8CC6;color:#FFFFFF;padding: 8px 20px 8px 10px;}






@media only screen and (max-width: 1024px){
	.MyContLeft{ display: none;}
}
@media screen and (max-width: 1023px)
{
	.productShow .fr{width: 300px;}
	.productShow .imgshows{width:100%;}
}

@media (min-width: 375px) and (max-width: 767px)
{
	.productShow .fr{display: none;}
}</pre></body></html>