/********************公共样式***************************/

.hr-x {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #bbb9b9;
}


/* -----------------------------------
       	按钮 
------------------------------------- */

.btn {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	width: 100%;
	padding: 5% 0;
}

.btns {
	width: 30%;
	color: #fff;
	font-size: 18px;
	border-radius: 7px;
	text-align: center;
	line-height: 2;
	/*background: -webkit-linear-gradient(top, #14579b, #14579b);*/
	/*background: -moz-linear-gradient(top, #14579b, #14579b);*/
	background-color: #14579b;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.btns:active {
	background-color: #14579b;
	opacity: 0.7;
	color: #000;
}

.btned {
	border-radius: 20px;
}

.btnl {
	width: 80%;
}


/* -----------------------------------
       	弹窗 
------------------------------------- */

.pellets {
	display: none;
}

.meng {
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	background: black;
	position: fixed;
	z-index: 99;
	top: 0;
	max-width: 640px;
}

.tcon {
	max-width: 560px;
	width: 90%;
	z-index: 99;
}

.tcon.fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.tcon.absolute {
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.tcon.absolute .tcon-con {
	margin-bottom: 5%;
}

.tcon-con {
	padding: 5% 4% 5% 4%;
	border-radius: 5px;
	text-align: center;
	border: 3px solid #fff;
	background-color: #fff;
	font-size: 16px;
	color: #000;
}

.tcon-con h1 {
	color: #ff0000;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
	*filter: Glow(Color=#fff, Strengt h=2);
}

.tcon-conp {
	padding: 3% 0 5%;
}

.bluebg {
	background-color: #002d64;
}

.xx {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	z-index: 999;
	right: -12px;
	top: -12px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #eef6fd;
	background-size: 60% 60%;
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #14579b;
}

.xx:after,
.xx:before {
	position: absolute;
	content: "";
	display: block;
	width: 17px;
	height: 3px;
	background-color: #14579b;
	top: 10px;
	left: 4px;
}

.xx:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.xx:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}


/***************************************************************************/

body {
	font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
	min-width: 320px;
	line-height: 1.6;
	font-size: 14px;
	color: #626262;
	position: relative;
	word-wrap: break-word;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:hover,
a:focus {
	outline: none;
}

html * {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
	margin: 0 auto;
	position: relative;
}

.t-l {
	text-align: left !important;
}

.t-c {
	text-align: center !important;
}

.t-r {
	text-align: right !important;
}

.f-l {
	float: left;
	line-height:40px;
	height:40px;
}

.f-r {
	float: right;
	line-height:40px;
	height:40px;
}

.flex {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.flex2 {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.flex-c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.flex-c2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-b {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-p {
	-webkit-box-align: center;
	align-items: center;
}

.hide {
	display: none;
}

.noclick {
	pointer-events: none;
}

.flex-shu {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}


/* -----------------------------------
       	结束 
------------------------------------- */

.box {
	width:920px !important;
	margin:0 auto;
	min-height:260px !important;
	height:260px !important;
	overflow:hidden;
	border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(ie-css3.htc);
	z-index:9;
	position:relative;
	background-color:#ffffff;
}

.c1 {
	color: #50a7c7;
        font-size: 14px;
        margin: 0;
}

.f15 {
	font-size: 15px;
}

.h3d {
	padding: 30px 5% 10px 5%;
}

.inp {
	color: #8b8380;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: 12%;
	left: 1%;
}

.iimg {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
}

.iimg1 {
	background-color: #4e7ebc;
}

.iimg2 {
	background-color: #97ba60;
}

.iimg3 {
	background-color: #bc494e;
}

.iimg4 {
	background-color: #32cb35;
}

.iimg5 {
	background-color: #f29547;
}

.inpd {
	position: absolute;
	border: 1px solid #ddd;
	padding: 5px 10px;
	left: 22%;
	top:20%;
	color: #000;
	border-radius: 2px;
	box-shadow: 2px 2px 4px #ddd;
}

.f12 {
	font-size: 12px;
}

#chartdiv2 {
	margin-top:-9%;
	margin-left:18%;
}

#chartdiv {
	width:30.3333% !important;
	float:left;
	box-sizing:border-box;
	position:relative;
	left:1%;
	top:-30%;
	overflow:visible !important;
}

.inpd2 {
	position: absolute;
	border: 1px solid #ddd;
	padding: 5px 10px;
	right: -53%;
	color: #000;
	border-radius: 2px;
	box-shadow: 2px 2px 4px #ddd;
	top: -4%;
	font-weight: bold;
}

.c2 {
	color: #4574a8;
}

.c3 {
	color: #ad4542;
}

.c4 {
	color: #88a44f;
}

.c5 {
	color: #785492;
}

.c6 {
	color: #4496ac;
}

.c7 {
	color: #eb7c35;
}

.c8 {
	color: #92a9d3;
}

.c9 {
	color: #c89792;
}

.c10 {
	color: #bad088;
}

.c11 {
	color: #ab9ac7;
}

.fot {
	position:relative;
	z-index:1;
	margin-top: 2% !important;
	float:left;
	width:25%;
	top:-58px;
	margin-left:12%;
}

.fot div {
	border-bottom: 1px solid #9f9f9f;
	padding: 4px 2%;
        
}

.fot img {
	width: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
}

.icon2 {
	position: relative;
	width:30%;
	float:left;
	left:-5%;
	top:-30px;
}

.fot div {
	float: left;
	width: 100%;
        border-bottom: 1px solid #9f9f9f;
        padding: 0px 2%;
}

#chartdiv .amcharts-chart-div
{
	margin-top:31% !important;
	margin-left:-15% !important;
}


/**/