@charset "utf-8";

body{
	font-family:"Microsoft YaHei","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif" ;
	font-size:14px;
}
a, input[type=checkbox], input[type=radio]{ cursor:pointer;}
ol, ul {
	list-style:none outside none;
	
}
label{ font-weight:normal;}
.header, .footer, .section{
	/*width:100%;*/
	min-width:1000px;
}
.container{
	/*padding:0;*/
	width:1000px;
}
.clear{
	clear:both;
}
.bg-gray{ background:#f5f5f5 url(../img/bg_dottedLine_gray.png) repeat-x bottom; padding:50px 0;}
.bg-white{ background:#ffffff; padding:50px 0;}
.bg-img{ background: no-repeat top center;}
small{
	font-size:85%;
}

.text-red{
	color:#ff3300;
}
.text-gray{
	color:#999;
	}
.text-gray-dark{
	color:#737373;
}
.text-yel{
	color:#f9b525;
}
.mb0{margin-bottom:0;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mt20{ margin-top:20px; }
.ml10{margin-left:10px;}

.mb30{margin-bottom:30px;}
.mtb20{margin:20px 0;}
.mtb10{margin:10px 0;}

.space10{
	display:table;
	width:100%;
	height:15px;
	
}
.hr-bottom
{
  border-bottom: 1px solid #eee;
}
/* icons */
.ico{
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}
/* ico-lg */
.ico{
	width:20px;
	height:20px;
}
.cutline{
	display:inline-block;
	/*float:left;*/
	width:1px;
	height:12px;
	background:#ccc;
	margin:4px 5px 0 5px;
}
.page-cutline-r{
	border-right:1px solid #eee;
}

/* header started */
.navbar{
	margin-bottom:0;
}
.navbar-default{
	height:70px;
	background:#202e37;
	border:none;
}
.navbar-brand{
	padding:0;
	width:150px;
	height:70px;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat center left;
}

.navbar-brand .title {
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #BFCAD0;
	letter-spacing: 3px;
}

/* Banner */
.banner{
	min-width:1200px;
	height:365px;
	overflow:hidden;
}
.banner-level2{
	height:150px;
	margin-bottom:20px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: 365px;
}
.carousel-control{
	height:365px;
}

.carousel-control.right, .carousel-control.left{
	margin-top:140px;
	width:60px;
	height:60px;
	border-radius:30px;
	background:#202e37;
}
.carousel-control.left{
	left:15px;
}
.carousel-control.right{
	right:15px;
}
.carousel-control.left{
	background:#202e37 url(../img/ico_prev.png) center center no-repeat;
	
}
.carousel-control.right{
	background:#202e37 url(../img/ico_next.png) center center no-repeat;
	
}

/* level 1 */
.banner-bottom{
	width:100%;
	min-width:1200px;
  	width: 100% \9;
	height:228px;
	background:#2f92ee url(../img/bg_banner_bottom_bg.png) bottom left repeat-x;
}
.banner-bottom h1{
	margin-top:50px;
	font-size:35px;
	color:#fff;
	text-align:center;
}
.banner-bottom .btn-box{ width:338px; text-align:center; margin: 50px auto 0px;}
.btn-write{
	display:inline-block;
	margin:0 9px;
	width:146px;
	height:42px;
	line-height:42px;
	font-size:18px;
	text-align:center;
	border:1px solid #fff;
	border-radius:3px;
	background:#ffffff;
	color:#333;
	cursor:pointer;
}
.btn-write:hover, .btn-write.active{
	text-decoration:none;
	background:none;
	color:#fff;
	color:#ffffff;
	animation:btn-write 1s;
	-o-animation:btn-write 1s;
	-moz-animation:btn-write 1s;
	-webkit-animation:btn-write 1s;
}

.btn{
	padding:4px 6px;
}
.span{
	padding:4px 6px;
}
.btn-see{
	padding:10px 15px;
	font-size:15px;
	color:#fff;
	background-color:#2f92ee;
	border-color:#2f92ee;
}
.btn-see:hover, .thumbnail:hover > .caption > p > a{
	border-color:#ffffff;
	color:#fff;
	background:none;
	animation:thumbnailBtn 1s;
	-o-animation:thumbnailBtn 1s;
	-moz-animation:thumbnailBtn 1s;
	-webkit-animation:thumbnailBtn 1s;
}



/*  */
.search-block{
	width:905px;
	height:56px;
	border:1px solid #2f92ee;
	margin:auto;
	background:#fff;
}

.search-block > a{
	display:inline-block;
	float:right;
	width:143px;
	height:55px;
	line-height:55px;
	text-align:center;
	text-decoration:none;
	font-size:20px;
	color:#fff;
	background:#2f92ee;
	}
.search-block > a:hover{
	background:#2d3e48;
	animation:btn-ymcx 1s;
	-o-animation:btn-ymcx 1s;
	-moz-animation:btn-ymcx 1s;
	-webkit-animation:btn-ymcx 1s;
}
.search-block > a:active{
	background:#202e37;
}
.search-block .ym {	
	height:54px;
	background:#f5f5f5;
	border-left:1px solid #2f92ee;
}
.search-block .ym select{
	background:none;
	padding:15px 15px;
	outline:none;
	border:none;
}

.input-mx {
	display:inline-block;
	float:left;
	width:630px;
	height:auto;
	padding:8px 10px;
	margin-top:6px;
	font-size:18px;
	font-family:"Microsoft YaHei";
	border:none;
	outline:none;
}
.ymtype{
	width:905px;
	height:198px;
	border:1px solid #2f92ee;
	border-top:none;
	margin:auto;
	background:#fff;
	padding:15px;
}
.dropdown.ym{
	display:inline-block;
	float:right;
	margin:0;
	padding:0;
}
.dropdown.ym button{
	width:112px;
	font-size:18px;
	background:#f3f3f3;
	outline:none;
	border:none;
	height:54px;
	border-left:1px solid #2f92ee;
	background:#f3f3f3;
}

.caret {
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 9px solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.caret-sm{
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* nav */
.ym-tabs {
	border-bottom: 1px solid #2f92ee;
}
.ym-tabs > li > a{border:0;}
.ym-tabs > li.active > a, .ym-tabs > li.active > a:hover, .ym-tabs > li.active > a:focus{
	border-radius:none;
	border: 1px solid #2f92ee;
	border-bottom-color: transparent;
}

/* 复选框 */
.checkbox-list{
	marign:0;
	padding:0;
}
.checkbox-list li {
	display:inline-block;
	margin:5px 5px 0px 5px;
	padding:5px;
	width:100px;
	}

.checkbox-list li label{
	display:inline-block;
	width:100%;
}
.checkbox-list li:hover, .checkbox-list li.active{
	background:#f3f3f3;
}

.form-horizontal .checkbox{
	padding-top:5px;
}
/*
.form-horizontal .checkbox-inline{
	float:left;
	padding-top:0;
}
*/
.form-horizontal .radio{
	padding-top:5px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
   margin-right: 10px;
}
.radio-inline:first-child,
.checkbox-inline:first-child{
	margin-right:10px;
}
/* 表单输入框 */
form.form-horizontal .col-sm-1,
form.form-horizontal .col-sm-2,
form.form-horizontal .col-sm-3,
form.form-horizontal .col-sm-4,
form.form-horizontal .col-sm-5,
form.form-horizontal .col-sm-6,
form.form-horizontal .col-sm-7,
form.form-horizontal .col-sm-8,
form.form-horizontal .col-sm-9,
form.form-horizontal .col-sm-10{
	 padding-left:0px;
}

/* thumbnail */
.nails > .thumbnail{ 
	display:inline-block;
	margin-right:10px; 
	padding-top:20px;
	padding-left:0;
	padding-right:0;
	width:239px;
	height:385px;
	border-radius:0;
	border:none;
	background:#ffffff;
	overflow:hidden;
}

.nails > .thumbnail:last-child{
	margin-right:0;
}

.nails > .thumbnail:hover{
	color:#ffffff;
	background:#2f92ee;
	animation: thumbnail 1s;
	-webkit-animation: thumbnail 1s;
	-moz-animation: thumbnail 1s;
	-o-animation: thumbnail 1s;
}
.nails > .thumbnail h3, .nails > .thumbnail p{ text-align:center;}
.nails > .thumbnail:hover h3, .nails > .thumbnail:hover p{
	color:#fff;
}
.nails > .thumbnail h3{font-size:18px;}

.nails .thumbnail-img{
	margin:auto;
	width:150px;
	height:150px;
	text-align:center;
	border-radius:50%;
	background:#2f92ee;
	border:10px solid #f5f5f5;
	vertical-align:middle;
}
.nails .thumbnail-img.img3{
	background:#2f92ee url(../img/img_zhuji.png) center center no-repeat;
}

/* Footer Styles */
.footer{
	padding:45px 0 40px 0;
	height:auto;
	border-top:5px solid #233139;
	background:#2d3e48;	
}
.footer .footer_top{
	overflow:hidden;
	clear:both;
	padding:0 20px;
	font-family: "Microsoft YaHei";
}
.footer .footer_top .footer_nav{
	display:inline-block;
	width:120px;
	padding:0 5px;
}
.footer .footer_top .footer_nav_3{
	width:320px;
}
.footer .footer_top .footer_nav h4{
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
}
.footer .footer_top ul{
	padding:0;
}
.footer .footer_top ul li{
	color:#ffffff;
	line-height:28px;
}
.footer .footer_top ul li a {
	color:#ffffff;
}
.footer .footer_top ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.footer-hr{
	border-top:1px solid #233139;
}
.footer-bottom {
	color: #fff;
}
/* End */

/* .list-inline li{
	color:#ffffff;
} */
.list-inline li button.close{
	right:0;
	margin-left:10px;
	float:right;
}

/* go to top */
#scrollUp {
	position:fixed;
	width:40px;
	height:40px;
	bottom:50px;
	right:20px;
	z-index:1000;
	color:#ffffff;
	border: none;
	border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-moz-border-radius:20px;
	background:#202e37;
	overflow: hidden;
	cursor:pointer;
	/*opacity: .8;*/
}


/* i icon */
.fa{
	display:inline-block;
	vertical-align:middle;
	}
.fa{
	width:20px;
	height:20px;
}
.fa-angle-up{
	background:url(../img/ico_scrollUp.jpg) center center no-repeat;
	margin-top:8px;
	margin-left:10px;
}


/* 左右分栏尺寸控制 */
.sidebar{
	width:250px;
	padding:0;
}
.mainbar{
	padding:0;
	width:730px;
}

/* 表单样式 */
.form-inline .form-group label{
	font-weight:normal;
}
.form-group > .col-sm-2{
	float:left;
	width:120px;
}
.form-group > .col-sm-3{
	width:200px;
}
.form-group .alert{
	margin-bottom:0;
}
.form-control{
	padding:4px 6px;
	height:auto;
	}
	
.form-control.input-small{
	width:100px;
}
.input-mini{
	display:inline-block;
	float:left;
	width:70px;
}
.input-date{
	width:110px;
}

.input-w30{
	width:30px;
	height:25px;
	padding:0px 5px;
}



.checkcode{
	display:inline-block;
	float:left;
	margin-left:15px;
	width:90px;
	height:34px;
	overflow:hidden;
	background:#f7f7f7;
}
.checkcode-sm{
	margin-left:0;
	height:30px;
}

.btn-mini{
	padding:3px 5px;
}

/* 按钮
.btn-default {
  color: #fff;
  background-color: #2f92ee;
  border-color: #2f92ee;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #1C7FDB;
  border-color: #1C7FDB;
} */

.btn-gray {
  color: #333;
  background-color: #f7f7f7; 
  background-image: -moz-linear-gradient(top, #f7f7f7, #ccc); /* Firefox */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(1, #ccc)); /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ccc', GradientType='0'); /* IE*/
  border-color: #ccc;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}




/* 弹出框 */
.modal-sm{width:300px; margin:150px auto 30px;}

/* 表格样式 */
table thead tr th{
	font-size:14px;
}
/*
table.table{
	clear:both;
	margin-top:6px!important;
	margin-bottom:6px!important;
	max-width:none!important;
}
*/
.table-bordered{
	border:1px solid #e9ebec;
}
table.table > tbody > tr > td > a{
	display:inline-block;
	/*float:left;*/
}
.table-bordered > thead > tr > th, 
.table-bordered > thead > tr > td{
	border-bottom-width:1px;
}
.thead{
	background:#f7f7f8;
	
}

.table > tbody > tr > td {
	font-size:12px;
	vertical-align:middle;
}
/*.pagination{padding:5px 0;}*/
.pagination-info{
	float:right;
	width:350px;
}
.pagination-info li{
	display:inline-block;
	float:right;
	color:#333;
	text-align:right;
}
.pagination-info li span{
	line-height:26px;
}
.pagination{
	margin:10px 0;
}

.box{
	display:block;
	clear:both;
    border:1px solid #ddd;
	margin:0 0 20px 0;
	border-radius:4px;
}
.box .box-header{
	color: #34383c;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding: 5px 15px;
}

.box .box-body{
	padding:10px;
	/*background:#fff;*/
}
.box .box-header h2{
	display:inline-block;
	float: left;
	padding: 0;
	margin: 0;
	font-size:15px;
	line-height:30px;
	font-weight:bold;
}
/*
.box .box-header .box-tabs{
	position:absolute;
	z-index:100;
	left:0;
	margin-left:150px;
}*/

.box-tabs{
	position:absolute;
	z-index:100;
	left:0;
	margin-top:-40px;
	margin-left:150px;
}
.box .box-header .box-icon{
	float:right;
}
.box .box-header .box-icon i{
	display: inline-block;
	color: #ced1d4;
	text-align: center;
	height: 40px;
	width: 40px;
	padding: 12px 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-left: 1px solid #ced1d4;
	text-decoration: none;
}

.tab-content-second{
	height:300px;
	background:#fcf8e3;
	}
.box-body .tab-content-second .tab-pane p{
	display:inline-block;
	
}


.nav-tabs-second > li.active > a, 
.nav-tabs-second > li.active > a:hover, 
.nav-tabs-second > li.active > a:focus{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-top-color: transparent;
}
.nav-tabs-second  > li{
}
.nav-tabs-second  > li > a{
	border-radius:0;
	padding: 10px 15px 10px 15px;
}

.panel .panel-heading{
	font-size:15px;
}



.login-panel{
	display:block;
	width:900px;
	height:368px;
	margin:30px auto;
	background:#E9E9E9;
	padding:5px;
	}
.login-body{
	display:inline-block;
	height:358px;
	overflow:hidden;
	background:#fff;
	}
.login-body-left{
	display:inline-block;
	float:left;
	width:461px;
	height:358px;
	overflow:hidden;
}

.login-body-left img{
	width:461px;
	height:358px;
}

.login-body-right{
	display:inline-block;
	float:left;
	width:429px;
	height:358px;
	overflow:hidden;
}


.login-content {
	width:309px;
	margin:40px auto;
	}
.bg-uname{
	background:url(../img/ico_uname.png) no-repeat right center;
}.bg-ulock{
	background:url(../img/ico_ulock.png) no-repeat right center;
}
.login-panel .form-group {
	margin-left:0;
	margin-right:0;	
}
.login-panel .form-group .input-group .glyphicon{
	top:0;
}
.login-panel .form-group .input-group .input-group-addon{
	padding:4px 12px;
}
.lostkey a{
	color:#333;	
}
.lostkey .clear_cutline{
	font-size:12px;
	color:#ccc;
	margin:4px 5px 0 5px;
}
.btn-login{
	width:230px;
	font-size:16px;
	font-weight:bold;
	text-shadow:2px  #000;
}
.lostkey a:hover{
	color:#ff3300;
}
.custom-header{
	margin-bottom:30px;
	height:36px;
	line-height:36px;
	border-bottom:2px solid #FC6;
}
.custom-header h4{
	float:left;
	display:inline-block;
}
.custom-header p{
	float:right;
	display:inline-block;
}

.nav-tabs > li > a{
	font-size:13px;
}

.mainbar-header{
	margin-bottom:30px;
	height:36px;
	line-height:36px;
	border-bottom:2px solid #ddd;
}
.mainbar-header h4{
	float:left;
	font-size:16px;
	display:inline-block;
}


/* tooltip
.tooltip {
  min-width: 250px;
  max-width: 500px;
}
*/
.tooltip .tooltip-inner {
  max-width: 400px;
  text-align: left;
}
.container-viewport {
  position: absolute;
  top: 100px;
  right: 250px;
  left: 250px;
  height: 300px;
  background-color: #eee;
}
.btn-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.toggle-list{
}
.toggle-list li{
	border-top:1px solid #ddd;
	
}
.toggle-list li a{
	display:block;
	padding:10px 15px;
	color:#333;
	background:#f5f5f5;
	text-decoration:none;
	
}
.toggle-list li > table{
	display:none;
}


.breadcrumb > li + li:before{
	content:">\00a0";
	}

.input[type="text"]{
}

/* animation */
@keyframes btn-write{
	from{ background:#fff;}
	to{ background:none;}
}
@-o-keyframes btn-write /* Opera */
{
	from{ background:#fff;}
	to{ background:none;}
}
@-webkit-keyframes btn-write /* Safari and Chrome */
{
	from{ background:#fff;}
	to{ background:none;}
}
@-moz-keyframes btn-write /* Firefox */
{
	from{ background:#fff;}
	to{ background:none;}
}

/* 域名查询按钮 */
@keyframes btn-ymcx{
	from{ background:#2f92ee;}
	to{ background:#2d3e48;}
}
@-o-keyframes btn-ymcx /* Opera */
{
	from{ background:#2f92ee;}
	to{ background:#2d3e48;}
}
@-webkit-keyframes btn-ymcx /* Safari and Chrome */
{
	from{ background:#2f92ee;}
	to{ background:#2d3e48;}
}
@-moz-keyframes btn-ymcx /* Firefox */
{
	from{ background:#2f92ee;}
	to{ background:#2d3e48;}
}

/* thumbnail */
@keyframes thumbnail{
	from{ background:#ffffff;}
	to{ background:#2f92ee;}
}
@-o-keyframes thumbnail /* Opera */
{
	from{ background:#ffffff;}
	to{ background:#2f92ee;}
}
@-webkit-keyframes thumbnail /* Safari and Chrome */
{
	from{ background:#ffffff;}
	to{ background:#2f92ee;}
}
@-moz-keyframes thumbnail /* Firefox */
{
	from{ background:#ffffff;}
	to{ background:#2f92ee;}
}

/* thumbnail btn*/
@keyframes thumbnailBtn{
	from{ background:#2f92ee; border-color:#2f92ee;}
	to{ background:none; border-color:#ffffff;}
}
@-o-keyframes thumbnailBtn /* Opera */
{
	from{ background:#2f92ee; border-color:#2f92ee;}
	to{ background:none; border-color:#ffffff;}
}
@-webkit-keyframes thumbnailBtn /* Safari and Chrome */
{
	from{ background:#2f92ee; border-color:#2f92ee;}
	to{ background:none; border-color:#ffffff;}
}
@-moz-keyframes thumbnailBtn /* Firefox */
{
	from{ background:#2f92ee; border-color:#2f92ee;}
	to{ background:none; border-color:#ffffff;}
}


/* 域名查询结果列表 */
.ym-list{
	padding:5px 0;
}
.ym-list:hover{
	background-color:#f5f5f5;
}
.list-group-text{
	margin-left:-15px;
	margin-right:-15px;
	}
.border-radius-right-none{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
/* 新闻列表 */
.list-group-text a{
	display:block;
	padding:10px 15px;
	background-color:#fff;
	border-bottom:1px solid #ddd;
	
	}

/* 购物车中域名列表 */
.list-group-ymcart{
	margin-left:-15px;
	margin-right:-15px;
	
}
.list-group-ymcart li.list-group-item{
	border-radius:0;
	border:none;
	border-bottom:1px solid #eee;
	margin-bottom:0px;
}
.list-group-ymcart li.list-group-item:hover {
	background-color:#f5f5f5;	
}
.list-group-ymcart li.list-group-item .close{
	display:none;
}
.list-group-ymcart li.list-group-item:hover .close{
	display:block;
}
/*  */
.popoverBox{
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.popoverBox arrow{
	width:11px;
}
.popoverBox arrow,
.popoverBox arrow:after
{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popoverBox .bottom > .arrow
{
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
}
.popoverBox-info{  
  /*color: #31708f;*/
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.popoverBox-info hr {
	padding:0;
  border-top-color: #bce8f1;
}
.popoverBox-info .alert-link {
  color: #245269;
}

/**/
.toolbar{
	padding:0 0 15px 0;
	border-bottom:1px solid #ddd;
}

/* combo */
.combo-list{
	padding:15px 0;
}
.combo-list li{
	margin-bottom:15px;
}
.combo-list label .icon {
background-repeat: no-repeat;
display: inline-block;
float:left;
width:123px;
height: 30px;
overflow: hidden;
}
.combo-list li label.radio-inline input[type="radio"]{
	margin-top:12px;
}
.ABC, .ASCB, .BHB, .BJBANK, .BJRCB, .BOC, .BOD, .BOHAIB, .BOSZ, .BOYK, .CCB, .CDRCB, .CEB, .CIB, .CITIC, .CMB, .CMBC, .COMM, .CRCBANK, .CSCB, .CSRCB, .CZBANK, .CZCB, .CZRCB, .DAQINGB, .DLB, .DRCBCL, .DYCB, .DYCCB, .EGBANK, .FDB, .FJHXBC, .GCB, .GDB, .GDRCC, .GLBANK, .GYCB, .H3CB, .HKB, .HKBEA, .HRXJB, .HSBANK, .HXBANK, .HZCB, .HZCCB, .ICBC, .JINCHB, .JJBANK, .JLBANK, .JLRCU, .JSB, .JSBANK, .JSRCU, .JXBANK, .JZBANK, .JZCB, .KLB, .KORLABANK, .LANGFB, .LSBANK, .LYCB, .MTBANK, .NBBANK, .NCB, .NHB, .NJCB, .NXBANK, .NYBANK, .ORBANK, .PSBC, .QDCCB, .SDEB, .SDRCU, .SHRCB, .SPABANK, .SRBANK, .SXCB, .TCCB, .TCRCB, .TRCB, .TZCB, .URMQCCB, .WJRCB, .WZCB, .XABANK, .XTB, .YCCB, .YNRCC, .ZBCB, .ZGCCB, .ZJNX, .ZJTLCB, .ZRCBANK, .ZYCBANK{
	text-indent:-9999px;
	background-image:url(../img/combo.png);
}
.ABC {background-position: 0px -0px; } 
.ASCB {background-position: 0px -36px; } 
.BHB {background-position: 0px -72px; } 
.BJBANK {background-position: 0px -108px; } 
.BJRCB {background-position: 0px -144px; } 
.BOC {background-position: 0px -180px; } 
.BOD {background-position: 0px -216px; } 
.BOHAIB {background-position: 0px -252px; } 
.BOSZ {background-position: 0px -288px; } 
.BOYK {background-position: 0px -324px; } 
.CCB {background-position: 0px -360px; } 
.CDRCB {background-position: 0px -396px; } 
.CEB {background-position: 0px -432px; } 
.CIB {background-position: 0px -468px; } 
.CITIC {background-position: 0px -504px; } 
.CMB {background-position: 0px -540px; } 
.CMBC {background-position: 0px -576px; } 
.COMM {background-position: 0px -612px; } 
.CRCBANK {background-position: 0px -648px; } 
.CSCB {background-position: 0px -684px; } 
.CSRCB {background-position: 0px -720px; } 
.CZBANK {background-position: 0px -756px; } 
.CZCB {background-position: 0px -792px; } 
.CZRCB {background-position: 0px -828px; } 
.DAQINGB {background-position: 0px -864px; } 
.DLB {background-position: 0px -900px; } 
.DRCBCL {background-position: 0px -936px; } 
.DYCB {background-position: 0px -972px; } 
.DYCCB {background-position: 0px -1008px; } 
.EGBANK {background-position: 0px -1044px; } 
.FDB {background-position: 0px -1080px; } 
.FJHXBC {background-position: 0px -1116px; } 
.GCB {background-position: 0px -1152px; } 
.GDB {background-position: 0px -1188px; } 
.GDRCC {background-position: 0px -1224px; } 
.GLBANK {background-position: 0px -1260px; } 
.GYCB {background-position: 0px -1296px; } 
.H3CB {background-position: 0px -1332px; } 
.HKB {background-position: 0px -1368px; } 
.HKBEA {background-position: 0px -1404px; } 
.HRXJB {background-position: 0px -1440px; } 
.HSBANK {background-position: 0px -1476px; } 
.HXBANK {background-position: 0px -1512px; } 
.HZCB {background-position: 0px -1548px; } 
.HZCCB {background-position: 0px -1584px; } 
.ICBC {background-position: 0px -1620px; } 
.JINCHB {background-position: 0px -1656px; } 
.JJBANK {background-position: 0px -1692px; } 
.JLBANK {background-position: 0px -1728px; } 
.JLRCU {background-position: 0px -1764px; } 
.JSB {background-position: 0px -1800px; } 
.JSBANK {background-position: 0px -1836px; } 
.JSRCU {background-position: 0px -1872px; } 
.JXBANK {background-position: 0px -1908px; } 
.JZBANK {background-position: 0px -1944px; } 
.JZCB {background-position: 0px -1980px; } 
.KLB {background-position: 0px -2016px; } 
.KORLABANK {background-position: 0px -2052px; } 
.LANGFB {background-position: 0px -2088px; } 
.LSBANK {background-position: 0px -2124px; } 
.LYCB {background-position: 0px -2160px; } 
.MTBANK {background-position: 0px -2196px; } 
.NBBANK {background-position: 0px -2232px; } 
.NCB {background-position: 0px -2268px; } 
.NHB {background-position: 0px -2304px; } 
.NJCB {background-position: 0px -2340px; } 
.NXBANK {background-position: 0px -2376px; } 
.NYBANK {background-position: 0px -2412px; } 
.ORBANK {background-position: 0px -2448px; } 
.PSBC {background-position: 0px -2484px; } 
.QDCCB {background-position: 0px -2520px; } 
.SDEB {background-position: 0px -2556px; } 
.SDRCU {background-position: 0px -2592px; } 
.SHRCB {background-position: 0px -2628px; } 
.SPABANK {background-position: 0px -2664px; } 
.SRBANK {background-position: 0px -2700px; } 
.SXCB {background-position: 0px -2736px; } 
.TCCB {background-position: 0px -2772px; } 
.TCRCB {background-position: 0px -2808px; } 
.TRCB {background-position: 0px -2844px; } 
.TZCB {background-position: 0px -2880px; } 
.URMQCCB {background-position: 0px -2916px; } 
.WJRCB {background-position: 0px -2952px; } 
.WZCB {background-position: 0px -2988px; } 
.XABANK {background-position: 0px -3024px; } 
.XTB {background-position: 0px -3060px; } 
.YCCB {background-position: 0px -3096px; } 
.YNRCC {background-position: 0px -3132px; } 
.ZBCB {background-position: 0px -3168px; } 
.ZGCCB {background-position: 0px -3204px; } 
.ZJNX {background-position: 0px -3240px; } 
.ZJTLCB {background-position: 0px -3276px; } 
.ZRCBANK {background-position: 0px -3312px; } 
.ZYCBANK {background-position: 0px -3348px; }



/* dl列表 */
.dlList{
	
}
.dlList dt, .dlList dd{
	font-size:12px;
}
.dlList dt{
	float:left;
	display:inline;
	width:85px;
	margin-right:-85px;
	text-align:right;
	font-weight:300;
	color:#333;

}
.dlList dd{
	color:#666;
	margin-left:85px;
}

ul.breadcrumb {
	/*
	margin: 0px;
	padding: 0px;
	*/
}

/* 域名注册(domainRegist.jsp) BEGIN */
.ym_table{
	width: 100%;
	border: 1px solid #d0d7e0;
	border-collapse: collapse;
	text-align: center;
}
.ym_table th, .ym_table td{
	border: 1px solid #d0d7e0;
	padding:8px 6px;
}
.ym_table th{
	text-align:center;
}
.ym_table td{
	color:#777;
}
.ym_table td del{
	color:#ccc;
	margin-right:10px;
}

.ym_table .td_1st{
	width:120px;
	background-color:#f5f5f5;
}
.ym_table_head th{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#2f92ee;
	color:#fff;
	font-size:14px;
}

.a_circle{
	width:140px;
	height:140px;
	border-radius: 50%;
	border:1px solid #fff;
	line-height:140px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

.search_box{
	height:250px;
	margin:20px 0; 
}

.search_box_choosetags{
	height:30px;
	}
.ymtype_2nd{
	position:absolute;
	z-index:102;
	margin-left:47px;
	width:762px;
}
.search-block_2nd{
	width:905px;
	height:auto;
	border:0;
	margin:auto;
	background:none;
}
.search-block_2nd textarea{
	margin-top:0px;
	border:1px solid #2f92ee;
}
/* 域名注册(domainRegist.jsp) END */

/* 我的域名(myDomain.jsp) BEGIN */
.ymzclc_list .col-md-4 {
	background-image:url(../img/procedure-img.png);
	background-repeat:no-repeat;
	height:66px;
	overflow:hidden;
}
.ymzclc_list_one{
	background-position: 0 0;
	}
.ymzclc_list_two{
	background-position: 0 -66px;
	}
.ymzclc_list_three{
	background-position: 0 -132px;
	}

/* 我的域名(myDomain.jsp) END */

.form-inline .form-group {
width: auto;
/*margin-bottom:10px;*/
}

.text-default{
	color:#333;
}

.input-w-60 {
  width:60px;
}
.input-w-80 {
  width:80px;
}
.input-w-100 {
  width:100px;
}

.form-inline .input-w-60 {
  width:60px;
}
.form-inline .input-w-80 {
  width:80px;
}
.form-inline .input-w-100 {
  width:100px;
}

.form-horizontal .pwd-label {
	padding-top: 7px;
    margin-bottom: 0;
}

/* 模态框 */
.modal-body.m-h500 {
	max-height:500px;
	overflow:auto;
	

	}
}
