﻿@charset "utf-8";
/* CSS Document */



/******************** 中心简介 ********************/

.currentpageBox1 {
	border: solid 1px #dcdcdc;
	background-color: #fff;
}

.currentpage {
	color: #646464;
	background-color: #fafafa;
	line-height: 34px;
	border: solid 1px #dcdcdc;
	padding-left: 20px;
}
.smallnav{
	color:#646464;
}
.currentpage .smallnav:hover{
	color:#449bf4;
	text-decoration:underline;
}
.currentpage1 {
	color: #646464;
	background-color: #fafafa;
	line-height: 34px;
	border-bottom: solid 1px #dcdcdc;
	padding-left: 20px;
}
.currentpage1 .smallnav:hover{
	color:#449bf4;
	text-decoration:underline;
}
.left {
	background-color: #fafafa;
	width: 220px;
	padding: 20px 0;
	box-sizing: border-box;
}

.right {
	width: 780px;
	border-left: solid 1px #e8e8e8;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}

.leftnavBox {
	line-height: 42px;

}
.leftnavBox li{
	padding: 0 30px;
}
.leftnavBox li:hover{
	background: #e5e5e5;
}
.leftnavBox li:hover a{
	color: #333;
}
.bigtit {
	color: #323232;
	font-size: 14px;
	font-weight: bold;
}

.leftnav {
	display: inline-block;
	width: 100%;
	color: #323232;
	font-size: 14px;
}

.leftnavcurrent {
	color: #1865c8;
}



.probanner {
	width:100%;
	display: block;
}

.right div {
	line-height: 32px;
}

.textit {
	font-size: 20px;
	text-align: center;
	font-family: "微软雅黑";
	margin-top: 14px;
}

.textimg {
	width: 470px;
	height: 235px;
	margin: 20px 0 20px 145px;
}


/******************** 注册管理办法 ********************/

.proBox div {
	line-height: 26px;
}

.tit {
	font-weight: bold;
	font-size: 14px;
}

.tit1 {
	font-weight: bold;
	font-size: 12px;
}

/******************** FAQ信息 ********************/

.question {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	padding-left: 40px;
	background: url(../images/q.png) no-repeat left center;
}

.answer {
	line-height: 22px;
	padding-left: 40px;
	background: url(../images/a.png) no-repeat left top;
}

.aqBox {
	padding-bottom: 12px;
	background: url(../images/bg_line.png) bottom repeat-x;
}

/***** FAQ信息—资料 *****/

.aqzlBox {
	background: url(../images/bg_line.png) bottom repeat-x;
}
.aqzlBox li{
	line-height: 50px;
}
.aqzlBox li a{
	display: inline-block;

}
.aqzlBox li span{
	display: inline-block;
	color: #c3c3c3;
}
.wendang{
	display:block;
	padding-left:20px;
	line-height:42px;
	background:url(../images/wendang.png) no-repeat left center;
}
.wendang a{
	color:#323232;
}
.aqzlBox a:hover{
	color:#1865c8;
	/*text-decoration:underline;*/
}

/******************** 注册公告 ********************/

.gginput {
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
	border: solid 1px #eee;
	font-size: 16px;
	/*-webkit-box-shadow: inset 0 1px 2px #eee;
	-moz-box-shadow: inset 0 1px 2px #eee;
	box-shadow: inset 0 1px 2px #eee;*/
	padding-left: 8px;
	outline:none;
}

.search {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat;
	background-size: 20px 20px;
}

.gglist {
	line-height: 53px;

}

.gglist th {
	color: #646464;
	text-align: left;
	border-bottom: solid 1px #c8c8c8;
}

.gglist td {
	text-align: left;
	border-bottom: solid 1px #f1f1f1;
	color: #646464;
	padding-left: 10px;
}

.gglist td a {
	display: inline-block;
	color: #323232;
	font-size: 14px;
	line-height: 53px;
}

/*.gglist tr:hover {
	background-color: #f6f6f6;
}*/

.gglist td a:hover {
	color: #1865c8;
	/*text-decoration: underline;*/
}

.gglist .listtit:hover {
	background-color: #fff;
}
.down{
	width:60px;
	height:22px;
	border:solid 1px #1865c8;
	color:#1865c8;
	font-size:12px;
	background-color:#fff;
	border-radius:2px;
	line-height:22px;
	text-align:center;
	margin-top:10px;
}
.aqzlBox .down:hover{
	text-decoration:none;
	color:#fff;
	background-color:#1865c8;
}
/***** 分页 *****/
/*.pagenum {
	clear: both;
	height: 22px;
	padding: 15px 0 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagenum a, .pagenum span {
	height: 20px;
	line-height: 22px;
	border: 1px solid #969696;
	color: #646464;
	background-color: #fafafa;
}

.pagenum a, .pagenum strong, .pagenum span {
	display: inline-block;
	padding: 0 8px;
	overflow: hidden;
	margin-right: 3px;
	margin-left: 2px;
	background: #fff;
}

.page strong {
	height: 22px;
	line-height: 22px;
}

.pagenum .ellipsis {
	border: 0;
	padding: 0;
	height: 21px;
	line-height: 21px;
}*/
.pagenum input[type="text"]{width:30px; text-align:center; margin:0 5px;  *position:relative; *top:3px;}
.fy div{ display:inline;}
.fy input[type="button"]{cursor:pointer; margin:0 2px; padding:0 5px;}
.mod-page input[type=text]
{
    width: 30px;
    height:14px;
    padding:3px;
    text-align:center;
    margin-left:5px;
    margin-top:3px;
    line-height:12px;
    *positon:relative;
    *top:2px;
    
}
.mod-page input[type=button]
{
    border:0;
    background: #449bf4;
    padding: 0 6px;
    line-height: 16px;
    vertical-align: middle;
    border-radius: 0;
    height: 22px;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    margin-top:-1px!important;
    margin-top: -10px;
    
}
.mod-page-cur {
	background-color: #449bf4;
	color: white;
	padding: 5px 7px;
	height: 12px;
	line-height: 12px;
	margin: 2px 0 0 4px;
	/*float: left;*/
	display: inline;
}
.mod-page a {
	border: #DFDFDF 1px solid;
	background-color: #F7F7F7;
	text-decoration: none;
	padding: 5px 7px;
	height: 12px;
	line-height: 12px;
	color: black;
	/*float: left;*/
	display: inline;
}
.mod-page a:hover{
	border: #449bf4 1px solid;
	background-color:#fff;
	
}
.pagination-count {
    margin: 0 0px 5px 10px;
}
.pagecount
{
    float:left;
}
.zjpage
{
    float:left;
    margin-right:5px;
    line-height:30px;
}
.jump
{
    float:left;
    margin-top:3px;
}
 .page-num 
 {
    border: 1px solid #DEDEDE;
    line-height: 18px;
    color: #449bf4;
    font-size: 14px;
    text-align: center;
}
.btn-jump 
{
    border: 1px solid #449bf4;
    background: #308BE4;
    padding: 0 6px;
    line-height: 16px;
    vertical-align: middle;
    border-radius: 0;
    height: 22px;
    width: 40px;
    margin-left:5px;
    margin-right: 5px;
    color: #fff;
    margin-top:-12px;
}

/******************** 投诉举报 ********************/

.star {
	color: #ff0000;
	margin-right: 8px;
}

.texta {
	width: 532px;
	height: 200px;
	border-radius: 2px;
	border: solid 1px #969696;
	padding-left: 8px;
	padding-top: 6px;
	font-size: 14px;
	line-height: 22px;
	resize: none;
	overflow-y: auto;
}

.btn {
	margin-left: 250px;
	margin-top: 30px;
	width: 178px;
	background-color: #266ccf;
	border-radius: 2px;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	border: none;
}
.btnno {
	margin-left: 250px;
	margin-top: 30px;
	width: 178px;
	background-color: #969696;
	border-radius: 2px;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	border: none;
}
.btn:hover {
	background-color: #3075d6;
}
.button-big-line {
	margin: 0px 12px 0px 0px;
	padding: 0px 30px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	line-height: 40px;
	background-color: #fff;
	border: solid 1px #4077be;
	color: #4077be;
}
.button-big-line:hover{
	background-color: #4077be;
	color: #fff;
}
.button-bc {
	margin: 0px 12px 0px 0px;
	padding: 0px 30px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	line-height: 40px;
	background-color: #266ccf;
	border: solid 1px #266ccf;
	color: #fff;
}
.button-bc:hover{
	background-color: #3075d6;
}
.button-big-yellow{
	margin-left: 250px;
	margin-top: 30px;
	width: 178px;
	height: 60px;
	background-color: #449bf4;
	border-radius: 2px;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	border: none;
}
.button-big-yellow:hover{
	background-color: #2d83dc;
}
.button-big-gray{
	margin-left: 250px;
	margin-top: 30px;
	width: 178px;
	height: 60px;
	background-color: #969696;
	border-radius: 2px;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	border: none;
}

.btnsmall {
	margin-top: 180px;
	width: 88px;
	margin-right:20px;
	height: 40px;
	background-color: #449bf4;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	border: none;
}

.btnsmall:hover {
	background-color: #2d83dc;
}
.btnsmallno 
{
    margin-top: 180px;
	width: 88px;
	margin-right:20px;
	height: 40px;
	background-color: #969696;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	border: none;	
}
.ts {
	width: 139px;
	height: 32px;
	background: url(../images/bg_ts.png) no-repeat;
	line-height: 32px;
	padding-left:22px;	
	color: #fff;
}


/******************** 行业案例 ********************/

.hyalBox ul {
	margin: 20px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.projectlistBox {
	width: 96px;
}

.projectlist {
	width: 96px;
	height: 96px;
	display: block;
	border: solid 1px #d8d8d8;
}

.project_01text {
	color: #646464;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	font-family: "微软雅黑";
}

.protit {
	color: #1865c8;
	font-size: 16px;
	line-height: 16px;
}

.proleft {
	width: 800px;
}

.protext {
	line-height: 22px;
	margin-top: 15px;
	color: #323232;
}

.hyalBox ul:hover {
	background-color: #f8f8f8;
}
.ty
{
    color: #449bf4;
    display:block;
    cursor:pointer;
}
.ty:hover
{
    text-decoration:underline;
}   


/******************** i应用 ********************/

.iyingyongBox ul {
	background: url(../images/bg_line.png) repeat-x bottom;
	padding-bottom: 20px;
	padding-top: 20px;
}

.prolistBox {
	width: 96px;
}

.prolist {
	width: 94px;
	height: 98px;
	display: block;
	border: solid 1px #d8d8d8;
}

.pro_01text {
	color: #646464;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	font-family: "微软雅黑";
}

.proleft1 {
	width: 850px;
}

.protext1 {
	line-height: 22px;
	margin-top: -5px;
	color: #323232;
}

.iyingyongBox ul:hover {
	background-color: #f8f8f8;
}

/******************** 关于人的二维码 ********************/

.aboutpeopleBox{
		
}
.about_people{
	display:block;
	width:222px;
	height:53px;
	background:url(../images/about_01.png) no-repeat;
}
.about_people1{
	display:block;
	width:180px;
	height:43px;
	background:url(../images/about_01.png) no-repeat;
	background-size:180px 43px;
}
.textBox{
	border:solid 1px #ececec;
	background-color:#f6f6f6;
}
.sptext{
	color:#2d83dc;
	font-size:12px;
	font-weight:bold;
}
.texttext{
	color:#646464;
	margin-top:10px;
}
.cur{
	width:54px;
	height:16px;
	background:url(../images/bg_current.png) no-repeat;
}
.about_thing{
	display:block;
	width:222px;
	height:53px;
	background:url(../images/about_02.png) no-repeat;
}
.about_thing1{
	display:block;
	width:180px;
	height:43px;
	background:url(../images/about_02.png) no-repeat;
	background-size:180px 43px;
}
.about_things{
	display:block;
	width:222px;
	height:53px;
	background:url(../images/about_03.png) no-repeat;
}
.about_things1{
	display:block;
	width:180px;
	height:43px;
	background:url(../images/about_03.png) no-repeat;
	background-size:180px 43px;
}
.ks{
	width:116px;
	height:32px;
	background:url(../images/kuaishen_03.png) no-repeat;
}
.sqtit{ font-size:14px;
		font-weight:bold;
}
.yiji{
	width:238px;
	height:338px;
	border:solid 1px #c8c8c8;
	background-color:#fff;
}
.yiji li{
	background:url(../images/bg_line.png) repeat-x bottom;

}
.yiji li a{
	display:block;
	line-height:54px;
	color:#323232;
	padding-left:20px;
	}
.yiji li:hover{ 
	background-color:#f8f8f8;
}


.curchoice{
	background-color:#f8f8f8;
}
.btn1{
	margin-left:20px;
	margin-top:176px;
	padding-right:20px;
	background-image:url(../images/yjt.png);
	background-repeat:no-repeat;
	background-position:124px 21px;
}
.ckmore{
	color:#449bf4;
	text-decoration:underline;
}

/******************** 快速申请人的二维码 ********************/

.kstitBox{
	border-bottom:solid 2px #ccc;
	padding-bottom:20px;
}
.ks_tit{
	font-size:14px; 
	font-weight:bold;
}
.backchoice{
	text-decoration:underline;
	color:#449bf4;
}
.ts1{
	color:#969696;
	font-size:12px;
}
.ts1Ex{
	color:#8B0000;
	font-size:12px;
}
.addimg{
	display:block;
	width:108px;
	height:108px;
	background:url(../images/bg_img.png) no-repeat;
	border:solid 1px #969696;
	background-size:108px 108px;
}
.btn_sc{
	width:78px;
	height:30px;
	color:#fff;
	background-color:#449bf4;
	border-radius:2px;
}

.btn_sc:hover{
	background-color:#449bf4;
	color:#fff;
}
.btn_sc_01{
	width:72px;
	height:30px;
	border:0;
	color:#fff;
	background-color:#449bf4;
	border-radius:2px;
}
.btn_sc_01:hover{
	background-color: #2d83dc;
	color:#fff;
}
.searchinput_01{
	background-color:#ececec;
	height:16px;
	border:solid 1px #c8c8c8;
}
.searchinput_02{
	padding-left:8px;
	height:34px;
	line-height:34px;
	width: 458px;
	border:solid 1px #969696;
	background-color:#f8f8f8;
}
.canshu{
	width:500px;
	border:solid 1px #969696;
	padding:20px 20px;
}
.searchinput_03{ width:120px;}
.yycanshu{
	border:solid 1px #e0e0e0;
	padding:6px 10px;
	background-color:#f6f6f6;
	margin-left:20px;
	margin-top:10px;
}
.choice a{
	width:100px;
	color:#323232;
	line-height:36px;
	border:solid 1px #969696;
	text-align:center;
}
.choice .curch{
	background:url(../images/bg_b.png) no-repeat 80px 14px;
}

.xzbtn{
	display:block;
	float:left;
	width:120px;
	height:30px;
	background-color:#449bf4;
	border-radius:2px;
	border:none;
	color:#fff;
}
.xzbtn:hover{
	background-color: #2d83dc;
}
.scimgBox{
}
.scimg-show-box
{
    position:relative;
    margin-right:10px;
}
.scimg
{
    border:solid 3px #eee;
    border-top:solid 13px #eee;
	display:inline-block;
	width:80px;
	height:80px;
}
.img-close
{
    display:block;
    width:17px;
    height:12px;
    background:  url(../images/close.png) no-repeat;
    background-position:0 0;
    position:absolute;
    top:2px; 
    right:0;
}
.img-close:hover
{
    background-position: -17px 0;
}
.del-img
{
    /*color:#969696;*/
    width:60px;
    text-align:center;
    margin-left:6px;
    line-height:22px;
}
.del-img:hover
{
    color:#449bf4;
    text-decoration:underline;
}
/******************** 备案 ********************/

.baBox{
	/*background-color:#f6f6f6;*/
	background-color:#fff;
	padding:20px; 
	padding-top:5px;
	/*border-bottom:solid 1px #ececec;
	border-top:solid 1px #ececec;*/
}
.ba{
	display:block;
	margin-left:20px;
	width:54px;
	padding-top:60px;
	color:#323232;
	font-size:14px;
	padding-right:20px;
	text-align:center;
}
.ba1{
	background:url(../images/a_11.png) no-repeat;
}
.ba2{
	background:url(../images/a_12.png) no-repeat;
}
.ba3{
	background:url(../images/a_13.png) no-repeat;
}
.ba1cur{
	background:url(../images/a_01.png) no-repeat;
	color:#de9a25;
}
.ba2cur{
	background:url(../images/a_02.png) no-repeat;
	color:#3691ee;
}
.ba3cur{
	background:url(../images/a_03.png) no-repeat;
	color:#d826da;
}
.bachioce{
	border-right:solid 2px #dcdcdc; 
	height:376px;
}
.bachioce .ba1:hover{
	background:url(../images/a_01.png) no-repeat;
	color:#de9a25;
}
.bachioce .ba2:hover{
	background:url(../images/a_02.png) no-repeat;
	color:#3691ee;
}
.bachioce .ba3:hover{
	background:url(../images/a_03.png) no-repeat;
	color:#d826da;
}
.bacur{
	width:16px;
	height:54px;
	background:url(../images/bg_current_01.png) no-repeat;	
}

.bacur1{
	position:absolute;
	top:10px;
	left:-36px;	
}
.bacur2{
	position:absolute;
	top:124px;
	left:-36px;	
}
.bacur3{
	position:absolute;
	top:240px;
	left:-36px;	
}
.batit{
	width:130px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../images/bg_zc.png) no-repeat;
	color:#fff;
	padding-left:16px;
	margin-left:-10px;
}
.searchinput_0{
	padding-left:8px;
	width: 176px;
	border:solid 1px #969696;
	background-color:#f8f8f8;
}
.yzm{
	display:block;
	width:100px;
}
.yzmimg{
	margin-left:20px;
	display:block;
	width:80px;
	height:36px;
	background:url(../images/yzm.png) no-repeat;
	background-size:80px 36px;
	border:solid 1px #969696;
}
.change{
	color:#449bf4;
	text-decoration:underline;
	margin-left:12px;
	line-height:38px;
}
.gx{
	padding-left:50px;
	background:url(../images/su.png) no-repeat left top;
	color:#ff6666;
	font-family:"微软雅黑";
	font-size:30px;
	line-height:76px;
	margin-left:150px;
}
.back{
	text-decoration:underline;
	color:#449bf4;
	margin:0 2px;
}
.gray
{
    text-decoration:underline;
	color:#646464;
	margin:0 2px;
    }
.yiji1{
	width:222px;
	height:338px;
	border:solid 1px #c8c8c8;
	background-color:#fff;
}
.yiji1 li{
	background:url(../images/bg_line.png) repeat-x bottom;

}
.yiji1 li a{
	display:block;
	line-height:54px;
	color:#323232;
	padding-left:20px;
	}
.yiji1 li:hover{ 
	background-color:#f8f8f8;
}
.btn2{
	width:127px;
	height:42px;
	font-size:20px;
	background-image:url(../images/yjt.png);
	background-repeat:no-repeat;
	background-position:94px 12px;
	background-size:12px 20px;
}

/******************** 备案 ********************/

.searchjg{
	margin-top:-18px;
	width:980px;
}
.searchjg li{
	border-bottom: solid 1px #d8d8d8;
	line-height:50px;
	color:#449bf4;
	text-decoration:underline;
}


/******************** 公告详情 ********************/

.ggdetailsBox th{
	background-color:#f0f0f0;
	line-height:20px;
	text-align:left;
	padding-left:20px;
	height:40px;
	color:#646464;
}
.ggdetailsBox td{
	background-color:#f6f6f6;
	line-height:20px;
	text-align:left;
	padding-left:20px;
	height:42px;
}

/******************** 行业案例详情 ********************/

.hyal_details{
	width: 221px;
	height: 96px;
	display:block;
	border: solid 1px #d8d8d8;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.hyal_details_tit{
	font-size:14x;
	line-height:40px;
	color:#449bf4;
	font-weight:bold;
	text-align:center;
}
.altit{
	font-size:14px;
	color:#323232;
	font-weight:bold;
	line-height:40px;
}

/******************** 补充 ********************/

.bigimg{
	border:none;
	display:block;
	width:500px;
	height:340px;
	margin:20px auto 20px auto;
}

.video{
	position:absolute;
	display:block;
	width:52px;
	height:47px;
	background:url(../images/vedio.png) no-repeat;
	top:150px;
	left:220px;
}
/******************** add ********************/

.pop-up-box{
	width:262px;
	border:solid 1px #dcdcdc;
	background-color:#fcfcfc;
	padding:20px 20px;
}

.W_btn_arrow {
	border-radius: 2px;
	vertical-align: middle;
}
.W_btn_arrow span {
	white-space: nowrap;
	display: inline-block;
	border: 1px solid #d9d9d9;
	height: 20px;
	line-height: 20px;
	color: #333333;
	background-color: #f9f9f9;
	margin-left: 8px;
	padding:4px 6px;
	margin-top:10px;
}
.tag .icon_close {
	vertical-align: -2px;
	_vertical-align: 0;
	margin-left: 3px;
}
.icon_close {
	background-position: 0 0;
}
.W_ico12 {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
}
.icon_close:hover {
	background-position: -22px 0;
}
.ewm-no{
	width:120px;
	height:80px;
	border-radius:4px;
	background:#fc663e url(../images/ewm_no.png) no-repeat center 0;
}
.ewm-no span{
	color:#fff;
	padding:0 16px;
	line-height:136px;
}
.ewm-yes span{
	color:#fff;
	padding:0 12px;
	line-height:136px;
}
.ewm-yes{
	width:120px;
	height:80px;
	border-radius:4px;
	background:#37d5e3 url(../images/ewm_yes.png) no-repeat center 0;
	margin-left:20px;
}
.ewm-no:hover{
	background:#f85e35 url(../images/ewm_no.png) no-repeat center 0;
}
.ewm-yes:hover{
	background:#2bccda url(../images/ewm_yes.png) no-repeat center 0;
}

/******************** 搜索结果页 ********************/

.searchinput-details{
	width:100px;
	height:36px;
}
.search-jg{
	margin-top:10px;
}
.search-details-table td{
	line-height:32px;
}


/******************** 修改密码 ********************/

.change-password{
	border:solid 1px #ececec;
	width:514px;
	background-color:#f6f6f6;
}
.change-password-input{ 
	width:300px;
	padding:8px 6px;
}
.change-password-button{
	margin-left:10px;
	width:80px;
	height:36px;
	background-color:#449bf4;
	border:none;
	color:#fff;
	font-family:"微软雅黑";
	font-size:16px;
	border-radius:2px;
}
.change-password-button:hover{
	background-color:#2d83dc;
}


/******************** 弹出框 ********************/

.btn-tc-qd
{ width:80px;
  height:36px;
  background-color:#449bf4;
  border:0;
  border-radius:2px;
  color:#fff;
}
.btn-tc-qx 
{
  width:80px;
  height:36px;
  background-color:#449bf4;
  border:0;
  border-radius:2px;
  color:#fff;
}


/******************** 补充 ********************/

.bigBox-title
{
    font-size:18px;
    text-align:center;
    font-weight:bold;
}
.time
{
    color:#646464;
    text-align:center;
    }
.forget-mima-ts{
	position:absolute;
	right:256px; 
	top:-30px; 
	z-index:999; 
	background-color:#f8f8f8; 
	width:340px;
	line-height:30px;
	padding-left: 10px;
}

.pos-star
{
    position:absolute;
	left:134px;
	top:-31px; 
	z-index:999; 
	background-color:#f8f8f8; 
	width:300px;
	line-height:30px;
	text-align:left;
	padding-left: 10px;
}
.pos-txt
{position:absolute;
	left:152px; 
	top:-31px;
}





.choice-box
{
    background-color:#f6f6f6;
    line-height:20px;
    border:solid 1px #eee;
    color:#449bf4;
    position:absolute;
    bottom:50px;
    right:10px;
    z-index:9999;
    padding:4px 10px;
    font-size:12px;
}

.choice-box1
{
    background-color:#f6f6f6;
    line-height:20px;
    border:solid 1px #eee;
    color:#449bf4;
    position:absolute;
    bottom:70px;
    right:0px;
    z-index:9999;
    padding:4px 10px;
    font-size:12px;
}

/**2016-4-7**/
.notice .news
{
    margin-left:0;
}
.notice .news:hover
{
    color: #449bf4;
	text-decoration: underline;
}
.icon-vedio
{
    width:20px;
    height:20px; 
    display:inline-block; 
    background: url(../images/icon_vedio.png) no-repeat center right;
    vertical-align: middle;
    margin-top:-4px;
}

/*************2016-8-20 二维码生成****************/
.coderow{
	padding-top: 10px;
}
.coderow-left{
	float: left;
	padding-left: 12px;
    padding-right: 12px;
    width:290px;
}
.coderow-left .text{
	margin:0 0 8px;
	font-size: 12px;
	color: #666;
}
.coderow-left p {
	line-height: 20px;
}
.qrbox {
    width: 290px;
}
.qrcode {
    position: relative;
    border-radius: 3px;
    width: 280px;
}
.qrimage-wrap {
    width: 280px;
    padding: 10px 0;
    margin-bottom: 2px;
}
.b-a {
    border: 1px solid #e5e5e5;
}
.text-center {
    text-align: center;
}
.qrimage-wrap td {
    margin: 0;
}
.text-darkgrey {
    color: #666;
}
.text-md {
    font-size: 14px;
}
.coderow-right{
	float: left;
	padding-left: 12px;
    padding-right: 12px;
    width: 620px;
}
.coderow-right .tits {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
.text-darkgrey {
    color: #666;
}
.coderow-right .tits li{
	float: left;
	width: 33.3%;
	cursor:pointer;
}
.coderow-right .tits .on {
    border-bottom: 3px solid #266ccf;
    height: 40px;
    margin-top: -1px;
    color: #666!important;
}
.pos-rlt {
    position: relative;
    z-index: 1;
    height: 308px;
}
.main_text {
	width: 600px;
    outline: 0;
    height: 280px;
    resize: none;
    font-size: 16px;
    padding: 10px;
}
.pull-left {
    float: left!important;
}
.dropdown{
    position: relative;
    width: 100px;
    margin-left: 15px;
}
.dropdown-toggle {
	display: block;
	width: 100px;
    text-align: left;
    padding:5px;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
    outline: 0!important;
    background-color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border:1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #e5e5e5;
}
.dropdown-toggle:after {
    position: absolute;
    top: 13px;
    right: 5px;
    margin-right: .25rem;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left:3px;
    vertical-align: middle;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    width:98px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    font-size:12px;
    color: rgba(0,0,0,.87);
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background-clip: padding-box;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.dropdown-item {
	display: block;
    width:82px;
    padding:0 8px;
    font-weight: 400;
    color: #373a3c;
    font-size: 12px;
    text-align: inherit;
    background: 0 0;
    border: 0;
}
.dropdown-menu a:hover{
	background: #f4f4f4;
}
.open>.dropdown-menu {
    display: block;
}

.m-b {
    margin-bottom: 10px!important;
}
.form-control {
	width: 100%;
    border-color: rgba(120,130,140,.25);
    border-radius: 0;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border:1px solid #ccc;
}
.form-group {
	margin-top: 15px;
    margin-bottom: 15px;
}
.form-control-lg {
    min-height:20px;
    padding: 10px 15px;
    font-size:14px;
    line-height: 1.333333;
}
.form-control-label {
	float: left;
	width: 80px;
	line-height:30px;
    margin-bottom: 0;
    word-break: break-word;
    color: #444;
}
.form-control-row{
	float: left;
	width: 480px;
}
.form-control {
    width: 100%;
    height:22px;
    padding:5px 10px;
    font-size:14px;
    line-height:22px;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border:1px solid #ccc;
    border-radius:2px;
}

/********2016-9-30二维码生成*************/
.tools .tits {
    background: #e4e4e4;
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fdfdfd;
    border-radius: 5px;
}

.tools .tits li {
    float: left;
    width: 70px;
    display: inline-block;
    margin: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    font-family: Microsoft YaHei;
    cursor: pointer;
    font-size: 12px;
    text-align:center;
}

.tools .tits .on {
    background: #555555;
    color: #fff;
    border-radius: 3px;
}

.tools .xshow img {
    margin-right: 10px;
    margin-left:5px;
    margin-top:10px;
    width: 28px;
    height: 28px;
}

.ahd {
    cursor: pointer;
}

/******2016-8-24服务机构*******/
.service_list
{
    position:relative;
}
.service_list li
{
    width:200px;
}

.service_list li a
{
    display:inline-block;
    color:#666;    
}

.sitde th
{
    color: #666;
    font-size: 12px;
    font-weight:normal;
}
.sitde td
{
    font-size: 12px;
}


.dno
{
    line-height:28px;
    padding:10px;
    
}
.dno img 
{
    display:inline-block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    float:left;
}
.qxtext
{
    font-size: 12px;
    line-height:28px;
    display:inline-block;
    float:left;
}
/**********2016-11-18各省市服务中心内页***********/

.serv_center{
	background: #f6f6f6;
}
.serv_center h2{
	line-height: 40px;
	background: #f0f0f0;
	text-align: left;
    padding-left: 20px;
    height: 40px;
    color: #333;
}
.serv_content{
	margin: 10px 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.serv_content h3{
	line-height: 40px;
	color: #333;
	padding-left: 30px;
}
.serv_cont_info{
	padding-left: 30px;
}
.serv_cont_info li{
	line-height:26px;
}
.serv_cont_info .tit{
	display: inline-block;
	width: 70px;
	color: #666;
	text-align:right;
	font-weight: normal;
	margin-right: 10px;
}
h2.blue{
	color: #1b59a8;
}
.bodernone-bom{
	border-bottom: none !important;
}


.searchinput {
	width: 400px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 16px;
	border-radius: 2px;
	border: solid 1px #ddd;
	padding-left: 8px;
	font-size: 14px;
	color: #323232;
	font: Arial, Helvetica, sans-serif;
	outline:none;
}
.searchbtn {
	width: 90px;
	height: 31px;
	border-radius: 0;
	background-color: #1865c8;
	color: #fff;
	border: none;
	font-size: 14px;
	margin-left: -1px;
}
.searchinput-changemima {
	width: 300px;
	padding-bottom: 6px;
	padding-top: 6px;
	line-height: 16px;
	border-radius: 2px;
	border: solid 1px #ddd;
	padding-left: 8px;
	font-size: 14px;
	color: #323232;
}
.btnsmall {
	margin-top: 180px;
	width: 88px;
	margin-right: 20px;
	height: 34px;
	line-height: 34px;
	background-color: #1865c8;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	border: none;
}
.search-ts1{
	position:absolute;
	right:806px;
	top:255px;
	z-index:999;
	background-color:#f8f8f8;
	width:350px;
	line-height:30px;
}