@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    word-wrap: break-word;
}
.info_content img {
    max-width: 100% !important;
}
html {
    font-size: 20px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0;
}

body {
    max-width: 640px;
    font-size: 0.6rem;
    margin: 0 auto;
    background: #F4F4F4;
}

body,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, \5FAE\8F6F\96C5\9ED1;
    font-size: 0.6rem;
    color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

small {
    font-size: 0.6rem;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li,
div,
dt,
a,
span,
input,
textarea,
select,
label {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: none;
}

.c,
.clear {
    height: 0px;
    clear: both;
}

.c10 {
    height: 10px;
    clear: both;
}

.c70 {
    height: 70px;
    clear: both;
}

.c60 {
    height: 60px;
    clear: both;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: block;
    *zoom: 1
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    word-wrap: break-word;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/**头部**/
.headerbox {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    height: 60px;
    border-bottom: 3px solid #007261;
    box-sizing: border-box;
    padding: 0 0.5rem;
    display: flex;
    justify-content: space-between;
}

.headerbox img {
    height: 1.86rem;
    padding-top: 12px;
}

.headerbox .home {
    height: 30px;
    width: 30px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.headerbox div.home img {
    height: 90%;
}

.headerbox .ico {
    height: 30px;
    width: 30px;
    float: right;
    padding-right: 10px;
    padding-top: 13px;
}

.headerbox div.ico img {
    height: 30px;
}

.navgate {
    width: 94%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    background: #007261;
    padding: 0px 3%;
}

.navgate ul {
    padding: 5px 0;
    display: block;
}

.navgate li {
    height: 34px;
    line-height: 34px;
    width: 33.3%;
    float: left;
    text-align: center;
    margin-top: 8px;
}

.navgate li a {
    color: #007261;
    display: block;
    background: #fff;
    width: 94%;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 14px;
}

.center {
    width: 94%;
    margin: 0 auto;
    clear: both;
    background: #fff;
    padding: 0px 3%;
}

.title_n {
    height: 36px;
    line-height: 36px;
    background: #007261 url(../images/tit_bg.jpg) no-repeat;
    color: #fff;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
}

.title_n h3 {
    font-size: 15px;
    /* width: 120px; */
    text-align: center;
}

.title_n span {
    font-size: 13px;
    color: #000;
}

.title_n span a {
    color: #000;
    font-size: 13px;
}

/*产品中心*/
.pro_li {
    width: 100%;
    margin: 0 auto;
    padding-top: 8px;
}
.pro_li ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_li ul li {
    display: block;
    width: 49%;
}
.pro_li li {
    height: 32px;
    line-height: 32px;
    width: 48%;
    float: left;
    margin-top: 5px;
}

.pro_li li:nth-child(2n) {
    float: right;
}

.pro_li li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #007261;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    
}
.pro_li li a.active{
    background: #024840;
    color: #fff;
}
.pro_li li a span {
    float: right;
    padding-right: 10px;
    color: #fff;
}

.product {
    width: 100%;
    margin: 8px auto;
}

.product ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product ul li {
    width: 49%;
    text-align: center;
    margin-top: 10px;
}

.product ul li img {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.product ul li div.name {
    height: 36px;
    line-height: 36px;
    width: 100%;
    margin: 0px auto;
    font-size: 14px;
    overflow: hidden;
    float: left;
    background: #e2e2e2;
}

.product li div.name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product li div span {
    text-align: right;
    height: 36px;
    color: #fff;
    position: relative;
    right: 0px;
    font-size: 12px;
    background: #007261;
    float: right;
}

.product li div span a {
    color: #fff;
    display: block;
    padding: 0 6px;
}

.more {
    width: 50%;
    clear: both;
    eight: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #007261;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
}

.more a {
    color: #fff;
    display: block;
}

@media (min-width:320px) {
    .product li img {
        height: 110px;
    }
}

@media (min-width:480px) {
    .product li img {
        height: 180px;
    }
}

@media (min-width:640px) {
    .product li img {
        height: 220px;
    }
}

/*@media (min-width:860px){.product li img{height:220px;}}*/

.productx {
    width: 100%;
    margin: 8px auto;
}

.productx li {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

/*.product li .img{border:1px solid #ff0000; float:left; width:100%;}*/
.productx li img {
    margin: 0px auto;
    padding: 0;
    margin: 0px;
    border: 4px solid #d1d1d1;
    border-radius: 10em;
}

.productx li div.name {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    clear: both;
    width: 96%;
}

.more {
    width: 50%;
    clear: both;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #007261;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
}

.more a {
    color: #fff;
    display: block;
}

@media (min-width:320px) {
    .productx li img {
        height: 80px;
        width: 80px;
    }
}

@media (min-width:480px) {
    .productx li img {
        width: 100px;
        height: 100px;
    }
}

.about_title {
    text-align: center;
    background: #f9f9f9;
    height: 2rem;
    line-height: 2rem;
    padding: 10px 0;
}

.about_title a {
    color: #fff;
}

.about_title h3 {
    font-size: 1.3rem;
}

.about_title span {
    float: right;
    font-size: 14px;
    padding-right: 10px;
}

.about_con {
    line-height: 24px;
    color: #fff;
    width: 94%;
    font-size: 16px;
    margin: 0 auto;
    clear: both;
    color: #333333;
    padding: 10px 0;
}

.about_con img {
    width: 100%;
    padding-bottom: 8px;
}

.irxal_nr {
    height: auto;
    overflow: hidden;
    clear: both;
}

.kehupj li {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    border: 1px #ddd solid;
    background: #f1f1f1;
    margin-bottom: 0.5rem;
}

.kehupj li p {
    line-height: 1.6;
    font-size: 0.6rem
}

.imgb {
    margin: 0.5rem;
}

.imgb img {
    width: 4rem;
    height: auto;
}

.kehupj li p b {
    display: block;
    font-size: .8rem;
    color: #007261;
}

.news_list {
    width: 96%;
    margin: 0 auto;
    padding-top: 8px;
}

.news_list li {
    height: 36px;
    line-height: 36px;
    color: #007261;
    background: url(../images/landian.png) no-repeat 6px 12px;
    padding-left: 22px;
    border-bottom: 1px dashed #e2e2e2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer {
    border-top: 2px solid #007261;
    padding: 8px 0;
    line-height: 25px;
    background: #03554B;
    text-align: center;
    color: #fff;
}

.footbox {
    border-top: 1px solid #fff;
    height: 36px;
    background: #007261;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.footbox ul {
    display: flex;
    justify-content: space-between;
}

.footbox li {
    width: 25%;
    height: 100%;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.footbox li:last-child {
    border-right: 0;
}

.footbox li a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background: #03554B;
    text-align: center;
    color: #fff;
}

.info_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    padding: 6px 0;
}

.info_content,
.info_con {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
}

.info_content p {
    padding-top: 10px;
}

.info_content img,
.info_con img {
    max-width: 100%;
    margin: 0 auto
}



.info_content table {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-top: 10px;
}

.info_content table td {
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0px;
    padding: 6px;
    text-align: center;
}

.info_content strong {
    padding-top: 10px;
    display: block;
    height: 35px;
    line-height: 35px;
}

.prev,
.next {
    height: 35px;
    line-height: 35px;
    background: #e2e2e2;
    width: 100%;
    border-radius: 10em;
    margin-top: 10px;
    text-indent: 20px;
}

.fenye {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
}

.fenye table {
    width: 100%;
    background: #e2e2e2;
    text-align: center;
}

.fenye #pagelist a {
    padding: 5px 8px;
    background: #c1c1c1;
}
#fenye .pagelist {
    display: inline-block;
}
#fenye .pagelist li {
    display: inline-block;
    width: auto;
    padding: 4px;
}
.pagelist li {
       display: inline-block;
    background: none;
    overflow: initial;
}
.fenye #pagelist span {
    padding: 5px 8px;
    background: #c1c1c1;
}

.fenye #pagelist a.curr {
    background: #007261;
    color: #fff;
}

.message {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    padding: 10px 0;
}

.upfile {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    text-indent: 5px;
    margin-top: 8px;
    width: 100%;
}

.upfilexx {
    line-height: 32px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    text-indent: 5px;
    margin-top: 8px;
    width: 100%;
}

.submit1 {
    border: none;
    background: #007261;
    height: 35px;
    line-height: 35px;
    width: 40%;
    color: #fff;
    border-radius: 4px;
    margin-top: 8px;
}

.cmsxiu_product {
    margin-top: 0.5rem;
}

.cmsxiu {}

.cpjs>h3 {
    background: #007261;
    color: #fff;
    padding: 0.3rem;
    border-radius: 5px;
}

.cpjs>h3>span {
    font-size: 12px;
}

.xhcs {
    overflow: auto;
}

.xhcs table {}

.xhcs table td {
    white-space: nowrap;
}


#list {
    width: 1.5rem;
    padding-top: 0.6rem;
}
#list span {
    display: block;
    background: #666;
    width: 1.5rem;
    height: 5px;
    margin: 6px 0;
}