@charset "utf-8";
/*清除框模型默认样式，设置边框模型*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    outline: none;
    box-sizing: border-box;
}
/*字体默认大小 为1rem*/
html, body {
    /*font-size: 62.5%;*/
    font-size: 14px;
    color: #747474;
    font-family: "PingFangSC-Regular", "微软雅黑", Arial, Tahoma, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
}
/* flex布局 */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.5rem;
}

.flex .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*清除链接下划线*/
a { text-decoration: none; text-align: center; color: inherit;}
/*清除列表样式*/
ol, ul, li { list-style: none; padding: 0; margin: 0;}

table { border-collapse: collapse; border-spacing: 0; }

img { border: 0; max-width: 100%; }
/*清除input默认样式*/
input { -webkit-appearance: none;-moz-appearance: none;appearance: none; }

.float-left { float: left; }
.float-right { float: right; }
.clearfix::after { content: ".";display: block;height: 0;clear: both;visibility: hidden; }
.clearfix{ zoom:1 }/*添加给浮动元素的父级元素*/
.flex{ display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex; }
.topfixed{ position: fixed; top: 0; width: 100%;z-index: 99; box-shadow: 0 2px 4px rgba(0,0,0,.15)}
.bottomfixed{ position: fixed; bottom: 0; width: 100%;z-index: 99; }
.width{ width: 100%; }
.overhide{ overflow: hidden; }
p{ text-align: justify; }
button{ background: #fff; }

body{
    background: #F8F8F8;
}
.navbar{
    background: #fff;
    height: 60px;
    padding: 0 20px;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
}
.top-logo{
    width: 46px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbutton{
    width: 38px;
    height: 30px;
    padding: 4px;
    border-radius: 4px;
    background: #fff url(../images/nav.svg) center no-repeat;
    background-size: 30px 22px;
}
.navbutton:hover,.navbutton:active{
    background: #D8D8D8 url(../images/nav.svg) center no-repeat;
}
.navbar .info{
    font-size: 16px;
    text-align: center;
}
.navbar .info .localpage{
    color: #75A808;
}
.navbutton div{
    width: 30px;
    height: 2px;
    background: #8F8F8F;
}
.am-offcanvas-bar{
    width: 200px;
}
.am-offcanvas-content{
    padding: 0;
}
.am-offcanvas-content ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.am-offcanvas-content ul li a:hover,.am-offcanvas-content ul li a:active{
    background: #3A3A3A;
}
.main-cont{
    margin-top: 60px;
}
.list-cont{
    height: 100%;
    padding-top: 100px;
}
.main-cont section{
    margin-top: 16px;
    background: #fff;
}
.swiper-container1{
    position: relative;
}
.swiper-container1 .swiper-slide{
    height: 260px;
    text-align: center;
}
.swiper-container1 .swiper-slide a{
    display: block;
    width: 100%;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}
.trends-toggle ul li{
    -webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #2A2A2A;
}
.trends-toggle ul li.active{
    background: #75A808;
    color: #fff;
}
.trends .swiper-slide{
    padding: 10px;
}
.trends .swiper-slide .news-example h4{
    color: #75A808;
    font-size: 16px;
    margin: 16px 0 10px;
}
.trends .swiper-slide .news-example p{
    text-indent: 24px;
}
.trends .swiper-slide .news-example a{
    display: block;
}
.trends .swiper-slide .news-example a:hover,.trends .swiper-slide .news-example a:active{
    background: #F8F8F8;
    color: inherit;
}
.trends .swiper-slide ul li a{
    display: block;
    text-align: left;
    color: #2A2A2A;
    position: relative;
    padding-left: 16px;
    line-height: 36px;
}
.trends .swiper-slide ul li a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);transform: translate(0,-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #75A808;
}
.trends .swiper-slide ul li:hover,.trends .swiper-slide ul li:active{
    color: #747474;
    background: #F8F8F8;
}
.part-title{
    padding: 20px 10px;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    align-items: center;
}
.part-title h3{
    font-size: 22px;
    color: #616161;
    margin: 0;
}
.part-title a{
    display: block;
    color: #75A808;
    line-height: 28px;
    width: 52px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #75A808;
}
.part-title a:hover,.part-title a:active{
    background: #75A808;
    color: #fff;
}
.domshow .swiper-slide{
    width: 280px;
}
.domshow .swiper-slide .img-bg{
    width: 280px;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.domshow .swiper-slide a h5{
    color: #75A808;
    margin: 10px 0 20px;
}
.topNav{
    background: #75A808;
}
.topNav .swiper-slide {
    color: #8aea0e;
    line-height: 40px;
    width: auto;
    text-align: center;
}
.topNav .swiper-slide.active-nav{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.list-cont .swiper-container{
    height: 100%;
}
.list-cont .swiper-container .swiper-slide{
    overflow-y: scroll;
    -webkit-overflow-scrolling : touch;
}
.list-cont .swiper-slide ul li{
    background: #fff;
    margin: 10px;
    height: 80px;
    padding: 6px;
}
.list-cont .swiper-slide ul li:hover,.list-cont .swiper-slide ul li:active{
    background: #F8F8F8;
}
.list-cont .swiper-slide ul li a{
    text-align: left;
}
.list-cont .swiper-slide ul li .time{
    text-align: right;
    color: #75A808;
    margin-top: -5px;
}
.list-cont .swiper-slide ul li a h5,.qylist-cont ul li h5{
    margin: 2px 0;
    font-size: 16px;
    color: #3E3E3E;
}
.list-cont .swiper-slide ul li a p,.qylist-cont ul li p{
    margin: 0;
    color: #6B6B6B;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.qylist-cont{
    padding-top: 60px;
}
.qylist-cont ul li{
    height: 80px;
    background: #fff;
    margin: 10px;
    padding: 10px;
}
.qylist-cont ul li .qylogo{
    width: 78px;
    height: 60px;
    margin-right: 10px;
    -webkit-box-flex: 0;-webkit-flex: 0 0 auto;-moz-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;
}
.qylist-cont ul li .qylogo img{
    width: 100%;
    height: 100%;
}
.qylist-cont ul li h5{
    text-align: left;
}
.detail-cont{
    padding-top: 60px;
}
.detail-cont .read,.detail-cont .more{
    margin: 10px;
    background: #fff;
    padding: 10px;
}
.detail-cont .read .title h3,.detail-cont .read .title p{
    text-align: center;
    margin: 6px 0;
}
.detail-cont .read .read-cont,.detail-cont .more .read-cont{
    margin-top: 20px;
}
.detail-cont .read .read-cont p,.detail-cont .more .read-cont p{
    text-indent: 28px;
}
.detail-cont .read .read-cont img,.detail-cont .more .read-cont img{
    width: 100%;
    margin-bottom: 16px;
    display: block;
}
.detail-cont .more .title h3{
    color: #75A808;
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid #75A808;
}

footer{
    height: 100px;
    background: #3E3E3E;
    margin-top: 40px;
}
footer .surport{
    margin: auto;
    text-align: center;
}
.topNav .swiper-slide.active-nav {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-cont ul li .qylogo {
    width: 78px;
    height: 60px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.list-cont ul li .qylogo img {
    width: 100%;
    height: 100%;
}
.list-cont .prod-body {
    flex: 1;
    min-width: 0;
}

.article-page .article-next {
    float: right;
    max-width: 45%;
    padding-right: 10px;
}
.article-page .article-prev {
    max-width: 45%;
    padding-left: 10px;
}
[class*="ico-"] {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.ico-add-o {
    width: 31px;
    height: 30px;
    background-position: -39px 0px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-chart {
    width: 29px;
    height: 23px;
    background-position: 0px -41px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-hamburger {
    width: 23px;
    height: 17px;
    background-position: -108px -28px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-home {
    width: 26px;
    height: 23px;
    background-position: 0px -69px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-logo {
    width: 36px;
    height: 36px;
    background-position: 0px 0px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-news-arrow {
    width: 7px;
    height: 12px;
    background-position: -108px -49px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-news {
    width: 27px;
    height: 23px;
    background-position: -74px -26px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-parter {
    width: 24px;
    height: 24px;
    background-position: -108px 0px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-sitemap {
    width: 30px;
    height: 22px;
    background-position: -32px -41px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.ico-truck {
    width: 31px;
    height: 21px;
    background-position: -74px 0px;
    background-size: 131.5px 92px;
    background-image: url("/skins/mcms/XJMY/content/images/phoneSprite.png");
}

.xj-grids.weui-grids {
    margin-bottom: 0.5rem;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.xj-grids.weui-grids .weui-grid {
    padding: 10px;
    background-color: #fff;
}

.xj-grids.weui-grids .weui-grid__label {
    margin-top: 0;
    margin-bottom: 8px;
    color: #454545;
}

.xj-grids.weui-grids .weui-grid__icon {
    height: 25px;
}
.m-introduce {
    margin-top: 10px;
    background-color: #fff;
    padding: 16px 15px 20px 15px;
}

.m-introduce > h4 {
    color: #749d13;
    font-size: 16px;
    padding-bottom: 0.5rem;
}

.m-introduce > img {
    width: 100%;
    margin-bottom: 10px;
}

.m-introduce .flex {
    padding: 10px 16px;
}

.m-introduce .flex .flex-1 {
    padding: 0 6px;
}

.m-introduce .flex a {
    display: block;
    background-color: #749d13;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}
.weui-grid::before, .weui-grid::after {
    transform: scaleX(1);
}<!--9.4890594482422E-5-->