.mt25{
	margin-top: 25px;
}
.mt45{
	margin-top: 45px;
}
.mt130{
	margin-top: 130px;
}
.swal-button{
	background-color: #214e8e;
}
/**page**/
.turn-page{
	float: right;
	margin-top: 20px;
}
._page_container {
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  user-select: none;
}

._page_container input[type=number] {
  -moz-appearance: textfield;
}

._page_container input[type=number]::-webkit-inner-spin-button,
._page_container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._page_container ._pages {
  display: inline-block;
}

._page_container ._pages li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  color: #303133;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
  margin: 0 5px;
  border-radius: 2px;
  cursor: pointer;
}

._page_container ._pages li:hover {
  color: #409eff;
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
  font-size: 14px;
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
  font-size: 12px;
  font-weight: normal;
  padding: 0 8px;
}

._page_container ._jumper {
  display: inline-block;
  color: #606266;
  margin-left: 10px;
}

._page_container ._jumper ._count {
  margin-right: 10px;
}

._page_container ._jumper ._jumper_input {
  display: inline-block;
  font-size: 14px;
  color: #606266;
  width: 50px;
  height: 26px;
  text-align: center;
  margin: 0 5px;
  padding: 3px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: none;
  outline: none;
  box-sizing: border-box;
}

._page_container ._jumper ._jumper_input:focus {
  border-color: #409eff;
}

._pages_1 li {
  background-color: #f4f4f5;
}

._active_1 {
  color: #fff !important;
  background-color: #409eff !important;
}

._active_2 {
  color: #409eff !important;
}

._disabled {
  cursor: not-allowed !important;
}

._disabled_c {
  color: #c0c4cc !important;
}
.index-tips{
	padding: 15% 0;
}
.index-tips span::before{
	content: attr(data-content);
	position: absolute;
	background-image:-webkit-linear-gradient(bottom,rgb(131,77,202),rgb(9,181,194)); 
	background-clip: text;
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent;
  -webkit-text-stroke:0; 
}
.index-tips span{
	-webkit-text-stroke:6px #fff; 
  font-weight: bold;
	font-size: 5em;
}
.login-form-bottom-tips{
	position: absolute;
	bottom: -120px;
	font-size: 2em;
	color: rgb(89,87,88);
	width: 100%;
	text-align: center;
	left: 0;
}
/**login**/
#login .modal-dialog{
	width: 500px;
	top: 50%;
	margin-top: -175px;
}
#reset-password .modal-dialog{
	width: 500px;
	top: 50%;
	margin-top: -142px;
}
#login .login-container,#login .register-container,#login .forgetpasswd-container,#reset-password .resetpasswd-container{
	padding: 10px 30px;
}
#login .login-form,#reset-password .login-form{
	padding: 30px 0;
}
#login .login-type div{
	line-height: 38px;
	border: 1px solid #214e8e;
	cursor: pointer;
}
#login .login-type .active{
	color: #fff;
	background: #214e8e;
}
#login .sendCode{
	cursor: pointer;
	text-decoration: none;
}
#login .login-sub,#login .register-sub,#login .forgetpasswd-sub,#reset-password .resetpasswd-sub{
	background-color: #214e8e;
    border-color: #214e8e;
    padding: 10px 50px;
}
.user-login-other a{
	cursor: pointer;
	text-decoration: none;
}
/*.login-form{
	padding: 0 100px;
}
.login-sub{
	padding: 10px 50px;
}

.user-login-box {
    padding: 20px;
}

.user-login-icon{
	position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: #d2d2d2;
}
*/
.user-jump-change {
    float: right;
}
/* loading */
.loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(255,255,255,.5);
}
.loading-main{
	position: absolute;
	width:200px;
	height:100px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -50px;
	text-align: center;
}
.loading span {
	height:80px;
	width:15px;
	background:#123fb0;
	display:inline-block;
	animation:loader 1s infinite;
}
.loading p {
  color: #123fb0;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: .05em;
  text-align: center;
}
@keyframes loader{
	50% { height:30px; margin-top:50px; opacity:.5; }
}

.loading span:nth-child(1) {animation-delay:.1s;}
.loading span:nth-child(2) {animation-delay:.2s;}
.loading span:nth-child(3) {animation-delay:.3s;}
.loading span:nth-child(4) {animation-delay:.4s;}
.loading span:nth-child(5) {animation-delay:.5s;}
.loading span:nth-child(6) {animation-delay:.6s;}

/*Custom Hearder Menu*/
.index-top{
	top: 0;
	position: fixed;
    z-index: 9;
    width: 100%;
    background: #e9e9e9;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.index-top.index-menu-sh{
	top: -39px;
}
.index-top .index-top-list{
	margin-bottom: 0;
}
.index-top .index-top-list li{
	float: left;
	margin: 0px 5px;
	line-height: 38px;
	list-style: none;
}
.index-top .index-top-list li a{
	color: #000;
	text-decoration: none;
}
.header {
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 38px;
}
.header-top {
	border-bottom:1px solid #fff;
}
.header-left {
	padding: 10px 0;
	display: inline-block;
}
.header-left ul {
	display: inline-block;
}
.header-left li{
	padding-right: 20px;
	position: relative;
	display: inline-block;
	color: #2a6eb9;
	position: relative;
	font-weight: 400;
}
.header-left li a{
	color:#2a6eb9;
}
.header-left li span.title-box {
	margin-right: 10px;
	color: #e8e8e8;
	font-weight: 700;
}
.header-left li:last-child{padding-right:0}
.header-left li i {
	color: #011e40;
	margin-right: 6px;
}
.header-top-soical {
	padding-top: 7px;
	text-align: right;
}
.header-top-soical ul{
	display: inline-block;
}
.header-top-soical li {
	margin-right:15px;
	display: inline-block;
}
.header-top-soical li:last-child{
	margin-right:0px;
}
.header-top-soical li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.header-top-soical li a:hover {
	color:#fff
}
.header .login-status a{
	display: inline-block;
}
/*Custom Hearder Menu*/
.custom-nav-menu.custom-nav-no-padding .bootsnav .container {
	margin: ;
	padding: 0px;
}
.custom-nav-menu {
	position: absolute;
	width: 100%;
	background: #fff;
}
.custom-nav-menu .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	padding-top: 40px;
	transition: all 0.4s ease 0s;
}
.custom-nav-menu .navbar-right{
	margin-right:0px;
}
.custom-nav-menu.sticky_menu {
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background:#fff;
}
.custom-nav-menu.sticky_menu nav.navbar.bootsnav ul.nav > li > a{
	color:#292929 !important;	
}
.custom-nav-menu.sticky_menu .attr-nav > ul > li > a{
	color:#fff!important;	
}
.custom-nav-menu.sticky_menu .attr-nav > ul > li.search a{
	color:#292929!important;
}
.header-inner .custom-nav-menu.sticky_menu .attr-nav > ul > li.search a
{
	color:#fff!important	
}	
.custom-nav-menu.sticky_menu .sticky-logo {
	display: block;
}
.custom-nav-menu.sticky_menu .site-logo {
	display: none;
}
.custom-nav-menu nav.navbar.bootsnav ul.nav > li > a{
	color: #1a1a1a !important;
	padding: 40px 18px 60px 18px;
	transition: all 0.4s ease 0s;
}
.header-transition .custom-nav-menu .navbar-header {
    margin-top: 10px;
	transition: all 0.4s ease 0s;
}
.header-transition .custom-nav-menu .navbar-collapse {
	padding-top: 0px;
	transition: all 0.4s ease 0s;
}
.header-transition .custom-nav-menu nav.navbar.bootsnav ul.nav > li > a{
	padding: 40px 18px 30px 18px;
	transition: all 0.4s ease 0s;
}
.custom-nav-menu nav.navbar.bootsnav ul.nav > li > a.login{
	color: #fff !important;
	background: #214e8e;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 33px;
}
.custom-nav-menu.sticky_menu .site-logo {
	display: none;
}

.nav > li.active > a::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    background: none;
    bottom: 0;
    left: 25%;
}

.index-banner{
	position: relative;
	margin-top: 140px;
	background: url(../img/banner.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.index-banner .entrance-list{
	margin-top:145px;
	margin-bottom: 185px;
	margin-right: 20px;
	padding: 50px;
	background: #fff;
	border-radius: 20px;
}
.index-banner .entrance-list .entrance{
	margin-bottom: 15px;
	display: block;
	background: #74bd9c;
	padding: 15px 50px;
	border-radius: 30px;
	font-size: 18px;
	text-align: center;
}
.index-banner .entrance-list .entrance.zh-cn{
	padding: 15px 10px;
	font-size: 14px;
}
.index-banner .entrance-list .entrance a{
	color: #fff;
}
.index-banner .entrance-list .entrance a:hover{
	cursor: pointer;
	text-decoration: none;
}
.index-banner .entrance-list .entrance.login-entrance{
	margin-top: 20px;
	background: #214e8e;
}
.index-banner .entrance-list .entrance .glyphicon{
	top: 3px;
}
.insurance-row{
	background: #f8fbfe;
	padding-bottom: 60px;
	position: relative;
	margin: 0 -13px;
	height: 250px;
	margin-bottom: 5px;
}
.insurance-row .insurance-icon{
	text-align: center;
	margin-top: 65px;
	transition: all 0.4s ease 0s;
}
.insurance-row .insurance-icon img{
	margin:0 auto;
	margin-bottom: 20px;
	top: 0;
}
.insurance-row .insurance-btn{
	background: #123fb0;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 60px;
	text-align: center;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.insurance-row .insurance-btn a{
	color: #fff;
	text-decoration: none;
}
.insurance-row .insurance-btn:hover{
	cursor: pointer;
}
.insurance-row:hover .insurance-icon{
	transition: all 0.4s ease 0s;
	margin-top: 30px;
}
.insurance-row:hover .insurance-btn{
	transition: all 0.4s ease 0s;
	opacity: 1;
}
.exhibition-data{
	position: relative;
	overflow: hidden; 
}
.exhibition-title{
	line-height: 35px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: bold;
}
.exhibition-icon{
	background: url(../img/icon-7.png) center center no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
    left: 0;
}
.exhibition-filter a{
	color: #000;
	text-decoration: none;
	margin: 0 10px;
}
.exhibition-row{
	padding: 5px;
	border: 1px solid #ebebeb;
	margin: 5px -10px;
}
.exhibition-img{
	width: 270px;
	height: 183px;
}
.exhibition-img img{
	width: 100%;
}
.exhibition-date{
	font-size: 12px;
	color: #333333;
	margin: 10px 0;
	margin-left: 10px;
}
.exhibition-venue{
	color: #3f3f3f;
    font-size: 18px;
    margin-left: 10px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}
.exhibition-location{
	color: #3f3f3f;
	font-size: 12px;
	margin: 10px 0 20px 10px;
}
.exhibition-row:hover{
	border: 1px solid #123fb0;
	cursor: pointer;
}
.exhibition-row:hover .exhibition-venue{
	color: #123fb0;
}
.service{
	background: url(../img/service-bg.jpg) center center repeat-x;
}
.service-row{
	margin-top: 125px;
	margin-bottom: 135px;
	text-align: center;
}
.service-row .service-title{
	color: #fff;
	font-size: 26px;
}
.service-row .service-data{
	color: #fff;
	font-size: 60px;
	font-weight: bolder;
	position: relative;
}
.service-row .service-data span{
	color: #fff;
	font-size: 26px;
    position: absolute;
    top: 25%;
    margin-left: 10px;
    font-weight: normal;
}
.partner-title{
	font-size: 24px;
	text-align: center;
	padding: 10px 0;
}
.partner-list{
	margin: 60px 0;
}
.partner-row{
	padding: 10px;
    border: 1px solid #ebebeb;
    margin: 5px -10px;
}
.partner-img {
    vertical-align: middle;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.partner-company{
	color: #3f3f3f;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    margin-top: 20px;
    text-align: center;
}
.partner-web{
	text-align: center;
}
.partner-web a{
	color: #3f3f3f;
}
.partner-contact{
	text-align: center;
	margin: 10px 0;
}
/**展会列表**/
.exhibition-show{
	position: relative;
	margin-top: 160px;
	padding: 10px 0;
}
.condition,.data-list{
	border-radius: 3px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
	border-left: 3px solid #74bd9c;
	padding: 10px 0 30px 0;
}
.condition-left,.condition-right{
	float: left;
}
.condition-left{

}
.condition-right{
	margin-left: 20px;
	position: relative;
	line-height: 24px;
}
.condition-search{
	display: inline-block;
	position: relative;
	padding: 5px;
	border: 1px solid #74bd9c;
	color: #74bd9c;
	margin: 0px 5px 10px 5px;
}
.condition-search .close{
	display: inline-block;
    cursor: pointer;
    float: none;
    font-weight: normal;
    opacity: 1;
    margin-left: 5px;
    margin-right: 5px;
}
.condition-search .close a{
    color: #3f3f3f;
	text-decoration: none;
}
.nav-title,.nav-condition{
	float: left;
	line-height: 30px;
}
.nav-title{
	font-weight: bold;
    letter-spacing: 2em;
    font-size: 16px;
}
.condition-block{
	display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 5px;
}
.condition-block a{
	color: #333;
	text-decoration: none;
}
.condition-block.active a{
	color: #74bd9c;
}
.data-list{
	padding-top: 0;
}
.data-menu{
	position: relative;
	border: 1px solid #ccc;
	border-left: 0;
	border-top-right-radius: 3px;
    line-height: 45px;
    background: #f6f6f6;
}
.sort,.search{
	display: inline-block;
}
.search{
	border-right: 1px solid #ccc;
}
.page{
	text-align: center;
}
.page a{
	color: #333;
	text-decoration: none;
}
.sort{
	text-align: center;
	border-right: 1px solid #ccc;
	cursor: pointer;
}
.sort a{
	color: #333;
	text-decoration: none;
}
.sort.active a{
	color: #74bd9c;
}
.search form{
	display: table;
	width: 100%;
}
.search .form-control{
	border-radius: 0;
}
.search .input-group-addon{
	border-radius: 0;
	background: #fff;
	cursor: pointer;
}
.show-title{
	color: #808080;
}
.show-type{
	margin-right: 5px;
	color: #808080;
}
.show-type.active{
	color: #74bd9c;
}
.show-type:hover{
	color: #74bd9c;
	cursor: pointer;
}
.exhibition-main{
	position: relative;
	padding: 10px;
}
.e-row{
	border: 1px solid #ccc;
	margin: 10px 0;
	display: inline-block;
	padding: 10px 10px 30px 10px;
}
.e-row.tile{

}
.e-row .cover{
	padding: 15px 0px;
}
.e-row.tile-row .cover{
	padding: 0px;
}
.e-row .cover img{
	width: 100%;
}
.e-row .content{
	padding-left: 0;
    padding-right: 0;
}
.e-row .left,.e-row .right{
	float: left;
}
.e-title{
	font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
	/*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.e-row.tile-row .e-title{
	color: #3f3f3f;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}
.e-cond{
	margin-top: 10px;
}
.e-date{
	margin-top: 15px;
}
.e-remark{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}
/**特色**/
.index-point-list{
	text-align: center;
}
.index-point li{
	margin-bottom: 30px;
	list-style: none;
}
.point-icon{
	display: block;
	background: url(../images/icon09.png) center center no-repeat;
	text-align: center;
    height: 130px;
    line-height: 130px;
    margin-bottom: 35px;
}
.point-icon img{
	display: inline-block;
	-moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.point-icon:hover  img{
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.point-title{
	font-size: 18px;
	color: #5f646f;
	margin: 20px 0;
}
.point-intro{
	color: #787778;
	padding: 0 20px;
}
/*首页品牌*/
.index-brand-list{
	padding: 20px 0;
	background: #f6f6f6;
}
.index-brand-list li{
	list-style: none;
	display: inline-block;
}
.brand-row{
	height: 66px;
}
.brand-1{
	width: 230px;
	background: url(../images/idx05.jpg) 0 0 no-repeat;
}
.brand-2{
	width: 260px;
	background: url(../images/idx05.jpg) -230px 0 no-repeat;
}
.brand-3{
	width: 295px;
	background: url(../images/idx05.jpg) -490px -1px no-repeat;
}
.brand-4{
	width: 155px;
	background: url(../images/idx05.jpg) -785px 0 no-repeat;
}
.brand-5{
	width: 160px;
	background: url(../images/idx05.jpg) -940px 0 no-repeat;
}
.brand-1:hover{
	background: url(../images/idx05.jpg) 0 -66px no-repeat;
}
.brand-2:hover{
	width: 260px;
	background: url(../images/idx05.jpg) -230px -66px no-repeat;
}
.brand-3:hover{
	width: 295px;
	background: url(../images/idx05.jpg) -490px -66px no-repeat;
}
.brand-4:hover{
	width: 155px;
	background: url(../images/idx05.jpg) -785px -66px no-repeat;
}
.brand-5:hover{
	width: 160px;
	background: url(../images/idx05.jpg) -940px -66px no-repeat;
}
/**快速理赔**/
.claims-show{
	position: relative;
	margin-top: 160px;
	padding: 10px 0;
}
.sub-fluid-row {
    
}
.sub-fluid-row .img-max {
    width: 100%;
}
.claims-arrow{
	text-align: center;
	margin-top: 30px;
}
.claims-row .main-title{
    font-size: 18px;
    margin-top: 35px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.claims-row .main-sub-title {
    color: #949494;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.claims-img {
    text-align: center;
    background: url(../images/cbg.png) center center no-repeat;
}
.claims-img img {
    vertical-align: middle;
    max-width: 100%;
}
.claims-row .img-max{
	width: 100%;
}
.mini-title {
    text-align: center;
    margin-top: 30px;
}
.mini-content {
    text-align: center;
    margin-top: 30px;
    color: #949494;
    line-height: 24px;
    font-size: 12px;
}
.bg-gray {
    background-color: #eee!important;
    color: #666!important;
    padding: 60px 0;
    margin: 60px 0;
}
.download-block {
    margin-bottom: 30px;
    padding: 10px 20px;
}
.download-block a{
	color: #333;
    text-decoration: none;
}
.download-title {
    padding: 50px 20px;
    border: 1px solid #b5b5b5;
    text-align: center;
}
.download-block .download-icon {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 58px;
    height: 43px;
    background: url(../images/down.png) no-repeat;
}
.main-title-line {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    margin: 0 20px;
}
/**底部**/
.index-footer{
	padding: 50px 0 60px;
	background: #363B47;
}
.index-footer h3{
	color: #d5d5d5;
	margin-bottom: 20px;
}
.index-footer li{
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	list-style: none;
}
.index-footer li:hover{
	cursor: pointer;
}
.index-footer li a{
	color: #fff;
}
.share-icon{
	color: #6b6e74;
	font-size: 35px;
	margin: 0 10px;
}
.share-icon:hover{
	cursor: pointer;
	color: #d5d5d5;
}
.footer-wechat-tips img{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
}
.footer-col{
	padding: 0 15px;
}
.footer-col .logo{
	max-width: 150px;
}
.footer-col .content{
	color: #fff;
	padding-left: 0;
}
.footer-col .img-title{
	display: block;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
footer{
	text-align: center;
	color: #818286;
	background: #30343f;
	padding: 20px 0 !important;
	font-size: 12px;
}
footer a{
	color: #818286
}
#invite .modal-dialog{
	width: 600px;
	top: 50%;
	margin-top: -175px;
}
.invite-form{
	padding: 0 100px;
}
.invite-sub{
	padding: 10px 50px;
}
/**侧边悬浮框**/
.side-box {
	position: fixed;
	width: 78px;
	right: 0;
	bottom: 10%;
	margin-top: -200px;
	z-index: 100;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-bottom: 0
}
.side-box ul{
	padding: 0;
}
.side-box ul li {
	width: 78px;
	height: 78px;
	float: left;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	list-style: none;
}

.side-box ul li span {
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
	margin-top: 14px;
	transition: all .3s;
	font-size: 24px;
}

.side-box ul li .sidebox {
	position: absolute;
	width: 78px;
	height: 78px;
	top: 0;
	right: 0;
	transition: all .3s;
	overflow: hidden
}

.side-box ul li.sidetop:hover {
	opacity: .8;
	filter: Alpha(opacity=80)
}

.side-box ul li.sideewm .ewBox.son {
	width: 150px;
	display: none;
	color: #363636;
	text-align: center;
	position: absolute;
	left: -151px;
	top: 0;
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 10px;
}

.side-box ul li.sideetel .telBox.son {
	width: 220px;
	display: none;
	text-align: left;
    position: absolute;
    left: -221px;
    top: -1px;
	background: #fff;
	padding: 10px;
	border: 1px solid #e0e0e0;
}

.side-box ul li.sideetel .telBox div {
    overflow: hidden;
    font-size: 18px;
}

.side-box ul li.sideetel .telBox div i {
	display: inline-block;
	margin-right: 5px;
	/*line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin-top: 32px;
	font-size: 18px*/
}

.side-box ul li:hover .son {
	display: block!important;
	animation: fadein 1s
}


@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}



@media(max-width: 992px){
	.e-title{
		font-size: 18px;
	}
	.e-date {
	    margin-top: 10px;
	}
	.e-cond {
	    margin-top: 5px;
	}
	#invite .modal-dialog{
		margin-top: -175px;
	}
	.partner-row .partner-img img{
		margin: 0 auto;
	}
}
@media (max-width: 767px){
	#login .modal-dialog {
	    width: auto;
	    margin-top: -280px;
	}
	img.sticky-logo {
	    margin-top: 0px;
	}
	.index-banner .entrance-list{
		margin-right: 0;
	}
	.exhibition-filter a {
	    margin: 0 5px;
	}
	
	.partner-row{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.service-row .service-title {
	    font-size: 14px;
	}
	.service-row .service-data {
	    font-size: 30px;
	}
	.service-row .service-data span {
	    font-size: 26px;
	    top: 1%;
	    margin-left: 2px;
	}
	#navbar-menu{
		padding-top: 12px;
	}
	.custom-nav-menu nav.navbar.bootsnav ul.nav > li > a{
		padding: 20px 18px;
	}
	.nav > li.active > a::before {
	    width: 100%;
	    left: 0;
	}
	.custom-nav-menu .navbar-header{
		margin-top: 0;
	}
	.custom-nav-menu nav.navbar.bootsnav ul.nav > li > a.login{
		color: #1a1a1a !important;
		margin-top: 0;
		border-radius: 0;
		background: none;
		padding: 20px 18px;
	}
	.index-banner{
		margin-top: 69px;
	}

	.insurance-row{
		padding-bottom: 60px;
		height: 160px;
	}
	.insurance-row .insurance-icon img{
		margin-bottom: 10px;
	}
	.insurance-row .insurance-icon{
		text-align: center;
		margin-top: 15px;
		transition: all 0.4s ease 0s;
	}
	.insurance-row:hover .insurance-icon{
		margin-top: 5px;
	}
	.insurance-row .insurance-btn{
		height: 35px;
		line-height: 35px;
	}
	#invite .modal-dialog{
		width: auto;
		margin-top: -50%;
	}
	.invite-form{
		padding: 0;
	}
	.invite-form label.control-label{
		text-align: left;
	}
	.e-title {
	    font-size: 14px;
	    margin-top: 20px;
	}
	.e-date {
	    margin-top: 10px;
	}
	.e-cond {
	    margin-top: 0px;
	}
	.exhibition-img {
	    width: auto;
	    height: auto;
	}
	.exhibition-date,.exhibition-location {
	    font-size: 14px;
	}
}