/*公用*/
ul{
    list-style: none;
}
.main{
    width: 1200px;
}
.item-padding-1 {
    padding: 10px 10px;
}
.item-margin-auto {
    margin: auto;
}
.item-margin-bottom-1 {
    margin-bottom: 10px;
}
.item_margin_bottom_35{
    margin-bottom: 35px;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}
.floatleft{
    float: left;
}
.flex-JCspace-between{
    display: flex;
    justify-content: space-between;
}
.flex-JCspace-start{
    display: flex;
    justify-content: flex-start;
}
.flex-JCspace-center{
    display: flex;
    justify-content: center;
}
.flex-wrap{
    flex-wrap: wrap;
}

.header-outer,.banner-home,.banner,.us,.meishi,.meishi .meishi-shang,.mendian,.zhaoshang,.zhaoshang .zhaoshang-bkg,.zhanlue,.zhanlue .zhanlue-bkg,.xinwen,.about,.tese,.linian,.linian .linian-bkg,.youshi,.zhengce,.zhengce .zhengce-bkg,.liucheng,.dianpu,.products{
    width: 1200px;
}
.padding-top100-border-box{
    padding-top: 100px;
    box-sizing: border-box;
}

/*背景颜色*/
.bgf6f6f6{
    background-color: #f6f6f6;
}
/*首页*/
.header .header-outer{
}

/*分页*/
.page{
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
}
.page a{
    color: #E3C27E;
    padding: 0 12px;
    margin-right: 10px;
}
.page a:hover{
    text-decoration: #E3C27E underline;
}
.page .active {
    text-decoration: #E3C27E underline;
}

/* banner */
.home-banner-lg{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#lgslider{
    position: relative;
    margin-top: -14px;
}
#lgslider .sliderItem{
    width: 1200px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
#lgslider .prev,
#lgslider .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
#lgslider .next{ left:auto; right:3%; background-position:8px 5px; }
#lgslider .prev:hover,
#lgslider .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#lgslider .prevStop{ display:none;  }
#lgslider .nextStop{ display:none;  }

/* banner移动端 */
#smslider{

}
.home-banner-sm{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home-banner-sm .bd img{
    width: 100%;
    height: auto;
}

/*banner公用*/
.bd{
    padding: 0;
}
.hd{
    display: none;
}
/*公用END*/

/*底部留言*/
.formItem{
    position: relative;
    display: inline-block;
}
.warning{
    position: absolute;
    top: 55px;
    left: 0;
    color: #ffc105;
    width: 100%;
    margin-bottom: 0;
    word-break: break-all;
}
/*定制警告样式*/
.contact-right .warning{
    top: 36px;
    left: 111px;
}
.warning.warningLast{
    top: 113px;
    left: 111px;
}
/*@media (max-width: 1200px){*/
/*    .footer .footer-msg .outer-msg .msg-right .right-input {*/
/*        width: 100%;*/
/*        height: 40px;*/
/*        padding: 0;*/
/*    }*/
/*    .warning{*/
/*        top: 54px;*/
/*    }*/
/*    .formItem{*/
/*        width: 100%;*/
/*    }*/
/*}*/
.footer-info a{
    color: #fff
}
.footer-msg{
    width: 100%;
}
.footer-info{
    width: 100%;
}
/*底部留言END*/

/*招商加盟S*/
.jiameng{
    width: 100%;
}
.jiameng .jiameng-outer .jiameng-form .form-item .inputCtn{
    width: 49%;
    position: relative;
}
.jiameng  .textareaCtn{
    width: 100%;
    position: relative;
}
.jiameng .jiameng-outer .jiameng-form .form-item .inputCtn .item-input{
    width: 100%;
}
/*招商加盟E*/

/*列表*/
.contain .contain-ctn .ctn-products .products-item .item-img img{
    height: 100%;
    width: auto;
}
.contain .contain-ctn .ctn-products .products-item .item-img{
    height: 385px;
}
.contain .contain-ctn .ctn-qualification .qualification-item{
    height: 400px;
    width: 436px;
}
.contain .contain-ctn .ctn-qualification .qualification-item  .item-img-1_y{
    width: 100%;
    height: auto;
    margin: 50px 0;
}
.contain .contain-ctn .ctn-qualification .qualification-item  .item-img-1_x{
    width: auto;
    height: 100%;
}
@media (max-width: 1200px){
    .contain .contain-ctn .ctn-products .products-item .item-img{
        height: 200px;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item{
        height: 275px;
        width: 193px;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item .magnify{
        height: 275px;
        width: 193px;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item .magnify .item-img-1_y{
        width: 100%;
        height: auto;
        margin: 71px 0;
    }
    .contain .contain-ctn .ctn-qualification .qualification-item .magnify .item-img-1_x{
        width: auto;
        height: 100%;
    }
}


/*详情页*/
.detail .detail-outer .detail-left{
    height: 100%;
    overflow-y: auto;
}
.detail .detail-outer .detail-right{
    width: 40%;
}
.main .contain-ctn{
    position: relative;
}
.main .contain-ctn .ctn-title::after{
    content: '';
    width: 80px;
    height: 6px;
    background-color: #d7000f;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.main .contain-ctn .ctn-title{
    font-size: 30px;
    position: relative;
    margin: 35px 0px;
}
.main{
    margin:auto;
    min-height: 500px;
}

/*首页*/
.meishiBanner .hd{
    display: block;
}
.meishi .meishi-info{
    margin-top: 0;
}
/*关于我们*/


/*新闻动态*/
.contain{
    width: 1200px;
    min-height: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 60px 0;
}
.contain .contain-ctn{
    margin-top: 30px;
}
.contain .contain-ctn .ctn-news{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    width: 1200px;
    flex-wrap: wrap;
    margin: -25px 0 25px 0;
}
.contain .contain-ctn .ctn-news .news-item{
    width: 580px;
    height: 180px;
    background-color: #f8f8f8;
    margin-top: 30px;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}
.contain .contain-ctn .ctn-news .news-item:hover{
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.28);
}
.contain .contain-ctn .ctn-news .news-item .item-left{
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #d7000f;
    font-family: ArialMT;
    color: #ffffff;
}
.contain .contain-ctn .ctn-news .news-item .item-left p:first-child{
    color: #fff;
    font-weight: bold;
    font-size: 48px;
}
.contain .contain-ctn .ctn-news .news-item .item-left p:last-child{
    color: #fff;
    font-size: 16px;
}
.contain .contain-ctn .ctn-news .news-item .item-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
    height: 120px;
}
.contain .contain-ctn .ctn-news .news-item .item-right p:first-child{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.contain .contain-ctn .ctn-news .news-item .item-right p:last-child{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
}
.contain .listTitle{
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222222;
    position: relative;
    margin-bottom: 29px;
}
.contain .listTitle::before {
}
.contain .listTitle::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 55px;
    height: 5px;
    background-color: #d7000f;
    transform: translate(-50%);
    left: 50%;
}
/*文章详细*/

/*产品列表*/
.btn .btn-item p{
    text-transform:none;
}
/*产品列表E*/

/*联系我们*/
.contact {
    display: flex;
    align-items: center;
    width: 1400px;
    margin: auto;
    padding: 50px;
}
.contact ul{
    padding: 0;
    font-size: 22px;
}
.contact iframe{
    width:802px;height:352px;
}
/*联系我们E*/


/*Nav2样式*/
.header2{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.header2 .header-outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 48px;
    color: #222222;
}
.header2 .header-left{
    height: 36px;
}
.header2 .header-left img{
    height: 100%;
}
.header2 .header-right{
    display: flex;
    align-items: center;
}
.header2 .header-right .right-nav{
    display: flex;
    align-items: center;
}
.header2 .header-right .right-nav .navItem{
    font-size: 0.7vw;
    margin-right: 50px;
    position: relative;
    height: 100px;
    line-height: 100px;
}
.header2 .header-right .right-nav .navItem:last-child{
    margin-right: 0px;
}
.header2 .header-right .right-nav .navItem .nav-text{
}
.header2 .header-right .right-nav .active{

}
.header2 .header-right .right-nav .active::before{
    content: '';
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 4px;
    background-color: #d7000f;
    transform: translate(-50%);
    left: 50%;
}
.header2 .header-right .right-nav .navItem:hover{
}
.header2 .header-right .right-nav .navItem:hover::before{
    content: '';
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 4px;
    background-color: #d7000f;
    transform: translate(-50%);
    left: 50%;
}
.header2 .header-right .right-nav .navItem::after{
    content: '';
    position: absolute;
    top: 43px;
    width: 2px;
    height: 15px;
    background-color: #222222;
    right: -26px;
}
.header2 .header-right .right-nav .navItem:last-child::after{
    width: 0px;
}
.header2 .header-right .right-nav .navItem .childCtn{
    font-size: 0.6vw;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    left: -10px;
    box-sizing: border-box;
    padding: 0 10px;
    display: none;
}
.header2 .header-right .right-nav .navItem .childCtn .childText{
    display: block;
    line-height:40px;
    height: 40px;
    width: max-content;
}
.header2 .childText:hover{
    border-bottom:4px solid #d7000f;
    box-sizing: border-box;
}
.header2 .childText .active{
    border-bottom:4px solid #d7000f;
    box-sizing: border-box;
}

/*列表页1*/
.list1{
    position: relative;
    min-height: 650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -16px;
    padding: 70px 0;
    width: 1200px;
    box-sizing: border-box;
}
.list1 .listTitle{
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222222;
    position: relative;
    margin-bottom: 29px;
}
.list1 .listTitle::before {
}
.list1 .listTitle::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 55px;
    height: 5px;
    background-color: #d7000f;
    transform: translate(-50%);
    left: 50%;
}
.list1 .classList{
    margin-top: 12px;
    width: 100%;
}
.list1 .classList .listItem{
    margin-top: 18px;
    height: 38px;
    border-radius: 25px;
    font-size: 12px;
    /* font-weight: normal; */
    /* font-stretch: normal; */
    line-height: 38px;
    color: #999999;
    text-align: center;
    margin-right: 30px;
    padding: 0 22px;
    border: solid 1px #999999;
}
.list1 .classList .listItem.active,.list1 .classList .listItem:hover{
    background-color: #d7000f;
    border: solid 1px #d7000f;
    color: #ffffff;
}
.list1 .classList .listItem:nth-child(6n){
    margin-right: 0px;
}
.list1 .listCtn{
    margin-top: 30px;
    width: 100%;
}
.list1 .listCtn img{
    width: 100%;
}
.list1 .listContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #222222;
    width: 100%;
}

.list1 .listContent .listItem {
    width: 580px;
    height: 430px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.08);
    border-top: 4px solid #d7000f;
    box-sizing: border-box;
    margin-bottom: 35px;
    margin-right: 40px;
}
.list1 .listContent .listItem:hover {
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.28);
}
.list1 .listContent .listItem:nth-child(2n) {
    margin-right: 0px;
}
.list1 .listContent .listItem .itemBtn{
    width: 313px;
    height: 45px;
    margin: 0 auto;

    border-radius: 10px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    background-color: #d7000f;
    color: #ffffff;
    box-sizing: border-box;
}
.list1 .listContent .listItem .itemTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 35px 0;
    text-align: center;
    height: 30px;
    font-size: 18px;
    color: #222222;
}

/*列表页2*/
.list2{
    position: relative;
    min-height: 650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -16px;
    padding: 70px 0;
    width: 1200px;
    box-sizing: border-box;
}
.list2 .listTitle{
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    color: #222222;
    position: relative;
    margin-bottom: 29px;
}
.list2 .listTitle::before {
}
.list2 .listTitle::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 55px;
    height: 5px;
    background-color: #d7000f;
    transform: translate(-50%);
    left: 50%;
}
.list2 .listCtn{
    margin-top: 30px;
    width: 100%;
}
.list2 .listCtn img{
    width: 100%;
}
.list2 .listContent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;

    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #222222;
}

.list2 .listContent .listItem {
    width: 360px;
    height: 325px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 20px;
}
.list2 .listContent .listItem:hover {
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.28);
}
.list2 .listContent .listItem:nth-child(3n) {
    margin-right: 0px;
}
.list2 .listContent .listItem .itemTitle{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
}

/*列表页3*/
.list3{
    position: relative;
    min-height: 650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -16px;
    padding: 70px 0;
    width: 1200px;
    box-sizing: border-box;
}
.list3 .listTitle{
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222222;
    position: relative;
    margin-bottom: 29px;
}
.list3 .listTitle::before {
}
.list3 .listTitle::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 55px;
    height: 5px;
    background-color: #d7000f;
    transform: translate(-50%);
    left: 50%;
}
.list3 .listCtn{
    margin-top: 30px;
    width: 100%;
}
.list3 .listCtn img{
    width: 100%;
}
.list3 .listContent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #222222;
    width: 100%;
}

.list3 .listContent .listItem {
    width: 386px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 20px;
}
.list3 .listContent .listItem:nth-child(3n) {
    margin-right: 0px;
}
.list3 .listContent .listItem .itemTitle{
    font-size: 18px;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
}

/*联系我们（左右结构）*/
.contact-left{
    width: 750px;
    height: 382px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding: 40px 10px;
}
.contact-left p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
}
.contact-left p a{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
}
.contact-left p:first-child {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 0px;
    color: #000000;
}
.contact-right iframe body{
    overflow: hidden;
}

/*单页*/
.info{
    position: relative;
    min-height: 650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -16px;
    padding: 50px 0;
    width: 1200px;
    box-sizing: border-box;
}
.info .singleTitle{
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222222;
    position: relative;
    margin-bottom: 29px;
}
.info .singleTitle::before {
}
.info .singleTitle::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 55px;
    height: 5px;
    background-color: #d7000f;
    transform: translate(-50%);
    left: 50%;
}
.info .singleCtn{
    margin: 30px 0;
    width: 100%;
}
.info .singleCtn img{
    width: 100%;
}
.info .singleContent {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #222222;
    width: 100%;
}

/*imgListType2*/
.listtype2{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listtype2 .list-title {
    margin: 40px 0 30px 0;
}
.listtype2 .wrap {
    align-items: center;
}
.listtype2 .wrap .wrap-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}
.listtype2 .wrap .wrap-item .item-img{
    width: 100%;
}
.listtype2 .wrap .wrap-item .item-img img {
    width: 100%;
    height: 100%;
}
.listtype2 .wrap .wrap-item .item-text {
    margin-top: 5px;
    font-size: 25px;
    margin-bottom: 6px;
}

