/* 2021年10月18日13:57:02 */
/* last modified 2022-06-22 */
* {
    margin: 0;
    padding: 0;
    font-size: .65rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
    font-size: 62.5%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0 auto;
    color: #474747;
    padding: 0;
    font: normal .7rem "Microsoft YaHei", Verdana, Tahoma;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
}

body::-webkit-scrollbar {
    width: 0px;
    height: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-family: "Microsoft YaHei", Verdana, Tahoma;
    background-color: #FFF;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: .7rem
}

input:focus,
textarea:focus {
    outline: 0
}

input[type="button"],
input[type="submit"],
input[type="reset"] input[type="text"] {
    -webkit-appearance: none
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4 {
    font-weight: normal
}

i,
em {
    font-style: normal
}

a {
    text-decoration: none;
    color: #474747;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

a img {
    border: 0
}

.h50 {
    height: .5rem;
}


/*index*/

body {
    width: 100%;
    margin: 0 auto;
    -webkit-text-size-adjust: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: #fff;
}


/* 首页 */

.tout {
    padding: 1rem 0.5rem;
    position: relative;
}

.tout a {
    font-size: 0.8rem;
    color: #333;
    text-align: center;
    display: block;
    font-weight: bold;
}

.tout img {
    width: 2rem;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}


/*header部分*/

header {
    width: 100%;
    padding: 0.5rem;
}

header img {
    width: 20%;
    vertical-align: middle;
    margin-right: 2%;
}

header a.pc {
    display: inline-block;
}

head.list {
    background: #3297be;
    line-height: 1.2rem;
    height: 2.2rem;
    color: #fff;
    position: relative;
}

header.list p {
    display: inline-block;
}

header.list p a {
    color: #fff;
    font-size: 0.8rem;
}

header.list p a img {
    width: 45%;
    vertical-align: middle;
}

header.list p strong {
    margin: 0 0.5rem;
    width: 1px;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
}

header.list p strong:last-child {
    display: none;
}

header.list .mainMenu {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    margin-top: -8px;
    height: 17px;
}

header.list .mainMenu span {
    width: 1rem;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    opacity: 1;
    transform: rotate(0deg) translate(0px, 0px);
}

.navScroll {
    background: #f6f7fa;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.navScroll div {
    white-space: nowrap;
    font-size: 0;
}

.navScroll div a {
    display: inline-block;
    padding: 0px 0.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
}

.navScroll div.fontsmall a {
    font-size: 0.75rem;
}

.text-cen {
    text-align: center;
    overflow: hidden;
}

.header_con {
    position: relative;
}

.header_con .searchbar {
    width: 35%;
    height: 100%;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0.7rem;
    color: #fff;
}

.searchbar input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
    padding: 0 30% 0 0.5rem;
    font-size: 0.6rem;
}

.searchbar input.search_btn {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 26%;
    background: #4cb5e3 url(../img/icon_search.png) no-repeat center center;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.h_txt {
    position: absolute;
    left: 79%;
    top: 0.2rem;
    width: 20%;
}

.h_txt a {
    margin: 0 5%;
    color: #999;
}


/*导航*/

nav {
    padding: 0.1rem 0;
    background: #4cb5e3;
}

nav ul {
    overflow: hidden;
}

nav ul li {
    float: left !important;
    width: 16.6%;
    box-sizing: border-box;
    padding: 0.3rem 0;
    text-align: center;
}

nav ul li#more {
    position: relative;
    margin-right: -100%;
}

nav ul li:nth-child(n+7) {
    display: none;
}

nav ul.on li:nth-child(n+7) {
    display: block;
}

nav ul li img {
    height: 1rem;
    padding-top: 0.1rem;
}

nav ul li.bigw {
    width: 24%;
}

nav ul li.bigw1 {
    width: 30%;
}

nav ul li a {
    color: #FFF;
    font-size: .8rem;
}

nav ul li.arrowup {
    float: right;
}

nav ul li.active a {
    color: #ed0024;
}

nav.list {
    background: #f6f7fa;
    position: absolute;
    top: 2.2rem;
    z-index: 2;
    display: none;
}

nav.list ul li {
    display: block;
}

nav.list ul li a {
    color: #333;
}


/*轮播*/

.head_hd {
    position: relative;
    overflow: hidden;
}

.head_hd img {
    width: 100%;
    height: 12rem;
    display: block;
}

.head_hd p {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: auto;
    right: 0;
    bottom: 0.5rem;
    width: auto;
}


/*首页新闻栏目*/

.index_body,
.list_body {
    padding: 0.5rem 0 0;
}


/*专题*/

.swiper-container2 {
    box-sizing: border-box;
    padding: 0 0.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container2 .swiper-slide a {
    display: inline-block;
    vertical-align: bottom;
}

.swiper-container2 .swiper-slide img {
    width: 100%;
    vertical-align: bottom;
}


/*首页图文列表*/

.tit {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.5rem;
}

.tit a {
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
    color: #000;
}


/* .tit a:after,.inblock a.right:after{position: absolute;right:0;width:0.4rem;height:0.4rem;border-right:2px solid #3180c1;border-top:2px solid #3180c1;content:'';transform: translateY(-50%) rotate(45deg);top:50%;} */

.tit a::before {
    width: 100%;
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
    background: #4cb5e3;
    content: '';
    left: 0;
}

.inblock a {
    display: inline-block;
}

.inblock a.right {
    float: right;
    width: 30%;
    height: 1.2rem;
}

.inblock a:after {
    width: 0;
    height: 0;
    border: 0;
}

.tit.sticky {
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 0;
    background: #fff;
}

.dl.tit {
    border-bottom: 1px solid #98d8f3;
    background: #f2f2f2;
    padding-left: 0;
}

.banner {
    padding: 0 0.5rem;
}

.banner img {
    width: 100%;
}

.lyd {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.5rem;
}

.swiper3 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swiper3 img {
    width: 100%;
    display: block;
    height: 15rem;
}

.swiper3 p {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_news {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0.5rem;
}

.index_news ul {
    overflow: hidden;
}

.index_news ul li {
    border-top: 1px solid #ededed;
    overflow: hidden;
    font-size: 0.8rem;
    padding: 0.5rem 0;
}

.index_news ul li a {
    align-items: center;
    display: flex;
    display: -webkit-flex;
}

.index_news ul li .right {
    width: 33.65%;
    /* padding-top: 22.222%; */
    position: relative;
    margin-right: 0.5rem;
    height: 3.5rem;
}

.index_news ul li .right img {
    width: 100%;
    height: 100%;
}

.index_news ul li .left {
    box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.index_news ul li .left p {
    height: 2.8rem;
    line-height: 1.4rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.8rem;
}

.index_news ul li span {
    color: #ccc;
    font-size: 0.45rem;
}

.index_news ul li .left span {
    bottom: 0;
}

.list_body {
    padding: 0.5rem;
}

.list_news ul {
    overflow: hidden;
}

.list_news ul li {
    overflow: hidden;
    font-size: 0.8rem;
    padding: 0.5rem 0;
}

.list_news ul li:nth-child(5n) {
    border-bottom: 1px solid #ededed;
    padding-bottom: 1rem;
}

.list_news ul li:nth-child(5n+1) {
    padding-top: 1rem;
}

.list_news ul li:first-child {
    padding-top: 0.5rem;
}

.list_news ul li p {
    line-height: 1.4rem;
    font-size: 1rem;
}

.list_news ul li span {
    color: #ccc;
    font-size: 0.45rem;
    display: block;
}

.list_news ul li span {
    bottom: 0;
}


/* 融媒产品*/

.swiper-container3 {
    box-sizing: border-box;
    padding: 0 0.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container3 .swiper-slide a {
    display: inline-block;
    vertical-align: bottom;
}

.swiper-container3 .swiper-slide img {
    width: 100%;
    vertical-align: bottom;
    height: 9rem;
}


/* 图片内容页 */

.swiper-slide {
    text-align: center;
}

.lyd .swiper-slide a {
    height: 15rem;
}

.pc-slide {
    padding: 0.5rem;
}

.view .swiper-container {
    width: 100%;
    overflow: hidden;
}

.view:hover .arrow {
    display: block;
}

.view .arrow {
    position: absolute;
    top: 4rem;
    margin-top: -25px;
    width: 27px;
    height: 51px;
    z-index: 10;
}

.view .arrow-left {
    background: url("../img/pre.png") no-repeat center;
    left: 10px;
}

.view .arrow-right {
    background: url("../img/next.png") no-repeat center;
    right: 10px;
}

.pic_swiper .swiper-wrapper .swiper-slide img {
    height: 7rem;
}

.pic_swiper .swiper-wrapper .swiper-slide p {
    text-indent: 2em;
    text-align: justify;
    line-height: 1.2rem;
    padding-top: 0.2rem;
    overflow: hidden;
    font-size: 0.8rem;
}

.preview {
    padding: 0 20px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.preview .swiper-slide {
    padding: 0 1px;
    width: 24%;
    height: auto;
}

.preview .swiper-slide img {
    width: 100%;
    border-radius: 5px;
    height: 3.6rem;
}

.preview .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 100%;
    z-index: 10;
}

.preview .arrow-left {
    background: url("../img/arrow-left.png") no-repeat center;
    left: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    ;
}

.preview .arrow-right {
    background: url("../img/arrow-right.png") no-repeat center;
    right: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    ;
}

.preview img {
    height: 100%;
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
}

.listMore {
    width: 100%;
    color: #939393;
    font-size: 0.8rem;
    display: block;
    text-align: center;
    padding: 0.5rem 0;
}

.listMore img {
    vertical-align: middle;
    width: 1.2rem;
    margin-right: 0.5rem;
    display: none;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.index_news ul li.bigpic {
    padding-top: 0;
    border: 0;
}

.index_news ul li.bigpic a {
    width: 100%;
    height: 0;
    padding-bottom: 50% !important;
    position: relative;
    border-radius: 3px;
}

.index_news ul li.bigpic p {
    font-size: 0.7rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news ul li.bigpic img {
    width: 10%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    position: absolute;
    left: 50%;
    top: 50%;
}

.position {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.position a:last-child {
    color: #4cb5e3;
}


/* 电力 */

.dl_body {
    padding: 0.5rem;
}

.dl_hd {
    position: relative;
    overflow: hidden;
}

.dl_hd img {
    width: 100%;
    display: block;
}

.dl_hd p {
    padding: 0.5rem 0;
    color: #000;
    font-size: 1rem;
}

.dl_hd .detail {
    font-size: 0.8rem;
    color: #939393;
}

.dl_hd .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: auto;
    right: 0;
    bottom: 35%;
    width: auto;
}

.dl_hd .swiper-container-horizontal .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
}

.dl_hd .swiper-container-horizontal .swiper-pagination-bullet-active {
    background: #4cb5e3;
}

.dl_tab {
    overflow: hidden;
    margin-top: 1rem;
}

.dl_tab .tab_head {
    background: #fff;
    box-shadow: 2px 2px 2px 2px #ccc;
    height: 2rem;
    line-height: 2rem;
    display: flex;
}

.dl_tab .tab_head a {
    flex: 1;
    text-align: center;
    font-size: 0.7rem;
    padding-left: 0.6rem;
}

.dl_tab .tab_head a:nth-child(1) {
    background: url(../img/icon_1.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
}

.dl_tab .tab_head a:nth-child(2) {
    background: url(../img/icon_2.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
}

.dl_tab .tab_head a:nth-child(3) {
    background: url(../img/icon_3.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
}

.dl_tab .tab_head a:nth-child(4) {
    background: url(../img/icon_4.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
}

.dl_tab .tab_head a.active:nth-child(1) {
    background: #4cb5e3 url(../img/icon_1on.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
    color: #fff;
}

.dl_tab .tab_head a.active:nth-child(2) {
    background: #4cb5e3 url(../img/icon_2on.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
    color: #fff;
}

.dl_tab .tab_head a.active:nth-child(3) {
    background: #4cb5e3 url(../img/icon_3on.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
    color: #fff;
}

.dl_tab .tab_head a.active:nth-child(4) {
    background: #4cb5e3 url(../img/icon_4on.png) no-repeat 0.3rem center;
    background-size: 0.8rem;
    color: #fff;
}

.tab_list {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.5rem;
    background: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tab_list ul {
    overflow: hidden;
}

.tab_list ul li {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    font-size: 0.8rem;
    padding: 0.5rem 0;
}

.tab_list ul li:last-child {
    border-bottom: none;
}

.tab_list ul li a {
    align-items: center;
    display: flex;
    display: -webkit-flex;
}

.tab_list ul li .right {
    width: 33.65%;
    padding-top: 22.222%;
    position: relative;
    margin-right: 0.5rem;
}

.tab_list ul li .left {
    box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.tab_list ul li .left p {
    height: 2.8rem;
    line-height: 1.4rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.8rem;
}

.tab_list ul li span {
    color: #ccc;
    font-size: 0.45rem;
}

.tab_list ul li .left span {
    bottom: 0;
}


/*内容页*/

.con_body,
.pic_content {
    padding: 0.5rem 1rem;
}

.con_head h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin: 0.2rem 0;
    color: #000;
    text-align: justify;
}

.con_head h3 {
    font-size: 0.8rem;
    line-height: 1.1rem;
    text-align: center;
}

.con_head p {
    line-height: 1.5rem;
    border-bottom: 1px solid #ededed;
    font-size: 0.6rem;
    color: #939393;
    overflow: hidden;
    margin-top: 0.2rem;
}

.con_body .con_content {
    font-size: 1rem;
    word-break: break-all;
    position: relative;
    text-align: center;
}

.con_body .con_content p,
.con_body .con_content span {
    text-indent: 2em;
    margin-top: 1rem;
    text-align: justify;
    line-height: 1.5rem;
    overflow: hidden;
    font-size: 0.8rem;
}

.con_body .con_content strong {
    font-size: 0.8rem;
}

.con_body .con_content img,
.con_body .con_content video {
    max-width: 100%;
}

.con_body .con_content video {
    height: auto;
}
.author {
    padding: 2rem 0 3rem 0;
    color: #939393;
    font-size: 0.7rem;
    text-align: right;
}

.goTop {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.2);
    display: none;
    z-index: 99999999;
}

.goTop img {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}


/* footer部分 */

.footer {
    margin-top: 1rem;
    background: #4cb5e3;
}

header.lv {
    background: #3297be;
}

.lv {
    background: #3297be;
}

header.zong {
    background: #eba52a;
}

.zong {
    background: #eba52a;
}

header.qing {
    background: #0fc8de;
}

.qing {
    background: #0fc8de;
}

header.lan {
    background: #3180c1;
}

.lan {
    background: #3180c1;
}

.foot_nav {
    padding: 0.5rem;
}

.foot_nav ul {
    display: flex;
    justify-content: space-between;
}

.foot_nav ul li {
    flex: 1;
    text-align: center;
    position: relative;
}

.foot_nav ul li::after {
    position: absolute;
    height: 0.7rem;
    content: '';
    width: 1px;
    background: #8eb9dd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.foot_nav ul li:last-child::after {
    width: 0;
}

.foot_nav ul li a {
    color: #fff;
    font-size: 0.8rem;
}

.foot_bot {
    padding: 1rem 0 1rem;
}

.foot_bot p {
    text-align: center;
    font-size: 0.65rem;
    line-height: 1.2rem;
    color: #fff;
}

.foot_bot p a {
    color: #fff;
}


/* 内容页 footer */

footer {
    background: #4cb5e3;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    padding: 0.3rem 0;
}
@media only screen and (min-width:768px){
	footer{ max-width:640px; }
}
footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.25rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

footer ul li {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

footer ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

footer ul li a span {
    color: #fff;
    margin-left: 0.1rem;
    font-size: 14px;
}

footer .icon {
    width: 17px;
    height: 17px;
    display: block;
}

footer li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

footer .ycp-icon {
    background: url(../img/pt.png) no-repeat;
    background-size: contain;
}

footer .wechat-icon {
    background: url(../img/wechat.png) no-repeat;
    background-size: contain;
}

footer .webo-icon {
    background: url(../img/webo.png) no-repeat;
    background-size: contain;
}

footer .refresh-icon {
    background: url(../img/back_btn.png) no-repeat;
    background-size: contain;
}

footer .home-icon {
    background: url(../img/home.png) no-repeat;
    background-size: contain;
}

.jyw-code {
    display: none;
    position: fixed;
    bottom: 2.4rem;
    margin-left: 15%;
    z-index: 9999;
}

.jyw-code img {
    width: 5.5rem;
}


/*列表页 */

.content {
    padding: 0.5rem;
    font-size: 0.8rem;
}

.content h2 {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 1rem;
    color: #000;
}


/* .content p{text-indent: 2em;font-size:0.8rem;margin:0.5rem 0;line-height: 180%;text-align: justify}
.content img{max-width: 100%;display: block;margin:0 auto;} */

.content p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.content img {
    width: 100% !important;
    height: auto !important;
}

.content video {
    width: 100% !important;
    height: auto !important;
}


/* 分页 */


/* .page{padding: 1rem 0;text-align: center;}
.page ul li{display:inline-block;background: url('../img/page_li_bg.png') no-repeat center center;background-size:100% 100%; }
.page ul li a{display: block;padding: 0.2rem 0.8rem;color:#fff;font-size: 0.6rem;line-height: 0.8rem;} */


/* 联系我们 */

.contact {
    padding-top: 3rem;
}

.contact h2 {
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    background: #da361b;
}

.detail_about {
    overflow: hidden;
    width: 100%;
}

.detail_about h2 {
    text-align: center;
    color: #474747;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    /* background:-webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#333333)); */
    background: #CCC;
}

.detail_about ul li {
    float: left;
    width: 50%;
}

.detail_about ul li img {
    width: 100%;
    display: block;
}

.slide_pic {
    width: 100%;
    padding: 0 0.5rem 0.5rem;
}

.slide_pic .swiper-container1,
.slide_pic .swiper-container2 {
    width: 100%;
    overflow: hidden;
}

.slide_pic .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.slide_pic .swiper-slide .pic_txt {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.slide_pic .swiper-slide .pic_txt .img {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.slide_pic .swiper-slide .pic_txt p {
    font-size: 0.7rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1rem;
    margin-top: 5px;
}


/*.slide_pic .swiper-slide .pic_txt:nth-child(1){padding-right:0.25rem;}
.slide_pic .swiper-slide .pic_txt:nth-child(2){padding-left:0.25rem;}*/

.slide_pic .swiper-slide .pic_txt img {
    width: 100%;
    display: block;
    height: 120px;
}

.slide_pic .swiper-slide .pic_txt img.p_btn {
    position: absolute;
    width: 2rem;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}


/*.slide_pic .swiper-slide .pic_txt p{width:100%;height:1rem;font-size: 0.7rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-top:0.3rem;} */


/* @media screen and (max-width: 320px) {
	
} */


/* @-webkit-keyframes arrow_down{
0%{ transform:rotate(0deg); }
100%{ transform:rotate(-180deg); }
}
@-webkit-keyframes arrow_up{
0%{ transform:rotate(-180deg); }
100%{ transform:rotate(0deg); }
} */


/* 分页 */

.p_page {
    text-align: center;
    width: 100%;
}

.pages {
    text-align: center;
    margin-top: 20px;
}

.pages {
    overflow: hidden;
    display: inline-block;
}

.pages li {
    float: left;
    cursor: pointer;
    text-decoration: none;
    display: block;
    background: #fff;
    color: #474747;
    margin-left: .5rem;
}

.pages li .active {
    color: #fff;
    background: #337ab7;
    border: 1px solid #337ab7;
}

.pages .page-active {
    color: #337ab7;
}

.pages li.page-previous a {
    margin-left: 0;
}

.pd_qm_con {
    padding: 0 0.5rem 0.5rem;
}

.pd_qm_con ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.pd_qm_con ul li img {
    width: 3.5rem;
    margin-right: 20px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pd_qm_con ul li p {
    padding: 1rem 0;
    width: 100%;
    padding-left: 4.5rem;
    font-size: 0.7rem;
    line-height: 1.42;
}
@media only screen and ( min-width: 768px){
	.main{ max-width:640px;}
}
/* 附件 */
.con_attachments{ margin-top:40px;}
.att-list{ margin-top:15px;}
.att-item{color:#58a3f1; }