.clear{clear:both}
.fl{float:left}
.fr{float:right}
.auto-container{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid red;*/
}
.auto-container:after{
	content: "";
	display: block;
	clear: both;
}
.banner-wrap img{
	max-width: 100%;
	min-height: 100%;
}
.product-photo p{
	text-align: center;
}
.product-photo p img{
	max-width:100%;
}
.phone-br{
	display: none;
}
.nav-fixed{position: fixed;width:100%;top:0;z-index:99999}
.nav-fixed .auto-container .left-nav{
	width: 70%;
}
.nav-fixed .auto-container .right-search{
	display: block;
}
.header .prek-right .new_btn{color: #908F8F;}
/*
=================================================
btn
=================================================
*/
.btn{
	display: inline-block;
	border: 1px solid #fff;
	font-size: 1em;
	border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
	color: #fff;
	padding: 0.4em 2.857em;
	cursor: pointer;
	transition: all .35s linear;
}
.btn:hover{
	background-color: #fff;
	color: #333;
}
/*style-two*/
.btn-style-two{
	border-color: #1c1c1c;
	color: #1c1c1c;
}
.btn-style-two:hover{
	background-color: #b11953;
	color: #fff;
	border-color: #b11953;
}
/*btn-style-three 红底 白字	*/
.btn-style-three{
	background-color: #b11953
}
.btn-style-three:hover{
	border:1px solid #b11953;
	color: #b11953;
}
.center-center{
	text-align: center;
}
/*title*/
.h-title,
.h-title2,
.h-title3,
.h-title4{
	font-size: 2.142em;
	font-weight: normal;
	text-align: center;
}
.h-title4:after,
.h-title:after{
	content: "";
	display: block;
	width: 59px;
	height: 2px;
	background-color: #b11953;
	margin: 0.4em auto 1em auto;
}
.h-title.tl {
    text-align: left;
}
.h-title.tl:after{
	text-align: left;
	margin-left: 0;
}
.h-title2{
	text-align: center;
	color: #fff;
}
.h-title2:after{
	content: "";
	display: none;
}
.h-title3{
	text-align: left;
}
.h-title3:after{
	display: none;
}
/*字白，线白*/
.h-title4{
	text-align: left;
	color: #fff;
}
.h-title4:after{
	background-color: #fff;
	margin-left: 0;
}
@media (max-width: 1220px){
	.h-title, .h-title2, .h-title3, .h-title4{
		font-size: 1.857em;
	}
	
}
@media (max-width: 1024px){
	.h-top .logo img{
		width: 250px;
	
	}
	
	
}
/*header*/
/*h-top*/
.header .h-top{
		padding-bottom: 1em;
		position: relative;
}
.header .h-top .logo{
	float: left;
	display: inline-block;
	margin-top: 5px;
}
.header .h-top .btn-phone{
	display: none;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 27px;
	height: 18px;
	background: url("../images/icon-menu.png") no-repeat center center;
}
/*h-nav*/
.h-nav{
	background-color: #da2477;
}
.h-nav .left-nav{
	float: left;
	width: 100%;
}
.h-nav .left-nav li{
	display: inline-block;
	float: left;
	position: relative;
	line-height: 56px;
	width: 14.28%;
}
.h-nav .left-nav a{
	font-size: 1.142em;
	color: #fff;
	vertical-align: top;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.h-nav .left-nav a.cur,
.h-nav .left-nav a:hover{
	color: #741a38;
}

.h-nav .right-search{
	float: right;
	display: none;
}
.h-nav .right-search .search_form{
	margin-top: 12px;
}
.h-top .mm-header-right{
	background: #231814;
	border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
	color: #fff;
	float: left;
	display: none;
	position: absolute;
	top: -2px;
	right: 10px;
}
.h-top .mm-header-right i{
	font-size: 2em;
	margin: 0 0.3em;
	cursor: pointer;
	position: relative;
}
.h-top .mm-header-right img{position: absolute; top: -5px; right: -10px;}
.search_form{
	position: relative;
	display: inline-block;
	*display: inline;
}
.header .prek{
	background-color: #f7f7f7;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.header .prek .prek-middle .prek-left{
	float: left;
}
.header .prek .prek-middle .prek-left a,.header .prek .prek-middle .prek-right a{
	display: inline-block;
	background-repeat: no-repeat;
	color: #908f8f;
}
.header .prek .prek-middle .prek-right a.new_btn{background: none; padding-left: 0;}
.header .prek .prek-middle a:hover{
	color: #cc3536;
	text-decoration: underline;
}
.header .prek .prek-middle .prek-left .prek-tel{
	background-position: 8px 7px;
}

/********** 2019-5-24 ********/
.h-nav .left-nav li .sub-nav .sub_nav_ol li a{
	width: 25%;
	line-height: 40px;
}

.h-nav .left-nav li .sub_nav_ol li{
	width: 100%;
}
.h-nav .left-nav li .sub_nav_ol{
	width: 100%;
}
.nav_pro_cat{
	width: 128px;
	float: left;
	font-size: 1.2em;
	font-weight: bolder;
}
.nav_pro_cat_sign{
	float: left;
}
.nav_pro_cat_sign i{
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 7px;
	border-style: solid;
	border-color: transparent transparent transparent #b11953;
	margin-top: 22px;

}
.nav_pro_right{
	width: 680px;
	float: right;
	text-align: left;
	border-bottom: #b4b3b3 1px solid;
	padding: 8px 0px;
}

.h-nav .left-nav li .sub-nav .sub_nav_ol li .new{
	color:  #cc3536;
}
/*********** end **********/




@media screen and (min-width: 768px){
	.header .prek .prek-middle .prek-left .new_btn{display: none;}
}
.header .prek .prek-middle .prek-left .new_btn{float: right; background: none; padding-left: 10px;}
.header .prek .prek-middle .prek-left .new_login{background: url(../images/login_icon.png) left center no-repeat; padding-left: 24px;}
.header .prek .prek-middle .prek-left .prek-email{
	background-position: 6px -17px;
    padding-left: 30px
}
.header .prek .prek-middle .prek-right{
	float: right;
	position: relative;
}
.header .prek .prek-middle .prek-right .prek-weixin{
		background-position: 4px -70px;
}
.header .prek .prek-middle .prek-weixin-show{
	display: none;
	position: absolute;
	top: 33px;
	right:60px;
	z-index: 1000;
}
.header .prek .prek-middle .prek-right .prek-website{
	background-position: 2px -44px;
}
.header-search{
	float:right;
	margin-left: 20%;
	position: relative;
	width: 370px;
	margin-top: 10px;
}
.header_middle .header-search input{
  	width:370px;
	height: 35px;
	border:1px solid #666565;
	border-radius: 10px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
}
.header_middle .header-search .hot-search{
	color: #908f8f;
	width: 370px;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 10px;
}
.header_middle .header-search .hot-search a{
	display: inline-block;
	padding:5px;
	font-size: 12px;
	color: #908f8f;
}
.header_middle .header-search .hot-search a:hover{
	color: #cc3536;
	text-decoration: underline;
}
 .btn-az-top{
	display: inline-block;
	vertical-align: top;
	width: 63px;
	height: 30px;
	background: url("../images/icon-az-top.png") no-repeat center -5px;
	cursor: pointer;
	margin-top: 2px;
	margin-left: 10px;
}
.search_form input{
	width: 270px;
	height: 30px;
	border: 0;
	border-radius: 50px;
	-moz-border-radius: 50px; 
    -webkit-border-radius: 50px; 
	padding-left: 10px;
}
.search_form .btn-search{
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	background: url("../images/icon-search.png") no-repeat center center;
	width: 45px;
	height: 32px;
	cursor: pointer;
	margin-top: -16px;
}
#searchBox{
	position: absolute;
	top:30px;
	left:-1px;
	border:1px solid #666565;
	background-color: #fff;
	width: 380px;
	z-index: 1000;
	border-radius:2px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
}
#searchBox .list_conten li{
	padding-left: 10px;
}
#searchBox .list_conten li.active{
	background-color:#ddd;
}
#searchBox .list_conten li:hover{
	background-color:#ddd;
}
#searchBox .list_conten li.current{
	background-color: red;
}
/*子导航*/
.h-nav .left-nav li .sub-nav{
	position: absolute;
	left: -120%;
	top: 56px;
	background-color: #ebebeb;
	padding: 1.875em;
	width: 520px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
	z-index: 1000;
}
.h-nav .left-nav li .sub-nav-last{
	left: -147%;
}
.h-nav .left-nav li.li-pro .sub-nav{
	width: 832px;
}
.h-nav .left-nav li .sub-nav h2{
	font-size: 1.25em;
	font-weight: normal;
	border-bottom: 1px solid #dad9d9;
	padding: 0 30px;
	margin-bottom: 15px;
}
.h-nav .left-nav li .sub-nav .subnav-wrap{
	padding: 0 30px;
}
.h-nav .left-nav li .sub-nav .subnav-wrap .left-subnav{
	width: 52%;
	display: inline-block;
	*display: inline;
	float: left;
	line-height: 36px;
}
.h-nav .left-nav .nav_cat{
	font-weight: bold;
	position: relative;
	font-size: 1.2em;
}
.h-nav .left-nav .nav_cat b{
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0 0 10px;
}
.h-nav .left-nav .fc_nav_activity{
	position: relative;
}
.h-nav .left-nav .fc_nav_activity:before{
    content: 'New';
    font-size: 14px;
    font-style: italic;
    color: #f00;
    position: absolute;
    top: -7px;
	right: 56px;
}
.h-nav .left-nav  .fc_nav_activity.ckp::before{
	top: 0;
	right: 50px;
}
.h-nav .left-nav li .sub-nav .subnav-wrap .right-img{
	width: 43%;
	float: left;
}
.h-nav .left-nav li .sub-nav .subnav-wrap .right-img img{
	max-width: 100%;
}
.h-nav .left-nav li .sub-nav a{
	color: #333;
	margin: 0;
	float: left;
	width: 50%;
}
.h-nav .left-nav li .sub-nav a:hover{
	color: #b11953
}
.h-nav .left-nav li .sub-nav a>i{
	display: inline-block;
    width: 0px;
    height: 0px;
    border: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #b11953;
}
.h-nav .left-nav li .sub-nav .header-coa{
	color:#b11953;
}
.h-nav .left-nav .new_icon {
	position: relative;
}

.h-nav .left-nav .new_icon::after {
    content: 'New';
    font-size: 14px;
    font-style: italic;
    color: #f00;
    position: absolute;
    top: -26px;
    right: -35px;
}

<!-- 头部栏目Hot标 -->

.h-nav .left-nav .hot_icon {
	position: relative;
}
.h-nav .left-nav .hot_icon::after {
	content: 'Hot';
	font-size: 14px;
	font-style: italic;
	color: #f00;
	position: absolute;
	top: -26px;
	right: -35px;
}
<!-- 头部栏目Hot标 end -->


.mm-menu{
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 1000;
	display: none;
}
/*bread-nav*/
.bread-nav{
	font-size: 1.142em;
	padding: 1em 0;
}
.bread-nav .home{
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url("../images/home.png") no-repeat center center;
}
.bread-nav em{
	margin-left: 5px;
	margin-right: 5px;
}
#mm-search-con{
	display: none;
	margin: 0 auto;
	 padding: 10px;
	text-align: center;
}
#mm-search-con .mm-search-form{
	width: 100%;
}
#mm-search-con .mm-search-form input{
		height: 40px;
		padding-left: 10px;
		border:1px solid #666565;
}
#mm-search-con .mm-search-form .mm-search-btn{
	display: inline-block;
	width: 50px;
	line-height: 40px;
	vertical-align: bottom;
	border: 1px solid #666565;
	cursor: pointer;
}
.header .layui-layer{
	overflow-y: scroll;
}
/*字母搜索*/
.h-nav .right-search .btn-az{
	display: inline-block;
	vertical-align: top;
	width: 63px;
	height: 21px;
	background: url("../images/icon-az.png") no-repeat center center;
	margin-left: 2.5em;
	cursor: pointer;
	margin-top: 17px;
}
.search-az-wrap{
	background: #231814;
	color: #fff;
	font-size: 1.285em;
	position: absolute;
	width: 100%;
	display: none;
	overflow: hidden;
	z-index: 1;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.search-az-wrap a{color:#ffffff;}
.search-az-wrap span{
	width: 3.1%;
	margin-left: 0.1%;
	height: 100%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	float: left;
	-webkit-tap-highlight-color: transparent;
	line-height: 40px;
}
.search-az-wrap span.cur,
.search-az-wrap span:hover{
	background: url("../images/az-bg.png") no-repeat center center;
	background-size: contain;
}
.search-az-wrap .icon-close{
	display: inline-block;
	width: 19px;
	height: 19px;
	float: right;
	margin-top: 10px;
	cursor: pointer;
	background: url("../images/icon-close.png") no-repeat center center;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.search-az-wrap .icon-close:hover{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*footer*/
.footer{
	background-color: #000;
	color: #aeaeae;
	font-size: 1em;
	line-height: 1.8;
	overflow: hidden;
}
.footer a{
	color: #aeaeae;
}
.footer a.prek-email{display: block;}
.footer a img{
	vertical-align: inherit;
}
.footer .t-footer{
	padding-top: 3.5%;
	padding-bottom: 2.5%;
}
/*.footer .t-footer [class^="col"]{
	display: inline-block;
	float: left;
	width: 33%;
}*/
/*.footer .t-footer .col-1{
	padding-right: 4%;
}*/
.footer .t-footer .col-1 .footer-logo{
	margin-bottom: 2em;
}
.footer .t-footer .col-1 .f-col-p1{
	height: 14px;
}
.footer .t-footer .col-1 .wx-boxLeft{
	overflow: hidden;
}
.footer .t-footer .col-1 .wx-boxLeft>p{
 	width: 33%;
 	float: left;
}
.footer .t-footer .col-1 .wx-box{
	margin-top: 15px;
}
.footer .t-footer .col-1 .wx-box .wx-photo{
	float: left;
}
.footer .t-footer .col-1 .contact{
	margin-top:-6px;
}
.footer .t-footer .col-1 .icon-wx{
	background: url("../images/icon-wx.png") no-repeat center center;
}
.footer .t-footer .col-1 .icon-sina{
	background: url("../images/icon-sina.png") no-repeat center center;
}
.footer .t-footer .col-1 .icon-Iso{
	background: url("../images/ISO900150-50.png") no-repeat center center;
	cursor:default;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	position: relative;
}
.footer .t-footer .col-1 .icon-Iso2{
	background: url("../images/ISO13485.png") no-repeat center center;
	cursor:default;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	position: relative;
}
.footer .t-footer .col-1 .icon-qq{
	background: url("../images/icon-qq.png") no-repeat center center;
}
.footer .t-footer .col-1 a.icon-wx img{
	position: absolute;
	top: 120%;
	left: -50%;
	display: none;
}
.footer .t-footer .col-3{
	width: 19%;
	padding-right: 5%;
}
.footer .t-footer .col-3 p{
	margin-bottom: 15px;
	padding-left: 28px;
}
.footer .t-footer .col-3 p.f-p1{
	background: url("../images/icon-footer1.png") no-repeat 2px center;
}
.footer .t-footer .col-3 p.f-p2{
	background: url("../images/icon-footer2.png") no-repeat left center;
}
.footer .t-footer .col-3 p.f-p3{
	background: url("../images/icon-footer3.png") no-repeat left center;
}
.footer .t-footer .col-4 h2{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1em;
}
.footer .t-footer form input, .footer .t-footer form select, .footer .t-footer form textarea{
	display: block;
	background-color: #252525;
	border: 0;
	margin-bottom: 10px;
	padding: 1em 2%;
	color: #aeaeae;
	width: 93%;
	font-size: 1em;
}
.footer .t-footer form .btn-submit{
	display: inline-block;
	padding: 0.6em 3.75em;
	font-size: 	1em;
	color: #fff;
	background-color: #b11953;
	margin-top: 1.25em;
	cursor: pointer;
}
.footer .t-footer form .btn-submit:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.footer .b-footer{
	text-align: center;
	border-top: 1px solid #181818;
	padding: 1.42em 0;
}
.footer .b-footer .left-bot{
	float: left;
}
.footer .b-footer .right-bot{
	float: right;
}
@media (max-width: 1440px){
	.h-top .h-top-right span{
		padding-left: 30px;
	}
	.h-top .h-top-right .h-top-icon1{
		background-position: left 8px;
	}
	.h-top .h-top-right .h-top-icon2{
	background: url("../images/icon-top.png") no-repeat left -52px;
	background-size: 10%;
}
}
/*page*/
.page{
	display: inline-block;
	text-align: center;
	margin: 4% 0;
}
.page li{float:left}
.page a{
	float: none!important;
	display: inline-block!important;
	width: auto!important;
	border: 1px solid #ddd!important;
	padding: 0.5em 1em!important;
	border-radius: 3px;
	cursor: pointer;
}
.page a:hover,.page .active a{
	background-color: #b11953;
	color: #fff;
	border-color: #b11953
}
/*常见问题解答*/
.fq-wrap dl{
	border-bottom: 1px dashed #cecece;
	padding: 1.2em 0;
}
.fq-wrap dl dt,
.fq-wrap dl dd{
	padding-left: 34px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.fq-wrap dl dt{
	background: url("../images/icon-q.png") no-repeat left 8px;
	color: #b11953;
	font-size: 1.285em;
}
.fq-wrap dl dd{
	background: url("../images/icon-a.png") no-repeat left 10px;
	color: #666;
	font-size: 1.142em;
	line-height: 1.8;
}
.fq-wrap .tip{
	font-size: 1.14em;
	color: #999;
	margin-top: 4%;
}
.fq-wrap .tip em{
	color: #b11953;
}
/*分享*/
.share{
	position: fixed;
	left: 0;
	bottom: 10px;
	z-index: 99
}
.share .bdshare-button-style0-24{
	display: none;
}
.bdshare-button-style0-24 a{
	float: none!important;
	display: block;
	margin: 0 0 2px 0!important;
	width: 50px;
	height: 50px!important;
	background-color: #ebebeb;
	padding: 0!important;
	background-position: center center;
	background-repeat: no-repeat;
}
.bdshare-button-style0-24 a.bds_weixin{
	background: url("../images/icon-share-wx.png") no-repeat center center #ebebeb;
}
.bdshare-button-style0-24 a.bds_weixin:hover{
	background: url("../images/icon-share-wx-hover.png") no-repeat center center #b11953;
}
.bdshare-button-style0-24 a.bds_tsina{
	background: url("../images/icon-share-sina.png") no-repeat center center #ebebeb;
}
.bdshare-button-style0-24 a.bds_tsina:hover{
	background: url("../images/icon-share-sina-hover.png") no-repeat center center #b11953;
}
.bdshare-button-style0-24 a.bds_sqq{
	background: url("../images/icon-share-qq.png") no-repeat center center #ebebeb;
}
.bdshare-button-style0-24 a.bds_sqq:hover{
	background: url("../images/icon-share-qq-hover.png") no-repeat center center #b11953;
}
.bdshare-button-style0-24 .bds_tqq{
	background: url("../images/icon-share-tqq.png") no-repeat center center #ebebeb !important;
}
.bdshare-button-style0-24 .bds_tqq:hover{
	background: url("../images/icon-share-tqq-hover.png") no-repeat center center #b11953 !important;
}
.bdshare-button-style0-24 .bds_qzone{
	background: url("../images/icon-share-qzone.png") no-repeat center center #ebebeb !important;
}
.bdshare-button-style0-24 .bds_qzone:hover{
	background: url("../images/icon-share-qzone-hover.png") no-repeat center center #b11953 !important;
}
.share .share-dy{
	line-height: 50px!important;
	text-align: center;
	font-size: 1.142em;
	background-image: none!important;
	display: none;
}
.share.share-open .share-dy{
	display: block;
}
.share .share-dy:hover{
	background-color: #b11953;
	color: #fff;
}
.share a.btn-open{
	margin-bottom: 0!important;
	height: 50px;
	width: 50px;
	display: block;
	cursor: pointer;
	background: #000;
	overflow: hidden;
	text-align: center;
}
.share a.btn-open em {
	display: inline-block;
	width: 36px;
	height: 24px;
	background: url("../images/icon-arrow-bottom3.png") no-repeat center center #000 !important;
	margin-top: 13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.share a.btn-open em.rotate{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*overlay*/
/*com*/
.overlay-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5;
	display:none;
}
.overlay-msg {
	position: fixed;
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 26px #999;
	text-align: center;
	display:none;
}
.overlay-msg h2{
	font-size: 16px;
	background: #b11953;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 42px;
	padding: 0 15px;
	text-align: left;
	position: relative;
}
.overlay-msg h2 .btn-close{
	background: url("../images/icon-close.png") no-repeat center;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .35s ease;
}
.overlay-msg h2 .btn-close:hover{
	transform: rotate(90deg);
}
.overlay-tip p{
	display: inline-block;
	background: url("../images/icon-tip.png") no-repeat left center;
	padding-left: 28px;
	margin: 38px 0 30px;
	width:80%;
}
.overlay-msg .btn-sure{
	display: block;
	width: 117px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #1c1c1c;
	color: #1c1c1c;
	border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
	margin: 0 auto 20px;
	cursor: pointer;
}
.overlay-msg .btn-sure:hover{
	background: #1c1c1c;
	color: #fff;
}
/*tip*/
.overlay-tip{
	width: 380px;
	height: 190px;
	margin-left: -190px;
	margin-top: -95px;
	background: url("../images/overlay-img.png") no-repeat center bottom #fff;
	z-index: 10000;
}
/*form*/
.overlay-form{
	width: 600px;
	height: 370px;
	margin-left: -300px;
	margin-top: -135px;
	background: url("../images/overlay-img2.png") no-repeat left bottom #fff;
}
.overlay-form form{
	margin-top: 60px;
}
.overlay-form label{
	display: block;
}
.overlay-form label input{
	padding: 7px 5px;
	border: 0;
	border-bottom: 1px solid #bcbcbc;
	width: 353px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: transparent;
}
.overlay-form .btn-sure{
	margin-top: 50px;
}
/*TOP */
.top_sec{
	position: fixed;
	bottom: 100px;
	right: 12px;
	width: auto;
	z-index: 999;
	display: none;
}
.goPageTop {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    background: url(../images/go_top.png) no-repeat 0 0;
    display: block;
}
.goPageTop:hover{
	background: url(../images/go_top.png) no-repeat 0 -50px;
}
.layui-fluid{
padding: initial; 
}


@media(min-width:1000px){
	.clear{clear:both}
}



.meeting_date{position: absolute; top: 0; left: 0; background: #f8f4f4; width: 280px; z-index: 0.9;}
.meeting_date h3{font-size: 15px; color: #231814; padding: 20px 20px 12px;}
.meeting_date h3 span{float: right; width: 14px; height: 14px; background: url(../images/new_close.png); background-size: 14px;margin-top: 5px; display: none;}
.meeting_date .tip{height: 27px; line-height: 27px; background: #f0f0f0; padding: 15px 20px;}
.meeting_date .tip span{width: 110px; display: inline-block; font-size: 12px; color: #231814;}
.meeting_date .tip a.show_date{display: none;}
.meeting_date .tip span i{display: inline-block; width: 8px; height: 8px; border-radius: 4px; vertical-align: middle; margin: -2px 5px 0 0;}
.meeting_date .tip span i.in{background: #cc3536;}
.meeting_date .tip span i.out{background: #3366ff;}
.meeting_view{background: #fff; width: 380px; position: absolute; top: 0; left: 280px; height: 100%; border: 2px solid #e6e6e6; padding: 20px; z-index: 9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: none;}
.meeting_view h3{font-size: 15px; color: #231814;}
.meeting_view h3 a{width: 16px; height: 16px; float: right; background:url(../images/close_icon.png); -webkit-transition: all 500ms ease; transition: all 500ms ease;cursor:pointer}
.meeting_view h3 a:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.meeting_view .scroll_{height: 360px; overflow-y: auto; overflow-x: hidden; padding-right: 10px; margin-top: 15px;}
.meeting_view .scroll_::-webkit-scrollbar {width:3px;height:3px}
.meeting_view .scroll_::-webkit-scrollbar-button:vertical {display:none}
.meeting_view .scroll_::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#fff}
.meeting_view .scroll_::-webkit-scrollbar-thumb {border-radius:0;background-color:#cc3536;)}
.meeting_view .scroll_::-webkit-scrollbar-thumb:vertical:hover {background-color:#cc3536;)}
.meeting_view .scroll_::-webkit-scrollbar-thumb:vertical:active {background-color:#cc3536;)}
.meeting_view .items .country{width: 38px; line-height: 26px; font-size: 12px; color: #fff; text-align: center; margin-bottom: 10px;}
.meeting_view .items .country.in{background: #cc3536;}
.meeting_view .items .country.out{background: #3366ff;}
.meeting_view .item{border: 1px solid #e6e6e6; position: relative; padding: 10px 40px 10px 15px; margin-bottom: 20px;}
.meeting_view .item h4{font-size: 12px;}
.meeting_view .item h4 a{color: #333;}
.meeting_view .item .info{margin-top: 10px;}
.meeting_view .item .info span{display: inline-block; color: #808080; padding-left: 20px; background-position: left center; background-repeat: no-repeat; background-size: 13px 12px; font-size: 12px;}
.meeting_view .item .info span.addr{background-image: url(../images/new_icon1.png); margin-right: 40px;}
.meeting_view .item .info span.date{background-image: url(../images/new_icon2.png);}
.meeting_view .item .link{margin-top: 10px; font-size: 0;}
.meeting_view .item .link a{display: inline-block; color: #fff; font-size: 12px; line-height: 20px; padding: 0 10px; background: #cc3536; margin-right: 10px;}
.meeting_view .item i{width: 45px; height: 20px; position: absolute; top: 16px; right: -7px; background: url(../images/new_icon3.png) no-repeat;}
.meeting-mobile{display:none}
.banner_block .meeting_view .message{position: absolute;bottom: 10px;text-align: center;width: 95%;color: #666;background: #FFF;}
@media screen and (max-width: 768px){
	.meeting_date{width:100%;    top: -12px;}
	.meeting_date .tip a.show_date{display: block;}
	.meeting_view{width: 100%; border: none; position: fixed; top: 0; left: 100%; padding: 0 0 0 40px; background: rgba(0,0,0,.3); -webkit-transition: all 500ms ease; transition: all 500ms ease; display: block;z-index:999}
	.meeting_view.show{left: 0;}
	.meeting_view .to_hide{width: 40px; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/right-arrow_1.png) center no-repeat; background-size: 11px 20px;}
	.meeting_view .m_block{height: 100%; padding: 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
	.meeting_view h3 a{display: none;}
	.meeting_view .scroll_{height: calc(100vh - 80px);}
	.meeting-mobile{display:block;    box-sizing: border-box;    position: relative;    z-index: 999;}
}

.header-news{text-align: center;font-size: 1.1em;width: 192px;position: absolute;right: 20px;line-height: 30px}
.header-news ol {height: 30px;line-height: 30px;display: block;background: #c13434;overflow: hidden;}
.header-news ol li{list-style: none;text-align: left;padding: 0px 10px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;color:#FFF}
.header-news ol li a{color: #FFF}
@media (min-width: 987px) and (max-width: 1374px){
	.header-search{
		margin-left: 5%;
	}
}
@media (max-width: 987px){
	.header-news{display: none}
}