/* CSS Document */
/*
Theme Name: 中粮集团
Theme URI: http://www.zhongliang.com/
Description:  DEVDIY开发者的作品。
Author:  DEVDIY开发者
Author URI: https://www.devdiy.com/
Date:2024-09-18
Version: 1.0
License: DEVDIY开发者许可认证
*/
* {
    margin: 0;
    padding: 0;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* html {
    font-size: 44.44px;
    overflow-x: hidden;
}

@media screen and (min-width:320px) and (max-width:359px) {
    html {
        font-size: 44.44px
    }

    html[mip] {
        font-size: 44.44px !important
    }
}

@media screen and (min-width:360px) and (max-width:374px) {
    html {
        font-size: 50px
    }

    html[mip] {
        font-size: 50px !important
    }
}

@media screen and (min-width:375px) and (max-width:383px) {
    html {
        font-size: 52.08px
    }

    html[mip] {
        font-size: 52.08px !important
    }
}

@media screen and (min-width:384px) and (max-width:392px) {
    html {
        font-size: 53.33px
    }

    html[mip] {
        font-size: 53.33px !important
    }
}

@media screen and (min-width:393px) and (max-width:413px) {
    html {
        font-size: 54.58px
    }

    html[mip] {
        font-size: 54.58px !important
    }
}

@media screen and (min-width:414px) and (max-width:539px) {
    html {
        font-size: 57.5px
    }

    html[mip] {
        font-size: 57.5px !important
    }
}

@media screen and (min-width:540px) {
    html {
        font-size: 75px
    }

    html[mip] {
        font-size: 75px !important
    }
} */

ul,
li,
ol {
    list-style: none;
}

img {
    border: 0;
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.img100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a {
    text-decoration: none;
    color: #252525;
    outline: none;
}


body {
    font-size: 14px;
    color: #252525;
    font-family: '微软雅黑', 'Pingfang-SC';
}

html.bodyhidden {
    overflow: hidden;
}

.clear {
    clear: both;
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both
}

*,
::after,
::before {
    box-sizing: border-box;
}

a,
button {
    cursor: pointer;
}

button {
    border: none;
    background: none;
    border-radius: 0;
}

video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
}

table {
    width: 100%;
    border-collapse: collapse;
}


/*滚动条样式
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);background: rgba(0,0,0,0.1);}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}
*/


/*以下为兼容手机*/
input,
textarea,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear {
    display: none;
}

/*以上为兼容手机*/

/*针对 type-"number"*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.headerbg {
    width: 100%;
    padding: 50px 0 0px 0;
    background: #fff;
    position: relative;
    z-index: 99999;
    transition: all 0.3s;
}

.headerbg.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.header {
    z-index: 8;
    /* height: 110px; */
}

.header_left {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.logo {
    width: 302px;
    height: 56px;
    margin-bottom: 48.2px;
}

.logo a {
    display: block;
}

.logo img {
    max-width: 303px;
}


/*主导航开始*/
.mainmenubg {
    transition: all 0.3s;
}

.mainmenu {
    /* margin-left: 200px; */
}

.mainmenu>ul {
    display: flex;
    justify-content: flex-end;
}

.mainmenu>ul>li {
    margin-left: 5px;
    position: relative;
}

.mainmenu>ul>li:last-child {
    margin-right: 0px;
}

.mainmenu>ul>li>a {
    text-align: center;
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 40px;
    padding: 0px 25px;
    position: relative;
    white-space: nowrap;
    border-bottom: #fff 3px solid;
}

.mainmenu>ul>li>a:hover,
.mainmenu>ul>li.active>a {
    color: #f28401;
    border-bottom: #f28401 3px solid;
}



/*有子导航加箭头
.mainmenu li.menu-item-has-children > a{ padding-right:24px;}
.mainmenu li.menu-item-has-children > a:after{ content:""; display:block; width:24px; height:16px; background:url(images/navliiconnew.svg) no-repeat; position:absolute; right:0; top:50%; margin-top:-8px; transition:all 0.3s; }
*/

/*普通二级菜单
.mainmenu ul li ul.sub-menu{ width:200px; position:absolute; left:-50%; top:90px; z-index:5; transform: translateY(40px); visibility:hidden; opacity: 0; transition:all 0.5s; border-radius:8px; box-shadow: 0px 18px 28px 0px rgba(0, 0, 0, 0.10);  background: #FFF; padding:20px; }
.headerbg.fixed .mainmenu ul li ul.sub-menu{ top:80px;}
.mainmenu ul li ul.sub-menu:before{ content: ''; display: inline-block; border: 10px solid transparent; border-bottom-color:#fff; position: absolute; top: -19px; left: 50%; margin-left:-10px;}
.mainmenu ul li ul.sub-menu li{ margin:0 0 10px 0; height:auto; padding:0;}
.mainmenu ul li ul.sub-menu li:last-child{ margin-bottom:0;}
.mainmenu ul li ul.sub-menu li a, .mainmenu ul li.menu-item-has-children:hover ul li a{ text-align:left; border-radius:0; font-weight: 400; padding:0; color: #404040;  line-height:25px; width:auto; font-size: 16px;  min-width:inherit; }
.mainmenu ul li ul.sub-menu li a:hover{ color:#0E756A;}
*/

/*移上去
.mainmenu ul li.yishangqu > ul.sub-menu{ transform: translateY(0px); opacity:1; visibility:visible;}
.mainmenu ul li.yishangqu > a.youzifl{ color:#fff;}
.mainmenu ul li.yishangqu.menu-item-has-children > a:after{ transform: rotate(180deg);}
*/
/*手机按钮*/
.mheaderbtn {
    display: none;
}

.colsemenubtn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: #ccc;
    line-height: 30px;
    text-align: center;
}

/*主导航结束*/

.ibg {
    background: #f0f0f0;
    padding: 15px 0;
}

.iprocatall {
    display: flex;
}

.iprocatleft {
    width: 260px;
    margin-right: 20px;
}

.ibanner {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;


}

.ibanner .shownums {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 2%;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
}

.ibanner .shownums span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
}

.ibanner .shownums span.swiper-pagination-bullet-active {
    background: #f28401;
}

.main {
    min-width: 1200px;
    margin: 0 auto;
}

.iprocatcxbtn {
    display: block;
    background: url(images/nav.jpg) no-repeat 20px center #fff;
    background-size: 20px;
    color: #686868;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0 10px 50px;
    letter-spacing: 1px;
}

.iprocatcxbtn {
    display: block;
    background: url(images/nav.jpg) no-repeat 20px center #fff;
    background-size: 20px;
    color: #686868;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0 10px 50px;
    letter-spacing: 1px;
}


.iprocatlist {
    background: #fff;
    padding: 0px 0px;
    margin-top: 10px;
    height: 490px;
}

.iprocatlist>ul>li {
    margin-bottom: 0px;
}

.iprocatlist>ul>li>a {
    font-size: 14px;
    line-height: 2.3;
    color: #666;
    display: block;
    padding: 5px 20px;
    font-weight: bolder;
}

.iprocatlist>ul>li.active>a {
    color: #f28401;
    background: #f5f5f5;
}

.iprocatlist>ul>li.activeColor>a {
    color: #f28401;
}

.iprocatlist>ul>li>ul>li {
    color: #666;
    line-height: 1.6;
    padding: 6.4px 20px;
}

.iprocatlist>ul>li>ul>li.active {
    background: #f5f5f5;
}

.iprocatlist>ul>li>ul>li a {
    color: #666;
}

.iprocatlist>ul>li>ul>li a:hover {
    color: #333;
}

.iprocatright {
    width: 76.67%;
}

.jconfirm-title {
    font-size: 16px !important;
    /* color: #666; */
}

.jconfirm-content {
    color: #666;
}

.iprosearch {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.iprosearch .search {
    width: 100px;
    background: #fff;
    height: 44px;
    line-height: 44px;
    background: url(images/arrowbg.png) no-repeat center right #fff;
    background-size: 10px;
    text-align: center;
    color: #666;
    position: relative;
}

/* .iprosearch .search .nav {
    width: 100%;
    height: 44px;
    border: 0;
    padding: 0 40px 0 30px;
    background: none;
    background: #008fd3;
    color: #666;
    background: url(images/selcetbg.png) no-repeat 82% center;
    background-size: 10px;

} */


.ui-button .ui-icon {
    background: url(images/selcetbg.png) no-repeat center center !important;
    background-size: 10px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    /* border: 0px !important; */
    background: #fff !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px !important;
    background: none !important;
}

.ui-selectmenu-button.ui-button {
    width: 8em !important;
    margin: 0;
}

.ui-selectmenu-menu .ui-menu {
    margin-top: 6px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 1em 10px 1em !important;
}

.ui-selectmenu-menu {
    margin-top: 5px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    /* border: 0px !important; */
    background: #f0f0f0 !important;
    color: #666 !important;
    border: 1px solid #f0f0f0 !important;
}

.iprosearch .search .nav option {}

/* .iprosearch .search::after {
    width: 1px;
    height: 20px;
    position: absolute;
    content: '';
    background: #f0f0f0;
    top: 11px;

} */

.iprosearch form {
    display: flex;
    flex: 1
}

.iprosearch select {
    width: 150px;
    border: none;
    background: url(images/selcetbg.png) no-repeat 70% center #fff;
    font-size: 16px;
    background-size: 15px;
    color: #666;
    cursor: pointer;
    padding-left: 45px;
}

.iprosearch .ipros_input {
    width: calc(100% - 100px);
    border: none;
    background: #fff;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    color: #666;

}


.iprosearch .ipros_input::placeholder {
    color: #C9CACA;
    opacity: 1;
    /* Firefox */
}

.iprosearch .ipro_submit {
    width: 150px;
    background: url(images/iprosearchbtn.png) no-repeat center center #008fd3;
    height: 44px;
    display: block;
    border: none;
    cursor: pointer;
}

.iproslide {
    position: relative;
    margin-top: 10px;
}

.iproimglist {
    overflow: hidden;
}

.iproimglist li a {
    display: block;
}

.iproimglist li a img {
    width: 920px;
    height: 490px;
    object-fit: cover;
}

.iproslide .iproslidepaging {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 2%;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
}

.iproslide .iproslidepaging span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
}

.iproslide .iproslidepaging span.swiper-pagination-bullet-active {
    background: #f28401;
}

.iprosliderel {
    position: relative;
}

.ipromenuall {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #fff;
    padding: 20px 40px 40px 40px;
    display: none;
}

.ipromenuall.show {
    display: block;
}

.ipromenulist {}

.ipromenulist .ipromenuitemhe {
    display: none;
}

.ipromenulist .ipromenuitemhe.show {
    display: block;
}

.ipromenulist .ipromenuitem {
    margin-top: 20px;
}

.irpomenutit {
    border-bottom: #cfcfcf 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.irpomenutit .irpomenuloca {
    color: #676767;
    position: relative;
}

.irpomenutit .irpomenuloca a {
    color: #676767;
}

.irpomenutit .irpomenuloca a:hover {
    color: #f08300;
}

.irpomenutit .irpomenurtit {
    border-bottom: #f08300 4px solid;
    /* padding: 0 60px 10px; */
    width: 290px;
    color: #595959;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
}

.ipromenucon {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.ipromenuconleft {
    width: calc(100% - 290px);
}

.iprosubmenulist.nowrap {
    display: flex;
    position: relative;
    z-index: 3;
}

.iprosubmenulist.nowrap a {
    white-space: nowrap;
    padding: 0 12.5px;
}

.iprosubmenulist a {
    color: #606060;
    padding: 0 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.iprosubmenulist a:hover {
    color: #f08300;
}

.iprosubmenulist a:nth-child(1) {
    padding-left: 0;
}

.iprosubmenulist a:last-child {
    padding-right: 0;
}

.ipromenuiconlist {
    width: 290px;
    display: flex;
    justify-content: start;

}

.ipromenuiconlist ul {
    display: flex;
    padding: 0 20px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}

.ipromenuiconlist li {
    margin-bottom: 20px;
    width: fit-content;
}

.ipromenuiconlist li .ipromenuiconimg {
    width: fit-content;
    height: 30px;
}

.ipromenuiconlist li .ipromenuiconimg img {
    width: auto;
    height: 30px;
    object-fit: cover;
}


.iplatform {
    margin-top: 10px;
}

.iplatformlist {
    margin-top: 10px;
}

.iplatformlist ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.iplatformlist li {
    width: 124.4px;
}

.iplatformlist li a {
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #fff;
    flex-direction: column;
}

.iplatformlist li a:hover {
    background: #f28401;
    color: #fff;
}

.ibrand {
    margin-top: 10px;
}

.ibrandslide {
    width: 100%;

}

.ibrandlist {
    width: 100%;
}

.ibrandlist ul {
    width: 100%;
    display: flex;
    background: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 10px;
    justify-content: space-around;
}

.ibrandlist li {
    width: 112.5px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ibrandlist li img {
    width: 112.5px;
}



/* .inewsall {
    display: flex;
    margin-top: 15px;
}

.inewsleft {
    width: 210px;
}

.inewslslide {
    position: relative;
}

.inewsllist {
    overflow: hidden;
}

.inewsllist li a {
    display: block;
}

.inewslbtn a.inewslprve {
    background-image: url(images/inewslprve.png);
    left: 0;
}

.inewslbtn a.inewslnext {
    background-image: url(images/inewslnext.png);
    right: 0;
}

.inewsright {
    width: calc(100% - 210px);
    display: flex;
}

.inewsritem {
    width: 50%;
    padding-left: 15px;
}

.inewslistcon {
    background: #fff;
    padding: 15px 20px;
    margin-top: 10px;
}

.inewstit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inewstit h2 {
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

.inewstit a {
    color: #ec651a;
    font-size: 16px;
}

.inewslist {
    margin-top: 10px;
}

.inewslist li {
    margin-top: 4px;
}

.inewslist li a {
    display: flex;
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    justify-content: space-between;
}

.inewslist li a h3 {
    width: calc(100% - 90px);
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inewslist li a span {
    display: block;
    width: 90px;
    text-align: right;
}

.inewslist li a:hover {
    color: #666;
} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #fff !important;
    /* 设置为白色或其他颜色 */
    color: inherit !important;
    transition: background-color 5000s ease-in-out, color 5000s ease-in-out !important;
}

.ui-selectmenu-text {
    margin-top: -3.5px;
    color: #686868;
}

.ui-selectmenu-icon.ui-icon {
    margin-top: -2px !important;
}

.icodebg {
    padding: 20px 0;
    height: 200px;
}

.icode {
    max-width: 136px;
    margin: 0 auto;
    text-align: center;
    color: #aeaeae;
}

.icodetext {
    margin-top: 5px;
    font-size: 12px;
}

.footerbg {
    background: #dddddd;
    padding: 20px 0;
    min-width: 1200px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    color: #666;
    display: flex;
    justify-content: space-between;
}

.footer a {
    color: #666;
}

.footer a:hover {
    color: #333;
}

/*我们的品牌*/
.clocationbg {
    padding: 10px 0;
}

.clocation {
    font-size: 14px;
    color: #666;
}

.clocation a:link,
.clocation a:visited {
    color: #666;
}

.clocation a:hover {
    color: #f28401;
}

.brandbg {
    padding-top: 20px;
    background: #f0f0f0;
}

.brand {
    display: flex;
}

.brandleft {
    width: 79.167%;
}

.brandcontent {
    background: #fff;
    padding: 60px 50px 40px;
}

.brandimg {
    display: flex;
    justify-content: flex-end;
}

.brandimg img {
    width: auto;
    height: 80px;
    object-fit: cover;
}

.brandimg.alignleft {
    justify-content: flex-start;
}

.brandimg.aligncenter {
    justify-content: center;
}

.branddesc {
    padding: 25px 0;
    border-bottom: #c39a6c 1px solid;
    border-top: #c39a6c 1px solid;
    margin-top: 35px;
}

.branddesc p {
    color: #b28449;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

.branddesc .tips {
    color: #000;
    font-weight: normal;
    line-height: 1.8;
}

.brandbigtit {
    padding: 25px 0;
    border-bottom: #c39a6c 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brandbigtit h1 {
    color: #401316;
    font-size: 24px;
}

.brandorder {}

.brandorder select {
    width: 145px;
    height: 40px;
    line-height: 30px;
    border: none;
    background: url(images/selcetbg.png) no-repeat 90% center #efefef;
    font-size: 14px;
    background-size: 10px;
    color: #666;
    cursor: pointer;
    padding-left: 15px;
}

.brandlist {
    margin-top: 30px;
}

.brandlist ul {
    display: flex;
    flex-wrap: wrap;
}

.brandlist li {
    width: 30%;
    margin: 0 5% 35px 0;
}

.brandlist li:nth-child(3n) {
    margin-right: 0;
}

.brandlist li .brandlicon h3 {
    border-bottom: #f5f5f5 1px solid;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #595959;
}

.brandlist li .brandlicon .brandliimg {
    margin: 32.5px 0;
}

.brandlist li .brandlicon .brandliimg img {
    margin: 0 auto;
    width: auto;
    height: 100px;
}


.brandlist li .brandlicon .brandlitext {
    height: 200px;
    overflow: hidden;
}

.brandlist li .brandlicon .brandShow {
    min-height: 200px;
    height: auto;
}

.brandlist li .brandlicon.show .brandlitext {
    height: auto;
}

.brandlist li .brandlicon .brandlitext p {
    line-height: 20px;
    color: #8a8a8a;
    text-align: justify;
    text-justify: distribute;
    text-justify: distribute-all-lines;
}

.brandlist li .brandlicon .brandlitextbtn {
    text-align: right;
    margin-top: 15px;
}

.brandlist li .brandlicon.show .brandlitextbtn {
    display: none;
}

.brandlist li .brandlicon .brandlitextbtn span {
    background: url(images/selcetbg.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 13px;
    color: #8a8a8a;
}

.brandlist li .brandlicon .brandlitextbtn .arrow {
    background: url("images/gobackbg.png") no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 13px;
    color: #8a8a8a;
}



.brandlist li .brandlicon a {
    display: block;
    margin-top: 15px;
    background: url(images/s_contactbtn.jpg) no-repeat 0px center;
    background-size: 10px;
    color: #8a8a8a;
    padding: 5px 0px;
    text-align: right;
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
}

.brandgotop {
    padding-top: 40px;
}

.brandgotopbtn {
    width: 126px;
    height: 47px;
    background: #efefef;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.brandgotopbtn:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background: url(images/selcetbg.png) no-repeat left center;
    background-size: 15px;
    transform: rotate(180deg);
}

.brandgotopbtn span {
    color: #8a8a8a;
}

.brandshear {
    padding-top: 20px;
    border-top: #f0f0f0 1px solid;
    display: flex;
    justify-content: end;
}

.setBrandShow {
    flex-direction: column;
    justify-content: center;
}

.setBrandShow .bgohome {
    display: flex;
    justify-content: center;
    line-height: 24px;
}

.setBrandShow .bgohome i {
    font-style: normal;
    color: #666;
    padding: 0 15px;
}

.brandshearlist ul {
    display: flex;
}

.brandshearlist li {
    margin-right: 30px;
    color: #666;
    cursor: pointer;
}

.brandshearlist li.shweichat {
    background: url(images/shweichat.png) no-repeat left center;
    padding-left: 40px;
}

.brandshearlist li.shposter {
    background: url(images/shposter.png) no-repeat left center;
    padding-left: 20px;
}

.bgohome,
.bgohome a {
    color: #666;
}


.brandright {
    width: 20.833%;
    padding-left: 10px;
}

.sidebarmenu {
    background: #fff;
    padding-bottom: 30px;
}

.sidebarmenu>ul {}

.sidebarmenu>ul>li {
    /* margin-bottom: 5px; */
}

.sidebarmenu>ul>li>a {
    padding: 0 20px;
    height: 30px;
    display: block;
    color: #666;
    border-bottom: #f0f0f0 1px solid;
    line-height: 1.5;
    line-height: 30px;
    font-size: 14px;
}

.sidebarmenu>ul>li:first-child a {
    height: 35px;
    line-height: 35px;
}

.sidebarmenu>ul>li:nth-child(3) a {
    border-top: #f0f0f0 1px solid;
}

.sidebarmenu>ul>li.hassubmenu>a {
    font-weight: bold;
}

.sidebarmenu>ul>li.current>a,
.sidebarmenu>ul>li>a:hover {
    color: #f28401;
}

.sidebarmenu>ul>li.active>a {
    color: #f28401;
}

.sidebarmenu>ul>li>ul {}

.sidebarmenu>ul>li>ul>li {
    margin-top: 5px;
}

.sidebarmenu>ul>li>ul>li>a {
    padding: 5px 20px;
    display: block;
    color: #666;
    line-height: 1.5;
}

.sidebarmenu>ul>li>ul>li:last-child {
    margin-bottom: 5px;
}

.sidebarmenu>ul>li>ul>li>a:hover {
    color: #333;
}

.sidebarmenu>ul>li>ul>li.active>a {
    color: #f28401;
}

.sidebar_contact {
    background: #fff;
    padding-bottom: 15px;
    margin-top: 10px;
}

.s_contacttit {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;

    color: #666;
    font-size: 14px;
    border-bottom: #f0f0f0 1px solid;
    line-height: 1.5;
}

.s_contactcon {
    padding: 25px 20px;
}

.s_contactcon a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s_contacttext {
    margin-left: 20px;
    color: #666;
    font-size: 12px;
}

.s_contactbtn {
    height: 20px;
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
    font-size: 12px;
    padding: 0 20px;
}

.s_contacticon {
    height: 30px;
}

.s_contacticon img {
    height: 30px;
    width: auto;
}

.s_contactbtn a {
    display: block;
    background: url(images/s_contactbtn.jpg) no-repeat left center;
    background-size: 10px;
    text-align: right;
    color: #666;
    line-height: 18px;
}

.setnava {
    font-weight: bolder;
    display: block;
}

.setnava:hover {
    color: #f28401 !important;
}

/*平台企业*/
.platformall {
    padding-bottom: 45px;
}

.platformcon {
    padding-bottom: 20px;
    border-bottom: #f0f0f0 1px solid;
    margin-bottom: 20px;
}

.platformcon_img {
    margin-top: 40px;
}

.platformcontent {
    padding: 16px 0;
}

.platformcon.show .platformcontent {
    height: auto;
}

.platformcontent p {
    margin-top: 24px;
    line-height: 24px;
    color: #666;
}

.platformbtn {
    text-align: right;
    margin-top: 15px;
}

.platformbtn span {
    background: url(images/selcetbg.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    cursor: pointer;
}

.platformcon.show .platformbtn {
    display: none;
}

.platform_proser {}

.pl_protit {
    border-bottom: #f0f0f0 1px solid;
    padding-bottom: 20px;
}

.pl_protit h2 {
    color: #595757;
    font-size: 20px;
    font-weight: normal;
}

.pl_protit h2 span {
    font-weight: normal;
    font-size: 18px;
    margin-left: 20px;
}

.pl_proserlist {
    margin-top: 40px;
    margin-bottom: 25px;
}

.pl_proserlist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.pl_proserlist .threeul {
    gap: 17px
}

.pl_proserlist .three {
    width: 32%;
    /* margin: 0 1% 20px 0; */
    margin: 0
}

.pl_proserlist .twoul {
    gap: 17px
}

.pl_proserlist .two {
    width: 49%;
    /* margin: 0 1% 20px 0; */
    margin: 0
}

.pl_proserlist li {
    width: 24.25%;
    /* margin: 0 1% 20px 0; */
    margin-bottom: 20px;
}

.pl_proserlist li:nth-child(4n) {
    margin-right: 0;
}

.pl_proserlist li a {
    /* display: block;
    height: 100%; */
}

.pl_proserlist li .pl_proserimg {
    height: 135px;
}

.pl_proserlist li .pl_prosertextflex {
    height: calc(100% - 112px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pl_proserlist li .pl_prosertext {
    padding-top: 10px;
}

.pl_proserlist li .pl_prosertext .pl_prosertextitem {
    display: flex;
    line-height: 26px;
    font-size: 12px;
    flex-direction: row;
}

.pl_proserlist li .pl_prosertext .pl_prosertextitem:nth-child(1) {
    font-weight: bold;
}

.pl_proserlist li .pl_prosertext .pl_prosertextitem .pl_prolabel {

    /* width: 42px; */
    flex-shrink: 0;
}

.pl_proserlist li .pl_prosertext .pl_prosertextitem .pl_prodesc {
    /* width: calc(100% - 42px); */
}

.pl_proserlist .three .pl_proserbtn {
    margin-top: 15px;
}

.pl_proserlist li .pl_proserbtn {
    padding: 6px 0;
    border-top: #b1adac 1px solid;
    border-bottom: #b1adac 1px solid;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pl_proserlist li .pl_proserbtn i {
    background: url(images/pl_proserbtn.jpg) no-repeat;
    background-size: 11px;
    display: block;
    width: 11px;
    height: 11px;
}

.platformmorelinks {
    padding: 0px 0 15px 0;
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
}

.platformSite {}

.platformmorelinkscon {
    width: 310px;
}

.platformlinkitem {}

.platformlinkitem a {
    display: flex;
    justify-content: space-between;
    color: #666;
    align-items: center;
    padding: 10px 0;
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
    padding-left: 25px;
    height: 20px;
}

.plicon {
    background: url(images/s_contactbtn.jpg) no-repeat center center;
    background-size: 10px;
    width: 10px;
    height: 10px;
}

.pltext {}

.pltext span {
    color: #fff;
    background: #f08300;
    padding: 0 12px;
}

.plmdownload {
    display: flex;
    align-items: center;
}

.plmtext {
    margin-left: 10px;
}

.platformlink02 {
    margin-top: 20px;
}

.platformlink02 .plicon {
    background: url(images/download.jpg) no-repeat center center;
    background-size: 10px;
}

.platformlinkitem.platformlink02 a {
    display: flex;
    justify-content: space-between;
    color: #666;
    align-items: center;
    padding: 10px 0;
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
    padding-left: 25px;
}

.platformlinkitem.platformlink02 a:nth-child(n+1) {
    margin-top: 20px;
}

.postershearbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.postershearbg.show {
    display: block;
}

.postershearflex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.postershearcontiner {
    width: 420px;
}

.postershear {
    background: #fff;
}

.postersheartextall {
    padding: 0 6px;
}

.postersheartext {
    border-bottom: #c8c8c8 1px solid;
    padding: 40px 30px;
    line-height: 28px;
    font-size: 15px;
    color: #6a6a6a;
}

.postersheartextbottom {
    padding: 15px 30px 20px;
}

.postershearcolse {
    width: 40px;
    height: 40px;
    background: url(images/postershearcolse.png) no-repeat;
    background-size: cover;
    margin: 8px auto 0;
    cursor: pointer;
}

.platform_store {
    border-top: #eeeeee 1px solid;
    padding-top: 20px;
    margin-top: 40px;
}


.plstroelist {
    padding-top: 50px;
    display: flex;
    justify-content: space-evenly;
}

.plstroelistitem {
    margin-top: 30px;
}

.plstroelistitemtit {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.plstroelist .download {
    /* width: 200px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    background: #f28401;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;

}

.plstroelist .download i {
    width: 11px;
    height: 11px;
    background: url(images/download_prod.jpg) no-repeat;
    background-size: 10px;
    margin-right: 10px;
}

.plstroelist .download span {
    margin-right: 20px;
}

.plstorecon {
    margin-top: 20px;
}

.plstorecon p img {
    margin: 0 auto;
}

/*资料动态*/
/*关于中粮集团*/
/*联系我们*/
.contactall {
    padding: 30px 25px 40px;
}

.contacttit {
    color: #291f1e;
    font-size: 16px;
}

.contactform {
    margin-top: 30px;
}

.contactform .wpforms-field-container {}

.contactform .wpforms-field-container .wpforms-field-layout {
    margin-bottom: 20px;
}

.contactform .wpforms-field-container .wpforms-field-layout .wpforms-field-label {
    font-size: 18px;
    color: #030000;
}

.contactform .wpforms-field-container .wpforms-field-layout .wpforms-field-label span {
    color: #a87534;
    margin-right: 5px;
}

.contactform .wpforms-field-container .wpforms-field-layout .wpforms-field-layout-columns {
    display: flex;
    margin-top: 15px;
}

.contactform .wpforms-field-container .wpforms-field-layout .wpforms-field-layout-columns .wpforms-layout-column {
    width: 30.8333%;
    margin-right: 3.75%;
}

.contactform .wpforms-field-container .wpforms-field-layout .wpforms-field-layout-columns .wpforms-layout-column:nth-child(3n) {
    margin-right: 0%;
}

.contactform .wpforms-field-container .wpforms-field-layout .wpforms-field-layout-columns .wpforms-layout-column .wpforms-field {
    margin-bottom: 20px;
}

.contactform .wpforms-field-container .wpforms-field-layout .wpforms-field-layout-columns .wpforms-layout-column .wpforms-field-label {
    display: none;
}

.contactform .wpforms-field-container .wpforms-field-medium {
    display: block;
    width: 100%;
    border: #dbdbdb 1px solid;
    background: none;
    line-height: 30px;
    color: #444;
    padding: 0 10px;
}

.contactform .wpforms-field-container select.wpforms-field-medium {
    background: url(images/selcetbg.png) no-repeat 95% center;
    cursor: pointer;
    background-size: 15px;
    color: #999;
}

.contactform .wpforms-field-container .wpforms-field-textarea {}

.contactform .wpforms-field-container .wpforms-field-textarea .wpforms-field-label {
    font-size: 18px;
    color: #030000;
}

.contactform .wpforms-field-container .wpforms-field-textarea .wpforms-field-label span {
    color: #a87534;
    margin-right: 5px;
}

.contactform .wpforms-field-container textarea.wpforms-field-medium {
    margin-top: 15px;
    height: 170px;
    resize: none;
    font-family: PingFangSC;
    padding: 10px;
}

.contactform .wpforms-submit-container {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactform .wpforms-submit-container .xhsm {
    font-size: 12px;
    color: #666;
}

.contactform .wpforms-submit-container .wpforms-submit {
    background: #b38247;
    color: #fff;
    width: 150px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}


/*产品列表*/
.productsbg {
    background: #f0f0f0;
    padding: 20px 0 0 0;
    min-width: 1200px
}

.procatall {
    border-bottom: #f08300 3px solid;
}

.procat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.procattit {
    width: 260px;
    background: #f08300;
    padding-left: 20px;
}

.procattit h3 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: normal;
    background: url(images/nav2.png) no-repeat left center;
    background-size: 24px;
    padding: 9px 0 9px 25px;
}

.procatlist {
    background: #fff;
    /* width: calc(100% - 275px); */
}

.procatlist ul {
    display: flex;
    align-items: center;
}

.procatlist li {
    width: 150px;
    text-align: center;
}


.procatlist li a {
    font-size: 16px;
    display: block;
    padding: 9px 0;
}

.procatlist li a:hover,
.procatlist li.active a {
    background: #f08300;
    color: #fff;
}

.pro_filterall {
    margin-top: 8px;
}

.pro_location {
    background: #fff;
    color: #575757;
    padding: 12px 20px;
    line-height: 1.5;
}

.pro_location span {
    margin-left: 20px;
}

.pro_location a {
    color: #575757;
}

.pro_location a:hover,
.pro_location a.active {
    color: #f08300;
}

.pro_filter {
    background: #fff;
}

.pro_filteritem {
    display: flex;
    align-items: flex-start;
    border-top: #f4f4f4 1px solid;
    background: #f08500;

}

.pro_filteritemtit {
    color: #fff;
    width: 77px;
    /* padding: 7px 0; */
    flex-shrink: 0;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    line-height: 40px;
}

.pro_filterlist {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    min-height: 40px;

}

.pro_filterlist a {
    padding: 0 18px;
    color: #666;
    line-height: 40px;
}

.pro_filterlist a:hover,
.pro_filterlist a.active {
    color: #f08300;
}

.productsflex {
    display: flex;
    margin-top: 10px;
}

.productsleft {
    width: calc(100% - 250px);
    min-height: 650px;
}

.productsright {
    width: 240px;
    margin-left: 10px;
}

.productstop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 40px;
    color: #666;
}

.productsorder select {
    background-color: #dddddd;
}

.productslistall {
    padding: 20px 10px;
    background: #fff;
    margin-top: 10px;
}

.productslist {
    min-height: 500px;
}

.productslist ul {
    display: flex;
    flex-wrap: wrap;
}

.productslist li {
    width: 22.75%;
    margin: 0 3% 30px 0;
}

.productslist .maxli {
    width: 450px;
    margin: 0 30px 30px 0;
}

.productslist .maxli a .proimg img {
    width: 450px;
    height: 206px;
    margin: 0 auto;
}

.productslist .maxli:nth-child(2n) {
    margin-right: 0;
}

.productslist li:nth-child(4n) {
    margin-right: 0;
}

.productslist li a {
    display: block;
}

.productslist li a .proimg {
    overflow: hidden;
    width: 100%;
}

.productslist li a .proimg img {
    width: 210px;
    height: 210px;
    margin: 0 auto;
}

.productslist li a .protag {
    text-align: right;
    margin-top: 7px;
    height: 15px;
    font-size: 10px
}

.productslist li a .protag span {
    padding: 0px 12px;
    background: #f08300;
    color: #fff;
    display: inline-block;
    height: 15px;
}

.productslist li a .protext {
    text-align: center;
    margin-top: 7px;
}

.productslist li a .protext .protit {
    font-size: 13px;
    text-align: left;
    height: 35px;
}

.productslist li a .protext .prodesc {
    margin-top: 5px;
}

.productslist li a .protext .prodesc p {
    color: #666;
    border-top: 1px solid #f0f0f0;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}

.productslist li a .protext .prodesc p:last-child {
    border-bottom: 1px solid #f0f0f0;
}

/*分页样式开始*/
#pageabc {
    text-align: center;
    margin: 30px 0;
    clear: both;
    height: auto;
    overflow: hidden;
    color: #333;
    line-height: 23px;
    font-weight: bolder;
}

#pageabc a.noallowed {
    cursor: not-allowed;
}

#pageabc a.button {
    padding: 8px 24px;
    background: #f2f2f2;
}

#pageabc span {
    margin: 0 20px;
}

#pageabc i {
    margin: 0 10px;
    font-style: normal;
}

#pageabc a {
    color: #595757;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    margin: 3px 5px;
    display: inline-block;
    text-align: center;
}

#pageabc a:hover,
#pageabc a.current {
    color: #f08300;
}

#pageabc .daopages {
    border: none;
}

#pageabc .daopages input {
    border: 1px solid #f0f0f0;
    text-align: center;
    margin: 0 5px;
    color: #333;
    width: 38px;
    height: 38px;
}

#pageabc .pagesqd {
    cursor: pointer;
    border: 1px solid #e0e0e0;
    padding: 8px 32px;
    background: #f0f0f0;
}

/*分页样式结束*/

.sidbar_service {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.sidbar_serviceSite {
    min-height: auto !important;
}

.s_sernr {
    padding: 20px 15px;
    margin-bottom: 40px;
}

.s_sernr p {
    color: #8a8a8a;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}

.s_sernr>p>img {
    height: 40px;
    width: auto;
}

.s_sernr>p>.brand {
    margin: 0 auto;
    height: 60px;
}

.s_sernr p:nth-child(1) {
    margin-bottom: 20px;
}

.s_sernr p .aligncenter {
    margin: 0 auto;
}

.sidbar_service .platformmorelinks {}

.sidbar_service .platformmorelinkscon {
    width: 100%;
}

.sidbar_service .platformlinkitem a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
}

.sidbar_service .platformlink02 {
    margin-top: 20px;
}

.s_sernr .platformbtn span {
    font-size: 12px;
    color: #8a8a8a;
}

.s_sernr .s_sernrcontent {
    height: 278px;
    overflow: hidden;
}

.s_sernr.show .s_sernrcontent {
    height: auto;
}

.s_sernr.show .platformbtn {
    display: none;
}

/*助力乡村振兴产品专区*/
.province_filter .pro_filterlist a {
    padding: 0 10px;
}

.villagead {
    margin-top: 10px;
}

.villageprolist {}

.villageprolist li a .protag {
    display: flex;
    justify-content: space-between;
}

.villageprolist li a .protag span:nth-child(1) {
    background: #8a8d22;
}

.svillage_ser {}

.svillage_ser .pltext {
    padding-right: 30px;
}

.svillage_data .s_sernr .s_sernrcontent {
    height: auto;
}

.village_data {
    padding: 0 20px;
    margin-top: 15px;
}

.village_data li {
    color: #878d1f;
    border-top: #f3f3f3 1px solid;
    padding: 10px 0;
}

.village_data li h3 {
    font-size: 8px;
    margin-bottom: 5px;
}

.village_data li .village_datatext {}

.village_data li .village_datatext big {
    font-weight: bold;
    font-size: 36px;
}

.village_data li .village_datatext span {
    margin-left: 5px;
}

/*产品详情*/
.procount,
.procount a {
    color: #666;
}

.procount a:hover {
    color: #f08500;
}

.goback {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: url(images/gobackbg.png) no-repeat 85% center #ddd;
    font-size: 14px;
    background-size: 10px;
    color: #a8a8a8;
    cursor: pointer;
    padding-left: 15px;
}

.goback:hover {
    color: #666;
}

.sinlge_probg {
    background: #fff;
}

.singleprotop {
    margin-top: 10px;
    padding: 20px;
    display: flex;
}

.sprotulist {
    width: 40%;
}

.sprodatu {
    /* border: #ccc 1px solid; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

.zoobtn {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: url(./images//zoom.png) no-repeat center center #f0f0f0;
    background-size: 20px;
}

.sprodatulist {
    overflow: hidden;
}

.sprodatulist li {
    padding: 2px;
}

.sprodatulist li img {
    width: 364px;
    height: 364px;
    object-fit: cover;
    object-position: center;
}

.sprothumbs {
    position: relative;
    margin-top: 10px;
    padding: 0 30px;
}

.sprothumbslist {
    overflow: hidden;
}

.sprothumbslist li {
    cursor: pointer;
    padding: 1px;
}

.sprothumbslist li img {
    border: #ccc 1px solid;
    width: 100%;
    height: 55px;
    object-fit: cover;
    object-position: center;
}

.sprothumbslist li.swiper-slide-thumb-active {}

.sprothumbslist li.swiper-slide-thumb-active img {
    border-color: #f08300;
}

.sprothumbsbtn {}

.sprothumbsbtn a {
    width: 20px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    z-index: 3;
    background-position: center center;
    background-size: 8px;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.sprothumbsbtn a.sproprve {
    left: 0;
    background-image: url(images/btn_prve.png);
}

.sprothumbsbtn a.spronext {
    right: 0;
    background-image: url(images/btn_next.png);
}

.sprothumbsbtn a.sproprve:hover,
.sprothumbsbtn a.spronext:hover {
    background-color: #f08300;
}

.sprothumbsbtn a.swiper-button-disabled:hover {
    cursor: not-allowed;
}

.sprothumbsbtn a.sproprve.swiper-button-disabled:hover,
.sprothumbsbtn a.spronext.swiper-button-disabled:hover {
    background-color: #eee;
}

.sprotext {
    width: 60%;
    padding-left: 36px;
    padding-top: 20px;
}

.sprotextnr {
    height: 100%;
    border-bottom: #f3f3f3 1px solid;
}

.sprojjtit {
    border-bottom: #f3f3f3 1px solid;
    font-size: 14px;
    padding-bottom: 20px;
    color: #2a2623;
    font-weight: normal;
}

.sprojjtit span {
    background: #f38200;
    color: #fff;
    padding: 2px 15px;
    margin-right: 12px;
}

.sproinfo {
    margin-top: 10px;
    padding-right: 20px;
}

.sproinfo ul {}

.sproinfo li {
    display: flex;
    color: #6f6f6f;
    margin-bottom: 7px;
    line-height: 2;
}

.sproinfo li .sprolable {
    width: 80px;
}

.sproinfo li .sproinfotext {
    width: calc(100% - 80px);
}

.sprotextnr .platformbtn {
    margin-top: 40px;
}

.sprotextnr.show .platformbtn {
    display: none;
}

.single_procon {
    margin-top: 15px;
}

.single_block {
    width: 100%;
    height: 200px;
    background: #fff;
}

.single_proxqtitall {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #f08300 2px solid;
    background: #f2f2f2;
}

.single_proxqtit {
    width: 150px;
    background: #f08300;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
}

.single_procontent {
    padding: 50px 20px 35px;
}

.single_procontent p {
    margin-bottom: 10px;
    color: #8a8a8a;
    line-height: 2;
}

.single_procontent img {
    margin: 0 auto;
}


.compnaylist {
    margin: 40px 0 40px;
    min-height: 800px;
}

.compnaylist ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.compnaylist li {
    width: 125px;
}

.compnaylist li a {
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #666;
    background: #f0f0f0;
    padding: 0 10px;
}

.compnaylist li a:hover {
    background: #f28401;
    color: #fff;
}

.compnaylist li .active {
    background: #f28401;
    color: #fff;
}

.concatinfo {
    width: 100%;
    padding-left: 25px;
}

.concatinfo .name {
    font-weight: 500;
    color: #666;
    line-height: 30px;
    font-size: 16px;
}

.concatinfo ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #666;
}

.concatinfo ul li {
    display: flex;
    align-items: center;
    justify-content: left;
}

.concatinfo ul li span {
    margin-right: 10px;
    line-height: 24px;
}

.maplist {
    width: 100%;
}

.maplist .page {
    font-weight: bolder;
    color: #666;
    margin-bottom: 20px;
}

.maplist .page a,
.maplist .page a:visited {
    color: #666;

}

.maplist .page a:hover {
    color: #f28401;
}

.maplist .nav {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: center;
    justify-content: start;
}

.maplist .nav a {
    margin-bottom: 20px;
    position: relative;
    margin-right: 30px;

}

.maplist .nav a:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #666;
    right: -14px;
    top: 3px
}

.maplist .nav a,
.maplist .nav a:visited {
    color: #666;

}

.maplist .nav a:hover {
    margin-right: 30px;
    color: #f28401;
}

.maplist .navlist {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.maplist .bigmenu {
    flex-shrink: 0;
    color: #666;
}

.maplist .navlist .bigmenu a,
.maplist .navlist .bigmenu :visited {

    color: #666;
}

.maplist .navlist .bigmenu a:hover {

    color: #f28401;

}

.maplist .navlist .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -30px;
}

.maplist .navlist .menu a,
.maplist .navlist .menu a:visited {
    color: #666;
    position: relative;
    margin-bottom: 20px;
}

.maplist .navlist .menu a:hover {

    color: #f28401;
    position: relative;
    margin-bottom: 20px;

}

.maplist .navlist .menu a {
    margin-left: 30px;
}

.maplist .navlist .menu a:first-child {
    margin-left: 15px;
}

.maplist .navlist .menu a:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #666;
    left: -14px;
    top: 3px
}

.search_tip {
    font-size: 24px;
    font-weight: bolder;
}

.zoomContainer {
    z-index: 9999;
}


.store {
    margin-top: 40px;
    position: relative;
    color: #666;

}

.store .store_list {
    flex-direction: column;
    display: none;
}

.store .store_list .store_item {
    height: 435px;
    overflow-y: scroll;
    padding-right: 15px;
    width: calc(100% + 30px);
    margin-top: 40px;
}

.store .store_list .store_item:first-child {
    margin-top: 0;
}

.store .store_list_height {
    height: 325px;
}

.setStore {
    margin-top: 40px;
}

.setStore .store_list {
    position: relative;
    display: flex;
}

.setStore .store_list .store_item .store_list_header {
    border-top: #f0f0f0 1px solid;
}

.store .active {
    display: flex;
}

.store .store_list .store_item::-webkit-scrollbar {
    width: 15px;
    height: 435px;
    margin-right: 15px;
}

.store .store_list .store_item::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.store .store_list .store_item::-webkit-scrollbar-thumb {
    background: #CDCDCD;
    width: 15px;
}

.store .store_list .store_item .store_list_header {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 40px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.store_list_table {
    border-collapse: separate;
    /* 必须设置为 separate */
    border-spacing: 1px;
}

.store_list_table tr th {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    position: sticky;
    top: 40px;
    z-index: 1;
    background: #f0f0f0;
}

.store_list_table tr td {
    padding: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
    /* 强制换行 */
    white-space: normal;
    overflow-wrap: break-word;
}

.store_list_table tr td a:hover {
    color: #f28401;
}

.store_list_table tr td:first-child {
    text-align: center;
}

.store_list_table tr:nth-of-type(2n+1) {
    background: #f0f0f0;
}