@charset "UTF-8";
@import url(./company-detail.css);
@import url(./default.css);
@import url(./index.css);
@import url(./joinExhibition.css);
@import url(./audience.css);
@import url(./product.css);
@import url(./download.css);
@import url(./product-detail.css);
@import url(./newList.css);

.mb-layout {
    padding-top: 110px;
    background: #f7f7f7;
}

.mb-content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 110px;
}

.back-f7 {
    background: #f7f7f7;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.layui-container{
    width:1230px!important;
}
/* 这里引用复用代码 */
.outer::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.inner {
    display: inline-block;
    vertical-align: middle;
}

.clear {
    clear: both;
}

@media screen and (min-width: 1200px) {
    .layui-container {
        width: 1230px;
    }
}
.ex-company a {
    padding: 0;
    display: block;
}

.ex {
    width: 100%;
    min-height: 500px;
}

.ex a,
.ex a:hover {
    color: inherit;
}

.ex-menu {
    font-size: 16px;
    padding: 20px 0;
    color: #666;
}

.ex-menu a {
    color: #666;
    cursor: pointer;
}

.ex-menu .iconfont {
    font-size: 18px;
}

.ex-tab {
    /*height: 54px;*/
    line-height: 54px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
}

.ex-tab span {
    display: inline-block;
    margin-left: 33px;
    cursor: pointer;
}

.ex-tab span.active a {
    color: #EE1c5D;
}

.ex-tab span a {
    color: #666;
}

.ex-tab .left {
    text-align: right;
}
.ex-tab .tab-nav{
    height:55px;
    border-top:1px solid #f7f7f7;
}
.ex-tab .search-wrap{
    padding:30px 0;
}
.ex-tab .m-search {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 900px;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 0;
    font-size: 14px;
    color: #999;
}

.ex-tab .m-search input {
    border: none;
    outline: none;
    width: 760px;
    background-color: #f7f7f7;
    float: left;
    line-height: 40px;
    height:40px;
    padding-left:20px;
}

.ex-tab .m-search .search-txt {
    line-height: 40px;
    height:40px;
    width:140px;
    float: right;
    color: #fff;
    background: #16D1D1;
    text-align:center;
    cursor: pointer;
}

.ex-layout {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 40px;
}

.ex-layout .exl-l {
    width: 260px;
    background-color: #fff;
    float: left;
    min-height: 200px;
}

.ex-layout .exl-r {
    width: 920px;
    float: right;
    min-height: 200px;
}

.ex .ex-exhibitor {
    padding: 20px;
    font-size: 14px;
}

.ex .ex-exhibitor .ex-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.ex .ex-exhibitor .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 1px;
}

.ex .ex-exhibitor .layui-col-md11 {
    padding-left: 12px;
}

.ex .ex-ca {
    margin-bottom: 20px;
}

.ex .ex-ca .ex-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 20px;
}

.ex .ex-ca-item {
    padding: 8px 10px 8px 22px;
    font-size: 14px;
    /* color: #333; */
    margin: 0 6px;
    cursor: pointer;
}

.ex .ex-ca-item:hover {
    color: #EE1c5D;
    background-color: #fbe9ed;
}

.ex .ex-ca-item.active {
    color: #EE1c5D;
    background-color: #fbe9ed;
}

.ex .exc-item {
    padding: 20px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    height: 248px;
}

.ex .exc-item-top .left {
    float: left;
    width: 350px;
    height: 73px;
}

.ex .exc-item-top .left .line {
    margin-bottom: 12px;
}

.ex .exc-item-top .left .line .line-inline {
    margin-right: 20px;
    line-height: 20px;
    display: inline-block;
    max-width: 177px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex .exc-item-top .left .line .line-inline img {
    position: relative;
    top: -1px;
}

.ex .exc-item-top .left .line .line-inline img:first-child {
    top: -2px;
}

.ex .exc-item-top .left .line .line-inline:first-child {}

.ex .exc-item-top .left .exc-title {
    font-size: 18px;
    color: #333;
}

.ex .exc-item-top .left .exc-brand {
    font-size: 0;
    height: 22px;
    line-height: 22px;
    border: solid 1px #ffe7d9;
    color: #ff5e00;
    background: #ffe7d9;
    margin-left: 16px;
    font-size: 0;
}

.ex .exc-item-top .left .exc-brand span {
    padding: 0 6px;
    font-size: 12px;
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex .exc-item-top .right {
    float: right;
    width: 42px;
    height: 42px;
    font-size: 0;
}

.ex .exc-item-top .right img {
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: solid 1px #f7f7f7;
    border-radius: 50%;
}

.ex .exc-item-middle {
    margin-bottom: 16px;
    overflow: hidden;
}

.ex .exc-item-middle .left {
    width: 100px;
    height: 100px;
    float: left;
}

.ex .exc-item-middle .left img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #f7f7f7;
}

.ex .exc-item-middle .right {
    float: right;
    width: 302px;
}

.ex .exc-item-middle .right .excim-box {
    margin-bottom: 5px;
}

.ex .exc-item-middle .right .excim-pro {
    background-color: #fff;
    font-size: 0;
}

.ex .exc-item-middle .right .excim-pro img {
    width: 68px;
    height: 68px;
    margin-right: 10px;
}

.ex .exc-item-middle .right .excim-brand {
    background-color: #16D1D1;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    margin-right: 7px;
    max-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex .exc-item-bottom {
    font-size: 12px;
    color: #999;
}

.ex .exc-item-bottom span {
    display: inline-block;
    line-height: 22px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ex .exc-item-bottom .excib-avatar {
    width: 50px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.ex .exc-item-bottom .excib-avatar img {
    position: absolute;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.ex .exc-item-bottom .excib-avatar img:nth-child(1) {
    z-index: 3;
}

.ex .exc-item-bottom .excib-avatar img:nth-child(2) {
    left: 25%;
    z-index: 2;
}

.ex .exc-item-bottom .excib-avatar img:nth-child(3) {
    left: 50%;
    z-index: 1;
}

.ex .exc-item-title {
    font-size: 18px;
    color: #333;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex .exc-item2 {
    padding: 20px 0 0;
    cursor: pointer;
    border: solid 2px #f5f5f5;
    background: #fff;
}

.ex .exc-item2-top {
    overflow:hidden;
    padding:0 20px;
    width:100%;
}
.ex .exc-item2-top .left {
    float: left;
    width: 405px;
}

.ex .exc-item2-top .left .line {
    margin-bottom: 12px;
}

.ex .exc-item2-top .left .line .line-inline {
    line-height: 20px;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14p;
}

.ex .exc-item2-top .left .line .line-inline img {
    position: relative;
    top: -1px;
}

.ex .exc-item2-top .left .line .line-inline img:first-child {
    top: -2px;
}

.ex .exc-item2-top .left .line .line-inline:first-child {
    max-width: 160px;
    margin-right: 20px;
}

.ex .exc-item2-top .left .exc-title {
    font-size: 18px;
    color: #333;
}

.ex .exc-item2-top .left .exc-brand {
    font-size: 0;
    height: 22px;
    line-height: 22px;
    border: solid 1px #16D1D1;
    color: #16D1D1;
    background: #fff;
    border-radius: 5px;
}

.ex .exc-item2-top .left .exc-brand span {
    padding: 0 6px;
    font-size: 12px;
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: -2px;
}

.ex .exc-item2-top .right {
    float: right;
    width: 42px;
    height: 42px;
    font-size: 0;
}

.ex .exc-item2-top .right img {
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: solid 1px #f7f7f7;
    border-radius: 50%;
}

.ex .exc-item2-middle {
    clear: both;
    /*margin-bottom: 16px;*/
    overflow: hidden;
    padding: 0 20px;
}
.ex .item2-comp-name {
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    background: #f5f5f5;
    color:#333;
    font-size: 14px;
    box-sizing:border-box;
    margin-top:15px;
}

.ex .exc-item2-middle .left {
    width: 100px;
    height: 100px;
    float: left;
}

.ex .exc-item2-middle .left img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #f7f7f7;
}

.ex .exc-item2-middle .right {
    float: right;
    width: 302px;
}

.ex .exc-item2-middle .right .excim-box {
    margin-bottom: 8px;
}

.ex .exc-item2-middle .right .excim-pro {
    background-color: #fff;
    font-size: 0;
}

.ex .exc-item2-middle .right .excim-pro img {
    width: 68px;
    height: 68px;
    margin-right: 10px;
}

.ex .exc-item2-middle .right .excr-txt {
    height: 120px;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 8px 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 12px;
    color: #333;
    line-height: 1.9;
}

.ex .exc-item2-bottom {
    font-size: 12px;
    color: #999;
}

.ex .exc-item2-bottom span {
    display: inline-block;
    line-height: 22px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ex .exc-item2-bottom .excib-avatar {
    width: 50px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.ex .exc-item2-bottom .excib-avatar img {
    position: absolute;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.ex .exc-item2-bottom .excib-avatar img:nth-child(1) {
    z-index: 3;
}

.ex .exc-item2-bottom .excib-avatar img:nth-child(2) {
    left: 25%;
    z-index: 2;
}

.ex .exc-item2-bottom .excib-avatar img:nth-child(3) {
    left: 50%;
    z-index: 1;
}

.ex .exc-item2-title {
    font-size: 18px;
    color: #333;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex .ex-info {
    padding: 20px;
    height: 180px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.ex .ex-info .exi-l {
    float: left;
    width: 601px;
    line-height: 24px;
    font-size: 14px;
}

.ex .ex-info .exi-l:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.ex .ex-info .exi-l .exi-item {
    text-align: left;
    margin-bottom: 14px;
    cursor: pointer;
}

.ex .ex-info .exi-l p {
    display: inline-block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.ex .ex-info .exi-l .brand {
    display: inline-block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    border: solid 1px transparent;
    margin-right: 14px;
    font-size: 14px;
    color: #333;
}

.ex .ex-info .exi-l .brand.s-1 {
    border-color: #47beed;
    color: #47beed;
}

.ex .ex-info .exi-l .brand.s-2 {
    border-color: #ff5d00;
    color: #ff5d00;
}

.ex .ex-info .exi-l .brand.s-3 {
    border-color: #EE1c5D;
    color: #EE1c5D;
}

.ex .ex-info .exi-l .txt1 {
    display: inline-block;
    width: 80px;
    color: #666;
    margin-left: 25px;
}

.ex .ex-info .exi-r {
    float: right;
    width: 221px;
    border-radius: 5px;
    margin-left: 50px;
}

.ex .ex-info .exi-r .ex-btn {
    width: 221px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    border: 1px solid transparent;
    color: #fff;
    border-color: #16D1D1;
    background-color: #16D1D1;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}

.ex .ex-info .exi-r .ex-btn:last-child {
    margin-bottom: 0;
}

.ex .ex-info .exi-r .ex-btn.s-1 {
    border-color: #EE1c5D;
    background-color: #EE1c5D;
    color: #fff;
}

.m-page {
    font-size: 14px;
    color: #666;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.m-page .layui-form-select dl dd.layui-this {
    background-color: #47beed;
}

.m-page .layui-form-selected dl {
    border-radius: 4px;
}

.m-page .txt1 {
    margin-right: 20px;
}

.m-page .mp-box {
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
    content: "";
    vertical-align: middle;
    height: 100%;
}

.m-page .mp-box input {
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}

.m-page .mp-l,
.m-page .mp-r,
.m-page .mp-item {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ddd;
    margin-right: 9px;
    display: inline-block;
    cursor: pointer;
}

.m-page .mp-l:hover,
.m-page .mp-l.active,
.m-page .mp-r:hover,
.m-page .mp-r.active,
.m-page .mp-item:hover,
.m-page .mp-item.active {
    background-color: #16D1D1;
    border-color: #16D1D1;
    color: #fff;
}

.m-page .mp-inp {
    padding: 0 20px;
    display: inline-block;
}

.m-page .mp-inp span {
    display: inline-block;
    margin: 0 8px;
}

.s-blue {
    font-size: 16px;
    color: #EE1c5D !important;
}

/* 置顶 */
#top {
    position: fixed;
    bottom: 454px;
    right: 296px;
    background: #EE1c5D;
    display: none;
}

#top:hover {
    cursor: pointer;
    background: #c6191e;
}

.brand-ex .breadcrumb {
    width: 1200px;
    margin: 20px auto;
}

.brand-ex .breadcrumb .icon {
    color: #EE1c5D;
}

.brand-ex body {
    background: #f5f5f5;
}

.brand-ex .about {
    background-color: #fff;
    margin-bottom: 100px;
}

.brand-ex .about-list {
    width: 100%;
    height: 500px;
    padding: 20px 30px 20px 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brand-ex .about-list:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.brand-ex .about-list:hover h3 {
    color: #EE1c5D;
}

.brand-ex .about-list img {
    width: 340px;
    height: 100%;
}

.brand-ex .about-list .list-text {
    width: calc(100% - 380px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}

.brand-ex .about-list .list-text div {
    width: 100%;
}

.brand-ex .about-list .list-text h3 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-ex .about-list .list-text p {
    font-size: 14px;
    line-height: 24px;
}

.brand-ex .about-list .list-text .t {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-ex .about-content {
    width: 900px;
    margin: 0 auto;
    padding: 100px 0;
    font-size: 0;
}

.brand-ex .about-content img {
    width: 100%;
    height: 383px;
}

.brand-ex .about-content p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 30px;
}

.brand-ex .about-content .content-btn {
    width: 120px;
    height: 35px;
    background-color: #EE1c5D;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.brand-ex .swiper-slide img {
    width: 100%;
}

.brand-ex .gSwiperBox-banner {
    position: relative;
    min-width: 1200px;
}

.brand-ex .gSwiperBox-banner:hover .swiper-button-next,
.brand-ex .gSwiperBox-banner:hover .swiper-button-prev {
    visibility: visible;
}

.brand-ex .gSwiperBox-banner h1 {
    width: 100%;
    font-size: 30px;
    top: 30%;
}

.brand-ex .gSwiperBox-banner .banner-btn,
.brand-ex .gSwiperBox-banner h1 {
    text-align: center;
    position: absolute;
    z-index: 99;
    color: #fff;
}

.brand-ex .gSwiperBox-banner .banner-btn {
    display: block;
    width: 200px;
    height: 48px;
    background-color: #EE1c5D;
    top: 60%;
    left: 50%;
    margin-left: -100px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
}

.brand-ex .gSwiperBox-banner .banner-btn:hover {
    background-color: #006fb4;
}

.brand-ex .gSwiperBox-banner .swiper-container {
    font-size: 0;
}

.brand-ex .gSwiperBox-banner .swiper-pagination {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
    bottom: 22px;
}

.brand-ex .gSwiperBox-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #ddd;
    opacity: 1;
    border-radius: 50%;
}

.brand-ex .gSwiperBox-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c6191e;
    opacity: 1;
}

.brand-ex .gSwiperBox-banner .swiper-button-prev {
    background-image: none;
    width: 40px;
    height: 40px;
    border: 2px solid #c6191e;
    border-radius: 50%;
    font-size: 20px;
    color: #c6191e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    left: 30px;
    visibility: hidden;
}

.brand-ex .gSwiperBox-banner .swiper-button-prev i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    margin-left: -5px;
    font-weight: 700;
}

.brand-ex .gSwiperBox-banner .swiper-button-next {
    background-image: none;
    width: 40px;
    height: 40px;
    border: 2px solid #c6191e;
    border-radius: 50%;
    font-size: 20px;
    color: #c6191e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    right: 30px;
    visibility: hidden;
}

.brand-ex .gSwiperBox-banner .swiper-button-next i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 30px;
    margin-left: -5px;
    font-weight: 700;
}

.brand-ex .g-site {
    width: 100%;
    font-size: 14px;
}

.brand-ex .g-site-content {
    width: 1200px;
    line-height: 1;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-ex .g-site-content i {
    font-size: 20px;
    color: #EE1c5D;
}

.brand-ex .g-site-content span {
    cursor: pointer;
}

.brand-ex .g-backtop .top {
    width: 54px;
    height: 54px;
    background-color: #EE1c5D;
}

.brand-ex .g-backtop .top:hover {
    background-color: #c6191e;
}

.brand-ex .g-backtop img {
    width: 54px;
    height: 54px;
}

.brand-ex .g-backtop .ivu-back-top {
    left: 50%;
    margin-left: 610px;
}

.brand-ex .g-info {
    position: fixed;
    right: 0;
    top: 500px;
    z-index: 100;
    width: 60px;
    height: 140px;
    background-color: #EE1c5D;
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
}

.brand-ex .g-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.brand-ex .g-info.ivu-poptip-rel {
    width: 100%;
    height: 100%;
}

.brand-ex .g-info.ivu-poptip-popper {
    min-width: auto;
    left: -140px !important;
}

.brand-ex .g-info.ivu-poptip-popper .ivu-poptip-body {
    padding: 0;
    height: 116px;
}

.brand-ex .g-info.ivu-poptip-popper .ivu-poptip-content {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.brand-ex .g-info.ivu-poptip-popper .ivu-poptip-inner {
    height: 116px;
    border-radius: 5px;
}

.brand-ex .pop-ly .ivu-poptip-body {
    padding: 5px !important;
}

.brand-ex .pop-ly .ivu-poptip-inner {
    height: 116px !important;
}

.brand-ex .home {
    background: #f5f5f5;
}

.brand-ex .gContent {
    width: 1200px;
    margin: 0 auto 0;
}

.contact {
    /* 侧边栏 */
}

.contact body {
    background-color: #fff;
}

.contact .about {
    width: 1200px;
    /* height: 500px; */
    margin: 0 auto;
    background: #fff;
}

.contact .one {
    /* 清除浮动 */
    clear: both;
}

.contact .title {
    text-align: center;
    padding: 25px;
    background-color: #fff;
}

.contact .title>div {
    position: relative;
}

.contact .line {
    position: relative;
    bottom: -19px;
    width: 74px;
    height: 4px;
    background-color: #16D1D1;
    border-radius: 2px;
    margin: 0 auto;
}

.contact .booth-container .box {
    width: 184px;
    text-align: center;
    margin: 0 auto;
    min-height: 280px;
    background-color: #fff;
}

.contact .booth-container .box .touxiang {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.contact .booth-container .box .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}

.contact .booth-container .box .address {
    font-size: 16px;
    font-weight: bold;
    margin: 19px 0;
    color: #16D1D1;
}

.contact .booth-container .box .tel,
.contact .booth-container .box .email {
    font-size: 14px;
    color: #333;
    margin-bottom: 17px;
}

.contact .booth-container .box .email {
    word-break: break-all;
    line-height: 24px;
    min-height: 50px;
}

.contact .booth-container .box .qrcode {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
}

.contact .booth-container .box .des {
    font-size: 14px;
    color: #333;
}

.contact .sidebar {
    position: fixed;
    top: 40%;
    right: 0;
    width: 60px;
    height: 284px;
    background-color: #47beed;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
}

.contact .sidebar>.s-box {
    font-size: 14px;
    color: #fff;
    margin: 16px 0;
}

.contact .sidebar>.s-box .icon {
    font-size: 26px;
    color: #fff;
}

.contact .sidebar>.s-box .s-line {
    width: 48px;
    height: 1px;
    background-color: #d1f2ff;
    margin: 0 auto;
    margin-top: 5px;
}

.contact .sidebar .s-box1:hover {
    cursor: pointer;
}

.contact .sidebar .s-box1:hover .we-chat {
    display: block;
}

.contact .sidebar .we-chat {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: -65px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
}

.contact .sidebar .we-chat>img {
    width: 120px;
    height: 120px;
}

.contact .w-shoadow {
    position: absolute;
    top: 65%;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(0, 0, 0, 0.1);
}

.contact .sidebar .we-chat::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.contact .sidebar .s-box2:hover {
    cursor: pointer;
}

.contact .sidebar .s-box2:hover .mini {
    display: block;
}

.contact .sidebar .mini {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
    border-radius: 5px;
}

.contact .sidebar .mini>img {
    width: 120px;
    height: 120px;
}

.contact .sidebar .mini::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.contact .sidebar .s-box3:hover {
    cursor: pointer;
}

.contact .sidebar .s-box3:hover .ling {
    display: block;
}

.contact .sidebar .ling {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: 65px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.contact .sidebar .ling>img {
    width: 120px;
    height: 120px;
}

.contact .sidebar .ling::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.contact .sidebar .s-box4:hover {
    cursor: pointer;
}

.contact .sidebar .s-box4:hover .shipin {
    display: block;
}

.contact .sidebar .shipin {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: 130px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.contact .sidebar .shipin>img {
    width: 120px;
    height: 120px;
}

.contact .sidebar .shipin::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.contact .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-detail {
    /* 面包屑 */
    /* 主体内容 */
    /* 侧边栏 */
    /* 置顶 */
}

.news-detail body {
    background: #f7f7f7;
    margin: 0 auto;
}

.news-detail .breadcrumb {
    width: 1200px;
    margin: 20px auto;
}

.news-detail .breadcrumb .icon {
    color: #EE1c5D;
}
.news-act-wrap {
    background: #f5f5f5;
    padding-top:20px;
    padding-bottom:100px;
}
.news-act-wrap .breadcrumb{
    margin-top:0;
}
.news-detail.news-act-wrap .news-detail{
    padding:20px 60px 50px;
}
.news-detail .news-detail {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0 50px;
}

.news-detail .news-detail .header .title {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 27px;
    text-align: justify;
}

.news-detail .news-detail .header .time {
    margin-bottom: 15px;
}

.news-detail .news-detail .header .time span {
    font-size: 14px;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #666666;
    padding-right: 19px;
}

.news-detail .news-detail .header .line {
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 29px;
}

.news-detail .news-container {
    text-align:left;
    /*text-align: center;*/
}

.news-detail .news-container p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0;
    color: #333;
    text-align: justify;
}

.news-detail .news-container img {
    max-width: 750px;
    max-height: 442px;
    margin: 5px 0;
}
.news-detail .news-container.json-news img {
    max-width: 100%;
    max-height: inherit;
}
.side-tool {
    position: fixed;
    top: 40%;
    right: 0;
    width: 60px;
    height: 284px;
    background-color: #47beed;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    z-index: 99;
}

.side-tool>.s-box {
    font-size: 14px;
    color: #fff;
    margin: 16px 0;
}

.side-tool>.s-box .icon {
    font-size: 26px;
    color: #fff;
    line-height: 1;
}

.side-tool>.s-box .s-line {
    width: 48px;
    height: 1px;
    background-color: #d1f2ff;
    margin: 0 auto;
    margin-top: 5px;
}

.side-tool .s-box1:hover {
    cursor: pointer;
}

.side-tool .s-box1:hover .we-chat {
    display: block;
    cursor: pointer;
}

.side-tool .we-chat {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: -65px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
}

.side-tool .we-chat>img {
    width: 120px;
    height: 120px;
}

.w-shoadow {
    position: absolute;
    top: 65%;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(0, 0, 0, 0.1);
}

.side-tool .we-chat::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.side-tool .s-box2:hover {
    cursor: pointer;
}

.side-tool .s-box2:hover .mini {
    display: block;
}

.side-tool .mini {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
    border-radius: 5px;
}

.side-tool .mini>img {
    width: 120px;
    height: 120px;
}

.side-tool .mini::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.side-tool .s-box3:hover {
    cursor: pointer;
}

.side-tool .s-box3:hover .ling {
    display: block;
}

.side-tool .ling {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: 65px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.side-tool .ling>img {
    width: 120px;
    height: 120px;
}

.side-tool .ling::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

.side-tool .s-box4:hover {
    cursor: pointer;
}

.side-tool .s-box4:hover .shipin {
    display: block;
    cursor: pointer;
}

.side-tool .shipin {
    width: 140px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    line-height: 140px;
    top: 130px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.side-tool .shipin>img {
    width: 120px;
    height: 120px;
}

.side-tool .shipin::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

#ex-top {
    position: fixed;
    bottom: 20px;
    right: 68px;
    background: #EE1c5D;
    z-index: 2;
    cursor: pointer;
}

.news-detail .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xs-adPreheat .content-con a {
    text-decoration: none;
}

.xs-adPreheat .content-con a:hover {
    text-decoration: initial;
    text-decoration: underline;
}

.xs-adPreheat .indent {
    text-indent: 2em;
}

.xs-adPreheat .cmef-banner {
    width: 100%;
}

.xs-adPreheat .cmef-content {
    width: 960px;
    margin: 0 auto;
    min-height: 400px;
    display: table;
}

.xs-adPreheat .content-con {
    width: 960px;
    margin: 0 auto 28px;
    clear: both;
    float: none;
}

.xs-adPreheat .content-path {
    width: 560px;
    line-height: 63px;
    font-size: 14px;
}

.xs-adPreheat .content-path a:link,
.xs-adPreheat .content-path a:visited,
.xs-adPreheat .content-path a:hover,
.xs-adPreheat .content-path a:active {
    color: #333;
}

.xs-adPreheat .content-path span.path-home {
    display: inline-block;
    padding-left: 26px;
    background: url(./img/path-home-bj.jpg) left center no-repeat;
}

.xs-adPreheat .second-xzx-module {
    width: 960px;
    float: left;
    clear: both;
}

.xs-adPreheat .second-xzx-module-content {
    width: 960px;
}

.xs-adPreheat .second-xzx-item {
    width: 960px;
    padding: 10px 0;
    height: 150px;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}

.xs-adPreheat .second-xzx-item-pic {
    width: 147px;
    height: 150px;
    float: left;
}

.xs-adPreheat .second-xzx-item-pic img {
    width: 147px;
    height: 150px;
}

.xs-adPreheat .second-xzx-item-title {
    width: 783px;
    height: 25px;
    float: left;
    padding-left: 30px;
    line-height: 147px;
}

.xs-adPreheat .second-xzx-item-title a:link,
.xs-adPreheat .second-xwzx-item-title a:visited,
.xs-adPreheat .second-xwzx-item-title a:hover,
.xs-adPreheat .second-xwzx-item-title a:active {
    color: #333;
}

.xs-adPreheat .second-xzx-item-date {
    float: left;
    line-height: 143px;
    height: 25px;
    padding-left: 50px;
    color: #a0a0a0;
}

.xs-adPreheat .ma-bottom {
    margin-top: 0;
    margin-bottom: 20px;
}

.xs-viewer-how-visit .indent {
    text-indent: 2em;
}

.xs-viewer-how-visit .cmef-banner {
    width: 100%;
}

.xs-viewer-how-visit .cmef-content {
    width: 960px;
    margin: 0 auto;
    min-height: 400px;
    display: table;
}

.xs-viewer-how-visit .content-con {
    width: 960px;
    margin-bottom: 28px;
    float: none;
    margin: 0 auto;
}

.xs-viewer-how-visit .content-path {
    width: 560px;
    line-height: 63px;
    font-size: 14px;
}

.xs-viewer-how-visit .content-path a:link,
.xs-viewer-how-visit .content-path a:visited,
.xs-viewer-how-visit .content-path a:hover,
.xs-viewer-how-visit .content-path a:active {
    color: #333;
}

.xs-viewer-how-visit .content-path span.path-home {
    display: inline-block;
    padding-left: 26px;
    background: url(./img/path-home-bj.jpg) left center no-repeat;
}

.xs-viewer-how-visit .second-content-960 {
    margin: 0 auto;
    width: 960px;
    position: relative;
}

.xs-viewer-how-visit .second-content-960-title {
    width: 440px;
    height: 63px;
    line-height: 63px;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
    font-size: 20px;
    color: #b73c2f;
    position: absolute;
    left: 0;
    top: -63px;
    padding-left: 27px;
}

.xs-viewer-how-visit .second-content-960-title span {
    border: none;
}

.xs-viewer-how-visit .second-content-960-ct {
    margin: 0 auto;
    width: 960px;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
    font-size: 14px;
    color: #3f3f3f;
    line-height: 200%;
    float: left;
    clear: both;
}

.xs-viewer-how-visit .second-content-960-ct .Normal {
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
    font-size: 14px;
    color: #3f3f3f;
    line-height: 200%;
    text-align: justify;
}

.xs-viewer-how-visit .back-white {
    background: #fff;
}

.xs-cooperation-media {
    /*second hzmt*/
}

.xs-cooperation-media .indent {
    text-indent: 2em;
}

.xs-cooperation-media .cmef-banner {
    width: 100%;
}

.xs-cooperation-media .cmef-content {
    width: 960px;
    margin: 0 auto;
    min-height: 400px;
    display: table;
}

.xs-cooperation-media .cmef-content .content-con {
    width: 960px;
    margin: 0 auto;
    float: none;
}

.xs-cooperation-media .content-path {
    width: 560px;
    line-height: 63px;
    font-size: 14px;
}

.xs-cooperation-media .content-path a:link,
.xs-cooperation-media .content-path a:visited,
.xs-cooperation-media .content-path a:hover,
.xs-cooperation-media .content-path a:active {
    color: #333;
}

.xs-cooperation-media .content-path span.path-home {
    display: inline-block;
    padding-left: 26px;
    background: url(./img/path-home-bj.jpg) left center no-repeat;
}

.xs-cooperation-media img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.xs-cooperation-media .second-hzmt-module {
    width: 960px;
    position: relative;
}

.xs-cooperation-media .second-hzmt-module-content {
    width: 960px;
    padding: 30px 0;
    margin-bottom: 10px;
    margin: 0 auto 10px;
}

.xs-cooperation-media .second-hzmt-item {
    width: 960px;
}

.xs-cooperation-media .second-hzmt-item-pic {
    width: 158px;
    height: 221px;
    float: left;
}

.xs-cooperation-media .second-hzmt-item-right {
    width: auto;
    padding-left: 20px;
    float: left;
}

.xs-cooperation-media .second-hzmt-item-title a {
    display: none;
}

.xs-cooperation-media .second-hzmt-item-title a.edit-handle {
    display: block;
}

.xs-cooperation-media .second-hzmt-item-sum {
    width: 780px;
    line-height: 25px;
    color: #333;
    height: 221px;
    overflow: hidden;
}

.xs-cooperation-media .ma-bottom {
    margin-top: 0;
    margin-bottom: 20px;
}

.xs-new-media .cmef-banner {
    width: 100%;
}

.xs-new-media .cmef-content {
    width: 960px;
    margin: 0 auto;
    min-height: 400px;
    display: table;
}

.xs-new-media .content-con {
    width: 960px;
    margin: 0 auto 28px;
    clear: both;
    float: none;
}

.xs-new-media .content-path {
    width: 560px;
    line-height: 63px;
    font-size: 14px;
}

.xs-new-media .content-path a:link,
.xs-new-media .content-path a:visited,
.xs-new-media .content-path a:hover,
.xs-new-media .content-path a:active {
    color: #333;
}

.xs-new-media .content-path span.path-home {
    display: inline-block;
    padding-left: 26px;
    background: url(./img/path-home-bj.jpg) left center no-repeat;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px !important;
    }
}



.gy-page {
    text-align: center;
    padding-top: 40px;
}

.gy-page .layui-laypage a,
.gy-page .layui-laypage span {
    padding: 0 11px;
    margin-right: 9px;
    border-radius: 4px;
}

.gy-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #16D1D1;
}

/*
    弹框
*/
.link-modal .layui-layer-content {
    box-sizing: border-box;
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    overflow:hidden!important;
}

.link-modal .layui-layer-content .kf-title {
    font-size: 20px;
    color: #333;
}

.link-modal .layui-layer-content .img-box {
    width: 240px;
    height: 260px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    margin-top: 20px;
}

    .link-modal .layui-layer-content .img-box img {
        width: 205px;
        height: 205px;
        margin-top: 15px;
    }

    .link-modal .layui-layer-content .img-box .img-box-p {
        line-height: 30px;
        color: #333;
        font-size: 16px;
    }

.link-modal .layui-layer-btn {
    padding: 0;
}

.link-modal .layui-layer-btn .layui-layer-btn0 {
    width: 240px;
    height: 60px;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #eee;
    line-height: 60px;
    text-align: center;
    margin: 0px auto 30px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}