body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,textarea,input,button,p{margin:0;padding:0;}
html{
	min-width: 1190px;
	height: 100%;
}
body{ width: 100%;height: 100%; font-size: 16px;font-family: 'Microsoft YaHei',"微软雅黑"; color: #333;background-color: #fff;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
img,input{border:0;vertical-align:top;}
input{
	outline: none;
}
i{font-style: normal;font-weight: bold;}
img{display: inline-block;}
ul,ol,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
a:hover{text-decoration:none;}


.cf{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pos_re{
	position: relative;
}
.pos_ab{
	position: absolute;
}
.dis_none{
	display: none;
}
.dis_line{
	display: inline-block;
}
.dis_block{
	display: block;
}
.dis_vis{
	visibility: hidden;
}
.ver_middle{
	vertical-align: middle;
}
.ver_top{
	vertical-align: top;
}
.text_left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text_center{
	text-align: center;
}
/*bodywidth*/
.pt_continer{
	padding-bottom: 80px;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
.pt_content{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
.box_wrap{
	min-width: 1190px;
	width: 100%;
}
.box_center{
	margin: 0 auto;
	width: 1190px;
}

/*input button*/
.Input{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 12px;
	width: 350px;
	height: 40px;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
}
.Input:focus{
	border-color: #3071f2;
}
.pt_btn{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 200px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border-radius: 2px;
}
.btn_white{
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
}
.btn_white:hover{
	color: #3071f2;
	background-color: #fff;
}
.btn_white1{
	font-size: 14px;
	color: #000;
	border: 1px solid #ddd;
}
.btn_white1:hover{
	background-color: #eee;
}
/*蓝底hover深蓝底*/
.btn_blue{
	font-size: 16px;
	color: #fff;
	background-color: #0082de;
}
.btn_blue:hover{
	background-color: #0078cd;
}
/*蓝线白底hover蓝底*/
.btn_blue1{
	font-size: 14px;
	color: #3071f2;
	border: 1px solid #ccddff;
}
.btn_blue1:hover{
	color: #fff;
	border-color: #3071f2;
	background-color: #3071f2;
}
/*橙色底hover深橙色*/
.btn_orange{
	font-size: 14px;
	color: #fff;
	background-color: #f7820c;
}
.btn_orange:hover{
	background-color: #e87800;
}
/*获取验证码*/
.getCode{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 150px;
	height: 40px;
	background-color: transparent;
	font-size: 14px;
	color: #3071f2;
	border: 1px solid #3071f2;
	cursor: pointer;
}
.getCode:hover{
	color: #fff;
	background-color: #3071f2;
}
.getCode_disabled{
	color: #bbb;
	border: 1px solid #ddd;
}
.getCode_disabled:hover{
	color: #bbb;
	border: 1px solid #ddd;
	background-color: transparent;
	cursor: default;
}
.w154l40 {
	width: 154px;
	height: 40px;
	line-height: 40px;
}
.w350l44 {
	width: 350px;
	height: 44px;
	line-height: 44px;
}
.w120h34{
	width: 120px;
	height: 34px;
	line-height: 32px;
}
.w190h40{
	width: 190px;
	height: 40px;
}
.w190h44{
	width: 190px;
	height: 44px;
}
.w310h40{
	width: 310px;
	height: 40px;
	line-height: 40px;
}
.w330h44{
	width: 330px;
	height: 44px;
	line-height: 44px;
}
.w350h44{
	width: 350px;
	height: 44px;
	line-height: 44px;
}
/*color font-size*/
.bg_f5f5f5{
	background-color: #f5f5f5;
}
.col_999{
	color: #999;
}
.col_666{
	color: #666;
}
.col_333{
	color: #333;
}
.col_000{
	color: #000;
}
.col_fff{
	color: #fff;
}
.a_blue{
	color: #0082de;
}
.a_line:hover{
	text-decoration: underline;
}
.fs_14{
	font-size: 14px;
}
.fs_18{
	font-size: 18px;
}
.fs_20{
	font-size: 20px;
}
.fs_24{
	font-size: 24px;
}
.fs_28{
	font-size: 28px;
}
.fs_26{
	font-size: 26px;
}
.fs_36{
	font-size: 36px;
}
.fs_46{
	font-size: 46px;
}
.font_bold {
	font-weight: bold;
}



/*margin*/
.mt_8{
	margin-top: 8px;
}
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.mt_10{
	margin-top: 10px;
}
.mt_14{
	margin-top: 14px;
}
.mt_18{
	margin-top: 18px;
}
.mt_20{
	margin-top: 20px;
}
.mt_24{
	margin-top: 24px;
}
.mt_26{
	margin-top: 26px;
}
.mt_30{
	margin-top: 30px;
}
.mt_32{
	margin-top: 32px;
}
.mt_36{
	margin-top: 36px;
}
.mt_40{
	margin-top: 40px;
}
.mt_48{
	margin-top: 48px;
}
.mt_70{
	margin-top: 70px;
}
.mt_90{
	margin-top: 90px;
}
.ml_94 {
	margin-left: 94px;
}
.pl_12 {
	padding-left: 12px;
}
.pl_24 {
	padding-left: 24px;
}
.pl_34 {
	padding-left: 34px;
}
.pl_60 {
	padding-left: 60px;
}


.table_default {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	table-layout: fixed;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.table_default td,.table_default th {
	font-weight: normal;
	box-sizing: border-box;
	height: 38px;
	font-size: 14px;
	color: #333;
	word-wrap: break-word;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}


/*nav*/
.Nav_wrap {
	width: 100%;
	height: 70px;
	background-color: #fff;
}
.Nav_wrap a {
	color: #333;
}
.Nav {
	margin: 0 auto;
	width: 1190px;
	height: 70px;
}
.Logo {
	float: left;
	width: 156px;
	height: 70px;
	background: url(../images/logo.png) no-repeat center center;
}
.Nav>ul {
	float: left;
	margin-left: 76px;
	font-size: 0;
}
.Nav li {
	position: relative;
	margin-right: 32px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 24px 12px 0 12px;
	height: 70px;
	font-size: 20px;
}
.Nav a:hover {
	color: #0082de;
}
.Nav li.current a {
	color: #0082de;
}
.Nav li.current:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #0082de;
}
.Service {
	position: relative;
}
.Service:before {
	content: "";
	position: absolute;
	top: 36px;
	right: -10px;
	width: 10px;
	height: 6px;
	background: url(../images/arrow_black.png) no-repeat 0 0; 
}
.Service>div {
	z-index: 99;
	display: none;
	position: absolute;
	left: 50%;
	top: 70px;
	padding: 12px 0;
	margin-left: -53px;
	width: 106px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
}
.Service>div:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid rgba(0,0,0,0.6);
}
.Service>div a {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.Service>div a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
}
.Service:hover:after {
	display: none;
}
.Service:hover>div {
	display: block;
}
.Logo_state {
	float: right;
	padding-top: 28px;
	box-sizing: border-box;
	height: 70px;
	/*line-height: 70px;*/
}

/*copy*/
.copy {
	margin-top: -80px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	color: #e6e8ed;
	background-color: #333;
}








