.main{
    width: 1400px;
    margin: 0 auto;
}
body{
    min-width: 1400px;
}
.ease{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* header */
.header{
    height: 38px;
    background-color: #f5f5f5;
}
.head span{
    float: left;
    line-height: 38px;
    font-size: 0;
}
.head span a{
    font-size: 14px;
    color: #666;
    margin-right: 22px;
    display: inline-block;
    vertical-align: top;
}
.head a:hover{
    color: #ff6600;
}
.head p{
    line-height:38px;
    float:right;
    color:#dfdfdf;
    margin-right:155px;
}
.head p a{
    display:inline-block;
    font-size: 14px;
    color:#666;
    padding:0 8px;
}
/* Tophead */
.Tophead {
    position: relative;
    margin: 0 auto;
}
.Tophead p {
    position: absolute;
    float: right;
    right: 0px;
    top: -33px;
    font-size: 14px;
    color: #dfdfdf;
}
.Tophead a {
    margin-left: 5px;
    color: #ff6400;
}
.Tophead a.moblie:hover .hbapp {
    display: block;
}
.Tophead a.moweixin:hover .hbweixin {
    display: block;
}
.Tophead a.moblie {
    margin:0 15px;
}
.Tophead a.moweixin {
    margin:0 30px 0 10px
}
.Tophead img.hbapp {
    right:68px;
}
.Tophead img.hbweixin {
    right: 15px;
}
.Tophead img {
    max-width: 120px;
    max-height: 120px;
    position: absolute;
    top: 28px;
    z-index: 9999;
    border-radius: 5px;
    display: none;
}
/* top */
.top{
    padding: 20px 0;
    height: 54px;
}
.top .logo{
    float: left;
}
.top .logo img{
    height: 54px;
    width: auto;
}
.top .search {
    width: 400px;
    height: 38px;
    margin: 8px 0 0 50px;
    float: left;
    border: 2px solid #fa8c16;
    position: relative;
    border-radius: 20px;
    color: #999;
}
.search input {
    width: 306px;
    height: 35px;
    float: left;
    border: none;
    font-size: 15px;
    color: #999;
    margin-left: 20px;
    background-color: #fff;
}
.search button {
    position: absolute;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    width: 80px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    right: -2px;
    top: -2px;
    border-radius: 20px;
    background-color: #ff6200;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#ff9c00));
    background-image: -webkit-linear-gradient(90deg, #ff6200, #ff9c00);
    background-image: -moz-linear-gradient(90deg, #ff6200, #ff9c00);
    background-image: -ms-linear-gradient(90deg, #ff6200, #ff9c00);
    background-image: -o-linear-gradient(90deg, #ff6200, #ff9c00);
    background-image: linear-gradient(90deg, #ff6200, #ff9c00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6200', endColorStr='#ff9c00');
}
.top .menu{
    float: left;
    height: 42px;
    margin: 8px 0 0 80px;
}
.top .menu a{
    display: inline-block;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 20px;
    position: relative;
}
.top .menu a.focus{
    color: #f60;
}
.top .menu a.focus i{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 3px;
    background-color: #f60;
}
.top .menu a.focus i::after{
    content: "";
    position: absolute;
    top: -5px;
    left:50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f60;
    background-size: 100% 100%;
}
.top .menu a:first-child{
    margin-left: 0;
}
.top .menu a:last-child{
    margin-right: 0;
}
.top .exhi-ico {
    float: right;
    margin-top: 10px;
}
.top .exhi-ico a {
    display: inline-block;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fa8c16;
    border-radius: 5px;
    border: 1px solid #fa8c16;
    margin-left: 17px;
}
.top .exhi-ico a.guanzong {
    color: #238844;
    border: 1px solid #238844;
}
.top .exhi-ico a i{
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../../../../icp/exhi-ico1.png) no-repeat;
    vertical-align: top;
    margin:8px 6px 0 0;
}
.top .exhi-ico a.guanzong i{
    width: 22px;
    height: 23px;
    background: url(../../../../icp/exhi-ico2.png) no-repeat;
}
/* banner */
.banner {
    overflow: hidden;
    position: relative;
    height: 500px;
    min-width: 1400px;
}
.banner .item {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
}
.banner .item ul.bigImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.banner .item ul.bigImg li {
    height: 100%;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/* exhi_data */
.exhi_data {
    background: #5a5a5a;
}
.exhi_data .notice {
    margin: 0 auto;
}
.exhi_data .notice b {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
    display: block;
}
.exhi_data .notice b i {
    color: #fa8c16;
    font-weight: normal;
    vertical-align: top;
    margin-right: 10px;
}
.exhi_data .notice .winBox {
    position:relative;
    overflow: hidden;
    height: 60px;
    line-height:60px;
}
.exhi_data .notice  .scroll {
    width:2000px;
    position:absolute;
    left:0px;
    top:0px;
}
.exhi_data .notice .scroll li {
    float:left;
    height: 60px;
    line-height:60px;
    overflow: hidden;
    text-align:center;
}
.exhi_data .notice .scroll li a {
    color: #fff;
    margin-right: 20px;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
}
.exhi_data .notice .scroll li a:hover{
    color: #f90;
}
.exhi_data .notice .scroll li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #fa8c16;
    border-radius: 50%;
    transform: translate(0,-50%);
}
.record {
    margin: 0 auto;
    overflow: hidden;
}
.record ul li{
    width: 16.66666%;
    float: left;
    height: 88px;
    color: #fff;
    background: #fa8c16;
    box-sizing: border-box;
    padding: 15px 0 15px 50px;
}
.record ul li i {
    font-size: 35px;
    margin-right: 20px;
    margin-top: 6px;
    float: left;
}
.record ul li:first-child,.record ul li:hover {
    background: #238844;
}
.record ul li p {
    font-size: 28px;
    font-weight: bold;
}
.record ul li span {
    display: block;
    font-size: 15px;
}
/* exhi_online */
.exhi_online .onlineTitle{
    padding: 40px 0;
}
.exhi_online .onlineTitle b {
    text-align: center;
    display: block;
    padding-bottom: 5px;
    position: relative;
    z-index: 99;
}
.exhi_online .onlineTitle b strong {
    color: #ededed;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-transform: uppercase;
    z-index: 0;
    font-weight: bold;
}
.exhi_online .onlineTitle b span {
    font-size: 44px;
    position: relative;
    top: 11px;
    color: #333;
}
.exhi_online .onlineTitle b span i {
    width: 35px;
    display: inline-block;
    height: 41px;
    background: url(../../../../icp/exhi-ico.png) no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 13px 5px 0 0;
}
.exhi_online .onlineTitle b span em {
    margin-left: 5px;
    font-style: normal;
    color: #fa8c16;
    font-size: 42px;
}
.pop_list {
    margin: 0 auto;
    overflow: hidden;
    display: none;
    padding-top: 15px !important;
}
.pop_list ul {
    margin: -10px;
}
.pop_list ul li{
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.pop_list ul li .image{
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.pop_list ul li .image img{
    width: 100%;
    max-height: none;
    display: block;
}
.pop_list ul li span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 20px;
    z-index: 9;
}
.pop_list ul li mark {
    display: block;
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 9;
    border-radius: 30px;
    opacity: .9;
    background-color:#2e7d42;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#2e7d42), to(#789a1b));
    background-image:-webkit-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:-moz-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:-ms-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:-o-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:linear-gradient(90deg, #2e7d42, #789a1b);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e7d42', endColorStr='#789a1b');
}
.pop_list ul li mark.notice {
    background-color:#2e7d42;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#2e7d42), to(#789a1b));
    background-image:-webkit-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:-moz-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:-ms-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:-o-linear-gradient(90deg, #2e7d42, #789a1b);
    background-image:linear-gradient(90deg, #2e7d42, #789a1b);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e7d42', endColorStr='#789a1b');
}
.pop_list ul li mark.replay {
    background-color:#ff8233;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ff8233), to(#ffb033));
    background-image:-webkit-linear-gradient(90deg, #ff8233, #ffb033);
    background-image:-moz-linear-gradient(90deg, #ff8233, #ffb033);
    background-image:-ms-linear-gradient(90deg, #ff8233, #ffb033);
    background-image:-o-linear-gradient(90deg, #ff8233, #ffb033);
    background-image:linear-gradient(90deg, #ff8233, #ffb033);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8233', endColorStr='#ffb033');
}
.pop_list ul li mark.live {
    background-color:#3fa9ff;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#3fa9ff), to(#65b9fd));
    background-image:-webkit-linear-gradient(90deg, #3fa9ff, #65b9fd);
    background-image:-moz-linear-gradient(90deg, #3fa9ff, #65b9fd);
    background-image:-ms-linear-gradient(90deg, #3fa9ff, #65b9fd);
    background-image:-o-linear-gradient(90deg, #3fa9ff, #65b9fd);
    background-image:linear-gradient(90deg, #3fa9ff, #65b9fd);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3fa9ff', endColorStr='#65b9fd');
}
.pop_list ul li:hover .item{
    padding: 2px;
    background-color:#ff6200;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#ff9d00));
    background-image:-webkit-linear-gradient(90deg, #ff6200, #ff9d00);
    background-image:-moz-linear-gradient(90deg, #ff6200, #ff9d00);
    background-image:-ms-linear-gradient(90deg, #ff6200, #ff9d00);
    background-image:-o-linear-gradient(90deg, #ff6200, #ff9d00);
    background-image:linear-gradient(90deg, #ff6200, #ff9d00);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6200', endColorStr='#ff9d00');
    margin-top: -15px;
    border-radius: 5px;
}
.pop_list ul li:hover p a {
    color: #fff;
}
.pop_list ul li .image p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.pop_list ul li p{
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding:  0 10px;
}
.pop_list ul li p a {
    color: #333;
}
.pop_list li p a:hover {
    color: #fa8c16;
}
/* online_Pavilions */
.onlineExhi-a,
.onlineExhi-b,
.onlineExhi-c,
.onlineExhi-d,
.onlineExhi-e,
.onlineExhi-f,
.onlineExhi-g{
    margin-top: 60px;
}
.onlineExhi-title{
    height: 80px;
    padding: 0 20px;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    overflow: hidden;
}
.onlineExhi-title .left{
    float: left;
    width: 111px;
    height: 45px;
    margin-top: 17px;
}
.onlineExhi-title .title-tab{
    float: left;
    margin:15px 0 0 218px;
    font-size: 0;
    text-align: right;
    width: 902px;
}
.onlineExhi-title .title-tab a{
    display: inline-block;
    width: 166px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-right: 18px;
    background: url(../../../../icp/title-tab.png) no-repeat;
}
.onlineExhi-title .title-tab a:last-child{
    margin-right: 0;
}
.onlineExhi-title .title-tab a i{
    display: inline-block;
    width: 13px;
    height: 16px;
    margin: 18px 5px 0 0;
    background: url(../../../../icp/title-icon-a.png) no-repeat;
    vertical-align: top;
    display: none;
}
.onlineExhi-title .title-tab a:hover i{
    display: inline-block;
}
.onlineExhi-title .more{
    float: right;
    line-height: 80px;
    font-size: 18px;
    font-weight: 700;
}
.onlineExhi-bot{
    margin-top: 25px;
    padding: 13px 15px 15px;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    box-sizing: border-box;
    overflow: hidden;
}
.onlineExhi-l{
    float: left;
    width: 356px;
    padding: 48px 6px 14px;
    box-sizing: border-box;
    position: relative;
}
.onlineExhi-l h3{
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -155px;
    width: 309px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.onlineExhi-l h3 i{
    display: inline-block;
    width: 24px;
    height: 28px;
    margin: 12px 8px 0 0;
    background: url(../../../../icp/VIP.png) no-repeat;
    vertical-align: top;
}
.onlineExhi-l ul{
    overflow: hidden;
}
.onlineExhi-l li{
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}
.onlineExhi-l li .image{
    display: block;
    height: 70px;
    position: relative;
    background-color: #fff;
}
.onlineExhi-l li .image:hover{
    border-color: #fff!important;
}
.onlineExhi-l li .image img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
}
.onlineExhi-l li p{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.onlineExhi-l li p a{
    color: #fff;
}
.onlineExhi-l li p a:hover{text-decoration:underline}
.onlineExhi-r{
    float: right;
    width: 1004px;
    overflow: hidden;
}
.onlineExhi-r .r-L{
    float: left;
    width: 798px;
}
.onlineExhi-r .r-L .big-img {
    padding-bottom: 59.40%;
    height: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #efefef;
}
.onlineExhi-r .r-L .big-img img {
    width: 100%;
    max-height: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.onlineExhi-r .r-L .big-img:hover img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.onlineExhi-r .r-L .big-img span {
    position: absolute;
    top: 22px;
    right: 28px;
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to right, #238844 , #8bb615);
    border-radius: 15px;
    opacity: .8;
}
.onlineExhi-r .r-L .big-img span i {
    font-size: 13px;
    color: #fff;
    margin-right: 4px;
}
.onlineExhi-r .r-L .big-img p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px;
    background-color: rgba(0, 0, 0, 0.6);
}
.onlineExhi-r .r-L .big-img p a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
}
.onlineExhi-r .r-L .big-img p i {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 21px;
    background: url(../../../../icp/icon-bf.jpg) no-repeat;
    top: 5px;
    margin-right: 10px;
}
.onlineExhi-r .r-L ul {
    width: calc(100% + 12px);
    overflow: hidden;
    padding-top: 10px;
}
.onlineExhi-r .r-L li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 12px;
}
.onlineExhi-r .r-L li .item,.onlineExhi-r .r-R li .item {
    position: relative;
    height: 108px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.onlineExhi-r .r-L li .image,.onlineExhi-r .r-R li .image {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.onlineExhi-r .r-L li .image img,.onlineExhi-r .r-R li .image img {
    height: 100%;
    width: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.onlineExhi-r .r-L li:hover img,.onlineExhi-r .r-R li:hover img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.onlineExhi-r .r-L li .image i.play,.onlineExhi-r .r-R li i.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 34px;
    opacity: .7;
    display: none;
}
.onlineExhi-r .r-L li span,.onlineExhi-r .r-R li span {
    position: absolute;
    right: 9px;
    top: 8px;
    width: 60px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-image: linear-gradient(to right, #238844 , #8bb615);
    border-radius: 10px;
    opacity: .8;
}
.onlineExhi-r .r-L li span.notice,.onlineExhi-r .r-R li span.notice,.onlineExhi-r .r-L .big-img span.notice{
    background-image: linear-gradient(to right, #238844 , #8bb615);
}
.onlineExhi-r .r-L li span.live,.onlineExhi-r .r-R li span.live,.onlineExhi-r .r-L .big-img span.live{
    background-image: linear-gradient(to right, #0288f9 , #58bbe0);
}
.onlineExhi-r .r-L li span.replay,.onlineExhi-r .r-R li span.replay,.onlineExhi-r .r-L .big-img span.replay{
    background-image: linear-gradient(to right, #ff6200 , #ff9d00);
}
.onlineExhi-r .r-L li span i,.onlineExhi-r .r-R li span i {
    display: inline-block;
    font-size: 10px;
    margin:0px 3px 0 0;
    vertical-align: top;
}
.onlineExhi-r .r-L li p,.onlineExhi-r .r-R li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}
.onlineExhi-r .r-L li p a,.onlineExhi-r .r-R li p a {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.onlineExhi-r p a:hover {
    color: #f60!important;
}
.onlineExhi-r .r-R li{
    margin-top: 14px;
}
.onlineExhi-r .r-R li:first-child{
    margin-top: 0;
}
.onlineExhi-r .r-R li:last-child{
    margin-top: 10px;
}
.onlineExhi-r .r-R{
    float: right;
    width: 191px;
}
/* a */
.onlineExhi-a .onlineExhi-title .left{
    background: url(../../../../icp/title-a.png) no-repeat;
}
.onlineExhi-a .onlineExhi-title .title-tab a:hover{
    color: #fff;
    background: url(../../../../icp/title-tab-a.png) no-repeat;
}
.onlineExhi-a .onlineExhi-title .title-tab a i{
    background: url(../../../../icp/title-icon-a.png) no-repeat;
}
.onlineExhi-a .onlineExhi-title .more{
    color: #2e934f;
}
.onlineExhi-a .onlineExhi-l{
    background-color: #2e934f;
    background-image: -webkit-gradient(linear, top, bottom, from(#2e934f), to(#49a466));
    background-image: -webkit-linear-gradient(-180deg, #2e934f, #49a466);
    background-image: -moz-linear-gradient(-180deg, #2e934f, #49a466);
    background-image: -ms-linear-gradient(-180deg, #2e934f, #49a466);
    background-image: -o-linear-gradient(-180deg, #2e934f, #49a466);
    background-image: linear-gradient(-180deg, #2e934f, #49a466);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e934f', endColorStr='#49a466');
}
.onlineExhi-a .onlineExhi-l h3{
    background: url(../../../../icp/brand-bg-a.png) no-repeat;
}
.onlineExhi-l li .image{
    border: 2px solid #2e934f;
}
/* b */
.onlineExhi-b .onlineExhi-title .left{
    background: url(../../../../icp/title-b.png) no-repeat;
}
.onlineExhi-b .onlineExhi-title .title-tab a:hover{
    color: #fff;
    background: url(../../../../icp/title-tab-b.png) no-repeat;
}
.onlineExhi-b .onlineExhi-title .title-tab a i{
    background: url(../../../../icp/title-icon-b.png) no-repeat;
}
.onlineExhi-b .onlineExhi-title .more{
    color: #fb6f55;
}
.onlineExhi-b .onlineExhi-l{
    background-color: #fb6f55;
    background-image: -webkit-gradient(linear, top, bottom, from(#fb6f55), to(#ff8c76));
    background-image: -webkit-linear-gradient(-180deg, #fb6f55, #ff8c76);
    background-image: -moz-linear-gradient(-180deg, #fb6f55, #ff8c76);
    background-image: -ms-linear-gradient(-180deg, #fb6f55, #ff8c76);
    background-image: -o-linear-gradient(-180deg, #fb6f55, #ff8c76);
    background-image: linear-gradient(-180deg, #fb6f55, #ff8c76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb6f55', endColorStr='#ff8c76');
}
.onlineExhi-b .onlineExhi-l h3{
    background: url(../../../../icp/brand-bg-b.png) no-repeat;
}
.onlineExhi-b .onlineExhi-l li .image{
    border: 2px solid #fb6f55;
}
/* c */
.onlineExhi-c .onlineExhi-title .left{
    background: url(../../../../icp/title-c.png) no-repeat;
}
.onlineExhi-c .onlineExhi-title .title-tab a:hover{
    color: #fff;
    background: url(../../../../icp/title-tab-c.png) no-repeat;
}
.onlineExhi-c .onlineExhi-title .title-tab a i{
    background: url(../../../../icp/title-icon-c.png) no-repeat;
}
.onlineExhi-c .onlineExhi-title .more{
    color: #4a64df;
}
.onlineExhi-c .onlineExhi-l{
    background-color: #4a64df;
    background-image: -webkit-gradient(linear, top, bottom, from(#4a64df), to(#647bdf));
    background-image: -webkit-linear-gradient(-180deg, #4a64df, #647bdf);
    background-image: -moz-linear-gradient(-180deg, #4a64df, #647bdf);
    background-image: -ms-linear-gradient(-180deg, #4a64df, #647bdf);
    background-image: -o-linear-gradient(-180deg, #4a64df, #647bdf);
    background-image: linear-gradient(-180deg, #4a64df, #647bdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4a64df', endColorStr='#647bdf');
}
.onlineExhi-c .onlineExhi-l h3{
    background: url(../../../../icp/brand-bg-c.png) no-repeat;
}
.onlineExhi-c .onlineExhi-l li .image{
    border: 2px solid #4a64df;
}
/* d */
.onlineExhi-d .onlineExhi-title .left{
    background: url(../../../../icp/title-d.png) no-repeat;
}
.onlineExhi-d .onlineExhi-title .title-tab a:hover{
    color: #fff;
    background: url(../../../../icp/title-tab-d.png) no-repeat;
}
.onlineExhi-d .onlineExhi-title .title-tab a i{
    background: url(../../../../icp/title-icon-d.png) no-repeat;
}
.onlineExhi-d .onlineExhi-title .more{
    color: #80af4d;
}
.onlineExhi-d .onlineExhi-l{
    background-color: #80af4d;
    background-image: -webkit-gradient(linear, top, bottom, from(#80af4d), to(#93c260));
    background-image: -webkit-linear-gradient(-180deg, #80af4d, #93c260);
    background-image: -moz-linear-gradient(-180deg, #80af4d, #93c260);
    background-image: -ms-linear-gradient(-180deg, #80af4d, #93c260);
    background-image: -o-linear-gradient(-180deg, #80af4d, #93c260);
    background-image: linear-gradient(-180deg, #80af4d, #93c260);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#80af4d', endColorStr='#93c260');
}
.onlineExhi-d .onlineExhi-l h3{
    background: url(../../../../icp/brand-bg-d.png) no-repeat;
}
.onlineExhi-d .onlineExhi-l li .image{
    border: 2px solid #80af4d;
}
/* e */
.onlineExhi-e .onlineExhi-title .left{
    background: url(../../../../icp/title-e.png) no-repeat;
}
.onlineExhi-e .onlineExhi-title .title-tab a:hover{
    color: #fff;
    background: url(../../../../icp/title-tab-e.png) no-repeat;
}
.onlineExhi-e .onlineExhi-title .title-tab a i{
    background: url(../../../../icp/title-icon-e.png) no-repeat;
}
.onlineExhi-e .onlineExhi-title .more{
    color: #db7830;
}
.onlineExhi-e .onlineExhi-l{
    background-color: #db7830;
    background-image: -webkit-gradient(linear, top, bottom, from(#db7830), to(#e39054));
    background-image: -webkit-linear-gradient(-180deg, #db7830, #e39054);
    background-image: -moz-linear-gradient(-180deg, #db7830, #e39054);
    background-image: -ms-linear-gradient(-180deg, #db7830, #e39054);
    background-image: -o-linear-gradient(-180deg, #db7830, #e39054);
    background-image: linear-gradient(-180deg, #db7830, #e39054);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#db7830', endColorStr='#e39054');
}
.onlineExhi-e .onlineExhi-l h3{
    background: url(../../../../icp/brand-bg-e.png) no-repeat;
}
.onlineExhi-e .onlineExhi-l li .image{
    border: 2px solid #db7830;
}
/* f */
.onlineExhi-f .onlineExhi-title .left{
    background: url(../../../../icp/title-f.png) no-repeat;
}
.onlineExhi-f .onlineExhi-title .title-tab a:hover{
    color: #fff;
    background: url(../../../../icp/title-tab-f.png) no-repeat;
}
.onlineExhi-f .onlineExhi-title .title-tab a i{
    background: url(../../../../icp/title-icon-f.png) no-repeat;
}
.onlineExhi-f .onlineExhi-title .more{
    color: #d4a83f;
}
.onlineExhi-f .onlineExhi-l{
    background-color: #d4a83f;
    background-image: -webkit-gradient(linear, top, bottom, from(#d4a83f), to(#e3bc5d));
    background-image: -webkit-linear-gradient(-180deg, #d4a83f, #e3bc5d);
    background-image: -moz-linear-gradient(-180deg, #d4a83f, #e3bc5d);
    background-image: -ms-linear-gradient(-180deg, #d4a83f, #e3bc5d);
    background-image: -o-linear-gradient(-180deg, #d4a83f, #e3bc5d);
    background-image: linear-gradient(-180deg, #d4a83f, #e3bc5d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d4a83f', endColorStr='#e3bc5d');
}
.onlineExhi-f .onlineExhi-l h3{
    background: url(../../../../icp/brand-bg-f.png) no-repeat;
}
.onlineExhi-f .onlineExhi-l li .image{
    border: 2px solid #d4a83f;
}
/* g */
.onlineExhi-g .onlineExhi-title .left{
    background: url(../../../../icp/title-g.png) no-repeat;
}
.onlineExhi-g .onlineExhi-title .title-tab a:hover{
    color: #fff;
    background: url(../../../../icp/title-tab-g.png) no-repeat;
}
.onlineExhi-g .onlineExhi-title .title-tab a i{
    background: url(../../../../icp/title-icon-g.png) no-repeat;
}
.onlineExhi-g .onlineExhi-title .more{
    color: #fb6f55;
}
.onlineExhi-g .onlineExhi-l{
    background-color: #0a9ee7;
    background-image: -webkit-gradient(linear, top, bottom, from(#0d9fe7), to(#059ae4));
    background-image: -webkit-linear-gradient(-180deg, #0d9fe7, #059ae4);
    background-image: -moz-linear-gradient(-180deg, #0d9fe7, #059ae4);
    background-image: -ms-linear-gradient(-180deg, #0d9fe7, #059ae4);
    background-image: -o-linear-gradient(-180deg, #0d9fe7, #059ae4);
    background-image: linear-gradient(-180deg, #0d9fe7, #059ae4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0d9fe7', endColorStr='#059ae4');
}
.onlineExhi-g .onlineExhi-l h3{
    background: url(../../../../icp/brand-bg-g.png) no-repeat;
}
.onlineExhi-g .onlineExhi-l li .image{
    border: 2px solid #0a9ee7;
}
/* exhi_bot */
.exhi_bot{
    margin-top: 45px;
}
.metting{
    width: calc(100% + 20px);
    border-bottom: 3px solid #f7f7f7;
    overflow: hidden;
}
.item_bot{
    float: left;
    box-sizing:border-box;
    width: 50%;
    padding-right: 20px;
}
.item_title{
    margin: 20px 0 0;
    font-size: 28px;
}
.item_title i{
    font-size: 30px;
    color: #ff6600;
    margin-right: 8px;
}
.item_title a{
    float: right;
    line-height: 37px;
    font-size: 13px;
    color: #666;
}
.exhi_bot .item_bot .left {
    width: 380px;
    margin-top: 10px;
    float: left;
}
.exhi_bot .item_bot .left li {
    float: left;
    padding: 10px 10px 0 0;
    width: 180px;
}
.exhi_bot .item_bot .left li.one {
    width: 370px;
}
.exhi_bot .item_bot .left li .imageBox {
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.exhi_bot .item_bot .left li .imageBox a{
    display: block;
}
.exhi_bot .item_bot .left li .imageBox a img{
    width: 100%;
    max-height: none;
}
.exhi_bot .item_bot .left li .imageBox p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    padding: 12px 10px;
    cursor: pointer;
    background-image: linear-gradient(to top, #666 ,transparent);
}
.exhi_bot .item_bot .left li .imageBox p b{
    line-height: 18px;
    max-height: 18px;
    overflow: hidden;
    display: block;
    transition: all .3s;
}
.exhi_bot .item_bot .left li .imageBox:hover p b{
    max-height:36px;
    transition: all .3s;
}
.exhi_bot .item_bot .right {
    margin-top: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 12px;
}
.exhi_bot .item_bot .right li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.exhi_bot .item_bot .right li:last-child{
    border: none;
}
.exhi_bot .item_bot .right li p {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.exhi_bot .item_bot .right li p a {
    color: #333;
}
.exhi_bot .item_bot .right li p a:hover{
    color: #f60;
}
.exhi_bot .item_bot .right li span {
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    color: #999;
    display: block;
    overflow: hidden;
}
.exhi_bot .item_bot .right li .botTime {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    color: #999;
    position: relative;
    overflow: hidden;
}
.exhi_bot .item_bot .right li .botTime b{
    float: left;
    font-weight: normal;
}
.exhi_bot .item_bot .right li .botTime em{
    float: right;
    font-style: normal;
}
.exhi_bot .item_bot .right li .botTime em i{
    margin-right: 5px;
}
/* footer */
.footer {
    margin-top: 20px;
    background: #232830;
    padding: 25px 0;
}
.footer-nav {
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.footer-nav a {
    font-size: 16px;
    color: #d4d4d4;
    padding: 0 20px;
    position: relative;
}
.footer-nav a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #414141;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-nav a:last-child::after {
    display: none;
}
.footer p {
    color: #838383;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.footer p .qq{
    position: relative;
    cursor: pointer;
}
.footer p .qq .QQhover {
    position: absolute;
    left: 0px;
    bottom: 21px;
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 20px;
    color: #333;
    background: rgba(255,255,255,.9);
    display: none;
    cursor: auto;
    font-weight: 700;
    height: 20px;
    width: 100px;
    text-align: center;
    overflow: hidden;
    resize: none;

}
.footer p .qq .QQhover::after{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    content: "QQ:";
}
.footer p .qq:hover .QQhover{
    display: inline-block;
}
.footer .footer_img{
    display: block;
    height: 47px;
    width: 751px;
    background: url('../../../../images/Version/2022/Index/copyright.png') no-repeat 0 0;
    background-size: auto 100%;
    margin: 15px auto 0;
}
.footer .footer_img li{
    float: left;
    width: 117px;
    height: 47px;
    margin-right: 9px;
}
.footer .footer_img li:last-child {
    margin-right: 0;
}
.footer .footer_img li a{
    display: block;
    height: 47px;
    width: 100%
}
/* footer End */


.rightfloat {
    width: 68px;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 130px;
    z-index: 9999;
    border-radius: 2px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
}


.rightfloat a {
    display: block;
    height: 68px;
    width: 68px;
    float: left;
    position: relative;
}
.rightfloat a i {
    display: block;
    width: 22px;
    height: 24px;
    margin: 12px auto 5px;
    background: url('/icp/a1-ico.png') no-repeat center center;
    background-size: 100% auto !important;
}
.rightfloat a.a1 i {
    background: url('/icp/a1-ico.png') no-repeat center center;
}
.rightfloat a.a2 i {
    background: url('/icp/a2-ico.png') no-repeat center center;
}
.rightfloat a.a3 i {
    background: url('/icp/a3-ico.png') no-repeat center center;
}
.rightfloat a.a4 i {
    background: url('/icp/a4-ico.png') no-repeat center center;
}
.rightfloat a.a5 i {
    background: url('/icp/a5-ico.png') no-repeat center center;
}
.rightfloat a.gotop i {
    background: url('/icp/gotop.png') no-repeat center center;
}

.rightfloat a.a1:hover i {
    background: url('/icp/a1-ico-hover.png') no-repeat center center;
}
.rightfloat a.a2:hover i {
    background: url('/icp/a2-ico-hover.png') no-repeat center center;
}
.rightfloat a.a3:hover i {
    background: url('/icp/a3-ico-hover.png') no-repeat center center;
}
.rightfloat a.a4:hover i {
    background: url('/icp/a4-ico-hover.png') no-repeat center center;
}
.rightfloat a.a5:hover i {
    background: url('/icp/a5-ico-hover.png') no-repeat center center;
}
.rightfloat a.gotop:hover i {
    background: url('/icp/gotop-hover.png') no-repeat center center;
}

.rightfloat a:hover .code {
    display: block;
}
.rightfloat a .code {
    position: absolute;
    top: 0;
    right: 70px;
    padding-right: 5px;
    width: 150px;
    height: 150px;
    display: none;
}
.rightfloat a .code img {
    width: 100%;
}
.rightfloat a.gotop p{
    color: #248943;
}
.rightfloat a:hover {
    background: #248943;
}
.rightfloat a:hover p{
    color: #fff;
}
.rightfloat a p {
    font-size: 12px;
    color: #555555;
    text-align: center;
}
.rightfloat a:after {
    content:'';
    height: 1px;
    width: 32px;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.rightfloat a:last-child::after {
    display: none;
}
.rightfloat a:hover::after {
    display: none;
}
/* ---å¼¹å‡ºæ¡†æ ·å¼ */
/* app+wx */
.p-appImg,.p-wxImg{
    position: absolute;
    left: -235px;
    top: 0;
    width: 220px;
    height: 230px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvAppBgi.png) no-repeat -8px -8px;
    text-align: center;
    box-shadow: 0 2px 5px #eee;
    display: none;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-appImg img,.p-wxImg img{
    width: 130px;
    height: 130px;
    margin: 30px 0 20px;
}
.p-appImg p, .p-wxImg p {
    font-size: 14px !important;
    font-weight: 700;
    color: #333;
}

/* QQ */
.p-qq {
    display: block;
    height: 68px;
    width: 68px;
    float: left;
    position: relative;
}
.p-qqBox {
    position: absolute;
    left: -305px;
    top: 0;
    padding-right: 20px;
    display: none;
}
.p-qqBox1 {
    width: 290px;
    height: 200px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
    /* background-size: 100% 100%; */
    padding: 30px 0 0 0;
    box-shadow: 0 2px 5px #eee;
    position: relative;
}
.p-qqBox p {
    height: 60px;
    padding-left: 30px;
}
.p-qqBox i{
    float: left;
    width: 50px;
    height: 56px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightBar.png) no-repeat -190px -87px;
    margin-right: 20px;
}
.p-qqBox b{
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.p-qqBox em{
    font-size: 14px;
    color: #999;
    font-style: normal;
}
.p-qqBox a {
    display: inline-block !important;
    height: 34px !important;
    line-height: 34px;
    width: 100px !important;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    background-color: #fe9900;
    margin: 15px 0 10px;
    box-shadow: 0 2px 5px #e68557;
    text-align: center;
}
.p-qqBox a{
    position: relative;
    cursor: pointer;
}
.p-qqBox a .QQhover {
    position: absolute;
    left: 0px;
    bottom: 21px;
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 20px;
    color: #333;
    background: rgba(255,255,255,.9);
    display: none;
    cursor: auto;
    font-weight: 700;
    height: 20px;
    width: 100px;
    text-align: center;
    overflow: hidden;
    resize: none;

}
.p-qqBox a .QQhover::after{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    content: "QQ:";
}
.p-qqBox a:hover .QQhover{
    display: inline-block;
}
.p-qqBox a:hover {
    background-color: #fe9900;
}
.p-qqBox a:last-child{
    background-color: #44a531!important;
    margin-left: 10px;
    box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox span {
    /* display: block; */
    text-align: center;
    font-size: 14px;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
}
.p-qqBox a::after {
    display: none;
}
.p-qqBox p:nth-child(3) a{
    margin-top: 0px;
}
.rightfloat a.a6 i {
    background: url('/icp/a6-ico.png') no-repeat center center;
}
.rightfloat a.a6:hover i {
    background: url('/icp/a6-ico-hover.png') no-repeat center center;
}
.rightfloat a:hover .p-appImg,.rightfloat a:hover .p-wxImg{display: block;}
.rightfloat a:hover .p-appImg p,.rightfloat a:hover .p-wxImg p {color: #333;}
.p-qq:hover .p-qqBox {display: block;}
