.tz-main{}
.tz-main .tz-header{ padding: 0px 60px; height: 60px; position: relative;}
.tz-main .tz-header .tz-header-center{text-align: center; line-height: 60px; font-size:26px; font-weight:bold;}
.tz-main .tz-header .tz-header-left{ position: absolute; left: 0px; top: 0px; width:60px; height: 60px; text-align: center; line-height: 60px;}
.tz-main .tz-header .tz-header-left .nav-icon{width: 32px; height: 32px;}

.tz-main .tz-content{ padding: 15px; line-height: 22px;}
.tz-main .tz-content img{ width: 100%; height: auto; display: block;}

.industry-item{ border: solid 1px #eeeeee; overflow: hidden; border-radius: 15px; margin-bottom: 15px;}
.product-item{ overflow: hidden;  margin-bottom: 15px;}


.tz-menus-tpl{ display: none;}
.tz-menus-item{ height: 60px; line-height: 60px;}
.tz-menus-item a{ height: 60px; line-height: 60px; padding-left:50px;  font-size:18px; display: block;}
.tz-menus-item.curr{ background-color: #C70A08;}
.tz-menus-item.curr a{ color: #FFFFFF;}


.tz-footer{ background-color: #1D1E22; position: fixed; left: 0px; bottom: 0px; width: 100%; height: auto; z-index: 9;}
.tz-footer .title{ font-size: 20px; padding:25px 15px; color: #FFFFFF;}
.tz-footer .tz-footer-icons{ padding: 0px 20px; padding-bottom: 30px;}
.tz-footer .tz-footer-icons .tz-footer-icons-item{ display: inline-block; padding: 5px;}
.tz-footer .tz-footer-icons .tz-footer-icons-item img{ width:36px; height: 36px;;}

.border-b-red-5{ border-bottom:  solid 5px #C70A08;}


.tz-breadcrumb{ padding:10px 10px;}
.tz-main .tz-breadcrumb{ padding: 0px 50px; height: 60px; position: relative;}
.tz-main .tz-breadcrumb .tz-breadcrumb-center{text-align: center; line-height: 60px; font-size:18px; }
.tz-main .tz-breadcrumb .tz-breadcrumb-left{ position: absolute; left: 0px; top: 0px; width:50px; height: 60px; text-align: center; line-height: 60px;}
.tz-main .tz-breadcrumb .tz-breadcrumb-left img{ height:18px; width: auto; display: inline-block;}


.language-item{ height:60px; line-height: 60px; position: relative;}
.language-item a{ font-size: 18px;}
.language-item img{ position: absolute; right: 0px; top: 18px; width: 25px; height: 25px; font-size: 18px;}
.language-item font{ position: absolute; right: 0px; top: 18px; width: 25px; height: 25px; font-size: 18px;}



.product_pic{ background: url(/h5/themes/cn/assets/images/product_bg.png) left bottom repeat-x; text-align: center;}
.product_pic img{ width:60%; height: auto; display: inline-block;}

.product_desc img{ width: 100%; display: block; height: auto;}

.tz-content-product{  margin-top: 30px;}
.tz-content-product-desc{ background-image: url(/h5/themes/cn/assets/images/product_list_bg.png); background-position: left top; background-color: #f2f2f2; background-repeat: repeat-x;}
.tz-content-title{background-color: #f2f2f2; }
.tz-content-title .Tt{ padding: 10px 15px;}

.product_list-jt{ text-align: right; padding-top: 10px;  padding-bottom: 10px;}
.product_list-jt img{ height:40px;}

.mySwiper{ padding: 0px 15px;}
/*使元素变为内联，即和文字变为一行*/
.d-inline-block{ display: inline-block;}
/*文字类*/
.text-size-20{ font-size: 20px;}
.text-size-18{ font-size: 18px;}
.text-size-16{ font-size: 16px;}
.text-size-14{ font-size: 14px;}
/*文字颜色*/
.text-color-grey{ color: #999999;}
/*加粗*/
.text-weight-b{ font-weight: bold;}
/*居中*/
.text-align-center{text-align: center;}

/*内边距*/
.pl-50{ padding-left: 50px;}
.pl-30{ padding-left: 30px;}

.pt-5{ padding-top: 5px;}
.pt-10{ padding-top: 10px;}

.pb-10{ padding-bottom: 10px;}
.pb-15{ padding-bottom: 15px;}


.px-10{ padding-left: 10px; padding-right: 10px;}
.px-15{ padding-left: 15px; padding-right: 15px;}

.py-15{ padding-top: 15px; padding-bottom: 15px;}
.py-10{ padding-top: 10px; padding-bottom: 10px;}
.py-5{ padding-top: 5px; padding-bottom: 5px;}

.pa-0{ padding: 0px;}
.pa-10{ padding: 10px;}
.pa-15{ padding: 15px;}

/*外边距*/
.mb-20{ margin-bottom: 20px;}
.mb-15{ margin-bottom: 15px;}
.mb-10{ margin-bottom: 10px;}

.mt-20{ margin-top: 20px;}
.mt-10{ margin-top: 10px;}
.mt-5{ margin-top: 5px;}

.ma-0{ margin: 0px;}
/*背景颜色*/
.bgColor-red{ background-color: #C70A08;}