/*--------------------1.reset CSS--------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

@mixin font-dpr($font-size) {
    font-size: $font-size;

    [data-dpr="2"] & {
        font-size: $font-size * 2;
    }

    [data-dpr="3"] & {
        font-size: $font-size * 3;
    }
}

body {
    max-width: 640px;
    min-width: 320px;
    color: #444444;
    font-size: 100%;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    margin: 0 auto !important;
    background: #fff;
}

a {
    text-decoration: none !important;
    color: #848484;
    font-size: 0.75em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

a,
span,
i,
em {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.225;
    -ms-transition: all 0.225;
    -o-transition: all 0.225;
    transition: all 0.225;
}

ol,
ul {
    list-style: none;
    list-style-image: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    font-style: normal;
}

em {
    font-weight: normal;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

input[type=radio],
input[type=checkbox],
input[type=text] {
    vertical-align: top;
    padding: 0;
    margin: 0;
    outline: 0;
}

select,
input,
textarea,
button {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

/*  */
/* header */
header {
    height: 1.2rem;
    width: 100%;
    background-color: #55b6c5;
    overflow: hidden;
}

.head-l {
    float: left;
}

.head-r {
    float: right;
}

.head-l>div {
    display: inline-block;
    margin-top: 0.35rem;
    margin-right: 0.1rem;
    margin-left: 0.2rem;
}

.head-r>div {
    display: inline-block;
    margin: 0.36rem 0.3rem 0 0.55rem;
    position: relative;
}

.head-l img,
.head-r img {
    height: 0.5rem;
}

.head-share {
    width: 2.5rem;
    height: 1rem;
    position: absolute;
    bottom: -0.22rem;
    left: -1.8rem;
    background: url('../images/shareThe-pop-up.png') no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    display: none;
}

.head-r .head-share a {
    display: inline-block;
    width: 30%;
    line-height: .9rem;
    height: .9rem;
    text-align: center;
}

.head-r .head-share img {
    height: 0.43rem;
    width: 0.43rem;
}

/*  */
.qhpc button {
    width: 100%;
    border: none;
    height: .8rem;
    background-color: #eeeeee;
    color: #444444;
    font-size: .4rem;
}

.sidebar {
    width: 0px;
    position: fixed;
    left: 0;
    top: 1.165rem;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    background: #55b6c5;
}

.sidebar.show {
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar .portrait {
    margin: 2rem 0 .7rem;
    width: 100%;
    text-align: center;
}

.sidebar .portrait img {
    width: 2.7rem;
    height: 2.7rem;
}

.sidebar .sidebarbtn {
    margin-left: .5rem;
}

.sidebar .sidebarbtn img {
    width: .95rem;
    height: .65rem;
}

.sidebar ul {
    list-style: none;
    margin: .7rem 0 2rem;
}

.sidebar ul li {
    line-height: 1.8rem;
    height: 1.8rem;
    width: 100%;
    color: #fff;
    text-indent: 1.4rem;
}

.sidebar ul li a {
    color: #fff;
    font-size: .5rem;
}

.sidebar ul li.on {
    background-color: #48a4b3;
}

.ov {
    overflow: hidden !important;
    height: 100% !important;
}

.mask {
    display: none;
    position: fixed;
    top: 1.165rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.514);
    opacity: 1;
}


.gotoTop {
    position: fixed;
    bottom: 120px;
    right: 14px;
    z-index: 9999;
    opacity: 0;
}

.gotoTop.show {
    opacity: 0.4;
}

.gotoTop a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-size: 112px auto;
    background-position: 0 -130px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

.ico {
    display: inline-block;
    vertical-align: top;
    background-image: url(http://statics.juxia.com/wap/images/icons.png);
    background-repeat: no-repeat;
}

.H5YX-head {
    overflow: hidden;
    border-bottom: 2px solid #c8c8c8;
    background-color: #fff;
    padding: .3rem .4rem .2rem .4rem;
}

.H5YX-head h2 {
    float: left;
    color: #444444;
    font-size: .5rem;
    line-height: .7rem;
}

.H5YX-head i {
    display: inline-block;
    width: .7rem;
    height: .7rem;
}

.footer {
    background: #111;
    color: #666;
}

.footer .bottom_nav {
    background: #545454;
    padding: 5px 3.125%;
    position: relative;
}

.footer .bottom_nav a {
    float: left;
    height: 15px;
    width: 20%;
    line-height: 15px;
    font-size: 1.25em;
    text-align: center;
    margin: 3px 0;
    box-sizing: border-box;
    border-right: 1px solid #818080
}

.footer .bottom_nav a:nth-child(5) {
    border-right-color: transparent;
}

.footer .bottom_nav a:nth-child(10) {
    border-right-color: transparent;
}

.footer .bottom_nav hr {
    border: 0;
    border-bottom: 2px solid #c8c8c8;
    position: absolute;
    top: 50px;
    left: 0;
    width: 93.75%;
    margin: 0px 3.125%;
}

.footer .bottom_line {
    background: #666666;
    overflow: hidden;
    text-align: center;
}

footer .tip {
    padding: 0.12rem 0;
    line-height: 0.65rem;
    text-align: center;
    font-size: 0.32rem !important;
    color: #848484;
}

footer .tip a {
    color: #848484;
    font-size: 0.3rem !important;
    vertical-align: top;
}

.footer .footer-logo img {
    width: 4.3rem;
    height: 1.3rem;
    margin: .3rem 0;
}

.footer .footer-qqwx img {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 0.1rem;
}

.footer .bottom_line>a {
    margin: .3rem 0;
    display: inline-block;
    font-size: 0.25rem;
    color: #55b6c5;
}










.footer .left {
    float: left;
    text-align: left;
    padding-top: 20px;
}

.footer .left {
    font-weight: bold;
    font-size: 1.125em;
}

.clear {
    clear: both;
}

.sideba-portrait {
    text-align: center;
    margin: 1.8rem 0 0.8rem 0;
}

.sideba-portrait img {
    height: 2.7rem;
    width: 2.7rem;
}

.sideba-arrow {
    margin-bottom: 1rem;
}

.sideba-arrow img {
    margin-left: .5rem;
    width: 0.9rem;
    height: 0.6rem;
}

.sideba-li li.on {
    background-color: #48a4b3;
}

.sideba-li li {
    height: 1.7rem;
    line-height: 1.7rem;
    text-indent: 1.2rem;
    font-size: .7rem;
}

.sideba-li a {
    color: #fff;
}

.sideba-li {
    padding-bottom: 3rem;
}

.main {
    padding: 0 3.125%;
    background: #fff;
    text-align: left;
}

.wrap {
    width: 100%;
    overflow: hidden;
}


.footer .left span {
    display: block;
    font-weight: normal;
    font-size: 0.875em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.footer .right {
    float: right;
    padding-top: 44px;
    font-size: 0.875em;
}


.footer .right span {
    float: right;
    line-height: 1.8em;
    font-size: 1em;
    margin-left: 30px;
    margin-top: 15px;
}
.footer .moblie {
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 32px;
    background-size: 130px auto;
    background-position: 0 -203px;
}

.footer .pc {
    display: block;
    margin: 0 auto;
    width: 37px;
    height: 33px;
    background-size: 131px auto;
    background-position: -29px -205px;
}

