﻿.fl {
    float: left;
}
.fr {
    float: right;
}

.productShow{padding-top:35px; font-family:"微软雅黑","Arial"; width:100%; float:left;height: auto;margin-bottom: 20px;}
.productShow .imgList{width:407px; min-height:200px; position:relative;}
.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: 470px;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:#9cbda0; font-size:14px; color:#FFF;}
.productShow .btnDiv .a1, .productShow .btnDiv a:hover{background:#f9bf4a;}
.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: 407px;
	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: 380px;
    height: 380px;
	overflow: hidden;
    /*width:300px;
    border:1px solid #666666;*/
}
.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;
	padding: 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;}


.tit {
        margin: 50px 0;
        text-align: center;
        position: relative;
        clear: both;
    }
    
    .tit h2 {
        display: block;
        font-size: 34px;
        color: #333333;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 40px;
    }
    
    .tit i {
        font-style: normal;
        font-size: 16px;
        color: #666;
        display: block;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-family: Times New Roman;
    }
.ym610int .content {
    width: 1200px ! Important;
    margin: 0 auto;
}



@media only screen and (max-width: 1024px){
	.MyContLeft{ display: none;}
}
@media screen and (max-width: 1023px)
{
	.productShow .fr{width: 300px;}
}

@media (min-width: 375px) and (max-width: 767px)
{
	.productShow .fr{display: none;}
}