* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "黑体";
}

.banxin {
    width: 1500px;
    margin: 0 auto;
}

.ui-header {
    position:fixed;
    top:0;
    width: 100%;
    height: 85px;
    background-color: #fff;
    z-index:99999999;
}

.header-ycr {
    display: flex;
    justify-content: space-between;
}

.logo img {
    margin-top: 16px;
}

.search {
    display: flex;
    flex-direction: column;
    width: 750px; 
    height: 85px;
}

.search-put {
    display: flex;
    width: 87%;
    height: 77px;
    padding-left: 98px;
}

.search-nav {
    width: 100.1%;
    height: 43px;
}

.ser-input {
    display: flex;
    width: 417px;
    height: 38px;
    border-radius: 25px;
    margin: 33px 0 0 270px;
    background-color: #fff;
    margin-top: 10px;
    border: 1px solid #999;
}

input {
    width: 76%;
    height: 100%;
    font-size: 14px;
    outline: none;
    border: 0;
    border-radius: 25px;
    padding-left: 15px;
}

.search-tu {
    width: 45px;
    height: 45px;
    text-align: right;
    line-height: 34px;
}

.search-tu::before {
    content: "|";
    margin-right: 7px;
}

.WeChat {
    margin: 11px 0 0 20px;
}

ul,
ol {
    list-style: none
}

img {
    border: none;
    vertical-align: middle
}

a {
    color: #666;
    text-decoration: none
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #666;
    text-decoration: none
}

a:active {
    color: #666;
    text-decoration: none
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input,
textarea {
    outline: none;
    border: none
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

/* 导航CSS*/
.ui-header-nav {
    /*position: relative;*/
    
    height: 100%;
    box-sizing: border-box;
}

.wrap {
    width: 100%;
    height:100%;
    margin: 0 auto;
}

#nav {  
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.nav {
    display: contents;
}

.nav-item {
    display:inline-block;
    height:100%;
}

.nav-item a {
    display: inline-block;
    height: 100%;
}
/* li.nav-item {
    flex: 1;
} */
li.nav-item > a {
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    position: relative;
}

li.nav-item>a::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.5);
}

li.nav-item:hover>a,
li.nav-item.active>a {
    color: #999;
}

/*li.nav-item:hover>a::before,
li.nav-item.active>a::before {
    display: block;
}*/

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    left:0;
    top:120px;
    width: 100%;
    height: 82px;
    background: rgba(0, 0, 0, 0.5);
    z-index:2
}

.subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subMenu>ul>li>a {
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.subMenu>ul>li {
    margin-right: 50px;
    height:45px;
}

.subMenu>ul>li>a:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.nav-item a {
    font-size: 16px;
    color: #333;
}

.ui-dian {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 6px 3px 0;
}

/* 轮播图 */

.ui-map {
    width: 100%;
    height: 800px;
    background-color: #666;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

/* 新闻中心 */

.ui-new {
    width: 100%;
    height: 1000px;
    background: url(../images/new.png) no-repeat center;
    background-size: 102%;
}

.ui-new-tant {
    height: 174px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
}

.ui-new-tant h2 {
    font-weight: 400;
    font-size: 40px;
    color: #333;
}

.ui-new-tant h4 {
    color: #d1d1d1;
}

.ui-new-center {
    padding-top: 78px;
}

.ui-new-contant {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 702px;
}

.ui-new-left {
    width: 615px;
    height: 100%;
    /* border: 1px solid #acacac; */
}

.ui-new-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 857px;
    height: 100%;
}

.ui-left-chart {
    width: 100%;
    height: 392px;
}

.ui-left-chart img {
    width: 100%;
    height: 100%;
}

.ui-left-info {
    width: 598px;
    height: 266px;
    border: 1px solid #d2d2d2;
    border-top: 0;
    padding: 45px 0 0 15px;
}

.ui-data {
    font-size: 16px;
    color: #999;
}

.ui-title {
    margin-top: 15px;
    font-size: 20px;
    color: #000;
}

.ui-paragraph {
    text-indent: 20px;
    margin-top: 38px;
    padding-right: 15px;
    font-size: 14px;
    color: #666;
}

.ui-more {
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 55px 0 0 25px;
    border-radius: 22px;
    background-color: #269f50;

}

.ui-more a {
    display: inline-block;
    width: 170px;
    height: 45px;
    color: #fff;
}

.ui-right-list {
    width: 418px;
    height: 340px;
    /* background-color: #999; */
}

.ui-CompanyNews {
    width: 100%;
    height: 238px;
}

.ui-CompanyNews img {
    width: 100%;
    height: 100%;
}

.ui-content {
    width: 396px;
    height: 87px;
    border: 1px solid #d2d2d2;
    border-top: 0;
    padding: 16px 10px 0 10px;
}

.ui-con-time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ui-thYear {
    font-size: 16px;
    color: #999;
}

.ui-thmore {
    width: 95px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    border-radius: 15px;
    background-color: #269f50;
    color: #fff;
    margin-right: 15px;
}

.ui-con-brief {
    font-size: 16px;
    color: #333;
}

/* 众兴菌业宣传视频 */

.ui-propaganda {
    width: 100%;
    height: 880px;
    background-color: #f8f8f8;
}

.video-box {
    margin-top: 62px;
}


.video-box {
    position: relative;
}

.video-box video {
    display: inline-block;
    vertical-align: baseline;
    outline: none;
}




/* 众兴菌业子公司、参股公司分布图 */

.distributionMap {
    background-color: #fff;
}

.wordmap {
    width: 1500px;
    height: 100%;
    background: url(../images/Worldmap.png) no-repeat center;
}

.ui-map-subsidiary {
    width: 1500px;
    height: 100%;
}

/* 页面底部 */

.footer {
    width: 100%;
/*    height: 286px;*/
    background: url(../images/footer2.png) no-repeat;
}

.ui-footer-bgk {
    width: 100%;
    height: 100%;
    background-color: #15a455;
    opacity: 0.9;
}

.ui-footer-conif {
    display: flex;
    justify-content: space-between;
}

.ui-footer-navs {
    display: flex;
    justify-content: space-around;
    width: 750px;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.ui-footer-navs dt {
    font-size: 18px;
    margin-bottom: 15px;
}

.ui-footer-navs dd {
    font-size: 14px;
    margin-top: 12px;
}

.ui-footer-navs dd::before {
    content: "-";
    margin-right: 5px;
}

.ui-Landline dl {
    width: 58%;
    padding-top: 50px;
    margin-left: 90px;
    color:#fff;
}

.ui-Landline dt {
    font-size: 18px;
    margin-bottom: 15px;
}

.ui-Landline dd {
    position:relative;
    font-size: 14px;
    margin-top: 12px;
}

.ui-footer-number {
    width: 750px;
}

.ui-Landline {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/number.png) no-repeat center;
    background-position: 228px 40px;
}

.ui-math {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 280px;
    font-size: 30px;
    color: #fff;
}

.ui-infocon {
    position: absolute;
    top: 87px;
    right: 0;
    width: 101px;
    height: 101px;
    border: 1px solid #004a99;
    padding: 4px;
}

.ui-code-QR {
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.ui-code-QR img {
    width: 100%;
    height: 100%;
}

.ui-follow {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
}

.ui-copyright {
    width: 100%;
    height: 62px;
    background-color: #444;
}

.ui-Spare {
    text-align: center;
    line-height: 62px;
    font-size: 14px;
    color: #fff;
}

.con {
    margin-top: 58px;
}

.videolist {
    position: relative;
    float: left;
    width: 100%;
}

.videolist:hover {
    cursor: pointer;
}

.videoed {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 47%;
    top: 44%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    position: fixed;
    left: 48%;
    top: 45%;
    margin-left: -370px;
    margin-top: -210px;
    z-index: 100;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
    font-size: 40px;
    color: #ffff;
}

.masklayer {
    position: fixed;
    display: none;
    width: 100%;
    height: 1000px;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    /* -webkit-user-select: none;
    -ms-user-select: none; */
}

.ui-Spare span {
    position: relative;
    margin-right: 35px;
}

.ui-public {
    position: absolute;
    top: -1px;
    left: -25px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/public.png) no-repeat center;
}

dd a {
    color:#fff!important;
}

.ui-foortil-one a {
    color:#333;
}
.app {
    position: relative;
}

.kuang {    
    position: absolute;
    top: 160.5%;
    right: -194.6%;
/*    position: fixed;
    top: 12.5%;
    right: 6.6%;*/
    width: 193px;
    height: 220px;
    background: rgba(51,51,51,.6);
    z-index: 9999999999;
    display: none;
}

.ui-tu {
    width: 150px;
    height: 150px;
    background-color: #666;
    margin: 25px auto;
}

    .ui-tu img {
        width: 100%;
        height: 100%;
    }

.ui-kuang-title {
    width: 376px;
    font-size: 18px;
    margin: -14px auto;
}

.kuang::before {
    position: absolute;
    top: -23px;
    left: 43%;
    content: "";
    display: block;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 23px solid #333;
    opacity:0.6;
}

.kuang-txt {
    color: #fff;
    text-align: center;
    margin-top: -16px;
    font-size: 16px;
    font-weight: 700;
}