body {
    overflow-y: scroll;
    *overflow-y: auto;
}

@font-face {
    font-family: 'newsgoth_bdxcn_btbold';
    src: url('../font/newgtbxc-webfont.woff2') format('woff2'), url('../font/newgtbxc-webfont.woff') format('woff'), url('../font/newgtbxc-webfont.svg#newsgoth_bdxcn_btbold') format('svg');
    /*src: url('../font/newgtbxc-webfont.woff2') format('woff2'),
    url('../font/newgtbxc-webfont.woff') format('woff'),
    url('../font/newgtbxc-webfont.svg#newsgoth_bdxcn_btbold') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
button,
input,
select,
textarea,
pre {
    font: 12px/1.5 Helvetica, 'Myriad Pro', verdana, 'microsoft yahei', tahoma, \5b8b\4f53;
}

input,
select,
textarea {
    font-size: 100%;
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: top;
}

iframe {
    display: block;
}

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;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

i {
    font-style: normal;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
    outline: none;
    outline-offset: 0px;
}

::-webkit-input-placeholder {
    color: #e0e0e0;
}

::-moz-placeholder {
    color: #e0e0e0;
}

:-ms-input-placeholder {
    color: #e0e0e0;
}

input:-moz-placeholder {
    color: #e0e0e0;
}

.cf:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0px;
    line-height: 0px;
}

.cf {
    zoom: 1;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.wrapper {
    display: none;
}

html.isWap a:hover {
    text-decoration: none;
}

@media screen and (min-width: 320px) {
    html.isWap {
        font-size: 50px;
    }
}

@media screen and (min-width: 360px) {
    html.isWap {
        font-size: 56px;
    }
}

@media screen and (min-width: 400px) {
    html.isWap {
        font-size: 62px;
    }
}

@media screen and (min-width: 480px) {
    html.isWap {
        font-size: 75px;
    }
}

@media screen and (min-width: 560px) {
    html.isWap {
        font-size: 87px;
    }
}

@media screen and (min-width: 640px) {
    html.isWap {
        font-size: 100px;
    }
}


/*头部*/

.isPc {
    padding: 0px;
    margin: 0px;
}

.isPc .w {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.isPc .head {
    width: 100%;
    height: 180px;
    background: url(../img/bg.jpg) no-repeat center;
}

.isPc .nav-close {
    display: none;
}

.isPc .head .logo {
    width: 445px;
    display: block;
    float: left;
    padding-top: 30px;
}

.isPc .m_logo {
    display: none;
}

.isPc .head .search-con {
    position: relative;
    width: 412px;
    float: right;
    margin-top: 75px;
}

.isPc .head .search-con .s-input {
    width: 270px;
    height: 36px;
    background: #ededed;
    border: 1px solid #dbdbdb;
    padding: 0 40px 0 10px;
    line-height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    color: #808080;
    font-size: 14px;
}

.isPc .head .search-con .s-input-btn {
    position: absolute;
    left: 282px;
    top: 0;
    width: 40px;
    height: 37px;
    background: url(../img/head-search.png) no-repeat;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}

.isPc .h-Inner {
    height: 146px;
    overflow: hidden;
}

.isPc .head .z-logo {
    width: 180px;
    height: 118px;
}

.isPc .head .top-h {
    width: 400px;
    height: 146px;
    float: right;
    position: relative;
    margin-right: 18px;
}

.isPc .head .top-h .content {
    width: 200px;
    text-align: right;
    height: 30px;
    float: right;
    margin-top: 55px;
}

.isPc .head .top-h .content a {
    float: right;
    padding-right: 20px;
    font-size: 14px;
}

.isPc .head .top-nav {
    position: absolute;
    top: 80px;
    right: 0;
    width: 370px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 30px;
}

.isPc .head .top-nav input {
    width: 300px;
    line-height: 40px;
    border: 0px;
    background: transparent;
    padding-left: 10px;
    font-size: 14px;
}

.isPc .head .top-nav span {
    background: url('../img/ico-search.png') no-repeat;
    cursor: pointer;
    float: right;
    width: 20px;
    height: 17px;
    margin: 12px 10px;
}

.isPc .h-ico-arrow,
.isPc .sub-menu {
    display: none;
}

.isPc .head .search-con a.chinese {
    width: 75px;
    height: 37px;
    background: #919191;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    font-family: "宋体";
}

.isPc .logo-pc {
    display: block;
}

.isPc .logo-wap,
.isPc .wap-nav,
.isPc .searchbutton {
    display: none;
}

.isPc .nav {
    border-top: 6px solid #dd5053;
    width: 100%;
    height: 64px;
    background: #eeeeee;
    overflow: hidden;
}

.isPc .nav>ul {
    width: 1200px;
    margin: 0px auto;
}

.isPc .nav>ul>li {
    font-family: 'Tahoma';
    padding: 0px 69px;
    padding: 0px 45px\0;
    font-size: 18px;
    float: left;
    line-height: 64px;
}

.isPc .nav>ul>li:hover {
    background: #dd5053;
}

.isPc:root .nav li {
    padding: 0 36px 0px 30px;
}

.isPc .nav li a {
    text-decoration: none;
    color: #000;
}

.isPc .nav>ul>li:hover a {
    color: #fff;
}

.isPc .nav li .sub-menu {
    font-size: 16px;
    border-bottom: 0px;
    display: none;
    position: absolute;
    z-index: 300;
    float: inherit;
    width: 250px;
    margin-left: -30px;
}

.isPc .nav li .sub-menu>li {
    background: #dd5053;
    height: 36px;
    line-height: 36px;
}

.isPc .nav li .sub-menu>li:hover {
    background: #cb484a;
    cursor: pointer;
}

.isPc .nav li .sub-menu>li a {
    color: #fff;
}

.isPc .wap-h-search {
    display: none;
}

.isPc .banner {
    position: relative;
    width: 100%;
    margin: 0px auto 0;
    height: 539px;
}

.isPc .banner .sliderInner {
    width: 100%;
    height: 539px;
    background: #ee471d;
}

.isPc .banner .sliderInner li {
    display: none;
}

.isPc .banner .sliderInner li img {
    width: 100%;
    height: 539px;
}

.isPc .banner .slider-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
}

.isPc .banner .slider-cur {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;
    margin: 0px auto;
}

.isPc .banner .slider-cur a {
    float: left;
    width: 12px;
    height: 12px;
    font-size: 16px;
    line-height: 12px;
    margin-right: 5px;
    text-align: center;
    background: #a5a3a3;
    color: #dc2d1c;
    border-radius: 50%;
}

.isPc .banner .slider-cur a:hover {
    text-decoration: none;
}

.isPc .banner .slider-cur a.cur {
    background: #dd5053;
    color: #fff;
}

.isPc .banner .slider-tit {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 900px;
    margin: 0px auto;
    text-align: center;
}

.isPc .banner .slider-tit a {
    color: #fff;
}

.isPc .banner .slider-btn {
    position: absolute;
    width: 72px;
    height: 72px;
    font-size: 0px;
    line-height: 0px;
    background: url(../img/slider-btn.png) no-repeat;
}

.isPc .banner .btn-prev {
    left: 20px;
    top: 200px;
}

.isPc .banner .btn-next {
    right: 20px;
    top: 200px;
    background-position: -87px 0px;
}

.isPc .banner .slider-cur {
    position: absolute;
    width: 230px;
    left: 50%;
    margin-left: -100px;
    bottom: 30px;
}

.isPc .i-box2 {
    height: 622px;
}

.isPc .i-box2-item {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isPc .i-box2-item .i-box-tit {
    font-size: 36px;
    margin: 49px 0px 48px 0px;
    color: #dd5053;
    text-align: center;
}

.isPc .i-box2-item .i-box-tit a {
    color: #dd5053;
}

.isPc .i-list-tree {
    width: 370px;
    float: left;
    margin-right: 45px;
    color: #494949;
}

.isPc .i-list-tree .info-con {
    padding: 20px 0px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-top: 0px;
}

.isPc .i-list-tree .info-con .time {
    color: #dd5053;
    line-height: 42px;
    margin-left: 15px;
}

.isPc .i-list-tree h2 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    margin-left: 15px;
}

.isPc .i-list-tree h2 a {
    color: #494949;
}

.isPc .mr0 {
    margin-right: 0px;
}


/* .isPc .more {
    display: none;
} */

.isPc .i-box3 {
    height: 524px;
    background: #eeeeee;
}

.isPc .i-box3-item {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isPc .i-box3-item .i-box-tit {
    font-size: 36px;
    margin: 47px 0px 37px 0px;
    color: #dd5053;
    text-align: center;
}

.isPc .i-box3-item .i-box-tit a {
    color: #dd5053;
}

.isPc .i-box3-item .i-list-two {
    width: 600px;
    float: left;
}

.isPc .i-box3-item .i-list-two-right {
    float: right;
    width: 570px;
}

.isPc .i-box3-item .i-list-two-right .i-list-two-box:last-child {
    margin-right: 0px;
}

.isPc .i-box3-item .i-list-two-box {
    width: 268px;
    float: left;
    height: 315px;
    background: #fff;
    margin-right: 30px;
    font-size: 18px;
}

.isPc .i-box3-item .i-list-two-box .info-con {
    padding: 20px;
}

.isPc .i-box4 {
    height: 700px;
    background: #fff;
}

.isPc .i-box4-item {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isPc .i-box4-item .i-box-tit {
    font-size: 36px;
    margin: 57px 0px 27px 0px;
    color: #dd5053;
    text-align: center;
}

.isPc .i-box4-item .i-box-tit a {
    color: #dd5053;
}

.isPc .i-box4-item .left {
    float: left;
    position: relative;
    width: 740px;
}

.isPc .i-box4-item .left ul {
    position: absolute;
    right: 0px;
    top: 45px;
    width: 220px;
}

.isPc .i-box4-item .left ul li {
    width: 220px;
    height: 64px;
    background: #eeeeee;
    font-size: 20px;
    line-height: 64px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}

.isPc .i-box4-item .left ul li.current .demo12 {
    border: 10px solid #fff;
    border-left-color: #dd5053;
    width: 0;
    height: 0;
    position: absolute;
    top: 22px;
    right: -20px;
}

.isPc .i-box4-item .left .leftInfo {
    width: 626px;
    height: 157px;
    background: #dd5053;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -115px;
    right: 0px;
}

.isPc .i-box4-item .left .leftInfo a,
.isPc .i-box4-item .left .leftInfo p {
    padding: 30px;
    color: #fff;
    display: block;
}

.isPc .i-box4-item .left ul li a {
    padding-left: 60px;
}

.isPc .i-box4-item .left ul li.current {
    background: #dd5053;
    font-weight: bold;
}

.isPc .i-box4-item .left ul li.current a {
    color: #fff;
}

.isPc .i-box4-item .right {
    font-size: 20px;
    width: 428px;
    height: 483px;
    border: 1px solid #dcdcdc;
    float: right;
    padding-top: 14px;
    display: none;
}

.isPc .i-box4-item .right .list {
    width: 377px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0px auto;
    padding-bottom: 39px;
    padding-top: 40px;
}

.isPc .i-box4-item .right .list:nth-child(3) {
    border-bottom: 0px;
}

.isPc .i-box5 {
    height: 687px;
    background: #fff;
}

.isPc .i-box5-item {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isPc .i-box5-item .i-box-tit {
    font-size: 36px;
    margin: 23px 0px 33px 0px;
    color: #dd5053;
    text-align: center;
}

.isPc .i-box5-item .i-box-tit a {
    color: #dd5053;
}

.isPc .i-box5-item li {
    width: 137px;
    overflow: hidden;
    float: left;
    font-family: Helvetica;
    cursor: pointer;
}

.isPc .i-box5-item li div {
    display: none;
}

.isPc .i-box5-item li.current {
    width: 643px;
    height: 450px;
    position: relative;
}

.isPc .i-box5-item li.current div {
    display: block;
    position: absolute;
    top: 273px;
    height: 177px;
    width: 580px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    display: block;
    overflow: hidden;
}

.isPc .i-box5-item li.current h2 {
    font-weight: bold;
}

.isPc .i-box5-item li.current a {
    color: #fff;
    font-size: 18px;
}

.isPc .i-box6 {
    height: 317px;
    background: #dd5053;
    ;
}

.isPc .i-box6-item {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isPc .i-box6-item .i-box-tit {
    font-size: 36px;
    margin: 47px 0px 37px 0px;
    color: #fff;
    text-align: center;
}

.isPc .i-box6-item .i-box-tit a {
    color: #fff;
}

.isPc .i-box6-item li {
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 240px;
    float: left;
}

.isPc .i-box6-item li em {
    padding-top: 30px;
    background: url("../img/pc/01.png");
    margin: 0px auto;
    display: block;
}

.isPc .i-box6-item li .ico1 {
    width: 46px;
    height: 36px;
    background-position: -0px 10px;
}

.isPc .i-box6-item li .ico2 {
    width: 58px;
    height: 36px;
    background-position: -50px 10px;
}

.isPc .i-box6-item li .ico3 {
    width: 53px;
    height: 36px;
    background-position: 0px -52px;
}

.isPc .i-box6-item li .ico4 {
    width: 51px;
    height: 36px;
    background-position: -53px -52px;
}

.isPc .i-box6-item li .ico5 {
    width: 50px;
    height: 36px;
    background-position: -100px -52px;
}

.isPc .i-box6-item li a {
    color: #fff;
}

.isPc .i-box6-item li:nth-child(2),
.isPc .i-box6-item li:nth-child(4) {
    width: 215px;
}

.isPc .i-box6-item li:nth-child(3) {
    width: 288px;
}

.isPc .i-box6-item .bg {
    background: url("../img/pc/bg.png");
    height: 197px;
}

.isPc .i-box8 {
    padding-bottom: 50px;
    background: #eeeeee;
    clear: both;
}

.isPc .i-box8-item {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isPc .i-box8-item .i-box-tit {
    font-size: 36px;
    margin: 47px 0px 37px 0px;
    color: #dd5053;
    text-align: center;
    text-transform: Uppercase
}

.isPc .i-box8-item .i-box-tit a {
    color: #dd5053;
}

.isPc .i-box8-item .i-list-two {
    width: 600px;
    float: left;
    text-align: center;
}

.isPc .i-box8-item .i-list-two-right {
    float: right;
    width: 570px;
    font-size: 24px;
    line-height: 36px;
    color: #707070;
}

.isPc .i-box8-item .i-list-two-right a {
    color: #707070;
}

.isPc .i-box9 {
    padding-bottom: 50px;
    background: #eeeeee;
    clear: both;
    margin-top: 78px;
}

.isPc .i-box9-item {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isPc .i-box9-item .i-box-tit {
    font-size: 36px;
    margin: 47px 0px 37px 0px;
    color: #dd5053;
    text-align: center;
    text-transform: Uppercase
}

.isPc .i-box9-item .i-box-tit a {
    color: #dd5053;
}

.isPc .i-box9-item .more {
    display: none;
}

.isPc .i-box10-item .i-box-tit,
.isPc .i-box10-item .time {
    display: none;
}

.isPc .business-list {
    width: 1200px;
    margin: 78px auto 0px;
    height: 200px;
    display: block;
}

.isPc .business-list .left {
    width: 272px;
    float: left;
    text-align: center;
}

.isPc .business-list .left a {
    color: #fff
}

.isPc .business-list .left h3 {
    font-size: 30px;
    background: #e58082;
    text-transform: Uppercase
}

.isPc .business-list .right {
    width: 900px;
    float: right;
}

.isPc .business-list li {
    font-size: 20px;
    border-bottom: 1px solid #cdcdcd;
    padding: 14px 0px;
}

.isPc .business-list li a {
    color: #4f4d4d
}

.isPc .business-list li em {
    color: #dd5053;
    margin-right: 10px;
}

.isPc .i-focusInner {
    overflow: hidden;
    position: relative;
}

.isPc .eco-list {
    overflow: hidden;
    zoom: 1;
}

.isPc .eco-list ul {
    margin-top: 28px;
    width: 1049px;
    height: 300px;
    overflow: hidden;
    margin-left: 75px;
}

.isPc .eco-list li {
    float: left;
    width: 514px;
    margin-right: 20px;
    margin-bottom: 69px;
}

.isPc .eco-list li.mr0 {
    margin-right: 0px;
}

.isPc .eco-list img {
    display: block;
    width: 514px;
    height: 296px;
    margin: 0 auto;
}

.isPc .eco-list em {
    display: block;
    padding: 20px;
}

.isPc .i-focus .slider-cur {
    font-size: 0px;
    line-height: 0px;
    text-align: center;
    margin-top: 68px;
}

.isPc .i-focus .slider-cur a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #a0a0a0;
    border-radius: 13px;
    margin: 0px 9px;
    vertical-align: top;
}

.isPc .i-focus .slider-cur a.cur {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background: #e58082;
    margin-top: -2px;
}

.isPc .i-focus .slider-btn {
    position: absolute;
    width: 49px;
    height: 31px;
    font-size: 0px;
    line-height: 0px;
    top: 310px;
}

.isPc .i-focus ul {
    display: none;
    margin-top: 79px;
}

.isPc .i-focus ul:nth-child(1) {
    display: block;
}

.isPc .i-focus .btn-prev {
    background: url(../img/button-left.jpg) no-repeat;
}

.isPc .i-focus .btn-next {
    background: url(../img/button-left.jpg) no-repeat;
    transform: rotate(180deg);
    right: 0px;
}

.isPc .five-list {
    margin: 30px auto 0px auto;
    padding: 25px 30px;
    height: 170px;
    background: #fff;
    width: 1140px;
}

.isPc .five-list li {
    width: 210px;
    height: 170px;
    float: left;
    border: 1px solid #e5e5e5;
    margin-right: 20px;
    margin-right: 16px\0;
}

.isPc .five-list li:nth-child(5) {
    margin-right: 0;
}

.isPc .five-list li .img-box {
    border-bottom: 1px solid #e5e5e5;
}

.isPc .five-list li .img-box img {
    width: 105px;
    height: 105px;
    display: block;
    margin: 0 auto;
}

.isPc .five-list li .list-tit {
    width: 210px;
    height: 64px;
    position: relative;
    overflow: hidden;
}

.isPc .five-list li .list-tit .list-tit-l {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 18px;
    display: inline-block;
    line-height: 54px;
    width: 170px;
    padding: 5px;
}

.isPc .five-list li .list-tit .list-tit-lm {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
    width: 170px;
    padding: 8px 5px;
}

.isPc .five-list li .list-tit .list-tit-r {
    position: absolute;
    width: 20px;
    height: 15px;
    top: 25px;
    right: 5px;
    background: url(../img/icon-img.png) no-repeat 0 -49px;
}

.isPc .home-block {
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    overflow: hidden;
    width: 1140px;
    margin: 30px auto;
}

.isPc .h-news-l {
    float: left;
    width: 442px;
}

.isPc .h-news-l h2 {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 34px;
    line-height: 60px;
}

.isPc .h-news-l .pic {
    position: relative;
    width: 442px;
    overflow: hidden;
}

.isPc .h-news-l .pic img {
    width: 442px;
    height: 287px;
}

.isPc .h-news-l .pic .pic-tit {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: #000;
    filter: alpha(opacity: 60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    line-height: 20px;
    overflow: hidden;
}

.isPc .h-news-l .pic .pic-tit a {
    color: #fff;
    font-size: 14px;
}

.isPc .h-news-r {
    float: right;
    width: 677px;
    border-top: 2px solid #ededed;
    margin-top: 60px;
}

.isPc .h-news-r h3 {
    font-size: 30px;
    padding-top: 15px;
}

.isPc .h-news-r p.text2 {
    color: #939393;
    font-size: 16px;
    padding: 20px 0 15px;
}

.isPc .h-news-r p.text3 {
    font-size: 18px;
    color: #000;
    padding-top: 5px;
}

.isPc .h-spec-l {
    float: left;
    width: 741px;
}

.isPc .h-spec-l h2 {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 34px;
    line-height: 60px;
}

.isPc .h-spec-l .pic {
    position: relative;
    width: 741px;
    overflow: hidden;
}

.isPc .h-spec-l .pic img {
    width: 741px;
    height: 480px;
}

.isPc .h-spec-l .pic .pic-tit {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 15px;
    background: #000;
    line-height: 22px;
    overflow: hidden;
}

.isPc .h-spec-l .pic .pic-tit a {
    color: #fff;
    font-size: 18px;
}

.isPc .h-spec-r {
    float: right;
    width: 344px;
    overflow: hidden;
}

.isPc .h-spec-r img {
    margin-top: 60px;
    width: 344px;
    height: 224px;
}

.isPc .h-spec-r p.date {
    font-size: 15px;
    color: #a9a9a9;
    padding-top: 30px;
}

.isPc .h-spec-r .date-new {
    position: relative;
    padding-top: 5px;
}

.isPc .h-spec-r .date-new .date-new-l {
    width: 260px;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    line-height: 20px;
}

.isPc .h-spec-r .date-new .date-new-r {
    display: block;
    width: 66px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 15px;
    background: url(../img/icon-img.png) no-repeat 0 0;
}

.isPc .h-spec-r .text4 {
    color: #939393;
    font-size: 14px;
    padding: 15px 0;
}

.isPc .services-box {
    overflow: hidden;
}

.isPc .services-box h2 {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 34px;
    line-height: 60px;
}

.isPc .services-box ul {
    width: 344px;
    overflow: hidden;
    float: left;
    margin-right: 54px;
    margin-right: 35px\0;
}

.isPc:root .services-box ul {
    margin-right: 54px;
}

.isPc .services-box ul:nth-child(4) {
    margin-right: 0;
}

.isPc .services-box ul li img {
    width: 344px;
    height: 150px;
}

.isPc .services-box ul li.list-item {
    width: 100%;
    height: 92px;
    background: #ecf3f6;
    overflow: hidden;
    position: relative;
    margin-top: 8px;
}

.isPc .services-box ul li.list-item p {
    width: 255px;
    padding: 22px 20px;
    font-size: 16px;
    color: #000;
    line-height: 18px;
}

.isPc .services-box ul li.list-item .enter-icona,
.isPc .services-box ul li.list-item .enter-iconb,
.isPc .services-box ul li.list-item .enter-iconc {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 66px;
    height: 36px;
    background: url(../img/icon-img.png) no-repeat 0 0;
    display: block;
}

.isPc .services-box ul li.list-item .enter-icona {
    background-position: 0 -74px;
}

.isPc .services-box ul li.list-item .enter-iconb {
    background-position: 0 -130px;
}

.isPc .services-box ul li.list-item .enter-iconc {
    background-position: 0 -186px;
}

.isPc .i-box7 {
    display: none;
}

.isPc .foot-back {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin-top: 66px;
}

.isPc .foot-back .back-top {
    position: absolute;
    width: 55px;
    height: 34px;
    font-size: 0px;
    line-height: 0px;
    background: url(../img/back-top.png) center no-repeat;
    left: 50%;
    margin-left: -28px;
    top: 0px;
}

.isPc .foot {
    width: 100%;
    background: #eeeeee no-repeat bottom center;
    border-top: 6px solid #dd5053;
    overflow: hidden;
}

.isPc .foot .copy-right {
    padding: 28px 0;
    text-align: center;
    font-size: 16px;
    color: #eeeeee;
    background: #2e2e2e;
    line-height: 28px;
}

.isPc .foot-con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.isPc .foot-menu {
    overflow: hidden;
    padding-top: 62px;
    padding-left: 25px;
}

.isPc .foot-menu .menu-item li {
    line-height: 20px;
}

.isPc .foot-menu .menu-item {
    float: left;
}

.isPc .foot-menu .menu-item1 {
    width: 260px;
}

.isPc .foot-menu .menu-item2 {
    width: 220px;
}

.isPc .foot-menu .menu-item3 {
    width: 230px;
}

.isPc .foot-menu .menu-item4 {
    width: 200px;
}

.isPc .foot-menu .menu-item5 {
    width: 260px;
}


/*.isPc .foot-menu .menu-item6 {
    width: 168px;
}

.isPc .foot-menu .menu-item7 {
    width: 110px;
}*/

.isPc .foot-menu .menu-item dt {
    font-size: 20px;
    line-height: 1.5em;
}

.isPc .foot-menu .menu-item dt a {
    color: #030303;
    white-space: nowrap;
}

.isPc .foot-menu .menu-item dd {
    margin-top: 15px;
}

.isPc .foot-menu .menu-item dd a {
    font-size: 16px;
    line-height: 28px;
    color: #030303;
}

.isPc .f-copy-box {
    position: relative;
}

.isPc .foot-con .select-group {
    width: 448px;
    height: 56px;
    background: #d2d2d2;
    position: relative;
    user-select: none;
    border: 0px solid #579c8a;
    margin: 40px auto;
}

.isPc .foot-con .select-group .select-selected {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    position: relative;
    padding-right: 50px;
}

.isPc .foot-con .select-group .select-selected em {
    width: 100%;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 20px;
    padding-right: 30px;
    user-select: none;
    color: #030303;
}

.isPc .foot-con .select-group .ico-arrow {
    position: absolute;
    width: 25px;
    height: 13px;
    font-size: 0px;
    line-height: 0px;
    top: 23px;
    right: 18px;
    background: url("../img/i-icon.png") no-repeat;
    cursor: pointer;
}

.isPc .foot-con .select-group .select-options {
    position: absolute;
    width: 100%;
    bottom: 56px;
    left: 0px;
    background: #d2d2d2;
    z-index: 300;
    display: none;
}

.isPc .foot-con .select-group .select-options a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    color: #030303;
}

.isPc .foot-con .select-group .select-options a:hover {
    text-decoration: none;
    background: #dd5053;
}

.isPc .foot-con .foot-help {
    margin-top: 40px;
    overflow: hidden;
}

.isPc .foot-con .foot-help li {
    float: left;
    padding-right: 15px;
    color: #fff;
}

.isPc .foot-con .foot-help li:nth-child(1) {
    font-family: "MyriadPro-Bold";
}

.isPc .foot-con .foot-help li a {
    font-size: 16px;
    color: #fff;
}

.isPc .foot-con .f-copy {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 25px;
}

.isPc .footer {
    width: 100%;
    margin-top: 93px;
}

.isPc .footer .footer-serarch {
    width: 100%;
    height: 74px;
    background: #dddddd;
    padding-top: 20px;
}

.isPc .footer .footer-serarch .search {
    width: 760px;
    height: 56px;
    background: #fff;
    border-radius: 6px;
    margin: 0px auto;
    position: relative;
}

.isPc .footer .footer-serarch .search input {
    font-family: 'newsgoth_bdxcn_btbold';
    height: 45px;
    width: 690px;
    position: absolute;
    top: 4px;
    left: 8px;
    font-size: 30px;
    border: 0px;
}

.isPc .footer .footer-serarch .search ul {
    position: absolute;
    top: 60px;
    display: none;
}

.isPc .footer .footer-serarch .search li {
    font-family: 'newsgoth_bdxcn_btbold';
    width: 752px;
    height: 50px;
    background: #fff;
    font-size: 30px;
    line-height: 50px;
    padding-left: 8px;
}

.isPc .footer .footer-serarch .search .search-button {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.isPc .footer .footer-serarch .search .search-img {
    width: 40px;
}

.isPc .footer .footer-menu {
    background: #191919;
    height: 267px;
    padding-top: 66px;
}

.isPc .footer .footer-menu .w {
    width: 1050px;
    margin: 0px auto;
}

.isPc .menu-item {
    float: left;
}

.isPc .menu-item1 {
    width: 144px;
}

.isPc .menu-item2 {
    width: 173px;
}

.isPc .menu-item3 {
    width: 254px;
}

.isPc .menu-item4 {
    width: 254px;
}

.isPc .menu-item5 {
    width: 160px;
}

.isPc .menu-item dt,
.isPc .menu-item dd {
    padding-right: 20px;
}

.isPc .menu-item dt {
    font-family: 'Helvetica';
    font-size: 24px;
    line-height: 1.5em;
}

.isPc .menu-item dt a {
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
}

.isPc .menu-item dd {
    margin-top: 8px;
}

.isPc .menu-item dd a {
    font-size: 12px;
    line-height: 24px;
    color: #797979;
}

.isPc .f-copy {
    font-size: 12px;
    color: #969797;
    line-height: 54px;
    text-align: center;
}

.isPc .crumb {
    width: 1200px;
    background: #fff;
    margin: 0px auto 0;
    overflow: hidden;
    padding: 27px 0px 25px;
    font-size: 0px;
}

.isPc .crumb a,
.isPc .crumb i,
.isPc .crumb em {
    font-size: 16px;
    line-height: 22px;
    color: #3e3e3e
}

.isPc .crumb i {
    padding: 0px 5px;
    color: #919191;
}

.isPc .crumb em {
    color: #3e3e3e
}

.isPc .spec-main {
    width: 1200px;
    background: #fff;
    margin: 0px auto 0;
    overflow: hidden;
    padding: 0;
}

.isPc .spec-main .list-box {
    width: 369px;
    margin-right: 43px;
    position: relative;
    float: left;
    margin-top: 26px;
    position: relative;
    overflow: hidden;
}

.isPc .spec-main .list-box:nth-child(3n) {
    margin-right: 0px;
}

.isPc .spec-main .list-box img {
    width: 369px;
    height: 331px;
}

.isPc .spec-main .list-box p {
    height: 62px;
    padding: 28px 20px 0px 20px;
    line-height: 22px;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(221, 80, 83, 0.7);
}

.isPc .spec-main .list-box a {
    color: #fff;
}

.isPc .spec-main .list-box:nth-child(3n) {
    border-right: 0;
}

.isPc .page-box {
    padding: 10px 0 60px 0;
    width: 1000px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.isPc .app-page-box {
    display: none;
}

.isPc .page {
    font-size: 0px;
    line-height: 0px;
    text-align: center;
    margin: 130px 0px 0px 0px;
}

.isPc .page a {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    font-size: 20px;
    border: 1px solid #dddad2;
    padding: 0px 10px;
    margin: 0px 31px 0px 0px;
    color: #dd5053;
}

.isPc .page a:last-child {
    margin-right: 0px;
}

.isPc .page a.cur,
.page a:hover {
    background: #dd5053;
    color: #fff;
    border-color: #dddad2;
    text-decoration: none;
}

.isPc .isPc .art-share {
    overflow: hidden;
    zoom: 1;
    padding: 25px 0px;
}

.isPc .art-share .ico-share {
    float: left;
    margin-right: 5px;
}

.isPc .ico-share {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 0px;
    line-height: 0px;
    background: url(../img/ico-share.png) no-repeat;
}

.isPc .ico-share:hover {
    background-position-y: -36px;
}

.isPc .ico-share1 {
    background-position-x: 0px;
}

.isPc .ico-share2 {
    background-position-x: -32px;
}

.isPc .ico-share3 {
    background-position-x: -63px;
}

.isPc .ico-share4 {
    background-position-x: -94px;
}

.isPc .ico-share5 {
    background-position-x: -125px;
}

.isPc .ico-share6 {
    background-position-x: -156px;
}

.isPc .ico-share7 {
    background-position-x: -187px;
}

.isPc .list-content,
.isPc .search-content {
    width: 1200px;
    margin: 0px auto 0;
    overflow: hidden;
}

.isPc .art-box {
    width: 1200px;
    margin: -42px auto 0;
    overflow: hidden;
}

.isPc .art-box .art-con-l,
.isPc .list-content .list-content-l {
    float: left;
    width: 712px;
    padding: 34px 30px 26px;
    background: #fff;
}

.isPc .art-box .art-con-f {
    background: #fff;
    padding: 0px 100px 50px 100px;
}

.isPc .art-box .art-tit {
    font-size: 28px;
    line-height: 32px;
    clear: both;
    color: #464546;
}

.isPc .art-box .art-info {
    font-size: 0px;
    margin-top: 29px;
    color: #626163;
    padding-bottom: 33px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.isPc .art-box .art-page {
    margin: 50px auto 0px auto;
    background: #fff;
    padding: 0px 100px 50px 100px;
}

.isPc .art-box .art-page h2 {
    font-size: 36px;
    color: #dd5053;
    text-align: center;
}

.isPc .art-box .art-page li {
    font-size: 24px;
    border-bottom: 1px solid #cdcdcd;
    padding: 23px 0px
}

.isPc .art-box .art-page li .time {
    display: none;
}

.isPc .art-box .art-page li em {
    color: #dd5053;
    margin-right: 10px;
}

.isPc .art-box .art-page li a {
    color: #4f4d4d;
}

.isPc .art-box .art-share {
    position: absolute;
    right: 0px;
    top: -10px;
}

.isPc .art-box .text-font {
    float: right;
    width: 165px;
    height: 21px;
    background: #e7e7e7;
    border-radius: 21px;
    text-align: center;
    line-height: 21px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 18px;
}

.isPc .art-box .text-font a {
    margin-right: 10px;
    color: #949494;
}

.isPc .art-box .text-font a:nth-child(3) {
    margin-right: 0px;
}

.isPc .art-box .text-font a.cur {
    color: #e3451c
}

.isPc .art-box .art-info em,
.isPc .art-box .art-info i {
    font-size: 16px;
    line-height: 22px;
    padding-right: 22px;
}

.isPc .art-box .art-info i {
    padding: 0px 5px;
}

.isPc .art-box p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 26px;
    padding-top: 25px;
}

.isPc .art-box .art-text {
    padding: 0px 0px;
}

.isPc .art-box img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.isPc .art-box .art-imgbox {
    width: 666px;
    margin: 0px auto 20px;
}

.isPc .art-box .art-imgbox em {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding-top: 34px;
    color: #959595;
}

.isPc .art-box .art-con-r,
.isPc .list-content .list-content-r {
    float: right;
    width: 342px;
    padding: 44px 30px 0;
    background: #fff;
}

.isPc .blo-tit {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 34px;
    line-height: 48px;
}

.isPc .events-box {
    width: 344px;
}

.isPc .events-box a {
    display: block;
}

.isPc .events-box img {
    width: 344px;
    height: 224px;
}

.isPc .events-box .events-date {
    font-size: 15px;
    color: #a9a9a9;
    padding: 10px 0;
    display: block;
}

.isPc .events-box .events-tit {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}


/*about*/

.isPc .about-box {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

.isPc .about-con-l {
    float: left;
    width: 772px;
}

.isPc .about-con-l .ab-what-box {
    width: 772px;
    height: 352px;
    background: url(../img/main/about-bg.jpg) no-repeat;
    overflow: hidden;
    position: relative;
}

.isPc .about-con-l .ab-what-box h2 {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 34px;
    line-height: 48px;
    margin: 50px 30px 0;
}

.isPc .about-con-l .ab-what-box p {
    width: 620px;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 40px 50px 30px;
}

.isPc .about-con-l .ab-what-box .ab-button1 {
    display: block;
    position: absolute;
    right: 30px;
    top: 120px;
    width: 66px;
    height: 36px;
    background: url(../img/icon-img.png) no-repeat 0 0;
}

.isPc .about-con-l .leader-box {
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    padding: 53px 0 53px 30px;
}

.isPc .about-con-l .leader-box .leader-listone {
    width: 339px;
    height: 239px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.isPc .about-con-l .leader-box .leader-listtwo {
    width: 339px;
    height: 239px;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 30px 30px 0 0;
}

.isPc .about-con-l .leader-box .l-pic {
    width: 87px;
    margin: 25px auto 0;
}

.isPc .about-con-l .leader-box img {
    width: 87px;
}

.isPc .about-con-l .leader-box .l-name {
    font-size: 22px;
    line-height: 22px;
    display: block;
    text-align: center;
    padding: 10px 0 15px;
}

.isPc .about-con-l .leader-box .l-jop {
    height: 34px;
    background: #dedede;
    display: block;
    padding: 10px 5px;
    text-align: center;
    line-height: 34px;
}

.isPc .about-con-l .leader-box .l-jopt {
    height: 34px;
    background: #dedede;
    display: block;
    padding: 10px 5px;
    text-align: center;
}

.isPc .about-con-l .leader-box .l-jopA {
    height: 34px;
    background: #dedede;
    display: block;
    padding: 10px 5px;
    text-align: center;
    line-height: 20px;
}

.isPc .about-con-r {
    float: right;
    width: 342px;
    padding: 44px 30px 30px;
    background: #fff;
}

.isPc .about-con-r .ab-tit {
    font-size: 26px;
    line-height: 48px;
    display: block;
    margin-top: 10px;
}

.isPc .about-con-r .ab-tit a {
    color: #dc2d1c;
}

.isPc .about-con-r .sta-list {
    border: 1px solid #dedede;
    padding: 10px;
}

.isPc .about-con-r .sta-list li {
    font-size: 18px;
    line-height: 30px;
    font-family: 'newsgoth_bdxcn_btbold';
}

.isPc .about-con-r .ab-button2 {
    display: block;
    width: 66px;
    height: 36px;
    background: url(../img/icon-img.png) no-repeat 0 0;
    margin-top: 10px;
}

.isPc .list {
    overflow: hidden;
    zoom: 1;
    color: #7d7d7d;
    line-height: 24px;
    margin-bottom: 15px;
}

.isPc .list li {
    overflow: hidden;
    zoom: 1;
    padding: 27px 0 51px;
    background: #f7f7f7;
    margin-bottom: 13px;
}

.isPc .list img {
    float: left;
    width: 220px;
}

.isPc .list .list-text {
    overflow: hidden;
    padding: 0 30px;
}

.isPc .list .list-tit {
    font-size: 24px;
    line-height: 22px;
    margin-top: 5px;
}

.isPc .list .list-tit a {
    display: block;
    margin-top: 8px;
}

.isPc .list .list-date {
    font-size: 12px;
    color: #dd5053;
}

.isPc .list .list-desc {
    line-height: 26px;
    margin-top: 10px;
    font-size: 18px;
}

.isPc .list-left {
    overflow: hidden;
    zoom: 1;
    color: #7d7d7d;
    line-height: 24px;
    margin-bottom: 15px;
}

.isPc .list-left li {
    overflow: hidden;
    zoom: 1;
    padding: 0px 0 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
}

.isPc .list-left img {
    float: left;
    width: 229px;
}

.isPc .list-left .list-text {
    overflow: hidden;
    padding: 0 15px;
}

.isPc .list-left .list-tit {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}

.isPc .list-left .list-tit a {
    display: block;
    margin-top: 8px;
}

.isPc .list-left .list-date {
    font-size: 12px;
    color: #dd5053;
}

.isPc .list-left .list-desc {
    line-height: 16px;
    margin-top: 10px;
    font-size: 14px;
}

.isPc .search-bg {
    overflow: hidden;
}

.isPc .searchs {
    position: relative;
    width: 1146px;
    border: 1px solid #dd5053;
    margin: 0px auto 0px;
}

.isPc .searchs .sInner {
    position: relative;
    height: 46px;
    padding-right: 50px;
    background: #fff;
}

.isPc .searchs .inp-text {
    width: 100%;
    height: 46px;
    line-height: 46;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px 0px 0px 21px;
    color: #3d3d3d;
    font-family: Arial;
    font-size: 16px;
    background: #f6f6f6;
}

.isPc .searchs .inp-text::-webkit-input-placeholder {
    color: #9c9c9c;
}

.isPc .searchs .inp-text:-moz-placeholder {
    color: #9c9c9c;
}

.isPc .searchs .inp-text::-moz-placeholder {
    color: #9c9c9c;
}

.isPc .searchs .inp-text::-ms-placeholder {
    color: #9c9c9c;
}

.isPc .searchs .inp-text::-o-placeholder {
    color: #9c9c9c;
}

.isPc .searchs .inp-text:placeholder {
    color: #9c9c9c;
}

.isPc .searchs .btn-subm {
    position: absolute;
    width: 78px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    top: 0px;
    right: 0px;
    background-color: #dd5053;
}

.isPc .searchs .btn-subm em {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/wap-search.png);
    background-size: cover;
    margin: 10px 0 0 24px;
}

.isPc .searchs .btn-subm:hover {
    text-decoration: none;
}

.isPc .f-red {
    color: #f23509;
}

.isPc .searchs-result {
    font-size: 20px;
    color: #3d3d3d;
    height: 50px;
    padding-top: 33px;
    margin: 0px auto;
    width: 1140px;
    border-bottom: 1px solid #e4e4e4;
}

.isPc .search-main-bg {
    background: #fff;
    overflow: hidden;
    padding: 0 30px;
    width: 1200px;
    margin: 26px auto 0px auto;
}

.isPc .fr-list {
    width: 814px;
    float: right;
    margin-top: 0px;
}

.isPc .bgc-w {
    background: #fff;
}

.isPc .menu {
    float: left;
    width: 348px;
    padding-bottom: 80px;
}

.isPc .menu-ma {
    margin: 0px 0 0 0px;
}

.isPc .menu li {
    margin-bottom: 1px;
}

.isPc .menu li a {
    display: block;
    background: #fff;
    border: 1px solid #e7aaab;
    color: #cb484a;
    font-size: 18px;
    line-height: 40px;
    padding: 3px 0px;
    position: relative;
    text-align: center;
}

.isPc .menu li.cur a,
.isPc .menu li a:hover {
    background: #cb484a;
    text-decoration: none;
    color: #fff;
}

.isPc .menu li em {
    display: inline-block;
    padding: 0px 15px;
}

.isPc .menu a:hover .ico-arrow,
.isPc .menu li.cur .ico-arrow {
    display: block;
}

.isPc .menu-right {
    float: right;
    width: 871px;
    padding-bottom: 80px;
}

.isPc .menu-right .art {
    padding: 10px 0px;
}

.isPc .res-lista {
    padding: 53px 30px 30px;
    overflow: hidden;
    background: #fff;
    margin-top: 30px;
}

.isPc .res-boxa {
    width: 1139px;
    background: #f1f6f9;
    overflow: hidden;
    position: relative;
    max-height: 154px;
}

.isPc .res-boxa .res-imga {
    width: 344px;
    float: left;
    display: block;
}

.isPc .res-boxa .res-imga img {
    width: 344px;
}

.isPc .res-boxa .res-texta,
.isPc .res-boxb .res-textb {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.isPc .res-boxa .res-texta {
    padding: 35px 130px 35px 30px;
}

.isPc .res-button {
    display: block;
    width: 66px;
    height: 36px;
    background: url(../img/icon-img.png) no-repeat 0 0;
}

.isPc .res-buttona {
    position: absolute;
    right: 34px;
    top: 44px;
}

.isPc .res-listb {
    overflow: hidden;
    margin-top: 30px;
}

.isPc .res-listb-l,
.isPc .res-listb-r {
    background: #fff;
    padding: 53px 30px 0px;
    position: relative;
    height: 314px;
}

.isPc .res-listb-l {
    width: 418px;
    float: left;
}

.isPc .res-listb-r {
    width: 632px;
    float: right;
}

.isPc .res-boxb .res-imgb {
    width: 170px;
    height: 170px;
    float: left;
    display: block;
}

.isPc .res-boxb .res-textb {
    padding-left: 20px;
}

.isPc .res-buttonb {
    position: absolute;
    right: 190px;
    bottom: 30px;
}

.isPc .res-buttonc {
    position: absolute;
    left: 220px;
    bottom: 30px;
}

.isPc .res-listb-list li {
    width: 417px;
    height: 78px;
    border: 1px solid #e5e5e5;
    margin-bottom: 6px;
}

.isPc .res-listb-list li em {
    width: 71px;
    height: 29px;
    background: #919191;
    line-height: 29px;
    text-align: center;
    font-size: 15px;
    font-size: 12px\0;
    color: #fff;
    display: block;
    float: left;
    margin-top: 22px;
    font-family: 'newsgoth_bdxcn_btbold';
}

.isPc .res-listb-list li p {
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 10px;
}

.isPc .res-listc-l,
.isPc .res-listc-r {
    background: #fff;
    padding: 53px 30px 20px;
    position: relative;
    height: 407px;
}

.isPc .res-listc-l {
    width: 418px;
    float: left;
}

.isPc .res-listc-r {
    width: 632px;
    float: right;
}

.isPc .res-boxb .res-imgc {
    width: 344px;
    height: 344px;
    float: left;
    display: block;
}

.isPc .res-buttond {
    position: absolute;
    left: 400px;
    bottom: 50px;
}


/* isWap */

.isWap body {
    overflow-x: hidden;
    background: #f7f7f7;
}

.isWap .top-h {
    display: none;
}

.isWap .img-box {
    display: none;
}

.isWap .list-tit {
    font-size: 0.45rem;
    font-family: 'newsgoth_bdxcn_btbold';
}

.isWap .five-list {
    background: #fff;
    padding: 0.6rem 0.2rem;
    margin-bottom: 0.2rem;
}

.isWap .five-list li {
    height: 0.82rem;
    background: #f9f5ec;
    margin-bottom: 0.21rem;
    text-align: center;
    line-height: 0.82rem;
}

.isWap .five-list li a {
    color: #ff5f4f
}

.isWap .home-block {
    background: #fff;
}

.isWap .home-block .services-box {
    padding: 0.42rem 0.2rem 0;
}

.isWap .home-block h2 {
    font-size: 0.55rem;
    font-family: 'newsgoth_bdxcn_btbold';
}

.isWap .home-block .pic {
    position: relative;
    width: 100%;
    margin: 0px auto
}

.isWap .home-block .pic .pic-tit {
    position: absolute;
    bottom: 0;
    font-size: 0.28rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.6)
    /*opacity: 0.6; */
}

.isWap .home-block .pic .pic-tit a {
    color: #fff;
    display: inline-block;
    line-height: 0.3rem;
    padding: 0.2rem 0.3rem 0 0.3rem;
}

.isWap .home-block .pic img {
    width: 100%
}

.isWap .h-spec-l {
    padding: 0.42rem 0.2rem 0;
    margin-bottom: 0.37rem;
    margin-top: 0.26rem;
}

.isWap .h-news-l {
    padding: 0.42rem 0.2rem 0;
}

.isWap .h-news-r {
    font-size: 0.35rem;
    padding: 0 0.26rem;
}

.isWap .h-news-r h3 {
    display: none;
}

.isWap .h-news-r p {
    padding: 0.35rem 0;
    border-bottom: 0.01rem solid #ededed;
    line-height: 0.4rem;
}

.isWap .h-spec-r {
    padding: 0 0.2rem;
    margin-bottom: 0.26rem;
    border-top: 1px solid #ededed;
}

.isWap .h-spec-r img {
    width: 100%;
    margin-top: 0.37rem;
}

.isWap .h-spec-r .date {
    padding-top: 0.2rem;
    font-size: 0.28rem;
    font-family: 'newsgoth_bdxcn_btbold';
}

.isWap .date-new {
    position: relative;
}

.isWap .date-new .date-new-l {
    font-size: 0.35rem;
    line-height: 0.4rem;
    padding-right: 1.4rem;
    display: inline-block;
}

.isWap .date-new .date-new-r {
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    width: 1.1rem;
    height: 0.6rem;
    display: block;
    background: url(../img/wap-icon1.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.isWap .h-spec-r .text4 {
    font-size: 0.24rem;
    color: #939393;
    line-height: 0.3rem;
    padding: 0.17rem 1.6rem 0.6rem 0;
}

.isWap .services-box ul {
    padding-bottom: 0.42rem;
}

.isWap .services-box img {
    width: 100%;
}

.isWap .services-box .list-item {
    background: #ecf3f6;
    margin-top: 0.12rem;
    position: relative;
    height: 1.39rem;
    box-sizing: border-box;
}

.isWap .services-box .list-item p {
    font-size: 0.35rem;
    padding: 0.37rem 1.25rem 0.37rem 0.23rem;
    line-height: 0.4rem;
}

.isWap .services-box .list-item .enter-icona,
.isWap .services-box .list-item .enter-iconb,
.isWap .services-box .list-item .enter-iconc {
    position: absolute;
    right: 0.2rem;
    top: 0.55rem;
    width: 0.99rem;
    height: 0.54rem;
    display: block;
}

.isWap .services-box .list-item .enter-icona {
    background: url(../img/wap-icon2.png) no-repeat;
    background-size: cover;
}

.isWap .services-box .list-item .enter-iconb {
    background: url(../img/wap-icon3.png) no-repeat;
    background-size: cover;
}

.isWap .services-box .list-item .enter-iconc {
    background: url(../img/wap-icon4.png) no-repeat;
    background-size: cover;
}

.isWap .footer-serarch {
    margin-top: 0.4rem;
    padding: 0 0.2rem;
}

.isWap .footer .search {
    height: 0.9rem;
    background: #fff;
    border-radius: 0.06rem;
    position: relative;
    width: 100%;
}

.isWap .footer .search input {
    font-family: 'newsgoth_bdxcn_btbold';
    width: 88%;
    height: 0.67rem;
    border: 0rem;
    position: absolute;
    top: 0.12rem;
    left: 0.1rem;
    font-size: 0.45rem;
}

.isWap .footer .search .search-button {
    position: absolute;
    right: 0.1rem;
    top: 0.12rem;
    cursor: pointer;
    background: url(../img/wap-footer-search.png) no-repeat 0 0;
    background-size: cover;
    width: 0.68rem;
    height: 0.68rem;
}

.isWap .footer .footer-serarch .search .search-img {
    display: none;
}

.isWap .footer .search ul {
    position: absolute;
    top: 1rem;
    display: none;
}

.isWap .footer .search li {
    font-family: 'newsgoth_bdxcn_btbold';
    background: #fff;
    font-size: 0.45rem;
    line-height: 0.6rem;
    width: 7rem;
    height: 0.6rem;
    padding-left: 0.1rem;
}

.isWap .footer-menu {
    display: none;
}

.isWap .foot-con {
    padding: 0.1rem 0 0.6rem 0;
    background: #eeeeee;
}

.isWap .f-copy,
.isWap .copy-right {
    padding-top: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    background: #191919;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.7rem;
}

.isWap .logo {
    display: none;
}

.isWap .m_logo {
    float: left;
    width: 82%;
    text-align: center;
}

.isWap .m_logo img {
    width: 3.78rem;
}

.isWap .logo a {
    font-family: 'newsgoth_bdxcn_btbold';
    float: left;
    font-size: 0.38rem;
    color: #dc2d1c;
    margin-left: 0.2rem;
}

.isWap .w {
    position: relative;
}

.isWap .wap-nav {
    display: block;
    background: url(../img/class.png);
    width: 0.36rem;
    height: 0.33rem;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
    margin-top: 0.4rem;
    margin-left: 0.2rem;
}

.isWap .searchbutton {
    display: block;
    background: url(../img/wap-head-search.png);
    width: 0.53rem;
    height: 0.53rem;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0.3rem;
    right: 0.2rem
}

.isWap .wap-h-search {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0px;
    top: 1.5rem;
    padding: 0.4rem 0 0.9rem;
    background: rgba(36, 42, 55, 0.8);
    display: none;
}

.isWap .wap-h-search .w-sInner {
    margin: 0 0.24rem;
    padding-right: 0.9rem;
    position: relative;
}

.isWap .wap-h-search .inp-text {
    width: 100%;
    height: 0.7rem;
    line-height: 0.72rem;
    padding: 0 0.7rem 0 0.2rem;
    border: 0.01rem solid #fff;
    background: transparent;
    font-size: 0.32rem;
    color: #fff;
    border-radius: 0.5rem;
}

.isWap .wap-h-search .btn-subm {
    position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    top: 0.2rem;
    right: 0.4rem;
    background: url(../img/w-icon-search.png) no-repeat;
    background-size: cover;
}

.isWap .wap-h-search .btn-close {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/wap-but-close.png);
    background-size: cover;
    left: 50%;
    margin-top: 0.2rem;
    margin-left: -0.2rem;
}

.isWap .nav {
    clear: both;
}

.isWap .head {
    background: #fff;
    position: relative;
    height: 1.19rem;
}

.isWap .nav {
    position: absolute;
    width: 100%;
    top: 1.8rem;
    left: 0px;
    background: rgba(220, 120, 120, 1);
    padding: 0;
    z-index: 99;
    display: none;
}

.isWap .nav-close {
    width: 100%;
    height: 0.81rem;
    background: rgba(220, 120, 120, 1);
    position: absolute;
    display: block;
    left: 0;
    top: 1.19rem;
    z-index: 199;
    display: none;
}

.isWap .nav-close em {
    background: url(../img/wap-but-close.png);
    width: 0.42rem;
    height: 0.42rem;
    -webkit-background-size: cover;
    display: block;
    background-size: cover;
    float: right;
    margin: 0.1rem 0.1rem 0px 0;
}

.isWap .nav li {
    border-bottom: 1px solid #fff;
    line-height: 0.81rem;
}

.isWap .nav .red a em,
.isWap .nav .red .h-ico-arrow {
    color: #fff
}

.isWap .nav li a {
    color: #fff;
    padding: 0px 0.4rem;
}

.isWap .nav li .sub-menu {
    font-size: 0.43rem;
    border-bottom: 0px;
    display: none;
    background: #714549;
}

.isWap .nav .subCur {
    font-size: 0.43rem;
    border-bottom: 0px;
    background: #714549;
}

.isWap .nav li .sub-menu li {
    border-bottom: 0px;
    font-size: 0.36rem;
    border-bottom: 1px solid #fff;
}

.isWap .nav li .sub-menu li:last-child {
    border-bottom: 0;
}

.isWap .nav li em {
    font-size: 0.43rem;
}

.isWap .nav li .h-ico-arrow {
    float: right;
    font-size: 0.43rem;
    padding-right: 0.2rem;
    margin-top: 0.3rem;
    height: 0.5rem;
    overflow: hidden;
}

.isWap .nav li .h-ico-arrow img {
    width: 0.28rem;
}

.isWap .logo-pc {
    display: none;
}

.isWap .logo-wap {
    display: block;
    width: 100%;
}

.isWap .crumb {
    background: #fff;
    font-size: 0.3rem;
    line-height: 0.38rem;
    padding: 0.1rem 0.2rem;
    margin-top: 0.24rem;
    font-family: 'newsgoth_bdxcn_btbold';
    display: none;
}

.isWap .crumb i {
    color: #919191;
}

.isWap .crumb em {
    color: #dc2d1c;
}

.isWap .ab-what-box,
.isWap .leader-box,
.isWap .about-con-r,
.isWap .res-lista,
.isWap .res-listb-l,
.isWap .res-listb-r,
.isWap .res-listc-l,
.isWap .res-listc-r {
    background: #fff;
    margin-top: 0.24rem;
    overflow: hidden;
}

.isWap .ab-what-box {
    padding: 0 0.2rem 0.63rem;
}

.isWap .ab-what-box h2,
.isWap .leader-box h2,
.isWap .about-con-r h2,
.isWap .res-lista h2,
.isWap .res-listb-l h2,
.isWap .res-listb-r h2,
.isWap .res-listc-r h2,
.res-listc-l h2 {
    font-family: 'newsgoth_bdxcn_btbold';
    font-size: 0.55rem;
    line-height: 0.48rem;
    margin-top: 0.5rem;
}

.isWap .ab-what-box P {
    font-size: 0.35rem;
    line-height: 0.5rem;
    margin-top: 0.1rem;
}

.isWap .ab-what-box .ab-button1 {
    width: 1.1rem;
    height: 0.6rem;
    display: block;
    background: url(../img/wap-icon1.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 0.3rem;
}

.isWap .leader-box {
    padding: 0 0.2rem 0.45rem;
}

.isWap .leader-box .leader-listone,
.isWap .leader-box .leader-listtwo {
    /*width: 7.08rem;*/
    border: 0.01rem solid #e5e5e5;
    margin-top: 0.21rem;
    overflow: hidden;
}

.isWap .leader-box .l-pic {
    width: 1.82rem;
    margin: 0.33rem auto 0;
}

.isWap .leader-box .l-pic img {
    width: 1.82rem;
}

.isWap .leader-box .l-name {
    font-size: 0.4rem;
    line-height: 0.31rem;
    display: block;
    text-align: center;
    padding: 0.3rem 0 0.2rem;
}

.isWap .leader-box .l-jop,
.isWap .leader-box .l-jopA {
    font-size: 0.35rem;
    background: #dedede;
    display: block;
    text-align: center;
}

.isWap .leader-box .l-jop,
.isWap .leader-box .l-jopA {
    padding: 0.2rem 0.05rem;
    /*line-height: 0.84rem;*/
}

.isWap .leader-box .l-jopA {
    line-height: 0.3rem;
    padding: 0.36rem 0.05rem;
}

.isWap .about-con-r {
    padding: 0 0.2rem 0.45rem;
}

.isWap .about-con-r .ab-tit {
    font-size: 0.35rem;
    line-height: 0.48rem;
    display: block;
    margin-top: 0.1rem;
}

.isWap .about-con-r .ab-tit a {
    color: #dc2d1c;
}

.isWap .about-con-r .sta-list {
    border: 1px solid #dedede;
    padding: 0.2rem;
}

.isWap .about-con-r .sta-list li {
    font-size: 0.35rem;
    line-height: 0.5rem;
    font-family: 'newsgoth_bdxcn_btbold';
}

.isWap .res-lista,
.isWap .res-listb-l,
.isWap .res-listb-r,
.isWap .res-listc-l,
.isWap .res-listc-r {
    padding: 0 0.2rem 0.63rem;
}

.isWap .res-boxa .res-imga {
    width: 7.1rem;
    display: block;
    margin-top: 0.26rem;
}

.isWap .res-boxa .res-imga img {
    width: 85%;
}

.isWap .res-boxa .res-texta {
    font-size: 0.35rem;
    line-height: 0.5rem;
    padding: 0.33rem 0 0.1rem;
}

.isWap .res-button {
    width: 1.1rem;
    height: 0.6rem;
    display: block;
    background: url(../img/wap-icon1.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 0.2rem;
}

.isWap .res-boxb {
    overflow: hidden;
    margin-top: 0.22rem;
}

.isWap .res-boxb .res-imgb {
    float: left;
    display: block;
    width: 1.7rem;
    margin-top: 0.1rem;
}

.isWap .res-boxb .res-imgb img {
    width: 100%;
}

.isWap .res-boxb .res-textb {
    font-size: 0.35rem;
    line-height: 0.5rem;
    padding-left: 1.96rem;
}

.isWap .res-boxb .res-buttonb,
.isWap .res-boxb .res-buttonc,
.res-boxb .res-buttond {
    margin-left: 1.96rem;
}

.isWap .res-listb-list li {
    width: 7.07rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 6px;
}

.isWap .res-listb-list li p {
    overflow: hidden;
    font-size: 0.32rem;
    line-height: 0.34rem;
    width: 4.88rem;
    padding: 0.26rem 0rem 0.26rem 0.6rem;
}

.isWap .res-listc-l {
    overflow: hidden;
}

.isWap .res-listc-l ul {
    margin-top: 0.23rem;
}

.isWap .res-listb-list li em {
    width: 1.07rem;
    height: 0.5rem;
    background: #919191;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    display: block;
    float: left;
    margin-top: 0.5rem;
    font-family: 'newsgoth_bdxcn_btbold';
}

.isWap .res-listc-r .res-imgc {
    float: left;
}

.isWap .res-listc-r .res-imgc img {
    width: 1.7rem;
}

.isWap .spec-main,
.isWap .list-content {
    background: #fff;
    margin-top: 0.24rem;
    overflow: hidden;
    padding: 0.32rem 0.2rem 0;
    margin-bottom: 0.3rem;
}

.isWap .spec-main .list-box {
    border-bottom: 0.01rem solid #e5e5e5;
}

.isWap .spec-main .list-box img {
    padding-top: 0.38rem;
    width: 100%;
}

.isWap .spec-main .list-box p {
    font-size: 0.35rem;
    line-height: 0.4rem;
    padding: 0.3rem 0;
}

.isWap .list-main {
    overflow: hidden;
    margin-bottom: 0.35rem;
}

.isWap .page-box {
    display: none;
}

.isWap .app-page-box {
    font-size: 0px;
    line-height: 0px;
    text-align: center;
    padding: 0.9rem 0;
}

.isWap .page {
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}

.isWap .page a {
    display: inline-block;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.28rem;
    border: 0.01rem solid #dddad2;
    padding: 0 0.15rem;
    margin-right: 0.5rem;
    background: #efefef;
    color: #dd5053;
    width: 0.2rem;
    text-align: center;
    font-family: "arial";
}

.isWap .page a.jiantou {
    color: #606060;
}

.isWap .page a.jiantou:hover {
    color: #fefefe;
}

.isWap .page a.cur,
.page a:hover {
    background: #dd5053;
    color: #fefefe;
    border-color: #dd5053;
    text-decoration: none;
}

.isWap .search-main-bg .list .list-text {
    overflow: hidden;
}

.isWap .search-main-bg .list li {
    padding: 0.35rem 0.2rem;
    margin-bottom: 0.2rem;
    background: #fff;
}

.isWap .list li img {
    width: 1.62rem;
    float: left;
    margin-right: 0.2rem;
}

.isWap .search-main-bg .list .list-date {
    font-size: 0.22rem;
    line-height: 0.22rem;
    font-family: 'Arial';
    color: #dd5053;
}

.isWap .search-main-bg .list .list-tit {
    font-size: 0.28rem;
    line-height: 0.32rem;
    font-family: "Arial";
    padding-top: 0.2rem;
}

.isWap .search-main-bg .list .list-desc {
    font-size: 0.24rem;
    color: #7e7e7e;
    line-height: 0.34rem;
    padding-top: 0.25rem;
}

.isWap .search-main-bg .list .list-desc .f-red {
    color: #f23509;
}


/* .isWap .search-main-bg .list .more {
    background: #e58082;
    width: 2.57rem;
    height: 0.47rem;
    display: block;
    margin: 0.5rem auto;
    border-radius: 2.57rem;
    text-align: center;
    line-height: 0.47rem;
    color: #fff;
    clear: both;
} */

.isWap .list-content-r {
    display: none;
}

.isWap .search-bg {
    padding: 0 0.2rem;
}

.isWap .searchs {
    width: 100%;
    border: 0.01rem solid #dd5053;
    margin: 0.35rem 0 0.35rem;
}

.isWap .searchs .sInner {
    position: relative;
    padding-right: 1.23rem;
    background: #fff;
}

.isWap .searchs .inp-text {
    width: 100%;
    height: 0.82rem;
    line-height: 0.82rem;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px 0.2rem;
    color: #929292;
    font-family: Arial;
    font-size: 0.34rem;
}

.isWap .searchs .btn-subm {
    position: absolute;
    width: 1.04rem;
    height: 0.82rem;
    text-align: center;
    line-height: 0.82rem;
    top: -0.01rem;
    right: 0rem;
    font-size: 0rem;
    background-color: #dd5053;
}

.isWap .searchs .btn-subm em {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../img/wap-search.png);
    background-size: cover;
    margin: 0.25rem 0 0 0.35rem;
}

.isWap .searchs-result {
    display: none;
}

.isWap .search-main-bg {
    overflow: hidden;
    margin: 0 0.2rem;
}

.isWap .art-con-f {
    margin: 0.24rem 0.2rem;
    overflow: hidden;
    padding: 0.4rem 0.35rem 0.4rem;
    border: 0.01rem solid #d7d7d7;
    position: relative;
    background: #fff;
}

.isWap .text-font {
    display: none;
}

.isWap .art-tit {
    font-size: 0.46rem;
    line-height: 0.5rem;
    padding-top: 0.8rem;
}

.isWap .art-info {
    font-size: 0px;
    margin-top: 0.2rem;
    padding: 0.2rem 0rem;
    height: 1rem;
    border-bottom: 0.01rem solid #e9e9e9;
}

.isWap .art-info em {
    font-size: 0.28rem;
    line-height: 0.35rem;
    padding-right: 0.50rem;
    color: #6a6b6b;
}

.isWap .art-info em.wap-l {
    display: none;
}

.isWap .art-info em.wap-art-date {
    display: inline-block;
    padding-top: 0.15rem;
}

.isWap .art-box .wap-art-con-f {
    display: block;
}

.isWap .art-box .art-con-f .wap-art-con-f p {
    font-size: 0.3rem;
    color: #6a6b6b;
    line-height: 0.4rem;
    padding: 0.4rem 0rem 0.1rem;
}

.isWap .art-imgbox {
    margin-top: 0.5rem;
}

.isWap .art-imgbox img {
    width: 100%;
}

.isWap .art-text .wap-pic-tit {
    font-size: 0.24rem;
    line-height: 0.35rem;
    color: #434444;
    display: inline-block;
    padding-top: 0.3rem;
}

.isWap .art-share {
    position: absolute;
    right: 0.35rem;
    top: 0.4rem;
}

.isWap .art-share .ico-share {
    float: left;
    margin-right: 5px;
}

.isWap .ico-share {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 0px;
    line-height: 0px;
    background: url(../img/ico-share.png) no-repeat;
}

.isWap .ico-share:hover {
    background-position-y: -36px;
}

.isWap .ico-share1 {
    background-position-x: 0px;
}

.isWap .ico-share2 {
    background-position-x: -32px;
}

.isWap .ico-share3 {
    background-position-x: -63px;
}

.isWap .ico-share4 {
    background-position-x: -94px;
}

.isWap .ico-share5 {
    background-position-x: -125px;
}

.isWap .ico-share6 {
    background-position-x: -156px;
}

.isWap .ico-share7 {
    background-position-x: -187px;
}

.isWap .art-page {
    background: #fff;
    overflow: hidden;
    margin: 0.24rem 0.2rem;
}

.isWap .art-page h2 {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding: 0px 0.3rem;
    border-bottom: 1px solid #f4cacb;
}

.isWap .art-page ul {
    border: 0.01rem solid #d7d7d7;
    padding: 0 0.2rem;
}

.isWap .art-page li em {
    display: none;
}

.isWap .art-page li {
    font-size: 0.32rem;
    padding-bottom: 0.34rem;
    padding-top: 0.4rem;
    border-bottom: 1px solid #f4cacb;
}

.isWap .art-page li:nth-last-child(1) {
    border: 0;
}

.isWap .art-page li .time {
    color: #dd5053;
    font-size: 0.26rem;
}

.isWap .art-page li a {
    color: #5b5b5b;
}

.isWap .art-box .page {
    display: none;
}

.isWap .art-con-r {
    display: none;
}

.isWap .art-con-l {
    background: #fff;
    margin-top: 0.24rem;
    overflow: hidden;
    padding: 0.53rem 0.2rem 0.63rem;
}

.isWap .art-box .art-con-l .wap-art-con-f p {
    font-size: 0.35rem;
    color: #000;
    line-height: 0.5rem;
    padding: 0.2rem 0;
}

.isWap .head .search-con {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0px;
    top: 1.8rem;
    background: #fff;
    height: 2.36rem;
    display: none;
}

.isWap .head .sInner {
    position: relative;
    margin: 0 0.2rem;
}

.isWap .head .search-con .s-input {
    width: 80%;
    height: 1.3rem;
    background: #ededed;
    border: 1px solid #dbdbdb;
    line-height: 1.3rem;
    position: absolute;
    left: 0;
    top: 0.56rem;
    color: #808080;
    font-size: 0.35rem;
    padding: 0 0.2rem;
}

.isWap .head .search-con .s-input-btn {
    position: absolute;
    right: 0.2rem;
    top: 0.56rem;
    width: 1.02rem;
    height: 1.31rem;
    background: url(../img/wap-head-search1.png) no-repeat;
    font-size: 18px;
    background-size: cover;
    cursor: pointer;
}

.isWap .head .chinese {
    display: none;
}

.isWap .banner {
    width: 100%;
    position: relative;
    height: 6.07rem;
    overflow: hidden;
}

.isWap .banner .sliderInner {
    width: 100%;
}

.isWap .banner .sliderInner li {
    float: left;
    position: relative;
}

.isWap .banner .sliderInner img {
    width: 100%;
    height: 4.3rem;
}

.isWap .banner .sliderInner .slider-box {
    line-height: 0.77rem;
    height: 1.77rem;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: -2.6rem;
    width: 100%;
}

.isWap .banner .slider-tit {
    font-size: 0.4rem;
    padding: 0.4rem 0.45rem;
    line-height: 0.44rem;
}

.isWap .banner .slider-tit a {
    color: #000;
}

.isWap .banner .slider-cur {
    height: 0.68rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 3.62rem
}

.isWap .banner .slider-cur div {
    height: 0.45rem;
    overflow: hidden;
    clear: both;
    position: absolute;
    bottom: 0px;
    width: 2.59rem;
    left: 50%;
    margin-left: -1.28rem;
}

.isWap .banner .slider-cur a {
    float: left;
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 0.15rem;
    font-size: 0.16rem;
    line-height: 0.34rem;
    margin-right: 0.36rem;
    text-align: center;
    background: #a4aa9b;
    color: #dc2d1c;
}

.isWap .banner .slider-cur a.cur {
    background: #dd5053;
    color: #fff;
}

.isWap .banner .slider-cur a:last-child {
    margin-right: 0;
}

.isWap .i-box2 {
    width: 96%;
    margin: 0.25rem auto;
    background: #fff;
}

.isWap .i-box2-item {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isWap .i-box2-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding-left: 0.2rem;
}

.isWap .i-box2-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-list-tree {
    width: 100%;
    margin-top: 0.22rem;
    color: #494949;
    height: 1.62rem;
    display: block;
}

.isWap .i-list-tree img {
    width: 2.2rem;
    height: 1.41rem;
    float: left;
    margin-left: 0.2rem;
}

.isWap .i-list-tree .info-con {
    width: 3.7rem;
    float: left;
    margin-left: 0.20rem;
    font-size: 0.32rem;
    border-bottom: 1px solid #f4cacb;
    line-height: 0.35rem;
    padding-top: 0.35rem;
    padding-bottom: 0.22rem;
    position: relative;
}

@media screen and (max-width: 365px) {
    .isWap .i-list-tree .info-con { width: 3.5rem;} 
}

.isWap .i-list-tree .info-con .time {
    color: #dd5053;
    font-size: 0.26rem;
    position: absolute;
    top: 0px;
}

.isWap .i-list-tree:nth-child(2) {
    margin-top: 0px;
}

.isWap .i-list-tree .info-con a {
    color: #5b5b5b
}

.isWap .i-box2-item .i-list-tree:nth-child(4) img {
    display: none;
}

.isWap .i-box2-item .i-list-tree:nth-child(4) .info-con {
    width: 95%;
}

.isWap .i-box2-item .more {
    background: #e58082;
    width: 2.57rem;
    height: 0.47rem;
    display: block;
    margin: 0px auto;
    border-radius: 2.57rem;
    text-align: center;
    line-height: 0.47rem;
    color: #fff;
}

.isWap .i-box3 {
    width: 96%;
    margin: 0.25rem auto;
}

.isWap .i-box3-item {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isWap .i-box3-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding-left: 0.2rem;
}

.isWap .i-box3-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-box3-item .more {
    background: #e58082;
    width: 2.57rem;
    height: 0.47rem;
    display: block;
    margin: 0px auto;
    border-radius: 2.57rem;
    text-align: center;
    line-height: 0.47rem;
    color: #fff;
    clear: both;
}

.isWap .i-box3-item .i-list-two {
    width: 100%;
    background: #fff;
    padding-bottom: 0.42rem;
}

.isWap .i-box3-item .i-list-two-right {
    width: 100%;
    background: #fff;
    margin-top: 0.2rem;
}

.isWap .i-box3-item .i-list-two-right .i-list-two-box {
    width: 100%;
}

.isWap .i-box3-item .i-list-two-right .i-list-two-box .info-con {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
}

.isWap .i-box3-item .i-list-two-right .i-list-two-box .info-con a {
    color: #636569;
    padding: 0.2rem;
    line-height: 0.44rem;
}

.isWap .i-box3-item .i-list-two-right .i-list-two-box:last-child {
    margin-right: 0px;
}

.isWap .i-box3-item .i-list-two-right .i-list-two-box {
    height: 6rem;
}



.isWap .i-box3-item .i-list-two-box {
    width: 3.10rem;

    float: left;
    background: #fff;
    margin-right: 0.2rem;
    font-size: 0.38rem;
    line-height: 0.36rem;
    position: relative;
    height: 4.6rem;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
@media screen and (max-width: 365px) {
    .isWap .i-box3-item .i-list-two-box {
  
        width: 2.97rem;
    }
}


.isWap .i-box3-item .mr0 {
    margin-right: 0px;
}

.isWap .i-box3-item .i-list-two-box img {
    width: 100%;
    height: 4.62rem;
}

.isWap .i-box3-item .i-list-two:nth-child(1) .i-list-two-box .info-con {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0px;
    height: 4.62rem;
    background: -webkit-linear-gradient(top, rgba(251, 140, 139, 0.7), rgba(18, 18, 18, 0.7));
    width: 100%;
    display: block;
}

.isWap .i-box3-item .i-list-two-box .info-con a {
    color: #fff;
    padding: 2rem 0.1rem 0 0.2rem;
    display: block;
}

.isWap .i-box3-item .i-list-two-box .info-con .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 0.24rem;
    padding-left: 0.2rem;
    border-top: rgba(255, 255, 255, 0.3) solid 1px;
    height: 0.5rem;
    display: block;
    width: 85%;
    margin-left: 0.2rem;
    padding-left: 0px;
    line-height: 0.5rem;
}

.isWap .i-box3-item .i-list-two-box .info-con .info {
    position: absolute;
    bottom: 1.43rem;
    left: 0px;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    height: 0.5rem;
    display: block;
    width: 80%;
    margin-left: 0.2rem;
    padding-left: 0px;
    line-height: 0.32rem;
}

.isWap .i-box3-item .i-list-two-box .info-con .text {
    position: absolute;
    bottom: 3.0rem;
    left: 0px;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    height: 0.5rem;
    display: block;
    width: 80%;
    margin-left: 0.2rem;
    padding-left: 0px;
    line-height: 0.32rem;
}

.isWap .i-box4 {
    width: 96%;
    margin: 0.25rem auto;
    background: #fff;
}

.isWap .i-box4-item {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isWap .i-box4-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding-left: 0.2rem;
}

.isWap .i-box4-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-box4-item .right {
    display: none;
}

.isWap .i-box4-item .leftInfo {
    display: none;
}

.isWap .i-box4-item img {
    display: none;
}

.isWap .i-box4-item li {
    height: 2.22rem;
    line-height: 2.22rem;
    background: #d8d8d8;
    margin-bottom: 0.03rem;
}

.isWap .i-box4-item li:nth-child(1) em {
    width: 48%;
    height: 2.22rem;
    display: block;
    background: url("../img/wp/01.jpg");
    background-size: cover;
    float: left;
}

.isWap .i-box4-item li:nth-child(2) em {
    width: 48%;
    height: 2.22rem;
    display: block;
    background: url("../img/wp/02.jpg");
    background-size: cover;
    float: left;
}

.isWap .i-box4-item li:nth-child(3) em {
    width: 48%;
    height: 2.22rem;
    display: block;
    background: url("../img/wp/03.jpg");
    background-size: cover;
    float: left;
}

.isWap .i-box4-item li:nth-child(4) em {
    width: 48%;
    height: 2.22rem;
    display: block;
    background: url("../img/wp/04.jpg");
    background-size: cover;
    float: left;
}

.isWap .i-box4-item li:nth-child(5) em {
    width: 48%;
    height: 2.22rem;
    display: block;
    background: url("../img/wp/05.jpg");
    background-size: cover;
    float: left;
}

.isWap .i-box4-item li span {
    width: 52%;
    font-size: 0.4rem;
    color: #dd5053;
    height: 2.22rem;
    display: block;
    float: right;
    line-height: 2.22rem;
    text-align: center;
}

.isWap .i-box4-item li span a {
    color: #dd5053;
}

.isWap .i-box5 {
    display: none;
}

.isWap .i-box6 {
    width: 96%;
    margin: 0.25rem auto 0 auto;
    background: #fff;
}

.isWap .i-box6-item {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.isWap .i-box6-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding-left: 0.2rem;
}

.isWap .i-box6-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-box6-item li span {
    display: none;
}




.isWap .i-box6-item a li {
    width: 3.0rem;
    height: 3.0rem;
    display: block;
    float: left;
    margin-right: 0.41rem;
    margin-bottom: 0.41rem;
}

@media screen and (max-width: 320px) {
    .isWap .i-box6-item a li {
        width: 2.86rem;
        height: 2.86rem;
      
    }
}



.isWap .i-box6-item a:nth-child(2n) li {
    margin-right: 0;
}

.isWap .i-box6-item a:nth-child(1) li {
    background: url("../img/wp/11.jpg");
    background-size: contain;
}

.isWap .i-box6-item a:nth-child(2) li {
    background: url("../img/wp/12.jpg");
    background-size: contain;
}

.isWap .i-box6-item a:nth-child(3) li {
    background: url("../img/wp/13.jpg");
    background-size: contain;
}

.isWap .i-box6-item a:nth-child(4) li {
    background: url("../img/wp/14.jpg");
    background-size: contain;
}

.isWap .i-box6-item a:nth-child(5) li {
    background: url("../img/wp/15.jpg");
    background-size: contain;
}

.isWap .i-box7 {
    width: 96%;
    margin: 0.25rem auto;
    background: #fff;
}

.isWap .i-box7-item {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.isWap .i-box7-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding-left: 0.2rem;
}

.isWap .i-box7-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-box7-item .left {
    width: 50%;
    height: 3.45rem;
    float: left;
    background: url("../img/wp/06.jpg");
    background-size: cover;
    font-size: 0.5rem;
    line-height: 3.45rem;
    text-align: center;
}

.isWap .i-box7-item .left a {
    color: #fff;
}

.isWap .i-box7-item .right {
    width: 50%;
    height: 3.45rem;
    float: right;
}

.isWap .i-box7-item .right_box .t-left {
    width: 50%;
    height: 1.725rem;
    float: left;
    display: block;
    background: url("../img/wp/07.jpg");
    background-size: contain;
    font-size: 0.24rem;
    line-height: 1.725rem;
    text-align: center;
    color: #fff;
}

.isWap .i-box7-item .right_box .t-left a {
    color: #fff;
}

.isWap .i-box7-item .right_box .t-right {
    width: 50%;
    height: 1.725rem;
    float: left;
    display: block;
    background: url("../img/wp/08.jpg");
    background-size: cover;
    font-size: 0.24rem;
    line-height: 1.725rem;
    text-align: center;
    color: #dd5053;
}

.isWap .i-box7-item .right_box .t-right a {
    color: #dd5053;
}

.isWap .i-box7-item .right_box2 .t-left {
    width: 50%;
    height: 1.725rem;
    float: left;
    display: block;
    background: url("../img/wp/09.jpg");
    background-size: cover;
    font-size: 0.22rem;
    line-height: 1.725rem;
    text-align: center;
    color: #dd5053;
}

.isWap .select-selected {
    width: 5.78rem;
    background: #e0e0e0;
    height: 0.59rem;
    margin: 0.5rem auto 0rem auto;
    font-size: 0.32rem;
    color: #e06265;
    line-height: 0.59rem;
    padding-left: 0.2rem;
    position: relative;
}

.isWap .i-box7-item .right_box2 .t-left a {
    color: #dd5053;
}

.isWap .i-box7-item .right_box2 .t-right {
    width: 50%;
    height: 1.725rem;
    float: left;
    display: block;
    background: url("../img/wp/10.jpg");
    background-size: cover;
    line-height: 1.725rem;
    text-align: center;
    color: #fff;
}

.isWap .i-box7-item .right_box2 .t-right a {
    color: #fff;
}

.isWap .foot-back,
.isWap .foot-menu {
    display: none;
}

.isWap .foot-con .select-group {
    position: relative;
}

.isWap .foot-con .select-group .select-options {
    position: absolute;
    width: 5.98rem;
    bottom: 0.60rem;
    left: 50%;
    margin-left: -2.99rem;
    background: #d2d2d2;
    z-index: 300;
    display: none;
}

.isWap .foot-con .select-group .select-options a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    color: #030303;
}

.isWap .foot-con .select-group .select-options a:hover {
    text-decoration: none;
    background: #dd5053;
}

.isWap .foot-con .select-group .ico-arrow {
    position: absolute;
    right: 0rem;
    top: 0rem;
    cursor: pointer;
    background: url(../img/wap-footer-search.png) no-repeat 0 0;
    background-size: cover;
    width: 0.81rem;
    height: 0.59rem;
}

.isWap .i-box8 .i-list-two {
    display: none;
}

.isWap .i-box8 {
    width: 96%;
    margin: 0.25rem auto;
    background: #fff;
}

.isWap .i-box8-item {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    font-size: 0.28rem;
    color: #626262;
    line-height: 0.34rem;
}

.isWap .i-box8-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding: 0px 0.3rem;
    border-bottom: 1px solid #f4cacb;
}

.isWap .i-box8-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-box8-item .i-list-two-right {
    padding: 0.3rem;
}

.isWap .i-box8-item .more {
    background: #e58082;
    width: 2.57rem;
    height: 0.47rem;
    display: block;
    margin: 0px auto;
    border-radius: 2.57rem;
    text-align: center;
    line-height: 0.47rem;
    color: #fff;
    clear: both;
}

.isWap .i-box9 {
    width: 96%;
    margin: 0.25rem auto;
    background: #fff;
}

.isWap .i-box9-item {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    font-size: 0.28rem;
    color: #626262;
    line-height: 0.34rem;
}

.isWap .i-box9-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding: 0px 0.3rem;
    border-bottom: 1px solid #f4cacb;
}

.isWap .i-box9-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-box9-item .i-list-two-right {
    padding: 0.3rem;
}

.isWap .i-box9-item .more {
    background: #e58082;
    width: 2.57rem;
    height: 0.47rem;
    display: block;
    margin: 0px auto;
    border-radius: 2.57rem;
    text-align: center;
    line-height: 0.47rem;
    color: #fff;
    clear: both;
}

.isWap #i-focus .slider-btn {
    display: none;
}

.isWap #i-focus .sliderInner ul {
    display: none;
}

.isWap #i-focus .sliderInner ul:nth-child(1) {
    display: block;
}

.isWap #i-focus .sliderInner ul .mr0 {
    margin-right: 0px;
}

.isWap #i-focus .sliderInner ul li {
    width: 3.10rem;
    float: left;
    background: #fff;
    margin-right: 0.2rem;
    font-size: 0.38rem;
    line-height: 0.36rem;
    position: relative;
    height: 4.6rem;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.isWap #i-focus .sliderInner ul li .info-con {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0px;
    height: 4.62rem;
    background: -webkit-linear-gradient(top, rgba(251, 140, 139, 0.7), rgba(18, 18, 18, 0.7));
    width: 100%;
    display: block;
}

.isWap #i-focus .sliderInner ul li .info-con a {
    color: #fff;
}

.isWap #i-focus .sliderInner ul li .info-con .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 0.24rem;
    padding-left: 0.2rem;
    border-top: rgba(255, 255, 255, 0.3) solid 1px;
    height: 0.5rem;
    display: none;
    width: 85%;
    margin-left: 0.2rem;
    padding-left: 0px;
    line-height: 0.5rem;
}

.isWap #i-focus .sliderInner ul li .info-con .info {
    position: absolute;
    bottom: 1.43rem;
    left: 0px;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    height: 0.5rem;
    display: none;
    width: 80%;
    margin-left: 0.2rem;
    padding-left: 0px;
    line-height: 0.32rem;
}

.isWap #i-focus .sliderInner ul li .info-con .text {
    position: absolute;
    bottom: 3.0rem;
    left: 0px;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    height: 0.5rem;
    display: block;
    width: 80%;
    margin-left: 0.2rem;
    padding-left: 0px;
    line-height: 0.32rem;
}

.isWap .i-box10 {
    width: 96%;
    margin: 0.25rem auto;
    background: #fff;
}

.isWap .i-box10-item {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    font-size: 0.28rem;
    color: #626262;
    line-height: 0.34rem;
}

.isWap .i-box10-item .i-box-tit {
    font-size: 0.36rem;
    line-height: 0.83rem;
    color: #dd5053;
    text-align: left;
    padding: 0px 0.3rem;
    border-bottom: 1px solid #f4cacb;
}

.isWap .i-box10-item .i-box-tit a {
    color: #dd5053;
}

.isWap .i-box10-item .business-list .left {
    height: 2.23rem;
    background: #eaeaea;
}

.isWap .i-box10-item .business-list .left a {
    color: #dd5053
}

.isWap .i-box10-item .business-list .left img {
    width: 50%;
    float: left;
    height: 2.23rem;
}

.isWap .i-box10-item .business-list .left h3 {
    float: right;
    height: 2.23rem;
    width: 50%;
    line-height: 2.23rem;
    font-size: 0.4rem;
    text-align: center;
}

.isWap .i-box10-item .business-list .right ul {
    width: 95%;
    margin: 0px auto;
}

.isWap .i-box10-item .business-list .right li {
    font-size: 0.32rem;
    padding-bottom: 0.34rem;
    padding-top: 0.4rem;
    border-bottom: 1px solid #f4cacb;
}

.isWap .i-box10-item .business-list .right li a {
    color: #5b5b5b
}

.isWap .i-box10-item .business-list .right li em {
    display: none;
}

.isWap .i-box10-item .business-list .right li:nth-child(3) {
    display: none;
}

.isWap .i-box10-item .business-list .right li:nth-child(2) {
    border: 0;
}

.isWap .i-box10-item .business-list .right li .time {
    color: #dd5053;
    font-size: 0.26rem;
    display: none;
}

.isWap .menuInner .cur {
    background: #ca484a;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.42rem;
    color: #fff;
}

.isWap .menuInner .cur a {
    color: #fff;
}

.isWap .menuInner {
    border: 1px solid #ca484a;
    padding: 0px;
    border-bottom: 0;
}

.isWap .menuInner li {
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #ca484a;
}

.isWap .menuInner li a {
    color: #ca484a;
    font-size: 0.42rem;
    padding-left: 0.32rem;
}

.isWap .fr-list .list-left li {
    padding: 0.35rem 0rem;
    border-bottom: 1px solid #ca484a;
	overflow: hidden;
}

.isWap .fr-list .list-left li .list-tit {
    font-size: 0.28rem;
    line-height: 0.32rem;
    font-family: "Arial";
    padding-top: 0.2rem;
}

.isWap .fr-list .list-left li .list-date {
    font-size: 0.22rem;
    line-height: 0.22rem;
    font-family: 'Arial';
    color: #dd5053;
}

.isWap .fr-list .list-left li .list-desc {
    display: none;
}

.isWap .fr-list .list-left li img {
    width: 2.2rem;
    float: left;
    margin-right: 0.2rem;
}

.isWap .fr-list .list-left .more {
    background: #e58082;
    width: 2.57rem;
    height: 0.47rem;
    display: block;
    margin: 0.5rem auto;
    border-radius: 2.57rem;
    text-align: center;
    line-height: 0.47rem;
    color: #fff;
    clear: both;
}

.isWap .spec-main .list-box {
    width: 3.05rem;
    float: left;
    background: #fff;
    margin-right: 0.17rem;
    font-size: 0.38rem;
    line-height: 0.36rem;
    position: relative;
    height: 3.5rem;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.4rem;
    overflow: hidden;
    position: relative;
}

.isWap .spec-main .list-box img {
    height: 3.5rem;
    padding: 0;
}

.isWap .spec-main .list-box:nth-child(2n) {
    margin-right: 0;
}

.isWap .spec-main .list-box p {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
}

.isWap .spec-main .list-box p a {
    font-size: 0.26rem;
    color: #fff;
    padding: 0.2rem;
    display: block;
}

.isWap .spec-main .more {
    background: #e58082;
    width: 2.57rem;
    height: 0.47rem;
    display: block;
    margin: 0.5rem auto;
    border-radius: 2.57rem;
    text-align: center;
    line-height: 0.47rem;
    color: #fff;
    clear: both;
}
#displaypagenum {
	font-size:14px;
	font-weight:bold;
	color:#a0a3a5;
    overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight:normal;
	margin:20px 0 0;
    line-height: 35px;
}

#displaypagenum {
text-align: center;
}
#displaypagenum span {
	text-decoration:none;
	color:#a0a3a5;
	padding:5px 10px;
	background-color:#ebebeb;
	border-color:#ebebeb;
	color:#363738;
	border:1px solid #CCCCCC;
}
#displaypagenum a {
text-decoration:none;
	color:#a0a3a5;
	padding:5px 10px;
	background-color: #f3f3ed;
	border:1px solid #CCCCCC;
}

#displaypagenum span:hover,#displaypagenum a:hover{background-color:#636566;border-color:#636566;color:#fff;cursor:pointer;}
.art-text p em{ font-style:italic;}
.isPc .i-list-tree img{ width:370px; height:210px;}
.isPc .i-box3-item .i-list-two-box img {width:268px; height:161px;}
.isPc .i-box4-item .left img{width:547px; height:382px;}
.isPc .i-box8-item .i-list-two img{width:484px; height:284px;}
.isWap .art-box .art-con-f .wap-art-con-f p img{ width:100%;}
.isPc .art-box p em{ font-style:italic;}
.isWap .art-box .art-con-f .wap-art-con-f p em{ font-style:italic;}
.isPc .i-box8-item .more {
    display: none;
}