@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: 1rem;
}

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: relative;
}

#top_main {
    width: 100%;
    height: 1rem;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
}

#top {
    max-width: 640px;
    min-width: 320px;
    height: 1rem;
    margin: 0px auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);
}

#top .logo {
    float: left;
    display: block;
    padding-top: .1rem;
    margin-left: .1rem;
}

#top .logo a {
    display: block;
}

#top .logo img {
    display: block;
    height: .8rem;
}

#top #nav {
    width: .45rem;
    height: 50%;
    position: absolute;
    right: 4%;
    top: .3rem;
    text-align: center;
    cursor: pointer;
}

#top .nav {
    width: .4rem;
    height: .36rem;
    background-position: -.5rem -1.2rem;
}

#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: 1rem;
    z-index: 999;
    background: rgba(51,51,51,.3);
    display: none;
}

.subNavCon {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: auto;
}

.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 ul {
    background: #136699;
}

.subNav li {
    width: 100%;
    display: block;
    line-height: .8rem;
    margin: 0 auto;
    position: relative;
    border-top: .01rem solid #ffffff;
    border-bottom: .01rem solid #1d882d;
}

.subNav li:first-child {
    border-top: .01rem solid #1d882d;
}

.subNav li a {
    display: block;
    color: #fff;
    font-size: .28rem;
    margin: 0 .3rem;
}

.subNav.show {
    right: 0 !important;
}

.subNavShow {
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    transform: translateX(-48%);
    display: block;
}

.subNavShow2 {
    display: block;
}

/* banner */
#banner_main {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .list {
    width: 100%;
    overflow: hidden;
}

.banner .list li {
    float: left;
    width: 100%;
    overflow: hidden;
}

.banner .list li img {
    width: 100%;
    display: block;
}

#banner .tip {
    width: 100%;
    height: .35rem;
    line-height: .35rem;
    clear: both;
    position: absolute;
    bottom: 3%;
    z-index: 2;
    font-size: 0;
    text-align: center;
}

#banner .tip span {
    display: inline-block;
    vertical-align: middle;
    width: .15rem;
    height: .15rem;
    margin: 0 .05rem;
    vertical-align: middle;
    background: #fff;
    border-radius: .1rem;
    transition: all .5s;
}

#banner .tip span.cur {
    background: #136699;
}

.showInfo #banner .tip {
    width: 100%;
    text-align: center;
    margin-left: 0;
    left: 0;
    bottom: .2rem;
}

/*版权信息*/
#footer_main {
    text-align: center;
    width: 100%;
    background: #434343;
}

#returntop {
    width: 1rem;
    height: 1rem;
    background: url(../images/gotop.png) no-repeat center top;
    background-size: 1rem auto;
    position: fixed;
    bottom: 20%;
    right: 2%;
    cursor: pointer;
    z-index: 99;
}

#copyright {
    color: #fff;
    font-size: .24rem;
    line-height: .4rem;
    padding: .2rem 0;
}

#copyright .lx {
    display: inline-block;
    width: 1.8rem;
    color: #ccc;
    font-size: .24rem;
    line-height: .5rem;
    border: .02rem solid #d9d9d9;
    border-radius: .5rem;
    margin-top: .3rem;
}

#copyright .ewm {
    margin: .4rem auto;
}

#copyright .ewm li {
    display: inline-block;
    margin: 0 .3rem;
}

#copyright .ewm li img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .1rem;
}

#copyright .ewm li h3 {
    font-size: .24rem;
    margin-top: .15rem;
}

#copyright a {
    color: #fff;
}

#fix-sider {
    width: 1rem;
    height: 1rem;
    position: fixed;
    right: 2%;
    bottom: 29%;
    background: url(../images/tel.png) no-repeat center top;
    background-size: 1rem auto;
    cursor: pointer;
    z-index: 999;
}

/* 工具栏 */
#toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 8888;
    height: 1rem;
    left: 0;
}

#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-top: .02rem solid #136699;
}

#toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
}

#toolbar .list li:first-child {
    border-left: 0;
}

#toolbar .list a {
    display: block;
    height: 1.1rem;
    line-height: .24rem;
    font-size: .26rem;
    padding-top: .15rem;
}

#toolbar .list a span {
    text-align: center;
    color: #999;
    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_title {
    padding-top: .35rem;
    padding-bottom: .3rem;
    margin-bottom: .45rem;
    background: url(../images/line.png) center bottom no-repeat;
    background-size: 6rem;
    text-align: center;
}

.index_title h3 {
    color: #333;
    font-size: .32rem;
    font-weight: bold;
    line-height: .5rem;
}

.index_title h3 b {
    color: #136699;
    font-weight: bold;
}

/*图标导航*/
.index .inav {
    padding-bottom: .4rem;
    border-bottom: .25rem solid #eee;
}

.index .inav .index_title h3 {
    font-size: .28rem;
}

.index .inav ul {
}

.index .inav ul li {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.index .inav ul li .img {
    width: 1.11rem;
    height: 1.11rem;
    border-radius: 100%;
    margin: auto;
    margin-bottom: .3rem;
    background: #136699;
    transition: all .5s;
}

.index .inav ul li .img img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-filter: grayscale(100%) brightness(200%);
    -moz-filter: grayscale(100%) brightness(200%);
    -ms-filter: grayscale(100%) brightness(200%);
    -o-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
    transition: all .5s;
}

.index .inav ul li h3 {
    color: #666;
    font-size: .24rem;
    line-height: .4rem;
}

/*产品介绍*/
.index .tab {
    text-align: center;
    margin-top: .3rem;
}

.index .tab a {
    width: 30%;
    line-height: .55rem;
    margin: 0 .05rem;
    display: inline-block;
    padding: 0 .1rem;
    color: #136699;
    border: .01rem solid #136699;
    border-radius: .1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .tab a:hover {
    color: #fff;
    background: #333333;
    border-color: #333333;
}

.index .product {
    padding-bottom: .2rem;
    border-bottom: .25rem solid #eee;
}

.index .product .list {
    margin-left: .2rem;
    margin-top: .2rem;
}

.index .product .list li {
    position: relative;
    float: left;
    display: block;
    width: 2.9rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
}

.index .product .list li .img {
    width: 100%;
    height: 2.21rem;
}

.index .product .list li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.index .product .list li h3 {
    font-size: .26rem;
    line-height: .6rem;
    text-align: center;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .product .more {
    display: block;
    width: 2rem;
    height: .6rem;
    color: #898989;
    font-size: .22rem;
    line-height: .6rem;
    text-align: center;
    background: #fbfbfb;
    border: .01rem solid #ccc;
    border-radius: .5rem;
    margin: .3rem auto;
}

/*六大优势*/
.index .advantage {
    padding-bottom: .4rem;
    border-bottom: .25rem solid #eee;
}

.index .advantage .youshi {
    position: relative;
    width: 100%;
    height: 6.4rem;
    background: url(../images/youshi.jpg) center no-repeat;
    background-size: 5.2rem;
}

.index .advantage .youshi .bg {
    position: absolute;
    top: 50%;
    margin-top: -3rem;
    left: 50%;
    margin-left: -3rem;
    width: 6rem;
    height: 6rem;
    background: url(../images/ys_bg.png) center no-repeat;
    transition: all ease-in-out 15s;
    animation: anims1 15s infinite linear;
    -webkit-transition: all ease-in-out 15s;
    -webkit-animation: anims1 15s infinite linear;
    background-size: 6rem;
}

.index .advantage ul {
    text-align: center;
    padding-top: .3rem;
}

.index .advantage ul li {
    color: #333;
    font-size: .3rem;
    line-height: 1rem;
}

@keyframes anims1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes anims1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*关于我们*/
.index .about {
    padding-bottom: .2rem;
    border-bottom: .25rem solid #eee;
}

.index .about .img {
    width: 100%;
    display: block;
    padding-bottom: .2rem;
}

.index .about .img img {
    width: 100%;
    display: block;
}

.index .about h3 {
    color: #333;
    font-size: .32rem;
    line-height: .8rem;
    font-weight: bold;
    text-align: center;
}

.index .about p {
    color: #666;
    font-size: .26rem;
    line-height: .5rem;
    text-align: justify;
    padding: 0 .2rem;
    overflow: hidden;
}

.index .about .more {
    display: block;
    width: 2rem;
    height: .6rem;
    color: #666;
    font-size: .22rem;
    line-height: .6rem;
    text-align: center;
    border: 1px solid #666;
    border-radius: .1rem;
    margin: .5rem auto;
}

.index .about .swiper-container {
    padding-bottom: .5rem;
}

.index .about .swiper-slide .pic {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.index .about .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}

.index .about .swiper-slide span {
    display: block;
    color: #333;
    font-size: .26rem;
    padding-top: .2rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .about .swiper-pagination {
    bottom: 0;
}

.index .about .swiper-pagination .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    background: #136699;
    opacity: .3;
    transition: all .5s;
}

.index .about .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/*新闻资讯*/
.index .inews {
    border-bottom: .25rem solid #eee;
}

.index .inews ul {
    margin: 0 .2rem;
}

.index .inews ul li {
    width: 100%;
    border-bottom: .01rem dotted #e2e2e2;
    padding: .2rem 0;
}

.index .inews ul li h3 {
    color: #5a5a5a;
    font-size: .28rem;
    font-weight: bold;
    line-height: .4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .inews ul li span {
    display: block;
    color: #929292;
    font-size: .24rem;
    line-height: .5rem;
}

.index .inews ul li p {
    color: #5a5a5a;
    font-size: .22rem;
    line-height: .35rem;
    height: .7rem;
    overflow: hidden;
}

.index .inews .more {
    display: block;
    width: 2rem;
    height: .6rem;
    color: #898989;
    font-size: .22rem;
    line-height: .6rem;
    text-align: center;
    background: #fbfbfb;
    border: .01rem solid #ccc;
    border-radius: .5rem;
    margin: .3rem auto;
}

/*荣誉资质*/
.index .honor {
    padding-bottom: .2rem;
}

.index .honor .swiper-container {
    padding-bottom: .5rem;
}

.index .honor .swiper-slide .pic {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.index .honor .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}

.index .honor .swiper-slide span {
    display: block;
    color: #333;
    font-size: .26rem;
    padding-top: .2rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .honor .swiper-pagination {
    bottom: 0;
}

.index .honor .swiper-pagination .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    background: #136699;
    opacity: .3;
    transition: all .5s;
}

.index .honor .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/*******************content*************/
/*内页样式*/
.content {
    width: 100%;
    padding-bottom: .2rem;
    padding-top: .1rem;
    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%;
    text-align: center;
    background: #f4f4f4;
    color: #434343;
    position: relative;
}

.cateList .goBack {
    width: .8rem;
    height: .8rem;
    padding-top: .33rem;
    position: absolute;
    left: .1rem;
    top: 0;
    z-index: 12;
    display: none;
}

.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;
    line-height: 1rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.cateList h3 s {
    position: absolute;
    top: .44rem;
    right: .4rem;
    width: .25rem;
    height: .2rem;
    margin-left: .1rem;
    background-position: -1.16rem 0;
    display: none;
}

.cateList .box {
    width: 100%;
    padding: .3rem 3% .0;
    z-index: 11;
    background: #fff;
}

.cateList .box a {
    display: inline-block;
    margin: 0 1%;
    margin-bottom: .5%;
    line-height: .5rem;
    color: #136699;
    border: .01rem solid #136699;
    font-size: .22rem;
    border-radius: .1rem;
    padding: 0 .2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cateList .box a.on {
    background: #136699;
    border-color: #136699;
    color: #fff;
}

/*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;
}

.reLink a {
    color: #666;
}

/*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 solid #f2f2f2;
    text-align: center;
}

.showInfo .showTit h1 {
    color: #136699;
    font-size: .34rem;
    font-weight: bold;
    line-height: .45rem;
    margin-bottom: .05rem;
}

.showInfo .showTit .mark {
    font-size: .22rem;
    color: #999;
    margin-top: .1rem;
}

.moreBtn {
    width: 94%;
    margin: 2% auto 6%;
    height: 0.88rem;
    line-height: 0.88rem;
    display: block;
    text-align: center;
    background: #136699;
    color: #fff;
    font-size: .22rem;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.moreBtn a {
    display: block;
    color: #fff;
}

.moreBtn:active, .moreBtn:hover {
    background: #333333;
}

/*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%;
    text-align: justify;
}

.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%;
}

.showInfo .contxt .biao td {
    padding: .09rem;
    border: 1px solid #ccc;
    vertical-align: middle;
    WORD-WRAP: break-word;
    table-layout: fixed;
    word-break: break-all;
}

.showInfo .contxt .box3 {
    padding: .2rem 0;
}

.showInfo .contxt .box3 h1 {
    color: #333;
    font-size: .4rem;
    line-height: .6rem;
    padding-bottom: .15rem;
    text-align: center;
}

.showInfo .contxt .box3 p {
    font-size: .22rem;
    color: #666;
    line-height: .4rem;
    text-align: center;
}

.showInfo .contxt .box3 b {
    color: #136699;
    font-weight: bold;
}

/*news.html*/
.newsList .list {
    width: 100%;
    margin-bottom: .3rem;
}

.newsList .item {
    padding: .2rem;
    overflow: hidden;
    position: relative;
    border-bottom: .01rem dotted #e2e2e2;
}

.newsList .item:last-child {
    border: 0px;
}

.newsList .item a {
    width: 100%;
    display: block;
}

.newsList .item h3 {
    font-size: .28rem;
    line-height: .4rem;
    font-weight: bold;
    color: #5a5a5a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsList .item .time {
    display: block;
    color: #929292;
    font-size: .24rem;
    line-height: .5rem;
}

.newsList .item .txt {
    color: #5a5a5a;
    font-size: .22rem;
    line-height: .35rem;
    height: .7rem;
    overflow: hidden;
}

.newsList .item:hover h3 {
    color: #333333;
}

/*dow.html*/
.dowList .list {
    width: 100%;
    margin-bottom: .3rem;
}

.dowList .item {
    height: 3rem;
    padding: .4rem;
    overflow: hidden;
    margin-top: .2rem;
    background: #f7f7f7;
}

.dowList .item a {
    display: block;
    color: #fff;
    width: 2rem;
    line-height: .6rem;
    text-align: center;
    border-radius: .5rem;
    background: #136699;
    margin: auto;
    margin-top: .6rem;
}

.dowList .item h3 {
    color: #5a5a5a;
    font-size: .28rem;
    line-height: .45rem;
    height: .9rem;
    overflow: hidden;
}

.dowList .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;
}

.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;
    }
}

/*导航动画*/
@keyframes menu-line1-hover {
    0% {
    }

    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        top: 50%;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
}

@keyframes menu-line2-hover {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes menu-line3-hover {
    0% {
    }

    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        top: 50%;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
}

@keyframes menu-line1 {
    0% {
        top: 50%;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    50% {
        top: 50%;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        top: 0%;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@keyframes menu-line2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes menu-line3 {
    0% {
        top: 50%;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    50% {
        top: 50%;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes menu {
    0% {
        width: 24px;
    }

    45% {
        width: 6px;
    }

    90% {
        width: 24px;
    }

    100% {
        width: 24px;
    }
}

@keyframes menu {
    0% {
        width: 24px;
    }

    45% {
        width: 6px;
    }

    90% {
        width: 24px;
    }

    100% {
        width: 24px;
    }
}
