/*##新闻列表页##*/

.news-nav ul {
    overflow: hidden;
}

.news-nav ul li {
    list-style: none;
    width: 19%;
    height: 50px;
    margin: 0 3%;
    line-height: 52px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.news-nav ul  .isselected {
    color: #ab8659;
    border-bottom: 2px solid #ab8659;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-pagination-bullet{
    background: #ccc !important;;
}
.swiper-pagination-bullet-active {
    background: #ab8659 !important;
}
.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
    background: #fff !important;;
}
.swiper-container {
    width: 100%;
    border-right: 1px solid #e8e8e8;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    width: 100%;
    display: block;
}



.bannertit {
    position: relative;
}

.bannertit > img {
    display: block;
    width: 100%;
}

.bannertit div {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.bannertit p {
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 2%;
    width: 75%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px !important;
    left: 80% !important;
    width: 20% !important;
}

.newslist {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5%;
}

.newslist > ul > li {
    padding: 6% 0;
    border-radius: 3px;
    margin-top: 0;
    border-bottom: 1px solid #e8e8e8;
}

.newslist > ul > li a {
    text-decoration: none;
}

.listdetail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.newspic {
    width: 30%;
}

.newspic img {
    display: block;
    width: 100%;
}

.newstxt {
    font-size: 14px;
    color: #333;
    width: 67%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newstxt h4 {
    font-size: 16px;
    line-height: 20px;
    width: 70%;
    letter-spacing: 1px;
    color: #000;
    position: absolute;
    top: 0;
    left: 33%;
    overflow: hidden;  text-overflow: ellipsis;white-space: nowrap;
}

.newstxt p {
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
}

.newstime {
    position: absolute;
    bottom: 0;
    left: 33%;
    width: 67%;
}

.newstime ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.newstime ul li {
    width: 50%;
}
.newstime ul li p{
    font-size: 12px;
    width: 60px;
    letter-spacing: 1px;
    height: auto;
    text-align: center;
    padding:  0;
    color: rgb(196,170,138);
    background-color: rgb(244,240,234);
}


/*新闻详情页css从此处开始*/

.news-wrap {
    width: 92%;
    margin: 0 4%;
    padding-top: 80px;
}

.news-wrap > h4 {
    text-align: center;
    font-size: 20px;
    color: #333;
}

.news-details-time {
    font-size: 12px;
    color: #898989;
    text-align: center;
    padding-top: 8px;
}

.news-lead {
    background: #f9f9f9;
    padding: 4%;
    font-size: 14px;
    margin: 10px 0;
    line-height: 20px;
}

.news-lead div {
    font-size: 16px;
    color: #ab8659;
    border-left: 2px solid #ab8659;
    padding-left: 5px;
    margin-bottom: 5px;
}


.news-content {
    width: 100%;
    padding-bottom: 10px;
}

.news-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.news-content p {

    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 14px;
    color: #4b4c4c;
    line-height: 28px;
    text-indent: 2em;
    padding: 8px 0 4px;
}

.news-tj {
    font-size: 14px;
}

.news-tj div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
}

.news-tj a {
    text-decoration: underline;
    font-size: 14px;
    color: #333;
}

.news-litit {
    padding: 0 2%;
    border-left: 2px solid #ab8659;
    font-size: 16px;
    color: #ab8659;
    margin-top: 10px;
}

/*index*/

/*product_lis*/

.main {
    width: 100%;
    margin-top: 60px;

}

.main .top {
    background-color: #2178E2;
    height: 35px;
    color: #fff;
}

.main .top span {
    line-height: 35px;
    margin-left: 3%;
}

.main .top img {
    width: 20px;
    float: right;
    margin: 12px 20px;
}

.bot {
    width: 100%;
    float: left;
    display: none;
    z-index: 100;
    background-color: #fff;
}

.bot ul {
    margin-top: 15px;
}

.bot li {
    width: 25%;
    float: left;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #2178E2;
}

.pro {
    width: 100%;
    float: left;
}

.pro li {
    width: 42%;
    padding: 20px 4% 0;
    text-align: left;
    display: inline-block;
    float: left;
}

.pro li img {
    width: 100%;
}

.pro li h4 {
    font-size: 14px;
    margin-top: 10px;
}

.pro li p {
    margin-top: 5px;
    font-size: 12px;
}

.page {
    width: 100%;
    margin: 30px 0;
    text-align: center;
    float: left;
}

.page span {
    width: 30px;
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    color: #fff;
    line-height: 30px;
    background-color: #ccc;
}

.page .activ {
    background-color: #AB8659;
}

.news-nav {
    width: 100%;
    height: 52px;
    background: #fff;
    margin-top: 60px;
}

.top {
    position: relative;
    transition: all 0.25s;

}

.top label {
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}


/*详情页*/
.nav_xq{
    position: absolute;
    top: 0;

}
.llk{
    background: none;
    box-shadow:none;
    height: 90px;
    position: static;
    top: 0;
    left: 0;
}
.llk .topnav-left-back img{
    display: none;

}
.backicon{
    padding-left: 5%;
}
.topnav-right-back{

    padding-right: 5%;
}

.llk img{
    width: 32px;
}
.pro_title{
    margin: 15px 5% 0;
    padding: 0;
}
.pro_title h4{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 35px;
}
.pro_title h6{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;

    font-weight: normal;
}
.pro_title .shu_b{
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
}
.product {
    padding-bottom: 20px;
}

.product > img {
    display: block;
    width: 100%;
}

.service {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.service li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25%;
    font-size: 12px;
    padding: 2% 0;
}

.data{
    width: 90%;
    margin:0 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #333;
    background-color: rgb(249,249,249);
}
.data ul{
    width: 100%;
}
.data li{
    border-bottom: 1px solid #ebebeb;
    line-height: 50px !important;
    height: 50px !important;
    font-size: 13px;
    letter-spacing: 1px;
}
.data li span{
    width: 30%;
    padding-left: 5%;
    color: #999;
    font-weight: bold;
    display: inline-block;
}
.data li p{
    display: inline-block;
    width: 65%;
    float: right;
    color: #000 !important;
    background: none !important;
    padding: 0 !important;
}
.data .lsili{
    border-bottom: none;
}


.record{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    box-shadow:0px 16px 36px rgba(240,240,240,1)
}
.record ul{
    width: 100%;
}
.record li{
    width: 50%;
    margin: 0;
    overflow: hidden;
    float: left;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    line-height: 50px !important;
    height: 50px !important;
    font-size: 13px;
    color: #999;
    font-weight: bold;
}

.record li span{
    padding-left: 10%;

}
.record li .eml{
    color: #000;
    padding-left: 0%;
    font-weight: normal;
}
.record .xq_chang{
    width: 100%;
}
.record .lasli{
    border-bottom: none;
         }
.record .xq_chang span{
    padding-left: 5%;
}
.record .xq_chang .eml{
    padding-left: 0%;
}
.single .titl{
    font-size: 18px !important;;
    letter-spacing: 1px;
    width: auto;
    line-height: 35px;
    font-weight: bold;
    padding: 0 10px 0 0 ;
    background-image: url("../images/xq_ti_beijing.png");
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.single p{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: normal;
}

.product p {
    font-size: 13px;
    color: #333;
    background: #eee;
    padding: 2% 4%;
}

.single {
    width: 92%;
    padding: 4%;
    margin: 0 auto;
}
.single h2 {
    font-size: 16px;
}
.single > p {
    font-size: 14px;
    color: #999;
    padding: 2px 0;

    text-overflow:ellipsis;
    /*超出显示省略号*/
    white-space:nowrap;
    /*强制不换行*/
    overflow:hidden;
    /*超出隐藏*/
}
.fffan{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
}

.fffan a img{
    width: 90px;
    display: block;
    margin: auto;
}
.canshu{
    background: rgb(254,243,243);border:none;width: 92%;padding: 5px 4%;letter-spacing: 1px;font-size: 12px;
    line-height: 20px;
    margin: 20px 0;
    color: rgb(237,102,99);
}
#swiper-pro {
    margin: 10px 0 0;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 27px 27px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23797774'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23797774'%2F%3E%3C%2Fsvg%3E")
}

.single-data {
    /*box-shadow: 10px 10px 5px #888888;*/
}

.single-des {
    padding: 10px 0 !important;
}

.single-data p {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
    color: #999;
}

.cut {
    height: 15px;
    background: #eee;
}

.contact {
    width: 92%;
    padding: 4% 0 6%;
    margin: 0 auto;
    text-align: center;
}

.contact h3 {
    text-align: left;
    font-size: 20px;
    color: #000;
}

.contact ul li {
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #cbc9c9;
    margin-top: 20px;
}

.sheet {
    width: 94%;
    text-align: left;
    height: 35px;
    line-height: 35px;
    border: none;
}

.contact form ul > li:nth-of-type(3) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
}

.contact form ul > li div {
    width: 50%;
    border: 1px solid #eee;
}

.contact form select {
    height: 35px;
    line-height: 35px;
    border: none;
    padding: 0;
    width: 90%;
    background: none;
    color: #777;
}

.select1 {
    width: 90%;
}

.select2 {
    width: 90%;
}

.contact-btn {
    background: rgb(196,170,138);
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
}


/*关于我们页面从此开始*/

@font-face {
    font-family: "trump";
    src: url("../font/trump.woff2") format("woff2"),
    url("../font/trump.woff") format("woff"),
    url("../font/trump.ttf") format("truetype"),
    url("../font/trump.eot") format("embedded-opentype"),
    url("../font/trump.svg") format("svg"),
    url("../font/trump.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.us-banner {
    margin-top: 60px;
    position: relative;
}

.us-banner > div {
    position: absolute;
    top: 20%;
    left: 5%;
}

.us-banner h2 {
    font-size: 30px;
    font-weight: bold;
    color: #c59f71;
}

.us-banner p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 5%;
}

.btn {
    margin-top: 8%;
    border: 2px solid #fff;
    padding: 8px;
    width: 35%;
    text-align: center;
}

.btn a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.us-text {
    padding: 10% 5%;
}

.us-text h1 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
}

.us-text p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 30px;
}

.us-text div {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-top: 30px;
}
.customer,
.size {
    padding: 10% 5%;
}

.customer h2,
.size h2 {
    line-height: 40px;
    font-size: 30px;
}
.size h3 {
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
}

.customer i,
.size i {
    display: block;
    width: 30px;
    height: 10px;
    border-top: 3px solid #000;
    margin-top: 25px;
}

.customer > p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}

.size > p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    line-height: 25px;
}

.customer ul {
    margin-top: 30px;
    overflow: hidden;
}

.customer ul li {
    list-style: none;
    float: left;
    width: 33.33333%;
    font-size: 14px;
    color: #333;
}

.customer ul li p {
    font-family: "trump";
    color: #000;
    font-weight: bold;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*//专题页开始*/
.subject-list {
    padding: 5% 5% 0;
    background: #fff;
    margin-top: 15px;
}

.subject-list:nth-child(1){
    margin-top: 0;
}

.subject-list ul {
    overflow: hidden;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}

.subject-list>img{
    width: 100%;
    display: block;
}

.subject-list ul li {
    font-size: 15px;
    color:#333;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 15px;
}

.subject-list ul li img {
    width: 90%;
    display: block;
    height:auto;
}

.subject-btn{
    text-align: center;
    height: 45px;
    line-height: 42px;
    margin-top: 20px;
    border-top:1px solid #d7d7d7;
    font-weight: bold;
    color:#c4aa8a;
    font-size: 18px;
}
/*//专题页结束*/


/*新首页css开始*/
.treee{
    display: block;width: 100%;
}
.rigt{
    float: right;width: 50% !important;
}
.liaojies{
    color: #fff;
    font-size: 24px;
    overflow: hidden;
}
.liaojies a{
    color: #fff;
}
.liaojies span{
    line-height: 40px;
}
.liaojies img{
    width: 40px !important;
    float: right;
}
.index-bg {
    background: #eaeaea;
    margin-top: 60px;
}

.section {
    padding: 10% 5%;
}

.part1 {
    background: #fff;
}

.part1 h2 {
    font-size: 30px;
    color: #333;
    text-align: left;
    font-weight: bold;
    margin-top: 0;
}

.part1 p {
    font-size: 18px;
    color: #3f3d37;
    margin-top: 15px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px
}

.part1 p span {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: normal;
    line-height: 25px;
    display: block;
}

.index-more {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0;
    border-top: 1px solid #d7d7d7;
    margin-top: 25px;
    font-size: 16px;
    color: #0070c9;
}

.part2 {
    background: #2f2f2f;
}

.part2 h2 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    margin-top: 0;
}

.part2 p {
    font-size: 18px;
    color: #cdcdcd;
    margin-top: 15px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px
}

.part2 p span {
    font-size: 14px;
    color: #979797;
    font-weight: normal;
    line-height: 25px;
    display: block;
}

.part2 i {
    display: block;
    width: 8%;
    height: 3px;
    border-top: 3px solid #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.part3 {
    background: #fff;
    margin-top: 15px;
}

.part3 h2 {
    font-size: 30px;
    color: #333;
    text-align: left;
    font-weight: bold;
    margin-top: 0;
}

.part3 p {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px
}

.part3 i {
    display: block;
    width: 8%;
    height: 3px;
    border-top: 3px solid #333;
    margin-top: 15px;
    margin-bottom: 15px;
}

.index-product {
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;

}
.index-product img{

}


.product-box .index-more img{
    border: none;
}
.product-box {
    width: 90%;
    margin: 0 auto;
    padding: 14px 0;

}

.product-box h4 {
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;
}

.product-box p {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 0;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
    text-align: left;
    line-height: 25px;
}

.part4 {
    background: #fff;
}

.part4 h2 {
    font-size: 30px;
    color: #333;
    text-align: left;
    font-weight: bold;
    margin-top: 0;
}

.part4 p {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px
}

.part4 p span {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: normal;
    line-height: 25px;
    display: block;
}

.part4 i {
    display: block;
    width: 8%;
    height: 3px;
    border-top: 3px solid #333;
    margin-top: 15px;
    margin-bottom: 15px;
}



/*新首页css结束*/


/*新首页 2019.3.7版本*/
.about_t{
    background: #fff;
}
.about_til{
    padding:10px 0;
    position: relative;
    background-image: url("../images/xin_xia.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 180px;
}
.about_til p{
    line-height: 50px;
    color: #eee;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
}
.about_til span{
    position: absolute;
    font-size: 20px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    top: 30px;
    font-weight: 600;
}
.about_con{
    width: 92%;
    position: relative;
    margin: 20px 4% 10px;
}
.about_con p{
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    line-height:24px;
    padding-left: 2px;
}
.about_con>img{
    width: 100%;
    margin: 20px 0;
}
.about_con>a{
    position: absolute;
    bottom: 20px;
    right: -1px;
    width: 35%;
    font-size: 14px;
    height: 15%;
    color: #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-content:center;
}
.about_con>a img{
    display: inline-block;
    width: 30px;height: 8px;
    margin-left: 3px;
}
.about_con>a span{
    display: block;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.about_lil{
    width: 92%;
    position: relative;
    margin: 10px 4%;
}
.about_lil li{
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    background-image: url("../images/xin_bb.jpg") ;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px;
}
.about_lil li>img{
    width: 50%;
    float: left;
    margin: 0 2%;
}
.about_lil li>div{
    width: 42%;
    margin: 5px 2% 0;
    float: right;
    display:inline-block;
}
.about_lil ul>img{
    width: 100%;
    margin: 10px 0;
}
.about_lil li>div p{
    font-size: 14px;
    font-weight: 600;
}
.about_lil li>div span{
    display: block;
    width: 20px;
    height: 1px;
    margin-top: 8px;
    background: #000;
}
.about_lil li>div div{
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}
.about_lil li>div a{
    display: block;
    position: absolute;
    bottom:15px;
    padding: 3px 5px;
    left: 56%;
    border: 1px solid #000 ;
    color: #000;
    font-size: 14px;
}
.about_lil .li_te{
    background-position: right top;
}
.about_lil .li_te div a{
    left: 2%;
}
.about_lil .li_te>img{
    width: 50%;
    float: right;
    margin: 0 2%;
}
.about_lil .li_te>div{
    width: 42%;
    margin: 5px 2% 0;
    float: left;
    display:inline-block;
}

.jpin{
    width: 92%;
    margin: 30px 4%;

}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;

    z-index: 1;
}

#swiper-index-news .bannertit div {
    padding: 10px 2% 15px;
    overflow: hidden;
    height: auto;
    position: absolute;
    bottom: 1px;
    left: 0;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    box-sizing: border-box;
}

#swiper-index-news {
    margin: 30px 4%;
    width: 92%;
    border-right: none;
}

#swiper-index-news .bannertit img {
    padding-bottom: 79px;
}

#swiper-index-news .bannertit div h4 {
    height: 27px;
    width: 96%;
    overflow: hidden;
}

#swiper-index-news .bannertit div p {
    overflow: hidden;
    height: 25px;
    width: 96%;
    margin-top: 0px;
    color: #999;
    padding: 0;
}
#swiper-index-news .swiper-pagination-bullets{
    position: absolute;
 z-index: 999;
    left: 0 !important;
    bottom: 100px !important;
    width: 100% !important;text-align: center;
}

#swiper-index-news .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #333 !important;
}

#swiper-index-news .swiper-pagination-bullets .swiper-pagination-bullet-active{
background: #fff!important;
}

}

/*新首页 2019 3 9 css结束*/

/*3.30新首页*/

.m_xins1{
           width: 100%;
height: 50%;
background: url(../images/d1.jpg) top center no-repeat;
    background-size: auto;
background-size: cover;      
  }
       .m_xins2{
           width: 100%;
height: 50%;
background: url(../images/d2.jpg) top center no-repeat;
    background-size: auto;
background-size: cover;      
  }
       