/*网站样式*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    width:100%;
    height:100%;
    background: url("../images/bg.jpg") no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type=button],
    /* 1*/
[type=reset], [type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details,
    /* 1*/
menu {
    display: block;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio, video, canvas {
    display: inline-block;
}

template, [hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e13f38;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.mask-bg.active {
    display: block;
}

.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

/*w网站样式*/
.img-center {
  text-align: center;
  font-size: 0;
  height: 240px;
  margin-top: 10px;
}

.img-center img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}


.img-center .swiper-pagination-bullet-active {
  background-color: #fff;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 98%;
    height: 97%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    bottom: 0;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

/*Top*/
.header {
    height: 338px;
    background: url(../images/1.jpg) no-repeat center / cover #fff;
}

.header .topbar {
    line-height: 40px;
    /*background-color: #33CCFF;*/
    background-color:#e13f38;
    color: #fff;
}

.header .topbar a {
    color: #fff;
}

.header .topbar a.wx {
    width: 100px;
    position: relative;
    display: block;
    padding-left: 25px;
}

.header .topbar a.wx>img {
    vertical-align:middle
}

.header .topbar a.wx:hover .img-center {
    display: block;
}

.header .topbar ul {
    float: right;
}

.header .topbar li {
    float: left;
    color: #ddd;
}

.header .topbar li.pipe {
    padding: 0 10px;
}

.header .logo img{
    margin: 92px 0 25px 0px;
    width: 450px;
}

.header .nav {
    font-size: 0;
    background-color: #e13f38;
    color: #fff;
    border-bottom: 3px solid #bf2822;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #bf2822;
}

.header .nav ul > li > ul > li {
    border: none;
}

.header .nav ul > li > a {
    display: block;
    font-size: 20px;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
    background-color: #bf2822 !important;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before, .menu-btn:after, .menu-btn span {
    display: block;
    height: 2px;
    background-color: #e13f38;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

/*Bottom*/
.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.footer-fix li {
    float: left;
    width: 25%;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(../images/f_04.png);
}

.swiper-pagination-bullet-active {
    background-color: #e13f38;
}

.str_wrap {
    position: relative;
    overflow: hidden;
}

.str_move {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.list-1 li {
    border-bottom: #d9d9d9 dotted 1px;
}

.list-1 li:last-child {
    border-bottom: 0;
}

.list-1 li a {
    display: block;
    line-height: 43px;
    background: url(../images/red_dot.gif) no-repeat left center;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-1 li span {
    float: right;
    color: #999;
    padding-left: 4px;
}

.list-2 li {
    border-bottom: #d9d9d9 dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-2 li a {
    display: block;
    background: url(../images/red_dot.gif) no-repeat 0 8px;
    padding-left: 10px;
}

.list-2 li span {
    display: block;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.index-borad-1 {
    margin: 20px 0 0;
    float: left;
    background-color: #fff;
    width: 460px;
    height:390px;
    border: #e8e8e8 solid 1px;
}

.index-borad-1 .swiper-slide a {
    display: block;
}

.index-borad-1 .swiper-slide .img-cover {
    height: 306px;
}

.index-borad-1 .swiper-slide dl {
    margin: 0;
    overflow: hidden;
    padding: 20px 20px 20px 10px;
}

.index-borad-1 .swiper-slide dt {
    float: left;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    width: 100px;
    line-height: 1;
    color: #999;
    font-size: 12px;
    padding: 3px 0;
}

.index-borad-1 .swiper-slide dt strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.index-borad-1 .swiper-slide dd {
    margin-left: 120px;
    font-size: 16px;
    height: 44px;
    overflow: hidden;
}

.index-borad-1 .swiper-button-prev, .index-borad-1 .swiper-button-next {
    margin-top: -63px;
    color: #fff
}

.index-borad-1 .swiper-pagination {
    bottom: 94px;
    text-align: right;
}

.index-borad-1 .swiper-pagination-bullet {
    margin: 0 10px 0 0 !important;
}

.index-borad-2 {
    float: left;
    margin: 20px 0 0 -1px;
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    padding: 20px;
    width: 430px;
    height: 350px;
}

.index-borad-2 .tit {
    font-size: 0;
    /*margin-bottom: 20px;*/
    border-bottom: #e8e8e8 solid 1px;
    padding-bottom: 5px;
}

.index-borad-2 .tit span {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    line-height: 37px;
    /*padding-left: 18px;*/
    font-size: 20px;
    color: #e13f38;

    /*display: inline-block;
    vertical-align: middle;
    width: 108px;
    line-height: 41px;
    padding-left: 12px;
    font-size: 18px;
    background: url(../images/tiback.gif) no-repeat 0 center / contain;
    color: #fff;*/
}

.index-borad-2 .tit .more {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.index-borad-2 .list-1 li:first-child a {
    font-size: 16px;
    color: #e13f38;
}

.index-borad-3 {
    float: right;
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    padding: 20px;
    height: 350px;
    margin: 20px 0 0;
    width: 215px;
}

.index-borad-3 .tit {
    /*margin: 0 0 20px;*/
    font-size: 20px;
    color: #e13f38;
    border-bottom: #e8e8e8 solid 1px;
    padding-bottom: 10px;
}

.index-borad-3 .tit .more {
    float: right;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}

.index-borad-3 .list-1 {
    height: 290px;
    overflow-y: auto;
}

.index-borad-3 .list-1::-webkit-scrollbar {
    width: 3px;
}

.index-borad-3 .list-1::-webkit-scrollbar-track {
    background-color: white;
}

.index-borad-3 .list-1::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.index-borad-3 .list-1::-webkit-scrollbar-thumb {

}

.panel {
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    margin-top: 10px;
    border-top: #e13f38 solid 2px;
    padding: 0 15px 10px;
}

.panel .tit {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: #e8e8e8 solid 1px;
}

.panel .tit span {
    font-size: 20px;
    display: block;
    background: url(../images/icoTz09.png) no-repeat left center;
    color: #e13f38;
    padding-left: 15px;
}

.panel .tit .more {
    float: right;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}

.panel .list-1 {
    margin-top: -5px;
}

.col-1, .col-2 {
    margin-left: -10px;
}

.col-1 .col-item {
    float: left;
    margin-left: 10px;
    width: 460px;
}

.col-2 .col-item {
    float: left;
    margin-left: 10px;
    width: 393px;
}

.ad-1 {
    margin-top: 10px;
    height: 210px;
}

.tupian .swiper-slide a {
    display: block;
}

.tupian .swiper-slide .img-center {
    height: 213px;
    line-height: 213px;
}

.tupian .swiper-slide p {
    margin: 10px 0 0;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.tupian .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.ztzl {
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    margin-top: 10px;
    padding: 1%;
    margin-bottom: 10px;
}

.ztzl ul {
    width: 98%;
    display: block;
    overflow: hidden;
    padding-left: 12px;
}

.ztzl li {
    display: block;
    float: left;
    width: 13%;
    margin-left: 3%;
    background-color: white;
}

.ztzl li a>img {
    padding: 5%;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
    border: #cccccc solid 1px;
    object-fit: contain;
}

.ztzl li a>img:hover {
    padding: 5%;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
    border: #cccccc solid 1px;
    box-shadow: 0 0 5px #000;
}

.footer {
    margin:0 auto;
    width: 1200px;
    padding: 20px 0;
    background-color: #e13f38;
}

.footer .container {
    position: relative;
}

.footer-link {
    font-size: 0;
    text-align: center;
    margin-left: -10px;
    margin-bottom: 20px;
}

.footer-link li {
    display: inline-block;
    vertical-align: middle;
}

.footer-link li .wrap {
    margin-left: 10px;
}

.footer-link li select {
    background: #fff;
    height: 34px;
    font-size: 14px;
    width: 150px;
}

.footer-nav {
    text-align: center;
    margin-bottom: 10px;
}

.footer-nav span {
    padding: 0 10px;
}

.footer-copy {
    text-align: center;
    color: white;
}

.footer-copy p {
    margin: 0;
}

.footer-ewm {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.footer-ewm .img-center {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
}

.main {
    background-color: #fff;
    padding: 20px;
}

.ct2-sd {
    float: left;
    width: 260px;
}

.ct2-mn {
    float: right;
    width: 880px;
}

.ct2-sd .panel {
    background-color: #f6f6f6;
    border: 0;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #e13f38;
    padding: 15px 0;
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #b5d9ff;
}

.lanmu li {
    border-bottom: 1px dotted #ddd;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li > a {
    display: block;
    line-height: 44px;
    padding: 0 0 0 25px;
    font-size: 18px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px dotted #ddd;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu li > a:hover, .lanmu li.active > a {
    color: #e13f38;
    font-weight: bold;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.position {
    padding: 0 0 15px 24px;
    border-bottom: #f0f0f0 solid 2px;
    margin-bottom: 15px;
    background: url(../images/location_Yz_ic.gif) no-repeat 0 0;
}

/*页码*/
.pages {
    margin: 20px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pages a:hover, .pages a.active {
    background-color: #e13f38;
    color: #fff;
}

/*新闻例表*/
.list-3 {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.list-3 li a {
    display: block;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.list-3 li span {
    /*float: right;
    color: #999;
    padding-left: 10px;*/
}
.list-3 li .rgt{
    float: right;
    color: #999;
    padding-left: 10px;
    font-size: 14px;
}

.list-3 .line {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bordernone {
    border-bottom: none;
}

.news-wrap {
    padding: 30px 40px;
}

.news-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
}

.news-title p {
    margin: 15px 0 0;
    font-size: 0;
}

.news-title p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}

.news-content {
    line-height: 1.8;
}

.news-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

@media (min-width: 1000px) {
    .nav ul li {
        display: inline-block;
    }

    .nav > ul > li > ul {
        position: absolute;
    }

    .nav > ul > li > a {
        color: #999;
        font-size: 16px;
    }

    .nav > ul > li.current > a, .nav > ul > li > a:hover {
        color: #5a342b;
    }

    .nav li:hover > ul {
        display: block;
    }

    .nav > ul > li > ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: -8px;
        left: 45%;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ad7669;
    }

    .nav > ul > li > ul li ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    .nav > ul > li > ul > li > a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 50px
    }

    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background: #bf2822;
    }

    .header .nav ul > li > ul > li > a {
        font-size: 18px;
        width: 199px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul {
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        position: absolute;
        left: 0;
        z-index: 2;
        text-align: center;
    }

    /*二级ul样式*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }

    /*三级以后ul样式*/
    .header .nav ul > li > a {
        color: #fff;
        line-height: 50px;
        width: 129px;
        text-align: center;
    }

    .header .nav li.current a, .header .nav li.open a, .header .nav li a:hover {
        background-color: transparent;
    }

    .header .nav ul > li.active, .header .nav ul > li:hover {
        background-color: #bf2822;
    }

    .header .nav ul > li > a {
        padding: 0 35px;
        font-size: 20px;
    }

    .header-menu {
        margin-top: 45px;
    }
}

/*ipad-手机端*/
@media screen and (max-width: 1000px) {
    body {
        min-width: 320px;
        padding-bottom: 50px;
    }

    .container {
        width: auto;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .index-borad-1 {
        width: auto;
        float: none;
        margin-top: 10px;
    }

    .index-borad-1 .swiper-slide .img-cover {
        height: auto;
        padding-top: 66.6%;
    }

    .index-borad-1 .swiper-slide dl {
        padding: 15px 15px 15px 0;
    }

    .index-borad-1 .swiper-slide dt {
        width: 75px;
    }

    .index-borad-1 .swiper-slide dd {
        margin-left: 90px;
    }

    .index-borad-1 .swiper-button-prev, .index-borad-1 .swiper-button-next {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .index-borad-1 .swiper-pagination {
        bottom: 85px;
    }

    .index-borad-2 {
        margin: 10px 0 0;
        width: auto;
        height: auto;
        float: none;
        padding: 15px;
    }

    .index-borad-2 .tit {
        margin-bottom: 10px;
    }

    .index-borad-2 .tit span {
        font-size: 18px;
        line-height: 36px;
        padding-left: 12px;
    }

    .index-borad-2 .tit .more {
        line-height: 36px;
        color: #999999;
    }

    .index-borad-3 {
        margin: 10px 0 0;
        width: auto;
        height: auto;
        float: none;
        padding: 15px;
    }

    .index-borad-3 .tit {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .index-borad-3 .tit .more {
        line-height: 25px;
        font-size: 14px;
        color: #999999;
    }

    .col-1 .col-item, .col-2 .col-item {
        float: none;
        width: auto;
    }

    .panel .tit span {
        font-size: 18px;
    }

    .panel .tit .more {
        font-size: 14px;
        line-height: 25px;
        color: #999999;
    }

    .gg {
        display: none;
    }

    .footer {
        font-size: 12px;
    }

    .footer-link, .footer-ewm {
        display: none;
    }

    .footer-nav span {
        padding: 0 5px;
    }

    .main {
        padding: 15px;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none;
        width: auto;
    }

    .position {
        font-size: 12px;
        background-size: auto 14px;
        padding-left: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-position: 0 1px;
    }

    .pages {
        margin-top: 15px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .list-3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .list-3 li a {
        font-size: 14px;
        line-height: 32px;
    }

    .fengmian-tit {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .fengmian-tit span {
        font-size: 18px;
        background-position: 0 3px;
    }

    .fengmian-tit .more {
        line-height: 25px;
    }

    .news-wrap {
        padding: 0;
    }

    .news-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .news-title h1 {
        font-size: 18px;
    }

    .news-title p {
        margin-top: 10px;
    }

    .news-title p span {
        font-size: 12px;
        margin: 0 5px;
    }

    /*menu*/
    .header .topbar {
        display: none;
    }

    .header .logo-box {
        height: 70px;
        padding-right: 70px;
        line-height: 70px;
    }

    .header .logo-box .logo img {
        max-height: 60px;
    }

    .header .logo-box {
        padding-left: 0;
    }

    .header .logo {
        height: 30px;
        line-height: 30px;
        padding: 10px 0;
    }

    .nav {
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }

    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }

    .header .nav ul li {
        line-height: 45px;
        text-align: left;
        display: block;
    }

    .nav ul li ul {
        display: none;
    }

    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }

    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }

    .nav ul li ul li ul li a {
        padding-left: 90px;
    }

    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }

    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

    .nav ul li.current > a {
        color: #5a342b;
    }

    .nav ul li.active > ul {
        display: block
    }

    .nav ul li.active > .arrow {
        transform: rotate(90deg)
    }

    .phone-header {
        height: 50px;
        width: 100%;
    }

    .header .nav {
        background-color: #fff;
        color: #000;
    }

    .header .nav li {
        border: 0px;
    }

    .phone-header .header {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 900;
    }
}

/*内页-页码*/

.pagination p {
    margin: 0;
    cursor: pointer;
}

.pagination {
    height: 40px;
    padding: 20px 0px;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination a:hover {
    color: #e13f38;
    background: white;
    border: 1px #e13f38 solid;
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
    margin-top: 5px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.pagination li.active a {
    border: none;
    background: #e13f38;
    color: #fff;
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}

/*add*/
.news-list li:last-child {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

/*视听藏大样式*/
.stzd{
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.stzd ul {
    width: 100%;
    display: block;
}

.stzd li {
    margin: 1% 1% 1% 1%;
    display: block;
    float: left;
    width: 18%;
    height: 280px;
    box-shadow: 0 0 5px #bbb;
}

.stzd a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.stzd img {
    width: 100%;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.stzd h2 {
    text-align: center;
    height: 100px;
}

.stzd h3 {
    text-align: center;
}

.stzd p {
    text-align: center;
    height: 20px;
}