@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	top: 0px;
	width: 100%;
	color: #8c8c8c;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	background: #EDF2F5;
}

input {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	outline: none;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0
}

ul li {
	list-style: none;
}

img {
	border: 0;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	touch-callout: none
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block!important;
}

.hide {
	display: none!important;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

:focus {
	outline: 0;
}

:link,
:visited {
	text-decoration: none;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	content: '';
}

.head {
	background: url(../images/bg_photowall.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 730px;
}

.head2 {
	background: url(../images/header_bg.png) no-repeat center;
	background-size: 125% 112%;
	height: 490px;
}


/*展会-head foot*/

.min {
	min-width: 1200px;
}

.wrap {
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}


/*head--1*/

.head-load {
	height: 40px;
	padding: 10px 0;
	font-size: 13px;
	text-align: right;
/*	border-bottom: 1px #333 solid;*/
	overflow: hidden;
	background: #043e99;
}

.hd-load a {
	padding: 0 5px;
	color: #fff;
}

.hd-load span {
	display: inline-block;
	margin-right: 0px;
	color: #5f5f5f;
}

.hd-load>a {
	margin-right: -5px;
	color: #fff;
}


/*head--2*/

.head-logo {
	margin-left: 160px;
	height: 100px;
	overflow: hidden;
	background: #fff;
	width: 1037px;
}

.hd-logo {
	width: 1032px;
	height: 80px;
	padding-left:10px;
	/*background: url(../images/tbbt.png) no-repeat center;
	background-size: 100% 100%;*/
}

.hd-time {
	width: 230px;
	margin: 0px 0px;
	text-align: center;
	text-shadow: 2px 2px 0px orange;
}

.hd-time p {
	line-height: 26px;
	font-size: 12px;
	color: #fff000;
}

#days {
	margin: 0 12.5px 0 10px;
	overflow: hidden;
}

#days span {
	display: block;
	float: left;
	width: 40px;
	height: 100px;
	text-align: center;
	color: #fff;
	font-size: 72px;
}

.hd-search form {
	margin-top: 39px;
	margin-right: 10px;
	overflow: hidden;
}


.hd-search form div {
	border-radius: 5px 0px 0px 5px;
	float: left;
	height: 39px;
	padding: 8px 0;
	border: #dcdcdc solid;
	border-width: 1px 0 1px 1px;
	/*background: url("../images/search.jpg") left center no-repeat;*/
}

.hd-search form input[type="text"] {
	margin-left: 3px;
	font-size: 12px;
	padding-left: 12px;
	border: 0;
}

.hd-search form input[type="submit"] {
	border-radius:0px 5px 5px 0px;
	float: left;
	width: 45px;
	height: 39px;
	/*font-size: 16px;*/
	color: rgba(0,0,0,0);
	border: 0px #fe0000 solid;
	background-color: #fe0000;
	cursor: pointer;
	background:url(../images/icn_search.png) no-repeat;
	background-size:100% 100%;
}
/**/


.hd-search form input[type="button"] {
	border-radius:0px 5px 5px 0px;
	float: left;
	width: 41px;
	height: 39px;
	/*font-size: 16px;*/
	color: rgba(0,0,0,0);
	border: 0px #fe0000 solid;
	background-color: #fe0000;
	cursor: pointer;
	background:url(../images/icn_search.png) no-repeat;
	background-size:100% 100%;
}

/*登录跳转页面*/

.head-logolgn {
	margin-left: 192px;
	height: 100px;
	overflow: hidden;
	background: #fff;
	width: 1200px;
}

.zwdla {
	margin-top: -20px;
	float: left;
	width: 300px;
	height: 90px;
	background: url(../images/btn_businessman.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}

.zwdlb {
	margin-top: -20px;
	float: left;
	width: 300px;
	height: 90px;
	background: url(../images/btn_audience.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}

.zwdlc {
	margin-top: -20px;
	float: left;
	width: 320px;
	height: 90px;
	background: url(../images/btn_book.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}


/*head--4*/

.hd-lft {
	width: 166px;
	height: 166px;
	margin-left: 0px;
	/* margin-top: -176px; */
	margin-top: -169px;
	background-image: url(../images/logoleft.png);
	background-size: 100% 100%;
}


/*head--3*/

.head-nav {
	background: #fff;
	overflow: hidden;
	margin-left: 166px;
	margin-top: -8px;
}
.headmenufixed>li {
	width: 148px;
	height: 50px !important;
	text-align: center;
}

.headmenu>li>div{
	line-height: 50px!important;
}
.headmenu>li {
	width: 148px;
	height: 50px !important;
	text-align: center;
	line-height: 50px!important;
}

.hd-nav {
	width: 100%;
	overflow: hidden;
}

.hd-nav>li {
	float: left;
	width: 148px;
	text-align: center;
}

.hd-nav a {
	display: inline-block;
	width: 100%;
	line-height: 46px;
	font-size: 15px;
	color: #000;
	
}

.hd-nav>li.on a {
	color: #fff;
	background: #fc5454;
	
	/*color: #fc5454;
	background: #fff;
	font-weight: bold;*/
}

.hd-nav>li:hover>a {
	color: #fc5454;
	background: #f7f7f7;
	font-weight: bold;
}

.hd-nav-sec {
	display: none;
	position: absolute;
	z-index: 9999;
	min-width: 148px;
	padding: 10px 15px;
	background: url("../images/sec-bg.png");
	overflow: hidden;
}

.hd-nav .hd-nav-sec>li>a,
.hd-nav-sec>li>p {
	line-height: 26px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
	color: #0a8799;
	background: none;
}

.hd-nav-sec>li>a:before {
	float: left;
	content: "";
	width: 0;
	height: 0;
	margin: 8px 10px 8px 5px;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	border-left: 5px #0a8799 solid;
}

.hd-nav-sec>li>p:before {
	float: left;
	content: "";
	width: 0;
	height: 0;
	margin: 10.5px 10px 10.5px 0;
	border-top: 5px #0a8799 solid;
	border-right: 5px transparent solid;
	border-left: 5px transparent solid;
}

.hd-nav-sec>li:hover {
	color:orangered;
}

.hd-nav-sec>li>a:hover {
	color:orangered;
}

.hd-nav-sec:hover {
	color: #FFFFFF;
}

.hd-nav-third {
	display: block;
	margin-bottom: 5px;
}

.hd-nav-third>a {
	display: block;
	padding-left: 20px;
	line-height: 26px;
	color: #5e5e5e;
	font-size: 14px;
}

.hd-nav>li:hover ul.hd-nav-sec {
	display: block;
}


/*foot*/

.foot {
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	background: #e3eef4;
	bottom: 0;
	width: 100%;
	height: 150px;
}

.foot2 {
	padding: 15px 0;
	text-align: center;
	overflow: hidden;
	background: #5b9bed;
	bottom: 0;
	width: 100%;
	height: 70px;
}

.foot div {
	display: inline-block;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
}

.foot dl {
	float: left;
	margin: 0 13px;
	overflow: hidden;
}

.foot dt {
	float: left;
	color: #FFFFFF;
}

.foot dd,
.foot dd a {
	float: left;
	color: #FFFFFF;
}

.foot p {
	text-align: left;
}

.ft-one {
	width: 300px;
	height: 150px;
}

.ft-two {
	width: 450px;
	height: 150px;
}
.ft-four {
	/*width: 450px;*/
	height: 122px;
}

.ft-three {
	width: 550px;
	height: 150px;
}

.sp1 {
	font-size: 18px;
	color: #333333;
}

.sp2 {
	margin-left: 14px;
	color: #333333;
}

.sp3 {
	color: #333333;
}

.sp4 {
	font-size: 14px;
	color: #FFFFFF;
}

/*分页*/

nav {
	display: block;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 40px;
}

.page {
	padding-left: 0;
	margin: 15px auto 0px auto;
	text-align: center;
	list-style: none;
}

.page>ul>li {
	display: inline-block;
}

.page>ul>li>a,
.page .pgEmpty,
.page .pgCurrent {
	display: inline-block;
	padding: 4px 10px;
	background-color: #fff;
	border: 1px solid #b9b2b2;
	color: #6b6868;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-0-border-radius: 3px;
	-moz-border-radius: 3px;
}

.page .pgCurrent {
	background-color: #005982;
	border: 1px solid #dddddd;
	cursor: default;
	z-index: 2;
	color: #fff;
}

.page>ul>li>a:hover {
	z-index: 2;
	color: #fff;
	background-color: #005982;
	border-color: #dddddd;
}


/*hover*/

.hd-load span a:hover,
a:hover {
	color: #0c7ea4;
}

/*return-top*/

.side-bar a,.chat-tips i {background: url(right_bg.png) no-repeat;} 
.side-bar {width: 66px;position: fixed;bottom: 20px;right: 25px;font-size: 0;line-height: 0;z-index: 100;} 
.side-bar a {border-radius: 5px; color:#FFFFFF; width: 66px;height: 66px;display: inline-block;background-color: #FF6A6A;margin-bottom: 2px;} 
.side-bar a:hover {background-color: #669fdd;} 
.side-bar .icon-qq {background-position: 0 -62px;} 
.side-bar .icon-chat {background-position: 0 -130px;position: relative;} 
.side-bar .icon-blog {background-position: 0 -198px;} 
.side-bar .icon-mail {background-position: 0 -266px;}
.side-bar .icon-chat:hover .chat-tips {display: block;} 
.chat-tips {padding: 20px;border: 1px solid #d1d2d6;position: absolute;right: 78px;top: -55px;background-color: #fff;display: none;} 
.chat-tips i {width: 9px;height: 16px;display: inline-block;position: absolute;right: -9px;top: 80px;background-position:-88px -350px;} 
.chat-tips img {width: 138px;height: 138px;}

	.el-submenu__title{
				font-size: 15px !important;
			}
			.el-menu-item{
				font-size: 15px !important;
			}
			.el-menu-item.is-active{
				background-color: rgb(255, 0, 0) !important;
			}
			.el-submenu.is-active .el-submenu__title {
			    background-color: rgb(255, 0, 0) !important;
			}