@charset "utf-8";
/*
 * 公共样式
 * */
* {
    font-family: Microsoft YaHei, sans-serif;
	box-sizing: border-box;
}
.clearFix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}
header > img, footer > img {
    width: 100%;
}   
body{
	margin: 0;
	padding: 0;
	background: #f9f9f9;
}
table {
	border-collapse: collapse;
}
/* 当前位置 */
.content-center{
	width: 1100px;
	margin: 0 auto;
}
.app-list {
    padding: 30px;
    background: #ffffff;
	border: solid 1px #e9e9e9;
}
.app-list ul {
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}
.app-list ul li {
    width: 135px;
    height: 100px;
    display: inline-block;
    list-style: none;
    font-size: 17px;
    margin: 0 40px 20px;
    border: 1px solid #f9f9f9;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0px 0px 1px 0px #f0f0f0;	
}
.app-list ul li:hover{
	box-shadow: 0px 0px 5px 3px #f0f0f0;	
	border-radius: 0px;
	color: #C40311;
}
.app-list ul li:nth-child(5),.app-list ul li:nth-child(6){
	margin: 0 40px 0px;
}
.app-list ul li .icon-bg {
    height: 50px;
    width: 50px;
    margin: 0 auto 15px;
}
.app-list ul li .app-name{
	
}
/*图片内容*/
.icon-jdcx{
	background: url(../imgs/jdcx.png) center center no-repeat;
	background-size: contain;
}
.icon-zscx{
	background: url(../imgs/zscx.png) center center no-repeat;
	background-size: contain;
}
.icon-fwwd{
	background: url(../imgs/fwwd.png) center center no-repeat;
	background-size: contain;
}
.icon-jfcx{
	background: url(../imgs/jfcx.png) center center no-repeat;
	background-size: contain;
}
.icon-jhcx{
	background: url(../imgs/jhcx.png) center center no-repeat;
	background-size: contain;
}
.icon-zxyy{
	background: url(../imgs/zxyy.png) center center no-repeat;
	background-size: contain;
}
.form-group .form-input-icon.icon-dq{
	background: url(../imgs/dq.png) center center no-repeat;
	background-size: 45%;
}
/*具体的内容信息*/
.content-l{
	float: left;
	padding: 15px 30px 30px;
	border: solid 1px #e9e9e9;
	width: 720px;
	min-height: 420px;
	background:#ffffff url(../imgs/bg.png) bottom center no-repeat;
	background-size:contain ;
}
.content-r{
	float: right;
	padding: 30px;
	background: #ffffff;
	border: solid 1px #e9e9e9;
	float: left;
	width: 360px;
	min-height: 463px;
}
.content-head{
    border-bottom: 1px solid #dcdcdc;
    height: 41px;
}
.content-head > span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 40px;
    line-height: 42px;
    display: block;
    font-size: 19px;
    font-weight: bold;
    float: left;
}
.content-body{
	width: 455px;
    margin: 0 auto;
    padding: 92px 0px 0px;
}
.form-input{
	height: 45px;
	width: 455px;
	border:1px solid #dcdcdc;
	background: #fafafa;
	padding: 0 10px;
	outline: none;
	font-size: 15px;
}
.form-group{
	height: 45px;
	width: 455px;
	border:1px solid #dcdcdc;
	background: #fafafa;
	display: block;
	margin: 20px auto 0;
	padding: 0;
}
.form-group .form-input-icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
    background: url(../imgs/input.png) center center no-repeat;
    background-size: 40% 50%;
}
.form-group .form-input-icon.form-input-icon-code{
    background: url(../imgs/png_00.png) center center no-repeat;
    background-size: 45% 40%;
}
.form-group .form-input{
	float: left;
	width: 389px;
	border:0;
	background: transparent;
}
.form-group.formCode .form-input{
    width: 212px;
}
.form-group.formCode .formCodeImg {
	position: absolute;
	right: -160px;
	top: -1px;
	width: 140px;
	height: 45px;
}
.btn-box{
	font-size: 0;
	width: 455px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.button-l{
	float: left;
}
.button-r{
	float: right;
}
.button{
	height: 50px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 19px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
}
.button.active {
	background-color: #c40311;
    color: #fff;
}
.sever-list{
	overflow: hidden;
}
/*查询结果*/
.no-data {
    text-align: left;
    font-size: 17px;
    color: #222;
}
.searh-result-body{
/*	padding: 25px 0;*/
}
.result-desc{
	margin: 0 auto 20px;
    font-size: 15px;
    color: #999999;
}
.result-info {
    font-size: 17px;
    /*border-bottom: 1px dashed #e9e9e9;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.result-info-titel{
    margin-bottom: 25px;
    margin-top: 52px;
}
.result-info:last-child{
	border-bottom: 0px dashed #e9e9e9;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.result-info-group-list {
    padding: 10px 0;
}
.result-info-group-list label {
    color: #999999;
    float: left;
}
.result-info-group-list .result-info-item {
    float: left;
}
.copy-text{
	padding: 30px 0;
	font-size: 17px;
	color: #333333;
	text-align: center;
}
.result-info table {
    width: 100%;
    color: #333333;
    font-size: 16px;
    border: solid 1px #dcdcdc;
}
.result-info table th {
    line-height: 49px;
    background: #dcdcdc;
    text-align: right;
    font-size: 17px;
    font-weight: 100;
    color: #333;
	padding: 0;
    border: solid 1px #cac1c1;
	text-align: center;
}
.result-info table td {
    line-height: 49px;
    background: #fff;
    text-align: left;
	padding: 0;
    padding-left: 20px;
    border: solid 1px #dcdcdc;
	font-size:17px;
}

input.form-input::-webkit-input-placeholder { /* WebKit browsers */
　　color:#efefef;font-size:15px;
}
.content-center:before,.content-center:after,
.form-group:before,.form-group:after,
.btn-box:before,.btn-box:after,
ul:before,ul:after,
.result-info-group-list:before,.result-info-group-list:after{
	content: "";
	display: block;
    clear: both;
    overflow: hidden;
}