/*网站底部footerToolBar*/
@font-face{font-family:'icomoon';src:url("../font/icomoon.eot");src:url("../font/icomoon.eot?#iefix") format("embedded-opentype"),url("../font/icomoon.woff") format("woff"),url("../font/icomoon.woff2") format("woff2"),url("../font/icomoon.ttf") format("truetype"),url("../font/icomoon.svg#icomoon") format("svg");font-weight:normal;font-style:normal}

#footerToolBar {
    background: #234da7;
}

#footerToolBar,.toolMask,#chatToolBox {
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s
}

#footerToolBar li,#footerToolBar li a,.toolMask .toolTop {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.sitemapWrap .title-one {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.toolMask .toolTop,.toolMask .toolContent .ToolListTitle {
	text-transform: uppercase
}

.sitemapWrap dt,.sitemapWrap .title-one {
	text-transform: capitalize
}

a[class*='pop'] {
	outline: none
}

.video-js-wrap .video-js,.video-yt-wrap {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%
}

.video-yt-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.video-upload {
	width: 600px;
	margin: 0 auto 15px auto;
	max-width: 100%
}

.video-upload span.hide {
	display: none
}

img.verify {
	max-height: 36px
}

body.clear {
	overflow: hidden
}

#footerToolBar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 48px;
	border-top: 1px solid rgba(255,255,255,0.2);
	display: none;
	z-index: 999;
	display:none;
}

#footerToolBar #footerBarClose {
	width: 100px;
	height: 24px;
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -50px;
	cursor: pointer;
	display: none
}

#footerToolBar #footerBarClose:before {
	content: "";
	font-family: icomoon;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #232323;
	border-radius: 4px 4px 0px 0px;
	overflow: hidden
}

#footerToolBar li {
	width: 25%;
	height: 45px;
	float: left;
	text-align: center;
	border-color: #fff;
	border-left: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
	margin-top: 2px
}

#footerToolBar li a {
	display: block;
	height: 45px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding-top: 1px
}

#footerToolBar li a:before {
	content: '';
	width: 30px;
	height: 20px;
	margin: 4px auto;
	display: block;
	font-family: icomoon;
	line-height: 20px;
	font-size: 20px
}

#footerToolBar li:first-child {
	border-left: 0px none
}

#footerToolBar .footerBarPro a:before {
	background:url(../images/footerBarPro.png) no-repeat top center;
}

#footerToolBar .footerBarTel a:before {
	background:url(../images/footerBarTel.png) no-repeat top center;
}

#footerToolBar .footerBarEmail a:before {
	background:url(../images/footerBarEmail.png) no-repeat top center;
}

#footerToolBar .footerBarMessage a:before {
	background:url(../images/footerBarMessage.png) no-repeat top center;
}

#footerToolBar .footerBarShare a:before {
	background:url(../images/footerBarShare.png) no-repeat top center;
}

#footerToolBar.close {
	bottom: -43px
}

#footerToolBar.close #footerBarClose:before {
	content: '\e627'
}


.toolMask {
	background: #f7f7f7;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 1200;
	margin-left: 100%
}

.toolMask,.toolMask a {
	color: #333
}

.toolMask.moveLeft {
	margin-left: 0
}

.toolMask .toolTop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 46px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: #fcfcfc;
	padding-right: 32px
}

.toolMask .toolContent {
	position: absolute;
	top: 45px;
	width: 100%;
	left: 0;
	bottom: 5px;
	overflow-y: scroll;
	background: #f7f7f7
}

.toolMask .toolContent>ul>li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.2;
	text-transform: capitalize;
	position: relative
}

.toolMask .toolContent>ul>li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px
}

.toolMask .toolContent>ul>li>a {
	padding-left: 20px
}

.toolMask .toolContent>ul>li.selected {
	background: #eee;
	border-bottom: 3px solid #dadada
}

.toolMask .toolContent>ul>li.selected>a {
	background: #eee;
	font-weight: bold
}

.toolMask .toolContent>ul>li.hasUl>a:after {
	content: '\e622';
	font-family: icomoon;
	color: #999;
	font-size: 18px;
	position: absolute;
	width: 12px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	right: 10px;
	top: 13px;
	font-weight: normal
}

.toolMask .toolContent>ul>li ul {
	display: none
}

.toolMask .toolContent>ul>li ul li {
	border-top: 1px dotted #ccc;
	font-size: 12px
}

.toolMask .toolContent>ul>li ul li a {
	padding-left: 36px
}

.toolMask .toolContent .ToolListTitle {
	font-size: 15px;
	font-weight: bold;
	background: #e4e4e4
}

.toolMask .toolContent .ToolListTitle a {
	padding: 10px;
	display: block
}

.toolMask .toolContent>ul:last-child {
	padding-bottom: 15px
}

.toolMask .toolContent>ul:last-child:last-child {
	padding-bottom: 30px
}

.toolMask #toolCloseBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 42px;
	cursor: pointer;
	z-index: 1210
}

.toolMask #toolCloseBtn:before {
	content: "";
	font-family: icomoon;
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	background: #aaa;
	position: absolute;
	top: 5px;
	right: 5px
}

.toolMask #toolCloseBtn:hover:before {
	background: #bbb
}


@media screen and (max-width: 880px){
.footer {
    margin-bottom: 45px;
}

@media screen and (max-width: 880px) {
	#footerToolBar {
		display: block;
	}
	.toolMask {
		display: block
	}
}


@font-face {
	font-family:'BebasRegular';src:url("../font/bebas.eot");src:url("../font/bebas.eot#iefix") format("embedded-opentype"),url("../font/bebas.woff") format("woff"),url("../font/bebas.woff2") format("woff"),url("../font/bebas.ttf") format("truetype"),url("../font/bebas.svg#BebasRegular") format("svg");font-weight:normal;font-style:normal
}

#chatToolBox {
	position: fixed;
	width: 110px;
	bottom: 110px;
	right: -5px;
	text-transform: capitalize;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	font-family: Arial, Helvetica,'Microsoft YaHei', SimSun,Sans-serif;
	color: #fff;
	z-index: 990
}

#chatToolBox a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	padding-left: 5px;
	padding-right: 5px
}

#chatToolBox,#chatToolBox h3,#chatToolBox ul,#chatToolBox li {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent
}

#chatToolBox i {
	font-style: normal
}

#chatToolBox li {
	list-style: none;
	padding-right: 5px
}

#chatToolBox #chatToolMail a {
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -1px;
	padding-top: 28px;
	padding-bottom: 22px;
	font-family: BebasRegular ,'Arial Narrow' ,Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif
}

#chatToolBox .chatToolContact {
	font-size: 16px;
	line-height: 1.25;
	background: #444444;
	margin-top: 5px;
	text-transform: capitalize
}

#chatToolBox .chatToolContact a {
	padding-top: 8px;
	padding-bottom: 8px
}

#chatToolBox:hover {
	right: 0
}

#chatToolBox #chatToolMail i {
	position: absolute;
	top: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: transparent;
	cursor: pointer
}

#chatToolBox #chatToolMail i:before {
	content: '\e63d';
	font-size: 24px;
	font-family: icomoon
}

#chatToolBox.hiddenRight {
	right: -110px;
	padding-left: 28px
}

#chatToolBox.hiddenRight #chatToolMail i {
	width: 28px;
	height: 60px;
	line-height: 60px;
	left: 0;
	background: inherit;
	top: 20px
}

#chatToolBox.hiddenRight #chatToolMail i:before {
	content: '\e625'
}

#chatToolMail {
	background: #0865a7
}

@media screen and (max-width: 768px) {
	#chatToolBox {
		display: none
	}
}

.sitemapWrap {
	line-height: 1.5
}

.sitemapWrap .row {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.sitemapWrap .title-one {
	width: 160px;
	color: #333;
	background: #ececec;
	text-align: center;
	float: left;
	margin-right: 3.33333%;
	font-size: 15px
}

.sitemapWrap .title-one a {
	padding: 5px 10px
}

.sitemapWrap,.sitemapWrap .wrap-one {
	overflow: hidden;
	zoom: 1
}

.sitemapWrap .wrap-one {
	padding-top: 2px
}

.sitemapWrap .wrap-two {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 8px;
	padding-bottom: 3px;
	padding-right: 10px
}

.sitemapWrap .wrap-two:first-child {
	border-top: 0px none;
	padding-top: 0;
	margin-top: 0
}

.sitemapWrap dt,.sitemapWrap dd {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px
}

.sitemapWrap dd {
	font-size: 12px;
	margin-bottom: 8px
}

.sitemapWrap dd a {
	color: #666
}

.sitemapWrap dd a:hover {
	color: #111
}

.sitemapWrap dt {
	font-size: 13px;
	background: #eee;
	margin-bottom: 3px
}

.sitemapWrap dt a {
	padding: 4px 12px
}

.sitemapWrap .wrap-three {
	padding-left: 5%;
	padding-top: 2px;
	padding-right: 10px
}

.sitemapWrap .title-one a,.sitemapWrap dt a {
	color: inherit;
	display: block
}

.sitemapWrap .title-one a:hover,.sitemapWrap dt a:hover {
	background: #ddd;
	color: #111
}
/*# sourceMappingURL=other.css.map */