<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; width:100%; float:left;height: auto;margin-bottom: 20px;padding: 0px;    display: flex;
    flex-flow: row;
    justify-content: space-around;margin: auto auto 50px auto;}
.productShowfl{float:left;}
.productShow .imgList{width:40%;flex-shrink: 0; /*min-height:500px;*/ position:relative;margin:10px;}
.productShow .imgList img{width:100%;height: auto;box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}
.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: auto;margin-left: 50px;}
.productShow .fr h3{font-size: 24px;padding-bottom: 20px;}
.productShow .fr .more a{margin-top: 34px;
    display: block;
    width: 122px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: #32609e;}
.productShow .fr .more a:hover{background:#c10001; cursor: pointer;}
.productShow .name{color:#424242; font-size:1.5rem; font-weight:bold; padding:10px 0;}
.productShow .content{font-size:14px; line-height:1.8em; color:#9e9e9e; padding-bottom:5px;float: left;padding-top: 20px;color: #666666;border-top: 1px solid #eee;}
.productShow .content p{line-height: 1.2rem;text-align: justify;word-break: break-all;margin: 0px;}
.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:#005aab; font-size:14px; color:#FFF;margin-top: 5px;}
.productShow .btnDiv .a1, .productShow .btnDiv a:hover{background:#f9bf4a;background:#e4322b;}
.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: 450px;
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
	flex-shrink: 0;
}
.imgshows .s2{
	width: 100%;
    border: 0px solid #eee;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.imgshows .prodimg{
	margin-left:0px;
    border: 1px #eee solid;
    padding: 0px;
	width: 450px;
	max-width: 450px;
    height: auto;
	overflow: hidden;
    /*width:300px;
    border:1px solid #666666;*/
}
.imgshows .prodimg img{max-width: 100%;}
.s2 .cpIcoList {
    width:auto;
	padding: 0px;
    overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.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: auto;
	height: auto;
	float: left;
    margin: 1px;
}

.cpIcoList li img{width: auto;height: auto; max-width:150px !important; padding:5px;}


.cont-wrapper p{font-size:14px;}

.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{margin-bottom:auto; float: none;}
	.productShow .fr{width: 100%; display: block;overflow: hidden;margin: auto;padding:2rem;}
	.productShow .imgList{width:100%;min-height:inherit;}
	.productShow{flex-flow: column;justify-content: normal;}
	.productShow .fr img{max-width: 100%;}
	.box_cols_cont h3{padding: 0px 1rem;}
	.productShow .content p{line-height: 2rem;}
}

@media (min-width: 375px) and (max-width: 767px)
{

}</pre></body></html>