@charset "utf-8";
html, body {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: "微软雅黑";
    background: #fff;
    -webkit-text-size-adjust: none;
}

html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ddd;
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #ddd;
}

html::-webkit-scrollbar-thumb {
    background-color: #67d4f6;
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dhtmltooltip {
    z-index: 100;
    visibility: hidden;
    position: absolute;
    text-align: left;
    border: 1px solid #ccc;
}

#clear, .clear {
    clear: both;
    float: none;
    background: none;
    width: inherit !important;
    height: inherit !important;
}

#noData, .noData {
    color: #ccc;
    font-size: 14px;
    text-align: left;
    padding: 50px 0px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, select, p, th, td {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

body, td, th, span {
    color: #666;
    font-family: "微软雅黑";
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    border: 0px none;
    text-align-last: center;
    vertical-align: middle;
    _azimuth: expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")/*tpa=http://test.test.test/wap/css/', '').replace('*/', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);
}

a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:hover {
    color: #0075c2;
    text-decoration: none;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

/* 触发 hasLayout */
.left {
    float: left;
}

.right {
    float: right;
}

.mr10 {
    margin-right: 10px;
}

.page_line {
    border-bottom: #E4E4E4 1px solid;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.pagebanner img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

/*font-sie*/
.f12 {
    font-size: 12px;
    font-family: "Microsoft yahei";
    line-height: 26px;
}

.f13 {
    font-size: 13px;
    font-family: "Microsoft yahei";
    line-height: 27px;
}

.f14 {
    font-size: 14px;
    font-family: "Microsoft yahei";
    line-height: 29px;
}

.f15 {
    font-size: 15px;
    font-family: "Microsoft yahei";
    line-height: 30px;
}

.f16 {
    font-size: 16px;
    font-family: "Microsoft yahei";
    line-height: 31px;
}

.f17 {
    font-size: 17px;
    font-family: "Microsoft yahei";
    line-height: 32px;
}

.f18 {
    font-size: 18px;
    font-family: "Microsoft yahei";
    line-height: 34px;
}

.f19 {
    font-size: 19px;
    font-family: "Microsoft yahei";
    line-height: 35px;
}

.f20 {
    font-size: 20px;
    font-family: "Microsoft yahei";
    line-height: 36px;
}

.f21 {
    font-size: 21px;
    font-family: "Microsoft yahei";
    line-height: 37px;
}

.f22 {
    font-size: 22px;
    font-family: "Microsoft yahei";
    line-height: 39px;
}

.f23 {
    font-size: 23px;
    font-family: "Microsoft yahei";
    line-height: 40px;
}

.f24 {
    font-size: 24px;
    font-family: "Microsoft yahei";
    line-height: 41px;
}

.f25 {
    font-size: 25px;
    font-family: "Microsoft yahei";
    line-height: 42px;
}

.f26 {
    font-size: 26px;
    font-family: "Microsoft yahei";
    line-height: 43px;
}

.f27 {
    font-size: 27px;
    font-family: "Microsoft yahei";
    line-height: 44px;
}

.f28 {
    font-size: 28px;
    font-family: "Microsoft yahei";
    line-height: 48px;
}

.f29 {
    font-size: 29px;
    font-family: "Microsoft yahei";
    line-height: 49px;
}

.f30 {
    font-size: 30px;
    font-family: "Microsoft yahei";
    line-height: 50px;
}

/*头部文件*/
.mobile_head {
    width: 100%;
    height: 60px;
}

.mobile_head .content {
    display: block;
    background: #fff;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 1px 1px 10px #cccccc;
}

.mobile_head .content .top_left {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 2px;
}

.mobile_head .content .top_left img {
    height: 40px;
    width: auto;
    border: 0px;
}

.mobile_head .content .top_right {
    float: right;
    margin-right: 10px;
    margin-top: 22px;
    text-align: right;
}

.mobile_head .content .top_right .mobile_tel {
    float: left;
    width: 25px;
    height: auto;
    cursor: pointer;
    margin-right: 20px;
}

.mobile_head .content .top_right .mobile_nav {
    float: left;
    width: 25px;
    height: 20px;
    cursor: pointer;
    border: 0px;
}

.mobile_head .content .top_right .mobile_nav img {
    border: 0px;
}

#menuWap {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .86);
}

#menuWap .close {
    width: 80%;
    margin: 30px auto;
    text-align: right;
}

#menuWap .close img {
    height: 20px;
    width: auto;
    border: 1px solid rgba(255, 255, 255, .2);
}

#menuWap ul {
    width: 80%;
    margin: 0px auto;
    text-align: left;
}

#menuWap ul > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0px;
    text-align: left;
    margin: 0px auto;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#menuWap ul > li img {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 18px;
    width: 18px;
    height: auto;
}

#menuWap ul > li > a {
    display: block;
    font-size: 18px;
    padding: 0px 5px;
    color: rgba(255, 255, 255, .8);
}

#menuWap ul > li.A > a {
    color: #64D753 !important;
}

#menuWap ul > li > div {
    display: none;
    padding: 10px 0px;
}

#menuWap ul > li > div a {
    display: block;
    padding: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

#menuWap .language {
    text-align: center;
    margin: 0px auto;
}

#menuWap .language a {
    display: inline-block;
    padding: 5px;
    color: rgba(255, 255, 255, .8);
}

/*首页产品分类规则排列*/
.procate_box {
    position: relative;
}

.procate_box li {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 50%;
    margin-right: -1px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    border: #DBDBDB 1px solid;

}

.procate_box img {
    width: 100%;
    height: auto;
}

.procate_box p {
    color: #ffffff;
    font-size: 12px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #309322;
    text-align: center;
}

.procate_box .mr10 {
    margin-right: 10px;
}

.procate_box .nomr10 {
    margin-right: 0px;
}

.procate_box li:hover {
    box-shadow: 1px 1px 10px #cccccc;
}

.titcontent {
    margin: 10px 5px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.tit {
    padding: 5px 10px;
    background: url("../images/tit_bg.jpg") /*tpa=http://test.test.test/wap/images/tit_bg.jpg*/ repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    color: rgb(62, 62, 62);
    font-weight: bold;
    text-shadow: 0px 1px 1px #fff;
    height: 34px;
}

.tit h2 {
    float: left;
    color: #333;
    font: bold 16px/24px "STHeiti", "Arial";
}

.tit span {
    float: right;
    color: #666;
    font: 12px/24px "STHeiti";
}

.con {
    padding: 10px 5px;
    height: auto;
    oveflow: hidden;
}

.about {
    text-align: left;
    width: 100%;
    padding: 0;
    height: auto;
    overflow: hidden;
    color: #333;
    font: 12px/20px "STHeiti", "Arial";
}

.about p {
    text-align: left;
    margin: 5px;
}

.about img {
    width: 100%;
    height: auto;
}

.news {
    margin: 0 5px;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.news ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.news ul li {
    float: left;
    width: 100%;
    height: 30px;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}

.news ul li a {
    float: left;
    display: block;
    width: 100%;
    text-indent: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url("../images/ico9.png") /*tpa=http://test.test.test/wap/images/ico9.png*/ 0 0 no-repeat;
    color: #333;
    font: 12px/30px "STHeiti", "Arial";
}

.news ul li a:hover {
    color: #d00;
    background: url("../images/ico9.png") /*tpa=http://test.test.test/wap/images/ico9.png*/ 0 -25px no-repeat;
}

.news ul li span {
    float: right;
    display: block;
    color: #999;
    font: 11px/30px "STHeiti", "Arial";
    -webkit-text-size-adjust: none;
}

/* 产品类别 */
.pro_type {
    margin: 0 5px;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.pro_type ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

.pro_type ul li {
    float: left;
    display: block;
    margin-bottom: 3px;
    width: 100%;
    height: 30px;
}

.pro_type ul li a {
    display: block;
    width: 100%;
    height: 30px;
    color: #333;
    font: 14px/30px "STHeiti", "Arial";
    text-indent: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url("../images/ico2.png") /*tpa=http://test.test.test/wap/images/ico2.png*/ no-repeat 5px 2px #F6F6F6;
    border-bottom: 1px solid #ddd;
}

.pro_type ul li a:hover {
    color: #d00;
    background: url("../images/ico2.png") /*tpa=http://test.test.test/wap/images/ico2.png*/ no-repeat 5px -23px #eee;
    border-bottom: 1px solid #ddd;
}

/*产品详情*/
.product_content {
    padding: 5px;
    margin-top: 20px;
}

.product_content p {
    margin-bottom: 14px;
    line-height: 25px;
    color: #6A6A6A;
}

.product_content p .f14 {
    font-size: 18px;
    font-weight: bold;
    color: #00A200;
}

.product_content img {
    width: 100%;
    border: #EBEBEB 1px solid;
}

.product_content table {
    width: 100%;
    box-shadow: 1px 1px 5px #cccccc;
    font-size: 14px;
    margin-top: 10px;
    background-color: #CCCCCC;
}

.product_content table .jg {
    padding-left: 10px;
    padding-right: 10px;
}

.product_content table .trbg1 {
    background-color: #00A200;
    font-size: 16px;
    height: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.product_content table .trbg1 .ft {
    border: #FFAD5B 1px solid;
    padding: 4px;
    height: 30px;
    background-color: #FF8000
}

.product_content table .trbg2 {
    background-color: #F7F7F7;
    font-size: 10px;
    height: 30px;
}

.product_content table .trbg3 {
    background-color: #FFFFFF;
    font-size: 10px;
    height: 25px;
}

.product_content table td {
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

/*产品类别下拉*/
#listBut {
    cursor: pointer;
}

#list {
    display: none;
}

/*book*/
.book {
    font-size: 14px;
}

.book p {
    font-size: 14px;
    color: #303030;
    margin-bottom: 8px;
}

/*表单样式*/
input {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    border: #C1C1C1 1px solid;
    border-radius: 3px;
    outline: none;
    width: 100%;
    height: 30px;
}

input:focus {
    box-shadow: 0 0 5px 1px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

textarea {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    border: #C1C1C1 1px solid;
    border-radius: 3px;
    outline: none;
    width: 100%;
    height: 80px;
    cursor: pointer;
}

textarea:focus {
    box-shadow: 0 0 5px 1px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.submit {
    border-radius: 3px;
    background-color: #FF8B17;
    color: #ffffff;
    margin-top: 10px;
    border: #FF8B17;
    width: 120px;
}

/*广告图滚动*/
#banner {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.swiper-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
}

.swiper-container img {
    width: 100%;
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    background: none;
    top: auto;
    bottom: 30px;
}

.swiper-button-prev {
    background: url("../images/arrows.png") /*tpa=http://test.test.test/wap/images/arrows.png*/ no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;

}

.swiper-button-next {
    background: url("../images/arrows.png") /*tpa=http://test.test.test/wap/images/arrows.png*/ no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.bottom-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1px;
    z-index: 10;
    vertical-align: middle;
}

.swiper-pagination {
    position: relative;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
}

#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    box-sizing: border-box;
    border: 3px solid #fff;
    margin: 0 4px;
    vertical-align: middle;
}

#banner .swiper-pagination-bullet-active {
    background: #64D753;
}

/*分页样式*/
.technorati {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 3px;
    PADDING-TOP: 3px;
    text-align: center;
    clear: both;
}

.technorati A {
    BORDER-RIGHT: #ccc 1px solid;
    PADDING-RIGHT: 6px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #ccc 1px solid;
    PADDING-LEFT: 6px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #ccc 1px solid;
    COLOR: #309322;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #ccc 1px solid;
    TEXT-DECORATION: none
}

.technorati A:hover {
    BACKGROUND-IMAGE: none;
    COLOR: #fff;
    BACKGROUND-COLOR: #309322
}

.technorati A:active {
    BACKGROUND-IMAGE: none;
    COLOR: #fff;
    BACKGROUND-COLOR: #309322
}

.technorati SPAN.current {
    PADDING-RIGHT: 6px;
    PADDING-LEFT: 6px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    COLOR: #000;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px
}

.technorati SPAN.disabled {
    BORDER-RIGHT: #ccc 1px solid;
    PADDING-RIGHT: 6px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #ccc 1px solid;
    PADDING-LEFT: 6px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #ccc 1px solid;
    COLOR: #309322;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #ccc 1px solid;
    TEXT-DECORATION: none
}

/*表单样式*/
.input_box {
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: #000000;
    LINE-HEIGHT: 12pt;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: "宋体";
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
    height: 22px;
}

.content_box {
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: #000000;
    LINE-HEIGHT: 12pt;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: "宋体";
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
}

/*线条样式*/
.pro_line {
    border-bottom: #E3E3E3 1px dotted;
    margin-bottom: 20px;
    height: 0px;
}

/*常见问题*/
.faq {
    padding: 0 0 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 45px;
}

.faq dt {
    padding-left: 40px;
    background: url("../../images/products/pro_q.jpg") /*tpa=http://test.test.test/images/products/pro_q.jpg*/ no-repeat 0 3px;
    margin-bottom: 13px;
    color: #f1bb00
}

.faq dd {
    padding-left: 40px;
    background: url("../../images/products/pro_a.jpg") /*tpa=http://test.test.test/images/products/pro_a.jpg*/ no-repeat 0 1px;
}

.contact {
    margin: 20px 0 65px;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #333;
    font: 12px/24px "STHeiti", "Arial";
    text-align: center;
}

/*手机版底部固定*/
.mobilebody_footer {
    width: 100%;
    height: 45px;
    background: linear-gradient(#42CA2F, #35A025) #35A025;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#42CA2F), to(#35A025));
    background: -moz-linear-gradient(top, #42CA2F, #35A025); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42CA2F, endColorstr=#35A025, grandientType=0);
    bottom: 0;
    border-top: #309322 solid 1px;
}

.mobilebody_footer ul {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.mobilebody_footer ul li {
    width: 25%;
    float: left;
    color: #fff;
}

.mobilebody_footer ul li a {
    width: 100%;
    height: 45px;
    display: block;
    border-right: #35A025 solid 1px;
}

.mobilebody_footer ul li a:hover {
    background: #35A025;
}

.mobilebody_footer ul li dl {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.mobilebody_footer ul li dt {
    width: auto;
    height: 25px;
    overflow: hidden;
}

.mobilebody_footer ul li dd {
    width: auto;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
}
