@charset "utf-8";
/* CSS Document */
/* 公共样式 */
body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}
input, select, textarea {
    font-size: 100%
}
fieldset, img {
    border: 0
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
del {
    text-decoration: line-through
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
button {
    outline: 0;
    border: none;
}
a:hover {
    text-decoration: none
}
ins, a {
    text-decoration: none
}
textarea {
    resize: none;
}
iframe, img {
    border: 0;
}
ul, ol {
    list-style: none;
}
a {
    color: #333333;
    text-decoration: none;
}
input[type="text"], [type="password"], [type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}
table {
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%!important;
}
tbody {
    width: 100%!important;
}
table td, table th, table tr th {
    border: 1px solid #ddd;
    text-align: center;
}
table td, table th, table td, table th {
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 14px!important;
}
select {
    /*-webkit-appearance: none;去掉select的下箭头*/
    outline: none;
}
a {
    cursor: pointer;
}
textarea {
    -webkit-appearance: none;
}
/***全局公共样式 - 开始***/



body {
    /*background-color: #f2f2f2 !important;*/
}


.titel {
    width: 1100px;
    margin: 0 auto;
}
.title-log>a>img {
    width: 220px;
    height: 65px;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.title {
    color: #5a5a5a;
    height: 100px;
}
.title-log {
    float: left;
    margin-top: 15px;
}
.title-leader {
    float: left;
    margin-top: 31px;
    margin-left: 20px;
}
.title-leader ul li a {
    color: #949494;
    ;
}
.title-search {
    float: right;
    width: 36%;
    text-align: center;
    margin-top: 20px;
}
.leader-1 {
    font-size: 22px;
}
.mainNav i {
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-left: 7px;
    background-image: url(/statics/images/images/arrow.png);
    background-repeat: no-repeat;
    transition: transform .5s ease;
}
.webnav {
    position: relative;
    font-size: 16px;
    color: #222121;
    width: 88px;
    height: 35px;
    padding: 10px 10px;
}
.webnav:hover {
    box-shadow: 0 0 5px #e2e2e2;
}
.webnav:hover .webNNav, .webnav:hover .webNNav-wx {
    display: block!important;
}
.webnav:hover i {
    transform: rotate(180deg);
}
.webNNav {
    position: absolute;
    width: 630px;
    height: auto;
    background: white;
    box-shadow: 0 0 5px #d6d2d2;
    z-index: 888;
    padding: 20px;
    top: 55px;
    left: 1px;
    display: none;
}
.webNNavlist {
    width: 100%;
    height: auto;
}
.webNNavlist>hr {
    color: #d7d7d7;
    margin: 10px 0;
    opacity: 0.4;
    width: 106.2%;
    margin-left: -3.2%;
    margin-bottom: 20px;
}
.navTitle {
    width: 15%;
    float: left;
    display: block;
    font-size: 16px;
}
.tlk_flex{
    display: flex;
}
.navHref {
    width: 80%;
    height: auto;
    float: left;
    padding-left: 20px;
}
.navHref span {
    font-size: 12px
}
.navHref a {
    width: 12%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 4px 15px;
}
.navHref a:hover {
    color: red;
}
.title-search-dt {
    width: auto;
    overflow: hidden;
    margin-top: 2px;
    text-align: center;
}
.title-search-dt a, .title-search-dt p {
    display: inline-block;
    font-size: 14px;
    color: #404040;
    line-height: 25px;
}
.title-search-dt p {
    color: red!important;
}
.title-search-dt a {
    margin: 0 2px;
}
.webNNavlist-dt {
    margin: 5px 0;
}
.webNNavlist-dt p {
    color: #333;
    font-size: 14px;
}
.search {
    width: 100%;
    position: relative;
    margin-top: 5px;
}
.title-input {
    width: 235px;
    height: 25px;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
    padding-left: 15px;
    color: #555;
    padding-right: 41px;
}
.title-search-btn {
    position: absolute;
    left: 306px!important;
    top: 7px;
    outline: none;
}
.header {
    height: 55px;
    background: #d93821;
}
.header-box {
    color: white;
    position: relative;
}
.header-box li {
    float: left;
    width: 11.11%;
    text-align: center;
    position: relative;
}
.header-box li a {
    color: white;
    display: block;
    line-height: 55px;
    font-size: 16px;
}
.header-box li a:hover {
    background: #b20303;
    color: white;
    font-weight: bold;
}
.header-box span {
    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 16px;
}
.head-span {
    display: none!important;
}
.z-adress {
    background: #f2f2f2;
    height: 30px;
    margin-top: 8px!important;
}
.a-adress-box {
    padding-left: 10px;
}
.a-adress-box p, .a-adress-box span {
    float: left;
    color: #404040;
    line-height: 30px;
}
.a-adress-box a {
    float: left;
    padding: 0 7px;
    color: #404040;
    line-height: 30px;
}
.z-title-two {
    background: #fafafa;
    height: 38px;
    margin-top: 17px!important;
}
.z-title-two a {
     white-space:nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    width: 306px;
}
.z-title-two img, .z-title-two p, .z-title-two a {
    float: left;
    line-height: 38px;
    padding: 0 5px;
}
.z-title-two img {
    margin-left: 5px;
    margin-top: 7px;
}
.z-title-two a {
    color: red;
}
.z-main {
    margin-top: 15px;
}
.z-main-l {
    width: 300px;
    float: left;
    margin-bottom: 30px;    /* 新改版页面添加 */
}
.z-main-ll {
    /*width: 258px;*/
    /*padding: 0 20px;*/
    /*background: #f9f9f9;*/
    /*border: 1px solid #e0e0e0;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 20px;*/
	/*height: 462px;*/
}
.z-main-m {
    width: 450px;
    float: left;
    margin-left: 25px;
    text-align: center;
}
.z-main-m p {
    text-align: left;
}
.z-main-r {
    width: 300px;
    float: right;
    margin-left: 25px;
}
.z-guide {
    position: relative;
}
.z-guide p {
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    color: #242424;
    position: absolute;
    top: 0px;
    left: 30px;
}
.z-guide hr {
    margin: 5px 0 0 0;
}
.z-guide-a {
    background: #2dbb55;
    color: white;
    padding: 2px 5px;
    box-shadow: 0px 4px 0px 0px #c1c1c1;
}
.z-guide-b {
    background: #ff6600;
    color: white;
    padding: 2px 5px;
    box-shadow: 0px 4px 0px 0px #c1c1c1;
}
.z-guide-c {
    background: #00ba9a;
    color: white;
    padding: 2px 5px;
    box-shadow: 0px 4px 0px 0px #c1c1c1;
}
.z-guide-three {
    text-align: center;
    margin-left: -12px;
}
.z-guide-three a {
    margin: 20px 0px 20px 11px;
    width: 66px;
    height: 23px;
    display: inline-block;
    line-height: 25px
}
.z-init {
    width: auto;
}
.z-init h3 {
    font-size: 16px;
    color: #1e1e1e;
    float: left;
    height: 24px;
    padding: 3px 0px;
    font-weight: bold;
}
.z-init a {
    background: #d93821;
    height: 24px;
    float: right;
    color: white;
    border-radius: 15px;
    padding: 1px 8px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 3px;
}
.z-init-box {
    width: auto;
    margin-left: -28px;
    text-align: center;
}
.z-init-box a {
    width: 70px;
    height: 21px;
    font-size: 14px;
    color: #404040;
    background: #e4e4e4;
    padding: 2px 0px;
    border-radius: 15px;
    margin: 10px 0 10px 25px;
    float: left;
}
.z-init-box a:hover {
    color: red;
}
.z-add {
    width: 100%;
    margin-top: 13px;
}
.z-add a img {
    width: 300px;
    height: 75px;
    background: red;
    display: block;
}
.z-m-title, .z-m-title a {
    font-size: 20px;
    color: #d93821;
    line-height: 40px;
    margin-top: -10px;
}
.z-m-title a:hover {
    text-decoration: underline;
}
.z-main-m p a {
    line-height: 30px;
}
.z-main-m p a:hover {
    color: red;
}
.z-swiper {
    width: 450px;
    height: 240px;
    margin-top: 10px;
}
.z-swiper-box {
    width: 100%;
    height: 100%;
}
.z-swiper-bg {
    width: 100%;
    height: 27px;
    background-color: rgba(10%,20%,30%,0.3);
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 10;
}
.z-m-botm {
    width: 100%;
    height: auto;
    padding-top: 20px;
    text-align: center;
}
.z-m-botm-box {
    float: left;
    width: 20%;
}
.z-m-botm-box img {
    width: 50px;
    height: 50px;
}
.z-m-botm-box:hover.z-m-botm-box img {
    transition: all 0.5;
    transform: scale(0.9)
}
.z-m-r-dt {
    width: 268px;
    height: 238px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px 0 15px;
}
.z-r-box {
    width: 100%;
    position: relative;
}
.z-r-box img {
    display: block;
}
.z-r-box h4 {
    font-size: 16px;
    color: #242424;
    position: absolute;
    top: 7px;
    left: 40px;
    line-height: 15px;
}
.z-r-box-a {
    position: absolute;
    right: 10px;
    top: 5px;
}
.z-r-box-a:hover {
    color: red;
}
.z-r-box hr {
    margin-top: 10px;
}
.z-r-item {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
}
.z-r-item a {
    font-size: 16px;
    color: #242424;
    width: 50px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}
.z-r-title {
    width: 100%;
    height: 30px;
    background: #f2f2f2;
    line-height: 30px;
}
.z-r-title h4 {
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #404040;
}
.z-r-title-one {
    width: 30%;
    text-align: center;
}
.z-r-title-two {
    width: 40%;
    text-align: center;
}
.z-r-title-three {
    width: 30%;
    text-align: center;
}
.z-r-item-dt-p1 {
    width: 25%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.z-r-item-dt-p2 {
    width: 49%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.z-r-item-dt-p3 {
    width: auto;
    text-align: center;
    color: red;
    vertical-align: middle;
}
.z-r-item-dt-p3 a {
    text-align: center;
    color: red;
}
.z-r-item-dt-p3 a:hover {
    color: red;
}
.z-r-item-dt-ul {
    max-height: 125px;
    overflow: hidden;
}
.z-r-item-dt-ul li {
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.z-r-item-dt-ul li p {
    display: inline-block;
    font-size: 13px;
}
.z-r-item-dt-box {
    width: 100%;
    height: 130px;
}
#box2 {
    display: none;
}
.red {
    color: red!important;
    font-weight: bold;
    border-top: 2px solid red;
}
.update {
    border: 1px solid #e0e0e0;
    width: 268px;
    height: 325px;
    padding: 10px 15px 0 15px;
    margin-top: 8px;
}
.update-box {
    width: 100%;
    height: auto;
}
.update-box ul li a {
    line-height: 32px;
    color: #404040;
    font-size: 13px;
    margin-left: -8px;
    margin-right: 8px;
}
.update-box ul li a:hover {
    color: red;
}
.update-box-ul {
    margin-top: 10px;
    padding-bottom: 6px;
}
.update-box-ul li {
    list-style-type: disc;
    margin-left: 16px;
    color: #9c9c9c;
}
.update-box-ul li a:nth-child(1) {
    color: #989797;
}
.main-add {
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-add img {
    width: 100%;
}
.bottom {
}
.bottom-l {
    width: 70%;
    float: left;
    margin-top: 30px;
}
.bottom-r {
    width: 30%;
    float: left;
    margin-top: 20px;
}
.bottom-box {
    width: 100%;
    position: relative;
}
.bottom-box hr {
    border-bottom: 1px solid #9a9a9a!important;
}
.bottom-box-a {
    position: absolute;
    top: 8px;
    right: 1px;
}
.bottom-box ul li {
    float: left;
}
.bottom-box-ul {
    width: 100%;
}
.bottom-box>h3 {
    float: left;
    font-size: 24px;
    color: #252525;
    margin-left: 10px;
    line-height: 35px;
}
.bottom-box>img {
    float: left;
}
.bottom-box-ul a {
    line-height: 35px;
    font-size: 14px;
    width: auto;
    margin: 0 3px;
    float: left;
    text-align: center;
}
.bottom-box-dt {
    width: 106.5%;
    height: auto;
}
.bottom-box-dt-ul {
    width: 100%;
    margin-top: 10px;
    display: none;
    min-height: 280px;
}
.bottom-box-dt-ul li {
    width: 46.8%;
    float: left;
    line-height: 30px;
    list-style-type: disc;
    color: #9c9c9c;
    margin-left: 16px;
}
.bottom-box-dt-ul li a {
    display: inline-block;
    margin-left: -6px;
    margin-right: 5px;
    line-height: 35px;
    vertical-align: middle;
}
.bottom-box-dt-ul li a:nth-child(1) {
    color: #989797;
}
.bottom-box-dt-ul li a:nth-child(2) {
    text-overflow: ellipsis;
    white-space: nowrap;
    /*overflow: hidden;*/
    /*width: 240px;*/
}
.bottom-box-dt-ul li a:hover {
    color: red;
}
.bottom-box-dt-ul li p {
    float: right;
    line-height: 35px;
    margin-right: 30px;
}
.block {
    display: block!important;
}
.bottom-box2 {
    width: 100%;
}
.bottom-box2-title {
    width: 100%;
}
.ksbm {
    width: 100%;
    margin-top: 40px;
}
.ksbm img {
    float: left;
}
.ksbm h3 {
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: #252525;
    margin-left: 11px;
}
.red2 {
    border-bottom: 2px solid red;
    font-weight: bold;
    color: red!important;
}
li.curr {
    border-bottom: 2px solid red;
    font-weight: bold;
    color: red!important;
    margin-bottom: -4px;
    padding-bottom: 2px;
}
.text-c {
    clear: both;
}
.ksbm-box-ul {
    width: 100%;
}
.ksbm-box-ul a {
    width: 20%;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    float: left;
}
.ksbm-box {
    width: 48%;
    float: left;
    margin-left: 2%;
    position: relative;
}
.ksbm-box-a {
    position: absolute;
    top: 8px;
    right: 1px
}
.ksbm-main-box {
    width: 102%;
    margin-left: -2%;
}
.ksbm-box-dt-ul {
    width: 100%;
    margin-top: 10px;
    display: none;
    height: 245px;
}
.ksbm-box-dt-ul li {
    width: 100%;
    float: left;
    line-height: 30px;
    list-style-type: disc;
    color: #9c9c9c;
    margin-left: 16px;
}
.ksbm-box-dt-ul li a:nth-child(1) {
    color: #989797;
}
.ksbm-box-dt-ul li a {
    display: inline-block;
    margin-left: -6px;
    margin-right: 5px;
    line-height: 28px;
}
.ksbm-box-dt-ul li a:hover {
    color: red;
}
.ksbm-box-dt-ul li p {
    float: right;
    line-height: 35px;
    margin-right: 30px;
}
.bottom-r-title {
    width: 100%;
    position: relative;
}
.bot-box-a {
    position: absolute;
    top: 8px;
    right: 1px;
}
.bot-box-a {
    position: absolute;
    top: 8px;
    right: 1px;
}
.bottom-r-title img {
    float: left;
}
.bottom-r-title h3 {
    float: left;
    line-height: 35px;
    margin-left: 15px;
    font-size: 16px;
    color: #242424;
    font-weight: bold;
}
.bottom-r-main {
    width: 268px;
    height: 320px;
    padding: 10px 15px 10px 15px;
    background: #f9f9f9;
    float: right;
    border: 1px solid #e0e0e0;
    margin-bottom: 24px;
}
.zjzx-box-dt-ul {
    width: 100%;
    margin-left: 15px;
}
.zjzx-box-dt-ul li {
    list-style-type: disc;
    color: #9c9c9c;
}
.zjzx-box-dt-ul li a {
    font-size: 14px;
    line-height: 35px;
    margin-left: -6px;
    margin-right: 6px;
      display: inline-block;
    vertical-align: middle;
}
.zjzx-box-dt-ul li a:nth-child(1) {
    color: #989797;
}
.zjzx-box-dt-ul li a:nth-child(2) {
    width: 190px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zjzx-box-dt-ul li a:hover {
    color: red;
}
.mid-swp {
    height: auto;
}
.mid-swp-L {
    float: left;
    width: 6.33%;
}
.mid-swp-R {
    float: right;
    width: 93.67%;
    height: 138px;
    padding-top: 15px;
}
.mid-swp-box {
    width: 24px;
    background: red;
    color: white;
    padding: 7px 13px;
}
.mid-swp-box h3 a {
    width: 21px;
    font-size: 24px;
    text-align: center;
    color: white;
}
.swiper2 {
}
.swiper-box2 a img {
    width: 187px;
    height: 110px;
    overflow: hidden;
}
.fxbk {
    margin-top: 15px;
}
.fxbk-box {
    width: 775px;
    float: left;
}
.fxbk-box img {
    float: left;
}
.fxbk-box h3 {
    float: left;
    font-size: 24px;
    color: #252525;
    margin-left: 10px;
    line-height: 35px;
}
.fxbk-box-hr {
    width: 1100px;
}
.fxbk-box-ul {
    width: auto;
}
.fxbk-box-ul a {
    line-height: 35px;
    font-size: 14px;
    width: 80px;
    float: left;
    text-align: center;
}
.fxbk-box-dt {
    width: 100%;
}
.fxbk-h {
    width: 100%;
    position: relative;
}
.fxbk-h h3 {
    line-height: 35px;
    font-size: 14px;
    width: auto;
    text-align: center;
    margin: 0;
}
.fxbk-h hr {
    width: 100%;
}
.fxbk-box-dt2 {
    width: 44%;
    float: left;
    margin-right: 6%;
}
.fxbk-box-dt-ul {
    width: 100%;
    margin-top: 10px;
}
.fxbk-box-dt-ul li {
    width: 100%;
    float: left;
    line-height: 30px;
    list-style-type: disc;
    color: #9c9c9c;
    margin-left: 16px;
}
.fxbk-box-dt-ul li a {
    display: inline-block;
    margin-left: -6px;
    margin-right: 5px;
    line-height: 35px;
}
.fxbk-box-dt-ul li a:nth-child(1) {
    color: #989797;
}
.fxbk-box-dt-ul li a:hover {
    color: red;
}
.fxbk-box-dt-ul li p {
    float: right;
    line-height: 35px;
    margin-right: 15px;
}
.fxbk-box-maindt {
    width: 106%;
    display: none;
}
.msjq-box {
    width: 300px;
    float: right;
}
.jszp-bot {
    height: auto;
}
.jszp-box {
    width: 100%;
}
.jszp-box-dt {
    width: 100%;
    height: auto;
    display: none;
    padding-left: 15px;
}
.jszp-box-dt li {
    display: inline-block;
    list-style: none;
}
.jszp-box-dt li a {
    margin-right: 20px;
    line-height: 35px;
    color: #737373;
}
.bottom-introduce {
    margin-top: 10px;
    text-align: center;
}
.copyright {
    width: 100%;
    text-align: center;
}
.copyright a {
    color: #0c6db9;
}
.fxbk-hh {
    position: absolute;
    top: 8px;
    right: 0px;
}
.zz-add {
    width: 100%;
    margin-top: 15px;
    height: 90px;
}
.zz-add a img {
    width: 300px;
    height: 90px;
    background: red;
    display: block;
}
.z-update {
    border: 1px solid #e0e0e0;
    width: 268px;
    padding: 10px 15px 0 15px;
    margin-top: 15px;
    background: #f9f9f9
}
.z-update-box {
    width: 100%;
    height: auto;
}
.z-update-box ul li a {
    line-height: 32px;
    color: #404040;
    font-size: 14px;
    margin-left: -8px;
    margin-right: 8px;
}
.z-update-box ul li a:hover {
    color: red;
}
.z-update-box-ul {
    margin-top: 10px;
    padding-bottom: 6px;
}
.z-update-box-ul li {
    list-style-type: disc;
    margin-left: 16px;
    color: #9c9c9c;
}
.z-update-box-ul li a:nth-child(1) {
    color: #989797;
}
.zz-r-box {
    width: 100%;
    position: relative;
}
.zz-r-box img {
    display: block;
}
.zz-r-box h4 {
    font-size: 16px;
    color: #242424;
    position: absolute;
    top: 7px;
    left: 40px;
    line-height: 15px;
}
.zz-r-box-a {
    position: absolute;
    right: 10px;
    top: 5px;
}
.zz-r-box-a:hover {
    color: red;
}
.zz-r-box hr {
    margin-top: 10px;
}
.z-bottom-box {
    position: relative;
    margin-bottom: 30px;
}
.z-bottom-box-a {
    position: absolute;
    top: 6px;
    right: 1px;
    background: red!important;
    color: white!important;
    padding: 1px 10px;
    border-radius: 15px;
    display: none;
}
.z-bottom-box-a:hover {
    background: #9A0D0F!important;
}
.z-bottom-box ul li {
}
.z-bottom-box-ul {
    width: 100%;
}
.z-bottom-box h3 {
    float: left;
    font-size: 20px;
    color: #252525;
    line-height: 35px;
    margin-left: 10px;
    font-weight: bold;
    margin-right: 30px;
}
.z-bottom-box-ul>a {
    color: #737373;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    margin: 0 22px;
    float: left;
    /*width: 58px;*/
}
.z-bottom-box-dt {
    width: 770px;
    height: auto;
}
.z-bottom-box-dt-ul {
    width: 103%;
    margin-top: 10px;
    display: none;
    margin-left: -18px;
    height: 280px;
}
.z-bottom-box-dt-ul li {
    width: 360px;
    float: left;
    line-height: 35px;
    color: #9c9c9c;
    padding-left: 0px;
    list-style-type: disc;
    margin-left: 34px;
}
.z-bottom-box-dt-ul li a {
    display: inline-block;
    margin-left: -6px;
    margin-right: 6px;
    line-height: 35px;
    font-size: 14px;
}
.z-bottom-box-dt-ul li a:nth-child(1) {
    color: #8e8e8e;
}
.z-bottom-box-dt-ul li a:hover {
    color: red;
}
.z-bottom-box-dt-ul li p {
    float: right;
    line-height: 35px;
    margin-right: 0px;
    color: red;
}
.bottom-swp-img {
    width: 180px;
    height: 100px;
    margin: 0 auto;
}
.bottom-swp-box a {
    margin: 0 28px!important;
    display: inline-block;
}
.bottom-swp-box>a>img {
    width: 187px;
    height: 110px;
}
.footer {
    margin-top: 20px!important;
    border-top: 1px solid #d4d1d1;
    padding-top: 20px;
}
.tianjia {
    width: 100%;
}
.z-update-box-ul>li {
    width: 100%;
}
.bottom-box-ul>li {
    display: inline-block;
}
.webNNav-zpxx {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px!important;
}
.webNNav-wx {
    position: absolute;
    width: 300px;
    height: auto;
    background: white;
    box-shadow: 0 0 5px #d6d2d2;
    z-index: 888;
    padding: 14px 20px;
    top: 55px;
    left: 1px;
    box-sizing: border-box;
    display: none;
}
.wxewm-box {
    width: 100%;
}
.wxewm-box h3 {
    font-weight: bold;
    margin: 5px 0;
}
.wxewm-box-img, .wxewm-box>ul {
    float: left;
}
.wxewm-box-img {
    width: 35%;
}
.wxewm-box-img img {
    width: 100%;
    display: block;
}
.wxewm-box>ul {
    width: 60%;
    padding: 5px 2.5%;
    font-size: 14px;
}
.wxewm-box>ul li {
    width: 100%;
    margin: 5px 0;
}
.wxewm-box>ul li:nth-child(1) {
    color: #95151a;
    font-weight: bold;
}
.webNNav-wx>hr {
    margin: 10px 0;
    opacity: 0.4;
    margin-left: -20px;
    width: 113%;
}
.title-phone {
    float: left;
    margin-top: 35px;
    margin-left: 22px;
}
.title-phone img, .title-phone p {
    vertical-align: middle;
    display: inline-block;
}
.title-phone p {
    color: #EC000F;
    font-size: 18px;
}
.z-r-box-title {
    border-left: 3px solid red;
    padding-left: 10px;
    color: #333;
    font-size: 16px;
}
.wxewm {
    width: 100%;
    text-align: center;
}
.wxewm img {
    display: block;
    margin: 5px auto;
    width: 61%;
    margin-top: 14px;
}
.wxewm span {
    width: 100%;
    display: block;
    color: red;
    margin: 3px auto;
    font-size: 14px;
}
.wxewm p {
    font-size: 14px;
}
.wxewmer {
    width: 100%;
    text-align: center;
}
.wxewmer img {
    width: 70%;
    padding-top: 20px;
    margin: 0 auto;
    display: block;
}
.wxewmer span {
    width: 100%;
    display: block;
    color: red;
    margin: 3px auto;
    font-size: 14px;
}
.wxewmer p {
    font-size: 14px;
}
.bottom-box>hr {
    border: none;
}
.position h3 {
    font-size: 14px!important;
}
.p_topzp {
    line-height: 30px;
    font-weight: bold;
    float: right;
}
.p_topzp a {
    float: right!important;
    color: red!important;
}
.p_none {
    display: none;
}
.p_gzhline {
    width: 100%;
    height: 1px;
    border: none;
    background: #e0e0e0;
}
.pbg2 {
    background-image: -moz-linear-gradient( 0deg, rgb(255,128,72) 0%, rgb(255,80,84) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,128,72) 0%, rgb(255,80,84) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,128,72) 0%, rgb(255,80,84) 100%);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    color: white;
    font-weight: bold;
}
#tab-22 {
    font-size: 0;
}
#tab-22 a {
    width: 50%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
}
.p_midbg {
    background: url(/statics/images/p_middle_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.p_midbg a {
    display: inline-block;
    background: white;
    width: 120px;
    height: 40px;
    border-radius: 50px;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    margin-right: 7px;
    color: #f6563e;
    font-size: 22px;
    font-weight: bold;
}
.p_midbg a span {
    color: #ecb301;
    font-style: oblique;
    margin-right: 6px;
}
.p_midbg a:hover {
    box-shadow: 0px 3px 2px 2px #580606;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
}
.p_midbg a:nth-child(1) {
    margin-left: 16.5%;
}
.p_lqmore {
    color: #c8220a;
    float: right;
    line-height: 30px;
}
.p_kcbox {
    padding-top: 5px;
}
.p_kcbox li {
    line-height: 93px;
    border-bottom: 1px dashed #cdcdcd;
}
.p_kcbox li:nth-child(3) {
    border-bottom: none;
}
.p_kcbox li img {
    width: 100px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    background: red;
}
.p_kcbox li p {
    display: inline-block;
    width: 150px;
    height: 55px;
    line-height: 15px;
    vertical-align: middle;
    margin-left: 8px;
    overflow: hidden;
    color: #313131;
}
.p_kcbox li p:hover {
    color: red;
}
#jxwxq2 .bottom-r-title img {
    margin-top: 6px;
}
.p_toptit {
    background: url("/statics/images/zpgb-bg.png") no-repeat;
    width: 100%;
    height: 77px;
    margin-top: 30px;
    background-size: 100% 100%;
}
.p_toptit h3 {
    background-image: -webkit-linear-gradient(top, #ff5054, #ff664e, #ff7f48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
}
.p_gbpx_box {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.p_gbpx-l {
    background: url("/statics/images/p_gbpxbg2.png") no-repeat;
    box-shadow: 0px 0px 14px 0px rgba(47, 47, 47, 0.42);
    width: 488px;
    height: 660px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.p_gbpx-r {
}
.p_kuai {
    width: 420px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
}
.p_kuai span {
    width: 90px;
    font-size: 18px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
}
.p_kuai input {
    width: 290px;
    height: 33px;
    border: 1px solid #bdbdbd;
}
.p_kuai i {
    color: red;
    font-size: 18px;
    font-style: normal;
    margin-left: 10px;
}
.tjxx {
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(254, 120, 118) 0%, rgb(255, 80, 84) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(254, 120, 118) 0%, rgb(255, 80, 84) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(254, 120, 118) 0%, rgb(255, 80, 84) 100%);
    box-shadow: 0px 2px 8px 0px rgba(47, 47, 47, 0.52);
    width: 280px;
    height: 40px;
    color: white;
    font-size: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    outline: none;
    margin-top: 40px;
    border: none;
    cursor: pointer;
}
.inbg {
    background: #f3f3f3;
}
.p_sex {
    font-size: 18px;
}
.p_sex input {
    height: 18px;
    width: 70px;
}
.margin12 {
    float: right;
    margin-right: 12px;
}
.p_change {
    width: 290px;
    height: 33px;
}
.p_tx {
    border-radius: 10px;
    background-color: rgb(250, 250, 250);
    box-shadow: -2.007px 2.229px 6px 0px rgba(47, 47, 47, 0.16);
    width: 450px;
    /*height: 343px;*/
    /*padding-top: 25px;*/
    padding: 30px 0;
}
.p_tx h3 {
    background-image: -moz-linear-gradient( 0deg, rgba(255, 153, 66, 1) 0%, rgba(248, 72, 109, 1) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255, 153, 66, 1) 0%, rgba(248, 72, 109, 1) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255, 153, 66, 1) 0%, rgba(248, 72, 109, 1) 100%);
    height: 30px;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline;
    padding: 4px 15px;
    margin-left: 45px;
    margin-top: 20px;
}
.p_tx p {
    font-size: 16px;
    margin-top: 15px;
    margin-left: 45px;
    line-height: 36px;
    width: 86%;
}
.p_tx p span {
    color: #f79c38;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    margin-right: 5px;
}
.p_tx2 {
    margin-bottom: 15px;
}
.p_tx3 {
    margin-top: 30px;
}
.p_tg_tit {
    width: 100%;
    height: auto;
}
.p_tg_tit h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    color: rgb(255, 255, 255);
    background-image: -webkit-linear-gradient(top, #f2323a, #fb676c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-reflect: below -10px;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top, transparent, transparent 10%, rgba(0, 0, 0, 0.296875));
    letter-spacing: 10px;
}
.p_tg_show {
    box-shadow: 0px 0px 10px 0px rgba(237, 93, 74, 0.32)!important;
    background: url(/statics/images/p_gtgbg2.png) no-repeat !important;
    margin-left: 6%;
}
.p_tg_tj {
    width: 100%;
    height: auto;
}
.p_tgbt {
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(217,43,48) 0%, rgb(233,48,55) 50%, rgb(244,52,60) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(217,43,48) 0%, rgb(233,48,55) 50%, rgb(244,52,60) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(217,43,48) 0%, rgb(233,48,55) 50%, rgb(244,52,60) 100%);
    box-shadow: 0px 2px 8px 0px rgba(47, 47, 47, 0.52);
    width: 120px;
    height: 40px;
    color: white;
    line-height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-left: 80px;
    margin-top: 40px;
    cursor: pointer;
    display: inline-block;
}
.p_tgbt:hover {
    box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 0.52);
}
.p_tgbm-r {
    margin-right: 6%;
    box-shadow: 0px 0px 10px 0px #ffa537;
    width: 413px;
    height: 660px;
    background: url(/statics/images/p_gtgbg3.png) no-repeat;
}
.p_tglc {
    font-size: 20px;
    font-weight: bold;
    color: #fe9047;
    text-align: center;
    margin-top: 30px;
}
.p_tgxz_tit {
    margin-top: 400px;
    margin-left: 4%;
    font-weight: bold;
    font-size: 16px;
}
.p_tgxz {
    margin-left: 4%;
    line-height: 30px;
    width: 92%;
}
.p_bmdh {
    margin: 40px auto;
}
.p_dh_l {
    background-image: -moz-linear-gradient( 90deg, rgb(204, 164, 122) 0%, rgb(237, 204, 181) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 164, 122) 0%, rgb(237, 204, 181) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204, 164, 122) 0%, rgb(237, 204, 181) 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
    width: 400px;
    height: 774px;
}
.p_dh_r {
    background: white;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
    width: 600px;
    height: 746px;
    padding: 14px 18px;
    ;
    box-sizing: content-box;
}
.p_dh_l h3 {
    color: #95161c;
    font-size: 16px;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 45px;
}
.p_dh_l h3 strong {
    font-size: 20px;
}
.p_dh_l img {
    width: 198px;
    height: 198px;
    display: block;
    margin: 0 auto;
}
.p_bmbox {
    position: relative;
    margin-bottom: 50px;
}
.p_bmbox img {
    width: 100%;
    height: auto;
}
.p_bmbox a {
    background: #fd423f;
    color: white;
    width: 150px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
    line-height: 35px;
}
.p_bmbox a:hover {
    box-shadow: 0px 4px 0px black;
    bottom: 9px;
}
.p_bmdh_tx h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
}
.p_bmdh_tx p {
    line-height: 22px;
}
.p_bmdh_tx p a {
    line-height: 30px;
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.p_bmdh_tx p a:hover {
    text-decoration: underline;
}
.izl-rmenu {
    left: 55%;
    margin-left: 532px;
    margin-right: 0;
    width: 82px;
    position: fixed;
    right: 2px;
    top: 40%;
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
    z-index: 999;
}

.izl-rmenu .consult {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}

.izl-rmenu .consult .phone {
    background-color: rgb(247, 247, 255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
    display: inline !important;
}

.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
    display: block;
}

.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.izl-rmenu .cart .pic {
    display: none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    /* background:url(../images/weixin.jpg); */
}

#udesk-feedback-tab {
    left: 55%;
    margin-left: 532px;
    position: fixed;
    right: 2px;
    top: 40%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF !important;
    z-index: 999;
}

/*右侧样式*/




/*关于我们*/
 .gyh_list {
     display: flex;
     width: 100%;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     padding-bottom: 0.2rem;
     font-size: 0.16rem !important;
     flex-flow: wrap;
 }

.gyh_list a {
    color: white !important;
    font-size: 0.16rem !important;
}

.gyh_list a div:hover {
    color: #bbbbbb !important;
}

.gyh_list a div span {
    margin: 0 0.2rem;
    color: #fffcfc;
}

.gyh_list a:last-child div span {
    display: none;
}
