﻿
@charset "utf-8";
header, section, footer, aside, nav, main, article, figure { display: block }
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/}
strong { font-weight: bold }
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0 }
body, html { font-size: 100%; padding: 0; margin: 0 }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img { margin: 0; padding: 0 }
body, button, input, select, textarea, option { font-family: '微软雅黑', 'Arail', tahoma, Srial, helvetica, sans-serif; color: #333 }
body { background-color: #fff;padding-bottom:75px; }
form { display: block }
em { font-style: normal }
ul, ol, li { list-style: none }
a { text-decoration: none; color: #333 }
a:hover { text-decoration: none }
img { border: 0px }
table { border-collapse: collapse; border-spacing: 0 ;}
.fl { float: left }
.fr { float: right }
.clear { clear: both; text-indent: -9999px }
.clearfix:before, .clearfix:after { content: " "; display: table }
.clearfix:after { clear: both }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: normal; font-family: '微软雅黑', "microsoft yahei", Arial, Verdana, sans-serif, 'Tahoma' }
select, option, input, textarea { padding: 0; margin: 0; border: none ;outline: none;}
select:hover { cursor: pointer }
input[type="submit"]:hover { cursor: pointer }
* html .clearfix { height: 1% }
.clearfix { display: block }
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.block { display: block }
.inline-block { display: inline-block }
.whole-a { display: block; width: 100%; height: 100% }
.whole-img { width: 100%; height: 100% }
.text-center { text-align: center }
.text-right { text-align: right }
.text-left { text-align: left }
a, p, i, span { font-size: inherit; color: inherit; line-height: inherit }
a, input, select, textarea, .tran02 { transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out }
.tran06 { transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out }
.w { width: 1200px; margin: 0 auto }
.mcolor { color: #167e1c !important }
.white { color: #fff !important }
.gray { color: #999 !important }
.yellow { color: #fba807 !important }
.red { color: #fb0504 !important }
.green { color: #0a9e03 !important }
.orange { color: #ff6600 !important }
.blue { color: #0d91ed !important }
.text-shadow { text-shadow: #666 2px 2px 3px }
.box-shadow { box-shadow: rgba(0, 0, 0, .3) 2px 2px 3px }
.width100{width:100%;}
.nobg{background:none;}
.mt10 { margin-top: 10px }
.mt20 { margin-top: 20px }
.mt30 { margin-top: 30px }
.mt40 { margin-top: 40px }
.mt50 { margin-top: 50px }
.mb10 { margin-bottom: 10px }
.mb20 { margin-bottom: 20px }
.mb30 { margin-bottom: 30px }
.mb40 { margin-bottom: 40px }
.mb50 { margin-bottom: 50px }
.mr10 { margin-right: 10px }
.mr20 { margin-right: 20px }
.mr30 { margin-right: 30px }
.mr40 { margin-right: 40px }
.mr50 { margin-right: 50px }
.ml10 { margin-left: 10px }
.ml20 { margin-left: 20px }
.ml30 { margin-left: 30px }
.ml40 { margin-left: 40px }
.ml50 { margin-left: 50px }
.hfit { height: 100% }
.wfit { width: 100% }
.overhide { overflow: hidden !important }
.bgef{background-color: #efefef;}

/*内页顶部*/
.new-header {
    position: relative;
    z-index: 8888;
    height: 44px;
    background: #068be0;
        background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
}

.new-a-back {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30px;
    height: 32px;
}

.new-header h2 {
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.new-a-tp {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 37px;
    height: 30px;
}

.new-a-tp span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 5px 0 0 8px;
    background: url(../images/home.png) no-repeat;
    background-size: 21px;
    text-indent: -9999px;
}

.new-a-back span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    background: url(../images/back.png) no-repeat 8px 0;
    background-size: 10px;
    text-indent: -9999px;
}
.ban{ text-align: center; color: #b2b2b2; font-size: 14px; padding-bottom: 80px; }


.chaxun{
	margin: 0 4%;
	background-color: rgba(0,0,0,0.4);
	width: 92%;
	border-radius: 4px;
	text-align: center;
	padding: 0 5%;
	/*margin-bottom: 20px;*/
}
.chaxun h1{
	color: #fff;
	font-size: 18px;
	line-height: 46px;
}
.chaxun h1 span{
	color: #ec5e0f;
	font-size: 18px;
}
.chaxun .sign_in{
	width: 76%;
	line-height: 36px;
	text-align: left;
	/*padding-left: 16px;*/
	background: #fff;
	margin-top: 8px;
	border-radius: 6px;
	float: left;
}
.chaxun .sign_in span{
	font-size: 14px;
	color: #787878;
}
.chaxun .sign_in input{
	font-size: 14px;
	color: #999;
}
.sign_in .xuan{
	border:1px #fff solid;
	width: 210px;
	background: url(../images/sanjiao.png) no-repeat 196px 4px;
	color: #333;
	font-size: 14px;
}
.chaxun .sign_ins{
	width: 87px;
	float: left;
	line-height: 36px;
	text-align: left;
	padding-left: 16px;
	background: #fff;
	margin-top: 8px;
	border-radius: 6px;
	margin-left: 18px;
}
.chaxun .sign_ins span{
	font-size: 14px;
	color: #787878;
}
.chaxun .sign_ins input{
	width: 26px;
}
.yugu{
	width: 308px;
	margin: 8px 0px;
	margin-left: 10px;
	line-height: 36px;
	padding-left: 16px;
	background: #ff9619;
	border-radius: 6px;
	float: left;
}
.yugu button{
	color: #fff;
}
.chaxun .hr{
	width: 324px;
	height: 2px;
	margin-left: 18px;
	background-color: #fff;
	margin-bottom: 20px;
}
.zhuizong{
	width: 308px;
	margin: 20px auto;
	line-height: 36px;
	padding-left: 16px;
	background: #aaa;
	border-radius: 6px;
}
.zhuizong button{
	color: #fff;
}