﻿@charset "utf-8";

/* 产品搜索框 */
#search {
    line-height: 32px;
    height: 32px;
    border: 1px solid #D2E3ED;
    width: 228px;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 32px 32px 32px 32px;
}

    #search #kw {
        line-height: 22px;
        font-size: 18px;
        color: #333;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        float: left;
    }

    #search #btn_search {
        float: right;
    }

#subcontent {
    padding: 0px;
}

#typename {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    clear: both;
    padding-top: 22px;
}

/* 产品分类 */
#protype {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #0CF;
}

    #protype li {
        height: 50px;
        width: 200px;
        float: left;
        font-size: 16px;
        font-weight: bold;
        border: 1px solid #CCCCCC;
        color: #0647AD;
        text-decoration: none;
        text-align: center;
        line-height: 50px;
        margin-right: 17px;
        margin-left: 17px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        #protype li a {
            color: #0647AD;
            display: block;
        }

            #protype li a.now {
                color: #FFF;
                background-color: #1D6ABC;
                border: 1px solid #1D6ABC;
            }



/* 产品列表 */

#prolist {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #09F;
}

    #prolist li {
        float: left;
        width: 370px;
        padding: 15px;
    }

        #prolist li .proname {
            font-size: 16px;
            font-weight: bold;
            color: #000;
            padding-top: 14px;
            padding-bottom: 14px;
        }

            #prolist li .proname a {
                color: #000;
            }

        #prolist li .probox {
            height: 100px;
        }

        #prolist li .propic {
            padding: 1px;
            height: 80px;
            width: 116px;
            border: 1px solid #CCC;
            float: left;
        }

	

        #prolist li .proexp {
            float: left;
            font-size: 14px;
            line-height: 20px;
            height: 100px;
            overflow: hidden;
        }

            #prolist li .proexp span a {
                float: right;
                color: #1D6ABC;
            }

/* 产品列表 */

#typename2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 85px;
}

#propic li {
    padding: 10px;
    width: 218px;
    float: left;
}

    #propic li .propic {
        border: 1px solid #999;
        padding: 3px;
        overflow: hidden;
         text-align:center;
    }
    
    #propic li .propic img{
		/* max-height:144px;
		 max-width: 210px; */
		 vertical-align:middle;
		
		 width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	 }	

    #propic li .proname {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

        #propic li .proname a {
            font-size: 16px;
            line-height: 44px;
            color: #333;
            text-align: center;
        }

/* 产品详情页 */
#subcontent .protitle {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #0CF;
}

#subcontent .procontent {
    padding: 30px;
}
