@font-face {
    font-family: 'iconfont';  /* project id 1456135 */
    src: url('../fonts/font_1456135_z8nln3s1dys.eot');
    src: url('../fonts/font_1456135_z8nln3s1dys.eot') format('embedded-opentype'),
    url('../fonts/font_1456135_z8nln3s1dys.woff2') format('woff2'),
    url('../fonts/font_1456135_z8nln3s1dys.woff') format('woff'),
    url('../fonts/font_1456135_z8nln3s1dys.ttf') format('truetype'),
    url('../fonts/font_1456135_z8nln3s1dys.svg#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sousuo:before { content: "\e679"; }

body {
    background-color: #f7f7f7;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.flex {
    display: flex;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: #000;
}

#header .logo {
    display: flex;
    align-items: center;
    align-self: center;
}

#header .logo img {
    height: 50px
}

#header .logo .sitename {
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
    font-size: 25px;
}

#header .layui-nav {
    background: none;
}

#header .layui-nav .layui-nav-item a {
    color: #dadada;
}

#header .layui-nav .layui-nav-item a:hover {
    color: #fff
}

#header .search {
    margin-left: auto;
    display: flex;
    align-self: center;
}

#header .search .layui-input {
    font-family: PingFangSC-Light;
    padding: 0 15px 0 15px;
    border-radius: 4px;
    display: block;
    width: 100%;
    background: #f2f2f2;
    color: #a6a6a6;
    font-size: 14px;
    height: 30px
}

#header .search .search-btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0 15px
}

#header .search .search-btn .iconfont {
    color: #dadada;
    font-size: 20px;
}

.layui-nav-bar {
    background-color: #ef2f11;
}

#main {
    padding-top: 80px;
}

.wrap {
    padding: 20px;
    background-color: #fff;
}

/*首页滚动图片*/
.layui-carousel .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.layui-carousel .cover .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    background: linear-gradient(to top,#333,#666,transparent);
}

.layui-carousel-ind {
    top: -350px;
    left: 10px;
    text-align: left;
}

.article-seperator {
    height: 2px;
    background-image: -webkit-linear-gradient(left,#ff902f,#ec1700);
    background-image: linear-gradient(90deg,#ff902f,#ec1700);
    margin-top: 18px;
}



.bottom {
    background: #1e1e1e;
}

#tip {
    font-size: 14px;
    color: #666;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-top: 15px;
}

#bottom {
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#bottom a {
    color: #fff;
}

.layui-tab-content {
    padding: 0
}

/* 滚动边栏 */
#myScrollspy ul {
    left: 50%;
    margin-left: 650px;
    position: fixed;
    list-style: none;
}

#myScrollspy .nav {
    width: 80px;
    top: 150px;
}

#myScrollspy .my {
    width: 40px;
    bottom: 188px;
}


#myScrollspy ul li a {
    background-color: #fff;
    color: #555;
    line-height: 18px;
    font-size: 12px;
    padding: 10px 8px 5px 8px;
    position: relative;
    display: inline-block;
    margin-top: 6px;
    border-radius: 2px;
}

#myScrollspy .layui-icon-up {
    font-size: 30px
}

#myScrollspy ul li a:hover {
    background-color: #ff902f;
    color: #fff
}

#myScrollspy ul li a:hover .iconfont {
    color: #fff
}

#myScrollspy ul li a .iconfont {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: lighter;
    color: #555
}

#myScrollspy ul li .phone,
#myScrollspy ul li .service,
#myScrollspy ul li .weixin {
    display: none;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
    border-radius: 4px;
    position: absolute;
    right: 50px;
    width: 168px;
}

#myScrollspy ul li img {
    max-width: 100%
}

#myScrollspy ul li .phone {
    top: 0px;
}

#myScrollspy ul li .service {
    top: -5px;
}

#myScrollspy ul li .weixin {
    top: -10px;
}

#myScrollspy ul li .phone .number {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

#myScrollspy ul li .phone .time {
    font-size: 13px;
    color: #999;
}



/*广告1*/
.ad1 {
    display: block;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.ad1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ad1 .title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    filter: Alpha(opacity=60);
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}

/*广告2*/
.ad2 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px;
}

.ad2 .cover {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.ad2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ad2 .title {
    color: #121212;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 8px 0;
}

.index-tab .layui-tab-title {
    border-bottom: 0px
}

.index-tab .layui-tab-title .layui-this {
    color: #ef2f11;
}

.index-tab .layui-tab-title .layui-this:after {
    border-bottom: 0px;
}

.index-tab .layui-tab-title li {
    padding: 0 28px 0 0;
    text-align: left;
    color: #333;
    font-size: 15px;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 0px solid #5FB878;
}

/*新闻列表*/
.newslist {
    padding: 30px 0
}

.newslist .news-item {
    padding: 20px 0;
    border-bottom: 1px dotted #e0e0e0;
    position: relative;
    display: flex;
}

.newslist .news-item:first-child {
    padding-top: 0px;
}

.newslist .news-item .cover {
    position: relative;
    width: 260px;
    height: 145px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
}

.newslist .news-item .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.newslist .news-item .body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 145px;
    position: relative;
}

.newslist .news-item .title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #121212;
    line-height: 28px;
}

.newslist .news-item .desc {
    font-size: 13px;
    color: #7d7d7d;
    line-height: 24px;
    margin-top: 9px;
}

.newslist .news-item .info {
    position: absolute;
    bottom: 0px;
    line-height: 15px;
}

.newslist .news-item .info span {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #9B9B9B;
    margin-right: 20px;
    cursor: pointer;
}

/*新闻列表小*/
.newslist-small {
    padding: 15px
}

.newslist-small .news-item {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    display: flex;
}

.newslist-small .news-item:first-child {
    padding-top: 0px;
}

.newslist-small .news-item .cover {
    position: relative;
    width: 102px;
    height: 72px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}

.newslist-small .news-item .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.newslist-small .news-item .cover .rank {
    background: #2e75ff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    border-radius: 4px 0;
    padding: 1px 11px;
}

.newslist-small .news-item .body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 72px;
    position: relative;
}

.newslist-small .news-item .title {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.newslist-small .news-item .info {
    position: absolute;
    bottom: 0px;
    line-height: 15px;
}

.newslist-small .news-item .info span {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #9B9B9B;
    margin-right: 20px;
    cursor: pointer;
}

.border-block {
    margin-bottom: 30px;
}

.border-block h2 {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.border-block .more {
    text-align: right
}

.border-block .more a {
    color: #7d7d7d;
    display: inline-block;
    text-align: center;
    border: 1px solid #dadada;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 3px;
    font-family: PingFangSC-Medium,"Microsoft Yahei-Bold","Microsoft Yahei";
    -webkit-transition: all .3s;
    transition: all .3s;
}

.list-title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.list-title .iconfont {
    font-size: 20px;
}

.list-date {
    background: #F7F7F7;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.list-date .iconfont {
    font-size: 14px;
}

.list-group .text img {
    width: 200px
}

/*快讯列表*/
.live-list {
    padding-left: 18px;
    padding-right: 33px;
    margin-bottom: 20px;
    position: relative;
}

.index-live {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.index-live .time {
    color: #a8a8a8;
    font-size: 14px;
    width: 60px;
    line-height: 24px;
}

.index-live .title {
    color: #3a3a3a;
    font-size: 15px;
    flex: 1;
    line-height: 21px;
}

.live {
    margin-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
}

.live:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.live .time {
    line-height: 22px;
    color: #898989;
    font-size: 14px;
}

.live .title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 0;
    display: block;
}

.live .text {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}
.live .text p {
    margin-top: 15px;
}

.live .mobile {
    display: none
}

.live-list::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
    width: 4px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    height: 4px;
}

.live-list::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.live-list::-webkit-scrollbar-track {/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    /*background: rgba(0,0,0,0.1);*/
    background: #fff
}


/*新闻内页*/
.article-title {
    font-size: 28px;
    margin-bottom: 35px;
    color: #242424;
    word-wrap: break-word;
    word-break: normal;
    font-weight: bold;
}

.article-info {
    color: #b8b8b8;
    padding-bottom: 30px;
}

.article-info span {
    margin-right: 15px;
}

.article-pic img {
    width: 100%
}

.article-content {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #555;
    font-size: 15px;
    line-height: 30px;
}
.article-content p,
.article-content h2,
.article-content h3 {
    margin-bottom: 15px;
}

.article-content img {
    max-width: 100%;
    padding: 15px 0;
    height: auto
}

.article-bottom {
    color: #666;
    padding-bottom: 30px;
}

/*友情链接*/
.link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top:1px solid #e6e6e6;
    margin-top: 30px
}

.link h2 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
}

.link a {
    color: #373d41;
    margin-right: 10px;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
}

.footer {
    position: relative;
    color: #7d7d7d;
    font-size: 14px;
}

.footer .content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 0
}

.footer .content .tip {
    line-height: 30px
}

.footer .content .copyright {
    margin-left: auto;
}

.footer a {
    color: #7d7d7d;
}

/*分页*/
.pagination {
    padding: 20px 0
}

.pagination li {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0a5eff;
    color: #333;
    margin-right: 8px;
}

.pagination li.active {
    background: #0a5eff;
    color: #fff
}

.pagination li a {
    display: block;
    color: #333;
}

@media screen and (min-width: 1200px) {
    .container-middle,
    .container-page {
        max-width: 1280px;
        min-width: 1140px;
    }
    .container-middle .home-wrapper {
        width: 1170px;
    }
}

/*@media screen and (min-width: 992px) {
    .container-middle {
        width: 970px;
    }
}*/

@media screen and (max-width: 768px) {
    .container-middle,
    .container-page {
        margin-top: 0;
        padding: 15px;
    }
    .container-top {
        display: none;
    }

    #header .layui-nav {
        margin: 0 auto
    }
    #header .logo {
        display: none;
    }
    #main {
        background: #fff;
    }
    .wrap {
        padding: 0;
    }
    .newslist {
        padding-bottom: 0
    }
    .newslist .news-item {
        display: block;
    }
    .newslist .news-item .cover {
        margin-right: 0;
        width: 100%;
        height: 200px;
    }
    .newslist .news-item .title {
        padding-top: 10px;
    }
    .list-title {
        padding-top: 20px;
    }
    .getpic.pc {
        display: none
    }
    .live .mobile {
        display: inline-block;
    }
}
