/*主内容区域*/
.module {
    width: 1200px;
    margin: 0 auto;
}
.layout {
    display: flex;
    align-items: center;
}


/*模块*/
.item-module {
    justify-content: space-between;
}
.item-module-t {
    display: flex;
    justify-content: space-between;
}
.item-list {
    width: 500px;
    height: 365px;
}
.news-list {
    width: 650px;
    height: 365px;
}
/*文本超出显示省略号*/
.text-of {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*标题*/
.list-head {
    height: 50px;
    display: flex;
    border-bottom: 3px solid #EEEEEE;
}
.list-head > .tit {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    position: relative;
    top: 14px;
    height: 36px;
    margin-right: 35px;
    cursor: pointer;
}
.list-head > .tit:hover{
    color: #004499;
    cursor: pointer;
}
.list-head > .tit.active{
    color: black;
    border-bottom-color: #66BDF5;
}

/*列表*/
.notice-list{
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
}
.notice-list a{
    display: block;
    margin-top: 10px;
    line-height: 30px;
    cursor: pointer;
}
/*.notice-list p a{*/
/*    margin-top: 10px;*/
/*}*/
.notice-list p img{
    margin-right: 20px;
}

.notice-list a.square {
    display: block;
    padding-left: 24px;
    background: url("/view/images/home/square.png") no-repeat 0 11px;
}
.clearfix {
    overflow: hidden;
    clear: both;
    /**zoom: 1;*/
}
.notice-list p a {
    padding-left: 17px;
    background: url("/view/images/detail/arror.png") no-repeat 0 12px;
    width: 400px;
    float: left;
    margin-top: 10px;
}

.tab-con{
    display: none;
}
.tab-con.active{
    display: block;
}
.notice-list span {
    /* line-height: 36px; */
    /* width: 32%; */
    float: right;
    /* margin-top: 5px; */
    font-size: 13px;
    color: #aaa;
    position: relative;
    top: 10px;
}
a{
    cursor: pointer;
}


/*头部*/
.header {
    width: 100%;
}
.header-c {
    height: 90px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.header-img >img {
    /*width: 350px;*/
}
.header-c .title {
    font-weight: bolder;
    font-size: 36px;
    color: #333;
    border-left: 1px solid #aaaaaa;
    margin-left: 20px;
    height: 60px;
    line-height: 60px;
    justify-content: center;
    padding-left: 20px;
    color: #333;
}


/*右边*/
.store >div {
    width: 70px;
    height: 75px;
    color: white;
    text-align: center;
}
.ceeia {
    background-color: #B72F28;
}
.enter {
    background-color: #E29418;
}
.product {
    background-color: #A58147;
}
.header-c div img {
    margin-top: 15px;
    margin-bottom: 5px;
}
.store >div a {
    color: white;
    font-size: 14px;
}


/*导航栏*/
.header-nav-div{
    background-color: #1882F8;
    height: 50px;
    width: 100%;
    min-width: 1200px;
}
.header-nav {
    height: 50px;
    justify-content: space-between;
}
.header-nav>div{
    position: relative;
}
.header-nav>div>a {
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    width: 100px;
    cursor: pointer;
}

.header-nav>div>a:hover{
    /*color: #bd2024;*/
    cursor: pointer;
}
.header-nav>div>a.active {
    background-color: white;
    color: #bd2024;
    border-bottom: 5px solid #bd2024;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
}
.header-nav .col-Children{
    background: #e9f3fc;
    padding: 20px;
    position: absolute;
    top: 50px;
    z-index: 100;
    box-shadow: 0 2px 11px #333;
}
.header-nav .col-Children>li{
    white-space: nowrap;
    padding: 5px 0;
    color: #66bdf5;
    margin-left: 10px;
    float: left;
    list-style-type: square;
}
.header-nav .col-Children>li>a{
    text-align: center;
    font-size: 14px;
    color: #333;
}
.header-nav .col-Children > li:hover {
    color: #b72e2b;
}
.header-nav .col-Children>li a:hover{
    color: #b72e2b;
}
.dis-no{
    display: none;
}
/*轮播*/
.carousel-area {
    width: 500px;
    height: 325px;
    position: relative;
}
#carousel a{
    display: block;
    width: 100%;
    height: 100%;
}
/*图片轮播 layui复写*/
.layui-carousel > [carousel-item] div {
    /*position: relative;*/
}
.layui-carousel > [carousel-item] img {
    width: 100%;
    height: 100%;
}
.layui-carousel > [carousel-item] .carousel-tit-area { /*轮播图标题*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-image: linear-gradient(transparent, #000000);
}
.layui-carousel > [carousel-item] .carousel-tit-area > h2 {
    width: 375px;
    margin-top: 15px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.layui-carousel .layui-carousel-ind { /*指示符*/
    text-align: right;
    top: -30px;
    right: 13px;
}
.layui-carousel .layui-carousel-ind ul {
    background-color: rgba(0, 0, 0, 0);
}
.layui-carousel-ind li{
    border-radius: 7px !important;
    width: 7px !important;
    height: 7px !important;
    background-color:#fff !important;
}
.layui-carousel .layui-carousel-ind li.layui-this {
    background-color: #a10b0d !important;
    width: 25px !important;
}


/*要闻*/
.news-title {
    font-weight: bold;
    font-size: 14px;
    color: black;
    margin: 20px 0 10px 0;
}
.news-detail {
    color: #aaa;
    font-size: 13px;
    line-height: 20px;
}

/*会员名录*/
.list-l {
    width: 850px;
}
.mem-list {
    width: 300px;
    height: 390px;
}
.news-l-r {
    width: 500px;
    height: 390px;
}
.list-l > div >img {
    width: 850px;
    margin-bottom: 20px;
}

.list-r {
    width: 300px;
}

.list-r >img {
    width: 300px;
    height: 78px;
    margin-bottom: 22px;
}

/*节能减排*/
.item-list-r .notice-list {
    /*display: flex;*/
}
.notice-list .notice-list-left {
    width: 78%;
}
.notice-list .notice-list-right {
    line-height: 40px;
    width: 32%;
    text-align: right;
    margin-top: 5px;
    font-size: 13px;
    color: #aaa;
}





.item-list-r {
    width: 650px;
    /*margin-bottom: 50px;*/
}

/*产品展示*/
.picture-entry {
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0 10px;
}
.product-img {
    border: 1px solid #aaa;
    width: 135px;
    height: 215px;
}
.product-img img {
    width: 135px;
    height: 215px;
}
.c-img {
    margin-top: 30px;
}
.c-img >div {
    width: 135px;
    text-align: center;
    font-size: 14px;
}







/*行业展会*/
.notice-image {
    justify-content: space-between;
    margin: 20px;
}
.notice-image >div {
    width: 195px;
    height: 320px;
    border: 1px solid #ccc;
    background-color: #EEEEEE;
}
.notice-image >div img {
    width: 100%;
}
.notice-image .desc {
    font-size: 18px;
    margin: 15px 8px 0 8px;
}
.icon-time {
    display: flex;
    margin-top: 15px;
}
.icon-time-left {
    margin-left: 10px;
    width: 20%;
    font-size: 18px;
}
.icon-time-right {
    font-size: 13px;
    color: #666666;
}
.icon-time .icon-t {
    width: 24px;
    height: 24px;
}



.platform {
    display: flex;
    flex-wrap: wrap;
    color: #999999;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 15px;
}
.platform>a{
    width: 190px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}


/*底部*/
footer {
    width: 100%;
    min-width: 1200px;
    background-color: #333333;
}
.bot{
    width: 1200px;
    height: 175px;
    font-size: 13px;
    margin: 0 auto;
}
.bot >div {
    width: 70%;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}


.list-head .tit a,.notice-head .tit a{
    color: #999;
}
.list-head .tit a:hover,.notice-head .tit a:hover{
    color: #000;
}
.list-head .tit.active a,.notice-head .tit.active a{
    color: #000;
}

.add-red{
    color: #ff0000;
}
.add-bold{
    font-weight: bold;
}


/*光影效果*/
.light {
    position: relative;
    overflow: hidden;
}
.light img{
    z-index: 100;
}
.light:before {
    content: '';
    width: 350px;
    height: 120px;
    display: block;
    transform: rotate(-35deg);
    background: linear-gradient(transparent 10%, rgba(255, 255, 255, 0.4), transparent 90%);
    position: absolute;
    top: -50px;
    left: -265px;
    transition: .5s cubic-bezier(.38, .39, .21, .99);
    z-index: 1000;
}

.light:hover:before {
    top: 20px;
    left: 270px;
}

