/*引入字体文件*/
@font-face {
  font-family: 'GOTHIC';
  src: url('../font/Inter-Regular.eot?#iefix') format('embedded-opentype'),url('../font/Inter-Regular.woff') format('woff'),url('../font/Inter-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*二次重置样式*/
a { color: #333; }
a:link {outline:0;}		/* 未访问的链接 */
a:visited {outline:0;}	/* 已访问的链接 */
a:hover {outline:0;color: #333;outline:0;text-decoration: none;}	/* 鼠标移动到链接上 */
a:active { outline: 0; border: 0;}
html,body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "GOTHIC";
}
video{object-fit:cover;border:none;background:#fff;}
img{border:0px;}
img[src="http://eiv.baidu.com/hmt/icon/21.gif"]{display:none;}
.logo {
	margin: 1px 30px 0 0;
}

/*首页导航特殊样式*/
.index .header-menu {
	position: absolute;
	z-index: 2;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}
.index .user-drag {
	background: rgba(255,255,255,0.71);
}
.index .user-drag .user-menu a:hover {
	background: #089cef;
}

/*导航重置*/
.navbar {
	border: 0;
}
.navbar-my {
  background-color: #fff;
  border-color: #e7e7e7;
  border-radius: 0;
}
.navbar-my .navbar-brand {
  color: #777;
}
.navbar-my .navbar-brand:hover,
.navbar-my .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-my .navbar-text {
  color: #777;
}
.navbar-my .navbar-nav > li {
	  /*padding: 0px 8px;*/
}
.navbar-my .navbar-nav > li > a {
  color: #777;
  color: #333;
  color: #404040;
  /* padding: 15px 20px; */
  padding: 15px 10px !important;
}
.navbar-my .navbar-nav > li > a:hover,
.navbar-my .navbar-nav > li > a:focus {
  color: #089cef;
  background-color: transparent;
}
.navbar-my .navbar-nav > .active > a,
.navbar-my .navbar-nav > .active > a:hover,
.navbar-my .navbar-nav > .active > a:focus {
  color: #555;
  color: #089cef;
  /*background-color: #e7e7e7;*/
}
.navbar-my .navbar-nav > .disabled > a,
.navbar-my .navbar-nav > .disabled > a:hover,
.navbar-my .navbar-nav > .disabled > a:focus {
  color: #ccc;
  color: #404040;
  background-color: transparent;
}
.navbar-my .navbar-toggle {
  border-color: #ddd;
}
.navbar-my .navbar-toggle:hover,
.navbar-my .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-my .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-my .navbar-collapse,
.navbar-my .navbar-form {
  /*border-color: #e7e7e7;*/
}
.navbar-my .navbar-nav > .open > a,
.navbar-my .navbar-nav > .open > a:hover,
.navbar-my .navbar-nav > .open > a:focus {
  color: #555;
  color: #404040;
  /*background-color: #e7e7e7;*/
}
@media (max-width: 768px) {
	.navbar-my .navbar-header {
		border-bottom: 1px solid #ddd;
	}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
 .navbar-my .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-my .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-my .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-my .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-my .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    /*background-color: #e7e7e7;*/
  }
  .navbar-my .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-my .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-my .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-my .navbar-link {
  color: #777;
}
.navbar-my .navbar-link:hover {
  color: #333;
}
.navbar-my .btn-link {
  color: #777;
}
.navbar-my .btn-link:hover,
.navbar-my .btn-link:focus {
  color: #333;
}
.navbar-my .btn-link[disabled]:hover,
fieldset[disabled] .navbar-my .btn-link:hover,
.navbar-my .btn-link[disabled]:focus,
fieldset[disabled] .navbar-my .btn-link:focus {
  color: #ccc;
}

/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: #fff;
}*/
.language-drop li a:hover{
	background: #fff;
}

@media (min-width: 769px) {
	/*不注释掉的话导航会有两次切换临界值*/
	.container {
		min-width: 1200px;
	}
	.navbar-nav li a.drop-user-thumb {
		padding: 13px 0 12px;
		background: transparent ;
	}
	.language-drop {
		min-width: 106px !important;	
		border: 0;
		box-shadow: none;
		padding: 5px 0;
	}
	.language-drop li a {
	}
	.user-t {
		width: 24px;
		height: 24px;
	}
	.navbar-right .user-info-drop {
		position:absolute;
		width: 148px;
		border: 1px solid #fff;
		border: 1px solid #c9c9c9;
		border-radius: 5px;;
		right: -56px;
		right: -64px;
		/*display:none;*/
		background: #fff;
		padding:0;
		font-size: 12px;
		min-width: 140px;
	}
	.user-info-drop:before {
		content: "";
		position: absolute;
		top: -7px;
		/*top: 0;*/
		left: 66px;
		width: 12px;
		height: 12px;
		z-index: -1;
		background: #fff;
		transform:rotate(45deg);
		border-top: 1px solid #c9c9c9;
		border-left: 1px solid #c9c9c9;
	}
	.index .user-info-drop:before {
		display: none;
		background: rgba(255,255,255,0.71);
	}
	.user-info-drop .user-thumb {
		padding-top: 6px;
		margin-bottom: 0;
		text-align: center;
	}
	.user-info-drop .user-thumb a:hover {
		background: transparent;
		color: inherit;
	}
	.user-info-drop li {
		margin: 5px 0;
	}
	.user-info-drop li.divider {
		margin: 3px 0px 0px;
	}
	.user-info-drop li:last-child {
		margin-bottom: 0;
	}
	.user-info-drop li a {
		text-align: center;
		line-height: 25px;;
		padding: 0;
	}
	.user-info-drop li a:hover {
		color: #fff;
		background: #089cef;
	}
	.user-info-drop li:last-child a:hover {
		color: #fff;
		background: #089cef;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.navbar-nav > li > .user-info-drop {
		border-radius: 5px;
	}
	.server-drop {
		position: absolute;
		width: 100%;
		height: 0;
		z-index: 1000;
		border-radius: 5px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-left: 0;
		background: #fff;
		overflow: hidden;
		opacity: 0;
		transition: opacity 0.3s;
		/*font-size: 12px;*/
	}
	.server-drop li {
		height: 30px;
		line-height: 30px;
		list-style: none;
		text-align: center;
		transition: all 0.2s;
	}
	.server-drop li:hover {
		background: #089cef;
		background: #5cbef4;
		color: #fff;
	}
	.server-drop li a{
		color: inherit;
	}
	.dropdown:hover .server-drop {
		opacity: 1;
		height: auto;
	}
	.index .server-drop {
		font-size: 12px;
	}
	.index .dropdown:hover .server-drop {
		border-radius: 0;
		opacity: 1;
		height: auto;
		color: #404040;
	}
	
	/*语言选择*/
	.language{float:right;margin-top:9px;width:100px;height:34px;line-height:34px;position:relative;cursor:pointer;font-size:12px;margin-left: 25px;margin-right: -50px}
	.language ul { margin:0;padding:0;} 
	.language em{display:inline-block;width:28px;height:18px;margin-right:6px;margin-left:14px;margin-top:-3px;vertical-align:middle;}
	.language .lanage-show{width:100px;background:#fff;position:absolute;left:0px;top:0px;opacity:0;color:#393939;transition:opacity 0.3s;z-index:999999999;overflow:hidden;height:0}
	.language .lanage-show a{color:#393939}
	.language:hover .lanage-show{opacity:1;height:auto}
	.language .lanage-show li{height:34px;}
	.language .lanage-show li:hover{background:#f1f1f1}
	.language .q-en{background:url(../images/en.png)}
	.language .q-cn{background:url(../images/cn.png)}
	.language .q-fr{background:url(../images/fr.png)}
	.language .q-ger{background:url(../images/ger.png)}
	.navbar{
		min-width: 1200px;
		margin: 0 auto;
	}
	
	/*主页单点样式*/
	.index .navbar-my {
		width: 100%;
		position: absolute;
		z-index: 2;
		color: #fff;
		background-color: rgba(255, 255, 255, 0);
	}
	.index .navbar-my .navbar-nav > li > a {
		color: #fff;
		transition: all 0.2s;
	}
	.index .navbar-my .navbar-nav > li > a:hover {
		color: #089cef;
	}
	.index .navbar-right .user-info-drop {
		border: 1px solid #c9c9c9;
		background: rgba(255,255,255,0.71);
	}
	.index .server-drop {
		/*display: none;*/
		background: rgba(255,255,255,0.71);
		border: 1px solid #c9c9c9;
		border-radius: 5px;
	}
	.index  .user-info-drop .user-thumb a:hover {
		color: #333;
	}
	.stg .server-drop li{
		color: #404040;
	}
	.stg .server-drop li:hover {
		color: #fff;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
	/*.navbar-my .navbar-nav > li > a {
  		color: #777;
  		padding: 15px 15px;
	}*/
}

@media (max-width: 768px) { 
	
	/*调整导航的间距*/
	.navbar-my .navbar-nav > li > a {
		padding: 10px 15px;
	}
	/*手机版的语言选择*/
	.mobile-lang {background: #ddd;}
	.mobile-lang .lang-box {
		display:block;
		width: 130px;
		margin: 0 auto;
		padding: 0;
	}
	.mobile-lang em{display:inline-block;width:28px;height:18px;margin-right:6px;margin-left:14px;margin-top:-3px;vertical-align:middle;}
	.mobile-lang .q-en{background:url(../images/en.png)}
	.mobile-lang .q-cn{background:url(../images/cn.png)}
	.mobile-lang .q-fr{background:url(../images/fr.png)}
	.mobile-lang .q-ger{background:url(../images/ger.png)}
	
	.mobile-login {}
	.mobile-login {
		text-align: center;
	}
	.nav > li.mobile-login a {
		display: inline-block;
		padding-right: 0px;
		padding-left: 0px;
	}
	.nav .mobile-line {
		height: 1px;
		background: #ddd;
	}
	.navbar-nav .open .dropdown-menu > li > a{
		padding: 10px 15px;
	}
	
	/*手机端导航固定在顶部*/
	.navbar-my {
		/*position: fixed;*/
		width: 100%;
		z-index: 1000;
	}
}








/*---使用bootstrap的导航栏的重置----*/
.navbar {
  margin-bottom: 0;
}
.navbar-mynav {
  color: #fff;
  position: absolute;
}
@media (min-width: 769px) and (max-width: 992px){
	.navbar-mynav{
		min-width: 1000px;
	}
	.container {
		width: 1000px;
	}
}
.navbar-mynav .navbar-nav > li > a {
  color: #fff;
  font-family: "GOTHIC";
}
.navbar-mynav .navbar-nav > li > a:hover,
.navbar-mynav .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-mynav .navbar-nav > .active > a,
.navbar-mynav .navbar-nav > .active > a:hover,
.navbar-mynav .navbar-nav > .active > a:focus {
  color: #fff;
}
.navbar-mynav .navbar-nav > .disabled > a,
.navbar-mynav .navbar-nav > .disabled > a:hover,
.navbar-mynav .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-mynav .navbar-toggle {
	background: red;
}
.navbar-mynav .nav > li > a{
	padding: 15px 25px ;
}

/*logo 奇幻*/
#logo-b, .index #logo-h, .user-thumb-b, .index .user-thumb-h{
	display: none;
}
.index #logo-b, .index .user-thumb-b {
	display: block;
}







@media (max-width: 768px) {
	.navbar-mynav {
		background: rgba(122,122,122,0.5);
	}
	.index #logo-b {
		display: none;
	}
	.index #logo-h {
		display: block;
	}
	
	#menu-nav {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		margin: 0;
		background: #fff;
		border-top:1px solid #ddd;
	}
}


/*二级导航菜单*/
.static-div {
	min-height: 40px; 
	width: 100%; 
	padding: 0 20px;
	background: #fff;
	position:relative;
	z-index: 2;
	border-bottom: 1px solid #ddd;
}
.static-div ul { list-style: none; padding: 0;margin: 0}
.sub-menu-header {
	height: 40px;
	position:relative;
}
.sub-menu-header .sub-icon {
	position: absolute;
	bottom: 5px;
	left: 50%;
	display: inline-block;
	margin: 0 auto;
	margin-left: -5px;
	cursor: pointer;
	width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #333;
}
.sub-menu-header .sub-icon:after {
	content: "";
	position: absolute;
	top: -13px;
	left: -10px;
	width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.sub-menu {
	height: 0;
	overflow:hidden;
	transition: height 0.3s;
}

.sub-menu li {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	transition: height 0.3s;
}
.sub-menu li:last-child {
	border: 0;
}
.sub-menu li a {
	display: inline-block;
	width: 100%;
}
.sub-menu li a:hover {
	color: #089CEF;
}
/*.open .sub-menu {
	height:auto;
}
.open .sub-menu li {
	height: 40px;
}*/
.sub-mask {
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}


/*-----全局的登录弹出层-----*/
.login-drag {
	/*position: absolute;
	left: 700px;
	top: 200px;*/
	width: 348px;
	height: 436px;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
}
.login-drag .login-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/login-close.png);
	cursor: pointer;
}
.login-drag h2 {
	text-align: center;
	margin: 10px 0 30px;
	line-height: 26px;
}
.login-drag .login-tit {
	position: relative;
	height: 1px;
	width: 100%;
	margin: 15px 0;
	margin: 25px 0;
	background: #aaaaaa;
	line-height: 1px;
	text-align: center;
}
.login-drag .login-tit span{
	display:inline-block;
	padding: 0 10px;
	margin: 0 auto;
	background:#fff;
}
.login-drag .login-other {
	padding: 10px 0px;
	height: 115px;
	height: 95px;
}
.login-drag .login-other a {
	float:left;
	display: inline-block;
	padding-top: 60px;
	text-align: center;
	color: #7f7f7f;
}
.login-drag .login-other .wx {
	width: 40%;
	background: url(../images/wx.png) top center no-repeat;
}
.login-drag .login-other .qq {
	width: 20%;
	background: url(../images/qq.png) top center no-repeat;
}
.login-drag .login-other .wb {
	width: 40%;
	background: url(../images/wb.png) top center no-repeat;
}
.login-drag .login-form {
	width: 314px;
	margin: 0 auto;
}
.login-drag .form-box{
	margin-top: 18px;
}
.login-drag .log-input {
	width: 312px;
	height: 30px;
	margin: 0 auto;
	font-size:14px;
	border: 1px solid #d8d7d8;
	outline:none
}
.login-drag .inp-e {
	padding-left: 35px;
	background-image:url(../images/email.png);
	background-position: 10px 8px;;
	background-repeat: no-repeat;
}
.login-drag .inp-m {
	padding-left: 35px;
	background-image:url(../images/lock.png);
	background-position: 12px 6px;;
	background-repeat: no-repeat;
}
.login-drag .inp-y {
	padding-left: 35px;
	background-image:url(../images/ico-y.png);
	background-position: 12px 6px;;
	background-repeat: no-repeat;
}
.login-drag .btn-submit {
	width: 312px;
	height: 30px;
	border: 0;
	background: #2b2b2b;
	color: #fff;
}
.login-drag .msg {
	height:24px;
	padding: 2px 0px;
	font-size: 12px;
	color: red;
}
.login-drag .forget-password {
	padding-top: 16px;
	font-size: 12px;
	color: #2e2e2e;
	text-align: center;
	text-decoration: underline;
}

.main {
	width: 100%;
	min-width: 1000px;
	height: 870px;
	background: url(../images/home-banner.jpg) top center no-repeat;
}
@media (max-width: 768px){
	.main {
		min-width: 100%;
	}
}

/*------页面底部样式-----*/
.footer-box{
	min-width: 1000px;
	margin: 0 auto;
	/*min-width: 1200px;*/
	background: #fff;
	overflow:hidden;
}
.footer-t {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	overflow: hidden;
}
.server {
	font-size: 15px;
	color:#424242;
	letter-spacing: 2px;
	line-height: 60px;;
}
.footer-menu {
	min-width: 1000px;
	margin: 0 auto;
}
.dl-box {
	padding: 22px 0px;
	padding: 22px 15px;
	padding: 22px 15px 12px;	
}
.dl-box dl {
	margin-bottom: 0px;
	padding-left: 37px;
	padding-right: 0;
	margin-right: 26px;
	margin-right: 18px;
	font-size: 12px;
	color: #545454;	
}
.dl-box dl dt,.dl-box dl dd{
	font-size: 14px;
	line-height: 24px;;
}
.dl-box dl dd a{
	color: #545454;
	transition:all 0.2s;
}
.dl-box dl dd a:hover {
	color: #089cef;
}
.ts-col {
	margin-right: -115px;
	margin-left: -2px;
	border-left: 1px solid #fff;
}

.my-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}
/*@media (min-width: 768px) and (max-width: 992px){
	.my-container {
		width: 1000px;
		width: 100%;
	}
}*/
.customer {
	width:99%;
	width:80%;
	text-align: center;
}
.customer h3{
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;;
	margin-top: 0px;
	margin-bottom: 0px;
}
.customer p{ margin-bottom: 0;}
.customer .tell {
	font-size: 24px;
}
.customer .work-time {
	font-size:12px;
	line-height: 24px;
}
.customer .online {
	display: inline-block;
	width: 155px;
	height: 35px;
	margin-top: 8px;
	border: 1px solid #4c4649;
	border-radius: 5px;;
	line-height: 35px;
	text-align: left;
	text-indent: 55px;
	background: url(../images/tan.png) 18px center no-repeat;
}

/*订阅*/
.subscribe { 
	position: relative;
	width: 195px;
	height: 30px;
	margin-top: 8px;
	margin-bottom: 4px;
	border: 1px solid #908c8f;
}
.subscribe input {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 28px;
	outline: 0;
	border: 0;
}
.subscribe input:focus,.subscribe input:hover, .subscribe input:blur{ outline: 0; border: 0;}
.subscribe button {
	position: absolute;
	right: -1px;
	top: -1px;
	height: 30px;
	width: 75px;
	border: 0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	background: #049ff1;
	outline: 0;
}

/*订单查询*/
.btn-group {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.btn-group .btn {
	width: 157px;
	height: 37px;
	padding: 0;
	margin-top: 10px;
	border: 1px solid #4c4649;
	color: #2c2c2c;
	font-weight: 600;
	text-align: center;
	line-height: 37px;
	transition: all 0.2s;
}
.btn-group .btn:hover {
	color: #fff;
	border-color: #049ff1;
	background: #049ff1;
}


.copyright {
	line-height: 36px;
	font-size: 12px;
	background: #f1f1f1;
}
.copy-txt {
	padding-left: 52px;
}
.copy-txt a:hover {
	color: #089cef;
}
.icon-list .my-icon {
	display: inline-block;
	width: 28px;
	height: 27px;
	margin-top: 5px;
	margin-right: 7px;
	background-image: url(../images/icon-i.png?5555);
	background-repeat: no-repeat;
	float: right;
}
.icon-list .wx:hover {
	background-position: 0px -28px;
}
.icon-list .wb {
	background-position: -33px 0;
}
.icon-list .wb:hover {
	background-position: -33px -28px;
}
.icon-list .fb {
	background-position: -68px 0;
}
.icon-list .fb:hover {
	background-position: -68px -28px;
}
.icon-list .tw {
	background-position: -103px 0;
}
.icon-list .tw:hover {
	background-position: -103px -28px;
}
.icon-list .yk {
	background-position: -136px 0;
}
.icon-list .yk:hover {
	background-position: -136px -28px;
}
.icon-list .ins {
	background-position: -169px 0;
}
.icon-list .ins:hover {
	background-position: -169px -28px;
}
.icon-list .ytb {
	background-position: -202px 0;
}
.icon-list .ytb:hover {
	background-position: -202px -28px;
}
.icon-list .din {
  background-position: -265px 0;
}
.icon-list .din:hover {
  background-position: -265px -28px;
}


.wx {
	position: relative;
	display: inline-block;
	z-index: 2;
}
.icon-list .wx .ershow {
	display: none !important;
	position: absolute;
	top: -184px;
	left: -64px;
	display: inline-block;
	padding: 6px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	z-index: 99999999;
	background: #fff;
}
.wx .ershow:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 70px;
	width: 10px;
	height: 10px;
	background: url(../images/ds.png);
}
.icon-list .wx:hover .ershow {
	display: block!important;
}

@media (max-width: 768px){
	.footer-box {
		width: 100%;
		min-width: 100%;
	}
	.my-container {
		width: 100%;
		overflow: hidden;
	}
	.dl-box dl {
		margin-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.ts-col {
		margin:0;
		margin-top:10px;
		padding-top:10px;
		border-top: 1px solid #dddddd;
	}
	.ts-col  .customer{
		width: 100%;
	}
	.btn-group {
		width: 100%;
		text-align: center;

	}
	.subscribe { 
		margin: 5px auto;
	}

	.icon-list {
		text-align: center;
	}
	.icon-list .my-icon {
		float: none;
	}
	.copy-txt {
		padding-left: 15px;
		text-align: center;
	}
	.flow-us {
		display: block;
		clear:both;
		text-align: center;
	}
}

@media (min-width: 769px){ 
	.footer-box{
		min-width: 1200px;
		margin: 0 auto;
	}
	
}


/*公用的样式集合*/
.fr { float: right; }
.fl { float: left; }
.no-position {
	position: relative;
	background: #fff;
}

/*颜色字体*/
.f30 { font-size: 30px; }
.f18 { font-size: 18px;}
.a-u-ff9, .a-u-ff9:hover{
	color: #ff9000;
	text-decoration: underline;
}
.i-c-ff9 {
	font-style: normal;
	color: #ff9000;
}
.color-089cef,.color-089cef:hover {
	color: #089cef;
}
.color-089cef-un, .color-089cef-un:hover {
	color: #089cef;
	text-decoration: underline;
}
.small-t {
	color: #8f8f8f;
	font-size: 12px;
}



.gray-bg {
	background: #f5f5f6;
}
.white-bg {
	background: #fff;
}
/*盒模型*/
.mt25 {
	margin-top: 25px;
}
.pt10 {
	padding-top: 10px !important;
}
.pt26 {
	padding-top: 29px;
	padding-bottom: 5px;
}


.all-tit {
	
	line-height: 35px;
	width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 24px;
	font-weight: normal ;
}

/*多个页面使用的组件样式*/
/*分页组件*/
.page {
	min-height: 40px;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.page .total {
	float: left;
	color: #808080;
	line-height: 40px;
	padding-left: 8px;
}
.page .page-nav {
	float: right;
	height: 40px;	
	line-height: 40px;
}
.prev-page:hover, .next-page:hover {
	color: #089cef;
}
.page-num {
	font-size: 12px;
	vertical-align: 2px;;
}
.page .goto {
	float: right;
	position:relative;
	padding-right: 38px;
	margin: 8px 10px 8px 20px;
}
.page .goto input {
	width: 60px;
	height: 24px;
	border: 1px solid #dddddd;
	border-right: 0;
	color: #089cef;
	font-size: 12px;
	background:;
	outline: none;
	text-indent: 0.5em;
}
.page .goto-btn {
	position:absolute;
	top:0;
	right:0px;
	display: inline-block;
	width: 38px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	background: #4b4b4b;
	cursor: pointer;
}


/*全局遮罩层*/
.all-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0,0,0);
}





