@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
    padding: 0px;
    margin: 0px
}

body {
    font-size: 100px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.trans {
    transition: all .3s ease-in;
}

html {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    font: .24rem/1.5 "PingFang SC", Helvetica, "Helvetica Neue", "microsoft yahei", Tahoma, Arial, sans-serif;
    color: #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    position: relative;
}

body:before,
body:after {
    content: "";
    width: 100%;
    display: block;
}

body:before {
    height: 2.5rem;
}

body:after {
    height: 1rem;
}

img {
    border: 0px;
}

em {
    font-style: normal;
}

s,
i {
    font-style: normal;
}

ul,
ol {
    list-style-type: none;
}

li {
    list-style: none outside none;
}

b {
    font-weight: normal;
}

/*表单*/
input,
button,
select,
textarea {
    outline: none;
    font-family: "PingFang SC", "Microsoft Yahei", Arial;
    font-size: .24rem;
    -webkit-appearance: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

/*公用样式*/
.layout {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-wrapper: 101;
    background: #000;
    opacity: 1;
}

.blue {
    color: #28a5f4;
}

/*链接*/
a,
a:link,
a:visited,
a:hover,
a:active {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    color: #333333;
    outline: none;
}

/*标题*/
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: normal;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    background-size: 2.4rem auto;
    vertical-align: middle;
}

.icon,
.iconbef:before,
.iconbef:after {
    content: "\20";
    display: block;
}

/*清除浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clear,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/*==========@@HTML默认 结束@@==========*/
.wrapper {
    width: 100%;
}

/*==========@@公共模块 开始@@==========*/
.header {
    background-size: 100% 1.04rem;
}

#top_main {
    width: 100%;
    height: 2.5rem;
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);
}

.head_top {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    height: .5rem;
    margin: 0 auto;
    background-color: #00b2ab;
    text-align: center;
    line-height: .5rem;
}

.head_top div {
    display: inline-block;
    padding-left: .5rem;
    background: url(../images/tel.png) no-repeat left center;
    background-size: .4rem;
    color: #fff;
    font-size: .24rem;
}

#top {
    max-width: 640px;
    min-width: 320px;
    height: 1rem;
    margin: 0px auto;
    position: relative;
    background: #fff;
}

#top .logo {
    float: left;
    text-align: center;
    display: block;
    padding-top: .1rem;
    margin-left: .15rem;
}

#top .logo a {
    display: block;
}

#top .logo img {
    display: block;
    height: .8rem;
}

#top_main .tsearch * {
    box-sizing: border-box;
}

#top_main .tsearch {
    position: relative;
    max-width: 640px;
    min-width: 320px;
    height: 1rem;
    margin: 0 auto;
    padding: .2rem;
    z-index: 99;
    background: #fff;
}

#top_main .tsearch input {
    -webkit-appearance: none;
}

#top_main .tsearch .txt {
    float: right;
    width: 84%;
    color: #666;
    text-indent: .1rem;
    font-size: .28rem;
    height: .62rem;
    background: #f2f2f2;
    border: 0;
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
}

#top_main .tsearch .btn {
    float: left;
    color: #fff;
    font-size: .22rem;
    width: 16%;
    height: .62rem;
    line-height: .6rem;
    text-align: center;
    border: 0;
    background-color: #f2f2f2;
    background-position: -0.748rem -1.055rem;
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
}

#top #nav {
    width: 1.22rem;
    height: .52rem;
    position: absolute;
    right: 3%;
    top: .23rem;
    color: #fff;
    line-height: .52rem;
    cursor: pointer;
    background: #00b2ab;
    border-radius: .1rem;
}

#top .nav {
    float: left;
    width: .35rem;
    margin: 0 .1rem;
    margin-top: .23rem;
    height: .05rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .01rem;
    position: relative;
}

#top .nav:before,
#top .nav:after {
    content: '';
    width: 100%;
    height: .05rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 1.5px;
    display: block;
    position: absolute;
    right: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4*/
    -webkit-transition: all 1s;
    /* Safari 和 Chrome*/
    -o-transition: all 1s;
}

#top .nav:before {
    top: -.1rem;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9*/
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome*/
    -moz-transform: rotate(0deg);
    /* Firefox*/
    -o-transform: rotate(0deg);
}

#top .nav:after {
    width: 70%;
    left: 0;
    bottom: -.1rem;
    transform-origin: 0 3px;
    -ms-transform-origin: 0 3px;
    -webkit-transform-origin: 0 3px;
    -moz-transform-origin: 0 3px;
    -o-transform-origin: 0 3px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9*/
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome*/
    -moz-transform: rotate(0deg);
    /* Firefox*/
    -o-transform: rotate(0deg);
}

#top .cur .nav {
    background: rgba(255, 255, 255, 0);
}

#top .cur .nav:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9*/
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome*/
    -moz-transform: rotate(45deg);
    /* Firefox*/
    -o-transform: rotate(45deg);
    /* Opera*/
}

#top .cur .nav:after {
    width: 100%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9*/
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome*/
    -moz-transform: rotate(-45deg);
    /* Firefox*/
    -o-transform: rotate(-45deg);
}

#top .close {
    background-position: -2.06rem 0;
    width: .34rem;
    height: .34rem;
    cursor: pointer;
    position: absolute;
    right: 20%;
    top: -0.02rem;
    text-align: center;
}

/*subNav*/
.subNav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 2.5rem;
    z-index: 999;
    max-width: 640px;
    min-width: 320px;
    background: #666;
    -webkit-transform: translateX(7rem);
    -moz-transform: translateX(7rem);
    -ms-transform: translateX(7rem);
    transform: translateX(7rem);
}

.subNavCon {
    margin: 0;
    width: 100%;
    height: 100%;
}

.subNav .closrbox {
    width: 20%;
    height: 0.5rem;
    line-height: .5rem;
    background: #fff;
    position: absolute;
    right: 2%;
    top: -5%;
}

.subNav .close {
    background-position: -1.64rem -1.5rem;
    width: .4rem;
    height: .4rem;
}

.subNav .c_clos {
    width: 52%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.subNav .list {
    margin-top: .6rem;
}

.subNav li {
    width: 100%;
    display: block;
    line-height: .7rem;
    margin: 0 auto;
    position: relative;
}

.subNav .subnav2 {
    width: 100%;
    display: none;
}

.subNav .subnav2 a {
    margin-bottom: .1rem;
    background: #eeeeee;
    font-size: .24rem;
}

.subNav li a {
    display: block;
    color: #fff;
    font-size: .28rem;
    padding-left: 5%;
    border-bottom: .01rem solid #666;
    background: #333;
}

.subNav li em {
    width: .3rem;
    height: .3rem;
    display: inline-block;
    background-position: 0 -2.2rem;
    vertical-align: middle;
    position: absolute;
    right: 3%;
    top: .26rem;
}

.subNav.show {
    right: 0 !important;
}

.subNavShow {
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    transform: translateX(-48%);
    display: block;
}

.subNavShow2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*首页导航*/
.inav_t {
    width: 100%;
    background: #00b2ab;
}

.inav_t dl {
    overflow: hidden;
}

.inav_t dl dd {
    width: 25%;
    height: 0.7rem;
    float: left;
    text-align: center;
    border-right: .01rem solid #00a09a;
    border-bottom: .01rem solid #00a09a;
}

.inav_t dl dd:nth-child(4n) {
    border-right: 0;
}

.inav_t dl dd a {
    display: block;
    width: 100%;
    line-height: .7rem;
    color: #fff;
}

/*咨询热线*/
.in_tel {
    text-align: center;
    background-color: #00b2ab;
}

.in_tel h2 a {
    color: #fff;
}

.in_tel h2 {
    display: inline-block;
    width: 92%;
    font-size: .32rem;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: 2.5% 4%;
    padding: .5% 0;
}

.in_tel span {
    position: relative;
    top: -.02rem;
    width: .35rem;
    height: .35rem;
    display: inline-block;
    background: url(../images/phone.png) no-repeat;
    background-size: .35rem auto;
    vertical-align: middle;
    margin-right: .1rem;
}

/*banner*/
.banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    z-index: 15;
    font-size: 0;
}

.banner img {
    width: 100%;
    display: block;
}

.banner.swiper-container .swiper-pagination {
    bottom: .25rem;
}

.banner.swiper-container .swiper-pagination.sz {
    bottom: 2.05rem;
}

.banner.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    background: #fff;
    border-radius: .1rem;
    opacity: .5;
    margin: 0 .05rem;
    vertical-align: top;
    position: relative;
    transition: all .5s;
}

.banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: .3rem;
    opacity: 1;
}

/*版权信息*/
.footer_main {
    text-align: center;
    width: 100%;
    padding: .2rem;
    color: #666;
    border-top: 1px solid #e5e5e5;
    background: #f5f5f5;
}

.copyright {
    width: 94%;
    margin: 0 auto;
    padding: 3% 0;
    font-size: .18rem;
}

.toTop {
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/gotop.png) no-repeat center top;
    background-size: 0.9rem auto;
    position: fixed;
    bottom: 20%;
    right: 2%;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.footer_main a {
    color: #666;
}

/*返回顶部*/
#returntop {
    width: .8rem;
    height: .8rem;
    background: #00b2ab url(../images/gotop.png) no-repeat center;
    background-size: .4rem;
    position: fixed;
    bottom: 20%;
    right: 2%;
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s;
}

#returntop.cur {
    opacity: 1;
}

/* 工具栏 */
#toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    height: 1rem;
    left: 0;
}

#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #434343;
    box-shadow: 0 -8px 8px 0px rgb(0 0 0 / 10%);
}

#toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
    border-left: .01rem solid #6f6f6f;
    border-right: .01rem solid #282828;
}

#toolbar .list li:first-child {
    border-left: 0;
}

#toolbar .list li:last-child {
    border-right: 0;
}

#toolbar .list a {
    display: block;
    height: 1.1rem;
    line-height: .24rem;
    font-size: .26rem;
    padding-top: .2rem;
}

#toolbar .list a span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 0.24rem;
}

#toolbar .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 0.31rem;
    height: 0.32rem;
    display: block;
    margin-bottom: .12rem;
    background-position: -.76rem -.2rem;
}

#toolbar .list li:nth-child(2) s {
    background-position: -.0rem -.2rem;
}

#toolbar .list li:nth-child(3) s {
    background-position: -.38rem -.2rem;
}

#toolbar .list li:nth-child(4) s {
    background-position: -1.2rem -.2rem;
    width: .34rem;
    height: .34rem;
}

/*==========@@页面布局 开始@@==========*/
.index {
    background: #fff;
    overflow: hidden;
}

/*首页标题*/
.index .in_title {
    position: relative;
    width: 6rem;
    margin: 0 auto;
    text-align: center;
    line-height: .5rem;
}

.index .in_title h3 {
    font-size: .34rem;
    font-weight: bold;
    text-align: center;
    color: #00b2ab;
}

.index .in_title h3 span {
    margin: 0 .4rem;
}

.index .in_title h3 em {
    display: inline-block;
    width: .5rem;
    height: .03rem;
    margin-top: .2rem;
    background: #ccc;
    vertical-align: super;
}

.index .tab {
    text-align: center;
    margin-top: .3rem;
}

.index .tab a {
    width: 30%;
    font-size: .22rem;
    line-height: 0.6rem;
    margin: 0 .05rem;
    display: inline-block;
    padding: 0 .1rem;
    color: #fff;
    background: #00b2ab;
    border-radius: .1rem;
    transition: all .5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .more {
    width: 2rem;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: .24rem;
    line-height: .6rem;
    text-align: center;
    border-radius: .1rem;
    background: #00b2ab;
}

/*关于我们*/
.index .about {
    padding: .5rem 0;
}

.index .about .text {
    font-size: .22rem;
    line-height: .45rem;
    text-align: justify;
    padding: 0 .4rem;
    margin: .5rem 0;
}

/*产品中心*/
.index .ipro_main {
    padding: .5rem 0;
}

.index .ipro_main .list {
    margin-left: .2rem;
    margin-top: .4rem;
}

.index .ipro_main .list li {
    position: relative;
    float: left;
    display: block;
    width: 2.9rem;
    padding-bottom: 0;
    border-radius: .1rem;
    transition: all .5s;
    margin-right: .2rem;
    margin-bottom: .2rem;
}

.index .ipro_main .list li .img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    border: .01rem solid #eeeff1;
    border-radius: .1rem;
}

.index .ipro_main .list li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    border-radius: .1rem;
}

.index .ipro_main .list li h3 {
    font-size: .26rem;
    line-height: .6rem;
    text-align: center;
    color: #333;
    transition: all .5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*新闻中心*/
.index .inews {
    padding: .5rem 0;
}

.index .inews .list {
    margin: .3rem .2rem;
}

.index .inews .list li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: .01rem solid #f0f0f0;
    padding: .2rem 0;
}

.index .inews .list li:nth-child(5) {
    border-bottom: none;
}

.index .inews .list li .tl {
    float: left;
    width: 4rem;
}

.index .inews .list li .tl em {
    display: block;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.4rem;
    margin-bottom: 0.09rem;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .inews .list li .tl p {
    font-size: .22rem;
    line-height: 0.3rem;
    height: 0.58rem;
    color: #9a9a9a;
    overflow: hidden;
    margin-bottom: 0.09rem;
}

.index .inews .list li .tl span {
    display: block;
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.2rem;
    float: left;
    height: 0.24rem;
    line-height: 0.24rem;
}

.index .inews .list li .tl i {
    display: block;
    font-size: 0.2rem;
    color: #9a9a9a;
    float: left;
    height: 0.24rem;
    line-height: 0.24rem;
}

.index .inews .list li img {
    float: right;
    width: 1.84rem;
    height: 1.38rem;
}

.index .inews .more {
    margin-top: .3rem;
}

/*******************content*************/
/*内页样式*/
.content {
    width: 100%;
    padding-bottom: .2rem;
    padding-top: 0.2rem;
    background: #fff;
}

.iconn {
    background: url(../images/iconn.png) no-repeat;
    background-size: 1.4rem auto;
    vertical-align: middle;
}

.newslist {
    padding: 0 3%;
}

.newslist .item {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.newslist .item * {
    transition: all .3s linear;
}

.newslist .item a {
    padding: .3rem 0;
    width: 100%;
    display: block;
}

.newslist .item img {
    width: 1.44rem;
    height: .96rem;
    display: block;
    margin-top: .06rem;
    float: right;
    margin-right: .1rem;
}

.newslist .item h3 {
    font-size: .3rem;
    line-height: .36rem;
    max-height: .72rem;
    overflow: hidden;
    color: #000000;
}

.newslist .item .dec {
    color: #999999;
    font-size: .2rem;
    margin-top: .08rem;
}

.newslist .item .dec span {
    margin-right: .2rem;
}

.newslist .item.pic4 h3 {
    height: .36rem;
    margin-bottom: .08rem;
}

.newslist .item.pic4 img {
    float: left;
    margin-right: .06rem;
}

.newslist .item.pic4 img:last-child {
    margin-right: 0;
}

.g-top {
    width: 0.68rem;
    height: .68rem;
    position: fixed;
    bottom: 15%;
    z-index: 998;
    right: 2%;
    cursor: pointer;
    background: url(../images/ico-top.png) no-repeat;
    background-size: 100% auto;
}

/*cateList*/
.iconbef:before {
    background: url(../images/iconn.png) no-repeat;
    background-size: 1.4rem auto;
    vertical-align: middle;
}

.cateList {
    width: 100%;
    line-height: .7rem;
    text-align: center;
    background: #00b2ab;
    color: #fff;
    position: relative;
}

.cateList .goBack {
    width: .8rem;
    height: .8rem;
    padding-top: .23rem;
    position: absolute;
    left: .1rem;
    top: 0;
    z-index: 12;
}

.cateList .goBack:before {
    width: .4rem;
    height: .4rem;
    display: block;
    margin: 0 auto;
    background-position: -1.0rem -0.64rem;
}

.cateList h3 {
    position: relative;
    font-size: .3rem;
}

.cateList h3 s {
    position: absolute;
    top: 0.34rem;
    right: .4rem;
    width: .25rem;
    height: .2rem;
    margin-left: .1rem;
    background-position: -1.16rem 0;
    display: none;
}

.cateList .box {
    width: 100%;
    padding: .2rem 3% .0;
    z-index: 11;
    background: #fff;
    display: none;
    border-bottom: 1px solid #ddd;
}

.cateList .box a {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: .15rem;
    line-height: .6rem;
    color: #fff;
    font-size: .22rem;
    text-align: center;
    display: block;
    float: left;
    background: #00b2ab;
    border-radius: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cateList .box a:nth-child(3n) {
    margin-right: 0;
}

.cateList .box a.on {
    background: #333;
}

/*pager*/
.pager {
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    padding: .2rem 0;
    font-size: .2rem;
}

.pager a,
.pager span {
    width: 1.6rem;
    height: .4rem;
    line-height: .4rem;
    display: inline-block;
    background: #e59f19;
    color: #fff;
    border-radius: 5px;
}

.pager .yem {
    height: .4rem;
    display: inline-block;
    margin: 0px .1rem;
    line-height: .4rem;
}

/*reLink*/
.reLink {
    margin: .2rem 4% .1rem;
    width: 92%;
}

.reLink .prevLink,
.reLink .nextLink {
    display: block;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}

.reLink a {
    color: #333333;
}

/*m-share*/
.m-share {
    margin-left: 3%;
    margin-bottom: .2rem;
}

.showInfo .showTit {
    width: 96%;
    margin: 0 auto;
    line-height: .3rem;
    padding: .2rem 2% .1rem;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}

.showInfo .showTit h1 {
    color: #333333;
    font-size: .4rem;
    line-height: .45rem;
    margin-bottom: .05rem;
}

.showInfo .showTit .mark {
    font-size: .22rem;
    color: #999;
    margin-top: .1rem;
}

/*分页样式*/
.pglist {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist a {
    color: #333;
    padding: 0 10px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 23px;
    background: #fff;
    border: 1px solid #ddd;
}

.pglist a:hover,
.pglist .hover {
    display: inline-block;
    color: #fff;
    background: #00b2ab;
    border-color: #00b2ab;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

/*showInfor*/
.showInfo {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.showInfo .showSubTit {
    width: 100%;
    height: .65rem;
    line-height: .65rem;
    font-weight: normal;
    margin: .2rem 0 .1rem;
    background: #f6f6f6;
    border-bottom: 1px solid #333333;
    font-size: .24rem;
    text-indent: .15rem;
}

.showInfo .banner {
    height: 4.5rem;
}

.showInfo .banner .list {
    height: 4.5rem;
}

.showInfo .banner .list .item {
    height: 4.5rem;
}

.showInfo .banner .list .item img {
    height: 4.5rem;
}

/*recomNew*/
.recomNew {
    width: 96%;
    padding: 0.1rem 0 2%;
    margin: 0 auto;
}

.recomNew li {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.recomNew li a {
    font-size: .24rem;
    display: block;
    position: relative;
    padding-left: 2%;
}

.recomNew li a:before {
    content: "";
    position: absolute;
    background: #cccccc;
    width: 3px;
    height: 3px;
    left: 0;
    top: 0.28rem;
    z-index: 11;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*showSubTit*/
.showInfo .contxt {
    font-size: .24rem;
    line-height: .34rem;
    padding: 3% 3% 5%;
}

.showInfo .contxt img {
    max-width: 100%;
    margin: 0px auto;
    height: auto !important;
    display: inline;
}

.showInfo .contxt p {
    line-height: .4rem;
}

.showInfo .contxt iframe {
    width: 100%;
    height: 4rem;
}

.showInfo .contxt .biao td {
    padding: .09rem;
    border: 1px solid #ccc;
    vertical-align: middle;
    WORD-WRAP: break-word;
    table-layout: fixed;
    word-break: break-all;
}

.showmenu {
    width: 100%;
    padding: 0.1rem 0 .2rem;
    background: #fff;
}

.showmenu a {
    width: 48%;
    height: .6rem;
    display: block;
    float: left;
    line-height: .6rem;
    text-align: center;
    border-radius: .04rem;
    color: #333;
    background: #fff;
    margin: 0 1% 2%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.showmenu a.hover {
    border: 1px solid #333333;
    color: #fff;
    background: #333333;
}

.erro {
    padding: 0.2rem;
}

/*news.html*/
.newsList .list {
    width: 100%;
    margin-bottom: .3rem;
}

.newsList .item {
    padding: 0.2rem;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}

.newsList .item:nth-child(2n) {
    background: #f9f9f9;
}

.newsList .item:nth-child(2n) {
    background: #fff;
}

.newsList .item:nth-child(2n) span:after {
    background: #f9f9f9;
}

.newsList .item:last-child {
    border: 0px;
}

.newsList .item a {
    width: 100%;
    display: block;
}

.newsList .item h3 {
    font-size: .26rem;
    line-height: .38rem;
    font-weight: normal;
    color: #434343;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsList .item .time {
    color: #999;
    font-size: .2rem;
}

.newsList .item .txt {
    color: #666;
    font-size: .23rem;
    line-height: .35rem;
}

.newsList .item:hover h3 {
    color: #333333;
}

/*catelist*/
.catelist .item span {
    display: block;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 28%;
    margin-top: -8px;
    right: 2%;
}

.catelist .item span:before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 11px;
    height: 11px;
    right: 0;
    top: 0;
    z-indx: 10;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catelist .item span:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 11px;
    height: 11px;
    right: 4px;
    top: 0;
    z-indx: 11;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.caselist li {
    width: 47%;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left;
    box-sizing: border-box;
}

.caselist li a {
    display: block;
}

.caselist li figure {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.caselist li figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}

.caselist li h3 {
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*字体*/
@media only screen and (min-width:641px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width:640px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width:540px) {
    html {
        font-size: 84.375px;
    }
}

@media only screen and (max-width:480px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width:414px) {
    html {
        font-size: 64.6875px;
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 62.5px;
    }
}

@media only screen and (max-width: 375px) {
    html {
        font-size: 58.5938px;
    }
}

@media only screen and (max-width: 360px) {
    html {
        font-size: 56.25px;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 50px;
    }
}