html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;font-size: 18px;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
}

pre,
code,
address,
caption,
th,
figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal
}

fieldset,
iframe,
img {
    border: 0
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
    display: block
}

audio,
canvas,
video,
progress {
    display: inline-block;
    vertical-align: baseline
}

button {
    background: none;
    border: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}

input,
textarea,
select,
input:focus,
button,
button:focus {
    outline: none;
}

button:disabled {
    cursor: default
}

:focus {
    outline: 3px solid #c1e0fe;
    outline: 3px solid rgba(131, 192, 253, 0.5);
    outline-offset: 1px
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline: none
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}


/*color*/

.blue {
    color: #0086d1;
}

.orange {
    color: #fc8800;
}

a {
    color: #999;
    text-decoration: none;
    transition: background-color 0.1s ease-in 0s, color 0.2s ease-in 0s;
    -webkit-transition: background-color 0.1s ease-in 0s, color 0.2s ease-in 0s;
    outline: none
}


/* for firefox */

a:hover {
    color: #333;
}

.head {
    height: 60px;
    background: #2c2e31;
}

.head .centre {
    width: 1100px;
    margin: 0 auto;
}

.content {
    width: 1200px;
    margin: 0 auto;
   
}

.content .home-top {
    
    width: 600px;
	margin: 30px auto;
}

.system-title {
    height: 150px;
    position: relative;
    padding-left: 200px;
}

.magnifier-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.system-title .title {
    padding-top: 10px;
    line-height: 60px;
    font-weight: bold;
    color: #0086d1;
    font-size: 40px;
	text-align: center;
}

.system-title .explain {
    color: #fc8800;
    font-size: 16px;
}

.form-box .level-item {
    position: relative;
    margin-top: 30px;
    min-height: 40px;
    padding-left: 100px;
}

.form-box .level-item .key {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    line-height: 40px;
    color: #666666;
}

.form-box .input-text input {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 6px;
}

.form-box .submit-box {
    text-align: center;
}

.form-box .submit {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    border-radius: 6px;
    background: #0086d1;
    color: #ffffff;
}

.form-box .submit:hover,
.detail .continue:hover {
    background: #0250b5;
}

.tip {
    font-size: 14px;
    padding-top: 10px;
    color: #999;
}



.iBanner{width: 100%;}
.iBanner .img img{  display:block;}
.iBanner .swiperDots{ display:block; bottom:5px;}
.iBanner .swiperDots span{ height:15px; width:15px; background:#fff; position:relative; box-shadow:none;border-radius: 20px;}
/* .iBanner .swiperDots span:before{ content:''; width:100%; height:1px; position:absolute; left:0px; top:3px; right:0px; background:#fff;}
.iBanner .swiperDots span:after{ content:''; width:0%; height:1px; position:absolute; left:0px; top:3px; background:#4c87ff;} */
.iBanner .swiperDots span.swiper-pagination-bullet-active{height:15px; width:15px; background:#37b8e2;}
.iBanner .swiperDots span.swiper-pagination-bullet-active:after{ width:100%; transition:width linear 8000ms;}
.iBanner .swiperDots:hover span:before,
.iBanner .swiperDots:hover span:after{ height:3px; top:0px;}
.iBanner .swiperArrow{ display:block; color:#fff;border: none;}
.iBanner .swiperPrev{ left:50px;border: none!important;}
.iBanner .swiperNext{ right:50px;border: none!important;}
.iBanner .swiperArrow:hover{ color:#4c87ff;border: none;}
button{outline:none;}


.query-method {
    padding-top: 40px;
    padding-bottom: 100px;
}

.query-method .take-care {
    line-height: 22px;
    color: #666;
}

.query-method .take-care .title {
    font-weight: bold;
    color: #333;
}

.query-method .take-care p {
    padding: 5px 0;
    text-indent: -10em;
    padding-left: 10em;
}

.method-box {
    padding: 20px 30px 30px;
    background: #f5f9fd;
    border: 1px solid #e9eff7;
    border-radius: 6px;
}

.method-box .hd {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.method-box li {
    line-height: 30px;
    color: #666;
}

.detail {
    
    margin: 30px auto;
}

.detail .code-list {
    padding-bottom: 20px;
  
    line-height: 40px;
    border-bottom: 1px solid #DCDCDC;
	
}


.detail .code-list ul::after {
    content: '';
    display: table;
    clear: both;
}

.detail .code-list li {
    float: left;
    padding-right: 30px;
}

.detail .continue {
    float: right;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    background: #0086d1;
    color: #ffffff;
}

.detail .jsondata {
    padding: 0 40px;
}

.detail .jsondata li {
    position: relative;
    padding: 15px 0 10px 160px;
    line-height: 30px;
    min-height: 30px;
}

.detail .jsondata li .key {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
    display: inline-block;
    width: 170px;
    text-align: right;
    color: #999;
}

.detail .jsondata li .val {
    min-height: 30px;
	padding-left: 30px;
	font-weight: bold;
}

.detail .remark {
    padding: 40px;
}

.content-title {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 140px;
    line-height: 30px;
    background: url(../images/small-ok.png) 70px 30px no-repeat;
    font-size: 36px;
    font-weight: bold;
	
	color: #0250B5;
}

.content-titleb {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 140px;
    line-height: 30px;
   color: #429002;
    font-size: 40px;
    font-weight: bold;
}

.contetn-body { min-height: 600px;
   
   
  
  
}




.contetn-body img{width: 100%;}
/*footer*/
#footer{width: 100%;padding-bottom: 10px;}
.foot p{margin-top: 10px;color:#666;}
.foot a{color:#f00;}
.foot p img{vertical-align:text-bottom;}
#content{margin-top:10px;}
.cont-left{width: 855px;}
.cont-right{width: 315px;margin-right: 10px;}
.key {
   
    width: 100px;
   
    line-height: 40px;
    color: #666666;
	float: left;
}

.foot{border-top: 7px solid #0086d1;}
.foot p a{color:#0086d1}
#user{ width:600px; margin:0 auto; text-align:center;overflow: hidden;}
#user.xgxx{ width:80%; padding:5% 10%; float:left;background-color:rgba(10,24,51,0.9);border-radius:8px; border:#2882FD solid 1px;}
#user.kcb{ width:100%; padding:0px; float:left;background-color:#FFF;border-radius:0px; border:0px;}
#user p{ margin:1% 0px;width:100%;  float:left;   text-align:left;  position:relative;
		z-index: 2;}
#user h4{ text-align:center; margin:2% 0px;width:100%;float:left; margin-bottom:5%; color:#2882FD;  font-weight:normal;}	
#user p em{
	position:absolute;
	right:3%;
	top:12px;
	width:80px;
	height:26px;
	background-color:#1E62A7;
	line-height:26px; font-size:14px;
	color:#fff;
	border-radius:4px;
	font-style: normal; color:#fff; text-align:center; cursor:pointer;
}
#user p em:hover{ background-color:#0066CC;}
#user p .checkimg{ position:absolute; right:8%; top:30%;}
#user p span{ clear:#fff; font-weight:bold;}
#user p a{ color:rgba(255,255,255,0.8); }
#user p a:hover{ color:#FFFFFF}
#user input,#user textarea{
	float:left;
	outline:none;
	border:0px;
	font-size:16px;
	padding-left:30px; padding-right:10px;
	width:100%;
	border-radius:2px;
	box-sizing:content-box;
	box-sizing:border-box;
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #000000;
}
#user select{ float:left; outline:none;color:#666; padding:0px 5%; border:#EFEFF0 solid 1px;font-size:14px;background-color:#F8FDFF; height:40px; line-height:1.5;   width:100%;border-radius:4px; height:42px;  }
#user .select:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-top-color: #333;
		top: 16px;
		right: 10px;
		cursor: pointer;
		z-index: -2;
	}
#user .select select {
		cursor: pointer;
		padding: 10px;
		width: 100%;
		background: transparent;
		background-image: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
#user .bg1{
	background-image: url(../images/yh.png);
}
#user  .bg2{
	background-image: url(../images/mm.png);
}
#user  .bg3{
	background-image: url(../images/yzm.png);
}
#user .input1{ padding: 0 10px;
    box-sizing: border-box;
    width: 500px;
    height: 40px;
    line-height: 40px;

    border: 1px solid #0086d1;
    float: left;	 
	 color:#000000!important;
	}

#user .input1::-webkit-input-placeholder{ color:#d8d8d8;}
#user .input2{  line-height:20px; color:#666; background-color:#fff; height:80px;}
#user .input2::-webkit-input-placeholder{ color:#d8d8d8;}
#user .input4{ height:50px; color:#666; background-color:rgba(255,255,255,0.8); width:40%; }
#user .input5{ height:20px; color:#666; background-color:rgba(255,255,255,0.8); width:20px; margin-right:12px; }
#user .button4{  height:40px;  width:29%;
	color:#fff;
	text-align:center;
	cursor:pointer; float:none;
	font-size:16px;
	transition:all 0.3s ease-in-out 0s;
	background-color:#14A9ED; margin:5% 2%; padding:0px;

}
#user .button4:hover{ background-color:#ff6600; }
#user .button2{ margin:0 auto;width:200px;height:40px;border-radius:6px;background:#ff6600;color:#ffffff;line-height:40px;padding-left:0;margin-top:20px;cursor:pointer;float: none;

}
#user .button2:hover{ background-color:#ff6600; }

.index_banner {
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	width: 100%;
   height: 550px;
 
    background-image: url(../images/banner.jpg);}





.Validform_checktip{ width:100%;
	line-height:25px;
	font-size:12px; 
}
.Validform_right{
	color:#00CC00;
	padding-left:20px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: left center; display:none;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	background:url(../images/error.png) no-repeat left center; float:left; text-align:left
}
.Validform_loading{
	padding-left:20px;
	background:url(../images/onload.gif) no-repeat left center;
}
.Validform_error{
	background-color:#FFFFFF;
	color: #000000;
}
#Validform_msg{color:#7d8289;  width:280px; -webkit-box-shadow:2px 2px 3px #777; -moz-box-shadow:2px 2px 3px #777; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); font-size:14px;}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#FF8400;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#fff;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #FF8400; border-top:none; text-align:left;}


/*head*/

/*nav导航*/
#nav{background: #0086d1;border-bottom:4px solid #218a48;}
.menuNav li.active{border-top: 4px solid #218a48;color:#218a48;}
.navSon{background: #0086d1;}

/*头部样式*/
#header{width: 100%;height:100px;overflow: hidden;}
.logo{background: url(../images/logo.svg) no-repeat;width: 224px;height: 45px;margin:25px 0px}
.logo a{display: block;width: 100%;height:100%;}
.logoRight{width: 415px;height: 30px;background: url(../images/top.png) no-repeat;margin: 35px 0 0 30px;}
.search-keyword{width: 198px;height: 26px;line-height: 26px;color:#666;font-size: 12px;text-indent: 10px;border:1px solid #c8d0d7;margin-top: 12px;}
.search-submit{width: 53px;height: 28px;color:#666;border: 1px solid #c8d0d7;border-left: none;background: url(../images/icons.gif) no-repeat -127px -58px;margin-top: 12px;display: block;cursor: pointer;}
.dateNow{margin-top:10px;}
.dateNows{margin-top:10px;}
.dateNows span{border:1px solid #999;padding:0 8px; margin-right:16px;margin-left:4px;border-radius:10px;}

.left{float: left;}
.right{float: right;}