@charset "utf-8";
/* CSS Document */
.structured-search {
    width: 960px;
    margin: auto;
    font: 13px Arial, Helvetica, sans-serif;
    line-height: 25px;
    color: #333;
}

#tablit {
    width: 954px;
    padding-top: 10px;
    margin: 20px 0;
}

    #tablit ul {
        float: left;
        height: 32px;
        padding-left: 15px;
        border-bottom: 1px solid #64b7d7;
        width: 100%;
    }

        #tablit ul li {
            float: left;
            width: 130px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            border-radius: 2px;
            margin-right: 10px;
        }

    #tablit .on {
        border: #64b7d7 1px solid;
        border-bottom: #FFF 1px solid;
        color: #056387;
        background: #FFF url(/Themes/Structure/line1.jpg) repeat-x;
        font-weight: bold;
        font-size: 14px;
    }

    #tablit .out {
        border: #a6dbef 1px solid;
        border-bottom: #64b7d7 1px solid;
        color: #3388a8;
        font-weight: bold;
        background: #FFF url(/Themes/Structure/line1.jpg) repeat-x;
        height: 28px;
        margin-top: 3px;
    }

.tabcon1 {
    height: 550px;
    clear: both;
}

.tabcon {
    height: 310px;
    clear: both;
}

.dis {
    display: none;
}

.text1 {
    color: #003399;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tool {
    padding: 10px 0;
    width: 700px;
}

.option {
    padding: 10px 22px;
    background: #efefef;
    height: 480px;
    margin-top: 10px;
}

    .option .option1 {
        height: 35px;
        font-weight: normal;
        line-height: 35px;
        padding: 0 5px;
        width: 200px;
    }

        .option .option1 input {
            margin-right: 5px;
        }

    .option .title {
        color: #fff;
        background: #64b7d7;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
    }

    .option .search-img {
        background: url(/Themes/Structure/bg-icons.png) no-repeat bottom left;
        height: 42px;
        width: 120px;
        margin: auto;
        margin-top: 30px;
    }

.line1 {
    border-top: 1px dashed #999;
    margin: 10px 0;
}
/*结构式搜索结果开始*/
.howsearch span {
    width: 20px;
    height: 20px;
    background: url(/Themes/Structure/bg-icons.png) no-repeat top right;
    display: block;
    float: left;
}

.search-note .note b {
    width: 15px;
    background: url(/Themes/Structure/bg-icons.png) no-repeat -97px 2px;
    height: 20px;
    float: left;
    display: block;
}

.result_qh a {
   /* width: 50px;*/
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    display: block;
    float: left;
    line-height: 22px;
    color: #666;
}

    .result_qh a b {
        width: 20px;
        height: 20px;
        float: left;
        display: block;
    }

    .result_qh a.qh_l b {
        background: url(/Themes/Structure/bg-icons.png) no-repeat left 2px;
    }

    .result_qh a.qh_lon b {
        background: url(/Themes/Structure/bg-icons.png) no-repeat -24px 2px;
    }

    .result_qh a.qh_d b {
        background: url(/Themes/Structure/bg-icons.png) no-repeat -47px 2px;
    }

    .result_qh a.qh_don b {
        background: url(/Themes/Structure/bg-icons.png) no-repeat -70px 2px;
    }

    .result_qh a.qh_l:hover b {
        background: url(/Themes/Structure/bg-icons.png) no-repeat -24px 2px;
    }

    .result_qh a.qh_d:hover b {
        background: url(/Themes/Structure/bg-icons.png) no-repeat -70px 2px;
    }

.search-list {
    clear: both;
    padding: 20px 0;
    min-height: 400px;
    margin-bottom: 20px;
}

    .search-list li {
         float: left; 
        width: 190px;
        height: 266px;
        text-align: center;
        background: #fff;
        /*!display: inline-block;*/
    }

.boxli {
    border: 1px solid #ccc;
    width: 189px;
    height: 250px;
    padding-top: 15px;
    position: relative;
}

    .boxli span {
        display: none;
    }

    .boxli:hover {
        border-top: 1px solid #ff4200;
    }

.supplier-no:hover span {
    display: block;
    width: 265px;
    position: absolute;
    top: 225px;
    left: 0px;
    border: 1px dotted #666;
    background: #efefef;
    overflow: hidden;
    z-index: 10;
    padding: 6px;
    box-shadow: 10px 10px 5px #888888;
    border-radius: 5px;
    font-size: 12px;
}

.search-list .img {
    width: 160px;
    height: 160px;
    margin: auto;
	display:table-cell;
	vertical-align:middle
}

.search-list li img {
    max-height: 160px;
    max-width: 160px;
}

.search-list li .pro-name {
    width: 170px;
    margin: auto;
    overflow: hidden;
    height: 25px;
}

.search-list li .supplier-no {
    width: 110px;
    margin: auto;
    overflow: hidden;
    height: 25px;
}

.search-list .supplier-no p {
    height: 20px;
    width: 20px;
    background: url(/Themes/Structure/bg-icons.png) no-repeat -2px -23px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.search-list .supplier-no a {
    color: #ff4200;
}

.search-list2 {
    padding: 20px 0;
    clear: both;
				margin-bottom: 20px;
}

    .search-list2 ul {
        height: 160px;
        clear: both;
    }

    .search-list2 .h-th {
        height: 30px;
        float: left;
        background: #efefef;
        text-align: center;
        font-weight: bold;
        padding: 2px;
    }

    .search-list2 .h-tr {
        height: 160px;
/*      float: left;*/
        padding: 3px;
        border-bottom: 1px solid #efefef;
		display:table-cell;
		vertical-align:middle
    }

    .search-list2 .cas {
        width: 120px;
        border-right: 1px solid #efefef;
        text-align: center;
    }

    .search-list2 .MF {
        width: 140px;
        border-right: 1px solid #efefef;
        text-align: center;
    }

    .search-list2 .img {
        width: 160px;
        border-right: 1px solid #efefef;
        position: relative;
    }

    .search-list2 img {
        max-height: 160px;
        max-width: 160px;
    }

    .search-list2 .pro-name {
        width: 350px;
        overflow: hidden;
        border-right: 1px solid #efefef;
        word-break: break-all;
    }

    .search-list2 .supplier-no {
        width: 154px;
        text-align: center;
        position: relative;
    }

    .search-list2 a {
        color: #333;
        text-decoration: none;
    }

        .search-list2 a:hover {
            color: #09C;
        }

    .search-list2 .supplier-no span {
        display: none;
    }

    .search-list2 .supplier-no .supplier-no-1:hover span {
        display: block;
        width: 265px;
        position: absolute;
        top: 25px;
        left: -55px;
        border: 1px dotted #666;
        background: #efefef;
        overflow: hidden;
        z-index: 10;
        padding: 6px;
        box-shadow: 10px 10px 5px #888888;
        border-radius: 5px;
        font-size: 12px;
    }

    .search-list2 .supplier-no .supplier-no-1 a b {
        color: #09c;
        font-weight: normal;
    }
/*结构式搜索结果结束*/
/*提示信息开始*/
.boxli-note .cas, .boxli-note .MF {
    width: 130px;
    float: left;
    text-align: left;
}

.boxli-note .pro-name2 {
    text-align: left;
    clear: both;
}

.supplier-nameli {
    text-align: left;
}

    .supplier-nameli a {
        display: block;
        height: 25px;
        overflow: hidden;
    }

    .supplier-nameli b {
        float: left;
        width: 15px;
        height: 17px;
        line-height: 18px;
        background: #ccc;
        color: #888;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
        margin: 4px;
    }

    .supplier-nameli .top3 {
        background: #09C;
        color: #fff;
    }

    .supplier-nameli a:link {
        color: #333;
    }

    .supplier-nameli a:visited {
        color: #333;
    }

    .supplier-nameli a:hover {
        color: #888;
    }

    .supplier-nameli a:active {
        color: #888;
    }

    .supplier-nameli .more a {
        color: #09C;
        font-size: 12px;
        text-decoration: none;
    }

        .supplier-nameli .more a:hover {
            text-decoration: underline;
        }

    .supplier-nameli .nameli {
        width: 294px;
        overflow: hidden;
        height: 25px;
    }
/*提示信息结束*/
/*分页样式开始*/
.page {
    padding: 30px 0;
    clear: both;
    background: #fff;
}

.page ul {
	position:relative;
	top:0
    }

#pagination-flickr li {
    border: 0;
	padding:0;
	margin:0 5px;
}
#pagination-flickr li:hover{ background:none}
#pagination-flickr a {
    border: solid 1px #ccc;
	 border-radius: 2px;
}

#pagination-flickr .previous-off,
#pagination-flickr .next-off {
    color: #666666;
    display: block;
    float: left;
    padding: 1px 8px;
    line-height: 18px;
}

#pagination-flickr .next a,
#pagination-flickr .previous a {
    border: solid 1px #fff;
}

#pagination-flickr .active {
    color: #333;
    font-weight: bold;
    padding: 0 8px;
    border: 1px solid #64b7d7;
    background: #deeef4;
	 border-radius: 2px;
   
}

#pagination-flickr a:link,
#pagination-flickr a:visited {
    color: #444;
    display: block;
    padding: 1px 8px;
    text-decoration: none;
	height:20px;
	line-height:20px
}

#pagination-flickr a:hover {
    border: solid 1px #64b7d7;

}
/*分页样式结束*/
/*友情链接开始*/
.friendlink {
    padding: 15px 0;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.textlink {
    padding: 20px 10px;
    border: 1px solid #c2d0e1;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 938px;
    float: left;
}

    .textlink li {
        width: 186px;
        margin-right: 1px;
        float: left;
        overflow: hidden;
    }

.imglink {
    float: left;
    padding: 20px 0;
    border: 1px solid #c2d0e1;
    margin-bottom: 10px;
}

    .imglink ul {
        width: auto;
        height: auto;
    }

    .imglink li {
        width: 156px;
        float: left;
        text-align: center;
        height: 45px;
    }

.friend-note {
    border: 1px solid #c2d0e1;
    clear: both;
    padding: 20px 10px;
}

    .friend-note .left {
        float: left;
        width: 300px;
    }

    .friend-note .right {
        float: right;
        width: 500px;
        margin-bottom: 25px;
    }

    .friend-note .input-1 dl {
        clear: both;
        font: 12px Arial, Helvetica, sans-serif;
        line-height: 25px;
    }

    .friend-note .input-1 dt {
        width: 70px;
        float: left;
        height: 25px;
    }

    .friend-note .input-1 dd {
        float: left;
        height: 25px;
        margin-left: 10px;
    }

        .friend-note .input-1 dd input[type="text"] {
            width: 200px;
        }

    .friend-note .input-1 .notetext {
        color: #999;
    }

    .friend-note .input-1 .textarea {
        width: 200px;
        height: 50px;
    }

    .friend-note .input-1 .textarea-1 {
        height: 60px;
    }

    .friend-note .input-1 .required-note {
        color: #F00;
    }

    .friend-note .input-1 .required-1:after {
        content: "*";
        color: #F00;
        width: 10px;
        font-weight: bold;
    }

    .friend-note .cblink {
        border-top: 1px dashed #ccc;
        margin: 15px 0;
    }

    .friend-note .cb-textarea {
        width: 400px;
        height: 45px;
    }

.friendlink-home .blue_title {
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #133b62;
    LINE-HEIGHT: 30px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    HEIGHT: 40px;
}

    .friendlink-home .blue_title a {
        margin-left: 20px;
        font-weight: normal;
    }

.friendlink-home ul {
    padding-bottom: 15px;
    float: left;
}


.friendlink-home li {
    margin-right: 1px;
    float: left;
    padding: 0 5px;
}

/*友情链接结束*/
.fdj{height:21px;width:50px; background:#ccc;position:absolute; left:0;top:0; display:none}
.fdj i{width:30px;height:21px; background:url(https://www.chemicalbook.com/control/image/icon_index.png) no-repeat  0 -25px; display:block; margin:auto}
.boxli:hover .fdj,.h-tr:hover .fdj{ display:block}
.fdj:hover{ background:#ff7300}
a.bookzs{background: #090;color: #fff;padding: 2px 10px;border-radius: 10px;text-align: center;position: absolute;top: 2px;right: 2px;line-height: 120%;}
a.bookzs:hover{ background:#29b5ce}

a.pricebuy{ background:#f5f5f5;width:90%;border-radius:30px;padding:3px; text-align:center; color:#f00; font-size:15px; display:block; margin:auto;margin-top:5px}
a.pricebuy:hover{ background:#ff7300; color:#fff}