﻿/* reset */
html {
    line-height: 1;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 64px;
}

@media screen and (max-width: 610px) {
    html {
        font-size: 61px;
    }
}

@media screen and (max-width: 570px) {
    html {
        font-size: 57px;
    }
}

@media screen and (max-width: 540px) {
    html {
        font-size: 54px;
    }
}

@media screen and (max-width: 510px) {
    html {
        font-size: 51px;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 48px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 45px;
    }
}

@media screen and (max-width: 420px) {
    html {
        font-size: 42px;
    }
}

@media screen and (max-width: 390px) {
    html {
        font-size: 39px;
    }
}

@media screen and (max-width: 370px) {
    html {
        font-size: 37px;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 35px;
    }
}

@media screen and (max-width: 330px) {
    html {
        font-size: 33px;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 32px;
    }
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a,
a:visited,
a:hover,
a:link,
a:active {
    background-color: transparent;
    color: #333;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 60%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

input[type='text']::-webkit-input-placeholder {
    color: #999;
}

input[type='text']:-moz-placeholder {
    color: #999;
}

input[type='text']::-moz-placeholder {
    color: #999;
}

input[type='text']:-ms-input-placeholder {
    color: #999;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

ul,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

html,
body {
    background: #f5f5f5
}

/* 公告的头部 */
.header1 {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    /*height: 1.375rem;*/
    overflow: hidden;
    box-sizing: border-box;
    padding: .296875rem .3125rem;
    border-bottom: 3px solid #224b81;
    position: relative;
    background: #fff;
}

.header1.huabg {
    background: -webkit-linear-gradient(left, #224b81, #a535f4);
    background: -o-linear-gradient(right, #224b81, #a535f4);
    background: -moz-linear-gradient(right, #224b81, #a535f4);
    background: linear-gradient(to right, #224b81, #a535f4);
}

.header1-logo {
    float: left;
    width: 60%;
}

.header1-logo-fixed {
    position: fixed;
}

.header1-logo img {
    /*max-height: 48px;*/
    width: 100%;
}

.header1-icon {
    display: block;
    width: .78125rem;
    height: .78125rem;
    max-width: 50px;
    max-height: 50px;
}

.header1-icon-back,
.header1-icon-back2 {
    width: .46875rem;
}

.header1-icon-back {
    background: url(../images/header1-back.png) no-repeat left center;
    background-size: auto 100%;
}

.header1-icon-back2 {
    background: url(../images/header1-back2.png) no-repeat left center;
    background-size: auto 100%;
}

.header1-icon-menu {
    background: url(../images/header1-menu.png) no-repeat center;
    background-size: 100%;
}

.header1-icon-menu2 {
    background: url(../images/header1-menu2.png) no-repeat center;
    background-size: 100%;
}

.header1-icon-menu2.active {
    background: url(../images/header1-menu2-active.png) no-repeat center;
    background-size: 100%;
}

.header1-icon-user {
    background: url(../images/header1-user.png) no-repeat center;
    background-size: 100%;
}

.header1-icon-left {
    float: left;
    margin-right: .15625rem;
}

.header1-icon-right {
    float: right;
    /*margin-left: .15625rem;*/
    /*width: 10%;*/
    margin-top: 10px;
}

.header1-search {
    width: 5rem;
    height: .8rem;
    box-sizing: border-box;
    float: right;
    border: .015625rem solid #e1e1e1;
    border-radius: 21px;
    overflow: hidden;
    /* margin-top: .0625rem; */
    position: relative;
}

.header1-search input {
    display: block;
    box-sizing: border-box;
    width: 3.796875rem;
    height: .8rem;
    font-size: .375rem;
    line-height: .625rem;
    padding-left: .3rem;
    outline: none;
    /* background: #f6f6f6 url(../images/header1-search.jpg) no-repeat .21875rem center; */
    background-size: .28125rem;
    border-radius: .3125rem;
    border: none;
    color: #999;
}

.header1-search button {
    position: absolute;
    top: 0;
    right: 0;
    /* font-size: 0.0001rem; */
    color: #f6f6f6;
    background: #f6f6f6 url(../images/header1-search.jpg) no-repeat center center;
    width: 1.2rem;
    height: .8rem;
    /* line-height: .8rem; */
    text-indent: 1rem;
    border: 0;
    /* text-indent: 1rem; */
}

.header1-search,
.header1-search input {
    max-width: 245px;
    max-height: 42px;
}

.header1-menu {
    width: 100%;
    overflow: hidden;
    /*position: absolute;*/
    top: 1.9rem;
    right: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
    padding: 0.1rem 0 0.5rem;
}

.header1-menu.long {
    width: 100%;
}

.header1-menu-user {
    width: 7.5rem;
    height: 1.65625rem;
    background: url(../images/header1-menu-user-bg.jpg) no-repeat;
    background-size: cover;
}

.header1-menu-user a {
    display: block;
    float: left;
}

.header1-menu-user-avatar img {
    width: 1.09375rem;
    height: 1.09375rem;
}

.header1-menu-user-avatar {
    margin-left: .46875rem;
    margin-top: .28125rem;
}

.header1-menu-user-name {
    font-size: .46875rem;
    line-height: 1.65625rem;
    margin-left: .3125rem;
}

.header1-menu-nav {
    width: 94%;
    margin: 0 3%;
    overflow: hidden;
}

.header1-menu-nav2 {
    /*margin-top: 5px;*/
}

.header1-menu-nav dl {
    width: 100%;
    padding: 5px 0;
}

.header1-menu-nav dl dd {
    text-align: center;
    font-size: 16px;
    color: #6f8fa2;
}

.header1-menu-nav dl dd span {
    padding: 0 5px;
    font-size: 18px;
    word-spacing: 2px;
    color: #224b81;
}

.header1-menu-nav li {
    width: 33.33%;
    float: left;
    height: .85rem;
    /*height: 40px;*/
    font-size: .33rem;
    /*box-sizing: border-box;*/
    text-align: center;
    /*border-bottom: 1px solid #dcdcdc;*/
}

.header1-menu-nav li a {
    display: block;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    height: .75rem;
    line-height:.75rem;
    /*margin-top: .234375rem;*/
    color: #666;
    /*box-sizing: border-box;*/
    border-right: 1px solid #dcdcdc;
}

.header1-menu-nav li:nth-child(3n) a {
    border-right: none;
}

.header1-menu-nav li a:hover {
    background: #224b81;
    color: #fff;
    border-radius: 5px;
}

.header1-menu-nav-bg {
    position: fixed;
    width: 10rem;
    left: 50%;
    margin-left: -5rem;
    top: 1.375rem;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
}

.header1-menu-nav-ctrl {
    display: none;
}

.header1-menu.l {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 2.34375rem;
    height: 5.3125rem;
}

.header1-menu-left {
    float: left;
    width: 2.34375rem;
    height: 5.3125rem;
    margin-left: -2.34375rem;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    background: #f5f5f5;
}

.header1-menu-left a {
    display: block;
    width: 100%;
    height: .78125rem;
    line-height: .78125rem;
    border-bottom: 1px solid #dcdcdc;
    font-size: .3125rem;
    text-align: center;
}

.header1-menu-left a.active {
    background: #fff;
}

.header1-menu-left a.active em {
    display: inline-block;
    color: #f9621b;
    padding-left: .46875rem;
    background: url(../images/icon-check.jpg) no-repeat left center;
    background-size: .375rem;
}

.header1-menu-list1 {
    width: 100%;
    /* height: 4.53125rem; */
    height: 5.3125rem;
    overflow-y: auto;
    position: relative;
}

.header1-menu-right {
    float: right;
    width: 100%;
    height: 5.3125rem;
}

.header1-menu-list2 {
    width: 100%;
    height: 5.3125rem;
    box-sizing: border-box;
    padding: .3125rem;
    padding-right: 0;
    padding-bottom: 0;
    overflow-y: auto;
    display: none;
}

.header1-menu-list2 li {
    width: 25%;
    height: .78125rem;
    margin-bottom: .3125rem;
    padding-right: .3125rem;
    box-sizing: border-box;
    float: left;
}

.header1-menu-list2 li a {
    display: block;
    width: 100%;
    height: .78125rem;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: .375rem;
    line-height: .78125rem;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.header1-menu-list2 li.active a {
    background: #fb6317;
    border-color: #fb6317;
    color: #fff;
}

/* 新增一种导航 */
.header1-menu-list3 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: .3125rem;
    padding-top: .3125rem;
}

.header1-menu-list3 li {
    width: 25%;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: .3125rem;
    padding-bottom: .3125rem;
    float: left;
}

.header1-menu-list3 li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 1.875rem;
    padding-top: 1.09375rem;
    line-height: .78125rem;
    font-size: .375rem;
    border: 1px solid #e5e5e5;
    border-radius: .078125rem;
    text-align: center;
    color: #666;
}

.header1-menu-list3 li.active a {
    color: #fff;
    border-color: #224b81;
}

.header1-menu-list3 li:nth-child(1) a {
    background: url(../images/hml-1.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(1).active a {
    background: #224b81 url(../images/hml-1-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(2) a {
    background: url(../images/hml-2.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(2).active a {
    background: #224b81 url(../images/hml-2-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(3) a {
    background: url(../images/hml-3.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(3).active a {
    background: #224b81 url(../images/hml-3-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(4) a {
    background: url(../images/hml-4.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(4).active a {
    background: #224b81 url(../images/hml-4-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(5) a {
    background: url(../images/hml-5.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(5).active a {
    background: #224b81 url(../images/hml-5-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(6) a {
    background: url(../images/hml-6.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(6).active a {
    background: #224b81 url(../images/hml-6-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(7) a {
    background: url(../images/hml-7.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(7).active a {
    background: #224b81 url(../images/hml-7-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(8) a {
    background: url(../images/hml-8.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(8).active a {
    background: #224b81 url(../images/hml-8-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(9) a {
    background: url(../images/hml-9.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(9).active a {
    background: #224b81 url(../images/hml-9-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(10) a {
    background: url(../images/hml-10.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(10).active a {
    background: #224b81 url(../images/hml-10-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(11) a {
    background: url(../images/hml-11.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(11).active a {
    background: #224b81 url(../images/hml-11-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(12) a {
    background: url(../images/hml-12.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

.header1-menu-list3 li:nth-child(12).active a {
    background: #224b81 url(../images/hml-12-active.png) no-repeat center .15625rem;
    background-size: .78125rem;
}

/* 新增一种导航 */

.header1-tit {
    font-size: .5625rem;
    line-height: .78125rem;
    text-align: center;
    width: 7.2rem;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header1-tit.white {
    color: #fff;
}

.header1-orange {
    background: #224b81;
}

.header1-orange .header1-tit {
    color: #fff;
}

.header1-transparent {
    background: rgba(0, 0, 0, 0.65);
    border-bottom: none;
}

.header1-transparent .header1-tit {
    color: #fff;
}

.fixed {
    padding-top: 1.875rem;
}

.fixed2 {
    padding-top: 2.3125rem;
}

.fixed.npt {
    padding-top: 0;
}

.fixed .header1 {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}

.logre {
    margin-right: 5%;
    margin-left: 5%;
    width: 20%;
    /*margin-left: .1rem;*/
    margin-top: 10px;
    display: block;
    /*width: 1.9rem;*/
    height: .78125rem;
    max-width: 300px;
    max-height: 50px;
    float: left;

}

.logre a {
    font-size: 14px;
    color: #fff;
    float: left;
    height: .78125rem;
    line-height: .78125rem;
    width: 50%;
    text-align: center;
}

.logre a.inlogin {
    background: #224b81;
    border-top-left-radius: 35%;
    border-bottom-left-radius: 35%;


}

.logre a.inreg {
    background:#0a95eb;
    border-top-right-radius: 35%;
    border-bottom-right-radius: 35%;

}


/* footer1 */
.footer1 {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    /*height: 3.125rem;*/
    box-sizing: border-box;
    padding: .234375rem 0;
    background: #333;
}

.footer1 p {
    font-size: .314256rem;
    text-align: center;
    /*height: .46875rem;*/
    line-height: .46875rem;
    margin-top: .15625rem
}

.footer1 p:first-child {
    /*width: 7rem;*/
    height: .9375rem;
    line-height: .9375rem;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 auto;
    margin-bottom: .3125rem;
}

.footer1 p,
.footer1 p a {
    color: #c0c0c0;
}

.footer1 p a {
    margin: 0 .12rem;
}

.footer2 {
    width: 100%;
    overflow: hidden;
    padding: .46875rem 0;
    text-align: center;
    background: #565656;
    max-width: 640px;
    margin: 0 auto;
}

.footer2,
.footer2 a {
    color: #fff;
}

.footer2 a {
    margin: 0 .078125rem;
}

.footer2 div {
    font-size: .375rem;
    line-height: .78125rem;
    margin-bottom: .3125rem;
}

.footer2 p {
    font-size: .3125rem;
    line-height: .46875rem;
    margin-bottom: .15625rem;
}

#mun {
    display: none;
}

.menu {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: .3125rem;
    border-bottom: .078125rem solid #f8611e;
}

.menu-tit {
    width: 100%;
    height: 1.09375rem;
    line-height: 1.09375rem;
    font-size: .40625rem;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding-right: .3125rem;
}

.menu-box {
    width: 100%;
    overflow: hidden;
    padding-top: .3125rem;
}

.menu-box li {
    width: 25%;
    height: .65625rem;
    float: left;
    box-sizing: border-box;
    padding-right: .3125rem;
    margin-bottom: .3125rem;
}

.menu-box li a {
    display: block;
    width: 100%;
    height: .625rem;
    text-align: center;
    line-height: .625rem;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    font-size: .375rem;
    color: #666;
    border-radius: .3125rem;
}

.menu-box li.active a {
    border-color: #f8611e;
    background: #f8611e;
    color: #fff;
}

.menu-search {
    width: 100%;
    overflow: hidden;
}

.menu-search div {
    width: 100%;
    height: 1.15625rem;
    box-sizing: border-box;
    padding: .1875rem .3125rem;
    background: #f5f5f5;
    padding-right: 1.40625rem;
}

.menu-search div input {
    display: block;
    width: 100%;
    height: .78125rem;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-right: none;
    border-radius: 25px 0 0 25px;
    line-height: .75rem;
    font-size: .375rem;
    padding-left: .3125rem;
    float: left;
    outline: none;
}

.menu-search div button {
    display: block;
    width: 1.09375rem;
    height: .78125rem;
    box-sizing: border-box;
    float: right;
    margin-right: -1.09375rem;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-radius: 0 25px 25px 0;
    outline: none;
    background: #fff url(../images/menu-search-icon.jpg) no-repeat center;
    background-size: .421875rem;
}

/* nav1 */
.nav1 {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 .3125rem;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    background: #224b81;
}

.nav1 ul li {
    float: left;
    height: .9375rem;
    overflow: hidden;
}

.nav1 ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    /* height: .9375rem; */
    line-height: .875rem;
    font-size: .3rem;
    text-align: center;
    color: #fff;
    background: #224b81;
    /* border-right: 1px solid #dcdcdc;*/
}

.nav1 ul li.active {
    border-bottom: .078125rem solid #224b81;
}

.nav1-seg3 ul li {
    width: 33.33%;
}

.nav1-seg3 ul li:nth-child(3n) a {
    border-right: none;
}

.nav1-seg4 ul li {
    width: 23%;
    padding: 0 1%;
}

.nav1-seg4 ul li:nth-child(3n) a {
    border-right: none;
}

.nav1-seg5 ul li {
    width: 20%;
}

.nav1-seg5 ul li:nth-child(3n) a {
    border-right: none;
}

/* nav2 */
.nav2 {
    width: 100%;
    overflow: hidden;
    max-width: 640px;
    min-width: 320px;
    background: #fff;
    padding-top: .3125rem;
    margin: 0 auto;
}

.nav2 ul li {
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-bottom: .3125rem;
}

.nav2 ul li img {
    display: block;
    margin: 0 auto;
    width: 1.0625rem;
    height: 1.0625rem;
    margin-bottom: 0.08rem;
}

.nav2 ul li a {
    font-size: .34rem;
    line-height: 1.3;
    color: #666;
    /* font-weight: bolder; */
    display: block;
}

/* nav3 */
.nav3 {
    height: .9375rem;
    position: fixed;
    top: 1.375rem;
    background: #fff;
    z-index: 999;
    width: 100%;
    max-width: 640px;
}

.nav3-contrl {
    width: 100%;
    height: .9375rem;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}

.nav3-contrl li {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
}

.nav3-contrl.seg3 li {
    width: 33.33%;
}

.nav3-contrl li:last-child {
    border-right: none;
}

.nav3-contrl li a {
    display: block;
    height: .90625rem;
}

.nav3-contrl li a em {
    display: inline-block;
    font-size: .4375rem;
    height: .90625rem;
    line-height: .90625rem;
    color: #666;
    padding-right: .46875rem;
    background: url(../images/arrow-down-gray.png) no-repeat right center;
    background-size: .328125rem .171875rem;
    vertical-align: top;
}

.nav3-contrl li.active a em {
    color: #224b81;
    background: url(../images/arrow-up-orange.png) no-repeat right center;
    background-size: .328125rem .171875rem;
}

.nav3-select {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: .9375rem;
    z-index: 999;
}

.nav3-select ul {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: .3125rem;
    padding-top: .3125rem;
    display: none;
}

.nav3-select ul li {
    width: 25%;
    height: .5625rem;
    box-sizing: border-box;
    margin-bottom: .3125rem;
    padding-right: .3125rem;
    float: left;
}

.nav3-select ul li a {
    display: block;
    width: 100%;
    height: .5625rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    font-size: .3125rem;
    line-height: .53125rem;
    text-align: center;
    color: #999;
    border-radius: .125rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav3-select ul li.active a {
    border-color: #224b81;
    background: #224b81;
    color: #fff;
}

/* nav4 */
.nav4 {
    width: 100%;
    padding-top: .3125rem;
    overflow: hidden;
}

.nav4 ul {
    width: 100%;
    height: 1.09375rem;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f5f5f5;
}

.nav4 ul li {
    width: 20%;
    float: left;
    height: 1.09375rem;
    line-height: 1.09375rem;
    font-size: .40625rem;
    text-align: center;
}

.nav4 ul li a {
    display: block;
    width: 100%;
    height: 1.09375rem;
    color: #333;
}

.nav4 ul li.active a {
    background: #224b81;
    color: #fff;
}

/* nav5 */
.nav5 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
}

.nav5 ul {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    background: #f5f5f5;
}

.nav5 ul li {
    width: 16.66%;
    height: .78125rem;
    font-size: .375rem;
    text-align: center;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}

.nav5 ul li a {
    color: #666;
    display: block;
    height: .46875rem;
    line-height: .46875rem;
    margin-top: .234375rem;
    margin-bottom: .234375rem;
    border-right: 1px solid #dcdcdc;
}

.nav5 ul li.active a {
    color: #224b81;
}

.nav5 ul li:nth-child(6n) a {
    border-right: none;
}

/* sec */
.sec {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}

.sec.bd {
    display: block !important;
    max-width: none;
}

.sec.no-over {
    overflow: visible;
}

.sec-swiper .swiper-slide img {
    width: 100%;
}

.sec-swiper .swiper-pagination {}

.sec-swiper .swiper-pagination .swiper-pagination-bullet {
    width: .234375rem;
    height: .234375rem;
    box-sizing: border-box;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

.sec-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #224b81;
}

.sec-swiper2 .swiper-slide img {
    width: 100%;
}

.sec-swiper2 .swiper-pagination {
    text-align: right;
}

.sec-swiper2 .swiper-pagination .swiper-pagination-bullet {
    width: .46875rem;
    height: .46875rem;
    text-align: center;
    line-height: .46875rem;
    font-size: .3125rem;
    color: #fff;
    background: rgba(0, 0, 0, 1);
    opacity: 1;
}

.sec-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(244, 77, 53, 1);
    opacity: 1;
}

/*广告位*/
.adver {
    /*width: 96%;*/
    padding: 0 2%;
}

.adver .adverul,
.adver .adverul2,
.adver .adverul3 {
    width: 100%;
}

.adver .adverul li {
    width: 100%;
    margin: 5px 0;
}

.adver .adverul li img,
.adver .adverul2 li img,
.adver .adverul3 li img {
    width: 100%;
}

.adver .adverul2 li {
    width: 48%;
    float: left;
    margin: 7px 1% 7px;
}
.adver .adverul3 li{
    width: 31.3%;
    float: left;
    margin: 7px 1% 7px;
}

/*广告位 end*/

.home-sjtt {
    padding: .3125rem;
}

.home-sjtt-left {
    width: 15%;
    float: left;
}

.home-sjtt-left img {
    height: .9375rem;
    float: left;
}

.home-sjtt-right {
    width: 85%;
    float: right;
    text-align: left;
    height: 1rem;
    overflow: hidden;
}

.home-sjtt-right li {
    width: 100%;
    height: .56875rem;
    line-height: .46875rem;
    font-size: .375rem;
    color: #333;
    font-style: italic;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-sjtt-right li i {
    display: inline-block;
    float: left;
    margin-right: .18rem;
    width: 1.3rem;
    height: .4rem;
    /* border: 1px solid #224b81; */
    color: #fff;
    font-size: .2rem;
    /* border-radius: .078125rem; */
    line-height: .4rem;
    text-align: center;
    background: #224b81;
}

.sec-tit {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: 1.25rem;
    padding: .3125rem;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.sec-tit h2 {
    font-size: .45rem;
    height: .9375rem;
    border-bottom: 1px solid #e5e5e5;
    color: #224b81;
    float: left;
}

.sec-tit h2 strong {
    display: inline-block;
    height: .5625rem;
    line-height: .5625rem;
    padding-left: .3125rem;
    border-left: .09375rem solid #224b81;
    margin-top: .1875rem;
}

.fenlei h2 strong {
    font-weight: bold;
    font-size: .5rem;
}

.sec-tit a {
    float: right;
    font-size: .34375rem;
    line-height: .34375rem;
    margin-top: .40625rem;
    color: #999;
}

/*行业分类*/
.fenleilist1,
.fenleilist2 {
    padding: 10px .3125rem;
    overflow: hidden;
}

.fenleilist1 div.classblock dl dt {
    padding-bottom: 3px;
    margin-top: 10px;

}

.fenleilist1 div.classblock dl dt a {
    background: #224b81;
    color: #fff;
    padding: 5px 7px;
    font-size: 17px;
    border-radius: 5px;
    display: table-cell;
    height: 25px;
    line-height: 25px;
}

.fenleilist1 div.classblock dl dd {
    font-size: 15px;
    color: #555;
    margin-top: 5px;

    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.fenleilist1 div.classblock dl dd a {
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
}

.fenleilist1 div.classblock {
    display: none;
}

.fenleilist1>div:nth-child(1),
.fenleilist1>div:nth-of-type(2)>div.classblock,
.fenleilist1>div:nth-child(3) {
    display: block;
}

.fenleilist1>div:nth-of-type(3) dl dd {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.fenleilist2>div:nth-child(1),
.fenleilist2>div:nth-of-type(2)>div.classblock,
.fenleilist2>div:nth-child(3) {
    /*display: none;*/
}

.fenleilist2 div.classblock dl dt {
    padding-bottom: 3px;

}

.fenleilist2 div.classblock dl dt a {
    color: #224b81;
    font-size: 17px;
    padding: 5px 7px;
    height: 20px;
    line-height: 20px;
    display: block;
        font-weight: 600;
}

.fenleilist2 div.classblock dl dd {
    font-size: 14px;
    color: #555;
    margin-top: 5px;

    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.fenleilist2 div.classblock dl dd a {
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
}

.fenleilist2 div.classblock:nth-child(9) dl dd {
    border-bottom: none;
}



/* 图文列表 上下排版 */
.sec-list1 {
    width: 100%;
    overflow: hidden;
    padding-top: .3125rem;
}

.sec-list1 li {
    width: 50%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding: 0 .3125rem;
    margin-bottom: .3125rem;
    padding-bottom: .15625rem;
}

.sec-list1 li>div {
    width: 100%;
    overflow: hidden;
    border-radius: .15625rem;
    box-shadow: -3px 3px 3px #ddd, 3px 3px 3px #ddd;
}

.sec-list1 li img {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    max-width: 280px;
}

.sec-list1 li strong,
.sec-list1 li span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    box-sizing: border-box;
    padding: 0 .15625rem;
}

.sec-list1 li strong {
    height: .78125rem;
    line-height: .78125rem;
    font-size: .4375rem;
}

.sec-list1 li strong a {
    color: #000;
}

.sec-list1 li span {
    height: .46875rem;
    line-height: .46875rem;
    font-size: .34375rem;
    color: #999;
    margin-bottom: .15625rem;
}

.sec-list1 li em {
    float: left;
    font-size: .375rem;
    color: #224b81;
}

.sec-list1 li i {
    float: right;
    font-size: .3125rem;
}

/* 图文列表 左右中排版 */
.sec-list2 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 .3125rem;
}

.sec-list2 li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    padding: .3125rem 0;
}

.sec-list2 li:last-child {
    border-bottom: none;
}

.sec-list2 li span {
    display: block;
}

.sec-list2-img {
    float: left;
    width: 27%;
}

.sec-list2-img img {
    width: 2.46875rem;
    height: 1.53125rem;
    max-width: 158px;
    max-height: 98px;
}

.sec-list2-img2 {
    float: left;
}

.sec-list2-img2 img {
    width: 2.34375rem;
    height: 1.640625rem;
    max-width: 100px;
    max-height: 70px;
    padding: .15625rem;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
}

.sec-list2-txt {
    width: 53%;
    height: 1.53125rem;
    float: left;
    box-sizing: border-box;
    padding-left: .15625rem;
}

.sec-list2-txt strong,
.sec-list2-txt em {
    display: block;

}

.sec-list2-txt strong {
    height: .5rem;
    /* line-height: .5rem; */
    font-size: .4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-list2-txt strong a {
    color: #000;
    display: contents;
}

.sec-list2-txt em {
    height: 1rem;
    line-height: 0.5rem;
    overflow: hidden;
    font-size: .285rem;
    color: #999;
}

.sec-list2-txt i {
    color: #666;
}

.sec-list2-txt b {
    color: #224b81;
    margin-right: .15625rem;
}

.sec-list2-btn {
    float: right;
    width: 18%;
}

.sec-list2-btn a {
    display: block;
    width: 1.5625rem;
    font-size: .3125rem;
    border: 1px solid #224b81;
    color: #224b81;
    border-radius: .078125rem;
    box-sizing: border-box;
    text-align: center;
    height: .5625rem;
    line-height: .5rem;
    margin-bottom: .25rem;
}

.sec-list2-btn a:last-child {
    margin-bottom: 0;
}

.sec-list2-btn a.red {
    background: #224b81;
    color: #fff;
}

.sec-more {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 .3125rem;
    margin-bottom: .3125rem;
}

.sec-more a {
    display: block;
    width: 100%;
    height: .6875rem;
    line-height: .6875rem;
    font-size: .3125rem;
    text-align: center;
    background: #eee;
    color: #666;
}

.sec-slide {
    width: 100%;
    overflow: hidden;
}

.sec-slide .hd {
    width: 100%;
    height: 1.25rem;
    padding: .3125rem;
    padding-bottom: 0;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.sec-slide .hd ul {}

.sec-slide .hd ul li {
    float: left;
    width: 100%;
    height: .90625rem;
    line-height: .90625rem;
    font-size: .4825rem;
    text-align: center;
    color: #666;
}

.sec-slide .hd ul li.on {
    border-bottom: .03125rem solid #224b81;
    color: #224b81;
}

.sec-slide .bd ul {
    display: block !important;
    float: left;
}

.sec-slide .hd2 ul li {
    width: 50%;
}

.sec-slide .hd3 ul li {
    width: 33.33%;
}

.sec-slide .hd4 ul li {
    width: 25%;
    font-size: .4375rem;
}

.sec-slide .hd5 ul li {
    width: 20%;
    font-size: .3125rem;
}

.sec-list3 li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    padding: .234375rem .3125rem;
    padding-right: 0;
}

.inexpolist {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    padding: .234375rem .3125rem;
    padding-right: 0;
}

.sec-list3.dashed {
    border-bottom: 1px dashed #e5e5e5;
}

.sec-list3 li:last-child {
    border-bottom: none;
}

.sec-list3-tit {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: .3125rem;
    font-weight: bolder;
}

.inexpolist {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    /*padding-right: .3125rem;*/
    font-weight: bolder;
}

.inexpolist a {
    display: block;
    width: 100%;
    height: .9375rem;
    line-height: .9375rem;
    font-size: .375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.sec-list3-tit a {
    display: block;
    width: 100%;
    height: .9375rem;
    line-height: .9375rem;
    font-size: .375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.sec-list3-tit i {
    display: inline-block;
    width: .390625rem;
    height: .390625rem;
    background: url(../images/icon-hot-red.jpg);
    background-size: .390625rem;
    margin-left: .15625rem;
}

.sec-list3.thin li .sec-list3-tit a {
    height: .78125rem;
    line-height: .78125rem;
}

.sec-lite3-imgs {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.sec-lite3-imgs a {
    display: block;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding-right: .3125rem;
}

.sec-lite3-imgs-2 a {
    width: 50%;
}

.sec-lite3-imgs-3 a {
    width: 33.33%;
}

.sec-lite3-bread {
    width: 100%;
    padding-right: .3125rem;
    height: .9375rem;
    line-height: .9375rem;
    box-sizing: border-box;
    font-size: .3125rem;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-list3.thin li .sec-list3-bread a {
    height: .78125rem;
    line-height: .78125rem;
}

.sec-lite3-bread span {
    margin-right: .234375rem;
}

.sec-list3-left,
.sec-list3-right {
    box-sizing: border-box;
    padding-right: .3125rem;
}

.sec-list3-left {
    float: left;
}

.sec-list3-right {
    float: right;
}

.sec-list3-long {
    width: 66%;
}

.sec-list3-long .sec-list3-tit a {
    height: auto;
    white-space: normal;
    line-height: .625rem;
}

.sec-list3-long .sec-lite3-bread {
    height: .625rem;
    line-height: .625rem;
}

.sec-list3-short {
    width: 33.33%;
}

.sec-lite3-imgs img,
.sec-list3-short img {
    width: 100%;

}

.sec-list3-short img {
    max-height: 85px;
    height: 65px;
}

.sec-lite3-intro {
    width: 100%;
    height: .9375rem;
    box-sizing: border-box;
    font-size: .3125rem;
    line-height: .46875rem;
    padding-right: .3125rem;
    overflow: hidden;
    color: #666;
}

.sec-list4 {
    box-sizing: border-box;
    padding: 0 .3125rem;
}

td.sec-list4-tit {
    width: 49%;
    float: left;
    margin-right: 1%;
    border-bottom: 1px dashed #e5e5e5;
    padding: .3125rem 0;
}

.sec-list4 li:last-child,
.sec-list4 li:nth-child(13) {
    border-bottom: none;
}

.sec-list4-tit,
.sec-list4-bread {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: .703125rem;
    line-height: .703125rem;
}

.sec-list4-tit {
    font-size: .375rem;
    font-weight: bolder;
}

.sec-list4-tit span {
    display: block;
    display: block;
    float: left;
    /* width: 44px; */
    /* height: 3px; */
    /* letter-spacing: 2px; */
    overflow: hidden;
    margin: 0px 2px;
    font-size: 14px;
    /* font-weight: bold; */
    color: #80bb2d;
    background: #ffffff;
}

.sec-list4-tit a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.sec-list4-bread {
    font-size: .3125rem;
    color: #999;
}

.sec-list4-bread span {
    margin-right: .15625rem;
}

.sec-list4-bread a {
    margin-right: .15625rem;
    color: #999;
}

.sec-list5 {
    box-sizing: border-box;
    padding: 0 .3125rem;
}

.sec-list5 li {
    width: 49%;
    float: left;
    margin-right: 1%;
    border-bottom: 1px dashed #e5e5e5;
    padding: .3125rem 0;
}

.sec-list5 li:last-child,
.sec-list5 li:nth-child(13) {
    border-bottom: none;
}

.sec-list5-tit,
.sec-list5-bread {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: .703125rem;
    line-height: .703125rem;
}

.sec-list5-tit {
    font-size: .375rem;
    font-weight: bolder;
}

.sec-list5-bread {
    font-size: .3125rem;
    color: #999;
}

.sec-list5-bread span {
    margin-right: .15625rem;
}

.sec-list5-tit i {
    display: inline-block;
    width: .46875rem;
    line-height: .46875rem;
    height: .46875rem;
    text-align: center;
    background: #224b81;
    float: left;
    margin-right: .15625rem;
    margin-top: .109375rem;
    color: #fff;
    border-radius: .078125rem;
}

.sec-list5-bread a {
    display: inline-block;
    width: 1.40625rem;
    height: .46875rem;
    line-height: .46875rem;
    border: 1px solid #224b81;
    color: #224b81 !important;
    border-radius: .078125rem;
    text-align: center;
    margin-right: .15625rem;
}

.sec-tit a.hyh {
    padding-left: .390625rem;
    background: url(../images/sec-tit-hyh.jpg) no-repeat left center;
    background-size: .234375rem;
}

.sec-list6 {
    /*width: 100%; */
    overflow: hidden;
    box-sizing: border-box;
    /* padding-left: .3125rem; */
    /* padding-right: .3125rem; */
    padding-top: .3125rem;
}

.sec-list6 table tr td tr td {
    padding-left: .1506rem;
    padding-right: .1506rem;
}

.sec-list6 table tr td:nth-child(3) tr td {
    padding-right: none;
}

.sec-list6 li {
    width: 33.33%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding-right: .3125rem;
    margin-bottom: .3125rem;
}

.sec-list6 li a {
    overflow: hidden;
    text-align: center;
}

.sec-list6 li a p {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #fff;
    background: #606060;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cpa {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #fff !important;
    background: #606060 !important;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.sec-list6 li img {
    width: 100%;
    max-width: 190px;
    max-height: 118px;
}

.cpimg {

    width: 100%;
    max-width: 190px;
    max-height: 118px;
}

.sec-list7 {
    box-sizing: border-box;
    padding: .3125rem;
}

.sec-list7 .comlist {
    width: 100%;
    height: .78125rem;
    line-height: .78125rem;
    font-size: .375rem;
    box-sizing: border-box;
    padding-left: .234375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.sec-list7 .comlist a {
    color: #666;
}

.sec-list7 .comlist::before {
    content: ' ';
    display: inline-block;
    width: .09375rem;
    height: .09375rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.046875rem;
    background: #aaa;
}

.sec-list7 li span {
    float: right;
    font-size: .3125rem;
    color: #999;
}

.sec-list8 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: .3125rem;

    padding-top: .3125rem;
}

.sec-list8 li {
    float: left;
    width: 25%;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: .3125rem;
    margin-bottom: .3125rem;
}

.sec-list8 li a {
    display: block;
    width: 100%;
    height: .875rem;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    line-height: .84375rem;
    font-size: .375rem;
    color: #666;
    text-align: center;
    border-radius: .15625rem;
}

.sec-list8 li.active a {
    background: #224b81;
    color: #fff;
    border-color: #224b81;
}

.sec-swiper3-page {
    float: right;
    position: static;
}

.sec-swiper3-page .swiper-pagination-bullet {
    opacity: 1;
    background: #bababa;
    margin-left: .15625rem;
}

.sec-swiper3-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e84c4d;
}


.sec-swiper4 .swiper-slide img {
    /* height:270px; */
    display: block;
    width: 100%;
}

.sec-swiper4 .swiper-pagination {
    position: static;
}

.sec-swiper4 .swiper-button {
    width: .9375rem;
    height: 1.5625rem;
    outline: none;
    cursor: pointer;
}

.sec-swiper4 .swiper-button.pt {
    margin-top: -1.71875rem;
}

.sec-swiper4 .swiper-button-prev {
    left: 0;
    background-size: .425rem;
}

.sec-swiper4 .swiper-button-next {
    right: 0;
    background-size: .425rem;
}

.sec-swiper4-float {
    width: 100%;
    box-sizing: border-box;
    padding: .15625rem .3125rem;
    height: .78125rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.sec-swiper4-bread {
    float: left;
    height: .46875rem;
    line-height: .46875rem;
    font-size: .3125rem;
}

.sec-swiper4-bread,
.sec-swiper4-bread a {
    color: #fff;
}

.sec-swiper4-tuku {
    display: inline-block;
    height: .46875rem;
    padding: 0 .234375rem;
    float: right;
    font-size: .28125rem;
    line-height: .46875rem;
    background: #cdbfb8 !important;
    border-radius: .078125rem;
}

.sec-swiper4-tuku em {
    display: inline-block;
    padding-right: .390625rem;
    background: url(../images/icon-tupian.png) no-repeat right center;
    background-size: .34375rem .296875rem;
}

.sec-swiper4-tit {
    width: 100%;
    height: .9375rem;
    line-height: .9375rem;
    box-sizing: border-box;
    padding-left: .3125rem;
    padding-right: 1.5625rem;
    font-size: .5625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-swiper4-intro {
    width: 100%;
    height: .78125rem;
    line-height: .390625rem;
    font-size: .3125rem;
    color: #999;
    box-sizing: border-box;
    padding: 0 .3125rem;
    margin-bottom: .3125rem;
    overflow: hidden;
}

.pic-pagination {
    font-size: .375rem;
    color: #999;
    position: absolute !important;
    right: 0;
    bottom: 1.09375rem !important;
    line-height: .9375rem;
    text-align: right;
    padding-right: .3125rem;
    box-sizing: border-box;
}


.sec-list9 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
    padding-bottom: 0;
    padding-right: 0;
}

.sec-list9 li {
    width: 33.33%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding-right: .3125rem;
    margin-bottom: .3125rem;
    text-align: center;
}

.sec-list9-img {
    width: 100%;
    overflow: hidden;
}

.sec-list9-img img {}

.sec-list9-tit {
    height: .625rem;
    line-height: .625rem;
    font-size: .305rem;
}

.sec-list9-bread {
    height: .46875rem;
    line-height: .46875rem;
    font-size: .305rem;
    color: #224b81;
}

.sec-list9-bread i {
    color: #39a4bf;
    margin-right: .15625rem;
}

.sec-list9-tit,
.sec-list9-bread {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 404 */
.not-found {
    margin: .3125rem;
    margin-bottom: 0;
    border: 1px solid #dcdcdc;
    padding-bottom: .46875rem;
}

.not-found img {
    display: block;
    width: 4.375rem;
    margin: 0 auto;
    max-width: 280px;
    margin-top: .78125rem;
    margin-bottom: .78125rem;
}

.not-found p {
    font-size: .3125rem;
    line-height: .5625rem;
    width: 7.5rem;
    margin: 0 auto;
    margin-bottom: .15625rem;
}

.not-found p strong {
    font-size: .5625rem;
}

.not-found p em {
    color: #224b81;
    margin-right: .125rem;
}

.not-found p a {
    color: #3475b7;
    margin-right: .15625rem;
}

.phb-intro {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
    padding-left: 1.09375rem;
    background: -webkit-linear-gradient(#fdf7e9, #fff0dd);
    background: -o-linear-gradient(#fdf7e9, #fff0dd);
    background: -moz-linear-gradient(#fdf7e9, #fff0dd);
    background: linear-gradient(#fdf7e9, #fff0dd);
    max-width: 640px;
    margin: 0 auto;
}

.phb-intro-left {
    width: .78125rem;
    float: left;
    margin-left: -0.78125rem;
    font-size: .4375rem;
    line-height: .46875rem;
    color: #b58529;
    padding-top: .9375rem;
    background: url(../images/phb-icon.png) no-repeat left top;
    background-size: .578125rem .8125rem;
    text-align: left;
    box-sizing: border-box;
    padding-left: .078125rem;
}

.phb-intro-right {
    float: left;
    font-size: .3125rem;
    line-height: .46875rem;
    text-align: left;
    color: #b58529;
}

.phb-nav {
    width: 100%;
    height: .9375rem;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    padding-left: .15625rem;
    box-sizing: border-box;
}

.phb-nav-con {
    height: .9375rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.phb-nav-list {
    white-space: nowrap;
    height: .9375rem;
    vertical-align: top;
}

.phb-nav-list li {
    display: inline-block;
    height: .9375rem;
    box-sizing: border-box;
    position: relative;
    top: -.234375rem;
}

.phb-nav-list li.on {
    border-bottom: .078125rem solid #224b81;
}

.phb-nav-list li em {
    display: block;
    height: .46875rem;
    line-height: .46875rem;
    font-size: .4375rem;
    padding: 0 .234375rem;
    border-right: 1px solid #dcdcdc;
    color: #666;
    margin-top: .234375rem;
}

.phb-nav-list li.on em {
    color: #224b81;
}

.phb-nav-list li:last-child em {
    border-right: none;
}

.sec-list10 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 .3125rem;
    display: block !important;
    float: left;
}

.sec-list10 li {
    width: 100%;
    overflow: hidden;
    padding: .3125rem 0;
    border-bottom: 1px dashed #dcdcdc;
}

.sec-list10 li:last-child {
    border-bottom: none;
}

.sec-list10-num,
.sec-list10-img,
.sec-list10-txt {
    float: left;
}

.sec-list10-num {
    margin-right: .3125rem;
}

.sec-list10-num i {
    display: block;
    width: .5625rem;
    height: .5625rem;
    text-align: center;
    line-height: .5625rem;
    font-size: .375rem;
    background: #999;
    color: #fff;
}

.sec-list10-img {
    margin-right: .15625rem;
}

.sec-list10-img img {
    width: 2.46875rem;
    height: 1.53125rem;
    max-width: 158px;
    max-height: 98px;
}

.sec-list10-txt strong,
.sec-list10-txt span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-list10-txt strong {
    font-size: .375rem;
    height: .59375rem;
    line-height: .59375rem;
}

.sec-list10-txt span {
    font-size: .3125rem;
    height: .46875rem;
    line-height: .46875rem;
    color: #999;
}

.sec-list10-txt em {
    color: #224b81;
}

.sec-list10-btn {
    float: right;
}

.sec-list10-btn a {
    display: block;
    font-size: .3125rem;
    height: .5625rem;
    line-height: .5625rem;
    background: #224b81;
    color: #fff;
    padding: 0 .234375rem;
    border-radius: .078125rem;
}

.sec-list10-btn a.mt {
    margin-top: .9375rem;
}

.sec-list10 li:nth-child(1) .sec-list10-num i {
    background: #224b81;
}

.sec-list10 li:nth-child(2) .sec-list10-num i {
    background: #224b81;

}

.sec-list10 li:nth-child(3) .sec-list10-num i {
    background: #224b81;
}

.phb-nav2 {
    width: 100%;
    overflow: hidden;
    height: .9375rem;
    padding: .234375rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}

.phb-nav2 li {
    width: 20%;
    box-sizing: border-box;
    height: .46875rem;
    line-height: .46875rem;
    float: left;
    font-size: .375rem;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}

.phb-nav2 li:last-child {
    border-right: none;
}

.phb-nav2 li em {
    display: inline-block;
    color: #666;
    font-weight: bolder;
}

.phb-nav2 li.on em {
    padding-bottom: .125rem;
    border-bottom: .078125rem solid #224b81;
    color: #224b81;
}

.sec-list11 {
    display: block !important;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 .3125rem;
    float: left;
}

.sec-list11 li {
    width: 100%;
    overflow: hidden;
    height: .84375rem;
    box-sizing: border-box;
    padding: .140625rem 0;
}

.sec-list11 li i {
    display: inline-block;
    float: left;
    width: .5625rem;
    height: .5625rem;
    line-height: .5625rem;
    font-size: .375rem;
    color: #fff;
    background: #999;
    text-align: center;
    margin-right: .15625rem;
}

.sec-list11 li:nth-child(1) i {
    background: #224b81;
}

.sec-list11 li:nth-child(2) i {
    background: #224b81;
}

.sec-list11 li:nth-child(3) i {
    background: #224b81;
}

.sec-list11 li a {
    font-size: .375rem;
    line-height: .5625rem;
    float: left;
    color: #666;
}

.sec-list11 li em {
    float: right;
    font-size: .375rem;
    color: #999;
}

#phb-slide-1,
#phb-slide-2 {
    max-width: 640px;
    margin: 0 auto;
}

/*供应信息页*/
.b-tip {
    text-align: center;
    line-height: .506667rem;
    font-size: .32rem;
    color: #333;
    width: 100%;
    height: 1rem;
    padding: .306667rem 0rem;
    background: #fff;
    margin: .266667rem auto;
    border: 1px solid #224b81;
    border-radius: 4px;
}

.b-tip a {
    color: #224b81;
    font-weight: bold;
}

.sec-list12 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: .3125rem;
    padding-left: .3125rem;
    background: #f5f5f5;
}

.sec-list12 li {
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: .3125rem;
    float: left;
    margin-bottom: .3125rem;
}

.sec-list12-wrap {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
    padding-top: .625rem;
    background: #fff;
    position: relative;
}

.sec-list12-tuijian {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    background: url(../images/icon-tuijian.jpg);
    background-size: .9375rem;
    position: absolute;
    left: 0;
    top: 0;
}

.sec-list12-img {
    width: 100%;
    overflow: hidden;
    padding-bottom: .3125rem;
    text-align: center;
}

.sec-list12-img img {
    width: 100%;
    /*height: 70px;*/
}

.sec-list12-tit {
    font-size: .375rem;
    line-height: .46875rem;
}

.sec-list12-intro {
    font-size: .3125rem;
    line-height: .46875rem;
    margin-top: .15625rem;
}

.sec-list12-tit,
.sec-list12-intro {
    width: 100%;
    height: .46875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-list12-line {
    border-top: 1px solid #e5e5e5;
    margin-top: .15625rem;
}

.sec-list12-bread {
    font-size: .3125rem;
    line-height: .46875rem;
    color: #999;
    margin-top: .15625rem;
}

.sec-list12-bread em {
    color: #224b81;
}

.sec-list12-btns {
    margin-top: .15625rem;
}

.sec-list12-btns a:nth-child(1) {

    border: 1px solid #224b81;

}

.sec-list12-btns a {
    display: block;
    width: 46%;
    height: .625rem;
    line-height: .59375rem;
    font-size: .3125rem;
    box-sizing: border-box;
    float: left;
    color: #224b81;
    text-align: center;
    border-radius: .078125rem;
}

.sec-list12-btns a.red {
    background: #224b81;
    color: #fff;
    float: right;
}

.sec-list12-empty {
    padding: .625rem 0;
    font-size: .4375rem;
    text-align: center;
    color: #999;
}

.sec-list12-more {
    display: block;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: .234375rem .3125rem;
}

.sec-list12-more.npb {
    padding-bottom: 0;
}

.sec-list12-more.white {
    background: #fff;
}

.sec-list12-more a {
    display: block;
    width: 100%;
    height: .78125rem;
    border: 1px solid #dcdcdc;
    background: #e5e5e5;
    box-sizing: border-box;
    text-align: center;
    font-size: .3125rem;
    line-height: .75rem;
    color: #999;
}

.sec-list12-more.white a {
    background: #f5f5f5;
}

.sec-list12-more a em {
    display: inline-block;
    padding-right: .46875rem;
    background: url(../images/arrow-down-gray.png) no-repeat right center;
    background-size: .328125rem .171875rem;
}

.sec-list13 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: .3125rem;
    padding-left: .3125rem;
    padding-right: .15625rem;
    padding-bottom: .15625rem;
}

.sec-list13 li {
    width: 20%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: .15625rem;
    margin-bottom: .15625rem;
}

.sec-list13 li img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .125rem;
    background: #ddd;
    max-width: 100px;
    max-height: 70px;
}

.sec-list14 {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    box-sizing: border-box;
    padding-left: .3125rem;
}

.sec-list14 li {
    width: 50%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding-right: .3125rem;
    margin-bottom: .3125rem;
}

.sec-list14 li div {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
    background: #fff;
}

.sec-list14 li div a img {
    display: block;
    width: 100%;
    max-width: 246px;
    max-height: 140px;
    margin: 0 auto;
}

.sec-list14 li div a:last-child {
    display: block;
    width: 100%;
    height: .46875rem;
    font-size: .40625rem;
    line-height: .46875rem;
    text-align: center;
    color: #666;
    text-align: center;
    margin-top: .3125rem;
}

.sec-list15 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: .3125rem;
    padding-left: .3125rem;
}

.sec-list15 a {
    display: inline-block;
    height: .78125rem;
    padding: 0 .46875rem;
    border: 1px solid #dcdcdc;
    margin-right: .3125rem;
    margin-bottom: .3125rem;
    line-height: .78125rem;
    border-radius: .390625rem;
    font-size: .375rem;
    color: #666;
}

.sec-list15 a.active {
    background: #224b81;
    border-color: #224b81;
    color: #fff;
}

.sec-item-box {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 0 .3125rem;
    padding-top: .15625rem;
    border-bottom: 1px solid #dcdcdc;
}

.sec-item-sbox {
    width: 100%;
    height: .78125rem;
    overflow: hidden;
    margin-top: .15625rem;
}

.sec-item-sbox h1 {
    float: left;
    font-size: .5625rem;
    line-height: .78125rem;
}

.sec-item-sbox i {
    display: inline-block;
    float: left;
    margin-left: .15625rem;
    font-size: .3125rem;
    height: .5625rem;
    line-height: .5625rem;
    margin-top: .109375rem;
    border-radius: .125rem;
    color: #fff;
    padding: 0 .125rem;
}

.sec-item-sbox i.red {
    background: #224b81;
}

.sec-item-sbox i.green {
    background: #4aca6d;
}

.sec-item-sbox em {
    float: right;
    font-size: .46875rem;
    line-height: .78125rem;
    color: #224b81;
    font-weight: bolder;
}

.sec-item-sbox span {
    float: left;
    line-height: .78125rem;
    font-size: .375rem;
    color: #666;
}

.sec-item-sbox a {
    float: right;
    font-size: .375rem;
    height: .5625rem;
    line-height: .5625rem;
    margin-top: .109375rem;
    padding: 0rem .6rem;
    background: #224b81;
    color: #fff;
    border-radius: .28125rem;
}

.article-tit {
    width: 100%;
    overflow: hidden;
    padding: 0 .3125rem;
    padding-top: .3125rem;
    font-size: .46875rem;
    line-height: .78125rem;
    box-sizing: border-box;
    text-align: left;
}

.article-bread {
    width: 100%;
    height: .46875rem;
    line-height: .46875rem;
    overflow: hidden;
    margin-top: .15625rem;
    font-size: .34375rem;
    color: #999;
    box-sizing: border-box;
    padding: 0 .3125rem;
    text-align: center;
}

.article-bread span {
    float: left;
    width: 60%;
    display: inline-block;
    float: left;
    padding: 0 .15625rem;
    height: .46875rem;

    text-align: center;


    line-height: .4375rem;
    margin-right: .15625rem;
    font-size: .3125rem;
}

.article-bread span i {
    display: inline-block;
    float: left;
    padding: 0 .15625rem;
    text-align: center;
    height: .46875rem;
    box-sizing: border-box;
    border: 1px solid #224b81;
    color: #224b81;
    border-radius: .078125rem;
    line-height: .4375rem;
    margin-right: .15625rem;
    font-size: .3125rem;
}

.article-bread em {
    float: right;
    width: 30%;
}

.article-bread em i {
    margin-left: .15625rem;
}

.article-bread b {
    margin: 0 .15625rem;
}

.article {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 .3125rem;
    padding-top: .3125rem;
    margin-top: .3125rem;
    border-top: 1px dotted #224b81;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: .4375rem;
    line-height: .78125rem;
    color: #333;

}

.article.yssm {
    font-size: 0.36rem;
    line-height: .7rem;
}

.article p {
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: .33rem;
    line-height: .65rem;
    color: #333;
}

.article img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.article-bnav {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    /*height: .78125rem;*/
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.article-bnav a {
    display: block;
    float: left;
    height: .75rem;
    border-bottom: 1px solid #eee;
    line-height: .75rem;
    font-size: .3125rem;
    padding-left: .3125rem;
    padding-right: .625rem;
    background: url(../images/arrow-right-large.png) no-repeat right center;
    background-size: .3125rem .75rem;
}

.article-bnav dd {
    font-size: 0;
}

.sec-item-box2 {
    width: 100%;
    overflow: hidden;
    height: 2.23rem;
    padding: .3125rem;
    box-sizing: border-box;
}

.sec-item-box2-left,
.sec-item-box2-left img {
    width: 2.34375rem;
    height: 1.640625rem;
}

.sec-item-box2-left {
    margin-right: .15625rem;
    float: left;
}

.sec-item-box2-left img {
    max-width: 100px;
    max-height: 70px;
}

.sec-item-box2-center {
    width: 5rem;
    height: 1.640625rem;
    float: left;
}

.sec-item-box2-tit {
    width: 100%;
    height: .78125rem;
    line-height: .78125rem;
}

.sec-item-box2-tit h2 {
    float: left;
    font-size: .375rem;
    max-width: 6em;
    overflow: hidden;
    white-space: nowrap;
}

.sec-item-box2-tit span {
    display: inline-block;
    float: left;
    height: .46875rem;
    line-height: .46875rem;
    color: #fff;
    margin-left: .078125rem;
    font-size: .21875rem;
    padding: 0 .125rem;
    border-radius: .078125rem;
    margin-top: .125rem;
}

.sec-item-box2-tit span.red {
    background: #224b81;
}

.sec-item-box2-tit span.green {
    background: #4aca6d;
}

.sec-item-box2-intro {
    font-size: .3125rem;
    line-height: .625rem;
    margin-top: .15625rem;
    color: #999;
}

.sec-item-box2-tit,
.sec-item-box2-intro {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-item-box2-right {
    width: 1.875rem;
    height: 1.640625rem;
    float: right;
    box-sizing: border-box;
    padding: .15625rem;
    text-align: center;
    border-left: 1px solid #dcdcdc;
}

.sec-item-box2-right span,
.sec-item-box2-right em {
    display: block;
    height: .9375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-item-box2-right span {
    font-size: .375rem;
    line-height: .546875rem;
}

.sec-item-box2-right em {
    font-size: .3125rem;
    color: #224b81;
    font-weight: bolder;
}

.page-btn {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
    padding-bottom: 0;
}

.page-btn a {
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: .3125rem;
    border: 1px solid #dcdcdc;
    font-size: .3125rem;
    line-height: .625rem;
    padding: 0 .3125rem;
    color: #999;
}

.page-btn a.active {
    background: #f5f5f5;
}

.cates-slide {
    width: 100%;
    height: 13.140625rem;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.cates-slide .hd {
    width: 1.640625rem;
    height: 13.125rem;
    box-sizing: border-box;
    border-right: .015625rem solid #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
}

.cates-slide .hd li {
    width: 1.625rem;
    height: 1.09375rem;
    box-sizing: border-box;
    border-bottom: .015625rem solid #dcdcdc;
    line-height: 1.078125rem;
    text-align: center;
    font-size: .40625rem;
    color: #666;
}

.cates-slide .hd li.on {
    color: #224b81;
    border-left: .078125rem solid #224b81;
}

.bd-swiper {
    display: block !important;
    float: left;
}

.cates-slide .tempWrap,
.bd-swiper {
    width: 100%;
    height: 13.125rem;
}

.bd-swiper .swiper-container,
.bd-swiper .swiper-wrapper {
    width: 100%;
    height: 13.125rem;
}

.bd-swiper .swiper-pagination {
    box-sizing: border-box;
    padding-left: 1.640625rem;
    bottom: .46875rem;
}

.bd-swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #999;
}

.bd-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #224b81;
}

.sub-cates-list {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
    padding-left: 1.953125rem;
}

.sub-cates-list li {
    width: 25%;
    height: 1.875rem;
    float: left;
    text-align: center;
}

.sub-cates-list li a {
    display: block;
    overflow: hidden;
}

.sub-cates-list li img {
    width: 1.40625rem;
    height: 1.40625rem;
    display: block;
    margin: 0 auto;
}

.sub-cates-list li a:last-child {
    height: .46875rem;
    font-size: .375rem;
    line-height: .46875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.area-slide {
    width: 100%;
    height: 17.21875rem;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.area-slide .hd {
    width: 1.015625rem;
    height: 17.21875rem;
    box-sizing: border-box;
    border-right: .015625rem solid #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
}

.area-slide .hd li {
    width: 1rem;
    height: .78125rem;
    box-sizing: border-box;
    border-bottom: .015625rem solid #dcdcdc;
    line-height: .78125rem;
    text-align: center;
    font-size: .40625rem;
    color: #666;
}

.area-slide .hd li.on {
    color: #224b81;
    border-left: .078125rem solid #224b81;
}

.bd-swiper2 {
    display: block !important;
    float: left;
}

.area-slide .tempWrap,
.bd-swiper2 {
    width: 100%;
    height: 17.1875rem;
}

.bd-swiper2 .swiper-container,
.bd-swiper2 .swiper-wrapper {
    width: 100%;
    height: 17.1875rem;
}

.bd-swiper2 .swiper-pagination {
    box-sizing: border-box;
    padding-left: 1.640625rem;
    bottom: .46875rem;
}

.bd-swiper2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #999;
}

.bd-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #224b81;
}

.sub-area-list {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3125rem;
    padding-left: 1.328125rem;
}

.sub-area-list li {
    width: 25%;
    height: .84375rem;
    line-height: .84375rem;
    float: left;
    text-align: center;
    font-size: .375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: .15625rem;
}

.sub-area-list li a {
    color: #5882d9;
}

.sub-area-list li em {
    color: #999;
    margin-left: .125rem;
}

.pic-item-info {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 .3125rem;
}

.pic-item-info li {
    width: 100%;
    font-size: .375rem;
    line-height: .625rem;
    overflow: hidden;
    padding: .234375rem 0;
    text-align: left;
    border-bottom: 1px dashed #e5e5e5;
    color: #666;
}

.pic-item-detail-btn {
    width: 100%;
    overflow: hidden;
    padding: .46875rem .3125rem;
    box-sizing: border-box;
    text-align: center;
}

.pic-item-detail-btn a {

    display: block;
    margin: 0 auto;
    width: 4.375rem;
    height: .9375rem;
    line-height: .9375rem;
    font-size: .4375rem;
    background: #224b81;
    color: #fff;
    border-radius: .46875rem;
    box-shadow: 1px 3px 5px #999;
}

.mt15 {
    margin-top: .234375rem !important;
}

/* 小的点缀字  20px => .3125rem */
.wz20 {
    font-size: .3125rem;
}

/* 文章内容的字，文字列表，图文排版的项目介绍 24px => .375rem  */
.wz24 {
    font-size: .375rem;
}

/* 项目名称，资讯标题，新闻标题（带有介绍文字） 30px => .46875rem */
.wz30 {
    font-size: .46875rem;
}

/* 模块标题 （橘色的标题文字）  文章，咨询，新闻 内页的标题   36px => .5625rem */
.wz36 {
    font-size: .5625rem;
}

.xiugai {
    padding: .15rem .3125rem;
    height: 1.175rem;
}

.mt175 {}

.news_align_c {
    text-align: center;
}

.wddb .pclick {
    color: #224b81 !important;
}

.sec-list12-more .pageBox {
    width: 100%;
    text-align: center;
    background: #fff;
    margin: -18px 0;
    padding-bottom: 19px;
    margin-top: -14px;
    padding-top: 19px;
}

.sec-list12-more .pageBox a {
    display: inline-block;
    padding: 0px 8px;
    height: 25px;
    line-height: 25px;
    color: #666;
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    position: relative;
    width: auto;
    margin-left: 6px;
}

.sec-list12-more .pageBox a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.sec-list12-more .pageBox a.pagePrev {
    padding-left: 20px;
}

.sec-list12-more .pageBox a.pageNext {
    padding-right: 20px;
}

.sec-list12-more .pageBox a.pagePrev i {
    left: 4px;
}

.sec-list12-more .pageBox a.pageNext i {
    right: 4px;
}

.iconPrev {
    background: url(../images/pageprev.png);
    background-size: 12px 12px;
}

.iconNext {
    background: url(../images/pagenext.png);
    background-size: 12px 12px;
}

/*2019 03 01 生成文章内部留言引导样式*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.tj_cont {
    width: 100%;


}

.tj_wrap {
    overflow: hidden;
    background: #e6e6e6;
    /*background: #224b81;*/
    box-sizing: border-box;
    /*padding-top: .5rem;*/
    /*margin: 15px;*/
}

.tjcont_lt {
    width: 65%;
    /*margin-bottom: 12px;*/
}

.tjcont_rt {
    width: 25%;
    margin: 10px;
}

.tj_pic {
    overflow: hidden;
    padding-left: 110px;
}

.tj_pic img {
    width: 100px;
    height: 70px;
    float: left;
    /*margin-left:  -100px;*/
    /*margin-top:5px;*/
    margin: 6px -100px;
}

.tj_pic p.tj_tit {
    text-align: left;
    margin: 5px;
    float: left;
    font-size: 16px;
    width: 100%;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: red;

}

p.tjcont_dw {
    margin: 0 5px;
    text-align: left;
    /*padding: 7px 0px 7px 5px;*/
    /*font-size: 16px;*/
}

.price {
    font-size: 16px;
    color: #224b81;
    font-weight: bold;
    margin-left: 16px;
    text-align: center;
}

p.tjcont_dw span {
    color: #999;
    /*margin-left: 6px;*/
}

p.tjcont_dw span em {
    font-style: normal;
    font-weight: bold;
    color: #000;
    margin-left: 5px;
}

p.ly_btn {

    width: 80%;
    background: #fd6913;
    border-radius: 42px;
    font-size: 11px;
    color: #fff;
    /*margin-top: 2px;*/
    /*margin-right: 10px;*/
    text-align: center;
}

.addcenter {
    text-align: center;
}

p.ly_btn a {
    color: #fff;
    /*padding-left: 9px;*/
}

/*2019 03 01 生成文章内部留言引导样式结束*/

#cnzz_stat_icon_1278249510 {
    display: none;
}



/*2019.12.03话题页面改版调整样式*/
.item_box.hot_item_box li .item_left {
    width: 30%;
    margin-right: 2%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: .3rem;
}

.item_box.hot_item_box li .item_left img {
    width: 100%;
    text-align: center;
}

.item_box.hot_item_box li .item_left p {
    font-size: .32rem;
    color: #333;
    padding-top: .2rem;
    width: 88%;
}

.item_box.hot_item_box li .item_left p font {
    color: #f34c34;
}

.item_box.hot_item_box li .item_right {
    width: 58%;
}

.item_box.hot_item_box li .item_right font,
.item_box.hot_item_box li .item_right em,
.item_box.hot_item_box li .item_right a {
    line-height: 28px !important;
}

.interest_nr a span em {
    display: unset !important;
}

.hot_info_time {
    font-size: .3rem !important;
    color: #999 !important;
    width: 35% !important;
}

.hot_info_h1 h1 {
    font-size: .6rem;
    text-align: left;
    background: url(../images/hot_intro.png) no-repeat left top;
    padding-left: .3rem;
    line-height: .8rem;
    margin-bottom: .3rem;
}

.hot_info_p {
    font-size: .37rem !important;
    line-height: .7rem !important;
}

.hot_info_btn.button_1 {
    width: 6.6rem !important;
    margin: 2% auto 4% auto !important;
    display: block;
    border-radius: 20px;
    background-color: #224b81;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}



.hot_info_item1.bgno {
    background: none;
    padding-bottom: .1rem;
    margin-bottom: 0px;
}

.hot_info_item1 dl {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.hot_info_item1 dt {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    float: left;
    width: 44%;
    margin: 0 1%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hot_info_item1 dt em {
    color: #999;
}

.hot_info_item1 dt img {}

.sqjm_box.price0731 {
    font-size: 0rem;
    background: url(../images/price0731.png) no-repeat center center;
    height: 2.8rem;
    padding-top: 0;
}

.sqjm_box {
    width: 23%;
    float: right;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-right: 0%;
    line-height: 30px;
    border-radius: 6px 0 0 6px;
    border: none;
    background-color: #f34d34;
    color: #fff;
    background-image: url(../images/zk.png);
    background-position: 10% center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    text-indent: 1em;
    position: fixed;
    right: 0;
    top: 23%;
    z-index: 9999;
}

.hot_info {
    padding-top: .3rem;
}

.hot_info_item {
    background: #fef1f0;
    padding: .3rem .2rem;
    margin-bottom: .3rem;
    position: relative;
    /* height: 2.3rem; */
}

.hot_info_item_logo {
    position: relative;
    float: left;
    width: 30%;
    /* margin-right:5%; */
    overflow: hidden;
    height: 82px;
}

.hot_info_logo_img {
    width: 90%;
    padding: .2rem .1rem .08rem .1rem;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 .2rem #999999;
    margin-top: -.12rem;
    height: 70px;
}

.hot_info_tj {
    position: absolute;
    top: -5px;
    left: 0;
}

.hot_info_txt {
    width: 68%;
    text-align: left;
    line-height: .65rem;
    padding-top: .06rem;
    margin-left: 2%;
}

.hot_info_txt p {
    font-size: .32rem;
    color: #999;
}

.hot_info_txt .hot_bag {
    background: url(../images/hot_bag.png) no-repeat left center;
    font-size: .5rem;
    color: #f44d3b;
    font-weight: bold;
    padding-left: .55rem;
}

.hot_info_txt_h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .5rem;
    color: #333;
}

.hot_info_txt .hot_bag span {
    background: url(../images/hot_huo.png) no-repeat .3rem center;
    font-size: .3rem;
    color: #999;
    padding-left: .8rem;
    font-weight: normal;
}

.hot_info_txt .hot_bag span i {
    padding-left: 0rem;
    font-size: .4rem;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(250, 0, 1, 1)), to(rgba(180, 0, 1, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hot_info_item .point0731 {
    right: 2%;
    padding-top: .5rem;
    bottom: 28%;
}

.hot_info_float {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 1rem;
    border-top: 1px solid #dcdcdc;
    height: 1.208rem;
    overflow: hidden;
    padding: 0 .2rem;
}

.hot_info_yes {
    float: left;
    width: 15%;
    color: #999;
    font-size: .3rem;
    background: url(../images/hot_yesbg.png) no-repeat left center;
    padding-left: .6rem;
}

.hot_link {
    background: #fff url(../images/xx.png) no-repeat .3rem center !important;
    background-size: .5rem .5rem !important;
    color: #d70d25 !important;
    font-size: .33rem;
    border-radius: .1rem;
    float: left;
    width: 37% !important;
    display: block;
    height: .8699rem;
    line-height: .8699rem;
    text-align: center;
    margin-top: .15rem;
    margin-right: 3%;
    border: 1px solid #d70d25;
}

.hot_link_free {
    background: #d70d25 url(../images/bbs.png) no-repeat .9rem center !important;
    background-size: .5rem .5rem !important;
    color: #fff !important;
    font-size: .33rem;
    border: 1px solid #d70d25;
    border-radius: .1rem;
    float: left;
    width: 58%;
    display: block;
    height: .8699rem;
    line-height: .8699rem;
    text-align: center;
    margin-top: .15rem;
}

.sqjm_box {
    position: unset;
}

.tc_c {
    z-index: 999;
}

/*2020.08.12增加内容*/
.sec-item-add {
    background: #f5f5f5;
    padding: .3125rem .3125rem 0 .3125rem;
    display: block;
}

.sec-item-add li {
    position: relative;
    background: #fff;
    padding: .18rem .3125rem .3125rem .3125rem;
    border-bottom: .3125rem solid #f5f5f5;
    line-height: .8rem;
}

.sec-item-add li:nth-child(2) {
    border-bottom: 0;
}

.sec-item-add li div a {
    display: block;
}

.sec-item-add li div {
    margin-top: .25rem;
    line-height: .9rem;
}

.sec-item-add li div img {
    float: left;
    width: 35%;
    margin-right: 3%;
}

.sec-item-add li div span {
    float: left;
    width: 62%;
}

.sec-item-add li div span em {
    color: #0ba6ff;
    font-size: .35rem;
}

.sec-item-add li div span button {
    background: #224b81;
    color: #fff;
    font-size: .35rem;
    border-radius: .15rem;
    border: 0;
    padding: .15rem .3rem;
    margin-right: .3rem;
    display: inline-block;
    cursor: pointer;
}

.c9 {
    color: #999;
}

.fz18 {
    font-size: .4rem;
}

.fz20 {
    font-size: .6rem;
}

.red {
    color: #224b81;
}

.fb {
    font-weight: bold;
}

.sec-item-tuijian {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/item-tuijian.jpg) no-repeat;
    background-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.sec-item-add b {
    background: #224b81;
    color: #fff;
    font-size: .3rem;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .5rem;
    margin-right: .2rem;
    margin-top: .4rem;
    float: left;
}

.sec-item-add b.rz {
    background: #4aca6d;
    color: #fff;
}

/*.sec-item-add b.tj{ background:#fee0eb; color:#fff;}*/
.sec-item-add a.tj {
    cursor: pointer;
    background: url(../images/tyclogo.jpg) no-repeat left center;
    display: block;
    float: left;
    padding: 0;
    width: 1.8rem;
    height: .6rem;
    visibility: visible;
    vertical-align: sub;
    background-size: 1.8rem .6rem;
    margin-top: .4rem;
}


.clear {
    clear: both;
}






/*2020.09.14品牌动态入口*/
.ppdt-img {
    text-align: center;
    margin: .5rem 0;
}

.ppdt-box ul {
    color: #999;
    font-size: .33rem;
}

.ppdt-box ul li {
    float: left;
    width: 44%;
    padding: 0 2%;
    line-height: .8rem;
    height: .8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ppdt-box ul li:nth-child(3),
.ppdt-box ul li:nth-child(4),
.ppdt-box ul li:nth-child(7),
.ppdt-box ul li:nth-child(8),
.ppdt-box ul li:nth-child(11),
.ppdt-box ul li:nth-child(12),
.ppdt-box ul li:nth-child(15),
.ppdt-box ul li:nth-child(16) {
    background: #f5f5f5;
}

.ppdt-box ul li i {
    color: #666;
}

.ppdt-logo {
    padding: .35rem;
    border-top: .3rem solid #f5f5f5;
}

.ppdt-logo img {
    float: left;
    border: 2px solid #f5f5f5;
    width: 30%;
}

.ppdt-logo-div {
    float: left;
    margin-left: 5%;
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .3rem;
    line-height: .7rem;
    color: #666;
}

.ppdt-logo-div h1 {
    font-size: .45rem;
    color: #333;
    font-weight: bold;
}

.ppdt-logo-div p i {
    font-size: .45rem;
    font-weight: bold;
    color: #224b81;
}



/*2020.11.12调整项目页顶部样式修改*/
header.bfb {
    height: 1rem;
}

header.bfb .header1-icon-left {
    width: 4%;
    margin-right: 2%;
}

header.bfb .header1-tit {
    width: 84%;
    text-align: center;
}

header.bfb .header1-icon-right {
    width: 8%;
    margin-left: 2%;
}

.bfbxg {
    margin: 1rem auto 0 auto;
}

.bfbxg.sec-swiper4 .swiper-button {
    display: none;
}

.header1-tit.white,
header .header1-tit {
    width: 83% !important;
    text-align: center;
}

header.huabg .header1-tit {
    width: 73% !important;
}

/*2020.12.07*/
/*.sec-item-sbox i.green.hjk{ background:url(../images/qyrz.png) no-repeat left center; text-indent:5rem; width:1.7rem;}*/
.sec-item-sbox i.green.hjk {
    background: url(../images/qyrz.png) no-repeat left top;
    text-indent: 5rem;
    width: 1.7rem;
    margin: .06rem 0 0 0;
    height: 6rem;
    background-size: 100%;
}

.sec-item-add b.rz,
hjk {
    background: url(../images/qyrz.png) no-repeat left center;
    font-size: .000000001rem;
    width: 1rem;
    background-size: 100%;
}




/*2020.12.15*/
.lyb01-con p.atten {
    color: #0b95ff;
    font-size: .3rem;
    background: url(../images/atten.png) no-repeat .35rem 0;
    padding: 0 .8rem;
    display: block;
    line-height: .3rem;
    display: none;
}

.lyb01-con p.atten.display {
    display: block;
}

.dxyz {
    display: none;
}

.dxyz .dxyz-layer {
    background: #000;
    opacity: .3;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.dxyz-box {
    background: #fff;
    border-radius: .3rem;
    padding: 5% 3%;
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: 99999;
    font-size: .4rem;
    line-height: .5rem;
    width: 76%;
    margin-left: -40%;
    box-shadow: 0px 0px 5px #dcdcdc;
}

.dxyz-box .nj {
    margin-bottom: .6rem;
}

.dxyz-box .mj {
    background: url(../images/atten02.png) no-repeat left center;
    padding-left: .6rem;
    font-size: .35rem;
    margin-bottom: .4rem;
}

.dxyz-box .mj font {
    color: #999;
}

.dxyz-box a.dxyz-alink {
    margin-left: 5px;
    background: #ff6071;
    font-size: .4rem;
    color: #fff;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    border-radius: .2rem;
    display: block;
}

.dxyz-box .kj {
    background: url(../images/atten01.png) no-repeat left center;
    padding-left: .6rem;
    font-size: .35rem;
    position: relative;
    margin-bottom: .4rem;
    height: .8rem;
    line-height: .8rem;
}

.dxyz-box .kj input {
    width: 25%;
    border: 1px solid #ddd;
    padding: 0.1rem 0;
}

.dxyz-box .kj a {
    border: 1px solid #ff6974;
    color: #ff6974;
    font-size: .1rem;
    left: 65%;
    top: 0;
    border-radius: .1rem;
    line-height: .4rem;
}

.dxyz-box .kj input.get_tel_code {
    margin-left: 10px;
    background: #f1f1f1;
    padding: 2px 0px;
}

.dxyz-box .kj img {
    width: 63px;
    height: 23px;
    margin: 0 0.1rem;
    position: relative;
    top: 0.2rem;
}

/*2021.05.07调整修改*/
.tzxg {
    background: #224b81;
}

.header1-transparent.tzxg .header1-tit {
    color: #fff;
}

.header1-transparent.tzxg .header1-icon-back {
    /* background: url(../images/header2-back.png) no-repeat left center; */
    background-size: auto 100%;
}

.header1-transparent.tzxg .header1-icon-menu {
    /* background: url(../images/header2-menu.png) no-repeat left center; */
    /* background-size: auto 90%; */
}

.sec-item-box.xmxx {
    background: #fff;
    padding: 0;
    border-bottom: 0;
}

.sec-item-box.xmxx .sec-item-sbox h1 {
    float: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sec-item-box.xmxx .sec-item-sbox {
    padding: 0 3%;
    width: 94%;
}

.sec-item-box.xmxx .sec-item-sbox a {
    float: right;
    font-size: .375rem;
    height: .5625rem;
    line-height: .5625rem;
    margin-top: 0rem;
    padding: 0rem .6rem;
    background: #224b81;
    color: #fff;
    border-radius: .28125rem;
}

.sec-item-box.xmxx .sec-item-sbox em {
    background: url(../images/tycbg11.png) no-repeat left center;
    color: #999;
    font-size: .325rem;
    float: left;
    font-weight: normal;
    padding-left: .4rem;
}

.sec-item-box.xmxx .sec-item-sbox em img {
    vertical-align: bottom;
    padding-left: .1rem;
}

.sec-item-box.xmxx .sec-item-sbox font {
    float: left;
    font-size: .325rem;
    color: #999;
}

.sec-item-box.xmxx .sec-item-sbox span.pricetyc {
    float: none;
    font-size: .5rem;
}

.sec-item-box.xmxx .sec-item-sbox p {
    float: right;
}

.sec-item-box.xmxx .sec-item-sbox i.green.hjk {
    background: url(../images/qyrz.png) no-repeat left top;
    text-indent: 5rem;
    width: 1.7rem;
    margin: .06rem 0 0 0;
    height: .65rem;
    background-size: 100%;
}

.sec-item-box.xmxx .sec-item-sbox em a {
    background: none;
    padding: 0;
}

.sec-item-box.xmxx .xmtz {
    border-top: .2rem solid #f5f5f5;
    padding: 0 .3rem;
}

.sec-item-box.xmxx .xmtz li {
    line-height: .7rem;
    font-size: .34rem;
    float: left;
    width: 48%;
    margin-right: 2%;
    color: #999;
}

.sec-item-box.xmxx .xmtz li:nth-child(1),
.sec-item-box.xmxx .xmtz li:nth-child(2),
.sec-item-box.xmxx .xmtz li:nth-child(3),
.sec-item-box.xmxx .xmtz li:nth-child(4) {
    float: none;
    width: 100%;
    margin-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sec-item-box.xmxx .xmtz li b {
    color: #666;
}

.sec-item-box.xmxx .xmtz li:nth-child(1) {
    font-size: .375rem;
    color: #333;
}


.zlsuk.xmtz-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    border-top: 1px solid #dcdcdc;
    z-index: 999999;
}

.nav4.mt0 {
    padding-top: 0;
}


.zlsuk.xmtz-float .zlsuk_con {
    overflow: hidden;
    clear: both;
    padding: .1rem .3125rem;
}

.zlsuk.xmtz-float .zlsuk_con form {
    width: 100%;
    box-sizing: border-box;
    border: .05rem solid #224b81;
    border-radius: .3rem;
    display: block;
    overflow: hidden;
    clear: both;
}

.zlsuk.xmtz-float .zlsuk_con .inp {
    width: 60%;
    outline: none;
    float: left;
    background: url(../images/icon77.png) no-repeat .3rem center, #fff;
    background-size: .5rem;
    box-sizing: border-box;
    font-size: .375rem;
    border: none;
    padding-left: .9rem;
    line-height: .8rem;
}

.zlsuk.xmtz-float .zlsuk_con .btn {
    outline: none;
    width: 40%;
    float: left;
    box-sizing: border-box;
    background: #224b81;
    color: #fff;
    border: none;
    font-size: .375rem;
    line-height: .8rem;
}

/*分页*/
.page_tion {
    width: 100%;
    text-align: center;
}

.page_tion .pages {
    width: 100%;
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    /* width: 1200px; */
    margin: 0 auto;
    box-shadow: none;
    padding-left: 0;
    border: none;
}

.page_tion .pages span a {
    color: #000;
}

.page_tion .pages span {
    height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #224b81;
    background: #fff;
    color: #888;
    margin: 10px 4px;
}

.page_tion .pages .page_b {
    background: #224b81;
    border: 1px solid #224b81;
    color: #fff;
}