.header {
    background: url(../images/headerbar.png) repeat-x;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    color: #fff
}

.headfr {
    font-weight: bold;
    line-height: 90px
}

.headfr .en {
    color: #fbcc36;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 16px;
}

.header-min {
    background-color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border-bottom: 1px solid #e6e6e6;
}

.header-min .logo {
    height: 70px;
    line-height: 70px;
    padding-top: 0px;
    transition: all 1s ease
}

.header-min .nav li a {
    line-height: 70px;
    transition: all 1s ease;
    color: #505050;
}

.header-min .nav .subNav {
    background: #fff;
    opacity: .98;
}

.header-min .nav .subNav a {
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
}

.header-min .nav a:hover {
    color: #e40615;
}

.header-min .headfr {
    height: 70px;
    line-height: 70px;
    transition: all 1s ease;
    color: #e40615;
}

.header-min .headfr .en {
    color: #e40615;
}

.header-min .menu .active {
    color: #e40615;
}

.header-min .menu .active::after {
    top: 69px;
    background-color: #e40615;
}

.logo {
    height: 90px;
    overflow: hidden;
    background-color: #e40615;
    padding-top: 20px
}

.logo img {
    height: 50px
}

/* 导航 */
.menu {
    padding-left: 40px
}

.menu li {
    line-height: 90px;
    position: relative;
    text-align: center
}

.menu li a::after {
    position: absolute;
    top: 89px;
    background: #fbcc36;
    height: 2px;
    content: '';
    left: 0;
    width: 0
}

.menu .active::after {
    width: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    left: 50%;
    margin-left: -15px
}

.menu li a {
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative
}

.menu .subNav {
    background: #58150c;
    width: 100%;
    left: 0;
    display: none;
    opacity: .8;
    position: absolute;
    box-shadow: 3px 5px 15px rgb(0 0 0 / 20%)
}

.menu a:hover,
.menu .active {
    color: #fbcc36
}

.menu .subNav a {
    line-height: 45px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    font-weight: normal
}

/* 轮播图 */
.banner {
    overflow: hidden;
    height: 900px;
    width: 100%;
    background: #58150c;
    margin: 0
}

.bannerItem {
    height: 900px;
    position: relative
}

.bannerImg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

/* 标题 */
.title {
    overflow: hidden;
    padding: 0px 0 40px;
    text-align: center
}

.title h2 {
    font-size: 40px;
    margin-bottom: 10px
}

.title h3 {
    font-size: 30px;
}

.title h4 {
    font-size: 36px;
    margin-bottom: 40px;
}

.title h4 span {
    position: relative;
}

.title h4 span::after {
    content: "";
    background: #e6e6e6;
    width: 200%;
    left: -50%;
    height: 1px;
    position: absolute;
    bottom: -40px
}

.title p {
    text-transform: uppercase;
    color: #999;
    font-size: 18px
}

.title .info {
    position: relative;
    text-transform: uppercase;
    color: #999
}

.title .t {
    color: #e40615;
    margin: 0 4px
}

/* .title .info::before{content:"";background:#999;width:20px;height:2px;position:absolute;left:-40px;bottom:10px} */
.title .info::after {
    content: "";
    background: #999;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -20px
}

/* 加盟 */
.ijoin {
    overflow: hidden
}

.ijoin-fl {
    overflow: hidden;
    position: relative
}

.ijoin-fl .col-1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    height: 340px
}

.ijoin .col-2 {
    overflow: hidden;
    position: relative;
    height: 280px
}

.ijoin-fr {
    overflow: hidden;
    padding-left: 20px;
    height: 640px
}

.ijoin-fr-txt {
    overflow: hidden;
    position: relative;
    height: 500px
}

.ijoin-fr-txt p {
    font-size: 16px
}

.ijoin-btn {
    overflow: hidden;
    margin-top: 20px;
    height: 120px
}

.ijoin-btn a {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 40px;
    background: #f3a8a8;
    border-radius: 2px
}

.ijoin-btn a:hover {
    background: #e40515;
    text-align: right
}

.ijoin-btn span {
    margin: 0 10px
}

.ijoin-content .info {
    overflow: hidden;
    position: absolute;
    color: #fff;
    border-radius: 2px
}

.ijoin .ijoin-fl .info {
    left: 20px;
    bottom: 20px;
    background: #7e403f;
    opacity: .9;
    padding: 20px
}

.ijoin .ijoin-fr .info {
    padding: 40px;
    position: absolute;
    right: 0px;
    bottom: 120px;
    background: rgba(119, 89, 72, .9)
}

.ijoin-fl a:hover .info {
    width: 100%;
    text-align: center;
    left: 10%;
    width: 80%;
    height: 80%;
    bottom: 10%;
    opacity: .98;
    padding-top: 80px
}

.ijoin-fr a:hover .info {
    width: 100%;
    text-align: center;
    left: 10%;
    width: 80%;
    bottom: 10%;
    opacity: .98
}

.ijoin .info h2 {
    font-size: 24px;
    margin-bottom: 10px
}

.ijoin .info h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.ijoin .info h4 {
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 200
}

.ijoin .info .am-icon {
    margin-left: 10px
}

.join-bg {
    background: url(../images/join-bg.jpg) no-repeat center #fcf5f5;
    background-size: cover;
}

.bg1 {
    background: url(../images/bg1.jpg) no-repeat center #fcf5f5;
    background-size: cover; 
}

/* 首页品牌 */
.ibrand-wrap{
    overflow: hidden;
    margin-top: 80px;
}
.ibrand {
     overflow: hidden;
    margin-top: 30px
}

.ibrand li {
    padding: 10px
}

.ibrand a {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f3f3f3
}

.ibrand .am-icon:hover {
    color: #fff;
    background: #e40615
}

.ibrand-img {
    overflow: hidden;
    width: 386px;
    height: 425px
}

.ibrand-img img {
    width: 100%;
    height: 100%
}

.ibrand p {
    padding: 20px;
    font-size: 18px;
    position: relative
}

.ibrand .am-icon {
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px; 
    display: inline-block;
    text-align: center
}

/* 首页新闻 */
.inews-content {
    padding: 80px;
    overflow: hidden;
    position: relative;
    background: url(../images/news-bg.jpg) no-repeat center bottom #fcf5f5
}

.inews .am-tabs-nav {
    right: 80px;
    top: 100px;
    position: absolute;
}

.inews .am-nav-tabs>li>a {
    margin: 0;
    padding: 0 20px;
    line-height: 42px;
    height: 42px;
    text-align: center
}

.inews .am-nav-tabs>li.am-active>a,
.inews .am-nav-tabs>li.am-active>a:focus,
.inews .am-nav-tabs>li.am-active>a:hover {
    background: #f3a8a8;
    color: #fff
}

.inews .am-tabs-bd {
    padding: 20px 0 0px;
    height: 415px;
    border: none
}

.inews .am-tab-panel {
    padding: 0px
}

.inews-swp .am-slider {
    overflow: hidden;
    margin: 0
}

.inews-swp .item {
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
}

.inews-swp img {
    width: 100%;
    height: 320px
}

.inews-swp h3 {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    width: 100%
}

.inews-swp .am-direction-nav,
.inews-swp .am-control-nav {
    display: none
}

.inews-lst {
    padding: 0px 0 0 20px;
    overflow: hidden
}

.inews-lst .item {
    padding: .8em 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: relative
}

.inews-lst .item span.time {
    position: absolute;
    color: #775948;
    right: 0;
    top: 10px
}

/* 产品 */
.ipro {
    overflow: hidden
}

.ipro .rl-item {
    height: 420px;
    padding-bottom: 10px
}

.ipro .rl-item-main {
    padding: 0 !important
}

.ipro .rl-item .pic {
    padding-bottom: 60%
}

.ipro .rl-item .txt {
    padding: 20px;
    height: 220px
}

.ipro .rl-item .txt .desc {
    height: 87px
}

.ipro .rl-item .view {
    position: relative;
    margin-top: 10px;
    left: 0;
    bottom: 0
}

.ipro-swp-prne {
    right: 10px;
    position: absolute;
    top: 60px;
    z-index: 999
}

.ipro-swp .swiper-button-next,
.swiper-button-prev {
    position: relative;
    margin: 0;
    top: 0;
    width: auto;
    height: auto;
    left: auto;
    right: auto
}

.ipro-hoticon {
    background: url(../images/hoticon.gif) no-repeat center;
    position: absolute;
    left: 0px;
    z-index: 9;
    width: 37px;
    height: 37px;
    top: 0px
}

/* 联系 */
.icontact {
    overflow: hidden;
    padding-top: 80px;
}

.icontactFl {
    float: left;
    width: 580px;
    margin-right: 20px;
    height: 400px
}

.icontactFlItem {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px
}

.icontactFlItem i {
    margin-right: 5px
}

.icontactFr {
    float: left;
    width: 600px;
    height: 385px;
    background: #fff;
    overflow: hidden
}

.icontactFr iframe {
    width: 100%
}

/* 表格 */
.iwebform-bg {
    position: relative
}

.iwebform-content {
    position: relative
}

.iwebform {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
    padding: 80px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .2)
}

.iwebform-tit {
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../images/join-icon.png) no-repeat top left;
    width: 100px;
    background-size: 100px;
    height: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px
}

.iwebform ul {
    margin-top: 20px
}

.iwebform li {
    padding-bottom: 0
}

.iwebform .am-btn {
    padding: .8em 1em
}



/* 新闻列表 */
.news-lst {
    padding-bottom: 20px;
    overflow: hidden;
}

.news-lst li {
    padding-bottom: 20px;
    overflow: hidden;
}

.news-lst li:nth-child(2n-1) .news-lst-time {
    position: absolute;
    right: 0px;
    top: 0px;
}

.news-lst li:nth-child(2n-1) .news-lst-img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.news-lst li:nth-child(2n-1) .news-lst-txt {
    position: absolute;
    left: 33.33333333%;
    top: 0px;
}

.news-lst-content {
    overflow: hidden;
    border: 1px solid #f3f3f3;
    padding: 40px;
    height: 330px;
}

.news-lst-item {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.news-lst-img {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.news-lst-time {
    background: #f3a8a8;
    padding: 60px 20px 0;
    text-align: center;
    height: 100%;
    color: #fff;
    border: 1px solid #dbb3b4;
}

.news-lst-item:hover .news-lst-time {
    background: #e40616;
    -webkit-transition: all ease 1s;
    transition: all ease 1s
}

.news-lst-time h3 {
    font-size: 48px
}

.news-lst-txt {
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    height: 100%;

}

.news-lst-txt p {
    color: #999;
    margin: 20px 0;
}

.news-lst-txt .am-btn {
    position: absolute;
    left: 40px;
    bottom: 20px;
    bottom: 0
}


.innerpage {
    overflow: hidden;
    padding: 0 0 40px
}

.innerpage-fr {
    padding-left: 40px;
}

/* 栏目背景 */
.inner-banner {
    background-color: #58150c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 450px
}

.inner-banner-content {
    position: relative;
    height: 100%;
}

/* 面包屑导航 */
.position {

    padding: 20px 0 0;

}

.position .am-breadcrumb {
    margin: 0;
}

.position .am-breadcrumb a.active {
    color: #e40615
}


/* 子栏目导航 */
.side-menu {
    padding: 40px 0;
    overflow: hidden;
    text-align: center;
}

.side-menu a {
    display: inline-block;
    padding: 1.4em 2.5em;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 2px solid #e6e6e6
}

.side-menu a.active,
.side-menu a:hover {
    border-color: #e40616;
    background-color: #e40616;
    color: #fff
}



.about-lights {
    position: relative;
    overflow: hidden;
    padding-top: 80px
}

.about-lights-container {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .02)
}

.about-lights .item {
    text-align: center;
    position: relative
}

.about-lights .item::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 1px;
    background: #eaeaea;
    content: ''
}

.about-lights li:nth-child(4) .item::after {
    display: none
}

.about-lights li {
    padding: 40px 0
}

.about-lights h3 {
    font-size: 48px
}

.about-lights .tit {
    font-weight: bold
}

.about-lights .text-sm {
    font-size: 16px
}

.about-lights p {
    color: #949494
}



.lst-brand-tit {
    margin: 80px 0;
    position: relative
}

.lst-brand-tit::after {
    position: absolute;
    bottom: -40px;
    background: #fbcc36;
    height: 4px;
    content: '';
    left: 0;
    width: 40px
}

.lst-brand-tit h2 {
    font-size: 36px
}

.lst-brand-tit p {
    font-size: 16px;
    color: #949494
}

.lst-brand-info {
    overflow: hidden;
    width: 600px;
    float: left
}

.lst-brand-info h3 {
    font-size: 20px;
    margin-bottom: 40px
}

.lst-brand-info p {
    margin-bottom: 40px
}

.lst-brand-pic {
    height: 300px;
    overflow: hidden;
    width: 400px;
    float: right;
    margin-left: 100px
}

.lst-brand-pic img {
    width: 400px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.lst-brand-pic img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.webform-wrap {
    padding: 80px 40px;
    border: 1px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
    overflow: hidden;
    background: #fff;
}

.webform-wrap ul {
    max-width: 600px;
    margin: 0 auto 0px
}

.webform-wrap ul li {
    margin-bottom: 20px !important
}


/* 加盟表单 */
.consultation-form {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f3f3f3;
}

.consultation-form ul {
    padding: 20px 20px 10px
}

.webform .tit {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url(../images/webform-tit.png) no-repeat left top #d7342e;
    background-size: cover
}

.webform ul li {
    position: relative;
    margin-bottom: 10px
}

.webform ul li span {
    position: absolute;
    left: 15px;
    top: 8px
}

.webform ul li input,
.webform select {
    text-indent: 45px;
    padding: 0.8em !important;
    color: #775948 !important
}

.webform .captcha {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 38px;
    border-left: 1px solid #f3f3f3;
    cursor: pointer
}

/* 热门资讯 */
.rec-lst {
    overflow: hidden;
    border: 1px solid #f3f3f3
}

.rec-lst .tt {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    font-size: 20px;
    position: relative;
    padding: 10px 20px;
}

.rec-lst .tt:before {
    position: absolute;
    height: 20px;
    width: 8px;
    content: '';
    background: #605050;
    left: 0px;
    top: 14px;
}

.rec-lst ul {
    margin: 0;
}

.rec-lst li {
    border-bottom: 1px solid #f3f3f3;
    padding: 8px 0;
}


/* 文章详情 */
.am-article {
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
    line-height: 1.8;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}

.am-article-hd h1 {
    margin-bottom: 40px;
    font-size: 40px;
}

.am-article-title {
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
    font-weight: bold
}

.am-article-title:before {
    position: absolute;
    height: 40px;
    width: 10px;
    content: '';
    background: #605050;
    ;
    left: -40px;
    top: 0px
}

.am-article-hd {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px
}

.am-article-bd img {
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #f2f2f2
}

.am-article-bd p {
    margin-bottom: 10px
}

.am-article-meta {
    margin-bottom: 10px
}

.am-article-meta span {
    margin-right: 10px;
    font-size: 12px;
    color: #775948
}

.am-article-prne {
    margin: 20px 0 0;
    overflow: hidden
}

.am-article-prne a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6
}

.am-article-prne .nomore {
    color: #775948
}

.am-article-lead {
    margin-bottom: 20px;
    font-size: 12px;
    color: #775948;
    line-height: 1.5;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
    padding: 10px
}


/* 页码 */
.am-pagination {
    margin: 0px 0 40px;
    overflow: hidden;
    text-align: center;
}

.am-pagination li {
    /* float: left; */
    list-style: none;
    padding-right: 10px;
    display: inline-block;
}

.am-pagination li.active span,
.am-pagination li a:hover {
    background: #f3a8a8;
    color: #fff
}

.am-pagination a,
.am-pagination span {
    display: block;
    padding: .4em 1em;
    border: 1px solid #e6e6e6;
    background: #fff
}

.footer {
    overflow: hidden;
    padding: 80px 0 40px;
    border-top: 1px solid #f3f3f3;
}

.footerNav a {
    display: block;
    font-weight: bold;
    font-size: 12px
}

.footerNavSub {
    margin-top: 20px
}

.footerNavSub a {
    color: #999;
    display: block;
    margin-bottom: 10px;
    font-weight: normal
}

.footerWechat p {
    text-align: center;
    margin-top: 10px;
    font-size: 12px
}

.footerLink {
    overflow: hidden;
    font-size: 12px
}

.footerLink span {
    font-weight: bold
}

.footerLink a {
    color: #999;
    border-right: 1px solid #999;
    padding: 0 5px;
    font-size: 12px
}

.footerBq {
    margin-top: 10px;
    color: #999;
    font-size: 12px
}

.footer .am-gotop-fixed .am-gotop-icon {
    opacity: .4
}

.footer-form {
    position: fixed;
    bottom: 0;
    background: #f3a8a8;
    height: 90px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    text-align: center
}

.footer-form img {
    display: inline-block;
    vertical-align: middle
}

.footer-form div {
    display: inline-block;
    vertical-align: middle
}

.footer-form input {
    height: 45px;
    font-size: 18px;
    padding: 0;
    float: left;
    outline: none;
    border: none;
    text-indent: 1em
}

.footer-form .submit-btn {
    width: 140px;
    border: none;
    color: #f03157;
    font-weight: bold;
    background: #fff000;
    text-align-last: center;
    cursor: pointer;
    margin-right: 10px
}

.footer-form .info {
    font-size: 24px;
    line-height: 90px;
    font-weight: bold;
    color: #ffff00
}

.footer-kf {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 9999;
    width: auto;
    height: auto;

}

.footer-kf .kefu-title {
    width: 40px;
    text-align: center;
    height: 200px;
    line-height: 200px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 600;
    background: #e40616;
    border-radius: 2px;
}

.footer-kf-content {
    position: relative;
    z-index: 600;
    display: none;
    border-radius: 2px;
}

.footer-kf-content ul li {
    background: #e40616;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 1px;
}

.footer-kf-content ul li:last-child {
    margin: 0;
}

.footer-kf-content ul li:hover {
    opacity: .8;
}

.footer-kf-content ul li p {
    font-size: 12px;
    color: #fff
}

.footer-kf-content .item {
    position: absolute;
    right: 71px;
    z-index: 99;
    width: 120px;
    height: 100%;
    display: none;
    top: 0px;
    padding: 10px;
    color: #fff;
    background: #e40616
}

.footer-kf .item-li {
    padding: 10px 0;
}

.footer-kf .item p,
.footer-kf .item a {
    margin-top: 10px;
    color: #fff
}
@media only screen and (max-width:641px) {
    body{
        min-width: 100%;
    }

    .am-container, .am-container-avg {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .am-header-default{
        background: #e40616;
        height: 50px;
        line-height: 50px;
        padding-left: 0;

    }
    .am-header .am-header-left{
        left: 0;
    }
    .am-header .am-header-left img{
        height: 48px;
    }
    .am-menu-dropdown1 .am-menu-nav>li>a{
        background: #e40616;
        border-bottom: 1px solid #e42216;
    }
    .title{
        padding-bottom: 24px;
    }
    .title h2{
        font-size: 30px;
    }
    .banner{
        height: 375px;
    }
    .bannerImg{
        height: 375px;
    }
    .yr-p-v{
        padding: 24px 0;
    }
    .ijoin-fl{
        padding: 12px;
        height: auto;
    }
    .ijoin-fl .col-1{
        padding: 0;
        height: auto;
        height: 240px;
    }
    .ijoin .col-2{
        height: 240px;
    }
    .ijoin-fr{
        padding:0 12px 0px ;
        height: auto;
    }
    .ijoin-fr-txt{  
        height: 360px;
    }
    .ijoin .ijoin-fr .info{
        left: 20px;
        bottom: 20px;
    }
    .ijoin-btn a{
        font-size: 18px;
    }
    .inews-content{
        padding:24px 12px 120px;
    }
    .inews .am-tabs-nav{
        position: relative;
        right: auto;
        top: auto;
    }
    .inews-swp img{
        height: 240px;
    }
    .inews .am-tabs-bd{
        height: auto;
    }
    .inews-lst{
        padding: 0;
    }
    .inews-lst .item span.time{
        display: none;
    }
    .ibrand-wrap{
        margin: 0;
    }
    .ibrand-img{
        width: auto;
        height: 240px;
    }
    .yr-list-info{
        padding: 12px;

    }
    .yr-list-info h2{
        font-size: 14px;
    }
    .ipro-swp-prne{
        position: relative;
        top: auto;
        right: auto;
        margin: 12px 0 0;
    }
    .iwebform-bg{
        padding: 24px 12px;
    }
    .iwebform{
        padding:148px 24px 24px;
    }
    .iwebform-tit{
        left: 50%;
        margin-left: -50px;
        top: 24px;
    }
    .icontact{
        margin: 24px 0;
    }
    .footer{
        padding: 24px 12px;
    }
    .inner-banner{
        height:180px;
    }
    .lst-brand{
        padding: 24px 12px;
    }
    .lst-brand-pic{
        width: 100%;
        margin: 0;
        float: auto;
        height: auto;
    }
    .about-lights{
        padding-top: 24px;
    }
    .about-lights li{
        width: 50%;
    }
    .about-lights .item::after{
        display: none;
    }
    .side-menu{
        padding: 24px 12px;
    }
    .side-menu a{
        padding: 10px;
        margin-right: 0;
    }
    .yr-h150{
        padding-bottom: 100%;
    }
    .news-lst-content{
        height: auto;
        padding:0 12px 0;
        border:none
    }
    .news-lst-txt{
        padding: 0px;
        width: 100%;
    }
    .news-lst-img{
        width: 100%;
    }
    .news-lst-txt .am-btn{
        display: none;
    }
    .news-lst-time{
        width: 100%;
        padding:0 0 24px;
        box-shadow: none;

        background: #fff;
        color: #333;
        border:none;
        text-align: right;
    }
    .news-lst-item{
        border: 1px solid #e6e6e6;
        overflow: hidden;
        padding: 24px;
    }
    .news-lst li:nth-child(2n-1) .news-lst-time{
        position: relative;
    }
    .news-lst li:nth-child(2n-1) .news-lst-img{
        position: relative;
    }
    .news-lst li:nth-child(2n-1) .news-lst-txt{
        position: relative;
        left: auto;
    }
    .innerpage-fl{
        width: 100%;
    }
    .innerpage-fr{
        display: none;
    }
    .am-article-hd h1{
        font-size: 30px;
    }
}