/*
theme name: tairuichem
theme Uri: http://www.tairuichem.com/
Description: 泰瑞化工模板
Version: 1.0
Author: tairui co.,Ltd.
Author Uri: http://www.tairuichem.com/
*/
/* 全局通用
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color:#F1F1F1;
 min-width: 320px;
}
body, button, input, textarea {
 font-size: 12px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 12px;
 margin: 0;
 padding: 0;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 border: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 text-decoration: underline;
}
input, img, select {
 vertical-align: middle;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.clearfix {
 overflow: hidden;
 zoom: 1;
}
.none {
 display: none;
}
#vcode {
 cursor: pointer;
}
.cue {
 color: red;
 font-size:12px;
}
label {
  cursor: pointer;
}
.fixex {
 position: fixed;
 left: 0;
 bottom: 0;
 z-index: 10000;
 width: 100%;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
 width: 100%;
 min-width: 320px;
 margin: 0 auto;
 max-width: 640px;
 background-color: #F5F5F5;
 overflow: hidden;
}
/* -- header -- */
#header {
 zoom: 1;
 overflow: hidden;
 background-color: #0072C6;
 height: 45px;
 margin-bottom: 1px;
 color: #FFF;
 text-align: center;
 font-size: 16px;
}
#header a {
 color: #FFF;
}
#header em {
 line-height: 45px;
}
#header .logo {
 float: left;
 padding-left: 11px;
}
#header a {
 display: block;
 width: 45px;
 height: 45px;
}
#header a.home {
 float: left;
 background: url(images/icon_head.png) no-repeat left top;
}
#header a.siteMap {
 float: right;
 background: url(images/icon_head.png) no-repeat -45px top;
}
#header a.order {
 float: right;
 background: url(images/icon_head.png) no-repeat -90px top;
}
#header .topSearch {
 float: left;
 width: 50%;
 margin: 8px 0 0 8px;
}
#header .topSearch .searchBox {
 border: 1px solid #FFF;
 text-align: left;
}
/* -- mainNav -- */
#mainNav {
 font-size: 13px;
 background-color:#FFF;
}
#mainNav ul {
 zoom: 1;
 overflow: hidden;
}
#mainNav li {
 float: left;
 width: 25%;
}
#mainNav li a {
 display: block;
 text-align: center;
 border-right: solid #EEEEEE 1px;
 border-bottom: solid #EEEEEE 1px;
 line-height: 55px;
}
#mainNav li a.last {
 border-right: none;
}
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
.slideShow {
 position: relative;
 padding: 0;
 *zoom: 1;
}
.slideShow .slideBox {
 background: #fff;
 /*fix other elements on the page moving (on Chrome)*/
 -webkit-transform: translatez(0);
 -moz-transform: translatez(0);
 -ms-transform: translatez(0);
 -o-transform: translatez(0);
 transform: translatez(0);
}
.slideShow .slideBox .slides img {
 max-width: 100%;
 display: block;
}
/* -- slideLoading -- */
.slideShow .slideLoading {
 min-height: 50px;
 background: url(images/slide_loader.gif) center center no-repeat #fff;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
}
/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
 z-index: 50;
 font-family: \5b8b\4f53, sans-serif;
 position: absolute;
 display: block;
 margin-bottom: -20px;
 width: 40px;
 height: 40px;
 bottom: 50%;
 line-height: 40px;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-size: 2em;
 background-color: #333;
 background-color: rgba(50,50,50,.3);
}
.slideShow .arrowBox a.disabled {
 display: none;
}
.slideShow .arrowBox .arrowPrev {
 left: 20px;
}
.slideShow .arrowBox .arrowNext {
 right: 20px;
}
.slideShow .arrowBox a:hover {
 background-color: rgba(50,50,50,.6);
}
/* -- controlBox -- */
.slideShow .controlBox {
 z-index: 30;
 position: absolute;
 bottom: 3px;
 width: 100%;
 text-align: center;
 font-size: .85em;
 font-family: Arial;
 font-weight: bold;
 color: #666;
}
.slideShow .controlBox .control {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}
.slideShow .controlBox.controlDefault a {
 background: url(images/inactive.png) no-repeat 50% 50%;
 text-indent: -9999px;
 width: 13px;
 height: 13px;
 clear: none;
 display: block;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background: url(images/active.png) no-repeat 50% 50%;
}
/* -- indexSearch -- */
#indexSearch {
 background-color: #EEEEEE;
 height: 30px;
 padding: 10px;
}
#indexSearch .searchBox {
 border: 1px solid #DDDDDD;
}
/* 通用结构 
----------------------------------------------- */
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #0072C6;
 color: #EEE;
 padding: 8px 5px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 font-size: 14px;
 -webkit-appearance: none;
 width: 97%;
}
.btnGray {
 display: inline-block;
 border: 1px solid #CCCCCC;
 color: #555555;
 padding: 6px 5px;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 font-size: 14px;
 -webkit-appearance: none;
 width: 97%;
}
.btnMini {
 display: inline-block;
 border: 1px solid #CCCCCC;
 color: #555555;
 padding: 4px 20px;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 -webkit-appearance: none;
}
.btnRed {
 border: 1px solid #e4393c;
 color: red;
}
.btnPayment {
 display: inline-block;
 background-color: red;
 color: #FFF;
 padding: 4px 20px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 font-size: 14px;
 -webkit-appearance: none;
}
/* -- input -- */
.textInput {
 padding: 8px 5px;
 border: 1px solid #DDDDDD;
 font-size: 14px;
 -webkit-appearance: none;
 width: 95%;
}
.textArea {
 padding: 8px 5px;
 border: 1px solid #DDDDDD;
 font-size: 14px;
 -webkit-appearance: none;
 width: 95%;
}
.textAreaAuto {
 border: 1px solid #DDDDDD;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
 width: 96%;
}
/* -- incBox -- */
.incBox {
 margin-bottom: 5px;
 background-color:#FFF;
}
.incBox h3 {
 font-weight: bold;
 font-size: 16px;
 color: #0072C6;
 padding:15px 10px 8px 10px;
}
.incBox h3 .more {
 float: right;
 font-size: 13px;
 color: #777777;
}
/* -- searchBox -- */
.searchBox {
 position: relative;
 background-color: #FFF;
 height: 28px;
 padding-left: 10px;
}
.searchBox .keyword {
 width: 90%;
 color: #999;
 height: 20px;
 line-height: 20px;
 margin: 4px 0;
}
.searchBox .btnSearch {
 position: absolute;
 right: 0;
 border: 0;
 background: #E0E0E0 url(images/btn_search.gif) no-repeat;
 width: 28px;
 height: 28px;
 text-indent: -999px;
 cursor: pointer;
}
/* -- tree -- */
.treeBox {
 zoom: 1;
 overflow: hidden;
 padding: 10px 5px;
 height:35px;
 background-color:#FFF;
}
.treeBox a {
 display: block;
 float: left;
 margin: 5px;
 border: solid #EEEEEE 1px;
 padding: 3px 6px;
}
.treeBox a.cur {
 background-color: #19B4EA;
 color: #FFF;
 border: solid #FFF 1px;
}
/* tableBasic */
.tableBasic {
 font-size: 13px;
 padding: 5px 10px;
 background-color:#FFF;
}
.tableBasic dl {
 overflow: hidden;
 zoom: 1;
 padding:3px 0;
 height:20px;
}
.tableBasic dl dt {
 float: left;
 width: 70px;
}
.tableBasic dl dd {
 margin-left: 70px;
}
/* formBasic */
.formBasic {
 font-size: 13px;
 padding: 15px 10px;
 background-color:#FFF;
}
.formBasic dl {
 overflow: hidden;
 zoom: 1;
 margin-bottom: 15px;
}
.formBasic dl dt {
 margin-bottom:3px;
}
.formBasic dl dd label {
 margin-right:25px;
 line-height:38px;
}
.formBasic dl .captcha {
 text-transform: uppercase;
 width: 100px;
}
.formBasic dl .select {
 height: 38px;
}
/* -- productList -- */
.productList {
 font-size: 13px;
 zoom: 1;
 overflow: hidden;
 background-color:#FFF;
}
.productList dl {
 float: left;
 width: 50%;
}
.productList dd {
 text-align: center;
 border-right: solid #EEEEEE 1px;
 border-top: solid #EEEEEE 1px;
 padding: 10px;
}
.productList dd.clearBorder {
 border-right: none;
}
.productList dd .img {
 margin-bottom: 10px;
}
.productList dd .name {
 margin-bottom: 6px;
}
.productList dd .price {
 color: #999999;
}
/* -- articleList -- */
.articleList {
 background-color:#FFF;
}
.articleList dl {
 border-top: solid #EEEEEE 1px;
 padding: 13px;
 height:42px;
}
.articleList dt {
 margin-bottom: 5px;
 font-size: 13px;
}
.articleList dd {
 color: #999999;
}
.articleList dd em {
 margin-right:8px;
}
/* 库项目样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
 background-color: #EEE;
 color: #555;
 padding: 10px;
 height:24px;
 font-weight: bold;
 font-size: 15px;
}
.urHere a {
 color: #0072C6;
}
.urHere b {
 margin: 0 8px;
}
/* page
----------------------------------------------- */
#page {
 padding-bottom: 30px;
 background-color:#FFF;
}
#page h1 {
 border-bottom: 1px solid #EEEEEE;
 color: #333333;
 font-size: 14px;
 font-weight: bold;
 padding: 0 0 10px 10px;
}
#page .content {
 color: #878787;
 line-height: 200%;
 padding: 10px;
}
#page .content img {
 max-width:100%;
}
/* product
----------------------------------------------- */
#product {
 padding-bottom: 30px;
 background-color:#FFF;
}
#product .img {
 border-bottom: 1px solid #EEEEEE;
 padding: 10px;
 text-align: center;
}
#product .info {
 padding: 10px;
 line-height: 180%;
}
#product .info h1 {
 font-size: 16px;
 color: #333333;
}
#product .info .defined {
 color: #999999;
 padding: 5px 0;
}
#product .info .price {
 color: #FF0000;
 font-size: 16px;
}
#product .info .btnBuy {
 margin-top: 20px;
}
#product .info .btnBuy .addToCart {
 background:#19B4EA url(images/btn_addtocart.png) no-repeat 20px 50%;
 color: #FFFFFF;
 padding: 8px 25px 8px 50px;
 text-decoration: none;
 cursor: pointer;
 font-size:16px;
 -webkit-appearance: none;
}
#product .info .tel {
 margin-top: 20px;
 zoom: 1;
 overflow: hidden;
 line-height: 35px;
 background-color: #19B4EA;
 font-weight: bold;
 font-size: 14px;
}
#product .info .tel dt {
 float: left;
 width: 82px;
 height: 35px;
 text-align: right;
 padding-right: 3px;
 background-color: #E0E0E0;
 color: #333;
}
#product .info .tel dd {
 float: left;
 width: 150px;
 height: 35px;
 color: #FFF;
 padding-left: 10px;
}
#product .info .tel dd a {
 color: #FFF;
}
#product .content {
 padding: 15px 0;
}
#product .content img {
 max-width:100%;
}
#product .content h3 {
 height: 35px;
 line-height: 35px;
 color: #777;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #EEE;
 padding-left: 10px;
}
#product .content ul {
 padding: 10px;
 color: #888888;
 line-height: 200%;
}
/* article
----------------------------------------------- */
#article {
 padding-bottom: 30px;
 background-color:#FFF;
}
#article h1 {
 border-bottom: 1px solid #EEEEEE;
 color: #333333;
 font-size: 16px;
 font-weight: bold;
 padding: 0 0 10px 10px;
}
#article .info {
 padding: 10px;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #878787;
 line-height: 200%;
 padding: 10px;
}
#article .content img {
 max-width:100%;
}
/* 会员中心
----------------------------------------------- */
#user .welcom {
 line-height:200%;
 padding:10px;
 background-color:#FFF;
 margin-bottom:10px;
 font-size:13px;
}
#user .userTree li {
 margin-bottom:1px;
}
#user .userTree li a {
 display:block;
 background:#FFFFFF url(images/icon_arrow_right.png) no-repeat right center;
 padding:10px 10px;
 font-size:14px;
}
#user .password dt {
 float: left;
 width: 110px;
}
#user .password dd {
 margin-left: 110px;
}
#user .password .textInput {
 width: 93%;
}
/* itemList */
#user .itemList {
 background-color:#FFF;
}
#user .itemList dl {
 zoom:1;
 overflow:hidden;
 background-color:#F8F8F8;
 padding:10px 10px;
 margin-bottom:3px;
}
#user .itemList dl dt {
 width:60px;
 float:left;
 margin-right:10px;
 line-height:38px;
}
#user .itemList dl dd {
 margin-left:70px;
}
#user .itemList dl dd p {
 float:left;
 width:60%;
 font-weight:bold;
}
#user .itemList dl dd span {
 float:right;
 text-align:right;
 color:#888;
}
/* item */
#user .orderList .item {
 margin-top:5px;
 background-color:#FFF;
}
#user .orderList .item h3 {
 padding:0 10px;
 height:38px;
 line-height:38px;
}
#user .orderList .item h3 span {
 float:right;
}
#user .orderList .item ul.amount {
 padding:0 10px;
 text-align:right;
 height:38px;
 line-height:38px;
}
#user .orderList .item ul.amount em {
 color:#999;
}
#user .orderList .item ul.btnList {
 padding:10px;
 height:28px;
 border-top: solid #EEE 1px;
 text-align:right;
}
/* order */
#user .order .tableBasic {
 margin-bottom:8px;
}
#user .order .totalAmount {
 font-size: 13px;
 padding: 5px 10px;
 background-color: #FFF;
 margin-bottom:10px;
}
#user .order .totalAmount dl {
 zoom:1;
 overflow:hidden;
 padding:3px 0;
}
#user .order .totalAmount dt {
 float:left;
 color:#999;
}
#user .order .totalAmount dd {
 float:right;
}
#user .order .totalAmount .payment {
 border-top: solid #EEE 1px;
 margin-top:10px;
 padding:10px 0;
 text-align:right;
}
#user .order .itemList h3 {
 padding: 8px 10px;
 background-color: #FFF;
}
#user .order .info {
 color:#999;
}
/* 订单
----------------------------------------------- */
#order .cart .cartEmpty {
 background-color:#FFFFFF;
 font-size: 14px;
 text-align:center;
 padding:150px 50px;
}
#order .cart .cartCheckout {
 background-color:#DDDDDD;
 width: 100%;
 min-width: 320px;
 margin: 0 auto;
 max-width: 640px;
 height:40px;
 line-height:40px;
 font-size:13px;
}
#order .cart .cartCheckout em {
 float:left;
 margin-left:10px;
 color:#e4393c;
}
#order .cart .cartCheckout .btnCheckout {
 background-color:#e4393c;
 float:right;
 width: 80px;
 color:#FFF;
 text-align:center;
}
/* itemList */
#order .itemList {
 background-color:#FFF;
}
#order .itemList dl {
 zoom:1;
 overflow:hidden;
 background-color:#F8F8F8;
 padding:10px 10px;
 margin-bottom:3px;
}
#order .itemList dl dt {
 width:60px;
 float:left;
 margin-right:10px;
 line-height:38px;
}
#order .itemList dl dd {
 margin-left:70px;
}
#order .itemList dl dd .left {
 float:left;
 width:60%;
 font-weight:bold;
}
#order .itemList dl dd .left .name {
 height:36px;
}
#order .itemList dl dd .right {
 float:right;
 text-align:right;
 color:#888;
}
#order .itemList dl dd .right .del {
 display: inline-block;
 background:url(images/icon_del.png) no-repeat;
 text-indent:-9999px;
 width:19px;
 height:20px;
 text-align:left;
 margin:18px 10px 0 0;
}
/* -- 购物车数量加减 -- */
#order .itemList .number {
 width:80px;
 margin-top:4px;
}
#order .itemList .number input, #order .itemList .number span {
 float:left;
 background:url(images/icon_add_minus.gif) no-repeat;
 cursor:pointer
}
#order .itemList .number input {
 width:35px;
 background:none;
 border:none;
 border-top:1px solid #e8e8e8;
 border-bottom:1px solid #e8e8e8;
 height:18px;
 background:#fff;
 text-align:center;
}
#order .itemList .number span.minus {
 text-indent:-9999px;
 display:block;
 background-position:left 0;
 width:20px;
 height:20px;
}
#order .itemList .number span.plus {
 text-indent:-9999px;
 display:block;
 background-position:-22px 0;
 width:20px;
 height:20px;
}
/* checkout */
#order .checkout .box {
 background-color:#FFF;
 margin-bottom:15px;
}
#order .checkout h2 {
 padding:5px 10px;
 border-bottom: solid #EEE 1px;
 font-size:14px;
 font-weight:bold;
}
#order .checkout h2 .right {
 float:right;
}
#order .checkout .totalAmount {
 font-size: 13px;
 padding: 5px 10px;
 background-color: #FFF;
 margin-bottom:50px;
}
#order .checkout .totalAmount dl {
 zoom:1;
 overflow:hidden;
 padding:3px 0;
}
#order .checkout .totalAmount dt {
 float:left;
 color:#999;
}
#order .checkout .totalAmount dd {
 float:right;
 color:#e4393c;
}
#order .checkout .orderSubmit {
 background-color:#EBEBEB;
 width: 100%;
 min-width: 320px;
 margin: 0 auto;
 max-width: 640px;
 height:40px;
 line-height:40px;
 font-size:13px;
}
#order .checkout .orderSubmit em {
 float:left;
 margin-left:10px;
 color: #F00;
}
#order .checkout .orderSubmit .btnSubmit {
 background-color:#e4393c;
 float:right;
 width: 80px;
 color:#FFF;
 text-align:center;
}
#order .checkout .payment {
 zoom:1;
 overflow:hidden;
 padding:15px 0 0 15px;
}
#order .checkout .payment dd {
 float:left;
 width:170px;
 margin-bottom:15px;
}
#order .checkout .shipping {
 padding-top:15px;
}
#order .checkout .shipping dl {
 zoom:1;
 overflow:hidden;
 padding:0 0 15px 15px;
}
#order .checkout .shipping dt {
 float:left;
 width:120px;
}
#order .checkout .shipping dd {
 margin-left:120px;
}
/* -- complete -- */
#order .complete {
 background-color:#FFF;
 padding:60px 30px;
}
#order .complete dl {
 margin-bottom:30px;
}
#order .complete dl.title {
 font-weight:bold;
 font-size:18px;
}
#order .complete dl.info {
 font-size:14px;
}
#order .complete dl.info dd {
 margin-bottom:3px;
}
#order .complete dl.info b {
 color:red;
 margin-right:3px;
}
#order .complete dl.orderCue {
 color:#999;
}
/* 留言板
----------------------------------------------- */
#guestBook {
 padding: 10px 0;
}
#guestBook h2 {
 color: #0072C6;
 font-size: 16px;
 font-weight: bold;
 padding: 0 0 10px 10px;
 border-bottom: solid #EEE 1px;
}
/* bookList */
#guestBook .bookList {
 padding: 10px;
 line-height: 180%;
 font-size: 13px;
 margin-bottom: 20px;
}
#guestBook .bookList dl {
 margin-bottom: 15px;
}
#guestBook .bookList dt {
 color: #333;
 margin-bottom: 3px;
 font-weight: bold;
}
#guestBook .bookList dd {
 color: #999;
}
#guestBook .bookList p {
 color: #0072C6;
 margin-top: 5px;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList p em {
 float: left;
 width: 70px;
}
#guestBook .bookList p span {
 float: left;
 width: 800px;
}
#guestBook .bookList p b {
 color: #999;
 float: right;
}
#guestBook .bookList .pager {
 text-align: left;
 padding: 0;
}
#guestBook .contact dt {
 float: left;
 width: 110px;
}
#guestBook .contact dd {
 margin-left: 110px;
}
#guestBook .contact .textInput {
 width: 93%;
}
/* 站点地图
----------------------------------------------- */
#catalog {
 zoom: 1;
 overflow: hidden;
}
#catalog li a {
 display: block;
 background:#FFF url(images/icon_arrow_right.png) no-repeat right center;
 border-bottom: 1px solid #EEE;
 line-height: 50px;
 height:50px;
 padding-left: 10px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 text-align: center;
 padding:50px 0;
 background-color:#FFF;
}
#douMsg dt {
 color: #0072C6;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd .back {
 display:block;
 width:100px;
 line-height:30px;
 background-color:#19B4EA;
 color:#FFF;
 margin:30px auto;
}
/* 分页
----------------------------------------------- */
.pager {
 text-align: center;
 padding: 10px;
 height:36px;
 background-color:#FFF;
 margin-top:1px;
}
.pager a, .pager span, .pager em {
 display:inline-block;
 color: #525252;
 padding:0 15px;
 line-height:36px;
}
.pager em {
 color: #AAAAAA;
}
/* footer
----------------------------------------------- */
#footer {
 background-color: #FFF;
}
#footer .goTop {
 display: block;
 margin: 0 auto 20px auto;
 width: 60px;
 text-align: center;
 background: url(images/icon_gotop.png) no-repeat center 40px;
 padding-top: 48px;
}
#footer ul {
 background-color: #EEEEEE;
 padding: 15px 0;
 text-align: center;
 color: #999999;
}
#footer a {
 color: #555555;
}
#footer li {
 padding: 5px 0;
}
#footer .footNav a {
 margin: 0 5px;
 color: #0072C6;
}
#footer .powered {
 font-size: 11px;
}
/* -- shipin -- */
.trshipin{
 height:210px;
}