<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/** body **/
body {
	/** 清除内外边距 **/
	margin:0px;
	padding:0px;
	/** 设置默认字体 **/
	font-family: "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", Helvetica, Tahoma, Arial, sans-serif;
	/** 设置默认字体大小 **/
	font-size:14px;
	color:#333333;
	background:#fff8f8;
}
/** 重置列表元素 **/
ul, ol {
	list-style: none;
}
/** 重置超链接元素 **/
a {
	text-decoration: none;
	color:#000;
}

/*a:link {color:#FF0000;}		 未被访问的链接 */
/*a:visited {color:#00FF00;}	 已被访问的链接 */
/* a:hover {color:#0099FF;text-decoration: none;}	鼠标指针移动到链接上 */
/*a:active {color:#0000FF;}	 正在被点击的链接 */

/** 重置图片元素 **/
img {
	border:0px;
}
/** 浮动元素 **/
.fl {
	float:left
}
.fr {
	float:right
}
.clear {
	clear:both;
	height:0px !important;
	width:0px !important;
}
/**隐藏**/
.none{
  display: none;
}
/** 鼠标变手 **/
.pointer{cursor:pointer;}
/** 区域居中 **/
.center{ 
width:1008px; 
/**代表对象上下间隔为0px,左右间隔根据对象宽度自适应。 **/
margin:0px auto;
}
/** 文本居左 **/
.tl{
	text-align:left;
}
/** 文本居中 **/
.tc{
	text-align:center;
}
/** 文本居右 **/
.tr{
	text-align:right;
}
/** 块垂直居上 **/
.vt{
	vertical-align:top;
}
/** 块垂直居中 **/
.vm{
	vertical-align:middle;
}

/** 雪碧图例子 淘汰或用icon **/ 
.mian_icon{
  background-image: url(../img/web/mian_icon.png);
}

/* 某图标 浅色 */
.mian_icon_one{
  background-position: -12px -9px;
}

/* 某图标 深色 */
.mian_icon_one:hover{
  background-position: -69px -9px;
}

/* 文本超出换点 以块元素长度*/
.text_intercept{
	/* 内容会被修剪，并且其余内容是不可见的 */
    overflow: hidden;
	/* 显示省略符号来代表被修剪的文本 */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;/
    -moz-text-overflow: ellipsis;
	/*文本不会换行，文本会在在同一行上继续，直到遇到 &lt;br&gt; 标签为止*/
    white-space: nowrap;
	/* 
	扩展知识
	-o代表opera浏览器私有属性
	-moz代表firefox浏览器私有属性
	-ms代表IE浏览器私有属性
	-webkit代表chrome、safari私有属性
	*/
}

.tpl-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

.tpl-content p {
    text-indent: 2em;
    line-height: 25px;
    margin-top: 10px;
}

.icon {
    background-image: url(/global/icon_15.png) !important;
}

.top .part-two {
    height: 250px;
    text-align: center;
    
}

.home_tpxw .prev,
.home_tpxw .next {
    position: absolute;
    top: 75px;
    width: 50px;
    height: 71px;
    background: url(/global/home_tpxw_arrow_17.png) no-repeat !important;
}

.top .part-two {
    height: 250px;
    text-align: center;
}
			
.home_tpxw .next {
    right: 0 !important;
    background-position: -50px 0 !important;
}

.home_tpxw .prev {
    left: 0 !important;
}

#scroll_endpc,
#scroll_beginpc {
    zoom: 1;
    font-size: 12px;
    font-family: "宋体";
    padding-right: 30px;
    color: #333;
}


#scroll_endpc a,
#scroll_beginpc a {
    float: none;
    display: inline;
    padding: 0;
    font-size: 12px;
    font-family: "宋体";
    cursor: pointer;
}
.txt font {
        color: #fff !important;
}

#ad {
    position: fixed;
    border: 1px solid #000;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 240px;
}

* html,
* html body {
    background-image: url(about:blank);
    background-attachment: fixed
}

* html #ad {
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)))
}

#ad .btn_close {
    position: absolute;
    border: 0px solid #000;
    right: 0;
    width: 15px;
    height: 13px;
    float: right;
}

#div1 {
    width: 957px;
    overflow: hidden;
    margin-left: 19px;
    position: relative;
}

#ul1 {
    width: 9999px;
    position: relative;
}

#ul1 li {
    float: left;
    overflow: hidden;
    margin-left: 10px;
}

#ul1 li img {
    width: 100%;
    padding: 1px;
}

#div2 .btn_l,
#div2 .btn_r {
    width: 12px;
    height: 26px;
    background: url(/global/roll.gif) no-repeat 0 0;
    position: relative;
    top: -59px;
    cursor: pointer;
    float: left;
    display: block
}

#div2 .btn_l {
    left: 4px;
}

#div2 .btn_r {
    background: url(/global/roll.gif) no-repeat right 0;
    right: -967px;
}


#kpfc_main_fg {
        position: relative;
        width: 1002px;
        height: 11px;
        margin: 0 auto;
        background-color: #FFF;
    }

    #kpfc_main_1p {
        position: relative;
        width: 1002px;
        height: 411px;
        margin: 0 auto;
        background-color: #FFF;
    }

    .main_1p_left {
        position: relative;
        width: 251px;
        padding-top: 320px;
        padding-left: 10px;
        height: 91px;
        float: left;
        background-image: url(/global/kpfc_34.jpg);
        background-repeat: no-repeat;
    }

    .main_1p_left a {
        display: block;
        width: 75px;
        float: left;
        height: 80px;
        margin-left: 8px;
    }

    .main_1p_right {
        position: relative;
        width: 731px;
        height: 411px;
        float: left;
        background-image: url(/global/kpfc_35.jpg);
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .right_xzqy {
        position: relative;
        width: 690px;
        height: 200px;
        margin-left: 38px;
        margin-top: 58px;
        overflow: hidden;
        text-align: left;
    }

    .right_ztly {
        position: relative;
        width: 596px;
        height: 115px;
        margin-left: 92px;
        margin-top: 30px;
        overflow: hidden;
    }

    .right_xzqy_left {
        position: relative;
        width: 160px;
        height: 100px;
        float: left;
    }

    .right_xzqy_right {
        line-height: 22px;
    }

    .xzqy_more {
        position: absolute;
        right: 5px;
        top: 160px;
        float: left;
    }

    .xzqy_more a {
        color: #B80000;
    }

    #kpfc_main_2p {
        position: relative;
        width: 1002px;
        height: auto;
        margin: 0 auto;
        background-color: #FFF;
    }

    .main_2p_left {
        position: relative;
        width: 734px;
        height: auto;
        margin: 0 auto;
        background-color: #FFF;
        float: left;
    }

    .left_01 {
        position: relative;
        width: 734px;
        height: 191px;
        margin: 0 auto;
        background-color: #FFF;
        float: left;
        background: url(/global/kpfc_37.jpg) no-repeat top;
    }

    .left_01_top {
        position: relative;
        width: 734px;
        height: 38px;
        float: left;
        text-align: left;
        text-indent: 150px;
        z-index: 1;
    }

    .left_01_top a {
        font-size: 14px;
        height: 38px;
        color: #3E6A13;
        line-height: 40px;
        margin-right: 5px;
    }

    .left_02_top {
        position: relative;
        width: 734px;
        height: 38px;
        float: left;
        text-align: left;
        text-indent: 15px;
        z-index: 1;
    }

    .left_02_top a {
        font-size: 14px;
        height: 38px;
        color: #3E6A13;
        line-height: 40px;
        margin-right: 5px;
    }

    .left_03_top {
        position: relative;
        width: 734px;
        height: 40px;
        float: left;
        text-align: left;
        text-indent: 180px;
        z-index: 1;
    }

    .left_03_top a {
        font-size: 14px;
        height: 38px;
        color: #3E6A13;
        line-height: 40px;
        margin-right: 5px;
    }

    .left_02 {
        position: relative;
        width: 734px;
        height: 185px;
        margin: 0 auto;
        background-color: #FFF;
        float: left;
        background: url(/global/kpfc_47.jpg) no-repeat top;
    }

    .left_03 {
        position: relative;
        width: 734px;
        height: 185px;
        margin: 0 auto;
        background-color: #FFF;
        float: left;
        background: url(/global/kpfc_53.jpg) no-repeat top;
    }

    .tp_list {
        position: relative;
        width: 734px;
        height: 138px;
    }

    .list_pic_zy {
        position: relative;
        width: 734px;
        height: 138px;
    }

    .left_pic {
        position: relative;
        width: 160px;
        height: 138px;
        float: left;
        text-align: center;
        margin-top: 6px;
    }

    .left_pic img {
        width: 132px;
        height: 122px;
        padding: 2px;
        border: 1px solid #D9D9D9;
    }

    .zy {
        position: relative;
        width: 570px;
        height: 138px;
        line-height: 22px;
        text-align: left;
        margin-top: 11px;
        float: left;
    }

    .zy_left {
        position: relative;
        width: 550px;
        height: 138px;
        line-height: 22px;
        text-align: left;
        margin-top: 11px;
        margin-left: 11px;
        float: left;
    }

    .zy a {
        color: #B80000;
    }

    .zy_left a {
        color: #B80000;
    }

    .right_pic {
        position: relative;
        width: 160px;
        height: 138px;
        float: right;
        text-align: right;
        margin-top: 6px;
    }

    .right_pic img {
        width: 132px;
        height: 122px;
        padding: 2px;
        border: 1px solid #D9D9D9;
    }

    .left_pic img {
        width: 132px;
        height: 132px;
        padding: 2px;
        border: 1px solid #D9D9D9;
    }

    .main_2p_right {
        position: relative;
        width: 230px;
        height: auto;
        margin: 0 auto;
        background-color: #FFF;
        margin-right: 10px;
        float: right;
        background: url(/global/kpfc_39.jpg) no-repeat top;
        text-align: center;
    }

    .right_img {
        position: relative;
        width: 230px;
        height: 326px;
        margin-top: 40px;
    }

    .right_img img {
        position: relative;
    }

    .right_sp {
        position: relative;
        width: 230px;
        height: 170px;
    }

    #white_text {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
    }

    #white_text A {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }

    #white_text A:link {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }

    #white_text A:visited {
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }

    #white_text A:hover {
        font-size: 12px;
        color: #FFFF00;
        text-decoration: none;
    }


.product_scroll {
    margin-top: 0px;
    background-color: #fff;
    padding: 0 18px 0 18px;
    position: relative;
}

.product_scroll_inner {
    height: 110px;
    overflow: hidden;
}

.product_scroll ul {
    width: 310px;
    float: left;
    padding: 0 0px;
    overflow: hidden;
    margin-left: 5px;
}

.product_scroll li img {
    width: 300px;
    height: 175px;
    padding: 3px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.product_scroll .btn_l,
.product_scroll .btn_r {
    margin: 40px 4px 0 4px;
    display: block;
    width: 12px;
    height: 26px;
    background: url(/global/roll.gif) no-repeat 0 0;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.product_scroll .btn_l {
    left: 0;
}

.product_scroll .btn_r {
    background: url(/global/roll.gif) no-repeat right 0;
    right: 0;
}

.fw_link {
    padding-left: 10px
}

.fw_link a {
    display: inline-block;
    float: left;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    margin: 0 25px 0 0
}

.fw_link a:hover {
    color: #ff6600
}

.fw_row {
    margin: 15px 0 0 0;
}


.bottom {
    height: 100px;
    background-color: #fcfcfc;
    font-size: 12px;
}

.bottom .left {
    float: left;
    width: 206px;
}

.bottom .right {
    float: left;
    width: 802px;
}


.dyStyle{
	float: right;
    color: #949494;
    padding-right: 10px;
    width: 80px;
    margin-top: 16px; 

}

  /* 列表 */
    .icon-list-1 {
        background-position: -313px -25px;
        width:12px;
        height:15px;
        display:block;
        position:absolute;
        top: 18px;
        left: 15px;
    }
    .icon-list-2 {
        background-position: -351px -26px;
        width:12px;
        height:12px;
        display:block;
        position:absolute;
        top: 12px;
        left: 25px;
    }
    .icon-list-3 {
        background-position: -388px -26px;
        width:12px;
        height:12px;
        display:block;
        position:absolute;
        top: 12px;
        left: 25px;
    }
    .infor{
        display: none;
    }
    .infor:first-child{
        display:block;
    }


.choose_li{width:77px; background-color:#fff; border-top:2px solid #c83127; float:left; text-align:center;cursor: pointer}
.choose_li span{line-height:30px; color:#c83127; font-weight:bold;}
.other_li{width:77px;float:left; line-height:32px;text-align:center;font-weight:bold;</pre></body></html>