@charset "utf-8";
/* 清除内外边距 */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
    font-family: "微软雅黑","Microsoft YaHei",Helvetica,Tahoma,sans-serif;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover{
    color: #D92628;
}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.columntit{ text-align:center; font-size:36px; line-height:36px; color:#d92628; height:92px; background:url(../images/20201128155209_2135065663.png) center bottom no-repeat;}
.columntit span{ font-size:18px; line-height:42px; color:#555; font-weight:normal;}

.top30{height:30px;}
.top60{height:60px;}
.box,.content,.w1300,.width-1300{ width:1300px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1300px;}  /*版面宽度*/
.page_content{ width:1030px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.head{ width:100%; height:46px; background:#f2f2f2;}
.head1{ line-height:46px;}
.head2{padding-top:13px; }
.head21{ float:left;}
.head21 li{ float:left; margin-right:24px; opacity:0.5;}
.head21 li:hover{ opacity:1;}
.head21 li:nth-child(3){ position:relative;}
.head21 li em{ position:absolute; top:38px; right:-50px; transform:scale(0); transition:0.5s; z-index:16;}
.head21 li:hover{ cursor:pointer;}
.head21 li:hover em{ transform:scale(1);}
.head21 li em img{ width:110px;}
/* .head_top{margin-top:30px; margin-bottom:30px;} */
.head_top_logo img{height:100px; margin:-5px 15px 0 0;}
.head_txt{ font-size:16px; color:#444444; line-height:32px; margin-top:20px;}
.head_txt span{display:block; font-size:32px; font-weight:bold; color:#D92628;letter-spacing:0px;}
.head_p { width: auto; margin-top: 20px; line-height: 45px; font-size: 26px;  color: #ffaf04; font-family: "Impact"; padding-left: 60px;background: url(/template/default//images/20200731165233_13148172271.png)left 4px no-repeat;}
.nav_l {
    display: none;
}
.nav_bg {
    width: 100%;
    height: 60px;
    background: #D92628;
    position: relative;
    border-top: 1px solid #eee;
}
.nav>ul>.block {
    background: #ffaf04;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    font-weight: bold;
}
.navcurrent{
    background: #da2326 !important;
}

.navbox {
    height: 90px;
    background: #525252;
}
.logo {
    width: 200px;
    height: 90px;
    float: left;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo a img{
    height: 50px;
    width: auto;
}
.navlist {
    display: flex;
}
.nav li a p {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.nav li a b{
    font-size: 12px;
}
.nav {
    height: 90px;    flex: 1;
     display: flex;
}
.nav li {
    flex: 1;
    /* position: relative; */
}
.nav li:hover .sonnavbox {
    display: block;
}
.sonnav {
    position: relative;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
    height: 100%;     display: flex;
    align-items: center;
    justify-content: center;
}
.sonnav a {
    width: 150px;
    /* height: 90px; */
    display: flex;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.sonnav a:hover i {
    color: #f00;
}
.sonnav a img{
    width: 50px;
    height: 50px;
}
.nav>ul>li>a {
    text-align: center;
    display: block;
    color: #fff;
    height: 60px;
    line-height: 60px;
    position: relative;
    /* z-index: 33; */
    transition: 0.3s all ease-in-out;
    z-index: 99;
}

.nav>ul>li:hover>a,
.nav>ul>li.navcurrent>a {
    color: #fff;
}

.nav>ul>li:hover>a>b,
.nav>ul>li.navcurrent>a>b {
    color: #fff;
    transition: all 0.5s;
}

.nav>ul>li:hover>a>em,
.nav>ul>li.navcurrent>a>em {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

.nav .lb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .lb .cur {}

.nav .lb .cur a {}

.lb .cur a {
    color: #fff;
    transition: all 0.5s;
    z-index: 3;
}
.nav li>a{
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    float: left;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.sonnavbox {
    position: absolute;border-bottom: 1px solid #dadada;
    top: 90px;
    z-index: 999;
    height: 100px;
    background: #fff;
    left: 0px;
    width: 100%;
    display: none;
}
.sonnav a i {
    color: #D92628;
    line-height: 33px;
}
.nav li a>b {
    font-size: 12px;
    display: block;
    color: #fff;
    font-weight: 100;
    margin-top: 5px;
}

.mod1019 .banner .swiper-container,
.mod1019 .banner .ban_bg,
.mod1019 .banner .ban_nbg {
    width: 100%;
    height: 600px;
}

.mod1019 .banner .swiper-pagination-bullet-active {
    background: #ffaf04;
}

.mod1019 .banner .ban_bg {
    background: url() no-repeat center;
}


.mod1019 .banner .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
}

.mod1019 .banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.mod1470 input.inputxt::-webkit-input-placeholder {
    color: #999;
}

.mod1470 input.inputxt::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.mod1470 input.inputxt:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.mod1470 input.inputxt:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.mod1470 .search_bg {
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #f5f5f5;
}

.mod1470 .search_bg .search_hot {
    padding-top: 24px;
    width: 75%;
    height: 30px;
    line-height: 30px;
}

.mod1470 .search_bg .search_hot i {
    display: block;
    float: left;
}

.mod1470 .search_bg .search_hot i img {
    display: block;
    width: 29px;
    height: 27px;
}

.mod1470 .search_bg .search_hot b {
    padding-left: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.mod1470 .search_bg .search_hot a {
    font-size: 16px;
    color: #999;
}

.mod1470 .search_bg .search_hot span {
    font-size: 16px;
    color: #999;
}

.mod1470 .search_bg .search_hot span:last-of-type {
    display: none;
}

.mod1470 .search_bg .search_hot a:hover {
    color: #D92628;
}

/*搜索*/
.mod1470 .search_bg .search_d {
    border-left: 1px solid #f5f5f5;
}

.search-bg {
    float: left;
    padding-left: 55px;
    height: 78px;
    background: url(/template/default/images/xyrxhe35fyo3qbutkyk_xlmoahru7xyxxjgewnnltimbmdt9unbbmsuuw9gf1ev8w3of-wd2udkms3lsnpifdyecpwk6cco3u7pv2k8mmavvbibsdbul9abkuvqspwpf.png) 20px no-repeat;
}

.search-bg input {
    display: block;
    height: 100%;
    border: none;
}

 .search-i {
    float: right;
    width: 80px;
    height: 78px;
    background: #D92628 url(/template/default/images/ss.png) center no-repeat;
}

.search-i input {
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
}


.mod1177 .ys_d {
    margin-top: 30px;
}

.mod1177 .ys_l_img {
    float: left;
    padding: 14px;
    width: 570px;
    height: 450px;
    border: 1px solid #ccc;
}

.mod1177 .ys_l_img img {
    display: block;
    width: 100%;
}

.mod1177 .ys_r {
    float: left;
    width: 650px;
    margin-left: 50px;
}

.mod1177 .ys_r li {
    float: left;
    margin: 0 20px 20px 0;
    padding: 20px;
    width: 275px;
    height: 190px;
    text-align: center;
    background: #f1f1f1;    font-weight: bold;
}

.mod1177 .ys_img {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: #ccc;margin-top: 20px;
}

.mod1177 .ys_img img {
    display: block;
    width: 100%;
}

.mod1177 .ys_r li span {
    display: block;
    margin: 20px 0 10px 0;
    width: 275px;
    height: 22px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.mod1177 .ys_r li p {
    display: block;
    width: 275px;
    height: 72px;
    font-size: 18px;
    line-height: 24px;
}

.mod1177 .ys_r li:nth-child(2n) {
    margin-right: 0;
}

.mod1177 .ys_r li:nth-child(n+3) {
    margin-bottom: 0;
}
img.log2{
    display: none;
}
.logo a:hover img.log2{
    display: block;
}
.logo a:hover img.log1{
    display: none;
}
.nav li:hover a p{
    color: #d1d1d1;
}
.nav li:hover a b{
    color: #d1d1d1;
}
.mod1502 .about_bg {
    padding-top: 60px;
    width: 100%;
    background: url(/template/default/pic/bbg.jpg?v=1) center top no-repeat;
    margin-top: 60px;padding-bottom:30px;
}
.contectbox {
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 50px;
    line-height: 37px;
}
.n_about_l_tile {
    text-align: center;
    font-size: 30px;    margin-bottom: 50px;
}
.n_about_l_tile span {
    color: #da2326;
}
.n_about_l {
    float: left;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 35px;
}
.mod1502 .about_bg .about_title {
    text-align: center;
}

.mod1502 .about_bg .about_title span {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
}

.mod1502 .about_bg .about_title p {
    padding-top: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.mod1502 .about_bg .about_txt {
    margin: 40px auto 0;
    width: 1100px;
    text-align: center;
}

.mod1502 .about_bg .about_txt p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 32px;
}

.mod1502 .about_bg .about_a {
    margin: 30px auto 0;
    width: 165px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    background: #fff;
}

.mod1502 .about_bg .about_a a {
    display: block;
    font-size: 16px;
    color: #D92628;
}

.mod1502 .about_bg .about_a:hover {
    background: #ffaf04;
}

.mod1502 .about_d {
    margin-top: 70px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px #bbb;
    display: none;
}

.mod1502 .about_d_tile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mod1502 .about_d_tile span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #D92628;
}

.mod1502 .about_d_tile a {
    display: block;
    font-size: 15px;
    color: #333;
}

.mod1502 .about_d_tile a:hover {
    color: #D92628;
}

.mod1502 .about_d ul {
    margin-top: 30px;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mod1502 .about_d ul li {
    width: 24%;
}

.mod1502 .about_d ul li .about_img {
    max-height: 600px;
    overflow: hidden;
}

.mod1502 .about_d ul li .about_img a {
    display: block;
    border: 1px solid #ccc;
}

.mod1502 .about_d ul li .about_img img {
    display: block;
    width: 100%;
}

.mod1502 .about_d ul li .about_t {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.mod1502 .about_d ul li .about_t a {
    display: block;
    font-size: 16px;
    color: #333;
}

.mod1499 .news_bg {
    width: 100%;
    padding-top: 60px;
}

.mod1499 .news_box {
    margin: 0px auto;
    padding-bottom: 60px;
}

.mod1499 .news_btl {
    width: 350px;
    float: left;
    font-weight: 400;
    font-size: 42px;
}

.mod1499 .news_btl span {
    font-size: 24px;
    display: block;
    color: #999;
    font-weight: 100;
}

.mod1499 .nb_tab {
    font-size: 0;
    text-align: center;
    float: right;
}
.search{
    position: relative;

}
li.search {
    width: 240px;
    flex: initial;
}
li.search button {
    background: none;
    border: none;
    position: absolute;
    top: 5px;
    left: 180px;   outline: none;
    cursor: pointer;
}
.mod1061 h2 {
    color: #d71518;
    font-size: 36px;
    font-family: "微软雅黑";
    font-weight: bold;
    margin-bottom: 73px;
    animation: fadeInUp 1.4s;
    padding-top: 100px;
}
li.search input {
    width: 0px;
    height: 40px;
    border: none;
    background: #952929;
    padding: 0 10px;
    border-radius: 50px;
    position: absolute;
    top: 25px;
    right: -7px;
    color: #fff;
    transition: 0.25s;
    opacity: 0;
}
li.search input::placeholder{
    color: #fff;
}
li.search form:hover input {
    width: 220px; opacity:1;
}
li.search form {
    width: 100%;
    height: 100%;
}
.mod1019 .banner .swiper-slide {
    background-size: contain;
}
.mod1499 .nb_tab a {
    width: 171px;
    height: 42px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    color: #333;
    box-shadow: 0px 0px 20px #eee;
    border-radius: 30px;
    margin-top: 22px;
}

.mod1499 .nb_tab a+a {
    margin-left: 50px;
}

.mod1499 .nb_tab a.on {
    color: #fff;
    background: #D92628;
    background-size: 400% 370%;
    box-shadow: 0px 0px 10px #D92628;
}

.mod1499 .nb_tab a i,
.mod1499 .nb_tab a b {
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
}

.mod1499 .nb_tab a b {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
}
.nav_bg {
    display: none;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.mod1499 .nb_con {
    margin-top: 40px;
}

.mod1499 .nbcl_le {
    width: 48%;
    display: flex;
    justify-content: space-between;
}

.mod1499 .nbcl_le .news_div_item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.mod1499 .nbcl_le .news_div_item_pic img {
    width: 100%;
    display: block;
}

.mod1499 .news_div_item_title a {
    font-size: 18px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mod1499 .nbcl_le .news_div_item_content {
    margin-top: 30px;
}

.mod1499 .nbcl_le .news_div_item_body {
    margin-top: 20px;
    line-height: 24px;
    color: #68686a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mod1499 .nbcl_le .news_div_item_date,
.mod1499 .new_more {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 25px;
}

.mod1499 .nbcl_le .news_div_item_date>div {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #68686a;
}

.mod1499 .new_more {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #9a9899;
    background:url(/template/default/images/xyrxhe35fyo3qbutkyk_xlmoahru7xyxxjgewnnltimbmdt9unbbmsuuw9gf1ev85w49lwvnht1qeu9pram1hdcx49k0g_qync7qyxldv8_kr2ayb8rm0ni5etjothyj.png) no-repeat right center;
    float: right;
    margin-top: 17px;
}
.mod1422 .products_bg {
    width: 100%;
    height: auto;
    margin: 60px auto;
}

.mod1422 .products_d {
    position: relative;
    width: 1300px;
    margin-top: 30px;
}

.mod1422 .products_d .pro_tab {
    margin-bottom: 40px;
    width: 100%;
    min-height: 60px;
    text-align: center;
}

.mod1422 .products_d .pro_tab a {
    display: inline-block;
    width: 19%;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: #D92628;
}

.mod1422 .products_d .pro_tab a.on,
.mod1422 .products_d .pro_tab a:hover {
    color: #fff;
    background: #ffaf04;
}


.mod1422 .pro_d li:nth-child(4n) {
    margin-right: 0;
}

.mod1422 .pro_d li {
    position: relative;
    float: left;
    margin: 10px 1%;
    width: 30.333%;
    color: #333;
}

.mod1422 .pro_d li .pro_img {
    width: 70%;
    overflow: hidden;
    margin: auto;
}
.mi-tit a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
a.remore {
    color: #d92628;
    font-size: 14px;
    line-height: 20px;
}
.mod1422 .pro_d li .pro_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;    height: 270px;
    box-sizing: border-box;
    object-fit: contain;
}

.mod1422 .pro_d li:hover .pro_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.mod1422 .pro_d li .pro_t {
    width: 283px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
}

.mod1422 .pro_d li .pro_w {
    width: 275px;
    height: 52px;
    font-size: 14px;
    line-height: 26px;
}

.mod1422 .pro_d li:hover .pro_t {
    background: #D92628;
    color: #fff;
}
.mod1499 .nbcr_ri {
    width: 50%;
}

.mod1499 .nbcr_ri .news_div_item {
    font-size: 0;
    border: 1px solid #f1f1f1;
    position: relative;
    transition: 300ms;
    display: flex;
    padding: 30px 0;
}

.mod1499 .nbcr_ri .news_div_item:hover {
    box-shadow: 0 0 21px #d2d2d2;
    z-index: 1;
    transition: 300ms;
}

.mod1499 .nbcr_ri .news_div_item_date,
.mod1499 .nbcr_ri .news_div_item_content {
    display: inline-block;
    vertical-align: top;
}

.mod1499 .nbcr_ri .news_div_item_date {
    width: 16%;
    text-align: center;
    font-size: 0;
}

.mod1499 .nbcr_ri .news_div_item_content {
    width: 80%;
    padding-left: 3%;
    border-left: 1px solid #f3f3f3;
    font-weight: 100;
}

.mod1499 .nbcr_ri .news_div_item_date>div {
    font-family: Arial;
}

.mod1499 .nbcr_ri .news_div_item_year,
.mod1499 .nbcr_ri .news_div_item_month {
    display: inline-block;
    vertical-align: top;
    color: #565656;
    font-size: 14px;
}

.mod1499 .nbcr_ri .news_div_item_day {
    font-size: 47px;
    font-weight: bold;
    line-height: 55px;
}

.mod1499 .nbcr_ri .news_div_item_body {
    margin-top: 10px;
    line-height: 20px;
    color: #68686a;
    padding-right: 20px;
    font-size: 14px;
}
.mod1443 .copyright_bg {
    padding: 60px 0 50px;
    width: 100%;
    background: #333;
    border-bottom: 1px solid #282828;
}
.imgboxn{
    display: none;
}
.mod1443 .copyright_bg .copyright_nav {
    width: 645px;
    height: 228px;
    border-right: 1px solid #222;
}

.mod1443 .copyright_bg .copyright_nav dl {
    float: left;
    width: 160px;
}

.mod1443 .copyright_bg .copyright_nav dl dt span {
    display: block;
    font-size: 18px;
    color: #fff;
}

.mod1443 .copyright_bg .copyright_nav dl dd {
    padding-top: 26px;
}

.mod1443 .copyright_bg .copyright_nav dl dd a {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 32px;
}

.mod1443 .copyright_bg .copyright_nav dl dd a:hover {
    color: #fff;
}

.mod1443 .copyright_bg .copyright_contact {
    margin-left: 60px;
}

.mod1443 .copyright_bg .copyright_contact .copyright_contact_tile span {
    font-size: 16px;
    color: #fff;
}

.mod1443 .copyright_bg .copyright_contact .copyright_contact_tel {
    padding-top: 21px;
}

.mod1443 .copyright_bg .copyright_contact .copyright_contact_tel span {
    display: block;
    font-size: 32px;
    color: #D92628;
}

.mod1443 .copyright_bg .copyright_contact .copyright_contact_tel p {
    padding: 7px 0 11px;
    display: block;
    font-size: 14px;
    color: #999;
}

.mod1443 .copyright_bg .copyright_contact .copyright_contact_tel a {
    display: block;
    margin-top: 8px;
    width: 80px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    border-radius: 15px;
    background: #444;
}

.mod1443 .copyright_bg .copyright_contact .copyright_contact_tel a:hover {
    color: #fff;
    background: #D92628;
}

.mod1443 .copyright_bg .copyright_qr {
    width: 160px;
    height: 160px;
}

.mod1443 .copyright_bg .copyright_qr .copyright_qr_img {
    width: 160px;
    height: 160px;
}

.mod1443 .copyright_bg .copyright_qr .copyright_qr_img img {
    width: 100%;
    height: 100%;
}

.mod1443 .copyright_bg .copyright_qr .copyright_qr_t {
    text-align: center;
}

.mod1443 .copyright_bg .copyright_qr .copyright_qr_t span {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    color: #999;
}

.mod1443 .footer_bg {
    width: 100%;
    height: 62px;
    text-align: left;
    font-size: 14px;
    color: #999;
    line-height: 62px;
    background: #333;
}

.mod1443 .footer_bg a {
    font-size: 14px;
    color: #999;
}

.mod1443 .footer_bg a:hover {
    color: #fff;
}

.mod1443 .links_bg {
    padding-top: 12px;
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: #333;
}

.mod1443 .links_bg .links_t span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.mod1443 .links_bg .links_d {
    margin-left: 20px;
}

.mod1443 .links_bg .links_d a {
    font-size: 14px;
    color: #999;
}

.mod1443 .links_bg .links_d a:hover {
    color: #fff;
}

.mod1443 .links_bg .links_d span {
    font-size: 14px;
    color: #999;
}

.mod1443 .links_bg .links_d span:last-of-type {
    display: none;
}


.navigation {
    width: 100%;
    line-height: 50px;
}
                .mod1514 .n_about_bg .box {
                    display: flex;
                }

                .mod1514 .n_about_l {
                    width: 40%;
                }

                .mod1514 .n_about_l .n_about_l_tile span {
                    display: block;
                    margin: 10px 0px;
                    min-height: 40px;
                    font-size: 30px;
                    line-height: 40px;
                }

                .mod1514 .n_about_l .n_about_l_tile p {
                    display: block;
                    min-height: 58px;
                    margin-top: -7px;
                    font-size: 28px;
                    font-weight: normal;
                    color: #D92628;
                    line-height: 58px;
                }

                .mod1514 .n_about_l .n_about_l_img {
                    width: 100%;
                    max-height: 700px;
                    overflow: hidden;
                }

                .mod1514 .n_about_l .n_about_l_img img {
                    display: block;
                    width: 100%;
                }


                .mod1514 .n_about_r {
                    padding: 0 3% 30px;
                    width: 54%;
        
                }
                .mod1514 .n_about_r {
                    width: auto;
                    font-size: 18px;
                    line-height: 40px;
                }
                .n_about_bg {
                    width: 100%;
                    overflow: hidden;
                    box-sizing: border-box;
                    padding: 25px;
                    box-shadow: 0 0 20px rgba(0 0 0 / 10%);
                }

                .mod1514 .n_about_r .n_about_r_tile {
                    height: 80px;
                    font-size: 36px;
                    color: #D92628;
                    line-height: 80px;
                    border-bottom: 1px solid #eee;
                }

                .mod1514 .n_about_r .n_about_r_w {
                    padding-top: 20px;
                    min-height: 32px;
                    text-indent: 2em;
                    font-size: 16px;
                    color: #333;
                    line-height: 32px;
                }

                .mod1491 .protemptwo {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                }

                .mod1491 .protemptwo li {
                    width: 23%;
                    box-shadow: 0px 0px 10px #eee;
                    transition: all .5s ease;
                    position: relative;
                    margin: 0 1% 2% 1%;
                    float: left;
                }

                .mod1491 .protemppic {
                    overflow: hidden;
                    position: relative;
                }

                .mod1491 .protemppic img {
                    width: 100%;
                    transition: all .5s ease;
                }

                .mod1491 .protemptitl a {
                    display: block;
                    position: relative;
                    font-size: 16px;
                    line-height: 60px;
                    padding: 0px 3%;
                }

                .mod1491 .protemptitl {
                    position: relative;
                }

                .mod1491 .protemptitl a:after,
                .mod1491 .protemptitl:before,
                .mod1491 .protemppic a:after {
                    content: '';
                    display: block;
                    position: absolute;
                }

                .mod1491 .protemptitl a:after {
                    width: 18px;
                    height: 18px;
                    border-radius: 50%;
                    right: 20px;
                    top: 22px;
                    background: url(/template/default/images/xyrxhe35fyo3qbutkyk_xlmoahru7xyxxjgewnnltimbmdt9unbbmsuuw9gf1ev8je1bampxwqqlvehlep84bm5oisdzj7m3cbjp8qoduz3uojx0bugsgxiucizu5cvh.png) no-repeat top center;
                }

                .mod1491 .protemptitl:before {
                    width: 100%;
                    height: 0px;
                    bottom: 0px;
                    left: 0px;
                    background: #D92628;
                    transition: all 0.5s ease;
                }

                .mod1491 .protemppic a:after {
                    width: 100%;
                    height: 0px;
                    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
                    top: 0px;
                    left: 0px;
                    transition: all 0.5s ease;
                }

                .mod1491 .protemptwo ul {
                    width: 100%;
                }

                .mod1491 .protemptwo li:hover .protemppic a:after {
                    height: 100%;
                }

                .mod1491 .protemptwo li:hover .protemptitl:before {
                    height: 100%;
                    transition: 0.6s;
                }

                .mod1491 .protemptwo li:hover .protemptitl a:after {
                    background-position-y: -18px;
                }

                .mod1491 .protemptwo li:hover .protemptitl a {
                    color: #fff;
                }

                .mod1491 .protemptwo li:hover .protemppic img {
                    transform: scale(1.5) rotate(-15deg);
                }
                .flip_pages {
    text-align: center;
}

.mod1488 .nynews_box {
    width: 100%;
}

.mod1488 .nynewslist {
    position: relative;
    margin-bottom: 30px;
    background: #FFF;
    transition: .45s;
    border: 3px solid #f5f5f5;
    padding: 30px;
}

.mod1488 .nynewslist:hover {
    border: 3px solid #D92628;
}

.mod1488 .nynewslist_time {
    width: 10%;
    float: left;
    height: 140px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    transition: 0.5s;
    background: url(/template/default/images/xyrxhe35fyo3qbutkyk_xlmoahru7xyxxjgewnnltimbmdt9unbbmsuuw9gf1ev8je1bampxwqqlvehlep84bhbp5zvfuoosilfkmyr7wxvuksvho3b_e30x9dh-qamy.png) center 28px no-repeat #a9a9a9;
}

.mod1488 .nynewslist:hover .nynewslist_time {
    background: url(/template/default/images/xyrxhe35fyo3qbutkyk_xlmoahru7xyxxjgewnnltimbmdt9unbbmsuuw9gf1ev8je1bampxwqqlvehlep84bhbp5zvfuoosilfkmyr7wxvuksvho3b_e30x9dh-qamy.png) center 28px no-repeat #D92628;
}

.mod1488 .nynewslist_day {
    font-size: 34px;
    font-weight: bold;
    padding-top: 55px;
}

.mod1488 .nynewslist_month {
    font-size: 16px;
}

.mod1488 .nynewslist_cont {
    float: left;
    width: 87%;
    position: relative;
    margin-left: 3%;
}

.mod1488 .nynewslist_cont a {
    text-decoration: none;
}

.mod1488 .nynewslist_tit a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.mod1488 .nynewslist_tit a:hover {
    display: block;
    font-size: 16px;
    color: #D92628;
}

.mod1488 .nynewslist_miao {
    line-height: 28px;
    color: #888;
    margin-top: 10px;
    padding-bottom: 32px;
}

.mod1488 .nynewslist_more {
    padding-left: 30px;
    height: 21px;
    line-height: 21px;
    position: absolute;
    bottom: 30px;
    left: 15%;
    background: url(/template/default/images/xyrxhe35fyo3qbutkyk_xlmoahru7xyxxjgewnnltimbmdt9unbbmsuuw9gf1ev8je1bampxwqqlvehlep84bly47hb88eaccclqkuczi_q5dvslknwstwipryncqd6y.png) no-repeat;
}

.mod1488 .clear {
    clear: both;
}

.mod1061 .pro_detail_img {
    text-align: center;
}

.mod1061 .pro_detail_img img {
    max-width: 100%;
}

.mod1061 .pro_detail_name {
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

.mod1061 .pro_detail_next {
    padding: 6px 0;
    text-align: center;
}

.mod1061 .pro_content {
    line-height: 28px;
}

.mod1061 .pro_content img {
    max-width: 100%;
    display: block;
}

.mod1061 .pro_content_title {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    padding-left: 5px;
}

.mod1061 .pro_content_title strong {
    font-size: 16px;
    font-weight: bold;
    color: #ffaf04;
}

.mod1061 .pro_content_title span {
    color: #999;
}

.mod1061 .pro_content_title i {
    display: block;
    width: 100px;
    position: absolute;
    bottom: -1px;
    z-index: 2;
    left: 0;
    border-bottom: 2px solid #ffaf04;

}

.mod1061 .pro_content_con {
    line-height: 28px;
}

.mod1061 .pro_content_con img {
    max-width: 100%;
    display: block;
    padding: 20px 0;
}

.mod1061 .pro_content_con p {
    margin-bottom: 20px;
}

.mod1061 .pro_content_con td {
    border: 1px solid #dbdbdb;
    padding-left: 10px;
    line-height: 30px;
    vertical-align: middle;
}

.mod1512 .news_detail_bg {
    display: flex;
    justify-content: space-between;
}

/*主要内容*/
.mod1512 .news_detail_d {
    position: relative;
    padding: 3% 0 0;
    width: 74%;
    background: #f5f5f5;
}

.mod1512 .news_detail_d .news_d_back {
    position: absolute;
    top: 0;
    left: -58px;
}

.mod1512 .news_detail_name {
    position: relative;
    margin: 0 3%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.mod1512 .news_detail_name h1 {
    display: block;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
}

.mod1512 .news_detail_name p {
    display: flex;
    align-items: center;
    height: 14px;
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

.mod1512 .news_detail_name p i {
    display: block;
    margin: 0 5px;
    height: 14px;
    border-left: 1px dotted #ccc;
}

.mod1512 .news_detail_name .news_detail_share {
    position: absolute;
    right: 30px;
    bottom: 30px;
}




.mod1512 .news_detail_content {
    padding: 20px 3% 0;
}

.mod1512 .news_detail_content img {
    max-width: 100%;
    display: block;
    padding: 20px 0;
}

.mod1512 .news_detail_content p {
    margin-bottom: 20px;
}

.mod1512 .news_detail_content .news_detail_txt {
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}


/*上下翻页*/
.mod1512 .news_detail_next {
    display: flex;
    position: relative;
    border-top: 1px solid #e7e7e7;
}

.mod1512 .news_detail_next a {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 30px;
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    color: #333;
    background: #f5f5f5;
}

.mod1512 .news_detail_next:after {
    position: absolute;
    display: block;
    content: " ";
    left: 50%;
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    transform: translatex(-50%);
}

.mod1512 .news_detail_next a span {
    padding-left: 10px;
}

.mod1512 .news_detail_next a:last-of-type {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 30px;
}

.mod1512 .news_detail_next a:last-of-type span {
    padding-left: 0;
    padding-right: 10px;
}

.mod1512 .news_detail_next a:hover {
    color: #fff;
    background: #D92628;
}

/*热门推荐*/
.mod1512 .news_detail_r {
    width: 21%;
    padding: 1.5%;
    background: #f5f5f5;
}

.mod1512 .news_detail_title {
    position: relative;
    height: 36px;
    border-bottom: 1px solid #ccc;
}

.mod1512 .news_detail_title:after {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    bottom: -1px;
    width: 35%;
    height: 1px;
    background: #D92628;
}

.mod1512 .news_detail_title span {
    display: block;
    font-size: 20px;
    color: #222;
}

.mod1512 .news_detail_title span b {
    color: #D92628;
}

.mod1512 .news_detail_r_d {
    padding: 4% 0;
}

.mod1512 .news_detail_r_d li {
    height: 36px;
    line-height: 36px;
}

.mod1512 .news_detail_r_d li:last-of-type {
    border-bottom: none;
}

.mod1512 .news_detail_r_d a {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    background: url(/template/default/images/xyrxhe35fyo3qbutkyk_xlmoahru7xyxxjgewnnltimbmdt9unbbmsuuw9gf1ev8mxfmm6b-jk3dnnyfb109eejhoz0fzax78dhsnreyrylkzeykw87guywhefqssqx3.png) left no-repeat;
}

.mod1512 .news_detail_r_d li a:hover {
    color: #D92628;
}
.fenyebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 10px;
}

.centernav,.xialabutton,.logom,.mabout_title,.mfoot{
    display: none;
}


@media screen and (max-width:1299px) {
    .mod1514 .n_about_r {
        width: 100%;
    }
    .mod1514 .n_about_r .n_about_r_tile{
        font-size: 24px;
    }
    .head {
        display: none;
    } 
    .head_p.fr{display: none;}
    .w1300.head_top {
        width: 100% ;display: flex;
    }
    .box, .content, .w1300, .width-1300{
        width: 100%;
    }
    .banner{
        height: auto;
    }
    .mod1019 .banner .swiper-container, .mod1019 .banner .ban_bg, .mod1019 .banner .ban_nbg{
        height: 300px; 
    }
    .mod1019 .banner .swiper-slide{
        background-size: 100% auto;
        background-size: cover;
    }
    .search_d.fr.clearfix{
        display: none;
    }
    .pro_tab {
        display: none;
    }
    .mod1422 .products_d{
        width: 100%;
    }
    .mod1422 .pro_d li{
        width: 44%;
        overflow: hidden;
        float: left;
        margin-left: 3%;
        margin-right: 3%;
    }
    .mod1177 .ys_l_img{
        width: 50%;
    }
    .mod1177 .ys_r {
        float: inherit;
        width: 100%;
        margin: 0;
    }
    .mod1177 .ys_l_img {
        display: none;
    }
    .mod1177 .ys_r li{
        width: 44%;
        margin-left: 3%;
        margin-right: 3%;
        box-sizing: border-box;
    }
    .mod1177 .ys_r li span {
        width: 100%;
    }
    .mod1177 .ys_r li p {
        width: 100%;
    }
    .mod1502 .about_bg .about_txt{
        width: 100%;
    }
    .mod1422 .pro_d li .pro_t{
        width: 100%;
        box-sizing: border-box;
    }
    .mod1443 .copyright_bg .copyright_qr {
        display: none;
    }

    .mod1443 .copyright_bg .copyright_nav {
        width: 58%;
        box-sizing: border-box;
        padding: 0 60px;
        display: flex;
    }
    .n_about_l {
        display: none;
    }
    .mod1395 .lianxi_mr_m {
        width: 83% !important;
        padding: 0;
        margin: 0;
        padding-bottom: 38px;
        box-sizing: border-box;
    }
    .lianxi_mr {
        width: 100%;
    }
    .mod1395 .lianxi_mr {
        width: 100% !important;
    }
    .lianxi_rd ,.lianxi_r{
        display: none;
    }
    .mod1061 {
        box-sizing: border-box;
        padding: 20px;
    }
    .mod1061 img{
        max-width: 100%;
    }
    .mod1061 > h2{
        font-size: 32px;
    }
    .mod1061 > .text-center{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:760px){
    .navbox {
        display: none;
    }
    .centernav,.xialabutton,.logom{
        display: block;
        font-size: 15px;
    }
    .head_top_logo {
        display: none;
    }
    .logom img {
        height: 33px;
    }
    .w1300.head_top .clear{
        display: none;
    }
    .centernav span {
        color: #000;
        font-weight: bold;
        margin: 0 10px;
    }
    .xialabutton {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        border: 1px solid #c5c5c5;
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .xialabutton span {
        height: 2px;
        width: 63%;
        background: #adadad;
        margin-bottom: 2px;
        margin-top: 3px;
    }
    .w1300.head_top {
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 99999;
        background: #f8f8f8;
        box-sizing: border-box;
        padding: 10px;    justify-content: space-between;
        height: 55px;    top: 0px;
    }
    .head_top_logo img {
        height: 50px;
        margin: 0px;
        margin-right: 20px;
    }
    .mod1502 .about_d ul li {
        width: 31.3333%;
        margin: 5px 1%;
        float: left;
    }
    .mod1019 {
        margin-top: 55px;
    }
    .mod1502 .about_d ul{
        display: block;
    }
    .mod1470 .search_bg{
        display: none;
    }
    .fl.head_txt{
        display: none;
    }
    .head_top{
        margin: 0;
    }
    .box img {
        max-width: 80%;
    }
    .nav_bg {
        width: 100%;
        position: fixed;
        top: 56px;
        z-index: 9999;
        border: none;
    }

    .nav .lb{
        display: block;
    }
    .nav li {
        width: 100%;    height: 40px;
        background: rgba(0, 0, 0, 0.7) !important;
    }
    .nav>ul>li>a {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .nav>ul>.block{
        display: none;
    }
    .navcurrent{
        height: 40px;
        line-height: 40px;
        background: #ffaf04;
    }
    .columntit{
        font-size: 28px;
    }
    .mod1177 .ys_r li p{
        font-size: 12px;
    }
    .mod1177 .ys_r li{
        overflow: hidden;
    }
    .mod1502 .about_bg .about_title span{
        font-size: 30px;
    }
    .mod1502 .about_bg .about_title p{
        font-size: 16px;
    }
    .mod1502 .about_bg .about_txt p{
        font-size: 12px;
    }
    .mod1502 .about_bg .about_txt p span{
        font-size: 14px !important;
    }
    /* .nav_bg::after {
        position: absolute;
        content: "三";
        width: 40px;
        height: 40px;
        background: #D92628;
        display: block;
        top: -30px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        right: 0px;
        cursor: pointer;
    } */
    .nav_bg{
        background: none;
        display: block;
    }
    ul.lb.fl{
        display: none;
    }
    .nav_bg.active ul.lb.fl{
        display:block
    }
    .mod1499 .nb_tab{
        width: 100%;
    }
    .mod1499 .nbcl_le{
        width: 100%;    display: block;  
    }
    .mod1499 .nb_con{
        width: 100%;box-sizing: border-box;
        padding: 0 10px;overflow: hidden;
    }
    .mod1499 .nbcr_ri{
        width: 100%;display: none;
    }
    .mod1499 .news_box {
        padding-bottom: 15px;
    }
    .mod1443 .copyright_bg .copyright_nav{
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        display: flex;
    }
    .mod1443 .copyright_bg .copyright_qr{
        display: none;
    }
    .mod1443 .footer_bg {
        line-height: inherit;
    }
    .mod1443 .copyright_bg .copyright_contact{
        margin-left: 10px;
    }
    .mod1491 .protemptwo li{
        width: 46%;
    }
    .mod1512 .news_detail_r{
        display: none;
    }
    .mod1512 .news_detail_d{
        width: 100%;
    }
    .mod1443 .links_bg{
        box-sizing: border-box;
        padding: 0 10px;
    }
    .mod1443 .footer_bg{
        box-sizing: border-box;
        padding: 10px 10px 10px 10px;
        margin-bottom: 70px;
        background: #f5f5f5;
        text-align: center;
        color: #555;
    }
    .mod1019 .banner .swiper-container, .mod1019 .banner .ban_bg, .mod1019 .banner .ban_nbg{
        height: 150px;
    }
    .news_div_item_body p {
        font-size: 12px;
    }
    .columntit span {
        display: none;
    }
    .columntit {
        color: #ffaf04;
        font-size: 22px;
        line-height: inherit;
        background: none;
        height: auto;
    }
    .mod1422 .products_bg {
        margin: 15px auto;
    }
    .mod1422 .products_d{
        margin-top: 15px;
    }
    .mod1422 .pro_d li .pro_img {
        width: 100%;
    }
    .mod1177 .ys_d {
        margin-top: 15px;
    }
    .mod1502 .about_bg {
        margin-top: 15px;
        color: #555;
        padding-top: 0px;
        background: none;
    }
    .mabout_title{
        display: block;
    }
    .mabout_title h1 {
        text-align: center;
        font-size: 22px;
    }
    .mabout_title h1 span{
        color: #ffaf04;
    }
    .mabout_title img{
        width: 100%;
        margin: auto;
    }
    .about_title {
        display: none;
    }
    .mod1502 .about_bg .about_txt p {
        color: #666;
        line-height: 25px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 14px;
    }
    .mod1502 .about_bg .about_a {
        display: none;
    }
    .mod1502 .about_bg .about_a a{
        font-size: 14px;
    }
    .mod1502 .about_d {
        margin-top: 15px;
        padding: 10px;
        box-shadow: none;
    }
    .mod1502 .about_d_tile a {
        display: none;
    }
    .mod1502 .about_d_tile {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mod1502 .about_d ul {
        margin-top: 10px;
    }
    .about_t {
        display: none;
    }
    .mod1499 .news_btl {
        width: 100%;
        text-align: center;
        font-size: 22px;
        color: #555;
        font-weight: bold;
        line-height: 70px;
    }
    .mod1499 .news_btl span{
        display: none;
    }
    .mod1499 .nb_tab a {
        width: 50%;
        float: left;
        padding: 0;
        background: #ffb445;
        box-shadow: none;
        border: none;
        margin: 0px;
        border-radius: 0px;
        color: #fff;
    }
    .mod1499 .nb_tab a+a{
        margin: 0px;
    }
    .news_bt.clearfix {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .news_div_item_pic {
        width: 115px;
        height: 85px;
        float: left;
    }
    .news_div_item_date {
        display: none !important;
    }
    a.new_more {
        display: none !important;
    }
    .mod1499 .nbcl_le .news_div_item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;border-bottom: 1px solid #ededed;
    }
    .mod1499 .nbcl_le .news_div_item_content {
        margin-top: 0px;
    }
    .news_div_item_content {
        flex: 1;
        margin-left: 10px;
    }
    .mod1499 .nbcl_le .news_div_item_body{
        margin-top: 0px;
    }
    .mfoot{
        display: flex;
        align-items: center;
        width: 100%;
        height: 65px;
        background: #D92628;
        position: fixed;
        bottom: 0px;
    }
    .mfoot a {
        width: 25%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        border-right: 1px solid #ededed;
    }
    .copyright_bg,.links_bg{
        display: none;
    }
    .footer_bg{
        width: 100%;
        text-align: center;
    }
    .mod1514 .n_about_r .n_about_r_tile {
        font-size: 18px;    font-size: 18px;
        height: auto;
        line-height: 40px;
        margin-top: 20px;
    }
    .navigation {
        display: none;
    }
    .lianxi_m {
        display: none;
    }
    .mod1395 .lianxi {
        margin-top: 0px !important;
    }
    .mod1395 .lianxi_l {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .mod1395 .lianxi_lm strong {
        font-size: 20px !important;
        color: #D92628 !important;
    }
    .mod1059 .feedback_form li img {
        width: 15px;
    }
    .imgboxn{
        display: block;
        width: 88px;
        height: 66px;
        float: left;
    }
    .imgboxn img{
        width: 100%;
        height: 100%;
    }
    .nynewslist_time,.mod1488 .nynewslist_more,.nynewslist .clear{
        display: none;
    }
    .mod1488 .nynewslist {
        display: flex;
        padding: 10px;    margin-bottom: 0px;
    }
    .nynewslist_tit{
        height: 27px;
        line-height: 27px;
        overflow: hidden;
    }
    .mod1488 .nynewslist_tit a {
        line-height: 28px;
        height: 28px;
        font-size: 14px;
    }
    .mod1488 .nynewslist_miao {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        padding: 0px;
        margin-top: 0px;
    }
    .mod1512 .news_detail_name h1 {
        font-size: 14px;
    }
    .mod1512 .news_detail_name .news_detail_share {
        display: none;
    }
    .news_detail_name > p {
        font-size: 12px !important;
    }
    .feedback_form p.text-center {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .mod1059 input.button.btn_message {
        margin-left: 0px !important;
    }
}