@charset "utf-8";html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .28rem;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff
}

* {
    margin: 0;
    padding: 0
}

input,select,textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
    -webkit-touch-callout: none
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: 500
}

ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 500
}

q:after,q:before {
    content: ''
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:active,a:focus,a:hover,a:visited {
    text-decoration: none!important;
    color: inherit
}

a,ins {
    text-decoration: none;
    color: inherit
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    *zoom:1}

.fl {
    float: left
}

.fr {
    float: right
}

.auto {
    margin-left: auto;
    margin-right: auto
}

.ovh {
    overflow: hidden
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.n {
    font-weight: 400;
    font-style: normal
}

.b {
    font-weight: 700
}

.i {
    font-style: italic
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.tj {
    text-align: justify;
    text-justify: inter-ideograph
}

.ti {
    text-indent: 2em
}

.m0 {
    margin: 0!important
}

.mt0 {
    margin-top: 0!important
}

.ma {
    margin: 0 auto
}

.vm {
    vertical-align: middle
}

.vtb {
    vertical-align: text-bottom
}

.vb {
    vertical-align: bottom
}

.vt {
    vertical-align: top
}

.noWrapClip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip
}

.noWrapEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobileEllipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.wow {
    visibility: hidden
}

.animate {
    -webkit-transition: all .75s;
    transition: all .75s
}

.r-box-pad {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .3rem
}

.r-box-mar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 .3rem;
    width: 6.9rem
}

.detail-defult {
    position: relative;
    padding-bottom: 1.8rem;
    padding-top: .5rem
}

.detail-defult .details-title {
    margin-bottom: .4rem
}

.detail-defult .details-title h3 {
    line-height: .48rem;
    padding-bottom: .32rem;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    font-size: .34rem;
    color: #014099
}

.detail-defult .details-title .detail-item-box {
    margin-top: .2rem;
    text-align: center;
    font-size: .24rem;
    color: grey
}

.detail-defult .details-title .detail-item-box span {
    color: grey;
    margin-right: .2rem
}

.detail-defult .detail-page-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: .8rem
}

.detail-defult .detail-page-box .page-next,.detail-defult .detail-page-box .page-prev {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.detail-defult .detail-page-box .page-next a,.detail-defult .detail-page-box .page-prev a {
    font-size: .24rem;
    color: grey
}

.form-box {
    width: 100%;
    margin: 0 auto
}

.form-box .form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .2rem
}

.form-box .form .form-item label {
    width: 1.2rem;
    height: .6rem;
    line-height: .62rem;
    font-size: .24rem;
    color: #575757;
    text-align: right
}

.form-box .form .form-item .item-input {
    width: 4.8rem
}

.form-box .form .form-item .item-input input[type=text] {
    width: 4.8rem;
    height: .6rem;
    line-height: .6rem;
    border: 1px solid #ccc;
    outline: 0;
    padding: 0 .2rem;
    font-size: .24rem;
    color: #666;
    margin-bottom: .2rem
}

.form-box .form .form-item .item-input select {
    width: 4.8rem;
    height: .6rem;
    border: 1px solid #ccc;
    outline: 0;
    padding: 0 .2rem
}

.form-box .form .form-item .item-input textarea {
    width: 4.8rem;
    height: 1.96rem;
    border: 1px solid #ccc;
    padding: .2rem;
    outline: 0;
    font-size: .24rem;
    color: #666;
    line-height: .32rem;
    resize: none
}

.form-box .form .form-item .item-input input[type=submit] {
    width: 1.8rem;
    background-color: #94140b;
    height: .5rem;
    line-height: .52rem;
    text-align: center;
    outline: 0;
    cursor: pointer;
    font-size: .24rem;
    color: #fff;
    border: none;
    border-radius: .05rem
}

.form-box .msg-wxts {
    padding-left: .2rem;
    font-size: .2rem;
    color: #94140b;
    line-height: .34rem
}

form .form-item {
    position: relative;
    margin-bottom: .3rem
}

form .form-item .title {
    font-size: .28rem;
    color: #575757;
    margin-bottom: .14rem
}

form .form-item input[type=text] {
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    padding: 0 .3rem;
    border: 1px solid #dbdbdb;
    color: #999
}

form .form-item textarea {
    width: 100%;
    height: 3rem;
    padding: .2rem .3rem;
    border: 1px solid #dbdbdb;
    resize: none
}

form .form-item input[type=reset],form .form-item input[type=submit] {
    width: 3rem;
    height: .7rem;
    background-color: #75716e;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    border: 0
}

form .form-item input[type=submit] {
    background-color: #3483c4
}

form .form-item.item-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

form .form-item.error .title {
    color: #3483c4
}

form .form-item.error input[type=text],form .form-item.error textarea {
    border-color: #3483c4
}

form .form-item.error .error-msg {
    position: absolute;
    top: .08rem;
    right: 0;
    color: #3483c4;
    font-size: .2rem
}

body,html {
    height: 100%
}

#m_layout {
    width: auto;
    max-width: 7.5rem;
    height: 100%;
    margin: 0 auto
}

#m_layout #wrapper {
    min-height: 100%;
    background-color: #fff;
    padding-top: 1rem
}

#header .r-logo {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    width: 7.5rem;
    height: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

#header .r-logo .c-logo {
    position: absolute;
    top: 0;
    left: .2rem;
    width: 5rem;
    height: .98rem;
    background-image: url(../images/header-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 3.3rem .78rem
}

#header .r-logo .c-logo a {
    display: block;
    width: 100%;
    height: 100%
}

#header .r-logo .c-menu-icon {
    position: absolute;
    top: .3rem;
    right: .2rem;
    width: .56rem;
    height: .43rem;
    background-image: url(../images/menu-icon.png);
    background-size: .56rem .43rem
}

#header .r-logo .c-menu-close {
    display: none;
    position: absolute;
    top: .32rem;
    right: .26rem;
    width: .4rem;
    height: .4rem;
    background-image: url(../images/menu-close.png);
    background-size: .4rem
}

#header .r-menu-list {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10000;
    width: 7.5rem;
    height: calc(100% - 1rem);
    overflow-x: hidden;
    background-color: rgba(0,0,0,.5);
    margin-top: 1rem;
    padding-top: .2rem;
    padding-bottom: 1.9rem
}

#header .r-menu-list .menu-list {
    position: fixed;
    top: 0;
    left: 35%;
    z-index: 10000;
    width: 65%;
    height: calc(100%);
    overflow-x: hidden;
    background-color: #fff;
    padding-bottom: 1.9rem
}

#header .r-menu-list .menu-list>ul {
    width: 100%
}

#header .r-menu-list .menu-list>ul>li {
    position: relative;
    border-bottom: 1px solid #e6e6e6
}

#header .r-menu-list .menu-list>ul>li>a {
    display: block;
    width: 75%;
    font-size: .36rem;
    font-family: Source Han Sans CN Regular,Source Han Sans CN Regular-Regular;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 1.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .84rem
}

#header .r-menu-list .menu-list>ul>li .h-sec-col {
    display: none;
    background-color: #f5f5f5
}

#header .r-menu-list .menu-list>ul>li .h-sec-col li {
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0
}

#header .r-menu-list .menu-list>ul>li .h-sec-col li a {
    display: inline-block;
    font-size: .32rem;
    font-family: Source Han Sans CN Regular,Source Han Sans CN Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: grey;
    line-height: .99rem;
    padding-left: .7rem
}

#header .r-menu-list .menu-list>ul .h-sec::before {
    position: absolute;
    top: .46rem;
    right: .44rem;
    display: block;
    content: " ";
    width: .29rem;
    height: .17rem;
    background: url(../images/h-sec-col.png) no-repeat top center;
    background-size: .29rem .17rem
}

#header .r-menu-list .menu-list>ul .h-sec.active,#header .r-menu-list .menu-list>ul .h-sec:hover {
    background: #11a85d
}

#header .r-menu-list .menu-list>ul .h-sec.active>a,#header .r-menu-list .menu-list>ul .h-sec:hover>a {
    color: #fff
}

#header .r-menu-list .menu-list>ul .h-sec.active .h-sec-col,#header .r-menu-list .menu-list>ul .h-sec:hover .h-sec-col {
    display: block
}

#header .r-menu-list .menu-list>ul .h-sec.active::before,#header .r-menu-list .menu-list>ul .h-sec:hover::before {
    position: absolute;
    top: .46rem;
    right: .44rem;
    display: block;
    content: " ";
    width: .29rem;
    height: .17rem;
    background: url(../images/h-sec-col1.png) no-repeat top center;
    background-size: .29rem .17rem
}

#header .r-foot-menu {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10000;
    width: 7.5rem;
    height: .98rem;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat-x;
    background-size: .2rem .98rem
}

#header .r-foot-menu>ul>li {
    width: 25%;
    height: .98rem;
    float: left;
    display: table;
    background-image: url(../images/footer-hr.png);
    background-size: .04rem .98rem;
    background-repeat: no-repeat
}

#header .r-foot-menu>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: .64rem;
    line-height: .24rem;
    font-size: .24rem;
    background-position: center .1rem;
    background-repeat: no-repeat
}

#header .r-foot-menu>ul>li:nth-of-type(1) {
    background-image: none
}

#header .r-foot-menu>ul>li:nth-of-type(1) a {
    background-image: url(../images/footer-icon-1.png);
    background-size: .44rem .44rem
}

#header .r-foot-menu>ul>li:nth-of-type(2) a {
    background-image: url(../images/footer-icon-2.png);
    background-size: .4rem .4rem
}

#header .r-foot-menu>ul>li:nth-of-type(3) a {
    background-image: url(../images/footer-icon-3.png);
    background-size: .37rem .44rem
}

#header .r-foot-menu>ul>li:nth-of-type(4) a {
    background-image: url(../images/footer-icon-4.png);
    background-size: .42rem .42rem
}

#header.menu-show .r-logo .c-menu-icon {
    display: none
}

#header.menu-show .r-logo .c-menu-close {
    display: block
}

#header.menu-show .r-menu-list {
    display: block
}

#footer {
    width: 7.5rem;
    height: 4.8rem;
    background-color: #fff
}

#footer .r-innert {
    width: 100%;
    height: 3.8rem;
    background: #0a944f
}

#footer .r-innert .f-xiqs {
    margin-top: .79rem;
    float: left
}

#footer .r-innert .f-xiqs .f-phone {
    width: 3.15rem;
    height: .81rem;
    margin-bottom: .3rem
}

#footer .r-innert .f-xiqs .f-phone p{
	font-size: .20rem;
    font-family: Source Han Sans CN Regular,Source Han Sans CN Regular-Regular;
    font-weight: 700;
    color: #fff;
    margin-bottom: .2rem
}

#footer .r-innert .f-xiqs .f-phone img {
    display: block
}

#footer .r-innert .f-xiqs p {
    font-size: .15rem;
    font-family: Source Han Sans CN Regular,Source Han Sans CN Regular-Regular;
    font-weight: 400;
    color: #fff;
    margin-bottom: .2rem
}

#footer .r-innert .ewm {
    float: right;
    margin-top: .8rem
}

#footer .r-innert .ewm img {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto
}

#footer .r-innert .ewm p {
    margin-top: .2rem;
    font-size: .22rem;
    font-family: Source Han Sans CN Regular,Source Han Sans CN Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: .26rem
}

#footer .r-copy {
    width: 100%;
    height: 1rem;
    display: table;
    background: #0a8a4a
}

#footer .r-copy p,#footer .r-copy p a {
    font-size: .20rem;
    font-family: Source Han Sans CN Regular,Source Han Sans CN Regular-Regular;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: .3rem
}

.detail-content {
    color: #575757;
    line-height: 1.8;
    word-wrap: break-word;
    word-break: break-word;
    text-align: justify;
    font-size: .28rem;
    letter-spacing: 0rem
}

.detail-content a {
    color: #575757
}

.detail-content img {
    display: inline;
    max-width: 100%!important;
    height: auto!important;
    margin: .1rem 0
}

.detail-content table {
    max-width: 100%
}

.detail-content video {
    width: 100%;
    max-width: 100%
}

.detail-content iframe {
    width: 100%;
    max-width: 100%;
    height: auto
}

#laypage-box {
    text-align: center;
    padding-top: .6rem
}

#laypage-box .layui-laypage {
    margin: 0
}

#laypage-box .layui-laypage a,#laypage-box .layui-laypage span {
    padding: 0 .14rem;
    height: .5rem;
    line-height: .5rem;
    margin: 0;
    margin-right: -1px;
    font-size: .24rem;
    background-color: #e3e4e6;
    color: #8f8f8f;
    margin-right: .08rem;
    border-radius: .05rem
}

#scroll-top {
    position: fixed;
    right: .4rem;
    bottom: 1.3rem;
    width: .7rem;
    height: .7rem;
    background: url(../images/scroll-top.png) no-repeat;
    background-size: .7rem .7rem
}

