.use-browser-tips{
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #f5dcdd;
    position:relative;
    height:0;
    overflow:hidden;
}
.use-browser-tips span{
	position:absolute;
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#fff;
    top: 0;
    right: 50px;
    background: #c1b4b4;
    cursor: pointer;
}
header{
	width: 100%;
	height: 64px;
	background: #f2f2f2;
}
.head-top {
	height: 64px;
	background: #f2f2f2;
	color: #222;
}
.head-container {
	margin: 0 auto;
	width: 100%;
}
.head-wel{
	height:64px;
}
.head-wel-logo {
	padding-top: 5px;
	height: 64px;
	float:left;
}
.head-wel-logo img{
	float:left;
	display:block;
	margin-right: 22px;
}
.head-wel-logo .name-span{
	float:left;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	border-left: 1px solid #D1151D;
	font-size: 18px;
	font-weight:bold;
}
.index-header .head-wel-right{
	display:none;
}
/****header end*****/

/******break nav **********/
.break-nav{
	width:100%;
	margin:0 auto;
	font-size:12px;
	line-height:22px;
	padding: 5px 12px;
}
.break-nav a{
	color:#333;
}
.break-nav a:hover{
	color:#00A5E2;
	text-decoration: none;
}

.head-top .pull-left {
	font-size: 12px;
}

.head-top a {
	color: #d1151d;
}

.head-top input {
	margin-left: 20px;
	width: 78px;
	text-align: center;
	border: 1px solid #fff;
	color: #ADA19F;
	font-weight: bolder;
}

.head-top input:hover {
	color: #3FA5EC;
	background-color: #fff;
	border-color: #fff;
	margin-bottom: 2px;
}



@media ( min-width : 1300px) {
	.head-container {
		max-width: 1300px;
	}
	.break-nav{
		max-width: 1300px;
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	.head-container {
		width: 96%;
	}
	.break-nav{
		width: 96%;
	}
	.head-wel{
		width:100%;
	}
}
body,header,footer,.banner,.supply-book,.technical-support,.box-container {
	min-width: 996px;
}


.head-wel-right {
	float:right;
	text-align: right;
	padding-top:16px;
}

.cdc-nav {
	margin: 0;
	padding: 0;
	height: 44px;
	overflow: visible;
	float: right;
}

.cdc-nav li {
	list-style: none;
	float: left;
	width: 100px;
	overflow: visible;
	cursor: pointer;
}

.cdc-nav a {
	text-decoration: none;
}

.cdc-nav ul {
	width: 100px;
	display: none;
	margin: 0;
	padding: 0;
}

.cdc-nav>li {
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.cdc-nav ul>li {
	height: 36px;
	line-height: 36px;
	background: #f4f4f4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',
		endColorstr='#efefef'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		to(#efefef)); /*  WebKit */
	background: -moz-linear-gradient(top, #f8f8f8, #efefef);
	border-bottom: 1px solid #fff;
}

.cdc-nav ul>li a {
	color: #666;
}

.cdc-nav>li:hover {
	text-decoration: underline;
}

.cdc-nav ul>li:hover {
	background: #ddd;
}

.cdc-nav>li:hover>ul {
	display: block;
}

.search {
	width: 450px;
	float:left;
}

.search-hd {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.search-hd a {
	padding: 0 10px;
	float: left;
	color: #666;
	text-decoration: none;
}

.search-hd a.active {
	background: #3FA5EC;
	color: #fff;
}

.search .form-control {
	border-radius: 0;
	height: 38px;
}

.search .input-group-addon {
	padding: 6px 30px;
	background: #3FA5EC;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.action a {
	margin-left: 20px;
}

.action a:hover {
	text-decoration: underline;
}

.action .userName {
	background: url(../images/logged.png) left center no-repeat;
	padding-left: 20px;
}


footer,.footer {
	width: 100%;
	height: 64px;
	font-size: 14px;
	line-height: 64px;
	background: #595757;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

