﻿/**
 * Created by luo-biao on 2017/3/10.
 */
@font-face {
	font-family : 'Erasitc';
	src         : url('../fonts/erasitc.eot');
	src         : url('../fonts/erasitc.eot') format('embedded-opentype'),
	url('../fonts/erasitc.ttf') format('truetype'),
	url('../fonts/erasitc.woff') format('woff'),
	url('../fonts/erasitc.svg') format('svg');
	font-weight : normal;
	font-style  : normal;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, pre, form, fieldset, legend, textarea {
	margin  : 0;
	padding : 0;
}

body {
	font       : 12px/24px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	overflow-x : hidden;
}

body {
	padding-top : 120px;
}
input,
select,
button,
textarea {
  font-size: 100%;
  font-family: inherit;
  -webkit-appearance: none;
}

.white-bg {
	background : #fff;
}

.black-bg {
	background : #000;
}

.blue-bg {
	background : #245c8f;
}

.ebf-bg {
	display    : inline-block;
	width      : 100%;
	background : #ebf0f3;
}

.orange-bg {
	padding-top: 60px;
	padding-bottom: 40px;
	color: #fff;
	background : #e47a4f;
}

.yellow-bg {
	padding: 60px 0;
	color: #666;
	background : #fcfa4a;
}

.cyan-bg {
	padding: 60px 0;
	color: #fff;
	background : #56ca76;
}

.purple-bg {
	background : #7c2bcd;
}

.light-grey-bg {
	background : #ecfdff;
}

.Deep-cyan-bg {
	padding-top: 60px;
	padding-bottom: 15px;
	color: #fff;
	background : #40d4cb;
}

.Deep-blue-bg {
	padding-top: 60px;
	padding-bottom: 45px;
	color: #fff;
	background : #007cdb;
}

.green-blue-bg {
	padding: 60px 0;
	color: #fff;
	background: #219994;
}

* {
	list-style : none;
	outline    : none;
	word-wrap  : break-word;
}

a {
	text-decoration : none;
}

body, a {
	color : #333;
}

* {
	-webkit-transition : all .4s;
	transition         : all .4s;
}

img {
	border    : none;
	max-width : 100%;
}

.clear {
	clear     : both;
	height    : 0;
	font-size : 0;
	overflow  : hidden;
}

/* float */
.fl { float : left; }

.fr { float : right; }

/* text-align */
.tl { text-align : left; }

.tc { text-align : center; }

.tr { text-align : right; }

.w1200 {
	width  : 1200px;
	margin : 0 auto;
}

.w100 { width : 100%; }

.m0 { margin : 0 auto; }

.mt40 { margin-top : 40px; }

.mb30 { margin-bottom : 30px; }

.mb70 { margin-bottom : 70px; }

.dib { display : inline-block; }

.dn { display : none; }

.po-r {
	position : relative;
}

.po-a {
	position : absolute;
}

.clearfix:after,
.w1200:after {
	clear   : both;
	height  : 0;
	display : block;
	content : '';
}

.get-more {
	display     : inline-block;
	width       : 150px;
	height      : 49px;
	line-height : 49px;
	text-align  : center;
	background  : #9f9ea6;
	font-size   : 18px;
	color       : #fff;
	cursor      : pointer;
}

.get-more:hover {
	background         : #245c8f;
	-webkit-box-shadow : 0 0 10px #ebf0f3;
	-moz-box-shadow    : 0 0 10px #ebf0f3;
	box-shadow         : 0 0 10px #ebf0f3;
}

/*========================
   1. header  CSS
=======================*/
.header {
	position   : fixed;
	top        : 0;
	width      : 100%;
	z-index    : 999;
	background : #fff;
}

/*logo*/
.logo {
	float  : left;
	height : 80px;
	margin : 20px 0;
}
.sticky {
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
          box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.sticky .logo {
	height: 56px;
  margin: 17px 0;
}

.sticky .logo img {
	height : 56px;
}

/*�ҵ��ղ�*/
.collect {
	position              : absolute;
	right                 : 0;
	width                 : 120px;
	height                : 38px;
	line-height           : 38px;
	text-align            : center;
	top                   : 14px;
	font-size             : 14px;
	border                : 2px solid #9f9ea6;
	-webkit-border-radius : 20px;
	-moz-border-radius    : 20px;
	border-radius         : 20px;
}

.collect:hover {
	background : #ec6610;
	border     : 2px solid #ec6610;
}

.collect a {
	display             : inline-block;
	color               : #9f9ea6;
	background          : url("../images/icon_star.png") no-repeat;
	background-position : 0 6px;
	text-decoration     : none;
	padding-left        : 27px;
}

.collect:hover a {
	color               : #fff;
	background          : url("../images/icon_star.png") no-repeat;
	background-position : 0 -46px;
}

.sticky .collect {
	opacity : 0;
}

/*nav*/
.nav {
	float      : right;
	margin-top : 73px;
	height     : 47px;
}

.sticky .nav {
	margin-top : 43px;
	height     : 44px;
}

.nav ul {
	display : inline-block;
}

.nav li {
	position           : relative;
	float              : left;
	width              : 124px;
	height             : 47px;
	text-align         : center;
	font-size          : 18px;
	-webkit-transition : none;
	transition         : none;
}

.nav li > a {
	position: relative;
	z-index: 9;
	display         : inline-block;
	width           : 100%;
	height          : 44px;
	line-height     : 32px;
	color           : #333;
	text-decoration : none;
	border-bottom   : 3px solid #fff;
}
.nav li.active > a,
.nav li > a.on,
.nav li:hover > a.on,
.nav li.active > a.on {
	color         : #245c8f;
	font-weight   : bold;
	border-bottom : 3px solid #245c8f;
}
.nav li dl {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #245c8f;
  -webkit-transition: none;
          transition: none;
}
.nav li dl.nav-sub2,
.nav li dl.nav-sub2 {
	width: 270px;
	text-align: left;
}
.nav li dd {
	overflow: hidden;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}
.nav li dd a {
	display: block;
	padding: 0 15px;
	color: #fff;
}
.nav li dd a:hover {
	background-color: #1382e7;
}

/*=====================
		more css
=====================*/
.go-m {
	position       : relative;
	display        : inline-block;
	float          : right;
	text-transform : capitalize;
	font-size      : 18px;
	background     : url("../images/more_bg.png") no-repeat;
	width          : 119px;
	height         : 49px;
	line-height    : 49px;
	text-align     : center;
}

.more {
	position      : absolute;
	display       : inline-block;
	z-index       : 19;
	left          : 0;
	top           : 0;
	width         : 69px;
	padding-right : 50px;
	height        : 49px;
	color         : #fff;
	text-align    : right;
}

.go-m span {
	display           : inline-block;
	position          : absolute;
	right             : 0;
	top               : 0;
	z-index           : 9;
	height            : 49px;
	width             : 50px;
	text-align        : right;
	color             : #fff;
	background        : url(../images/icon_arrow.png) center no-repeat;
}
.go-m:hover span {
	-webkit-animation : leftright 2s infinite linear;
	animation         : leftright 2s infinite linear;
}
.go-m:hover .more {
	-webkit-box-shadow : 0 0 8px rgba(0,0,0,.2);
	-moz-box-shadow    : 0 0 8px rgba(0,0,0,.2);
	box-shadow         : 0 0 8px rgba(0,0,0,.2);
}
.go-m:hover span {
	background        : url(../images/icon_arrowh.png) center no-repeat;
	-webkit-animation : leftright 2s infinite linear;
	animation         : leftright 2s infinite linear;
}
@-webkit-keyframes leftright {
  0%  { -webkit-transform: translateX(0); }
  25% { -webkit-transform: translateX(8px); }
  75% { -webkit-transform: translateX(-8px); }
}
@keyframes leftright {
  0%  { transform: translateX(0); }
  25% { transform: translateX(8px); }
  75% { transform: translateX(-8px); }
}

/*=====================
		scrollUp css
=====================*/
#scrollUp {
	background        : #9f9ea6;
	bottom            : 45px;
	color             : #fff;
	cursor            : pointer;
	display           : none;
	height            : 40px;
	width             : 40px;
	position          : fixed;
	right             : 20px;
	text-align        : center;
	-webkit-transform : rotate(45deg);
	transform         : rotate(45deg);
	z-index           : 9999;
	text-decoration   : none;
}

#scrollUp i {
	display           : inline-block;
	width             : 100%;
	height            : 100%;
	-webkit-transform : rotate(-45deg);
	transform         : rotate(-45deg);
	background        : url("../images/icon_top.png") center no-repeat;
	font-style        : normal;
}

#scrollUp:hover {
	background : #245c8f none repeat scroll 0 0;
}

/*=====================
		��Ϣ��ʾ css
=====================*/
.weui_dialog_alert {display: none;}
.weui_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.weui_dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	width: 380px;
	line-height: 1.6;
	text-align: center;
	border-radius: 10px;
	background-color: #fafafa;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.weui_dialog_hd { padding:10px 10px 20px 10px; }
.weui_dialog_title {
	font-weight: 400;
	font-size: 16px;
}
.weui_dialog_bd {
	padding: 20px 10px;
	font-size: 16px;
	color: #333;
	word-wrap: break-word;
	word-break: break-all;
	margin-top: 15px;
}
.weui_dialog_ft {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-top: 20px;
	font-size: 16px;
	line-height: 42px;
}
.weui_dialog_ft a {
	display: block;
	color: #245c8f;
	text-decoration: none;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.weui_dialog_ft:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	border-top: 1px solid #d5d5d5;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}