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

/*模块*/
.item-module {
    justify-content: space-between;
}
.item-module-t {
    display: flex;
    justify-content: space-between;
}
.item-list {
    height: 350px;
}
.item-list-370 {
    width: 370px;
}
.item-list-500 {
    width: 500px;
}
/*文本超出显示省略号*/
.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;
}
.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: 13px;
    cursor: pointer;
}

.notice-list a.square {
    padding-left: 24px;
    background: url("/view/images/home/square.png") no-repeat 0 9px;
}

.item-list .tab-con,.item-module-t .tab-con{
    display: none;
}
.item-list .tab-con.active,.item-module-t .tab-con.active{
    display: block;
}
.notice-list p {
    /*margin-top: 2px;*/
}
.notice-list p a {
    padding-left: 17px;
    background: url(/view/images/detail/arror.png) no-repeat 0 11px;
    width: 480px;
    float: left;
}
.item-list-r .notice-list span {
    float: right;
    font-size: 13px;
    color: #aaa;
    position: relative;
    top: 14px;
}

.clearfix {
    overflow: hidden;
    clear: both;
}
    /*头部*/
.header {
    width: 100%;
}
.header-c {
    height: 90px;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.header-img  {
    align-items: center;
}
.header-c .title {
    font-weight: bolder;
    font-size: 36px;
    border-left: 1px solid #aaaaaa;
    margin-left: 20px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    color:#333;
    /*margin-top: 15px;*/
}

.bzh-head-adl,.bzh-head-adr{
    margin-top: 10px;
    display: block;
    width: 500px;
    height: 85px;
}
.bzh-head-adr{
    width: 650px;
}
.bzh-head-adl img,.bzh-head-adr img{
    width: 100%;
    height: 100%;
}
/*右边*/
.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;*/
}
.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;
    margin-top: 20px;
}
#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;
}


/*标准化介绍*/
.notice-member {
    width: 230px;
    height: 325px;
    background-color: #EEF7FC;
    margin-top: 20px;
    overflow: hidden;
}
.notice-member >div {
    padding: 15px;
    color: #666;
}
.s-detail {
    justify-content: space-between;
    align-items: flex-end;
}
.standard-title {
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.notice-member p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}
.notice-member p span{
    font-size: 14px !important;
}




.item-list-r {
    width: 650px;
    margin-bottom: 20px;
}

.back {
    justify-content: space-between;
}
.back >div{
    width: 120px;
    height: 120px;

    margin-top: 20px;
    line-height: 120px;
    text-align: center;
}
.back >div:hover{
    background-color: #EEF7FC;
}
.back-title{
    margin-top: -26px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
}


/*展会动态*/
.item-list-r .notice-list {
    /*display: flex;*/
}
.item-list-r .notice-list .notice-list-left {
    width: 66%;
}
.item-list-r .notice-list .notice-list-right {
    line-height: 40px;
    width: 32%;
    text-align: right;
    margin-top: 5px;
    font-size: 13px;
    color: #aaa;
}



/*联系我们*/
.us-item {
    color: #666666;
    font-size: 14px;
    width: 600px;
}
.us-item >div {
    border-bottom: 1px solid #ccc;
    height: 60px;
    width: 500px;
}
.us-item ul{
    width: 500px;
}
.us-item ul li{

    border-bottom: 1px dashed #CCCCCC;
    padding: 15px 30px;
    background-image: url("../../../view/images/other-index/adout.png");
    background-repeat: no-repeat;
}
.us-item ul .about-1{
    background-position:-7px 5px;
}
.us-item ul .about-2{
    background-position:-7px -57px;
}
.us-item ul .about-3{
    background-position:-7px -118px;
}
.us-item ul .about-4{
    background-position:-7px -177px;
}
.us-item img {
    margin-right: 10px;
    width: 20px;
}


.map >div {
    width: 600px;
    height: 300px;
    border: 1px solid #ccc;
    margin: 20px;
}



























/*底部*/
footer {
    width: 100%;
    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;
    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;
}

