@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	outline: none;
	border: none;
}
::-moz-tips {
	color: #ccc;
}
input:-ms-input-tips,textarea:-ms-input-tips {
	color: #ccc;
}
input::-webkit-input-tips,textarea::-webkit-input-tips {
	color: #ccc;
}
form *:focus{
	outline:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #1d59a1;
	text-decoration: none;
}
a:focus{
	outline:none;
}
.oh{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* header op */
.header{
	width:100%;
	padding: 20px 0;
}
.header img{
	display: block;
}
.logo img{
	padding-top: 19px;
}
.nav{
	width: 100%;
	height: 50px;
	background:#1d59a1;
}
.nav li{
	width: 11.111%;
	float: left;
}
.nav li a{
	font: 18px/50px "microsoft yahei";
	color: #fff;
	text-align: center;
	display:block;
}
.nav li a:hover{
	background:#2269bf;
}
/* header ed */
.location, 
.location a{
	width: 100%;
	height: 50px;
	font: 14px/50px "microsoft yahei";
	color: #666;
	margin-bottom: 40px;
	background: #f5f5f5;
}
.location a:hover{
	color: #1d59a1;
}
/* container op */
.cjcx{
	width: 750px;
	height: 440px;
	padding: 45px 0;
	margin: 0 auto;
	border: solid 1px #ddd;
}
.cjcx__title{
	font: bold 22px/22px "microsoft yahei";
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}
.cjcx__title i{
	display: inline-block;
	width: 65px;
	height: 11px;
	margin-right: 12px;
	background: url(../images/title_line.png);
	position: relative;
	top: -2px;
}
.cjcx__title i:last-child{
	margin: 0 0 0 12px;
	transform: rotate(180deg);
}
.cjcx__form{
	width: 440px;
	margin: 0 auto;
}
.cjcx__form li{
	margin-top: 20px;
	position: relative;
}
.cjcx__form input:not([type="radio"]){
    width: 100%;
    height: 50px;
	font: 15px/50px "microsoft yahei";
	color: #333;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 0 20px;
	text-indent: 28px;
    resize: none;
	transition: border .4s;
}
.cjcx__form li:nth-of-type(1) input{
	background: url(../images/icon_user.png) 20px center no-repeat;
}
.cjcx__form li:nth-of-type(2) input{
	background: url(../images/icon_password.png) 20px center no-repeat;
}
.cjcx__form li:nth-of-type(3) input{
	background: url(../images/icon_yzm.png) 20px center no-repeat;
}
.cjcx__form li .tips{
	white-space: nowrap;
	font-size: 15px;
	color: #ccc;
	background: #fff;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 48px;
    cursor: text;
	transform: translateY(-50%);
	transform-origin: bottom left;
	transition: all .3s cubic-bezier(.4,0,.2,1);
	transition-property: color,bottom,transform;
	pointer-events: none;
}
.cjcx__form li.input-focus .tips{
	color: #1d59a1;
	left: 20px;
	transform: scale(.85) translateY(-45px);
}
.cjcx__form li.active .tips{
	color: #666;
}
.cjcx__form li.input-focus input{
	text-indent: 0;
	background: none;
}
.cjcx__form li span{
	width: 130px;
	height: 48px;
	background: #f3f7fa;
	position: absolute;
	top: 1px;
	right: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cjcx__form li .go{
	height: 52px;
	display: block;
	font: bold 18px/52px "microsoft yahei";
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background: #1d59a1;
}
.cjcx__form input:hover,
.cjcx__form input:focus{
	border-color: #1d59a1;
}
.cjcx__form li .go:hover{
	background: #2165b8;
}
/* 查询结果 */
.cjcx__result{
	width: 590px;
	margin: 20px auto 0;
	background: url(../images/watermark.png) left bottom repeat;
	border: solid 1px #e5e5e5;
}
.cjcx__result dl,
.cjcx__result dt,
.cjcx__result dd{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cjcx__result dl+dl{
	border-top: solid 1px #e5e5e5;
}
.cjcx__result dt{
	width: 170px;
	background: #f5f5f5;
	border-right: solid 1px #e5e5e5;
}
.cjcx__result dt,
.cjcx__result dd{
	font-size: 16px;
	color: #333;
	padding: 14px 0;
}
.cjcx__result dd{
	flex: 1;
}
.cjcx__result dl:nth-of-type(3) dt{
	height: 86px;
}
.cjcx__result dl:nth-of-type(3) dd{
	display: block;
	padding: 14px 30px;
}
.cjcx__result dd >div{
	float: left;
	width: 33.333%;
	padding-top: 14px;
}
.cjcx__result dd >div:nth-of-type(1),
.cjcx__result dd >div:nth-of-type(2),
.cjcx__result dd >div:nth-of-type(3){
	padding-top: 0;
}
.cjcx__result dd >div span:first-child{
	color: #666;
}
/* 入口 */
.entrance{
	padding: 100px 0 50px;
}
.entrance li{
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
}
/* .entrance li:first-child:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #eee;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
} */
.entrance li:first-child{
	border-right: solid 1px #eee;
}
.entrance li> div{
	width: 50%;
	margin: 0 auto;
	border-radius: 10px;
	transition: box-shadow .5s;
}
/* .entrance li> div:hover{
	cursor: pointer;
	box-shadow: 0 2px 20px rgba(29, 89, 161, .1);
} */
.entrance li> div:hover img{
	animation: pulse .6s 1;
}
@keyframes pulse{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-12px);
	}
	100%{
		transform: translateY(0);
	}
}
.entrance li h3{
	font: 20px/28px "microsoft yahei";
	color: #333;
	padding: 42px 0 30px;
}
.entrance li .go{
	display: inline-block;
	width: 138px;
	height: 42px;
	font: 15px/24px "microsoft yahei";
	color: #fff;
	text-align: left;
	padding: 9px 9px 9px 28px;
	border-radius: 24px;
	background: linear-gradient(45deg, #529be6 0% , #1d59a1 100%);
	transition: box-shadow .3s;
}
.entrance li .go i{
	float: right;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.entrance li .go i:after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #1d59a1;
	border-right: solid 2px #1d59a1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-70%, -50%) rotate(45deg);
}
.entrance li .go:hover{
	box-shadow: 0 2px 16px rgba(29, 89, 161, .35);
}
/* container ed */
/* footer op */
.footer{
	padding: 25px 0;
	margin-top: 50px;
	background: #f5f5f5;
	border-top: solid 4px #1d59a1;
}
.footer p{
	font: 14px/22px "microsoft yahei";
	color: #333;
	text-align: center;
}
.footer a{
	color: #1d59a1;
}
.footer a:hover{
	text-decoration: underline;
}