/* CSS Document */
.tcol_1 {width: 100%;height: 300px;background-image: url("../images/navbg2.jpg");}
.tcol_1 .con{width:100%;}
.tcol_1 .left{margin-left: 50px;margin-top: 100px;}
.tcol_1 .left .btn{width:360px;height: 90px;background: #f35235;border-radius: 90px;text-align: center;line-height: 90px;color: #FFFFFF;font-size: 26px;box-sizing: border-box;box-shadow:inset 0 -6px 0 0 rgba(0,0,0,0.4);}
.tcol_1 .left .btn .fs20{font-size: 20px;position: relative;top: -2px;}
.tcol_1 .left .btn:hover{background-color: #FF0000;box-shadow:inset 0px 4px 0 0 rgba(255,255,255,0.3);box-sizing: border-box;}
.tcol_1 .right{width:700px;color: #FFFFFF;font-size: 14px;line-height: 24px;margin-top: 80px;}
.tcol_1 .right p a{text-decoration:underline}
.tcol_1 .right p a:hover{color:#ffffff}
.tcol_1 .fs255{color:#ffffff}

/*tcol_2*/
.tcol_2{margin-top: 15px;}
.tcol_2 .con{width:100%;height: auto;background: #FFFFFF;box-sizing: border-box;padding: 15px;border-radius: 4px;}
.tcol_2 .con .navcon{background-color: #f5f5f5;border-radius: 4px;box-sizing: border-box;padding: 15px;}
.tcol_2 .con .navcon .navli{width:100%;line-height: 30px;margin-bottom: 15px;}
.tcol_2 .con .navcon .navli:last-child{margin-bottom: 0;}
.navli .fs1{font-size: 16px;font-weight: bold;color: #000000;margin-right: 50px;width: 110px}
.navli .fs2{font-size: 14px;color: #000000;margin-right: 20px;}
.navli .fs2 .icn_file1{width:22px;height: 22px;background-image: url("../images/icn_file1.png");background-position: center;background-size: 22px;background-repeat: no-repeat;position: relative;top: 3px;margin-right: 5px;}
.navli .fs2 .icn_kl{width:22px;height: 22px;background-image: url("../images/icn_kl.png");background-position: center;background-size: 22px;background-repeat: no-repeat;position: relative;top: 3px;margin-right: 5px;}
.navli .fs2 .icn_file2{width:22px;height: 22px;background-image: url("../images/icn_file2.png");background-position: center;background-size: 22px;background-repeat: no-repeat;position: relative;top: 3px;margin-right: 5px;}
.navli .btn{width:106px;height: 30px;text-align: center;line-height: 30px;font-size: 14px;color: #999999;border-radius: 4px;background-color: #FFFFFF;border-radius: 4px;cursor:pointer;}
.navli .btn:hover{background-color: #999999;color: #FFFFFF}


.navcon2{width:100%;margin: 30px 0;position: relative;}
.navcon2 .btn1{width:136px;height: 40px;line-height: 40px;text-align: center;border-radius: 4px;margin-right: 10px;background-color: #e9e9e9;color: #999999;font-size: 16px;cursor: pointer;}
.navcon2 .btn1.current,.navcon2 .btn1:hover{background-color: #e94628;color: #FFFFFF;}
.navcon2 .btnadd{width: 200px;height: 40px;color: #FFFFFF;font-size: 16px;background: #e94628;border-radius: 40px 0 0 40px;text-align: center;line-height: 40px;position: absolute;right: -15px;cursor:pointer;}
.navcon2 .btnadd .icn_cart{width: 25px;height: 25px;background-image: url("../images/icn_cart.png");background-repeat: no-repeat;display:inline-block;margin-right: 5px;position: relative;top: 6px;}
.navcon2 .btnadd:hover{background-color: #FF0000;}





.plist{width:100%;height: auto;}
.plist .pli{width:155px;height: 220px;box-sizing: border-box;border-radius: 4px;border: 1px solid #f0f0f0;margin-right: 14px;margin-bottom: 15px;background-color: #FFFFFF;position: relative;}
.plist .pli:nth-child(5n){margin-right: 14px}
.plist .pli:nth-child(7n){margin-right: 0}
.plist .pli .num{position: absolute;right: 5px;top: 5px;color: #000000;font-size: 16px;z-index: 2;}
.pli .pimg{width:100%;height: 155px;align-items: center;justify-content: center;}
.pli .pinfo{width:100%;height: auto;box-sizing: border-box;padding: 0 15px;margin-top: 5px;}
.pli .pinfo .fsname{width:100%;height: auto;line-height: 24px;margin-bottom: 5px;font-size: 14px;color: #333333}
.pli .pinfo .butt{width:100%;height: auto;display: flex;align-items: center;justify-content: space-between;line-height: 20px;color: #ff0000;font-size: 16px;}


.plist .pli:hover{transform: translateY(-10px);border: 1px solid #e94628;box-shadow: 0 10px 15px  rgba(0,0,0,.08)}












