
/* CSS Document */
html, body, div, span, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
figure, header, hgroup, menu, nav, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    outline-style: none;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected{
	background-color:#fff !important;
	box-shadow: 0 0 0 1000px white inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
.form-group input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	background-color:#fff !important;
	box-shadow: 0 0 0 1000px white inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	background-color:#fff !important;
	box-shadow: 0 0 0 1000px white inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

::-ms-clear,::-ms-reveal{display:none;}

body{
    line-height: 1;
}
tbody tr{
	cursor:pointer;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover, a:focus, button:focus {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur()); /*IE*/
    outline-style: none; /*FF*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
    outline: none;
}

ul li {
    list-style: none;
}

video{
    position: relative;
    z-index: 2;
}

.play_info{
    position: absolute;
    bottom: 0;
}

.main {
    max-width: 1200px;
    margin: auto;
    /* margin-bottom:100px; */
    overflow: hidden;
}

.mainFlow {
     width: 400px;
     position: absolute;
     top: 0px;
     left: 4px;
     background: rgba(0, 0, 0, 0.7);
     height: 0px;
     padding: 30px 25px 0 30px;
     padding-bottom: 100% !important;
 }
.main_banners{
	max-height:440px;
}

.mainFlow2 {
    position: absolute;
    top: 0px;
    right: 0px;
    background:rgba(235,235,235,0.95);
    height: 0px;
    padding-bottom: 100% !important;
}
.tags_nosee{
	display:none;
}
.industry_nosee{
	display:none;
}
.flow1 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 20px;
}

.flow2 {
	display:-webkit-box;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    /*word-break: keep-all;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
	line-height:40px;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
	word-break: keep-all\0;
	cursor:pointer;
}

.flow3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    line-height: 1.5;
}

.hoverEffect {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 36px;
    text-decoration: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    width: 140px;
    background: rgba(217, 34, 49, 1);
    /* padding: 4px 35px 4px 15px; */
	padding-bottom: 2px;
	padding-right: 15px;
    position:relative;
}
.dm_area{
	width:100%;
	height:100%;
	position:absolute;
	/* background-color:blue; */
	z-index: 2147483648 !important;
	top:0;
	right:0;
	left:0;
	pointer-events: none;
	user-select:none;
	bottom:0;
}

.hoverEffect:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 21px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.hoverEffect:hover{
    color: rgba(217, 34, 49, 1);
    background: rgba(255, 255, 255, 1);
}
.hoverEffect:hover:after,
.exhibition_contact_item_border button:hover:after{
    border-top: 2px solid rgba(217, 34, 49, 1);
    border-right: 2px solid rgba(217, 34, 49, 1);
}
.panel_item{
    height: 325px;
    overflow: hidden;
}

.panel_img {
    height: 175px;
    overflow: hidden;
    position: relative;
}
.panel_img img {
    width: 160%;
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: center center; */
	position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    transform:translate(-50%,-50%);
}
.video_item{
    height: 325px;
    overflow: hidden;
}

.video_img {
    height: 175px;
    overflow: hidden;
    position: relative;
}

.video_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.activity_img{
    height: 320px;
    overflow: hidden;
    position: relative;
}
.activity_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.overlay{
    position: absolute;
    display: none;
    top: 0;
    left: .25rem;
    right: .25rem;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 13;
}
.overlay2{
    position: absolute;
    display: none;
    top: 0;
    left: .25rem;
    right: .25rem;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 13;
}
.header_sp{
	display:none !important;
}
.panel_item:hover .p2{
    display: block;
}
.panel_item:hover .p1{
    display: none;
}
.panel_item:hover .overlay{
    display: block;
}
.panel_item:hover .overlay2{
    display: block;
}
.video_item:hover .simple_hover{
    display: block;
}
.video_item:hover .heart_hover{
    display: block;
}
.video_item:hover .simple{
    display: none;
}
.video_item:hover .heart{
    display: none;
}
.video_item:hover .overlay{
    display: block;
}
.video_item:hover .overlay2{
    display: block;
}

.panel_text{
    height: 100%;
    background:rgba(217,34,49,1);
}

.video_item:hover .p2{
    display: block;
}
.video_item:hover .p1{
    display: none;
}

.video_text h3{
    position: relative;
    line-height:30px;
    font-size:22px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: .5rem;
    padding-right:40px;
}
.video_text2 h3{
    position: relative;
    line-height:30px;
    font-size:22px;
    color:rgba(255,255,255,1);
    padding-right: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.panel_text h3{
    position: relative;
    line-height:30px;
    font-size:22px;
    color:rgba(255,255,255,1);
    padding-right: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:8px;
}

.panel_text p{
    font-size:16px;
    color:rgba(255,255,255,1);
    padding-right: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.video_text{
    height: 100%;
    background:#EBEBEB;
}

.video_text p{
    font-size:16px;
    color:rgba(115,115,115,1);
    /* margin-bottom: 1rem; */
	margin-right: 5px;
    line-height: 20px;
}

.video_text2{
    height: 100%;
    background:rgba(255,255,255,1);
}
.video_text2 h3{
    line-height:30px;
    font-size:22px;
    color:rgba(0,0,0,1);
    padding-right: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.video_text2 p{
    font-size:16px;
    color:rgba(115,115,115,1);
    padding-right: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.panel_text2{
    height: 100%;
    background:#ebebeb;
}
.panel_text2 h3{
    position: relative;
}
.panel_text2 h3{
    line-height:30px;
    font-size:22px;
    color:rgba(0,0,0,1);
    padding-right: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:8px;
}

.panel_text2 p{
    font-size:16px;
    color:rgba(0,0,0,1);
    padding-right: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:16px;
}
.panel_text a{
    text-decoration: none;
}
.panel_text2 a{
    text-decoration: none;
}

.bm{
    position: absolute;
    color: #CD0826 !important;
    margin-left: 5px;
    z-index: 14;
}
.p1{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: 10px;
    z-index: 12;
    background:rgba(217,34,49,1);
}
.p1:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.p2 {
    display: none;
    position: absolute;
    width:30px;
    height:30px;
    right: 0;
    bottom:0;
    z-index: 100;
    top: 0;
    text-indent: 10px;
    background:#fff;
}
.p2:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.carousel-title{
    font-size:24px;
    color:rgba(255,255,255,1);
}
a{
    text-decoration: none;
    color: #1b1e21;
}
.carousel-text{
    font-size:18px;
    color:rgba(255,255,255,1);
    margin-left: 16px;
}
.carousel-login-text{
    font-size:16px;
    color:rgba(255,255,255,1);
    line-height:22px;
    margin-left: 16px;
	margin-right:5px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.carousel-login-text span{
    font-size:14px;
    color:rgba(255,255,255,0.8);
    line-height:20px;
}
.carousel-item{
    height: 40px;
    display: flex;
    align-items: center;
	/* width:70%; */
}
.password_sp{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}
#reqresetpasswd{
	margin-top:15%;
	margin-bottom:30px;
}
.index_focus{
	margin-top:-35px !important;
	float:right !important;
	margin-right:10px !important;
}
.welcome{
    font-size:34px;
    color:rgba(255,255,255,1);
    line-height: 1.5;
}
.welcome-text{
    font-size:14px;
    color:rgba(193,193,193,1);
    line-height: 1.5;
}

.login{
    background: rgba(217,34,49,1);
    max-width: 140px;
    height: 36px;
    padding: 9px 35px 4px 35px;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.ex_group_content_item a{
	color: #1b1e21 !important;
}
.login:after,
.exhibition_contact_item_border button:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 21px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.login:hover,.exhibition_contact_item_border button:hover{
    color: rgba(217,34,49,1);
    background: #fff;
}
.login:hover:after{
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.ex_banner_level{
	width:100px;
}
.ex_banner_header{
	width:100px;
	height:100px;
}
.registe,.more_a{
    display: flex;
    justify-items: center;
    align-items: center;
    background: rgba(255,255,255,1);
    min-width: 100px;
	max-width:140px;
    height:36px;
    /* padding: 9px 35px 4px 35px; */
    position:relative;
    text-decoration: none;
    /* color:rgba(217,34,49,1); */
}
.more_a{
    position:absolute;
    right: 24px;
    bottom: 3px;
    padding-left: 10px;
}
.registe:after,
.more_a:after,
.need_after:after,
.ex_usercenter_tab_arrow:after,
.exhibition_main_accordion .card-header a:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 53%;
    right: 21px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.activity_item .need_after:after{
    right:-15px;
}
.registe:hover,.more_a:hover,
.ex_usercenter_header_btn:hover,
.ex_usercenter_visitingcard:hover{
    background: rgba(217,34,49,1);
    color: #fff;
}
.sign.more_a{
    right:0;
    position:relative;
    margin-top:5px;
}
.ex_upload_hover:hover{
    cursor: pointer;
}
.registe:hover:after,
.more_a:hover:after,
.ex_usercenter_header_btn:hover .ex_arrow_red_only:after,
.ex_usercenter_visitingcard:hover .ex_arrow_red_only:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.username{
    line-height: 1.5;
    font-size:16px;
    color:rgba(255,255,255,1);
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.e_name{
	font-size:22px !important;
	margin-bottom:20px;
}
.e_name a:hover{
	text-decoration:underline;
}
.e_name:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 4.5%;
    left: 50px;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.achieve{
    font-size:24px;
    color:rgba(255,255,255,1);
}
.point{
    text-align: right;
    font-size:34px;
    color:rgba(255,255,255,1);
    line-height:34px;
}
.point_echart {
    height: 10px;
}
.more{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    width: 80px;
    height: 36px;
    background:rgba(255,255,255,1);
    font-size:16px;
    color:rgba(0,0,0,1);
    right: 0;
    bottom: 0;
    padding-left: 10px;
}

.activity{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
}
.activity_item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:22px;
	margin-top:30px !important;
}
.activity .activity_item:first-of-type{
	margin-top:50px !important;
}
.need_after{
    position:relative;

}
.need_after:hover{
    cursor: pointer;
}
.activity_item img{
    margin-right: 16px;
    margin-left: 47%;
}
.activity_title{
    font-size:24px;
    color:rgba(0,0,0,1);
	margin-left:46%;
	margin-top:10% !important;
	margin-bottom:50px;
}
.save{
    display: none;
}
.bread ul li{
    float: left;
    list-style: none;
}

.bread ul li a:after{
    content: ">";
    margin: 0 3px;
    font-size:14px;
    color:rgba(193,193,193,1);
}
.bread a{
    font-size:14px;
    color:rgba(0,0,0,1);
}
.bread span{
    font-size:14px;
    color:rgba(193,193,193,1);
}

.nav-items{
    width: 112px;
    height: 78px;
    background:rgba(235,235,235,1);
    display: flex;
    align-items: center;
    text-align: center;
	cursor:pointer;
}

.nav-items-active{
	width: 112px;
    height: 78px;
    background:rgba(208,2,27,1);
    display: flex;
    align-items: center;
    text-align: center;
	cursor:pointer;
}

.nav-items span{
    font-size:16px;
    width: 100%;
    color:rgba(51,51,51,1);
    border-right:1px solid rgba(193,193,193,1);
}

.nav-items-active span{
    font-size:16px;
    width: 100%;
    color:rgba(255,255,255,1);
    border: none;
}

.nav-items:hover{
    background:rgba(208,2,27,1);
}
.nav-items:hover span{
    color:rgba(255,255,255,1);
    border: none;
}


.nav-items-inline{
    width: 112px;
    height: 78px;
    background:rgba(235,235,235,1);
    display: flex;
    align-items: center;
    text-align: center;
}

.nav-items-inline a{
    font-size:16px;
    width: 100%;
    color:rgba(51,51,51,1);
    border-right:1px solid rgba(193,193,193,1);
}

.nav-items-inline:hover a{
    color:rgba(208,2,27,1);
}

.btns{
    display: flex;
    align-items: center;
}

.simple{
    position: absolute;
    z-index: 14;
}
.heart{
    margin-left: 30px;
    position: absolute;
    z-index: 14;
}
.simple_hover{
    display: none;
    position: absolute;
    z-index: 14;
}
.heart_hover{
    display: none;
    margin-left: 30px;
    position: absolute;
    z-index: 14;
}
.header_main{
    margin-bottom:0;
}
.play_btn{
    position: absolute;
    top:20px;
    left: 20px;
}
.media-body p{
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.3;
}
.media-body h4{
    font-size:20px;
    color:rgba(0,0,0,1);
    margin-bottom:8px;
}

.product_detail{
    align-items: center;
    justify-content: space-around;
}
.product_detail a{
    display: block;
    font-size: 16px;
    color: rgba(255,255,255,1);
    width: 120px;
    background: rgba(217,34,49,1);
    height: 36px;
    line-height: 36px;
    text-indent: 18px;
    position: relative;
}
.product_detail a:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 21px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.product_detail a:hover{
    color: rgba(217,34,49,1);
    background: rgba(255,255,255,1);
    border:1px solid rgba(217,34,49,1);
}
.product_detail a:hover:after{
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.video_name{
	display:-webkit-box;
    font-size:30px;
    color:rgba(0,0,0,1);
    line-height:40px;
    /*word-break:keep-all;*/
    /*white-space:nowrap;*/
    overflow:hidden;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 2; !* number of lines to show *!*/
    -webkit-box-orient: vertical;
	word-break: keep-all\0;
	cursor:pointer;
}
.video_number{
    font-size:16px;
    color:rgba(115,115,115,1);
    line-height:23px;
    margin-top: 6px;
}
.kol_name{
    font-size:24px;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.kol_info{
    font-size:16px;
    color:rgba(115,115,115,1);
    line-height:25px;
    margin-top: 20px;
    margin-bottom: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.video_info{
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:25px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.video {
    position: relative;
    overflow: hidden;
    z-index: 14;
}
.gg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 2147483648 !important;
    display: flex !important;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	opacity:0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.gg a{
	width:100%;
	height:100%;
	display: flex !important;
	justify-content:center;
	align-items:center;
	font-size: 24px !important;
}
.dm{
    position: absolute;
    right: -100px;
    z-index: 2147483648 !important;
    color: red;
    font-size: 36px;
}
#video video{
	display:inline !important;
	position: initial !important;
}
.pl_list{
	margin-top:20px;
}
.dm_list{
	margin-top:20px;
}
.table td,.table th{
	border-top:none;
}
.table tbody tr:hover{
	color:#2381CB;
}
.table thead th{
	border:none;
}
.modal-content{
	border-radius: 0 !important;
}
video:-webkit-full-screen {
    z-index: 1000;
}
.mydm{
    position: absolute;
    right: -200px;
    z-index: 2147483648 !important;
    color: red;
    font-size: 36px;
}
.mydm a{
    border: 2px solid #307DCA;
    z-index: 2147483648 !important;
    color: red;
    font-size: 36px;
}
.dmControl{
    width:100%;
    height:60px;
    background:rgba(115,115,115,1);
    display: flex;
    align-items:center;
    justify-content: space-around;
    font-size:16px;
    color:rgba(0,0,0,1);
}
.dmControl input{
    width:100%;
    height:36px;
    background:rgba(235,235,235,1);
    border: none;
    padding-left: 5px;
	margin-right:12px;
	margin-left:12px;
}
.dmBtn{
    width:90px;
    height:36px;
    background:rgba(255,255,255,1);
    display: flex;
    align-items:center;
    /* justify-content: space-around; */
	padding-left:15px;
	cursor:pointer;
	margin-right:12px;
}
.dmControl2{
    position: absolute;
    z-index: 9999999;
    bottom: 5px;
	left: 25%;
    width: 50%;
    height: 24px;
    /* background: rgba(115,115,115,1); */
    display: none;
    align-items: center;
    justify-content: space-around;
    font-size: 16px !important;
    color: rgba(0,0,0,1);
}
.dmControl2 input{
    width:100%;
    height:24px;
    background:rgba(235,235,235,0.3);
    border: none;
    padding-left: 5px;
	margin-right:12px;
	margin-left:12px;
}
.dmControl2 input::-webkit-input-placeholder{
	color:rgba(0,0,0,0.5);
}
.dmBtn2{
    width: 90px;
    height: 24px;
    font-size: 15px !important;
    background: rgba(255,255,255,1);
    display: flex !important;
    align-items: center;
    /* justify-content: space-around; */
	padding-left:15px !important;
    cursor: pointer;
    margin-right: 12px !important;
    color: black;
	opacity:0.3;
}
.dmBtn:hover{
	background-color:rgba(217,34,49,1);
	color:white;
}
.dmBtn:hover:after{
	border-top: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
}
.dmBtn2:hover:after{
	border-top: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
}
.dmBtn2:hover{
	background-color:rgba(217,34,49,1);
	color:white;
}
.dmBtn:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    bottom: 21px;
    right: 25px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.dmBtn2:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    bottom: 3px;
    right: 25px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.dmDisplay{
    position: absolute;
    /*bottom: -50px;*/
    bottom: 7px;
    right: 140px;

}
.close{
    display: none;
}
.open{
    display: block;
}
.hidden-control{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
	top:0;
    z-index: 2147483648 !important;
	display:none;
    /*background: rgba(255,255,255,0.5);*/
}
/*.hidden-control:hover .media-control{*/
    /*bottom: 57px !important;*/
/*}*/
.pl_btn{
    background: rgba(235,235,235,1);
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:4px;
}
.mypl{
    height: 36px;
    width: 120px;
    font-size:16px;
    color:rgba(255,255,255,1);
    background: rgba(217,34,49,1) ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mypl:hover{
    color:#fff;
}
.pl_img{
    width: 40px;
    height: 40px;
}
.pl_icon{
    margin-left: 5px;
	margin-top:-3px;
    width: 16px;
    height: 16px;
}
.pl_name{
    font-size:16px !important;
    color:rgba(26,111,197,1) !important;
}
.pl_content{
    margin-top: 10px;
    font-size:16px !important;
    color:rgba(51,51,51,1) !important;
}
.pl_time{
    margin-top: 10px;
    position: relative;
    font-size:16px !important;
    color:rgba(153,153,153,1) !important;
}
.good{
    position: absolute;
    right: 0;
    font-size:16px;
    color:rgba(115,115,115,1);
}
.good_img{
    margin-right: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.pl_title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
}
.dm_title{
    display: none;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
}
.pl_on{
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:50px;
    border-bottom: 4px solid rgba(217,34,49,1);
    cursor: pointer;
}
.dm_off{
    font-size:20px;
    color:rgba(51,51,51,1);
    line-height:50px;
    margin-left: 50px;
    cursor: pointer;
}
.dm_on{
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:50px;
    border-bottom: 4px solid rgba(217,34,49,1);
    margin-left: 50px;
    cursor: pointer;
}
.dm_list{
    display: none;
}
.pl_off{
    font-size:20px;
    color:rgba(51,51,51,1);
    line-height:50px;
    cursor: pointer;
}
.marker-desc{
	position:absolute;
	color: #fff;
	bottom: 17px;
	display:block;
}
.standard-marker:hover .marker-desc{
	display:block;
}
.emoticons .publisher{
    border:1px solid rgba(217,34,49,1);
    height: 231px;
}
.emoticons .publisher textarea{
    width: 100%;
    height: 187px;
    padding: 5px 10px;
    border: none;
    resize: none;
}
.emoticons .publisher .trigger{
    font-size: 24px;
	line-height: 24px;
    font-weight: bold;
    margin-left: 20px;
	padding-bottom:7px;
    color: #666;
}
.emoticons .publisher .trigger-active{
    color: #eb7350;
}
.emoticons .result{
    padding: 10px 15px;
    border: 1px dotted #dbdbdb;
    margin-top: 10px;
    height: 150px;
    line-height: 24px;
}
.emoticons .result img{
    vertical-align: middle;
}

.widget-layer{
    position: relative;
    width: 410px;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    /*top: 760px !important;*/
    /*left: 370px !important;*/
}
.widget-layer:before{
    position: absolute;
    top: -16px;
    left: 2px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #dbdbdb;
}
.widget-layer:after{
    position: absolute;
    top: -15px;
    left: 2px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #f0f0f0;
}
.widget-layer .widget-tool{
    height: 28px;
    background: #f0f0f0;
}
.widget-layer .widget-close{
    float: right;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.widget-layer ul{
    width: 372px;
    margin: 0 auto;
    padding: 15px 5px 20px;
    overflow: hidden;
}
.widget-layer li{
    position: relative;
    z-index: 8;
    float: left;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}
.widget-layer li:hover{
    z-index: 9;
    border-color: #eb7350;
}


.title{
    font-size:32px;
    color:rgba(0,0,0,1);
    line-height:51px;
}
.search_number{
    font-size:14px;
    color:rgba(115,115,115,1);
    line-height:16px;
    margin-top: 40px;
    padding-left: .25rem!important;
    padding-right: .25rem!important;
}
.serach_title{
    padding-left: .25rem!important;
    padding-right: .25rem!important;
}
.result_items{

}
.result_name{
    font-size:24px;
    color:rgba(217,34,49,1);
    line-height:24px;
    margin-top: 30px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.result_path{
    font-size:18px;
    color:rgba(193,193,193,1);
    line-height:18px;
    margin-top: 10px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.result_info{
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:16px;
    margin-top: 30px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.result_name a{
    font-size:24px;
    color:rgba(217,34,49,1);
    line-height:24px;
    margin-top: 30px;
}
.result_path a{
    font-size:18px;
    color:rgba(193,193,193,1);
    line-height:18px;
    margin-top: 10px;
}
.result_info a{
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:16px;
    margin-top: 30px;
}
.area{
    max-height: 700px;
    overflow: auto;
}
.area::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:6px;
}
.area::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
.area::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    border: 1px solid rgba(235,235,235,1);
}
.area::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/

}
.area::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background:#999999;
}
.area::-webkit-scrollbar-corner {/*边角（位置6）*/
    background:#82AFFF;
}
/*.area::-webkit-scrollbar-resizer  {!*定义右下角拖动块的样式（位置7）*!*/
    /*background:#FF0BEE;*/
/*}*/
.area{
    scrollbar-arrow-color: #f4ae21; /**//*三角箭头的颜色*/
    scrollbar-face-color: #333; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #666; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #666; /**//*立体滚动条背景颜色*/
    scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/
}
.emoticons{
    margin-top: 15px;
}
.fy{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 50px;
}
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    color: rgba(217,34,49,1);
    font-size: 14px;
    border: 1px solid rgba(217,34,49,1);
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid rgba(102,102,102,1);
    color: rgba(102,102,102,1);
    font-size: 14px;
}

.m-style a:hover {
    color: #fff;
    background: rgba(217,34,49,1);
    border: none;
}

.m-style .next,
.m-style .prev {
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.code{
    border:1px dashed #e2e2e2;
    padding:10px 5px;
    margin-bottom:25px;
}
pre {
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
}
.example{
    padding-top:40px;
    margin-bottom:90px;
}
.example .call{
    padding:18px 5px;
    background:#f0f5f8;
}
.example h2{
    padding-top:20px;
    margin-bottom:7px;
}
.example table {
    width:100%;
    table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cee1ee;
    border-left: 0;
}
.example thead {
    border-bottom: 1px solid #cee1ee;
    background-color: #e3eef8;
}
.example tr {
    line-height: 24px;
    font-size: 13px;
}
.example tr:nth-child(2n) {
    background-color: #f0f5f8;
}
.example tr th,.example tr td {
    border-left: 1px solid #cee1ee;
    word-break: break-all;
    word-wrap: break-word;
    padding:0 10px;
    font-weight: normal;
}
.example tr th {
    color: #555;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}
.search_result{
    padding-left: .25rem!important;
    padding-right: .25rem!important;
}
@media screen and (max-width: 575px) {
    .more,.more_a{
        bottom: 190px !important;
    }
    .activity_item{
        margin: 5px ;
    }
    .more_a.modify_infoA{
        bottom:0 !important;
    }
}
@media screen and (min-width: 992px) {
    .activity{
        max-width: 75% !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
    .more,more_a{
        bottom: -41px !important;
    }
}
@media screen and (max-width: 768px) {
    .bm{
        right: 10px;
    }
    .mainFlow{
        width: 100%;
        position: relative;
        left: 0;
        top:0px;
        height: 100%;
        padding-bottom: 2rem !important;
        background: #333;
    }
	.main_banner{
		max-height:10000px;
	}
    .overlay2{
        left: 1rem;
        right: 1rem;
    }

    .mainFlow2{
        position: relative;
        left: 0;
        top:0px;
        height: 100%;
        padding-bottom: 2rem !important;
        background: rgba(235,235,235, 1);
    }

    .more,more_a{
        position: static;
        margin-top: 10px;
    }

    .border-none{
        margin-top:20px;
        border: none !important;
        line-height: 1.5;
    }
    .ex_welcome{
        margin-top:20px;
    }
    .breadcrumb{
        display: none;
    }

    .kol_info{
        margin-bottom: 10px !important;
    }

    .widget-layer{
        position: relative;
        width: 240px;
        margin-top: 8px;
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: 2px;
        /*top: 760px !important;*/
        /*left: 370px !important;*/
    }
    .widget-layer ul{
        width: auto;
        margin: 0 auto;
        padding: 15px 5px 20px;
        overflow: hidden;
    }
}

/*===============================================================================*/

/* CSS Document */


@media only screen and (min-width: 768px) and (max-width: 920px) {
    .login{
        padding-left: 14px;
    }
    .registe{
        padding-left: 14px;
    }
}


/*xwq写*/


.exhibition_event1_contain {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding-left: .25rem!important;
    padding-right: .25rem!important;
    padding-top:10px;
    margin-bottom:100px;
}

.exhibition_event1_head {
    width: 100%;
}

.exhibition_event1_contain .exhibition_top_banner {
    width: 100%;
}

.exhibition_top_banner_hero_banner__text {
    background-color: #333;
    padding: 30px 25px;
    color: #fff;
    line-height: 1.3;
    position: relative;
}

.exhibition_breadcrumb {
    margin: 0 0 20px;
}
.exhibition_breadcrumb ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.exhibition_breadcrumb ul li {
    text-decoration: none;
    float: left;
    list-style: none;
    margin-right: 5px;
    font-size: 14px;
}

.exhibition_breadcrumb ul li a {
    color: #000000;
}

.exhibition_breadcrumb ul li span {
    color: #C1C1C1;
}

.exhibition_top_banner_hero_banner__image {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.exhibition_top_banner_hero_banner__image img {
    display: inherit;
    width: 100%;
}

.exhibition_top_banner_hero_banner__text h1 {
    font-size: 16px;
    margin-bottom: 20px;
}

.exhibition_top_banner_hero_banner__text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.exhibition_top_banner_hero_banner__text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

/*.exhibition_top_banner_hero_banner__text a {*/
    /*display: inline-block;*/
    /*width: 130px;*/
    /*height: 36px;*/
    /*text-decoration: none;*/
    /*background: #D92231;*/
    /*color: #fff;*/
    /*font-size: 16px;*/
    /*padding-top: 3px;*/
    /*padding-left: 30px;*/
/*}*/

.exhibition_contain_col {
    margin-top: 30px;
}

.ex_event_col_4 .exhibition_contain_col_card_tiles {
    margin-bottom: 12px;
    position: relative;
}

.copy_shadow {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9;
}

.exhibition_contain_col_card_tiles {
    height: auto;
    padding-left: 0px;
    padding-right: 12px;
}

.exhibition_contain_col_card_tiles.col2_col3 {
    height: auto;
    padding-left: 16px;
    padding-right: 5px;
    margin-left: -5px;
    margin-bottom: 24px;
}

.exhibition_contain_col_card_tiles a {
    display: block;
    background-color: #fff;
    height: 100%;
    color: #000;
    text-decoration: none;
    position: relative;
}

.exhibition_contain_col_card_tiles a:hover .copy_shadow {
    display: block;
}

.exhibition_contain_col_card_tiles a:hover span {
    background: #fff;
}
.exhibition_contain_col_card_tiles a:hover span:after{
    border-top: 2px solid #D92231;
    border-right: 2px solid #D92231;
}

.exhibition_contain_col_card_tiles__image {
    position: relative;
    height: 175px;
	overflow:hidden;
}

.col2_col3 .exhibition_contain_col_card_tiles__image {
    position: relative;
    height: 140px;
}

.exhibition_contain_col_landing_wrapper {
    overflow: hidden;
}
.e_img_sp{
	height:219px !important;
	/* width:100% !important; */
	/* max-width:219px !important; */
}
.exhibition_contain_col_card_tiles_sp{
	max-width:19% !important;
	flex:1 1 18% !important;
}

.exhibition_contain_col_card_tiles__image img{
	width: 140%;
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: center center; */
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}
.exhibition_contain_col_card_tiled__imge img{
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* display: block; */
    /* min-width: 100%; */
    /* min-height: 100%; */
    /* transform: translate(-50%,-50%); */
}

.exhibition_contain_col_card_tiles__text {
    position: relative;
    padding: 16px 30px;
    /* padding-right: 437px; */
    width: 100%;
    background-color: #EBEBEB;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    word-break: keep-all;
    white-space: nowrap;
}

.col2_col3 .exhibition_contain_col_card_tiles__text {
    position: relative;
    padding: 26px 30px;
    background-color: #EBEBEB;
}

.exhibition_contain_col_card_tiles__text.bg_white {
    background-color: #fff;
}

.exhibition_contain_col_card_tiles__text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 26px;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	word-break: keep-all\0;
	cursor:pointer;
}

.exhibition_contain_col_card_tiles__text p {
    font-size: 16px;
    margin-bottom: 22px;
    overflow: hidden;
    max-height: 16px;
    line-height: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	word-break: keep-all\0;
	cursor:pointer;
}

.exhibition_contain_col_card_tiles__text i {
    font-size: 16px;
    color: #737373;
    font-style: normal;
}

.exhibition_contain_col_card_tiles__text span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    text-indent: 10px;
    color: #fff;
    z-index: 12;
}

.col2_col3 .exhibition_contain_col_card_tiles__text span {
    top: 30px;
    z-index: 12;
}

.ex_event_footer {
    height: 100px;
    width: 100%;
    background: #e0ebff;
    margin-top: 30px;
}
.ex_blog_levle2 .ex_blog_levle2_emoticons{
    margin-top:0;
}
.ex_blog_levle2 .ex_blog_levle2_emoticons .trigger{
    position: absolute;
    z-index: 99;
    left: 10px;
    padding-right: 10px;
    top: 3px;
    border-right: 1px solid #C1C1C1;
    margin-left:0;
    font-size: 24px;
}
.exhibition_share_outer {
    display: none;
}

.exhibition_share_outer ul {
    padding: 0;
    margin: 0;
}

.exhibition_share_outer.col2 {
    display: none;
    width: 25%;
}

.exhibition_share_outer.col3 {
    width: 20%;
}

.exhibition_share_outer.col2 ul, .exhibition_share_outer.col3 ul {
    padding: 0;
    margin: 0;
    width: 100px;
}

.exhibition_share_outer ul li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    width:108px;
}
.exhibition_share_outer ul li:hover{
    cursor: pointer;
}


.exhibition_share_outer ul li span.share_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 9px;
    color: #000;
    margin-top: 5px;
}

.exhibition_main_col2 h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

.exhibition_main_col2 {
    float: none;
    width: 100%;
    margin-top: 30px;
}

.exhibition_contact_col2_outer {
    margin-top: 40px;
    overflow: hidden;
}

.exhibition_contact_item sup {
    color: #D92231;
    margin-left: 3px;
}

.exhibition_contact_item label {
    margin-bottom: 5px;
    display: block;
}

.exhibition_contact_item_border button {
    background: #D92231;
    width: 130px;
    height: 36px;
    color: #fff;
    margin-top: 40px;
    border: none;
    position:relative;
    border:1px solid #D92231;
	padding-bottom: 4px;
	margin-bottom:20px;
}
.exhibition_contact_item_border button:hover{
    cursor: pointer;
}
.carousel-img img{
    width:40px;
    height:40px;
}

.ex_contact_model_content {
    text-align: center;
}
.errorcontent{
    margin-bottom:20px;
}
.ex_contact_model_content img {
    margin: 20px 0 30px;
    width:63px;
}

.ex_contact_model_content h2 {
    font-size: 24px;
}

.ex_contact_model_content p {
    font-size: 16px;
    color: #737373;
    margin-top:10px;
    margin-bottom:30px;
}

.exhibition_top_banner_href {
    display: none;
}

.exhibition_top_banner_href ul {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    padding-top: 30px;

}

.exhibition_top_banner_href ul li {
    list-style: none;
    float: left;
    margin: 0 24px 12px 0;
    padding: 0 24px 0 0;
    border-right: 1px solid #c1c1c1;
    font-size: 16px;
}

.exhibition_top_banner_href ul li:last-child {
    padding-right: 0;
    border: none;
}

.exhibition_top_banner_href ul li a {
    color: #333;
    text-decoration: none;
}

.exhibition_top_banner_href ul li a:hover {
    color: #D92231;
}

.exhibition_contact_col2_outer h2,
.exhibition_contact_col3_outer h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.exhibition_contact_col2_outer p,
.exhibition_contact_col3_outer p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 28px;
}

.exhibition_contact_col2_outer img,
.exhibition_contact_col3_outer img {
    margin-bottom: 20px;
    width: 100%;
}

.exhibition_main_left.col3 {
    float: none;
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
}
.exhibition_main_accordion{
    margin-bottom: 20px;
}
.exhibition_main_accordion .card-header a{
    font-size:13px;
    color:#D92231;
    display: block;
    width:100%;
}
.exhibition_main_accordion .card{
    border-radius: 0;
    border:1px solid #D92231;
    margin-bottom:20px;
}
.exhibition_main_accordion .card-header{
    border:none;
    padding: 5px 10px;
    border-radius: 0px;
    background-color: #fff;
}
/* .exhibition_main_accordion .card-header:hover{ */
    /* background:#D92231; */
/* } */
/* .exhibition_main_accordion .card-header:hover a{ */
    /* color:#fff !important; */
/* } */
/* .exhibition_main_accordion .card-header:hover a:after{ */
    /* border-top: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
/* } */
.exhibition_main_accordion .card-body{
    padding: 5px 10px;
    font-size:13px;
    color:#D92231;
    line-height: 18px;
}

.exhibition_main_left_elastic:first-child {
    margin-top: 20px;
}

.exhibition_elastic_span1 {
    color: #D92231;
}

.exhibition_elastic_span2 {
    color: #D92231;
}

.exhibition_elastic_i {
    position: absolute;
    right: 2px;
    color: #D92231;
    transition: all 0.2s;
    line-height: 22px;
    top: -1px;
}
#exhyal{
    position: relative;
    overflow: hidden;
}
.detail_a{
    border:1px solid #D92231;
    margin: 20px 0;
    float: right;
}
.exhibition_main_left .exhibition_main_left_upCol ul li {
    margin-bottom: 20px;
}
.exhibition_main_left .exhibition_main_left_upCol ul li:hover{
    cursor: pointer;
}

.exhibition_main_left .exhibition_main_left_upCol ul li:first-child span {
    margin-right: 20px;
}

.exhibition_main_left .exhibition_main_left_upCol ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.exhibition_main_left .exhibition_main_left_upCol ul li span {
    display: inline-block;
    vertical-align: middle;
}

.exhibition_main_left.ex_8_0 .exhibition_main_left_upCol ul li {
    width: 30%;
}

.exhibition_main_left.ex_8_0 .exhibition_main_left_upCol ul li img {
    width: 100%;
    height: auto;
    max-width: 72px;
}

.exhibition_main_left.ex_8_0 .exhibition_main_left_upCol h2 {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.exhibition_main_left_qrcode {
    margin-top: 30px;
}

.exhibition_main_left_qrcode img {
    width:80%;
}

.exhibition_main_left_qrcode h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.exhibition_main_left.ex_8_0 ul {
    margin-top: 20px;
}

.exhibition_main_left.ex_8_0 ul li p {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 18px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exhibition_main_left_upCol {
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    overflow: hidden;
}

.exhibition_main_left_upCol img {
    width: 26px;
    height: 26px;
}

.exhibition_col3_btn {
    width: 100%;
    text-align: center;
}

.exhibition_contact_col3_outer a.btnSign {
    display: inline-block;
    width: 140px;
    height: 40px;
    text-decoration: none;
    background: #D92231;
    color: #fff;
    font-size: 16px;
    padding-top: 6px;
    padding-left: 16px;
    margin: 0 auto;
}

.exhibition_event1_contain .nav-pills {
    height: 55px;
    margin-bottom: 15px;
}

.exhibition_event1_contain .nav-pills .nav-link.active {
    background: #fff;
    color: #000;
    font-size: 32px;
    border-bottom: 4px solid #D92231;
    padding: 0;
    margin: 0;
    border-radius: 0;
    padding-bottom: 10px;
}

.exhibition_event1_contain .nav-pills .nav-link {
    font-size: 20px;
    color: #000;
}

.exhibition_event1_contain .nav-item:first-child {
    margin-right: 50px;
}

.exhibition_filter_items {
    display: block;
}

.exhibition_filter_item:first-child {
    padding-left: 0px;
}
.exhibition_filter_item {
    padding-left: 0;
    width: 100%;
    margin-bottom: 5px;
}
.exhibition_filter_select{
	width: 100%;
    height: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    line-height: 38px;
	position:relative;
}
.exhibition_filter_select.border{
    border: 1px solid #ced4da;
}
.exhibition_filter_select button{
	width: 100%;
    height: 38px;
    border: none;
    background: none;
    text-align: left;
	padding-left:20px;
}
.exhibition_filter_select button:focus{
	background-color:#d92231;
	color:white;
}
.exhibition_filter_select button:focus:after{
	border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
/* .exhibition_filter_select button:focus+.exhibition_filter_select_items{ */
	/* display: block; */
/* } */
.exhibition_filter_select button:after{
	position: absolute;
    top: -4px;
    right: 10px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
	border-right: 2px solid #000;
    border-bottom: 2px solid #000;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.exhibition_filter_select_items{
	position: absolute;
    z-index: 1000;
    top: 38px;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
}
.exhibition_filter_select_item{
	cursor: pointer;
	text-align: left;
    color: #000;
    background: #eee;
    display: block;
    width: 100%;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
}
.exhibition_filter_select_item:hover{
	color: #fff;
    background: #898989;
}
.exhibition_filter_item.filter_item_search {
    flex-grow: 0.5;
}

.exhibition_filter_item.filter_item_search span {
    display: block;
    width: 124px;
    height: 38px;
    border: 1px solid #C1C1C1;
    text-align: center;
    line-height: 28px;
}
.exhibition_filter_item.filter_item_search span:hover{
    cursor: pointer;
}

.exhibition_filter_item select {
    border-radius: 0px;
    border: 1px solid #C1C1C1;
}

.exhibition_nav_outer {
    position: relative;
}

.exhibition_nav_sign {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.exhibition_nav_sign a {
    display: inline-block;
    width: 140px;
    height: 40px;
    text-decoration: none;
    background: #D92231;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 10px 30px;
    margin: 0 auto;
}

.ex_more {
    text-align: center;
    margin-top: 50px;
	padding-bottom: 50px;
}
.ex_more_btn{
    width: 120px;
    margin: 0 auto;
}
.ex_more_btn:hover{
    cursor: pointer;
}

.ex_more.item8_0 {
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid #C1C1C1;
}

.ex_more p {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.ex_more img {
    width: 20px;
}

.exhibition_filter_outer.item7_0 {
    padding-top: 20px;
}

.item7_0_firstRow {
    padding-left: 15px;
}

.col-md-4.item7_0_search span:hover{
    cursor: pointer;
}


.ex_item7_0_wrap {
    /* background: #EBEBEB; */
    padding: 5px;
    margin-top: 30px;
	/* min-height:300px; */
}

.ex_col3_right_rec {
    background: #F1F1F1;
    height: 510px;
    overflow-y: hidden;
}

.ex_col3_right_rec h2 {
    color: #333333;
    font-size: 20px;
    padding: 20px 0 20px 10px;
}

.ex_col3_right_rec ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.ex_col3_right_rec ul li:last-child {
    margin-bottom: 0;
}

.ex_col3_right_rec ul li img {
    margin-right: 0px;
    width: 50px;
	height: 50px;
}

.ex_col3_right_rec ul.ex_col3_right_rec_items {
    padding: 0 10px 30px;
}

.ex_col3_right_rec_items h3 {
    width: 100%;
    overflow: hidden;
    max-height: 22px;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.ex_col3_right_rec_item_img {
    width: 35%;
    float: left;
    margin-right: 10px;
    max-width:50px;
}

.ex_col3_right_rec_item_content {
    width: 65%;
    float: left;
}

.ex_col3_right_rec_items p {
    color: #737373;
    font-size: 14px;
    overflow: hidden;
    max-height: 28px;
    min-height: 14px;
    line-height: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	word-break: keep-all\0;
	cursor:pointer;
}

.ex_group_content_item {
    margin-bottom: 50px;
}

.ex_group_content_item .ex_group_content_item_title {
    max-width: 145px;
    margin-bottom:15px;
}

.ex_group_content_item h2 {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}

.right_arrow {
    display: inline-block;
    color: #D92231;
    margin-left: 10px;
}

.ex_group_content_item p {
    color: #737373;
    font-size: 14px;
    overflow: hidden;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	white-space:nowrap;
    margin-top: 10px;
    max-width: 140px;
    min-height: 22px;
}

.ex_group_content_item_focus {
    margin-top: 14px;
    width: 100%;
    display: block;
    max-width: 80px;
    height: 30px;
    width: 78px;
    font-size: 14px;
    color: #D92231;
    border: 1px solid;
    text-align: center;
    line-height: 28px;
}
.ex_group_content_item_nofocus {
	display:flex;
	align-items:center;
    margin-top: 14px;
    width: 100%;
    justify-content: space-around;
    max-width: 80px;
    height: 30px;
    width: 72px;
    font-size: 14px;
    color: white;
	background-color:#D92231;
    text-align: center;
    line-height: 28px;
	cursor:pointer;
}
.ex_group_content_item_focus:hover{
    cursor: pointer;
}

.ex_group_content_item_img {
    width: 150px;
    height: 150px;
    display: block;
    margin-right: 0;
    background-size: cover;
}

.exhibition_top_banner_hero_banner__text .ex_banner_level, .ex_banner_header {
    display: block;
}

.exhibition_top_banner_hero_banner__text .ex_banner_name {
    margin-top: 20px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .5rem;
    padding-right: 114px;
}

.exhibition_top_banner_hero_banner__text .ex_banner_email {
    font-size: 18px;
}

.ex_banner_process_score{
    font-size: 40px;
    float: left;
    color:#fff;
}

.ex_banner_process_myscore{
    font-size: 16px;
    float: right;
    color:#fff;
}

.progress-bar {
    background: linear-gradient(to right, #FC8622, #D61631);
    height: 6px;
}

.ex_banner_process_div {
    margin-bottom: 15px;
    overflow: hidden;
	margin-top:50px;
	line-height:34px;
}

.ex_banner_process .progress {
    height: 6px;
    border-radius: 0;
}

.ex_banner_process_div span {
    display: inline-block;
}

.ex_banner_process_mark {
    display: flex;
    margin-top: 2px;
}

.ex_banner_process_mark_item {
    flex: 1;
    border-right: 1px solid #777777;
    height: 5px;
}

.ex_banner_process_define {
    overflow: hidden;
}

.ex_banner_process_define .ex_define_0 {
    float: left;
    font-size: 12px;
    color:#666;
}

.ex_banner_process_define .ex_define_1000 {
    float: right;
    font-size: 12px;
    color:#666;
}

.ex_banner_process_difference {
    font-size: 14px;
    color: #737373;
    margin-top: 10px;
}

.ex_banner_process {
    position: relative;
}

svg g{
    fill: #fff;
}
.svg_i{
    display: inline-block;
}

.exhibition_top_banner_hero_banner__text .ex_loginOut {
    width: 110px;
    height: 36px;
    border: 1px solid #D92231;
    position: absolute;
    top: 66px;
    right: 25px;
    background: none;
    font-size: 16px;
    color: #D92231;
    padding-left: 16px;
    line-height:30px;
	display: flex;
    align-items: center;
}

.ex_usercenter_tab {
    width: 100%;
    float: none;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ex_usercenter_tab_pane {
    width: 100%;
    float: none;
    overflow: hidden;
}

.ex_usercenter_tab ul.nav {
    display: block;
}

.ex_usercenter_tab .nav li.nav-item {
    height: 42px;
    border: 1px solid #C1C1C1;
    margin: 0 -1px -1px 0px;
    line-height: 42px;
}

.ex_usercenter_tab .nav li:last-child {
    margin-bottom: 0;
}

.ex_usercenter_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 12px;
}

.ex_usercenter_tab .nav li:hover {
    background: #D92231;
}

.ex_usercenter_tab .nav li:hover span {
    color: #FFFFFF;
}
.ex_usercenter_tab .nav li:hover span.ex_usercenter_tab_arrow:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.ex_usercenter_tab_name {
    float: left;
    color: #333;
}

.ex_usercenter_tab_arrow {
    float: right;
    display: inline-block;
    width: 8px;
    height: 14px;
    vertical-align: middle;
    margin-top:15px;
    position:relative;
}

.ex_group_content_item {
    margin-bottom: 30px;
}

.ex_group_content_item h2 {
	padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    max-width: 115px;
    font-size: 18px;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height:24px;
    max-height: 30px;
    white-space: nowrap;
}
.ex_group_content_item h2:hover{
    color:#D92231;
}
.exhibition_contact_col2_outer input::-webkit-input-placeholder{
    color:#C1C1C1;
}
.exhibition_contact_col2_outer input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#C1C1C1;
}
.exhibition_contact_col2_outer input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#C1C1C1;
}
.exhibition_contact_col2_outer input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#C1C1C1;
}
.exhibition_contact_col2_outer input{
	font-weight: 400;
    height:36px;
    font-size:16px;
}
.right_arrow {
    vertical-align: top;
}

.ex_usercenter_mygroup {
    width: 100%;
    margin: 0;
}

/* .ex_usercenter_mygroup_btn { */
    /* text-align: right; */
/* } */

.ex_usercenter_yes, .ex_usercenter_no {
    display: inline-block;
    width: 120px;
    height: 36px;
    font-size: 18px;
    line-height: 32px;
}

.ex_usercenter_yes {
    float: left;
    background: #D92231;
    color: #fff;
}

.ex_usercenter_no {
    float: right;
    border: 1px solid #979797;
}
.level_sm{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.level_sm_box{
	width:140px;
	height:140px;
	display:flex;
	justify-content:center;
	background-color:#EBEBEB;
	flex-wrap:wrap;
}
.score_info_title{
	font-size:18px;
	color:#333333;
	margin-top:30px;
	margin-bottom:16px;
}
.score_info{
	border:1px solid #EBEBEB;
	padding-bottom:20px;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
}
.video_count{
	display:inline-block;
	margin:5px;
    margin-left: 0;
	color:#333;
	line-height:24px;
}
.ex_usercenter_modal {
    text-align: center;
}

.ex_usercenter_modal h2 {
    font-size: 18px;
    margin-bottom: 74px;
    margin-top: 50px;
}

.ex_usercenter_modal_config span:hover {
    cursor: pointer;
}

.ex_usercenter_level {
    height: 170px;
    background: #EBEBEB;
}
.ex_levelshow_item{
    flex:1;
    position: relative;
    margin:0 6px;
}
.ex_levelshow_item:last-child{
    flex:0;
}
.ex_levelshow_item:last-child p{
    width:90px;
}
.ex_levelshow_item .progress{
    height:4px;
    background:#fff;
}
.ex_levelshow_item .ex_level_circle{
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 12px;
    background: #ffffff;
    top: -4px;
    left: -12px;
    border: 1px solid #ebebeb;
}
.ex_levelshow_item.complete .ex_level_circle{
    background: #D92231;
}

.ex_levelshow_item p{
    position: absolute;
    top: 20px;
    left: -35px;
    color:#999999;
}
.ex_levelshow_item.complete p{
    color:#D92231;
}


.ex_levelshow_item .ex_level_icon{
    position: absolute;
    top: -35px;
    left:-18px;
    width:29px;
    height:22px;
}

.ex_levelshow_item:nth-of-type(1) .ex_level_icon{
    background:url("/images/exhibition/v1red.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(1).complete .ex_level_icon{
    background:url("/images/exhibition/v1red.png")no-repeat;
}

.ex_levelshow_item:nth-of-type(2) .ex_level_icon{
    background:url("/images/exhibition/v2gray.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(2).complete .ex_level_icon{
    background:url("/images/exhibition/v2red.png")no-repeat;
}

.ex_levelshow_item:nth-of-type(3) .ex_level_icon{
    background:url("/images/exhibition/v3gray.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(3).complete .ex_level_icon{
    background:url("/images/exhibition/v3red.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(4) .ex_level_icon{
    background:url("/images/exhibition/v4gray.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(4).complete .ex_level_icon{
    background:url("/images/exhibition/v4red.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(5) .ex_level_icon{
    background:url("/images/exhibition/v5gray.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(5).complete .ex_level_icon{
    background:url("/images/exhibition/v5red.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(6) .ex_level_icon{
    background:url("/images/exhibition/v6gray.png")no-repeat;
}
.ex_levelshow_item:nth-of-type(6).complete .ex_level_icon{
    background:url("/images/exhibition/v6red.png")no-repeat;
}



.ex_levelshow_item .ex_level_iconlast{
    position: absolute;
    top: -35px;
    right:-20px;
}
.ex_levelshow_item .ex_level_icon img{
    width:29px;
}

.ex_levelshow_item .progress-bar{
    background:#D92231;
}

.ex_usercenter_level .ex_levelshow_count{
    float: right;
    padding-top: 10px;
    padding-right: 30px;
    color: #D92231;
}

.ex_levelshow_outer{
    display: flex;
    width:88%;
    margin: 0 auto;
    padding-top:65px;
}
.ex_usercenter_info {
    margin-top: 30px;
    position: relative;
}

.ex_usercenter_info li {
    line-height: 50px;
}

.ex_usercenter_info_left {
    color: #737373;
    font-size: 18px;
    display: block;
    width: 100%;
    margin: 0;
}

.ex_usercenter_info_right {
    color: #000;
    display: block;
    font-size: 18px;
    width: 100%;
}

.mobno.ex_usercenter_label {
    display: none;
}

.ex_usercenter_label i {
    display: block;
    font-style: normal;
    padding: 5px 15px;
    border: 1px solid #C1C1C1;
    margin: 0;
    margin-bottom: 10px;
}

.ex_info_modify {
    position: relative;
}

.ex_info_modify .modifyBtn {
    background: none;
    border: 1px solid #D92231;
    color: #D92231;
    margin: 0;
    width: 100px;
}

.ex_infoModify_inner {
    width: 100%;
    margin: 0;
}
.errText{
    font-size: 14px;
    color: #d92231;
    display: block;
    line-height: 1.6;
    font-weight: 300;
    display: none;
}

.ex_usercenter_info_label_sp {
    display: block;
}

.exhibition_contact_item .ex_usercenter_header_frame {
    overflow: hidden;
}

.exhibition_contact_item .ex_usercenter_header_frame .ex_usercenter_header {
    width: 100px;
    height: 100px;
    float: left;
}

.exhibition_contact_item .ex_usercenter_header_frame .up-img-cover {
    float: none;
    margin: 0;
    clear: both;
}

.ex_usercenter_header_btn {
    width: 120px;
    height: 28px;
    border: 1px solid #D92231;
    color: #D92231;
    text-align: center;
}
.ex_usercenter_header_btn:hover{
    cursor: pointer;
}

.exhibition_contact_item .ex_usercenter_header_frame p {
    color: #737373;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

.exhibition_contact_item .ex_usercenter_header_frame sup {
    margin-right: 5px;
}

.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.fileinput-button:hover{
    cursor: pointer;
}
.ex_upload_hover:hover{
    cursor: pointer;
}
.fileinput-button input {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}

.ex_usercenter_visitingcard {
    width: 120px;
    height: 28px;
    border: 1px solid #D92231;
    color: #D92231;
    text-align: center;
}

.ex_usercenter_visitingcard span:hover{
    cursor: pointer;
}
.exhibition_contact_item_visitingcard {
    overflow: hidden;
}

.exhibition_contact_item_visitingcard p {
    margin: 0;
    color: #737373;
    font-size: 14px;
}

.ex_usercenter_info_cardshow {
    display: none;
    float: left;
    margin-right: 40px;
}

.ex_usercenter_info_cardshow img {
    width: 300px;
    vertical-align: top;
}

.ex_usercenter_info_cardshow span {
    vertical-align: middle;
}

.ex_message_item {
    overflow: hidden;
}

.ex_message_item_img {
    float: left;
    width: auto;
    margin-right: 7%;
}

.ex_message_item_body {
    float: left;
    width: 75%;
    border-bottom: 1px solid #EBEBEB;
}

.ex_message_item_title {
    color: #333333;
    font-size: 20px;
    margin-bottom: 2px;
}

.ex_message_item_time {
    color: #999;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
}

.ex_message_item_content {
    font-size: 16px;
    color: #333333;
    margin-bottom: 24px;
    line-height: 28px;
}

.ex_message_item {
    margin-bottom: 25px;
}

.ex_message_outer .ex_message_outer_h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

/*头部部分*/
.exhibition_event1_head {
    position: relative;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    z-index: 100;
    background-color: #fff;
}

.head_inner {
    position: static;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0 0;
}

.head_line1_img {
    float: left;
    margin-bottom: 20px;
    margin: 0 0 30px 5px;
}

.head_line1_img a {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
}

.head_line1_img a img {
    height: 30px;
}

.head_search_bar {
    background: transparent;
    position: relative;
    top: 0;
    padding: 0;
    border: 0;
}

.head_search_label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.head_search_bar input {
    vertical-align: middle;
    height: 36px;
    margin: 2px 0;
    padding: 0 10px;
    -webkit-appearance: none;
    transition: box-shadow .2s;
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-size: 1em;
    color: #737373;
    font-weight: 100;
}

.head_search_btn {
    position: absolute;
    top: 0;
    right: 0;
    border-color: #ebebeb;
    background: #fff;
    background: url('/images/exhibition/icon-search.svg') 7px 7px no-repeat;
    background-size: 23px;
    width: 38px;
    height: 38px;
    margin: 1px;
    padding: 1px 6px;
    border: none;
    border-left: 0;
    min-width: 0 !important;
    outline: 0;
}

.head_line1_sp_menu {
    vertical-align: top;
    background: transparent;
    display: block;
    height: 40px;
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    width: 32px;
    margin: 0px 5px 0 25px;
    background: url('/images/exhibition/menu_sp.png') no-repeat;
}

.head_line1_sp_menu span {
    display: block;
    overflow: hidden;
    height: 0;

}

.head_search_nav {
    display: block;
    z-index: 6;
}

.head_search_nav ul {
    margin: 10px 0 0 20px;
    height: 28px;
    white-space: nowrap;
}

.head_search_nav ul li {
    height: 100%;
    display: inline-block;
    padding: 0 0 0 22px;
}

.head_search_nav ul li a {
    display: inline-block;
    height: auto;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    position:relative;
}

.head_search_nav ul li a:before {
    content: "";
    width: 1px;
    border-left: thin solid #dbdbdb;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: transparent;
    top: 50%;
    left: -12px;
    height: 10px;
}

.head_line1_sp_search {
    float: right;
    background: url('/images/exhibition/icon-search.svg') no-repeat;
    background-size: contain;
    margin: -5px 62px 0 0;
    vertical-align: top;
    position: relative;
    width: 30px;
    height: 40px;
    padding: 0;
    border: 0;
    display: none;
}

.headerFix {
    position: fixed;
    box-shadow: 0 4px 5px hsla(0, 0%, 40%, .8);
    border-bottom: 1px solid #ebebeb;
    z-index: 200;
}

.header_container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.header_desktop_only img {
    width: 120px;
    vertical-align: top;
    max-width: 100%;
}

.header_nav_level3 a {
	font-weight:400;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.header_nav_level3 a:hover{
    color:#D92231;
}
.head_enroll a {
    color: #D92231;
}
.head_enroll a:hover{
    border-bottom:2px solid;
}
.head_enroll li{
    height:28px;
}

.header_megamenu_title span {
    color: #D92231;
}

.header_slideout {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    transition: .2s ease-in;
}

.head_line1_sp_menu:focus {
    outline: 0;
}

.header_nav_level2_h2 {
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    padding-bottom: 10px;
    margin-bottom: 15px;
	font-weight: bold;
}

.header_childer_superior .header_nav_level3 li {
    width: 50%;
    margin-bottom: 30px;
}
.header_childer_superior .header_nav_level3 li:hover{
    cursor: pointer;
}

.header_childer_superior .header_nav_level3 li:nth-of-type(odd) {
    float: left;
}

.header_childer_superior .header_nav_level3 li:nth-of-type(even) {
    float: right;
    text-align: left;
}

.header_childer_superior .header_nav_level3 li img,
.header_childer_superior .header_nav_level3 li p {
    display: inline-block;
    vertical-align: middle;
}

.header_childer_superior .header_nav_level3 li img {
    margin-right: 20px;
    height:40px;
    width:65px;
}

.header_childer_superior .header_nav_level2 {
    margin-top: 20px;
}
.baropen .head_search_btn{
    top: 30px;
    right: 20px;
}

.footer_line1 {
    overflow: hidden;
}

.footer_line1 ul li:first-child {

}

.footer_line1 ul li {
    float: left;
    margin-bottom: 18px;
    position: relative;
}

.footer_line1 ul li a {
    padding-right: 19px;
    color: #000;
}
.footer_line1 ul li a:after{
    -webkit-transform: translateY(-50%);
    transform: translateY(-48%);
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-block;
    width: 1px;
    height: 6px;
    margin: -1px 0 0;
    content: "";
}
.header_nav_product{
	margin-bottom:25px;
}
.header_nav_product a{
	display:flex !important;
	align-items:center;
}
.header_nav_product p{
	margin-left:15px;
	/* margin-right:60px; */
}
.header_nav_level3 li{
	display:flex;
	flex-wrap:wrap;
}
.header_nav_level3 li::-webkit-scrollbar {
        display: none;
}
.footer_line1 li:last-child a:after {
    display: none;
}

.footer_outer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-left: 10px;
	font-weight:400;
}

.footer_line1 p {
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 400;
}

.ex_blog_right_content_father,.ex_blog_right_content {
    margin-left: 12px;
}

.ex_blog_item{
    margin-bottom:20px;
}
.ex_blog_item .media-body h4 {
    font-size: 16px;
    color: #D92231;
    margin-bottom: 10px;
}

.ex_blog_item .media-body p {
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}

.ex_blog_item .ex_blog_comment {
    overflow: hidden;
}

.ex_blog_item .ex_blog_comment .ex_blog_comment_left {
    float: left;
}

.ex_blog_item .ex_blog_comment .ex_blog_comment_right {
    float: right;
}

.ex_blog_time {
    color: #999999;
    font-size: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}

.ex_blog_time.blog_level_2 {
    border: none;
}

.ex_blog_replay_history {
    font-size: 16px;
    color: #737373;
    margin-left: 20px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}
.ex_blog_levle2 .replay_input3{
    margin-top:15px;
}

.ex_blog_levle2  .replay_input3 .publisher{
    margin-bottom:0;
}

.ex_blog_levle2_replay,.ex_blog_levle3_replay {
    font-size: 16px;
    color: #737373;
    padding-right: 20px;
    border-right: 1px solid #C1C1C1;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}
.ex_blog_levle3_replay {
    width:54px;
}
.ex_blog_levle3_replay:hover{
    color:#D92231;
    cursor: pointer;
}
.ex_blog_levle2_replay:hover{
    cursor:pointer;
}
.ex_blog_like:hover{
    cursor:pointer;
}
.ex_blog_levle2_replay img{
    vertical-align: middle;
}
.ex_blog_levle2_replay span{
    vertical-align: top;
}

.ex_blog_like,.ex_blog_levle2_like {
    font-size: 16px;
    color: #737373;
    margin-left: 20px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    width:75px;
}


.ex_blog_levle2_like:hover{
    cursor: pointer;
}

.ex_blog_like img, .ex_blog_like i,.ex_blog_levle2_like img,.ex_blog_levle2_like i {
    vertical-align: middle;
    display: inline-block;
}

.ex_blog_like i ,.ex_blog_levle2_like i{
    font-style: normal;
    margin-left: 4px;
    vertical-align: sub;
}

.ex_blog_levle2 {
    background: #F1F1F1;
    position: relative;
    margin-top: 12px;
    padding:20px;
    display: none;
}


.ex_blog_levle2::before {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F1F1F1;
    position: absolute;
    top: -10px;
    right: 133px;
}

.widget-layer {
    position: relative;
    width: 410px;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
}

.widget-layer li {
	background-color:#fff;
    position: relative;
    z-index: 8;
    float: left;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}
input.form-control:focus{
    outline: none;
    border-color: #ced4da;
    box-shadow: none;
}
.form-control{
    border-radius: 0;
}
/*博客回复框*/
.publisher{
    position:relative;
    margin-bottom:30px;
}
.ex_blog_levle2_emoticons .levle2focus .trigger{
    position: absolute;
    z-index: 99;
    left: 10px;
    padding-right: 10px;
    top: 11px;
    border-right: 1px solid #C1C1C1;
}
.ex_blog_levle2_emoticons .levle2focus .trigger{
    top: auto;
    font-size: 24px;
    bottom: 0;
    margin-left: 0px;
	height:36px;
	padding-top:4px;
	padding-bottom:0;
}
.exhibition_blog_scroll{
    max-height: 1000px;
    overflow: auto;
    padding-right: 15px;
}
.ex_blog_outer_admin,.ex_blog_outer_stick,.ex_blog_outer_normal{
    padding-bottom:22px;
    border-bottom:1px solid #EBEBEB;
}
.ex_blog_levle2_media{
    margin-bottom:30px;
}
.ex_blog_levle2_emoticons .publisher{
    position:relative;
    font-size: 16px;
    border: 1px solid #D92231;
    background: #fff;
    height: 36px;
    box-sizing: content-box;
}
.ex_blog_levle2_emoticons .ex_replay_input{
    background: #fff;
    padding: 9px 10px 0 50px;
}
.ex_blog_levle2_emoticons .levle2focus .ex_replay_input{
    padding: 11px 10px 0 11px;
}
.ex_blog_levle2_emoticons .ex_replay_input textarea{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 25px;
    resize: none;
    border: 0;
    outline: 0;
    padding: 0;
    transition: all .4s;
    line-height: 18px;
}

.ex_blog_levle2_emoticons .ex_replay_bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    border: none;
    height: 36px;
}
.ex_blog_levle2_emoticons button{
    float: right;
    background-color: #D92231;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    width: 80px;
}
.ex_blog_levle2_emoticons button.ex_level1{
    width:115px;
}
.ex_blog_levle2_emoticons .levle2focus{
    height: 100%;
}
.ex_blog_levle2_emoticons .levle2focus .ex_replay_input textarea{
    height: 120px;
}

.ex_blog_levle2_emoticons .levle2focus .ex_replay_bottom{
    position: relative;
    background-color: #f1f1f1;
}


.ex_replay_more{
    display: block;
    width: 100%;
    background: #fff;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #333;
    font-size:14px;
}
.ex_replay_more:hover{
    color:#333;
}
.ex_blog_outer_stick,.ex_blog_outer_normal{
    margin-top:20px;
}
.ex_blog_outer_stick .ex_blog_right_content_father h4,
.ex_blog_outer_normal .ex_blog_right_content_father h4,
.ex_blog_outer_stick .ex_stick_top,
.ex_blog_outer_normal .ex_stick_top,
.ex_blog_outer_stick .ex_stick_level,
.ex_blog_outer_normal .ex_stick_level
{
    display: inline-block;
}
.ex_blog_outer_stick .ex_stick_top,
.ex_blog_outer_normal .ex_stick_top{
    border:1px solid #D92231;
    font-size:13px;
    color:#D92231;
    padding:1px;
}
.ex_blog_outer_stick .ex_blog_right_content_father h4{
    color:#1A6FC5;
    margin:0 6px;
    font-size:16px;
}
.ex_blog_outer_normal .ex_blog_right_content_father h4{
    color:#1A6FC5;
    margin-right:6px;
    font-size:16px;
}
.ex_blog_outer_stick .ex_stick_level,
.ex_blog_outer_normal .ex_stick_level{
    vertical-align: middle;
}
.ex_blog_level1replay{
    margin-top:20px;
}

.ex_dofocus{
    display: inline-block;
    width: 130px;
    height: 36px;
    text-decoration: none;
    background: #D92231;
    color: #fff;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 30px;
}
.exhibition_top_banner_hero_banner__text a {
    display: inline-block;
    width: 130px;
    height: 36px;
    text-decoration: none;
    background: #D92231;
    color: #fff;
    font-size: 16px;
    padding-top: 7px !important;
    padding-left: 30px;
}
.exhibition_top_banner_hero_banner__text a.ex_dofocus{
    padding-top:8px;
}
.exhibition_top_banner_hero_banner__text a.ex_cancelfocus{
    margin-left:20px;
    color:#D92231;
    background: rgba(255,255,255,0);
    border:1px solid #D92231;
    padding-top:8px;
}

.ex_blog_outer_stick .ex_level2_item h4{
    margin-left:0;
}

.exhibition_contain_col_card_tiles__text span.ex_arrow_red{
    display: inline-block;
    background:#D92231;
}
.exhibition_contain_col_card_tiles__text span.ex_arrow_red:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.exhibition_top_banner_hero_banner__text span.ex_arrow_red,
.exhibition_nav_outer .ex_arrow_red{
    display: inline-block;
    background:url('/images/exhibition/arrowred.png');
    width:30px;
    height:30px;
    vertical-align: middle;
}

.exhibition_col3_btn span.ex_arrow_red{
    display: inline-block;
    background:url('/images/exhibition/arrowred.png');
    width:30px;
    height:30px;
    vertical-align: middle;
}
.ex_arrow_red_only{
    display: inline-block;
    width: 8px;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
    position:relative;
}
.ex_arrow_red_only:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 43.5%;
    right: 5px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.ex_arrowleft_red_only{
    display: inline-block;
    background: url(/src/img/exhibition/arrowredleft_only.png);
    width: 8px;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
}
.ex_arrow_red_only_sp:after{
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 30%;
    right: 5px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid rgba(217,34,49,1);
    border-right: 2px solid rgba(217,34,49,1);
}
.ex_arrow_red_only_sp{
    display: inline-block;
    width: 8px;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
    position:relative;
}
.header_megamenu_title .ex_arrow_red_only{
    vertical-align: unset;
}

.ex_usercenter_header_btn .ex_arrow_red_only,
.ex_usercenter_visitingcard .ex_arrow_red_only{
    margin-top:-3px;
}

.ex_arrow_text{
    /* display:inline-block; */
    /* vertical-align: middle; */
	/* padding-top: 2px; */
}
.ex_usercenter_label_i:hover{
    border:1px solid #D92231;
    color:#D92231;
}
.ex_usercenter_label_i.click{
    border:1px solid #D92231;
    color:#D92231;
}
.ex_usercenter_label_i2:hover{
    border:1px solid #D92231;
    color:#D92231;
}
.ex_usercenter_label_i2.click{
    border:1px solid #D92231;
    color:#D92231;
}
.ex_usercenter_label {
    margin-top: 15px;
    display: block;
    width: 100%;
}

.ex_usercenter_label i {
    font-style: normal;
    border: 1px solid #C1C1C1;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}
.ex_usercenter_label i:hover{
    cursor: pointer;
}

.ex_usercenter_label i span {
    display: block;
    padding: 0px 21px;
    line-height: 28px;
}
.col-md-4.item7_0_search{
    padding:0;
}
#new_list,#hot_list,#next_list{
	display:none;
}

.social-share {
    height: 0px;
}
.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 10000000000000000000s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b
}

.social-share .icon-weibo:hover {
    background: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
    background: #FDBE3D
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549;
    border:none;
}
.product_margin{
    margin-bottom:35px;
}
.social-share .icon-wechat:hover {
    background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -86px;
    left: 103px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode img{
    width: 100px;
    height: 100px;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: -55%;
    margin-left: 98px;
    transform: rotate(90deg);
    bottom: 85px;
    width: 0;
    height: 0;
    border-width: 10px 6px 7px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.more_a.modify_infoA{
    border: 1px solid rgba(217,34,49,1);
    position:relative;
    bottom: 0;
    width: 134px;
    right:0;
    /* padding: 9px 35px 4px 35px; */
	padding-left:40px;
}
.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}
#wechat-share:hover .wechat-qrcode{
    display: block;
}
.modifyConf{
	color:white !important;
    float: right;
    border:1px solid rgba(217, 34, 49, 1);
	cursor:pointer;
}
.modifyConf:hover{
	color:rgba(217, 34, 49, 1) !important;
}

.like_count,.col_count{
    font-style: normal;
}
@media only screen and (min-width: 768px) {
    /*头部部分*/
    .head_line1_sp_search {
        margin-right: 0;
        margin-top: 0;
    }
    .head_inner {
        padding: 20px 30px 0;
    }

    .head_line1_img {
        margin: 0 30px 20px 0;
    }

    .head_line1_img a img {
        min-width: 204px;
        height: 40px;
    }

    .head_search_nav {
        font-weight: 300;
        background: transparent;
        z-index: 1;
        display: block;
        width: auto;
        position: static;
        top: auto;
        left: auto;
        visibility: visible;
        margin: 0 20px 0 0;
        float: right;
    }

    /*头部部分结束*/
    .exhibition_top_banner_hero_banner__image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .exhibition_top_banner_hero_banner.narrow {
        position: relative;
        padding-top: 36.666666%;
        overflow: hidden;
    }

    .exhibition_top_banner_hero_banner__text {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 30px 25px 0 30px;
        margin: 0;
        background-color: rgba(0, 0, 0, .7);
        color: #fff;
        width: 400px;
    }

    .exhibition_main_col2 {
        float: left;
        margin-left: 14%;
        margin-top: 30px;
        width: 65%;
    }
    .ex_usercenter_level .ex_levelshow_count {
        float: right;
        padding-top: 58px;
        padding-right: 30px;
        color: #D92231;
    }
    .exhibition_main_col2.col2 {
        float: left;
        margin-left: 0;
        margin-top: 30px;
        width: 75%;
    }

    .exhibition_main_col2.col3 {
        float: left;
        margin-left: 0;
        margin-top: 30px;
        width: 60%;
    }

    .exhibition_main_col2.col3.ex_8_0 {
        width: 55%;
        padding-right: 1%;
		margin-left:10%;
    }

    .exhibition_share_outer {
        display: block;
        float: left;
        margin-top: 15px;
    }

    .exhibition_share_outer.col2 {
        display: block;
        float: left;
        margin-top: 15px;
        width: 25%;
    }

    .exhibition_share_outer.col3 {
        width: 20%;
    }

    .exhibition_share_outer.col2 ul, .exhibition_share_outer.col3 ul {
        width: 100px;
    }

    .exhibition_top_banner_href {
        display: block;
        height: 78px;
        width: 100%;
        background: #EBEBEB;
    }

    .exhibition_contact_col2_outer img.exhibition_col2_img {
        margin-bottom: 20px;
        width: auto;
    }

    .exhibition_contact_col3_outer img.exhibition_col3_img {
        margin-bottom: 20px;
        width: 100%;
    }

    .exhibition_main_left.col3 {
        float: left;
        margin-top: 30px;
        padding-left: 2%;
        width: 20%;
    }

    .exhibition_main_left.col3.ex_8_0 {
        width: 25%;
    }

    .exhibition_filter_items {
        display: flex;
    }
    .carousel-login-text{
        padding-right:101px;
    }
    /* .carousel-login-text.more_padding{ */
        /* padding-right: 151px; */
    /* } */
    .exhibition_filter_item:first-child {
        padding-left: 0px;
    }

    .exhibition_filter_item {
        padding-left: 12px;
        flex-grow: 1;
        width: auto;
    }

    .exhibition_filter_item.item7_0 {
        padding-left: 0;
        padding-right: 8px;
    }

    .exhibition_filter_item.item7_0:last-child {
        padding-right: 16px;
    }
    .sign.more_a{
        position:absolute;
    }
    .exhibition_filter_item.filter_item_search {
        flex-grow: 0.5;
    }

    .exhibition_filter_outer.item7_0 .filter_item_search {
        flex-grow: 1;
    }

    .exhibition_filter_item.filter_item_search span {
        display: inline-block;
        width: 100%;
        height: 38px;
        border: 1px solid #C1C1C1;
        line-height: 2;
        text-align: center;
    }
    .exhibition_filter_item.filter_item_search span:hover{
        cursor: pointer;
    }

    .exhibition_filter_item select {
        border-radius: 0px;
        border: 1px solid #C1C1C1;
    }

    .exhibition_event1_contain .nav-pills {
        height: 55px;
        margin-bottom: 40px;
    }

    .exhibition_nav_sign {
        position: absolute;
        right: 0;
        bottom: 20px;
        margin-bottom: 0;
    }

    .col-md-4.item7_0_search {
        padding-left: 0px;
        margin-left: -6px;
    }

    .col-md-4.item7_0_search span {
        width: 122px;
        line-height: 35px;
    }

    .col-md-4.item7_0_search .filter_item_search {
        margin-left: 0;
    }

    .ex_usercenter_content {
        overflow: hidden;
        margin-top: 30px;
    }

    .ex_usercenter_tab {
        width: 25%;
        float: left;
        background: #fff;
        margin: 0;
    }

    .ex_usercenter_tab_pane {
        width: 73%;
        float: right;
        overflow: hidden;
    }

    .ex_usercenter_tab ul.nav {
        display: block;
    }

    .more_a.modify_infoA{
        width: 130px;
        height: 36px;
        position: relative;
        border: 1px solid rgba(217,34,49,1);
        color: rgba(217,34,49,1);
    }
    .more_a.modify_infoA:hover{
        color:#fff;
        cursor: pointer;
    }
    .ex_usercenter_tab .nav li.nav-item {
        height: 42px;
        border: 1px solid #C1C1C1;
        margin: 0 -1px -1px 0px;
        line-height: 42px;
    }

    .ex_usercenter_tab .nav li:last-child {
        margin-bottom: 0;
    }

    .ex_usercenter_tab li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 0 12px;
    }

    .ex_usercenter_tab .nav li:hover {
        background: #D92231;
    }

    .ex_usercenter_tab .nav li:hover span {
        color: #FFFFFF;
    }
    .active.nav-link{
        background: #D92231;
    }
    .active.nav-link span {
        color: #FFFFFF;
    }
    .active.nav-link span:after{
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .ex_usercenter_tab_name, .ex_usercenter_tab_arrow {
        display: inline-block;
    }

    .ex_usercenter_tab_name {
        float: left;
        color: #333;
    }

    .ex_usercenter_tab_arrow {
        float: right;
        display: inline-block;
        width: 8px;
        height: 14px;
        vertical-align: middle;
        margin-top:15px;
        position:relative;
    }


    .ex_usercenter_tab_pane .exhibition_contain_col_column_row {
        background: #EBEBEB;
        padding: 12px 12px 0 24px;
    }

    .ex_pagination {
        position: relative;
        height: 60px;
    }

    .ex_pagination .pagination {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .ex_usercenter_mygroup {
        width: 74%;
        margin: 0 auto
    }

    .ex_usercenter_info li {
        line-height: 50px;
    }

    .ex_usercenter_info_left {
        color: #737373;
        font-size: 18px;
        display: inline-block;
        width: 90px;
        margin-right: 40px;
    }

    .ex_usercenter_info_right {
        color: #000;
        display: inline-block;
        font-size: 18px;
        width: 70%;
        vertical-align: top;
    }


    .ex_info_modify {
        position: absolute;
        top: 0;
        right: 0;
    }

    .ex_info_modify .modifyBtn {
        background: none;
        border: 1px solid #D92231;
        color: #D92231;
        margin: 0;
        width: 100px;
    }

    .modifyBtn:hover,.ex_loginOut:hover{
        background: #D92231;
        color: #fff;
    }
    .modifyBtn:hover .ex_arrow_red_only:after,
    .ex_loginOut:hover .ex_arrow_red_only:after{
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .ex_infoModify_inner {
        width: 672px;
        margin: 0 auto;
    }

    .ex_usercenter_info_label_sp {
        display: none;
    }

    .ex_infoModify_outer h2 {
        font-size: 32px;
    }

    .ex_usercenter_info_label_pc {
        margin-bottom: 10px;
    }

    .ex_label_result {
        margin-top: 20px;
    }

    .ex_label_result_outer {
        border-top: 1px solid rgba(193, 193, 193, 1);
    }

    .exhibition_contact_item .ex_usercenter_header_frame .up-img-cover {
        float: left;
        margin-top: 38px;
        margin-left: 20px;
        clear: none;
    }

    .ex_message_item_img {
        float: left;
        width: 5%;
        margin-right: 2%;
    }

    .ex_message_item_body {
        float: left;
        width: 93%
    }
    .exhibition_top_banner_hero_banner__text a.ex_cancelfocus{
        margin-left:20px;
        color:#D92231;
        background: rgba(255,255,255,0);
        border:1px solid #D92231;
    }
}

@media only screen and (max-width: 1200px) {
    .exhibition_top_banner_hero_banner__text.itemscreen1200 {
        display: block;
        position: relative;
        width: 100%;
        padding: 30px 25px;
        background-color: rgba(0, 0, 0, .8);
    }
}

@media (min-width: 1200px) {
    .col-md-my5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-super-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media screen and (max-width: 992px){
	.activity_item{
		margin-top:20px !important;
	}
	.activity_item img{
		margin-right: 16px;
		margin-left: 23%;
	}
	.activity_title{
		font-size:24px;
		color:rgba(0,0,0,1);
		margin-left:22%;
		margin-top:7% !important;
		margin-bottom:0px;
	}
}
@media screen and (max-width: 768px) {
	.activity_item{
		margin-top:20px !important;
	}
	.activity_item img{
		margin-right: 16px;
		margin-left: 0;
	}
	.activity_title{
		font-size:24px;
		color:rgba(0,0,0,1);
		margin-left:0;
		margin-top:0 !important;
	}
}

@media only screen and (min-width: 992px) {
    .header_main_nav {
        float: left;
        font-size: 1em;
        background: transparent;
        z-index: 1;
        width: 100%;
        margin: 0;
        border: 0;
    }

    .head_main_nav {
        float: left;
        font-size: 1em;
        background: transparent;
        z-index: 1;
        width: 100%;
        margin: 0;
        border: 0;
    }

    .header_nav_level1 {
        float: left;
    }

    li.header_has_children {
        float: left;
        padding: 0 16px;
    }

    .header_nav_level1 li:nth-of-type(2) {
        padding-left: 0;
    }

    .header_desktop_only {
        float: left;
        padding-left: 0;
        width: 0;
        padding-top: 8px;
    }

    .headerFix .header_desktop_only {
        width: auto;
        padding-right: 30px;
    }

    .header_has_children .header_has_children_a {
        display: inline-block;
        padding: 0 0 9px;
        border: 0;
        font-weight: 400;
        line-height: 40px;
        color: #000;
        position: relative;
        text-decoration: none;
    }
    .header_has_children .header_has_children_a:hover{
        cursor:pointer;
    }

    .header_megamenu {
        position: absolute;
        top: 99%;
        left: 0;
        background: #fff;
        visibility: hidden;
        overflow: hidden;
        padding: 30px;
        box-shadow: 0 4px 5px hsla(0, 0%, 40%, .8);
        white-space: nowrap;
        min-width: 240px;
        width: 100%;
        border-top: 1px solid #ebebeb;
    }

    .header_container {
        max-width: 1140px;
    }

    .header_handheld_only {
        display: none !important;
    }

    .header_megamenu_title a {
        font-weight: 700;
        display: inline-block;
        padding: 0 10px 0 0;
        line-height: 1.35;
        color: #000;
        position: relative;
        text-decoration: none;
        font-size: 20px;
    }
    .header_megamenu_title a:hover{
        text-decoration: underline;
    }

    .header_megamenu_nav {
        margin: 15px -14px 0;
    }

    .header_has_children:hover .header_megamenu {
        visibility: visible;
        overflow: visible;
    }

    .header_has_children:hover .header_has_children_a {
        border-bottom: 4px solid #D92231;
        padding-bottom: 5px;
    }
    .header_has_children:hover .header_a_line{
        margin: -3px 0 0;
    }

    .exhibition_event1_head.headerFix .head_search_nav,
    .exhibition_event1_head.headerFix .head_line1_img,
    .exhibition_event1_head.headerFix .head_search_bar {
        display: none;
    }

    .header_a_line {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: transparent;
        position: absolute;
        border-left: thin solid #dbdbdb;
        width: 1px;
        top: 50%;
        right: -16px;
        display: block;
        height: 13px;
        margin: -5px 0 0;
    }


    .exhibition_event1_head {
        display: table;
    }

    .head_line1 {
        display: table-row;
    }

    .head_line1_img {
        display: table-cell;
        width: 284px;
        margin: 0 0 20px;
    }

    .head_search_bar {
        float: none;
        width: 100%;
        display: table-cell;
        vertical-align: top;
    }

    .head_search_nav {
        display: table-cell;
        vertical-align: top;
        float: none;
        left: 0;
        margin: 0;
    }

    .head_search_nav ul li {
        padding: 0 0 0 24px;
    }

    .head_line1_sp_menu {

        display: none;
    }

    .head_line2 {
        float: left;
        background: transparent;
        z-index: 1;
        width: 100%;
        margin: 0;
        border: 0;
    }

    .head_line2 ul {
        float: left;
    }

    .head_line2 ul li {
        float: left;
        overflow: hidden;
        padding: 0;
    }


}

@media only screen and (max-width: 991px) {
    .head_search_bar {
        position: absolute;
        top: 81px;
        width: 100%;
        padding: 30px 20px;
        background-color: #ebebeb;
        border: 1px solid #e3e3e3;
        -webkit-transform: translate(100%);
        transform: translate(100%);
        transition: .2s ease-in;
        left: 0px;
    }

    .head_line1_sp_search {
        display: none;
        margin: -5px 29px 0 0;
    }

    .head_search_nav {
        display: none;
    }
    .exhibition_event1_contain{
        padding-top:40px;
    }
	.header_sp{
		display:block !important;
	}
    .header_main_nav {
        -webkit-transform: translate(100%);
        transform: translate(100%);
        transition: .2s ease-in;
        position: absolute;
        z-index: 300;
        top: 83px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: #ebebeb;
        font-size: .9375em;
		overflow:auto;
    }

	.header_main_nav::-webkit-scrollbar {
        display: none;
    }
    .header_desktop_only {
        display: none !important;
    }

    .header_has_children {
        display: block;
    }

    .header_has_children a {
        font-weight: 400;
        line-height: 1.35;
        color: #000;
        position: relative;
        display: block;
        padding: 9px 30px 9px 20px;
        border-bottom: 1px solid #e3e3e3;
        text-decoration: none;
    }

	.bm_sp{
		float:left !important;
	}

    .header_has_children .header_megamenu {
        position: absolute;
        top: 0;
        z-index: 401;
        background-color: #ebebeb;
        width: 100%;
        height: calc(100vh - 80px);
        overflow-y: auto;
        -webkit-transform: translate(100%);
        transform: translate(100%);
        transition: .2s ease-in;
    }

    .header_handheld_only {
        font-weight: 400;
        line-height: 1.35;
        color: #000;
        background: #fff;
        position: relative;
        display: block;
        width: 100%;
        padding: 9px 30px 9px 20px;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .header_megamenu_title {
        display: block;
        position: relative;
    }

    .header_megamenu_title span {
        transform: translateY(-50%);
        font-size: 90%;
        text-decoration: none;
        color: #d92231;
        position: absolute;
        top: 50%;
        right: 20px;
        display: inline-block;
    }

    .exhibition_event1_head {
        position: fixed;
        height:83px;
    }

	.title_sp{
		margin-top:100px !important;
	}

	.margin_sp{
		margin-top:50px;
	}

    .header_handheld_only span {
        font-size: 90%;
        color: #d92231;
        position: absolute;
        top: 30%;
        left: 20px;
    }

    .head_enroll a {
        color: #D92231;
    }

    .header_a_line {
        display: none;
    }

    .header_nav_level2_h2 {
        padding: 0;
        padding-left: 19px;
        padding-top: 20px;
    }

    .header_childer_superior .header_nav_level3 li:nth-of-type(odd) {
        float: none;
    }

    .header_childer_superior .header_nav_level3 li:nth-of-type(even) {
        float: none;
        text-align: left;
    }

    .header_childer_superior .header_nav_level3 li {
        width: 100%;
        margin-bottom: 15px;
    }

    .head_search_bar.baropen {
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: .2s ease-in;
        left: 0;
    }

	.score_info table tr td:first-child{
		width:45%;
	}

	.score_info table{
		table-layout:auto !important;
	}
}

@media only screen and (max-width: 768px) {
	.exhibition_contain_col_card_tiles_sp{
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.more_a {
		position: absolute;
		right: 24px;
		bottom: 60px !important;
		padding-left: 10px;
	}
    .head_line1_sp_search {
		display:none;
        margin-right: 60px;
    }

	.panel_img img {
		width: 100%;
		/* height: 100%; */
		/* object-fit: cover; */
		/* object-position: center center; */
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		min-width: 100%;
		min-height: 100%;
		transform: translate(-50%,-50%);
	}

    .widget-layer {
        position: relative;
        width: 240px;
        margin-top: 8px;
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: 2px;
    }
    .exhibition_top_banner_hero_banner__text a.ex_cancelfocus{
        margin-left:0;
        margin-top:10px;
        color:#D92231;
        background: rgba(255,255,255,0);
        border:1px solid #D92231;
    }

    .ex_usercenter_level {
        height: auto;
        background: #EBEBEB;
    }
    .ex_levelshow_outer {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 65px;
        padding-bottom: 2px;
    }
    .ex_levelshow_item {
        position: relative;
        margin: 89px 53px;
        margin-top: 0;
        margin-bottom: 85px;
    }
    .ex_levelshow_item:last-child .progress{
        visibility: hidden;
    }

    .ex_blog_levle2_emoticons button{
        float: right;
        background-color: #D92231;
        height: 100%;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border: none;
        width: 46px;
    }
    .sign.more_a {
        right: 0;
		bottom:0;
        position: relative;
    }
	.main_banners{
		max-height:10000px;
	}
}
@media (max-width: 576px) {
    .ex_event_col_2 .exhibition_contain_col_card_tiles:nth-child(1) {
        margin-bottom: 30px;
    }
    .ex_blog_item .ex_blog_levle2_media .ex_blog_comment .ex_blog_comment_left,
    .ex_blog_item .ex_blog_levle2_media .ex_blog_comment .ex_blog_comment_right{
        float:none;
    }
    .ex_blog_item .ex_blog_levle2_media .ex_blog_comment .ex_blog_comment_right{
        margin-top:10px;
    }
    .ex_group_content_item_focus {
        margin:14px auto 0;
    }
	.ex_group_content_item_nofocus {
        margin:14px auto 0;
    }
    .ex_group_content_item .ex_group_content_item_title {
        margin:0 auto 15px;
    }
    .ex_group_content_item_img {
        margin:0 auto;
    }
    .ex_group_content_item p {
        margin:10px auto 0;
    }
    .exhibition_event1_contain .exhibition_nav_outer .nav-pills{
        display: block;
        width: 264px;
        margin: 0 auto;
    }
    .exhibition_event1_contain .exhibition_nav_outer .nav-item:first-child{
        margin:0;
        float:left;
    }
    .exhibition_event1_contain .exhibition_nav_outer .nav-item:last-child{
        margin:0;
        float:right;
    }
    .acivity2-0{
        padding:0;
        padding-top:20px;
    }
    .acivity2-0 .activity_title{
        padding-bottom:10px;
    }
	.more_a {
		position: absolute;
		right: 24px;
		bottom: 125px !important;
		padding-left: 10px;
	}
    .sign.more_a {
		top:0;
        right: 0;
        position: absolute;
    }
	.carousel-login-text {
		font-size: 16px;
		color: rgba(255,255,255,1);
		line-height: 22px;
		margin-left: 16px;
		margin-right: 130px;
		word-break: keep-all;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 330px) {
    .widget-layer {
        position: relative;
        width: 150px;
        margin-top: 8px;
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: 2px;
    }
}
	.modal-dialog {
		max-width: 800px;
		margin: 16.75rem auto;
	}
	.modal-header .modal-title,.modal-footer .btn-secondary {
		margin: 0 auto;
	}

	video::-webkit-media-controls-enclosure {
        display: none !important;
    }
    .simple-popup-content .close{
		display:block;
	}

