/** {
	box-sizing: border-box
}*/

html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol,
input,
a,
b,
i,
s,
p,
div,
span,
tr,
td {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a,
b,
s,
i {
	display: inline-block;
	text-decoration: none;
}

hr {
	border-color: #DCDCDC;
}

body {
	min-width: 1200px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.download-link {
	position: relative;
	padding-left: 18px;
	color: #A57848;
}
.download-link:before {
	content: ' ';
	position: absolute;
	left: 0px;
	width: 14px;
	height: 14px;
	background: url(./imgs/iconsV3.png) -218px 2px no-repeat;
}
.download-link:hover {
	text-decoration: underline;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
	clear: both;
}

.table > thead {
	border: 1px solid #C8D2E6;
}
.table > thead th {
	background-color: #E6F0FA;
}

.btn-primary {
	color: #fff;
	background-color: #A57848;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #b3926b;
}

.panel-form {
	margin-bottom: 30px;
}
.panel-form > .panel-heading {
	padding: 6px 0px;
}
.panel-form > .panel-heading .panel-title {
	font-weight: bolder;
}
.panel-form > .panel-body {
	padding: 30px;
}
.panel-form .pure-control-group > label {
	padding-right: 30px;
	font-weight: normal;
	color: #999;
	text-align: right;
}

.enter {
	color: #E6D9CB;
	background-color: #603F1C;
}

.container {
	min-width: 1170px;
}

.register {
	position: relative;
	height: 100%;
    line-height: 48px;
}
.register ul{
	line-height: normal;
}
.register-bg {
	height: 48px;
}

.register > a {
	vertical-align: middle;
	font-size: 14px;
	padding: 0 6px;
	color: #E6D9CB;
}
.register > a:hover,
.register span a:hover{
	color: #FAF5F0 !important;
}
.register span a{
	vertical-align: middle;
	font-size: 14px;
	color: #E6D9CB;
}
.register .split-line{
	height: 16px;
	display: inline-block;
	border-right: 1px solid #ab9a87;
	vertical-align: middle;
}

.personal-information {
	vertical-align: middle;
	display: inline-block;
}

/*.personal-information i {
	width: 12px;
	height: 12px;
	background: url("imgs/icons_1.png")-100px 0 no-repeat;
}*/

.personal-information s {
	margin: 0 2px;
	font-size: 14px;
	color: #E6D9CB;
}
.personal-information s:hover {
	color: #FAF5F0 !important;
}

.personal-information a {
	font-size: 14px;
	color: #E6D9CB;
}

.multilingual {
	position: relative;
	display: inline-block;
}

.multilingual s {
	vertical-align: middle;
	font: normal normal 12px/30px "";
	color: #fff;
}

/*.multilingual i {
	position: absolute;
	top: 15px;
	left: 65px;
	width: 7px;
	height: 4px;
	vertical-align: middle;
	background: url("imgs/icons_1.png") 0 0 no-repeat;
}*/

.multilingual a {
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	font-size: 14px;
	color: #E6D9CB;
}
.register .multilingual a:hover{
	color: #FAF5F0!important;
}
.register .multilingual li a:hover{
	color: #A57848 !important;
}
.downmenu {
	border: 0;
	padding: 0 6px;
	cursor: pointer;
	position: relative;
}

.downmenu ul {
	padding-bottom: 0;
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	border: 1px solid #e0e0e0;
	background: #fff;
	z-index: 2;
}

.downmenu ul>li>a {
	width: 90px;
	font: normal normal 14px/28px "";
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
}

.downmenu ul>li>a:hover {
	color: #A57848;
	background-color: #f5f5f5;
}

.downmenu:hover ul {
	display: block;
}


/*nav导航*/

.nav-callcenter .navbar-callcenter .current {
	border-bottom: 2px solid #A57848;
	font: normal bold 16px/18px "";
	color: #A57848
}

.nav-callcenter {
	overflow: inherit;
	background: #fff;
}

.nav-callcenter .logo {
	line-height: 70px;
}

.nav-callcenter .logo a {
	vertical-align: middle;
}

.nav-callcenter .logo i {
	margin: 0 20px;
	width: 1px;
	height: 26px;
	vertical-align: middle;
	background-color: #e6e6e6;
}

.nav-callcenter .logo b {
	vertical-align: middle;
	font: normal bold 20px/48px "";
	color: #A57848;
}

.nav-callcenter .navbar-callcenter li{
	float: left;
}


.navbar-callcenter .first-menu>a {
	margin: 28px 30px 16px 30px;
	padding: 0;
	height: 26px;
	font: normal normal 16px/20px "";
	color: #333;
}

.nav-callcenter .first-menu>a:hover {
	color: #A57848;
}

.nav-callcenter .first-menu:hover i{
	background: url('imgs/icons_1.png') 0 -290px no-repeat;
}

/*覆盖help样式*/

.filter-right .result-show .content {
	padding-bottom: 0px;
}

.subsetBox {
	padding-bottom: 0;
	min-height: 0;
}

.notice-grey {
	color: #999999;
}

.notice {
	position: relative;
	padding: 10px;
	display: block;
	background: #F5F5F5;
}
.notice h3{
	color:#FF8042;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.notice h4{
	color:#888;
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
}
.notice p{
	margin-bottom: 8px;
	color:#333;
	font-size: 12px;
	line-height: 1.6;
}
.notice .strong {
	font-style: normal;
	color: #ff6600;
}

.pure-form-aligned .pure-control-group label {
	font-weight: normal;
}
/*.filter-left {
	min-height: 322px;
}
#listAll_wrapper .row {
	min-height: 159px;
}*/


/*bootstrap分页样式覆盖*/

.tab .container-fluid {
	background-color: #ebf1fa;
}

.tab .container-fluid .text-r {
	overflow: hidden;
	text-align: center !important;
}

.tab .container-fluid .dataTables_info {
	margin-top: 14px;
	padding-top: 10px;
}

.tab .container-fluid .dataTables_length label {
	font-weight: 100;
}

/* 侧边栏 */
.sidebar {
	position: relative;
	float: left;
	width: 235px;
}
.sidebar-header {
	padding: 10px 15px;
	background: #A57848;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
}
.sidebar-nav {
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	background: #EBEBEB;
}
.sidebar-nav-item {
	position: relative;
	border-top: 1px solid #fff;
}
.sidebar-nav-item__title {
	position: relative;
	display: block;
	padding: 10px 25px 10px 15px;
	cursor: pointer;
	color: #333;
}
.sidebar-nav-item__arrow {
	position: absolute;
	width: 30px;
	float: left;
	right: 0;
	top: 0;
	height: 40px;
	cursor: pointer;
}
.sidebar-nav-item__arrow:after {
	content: ' ';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2.5px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4QkZCMjc1NEVENTExRTlCQUIyQTQzNTI4QTIwRThCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4QkZCMjc2NEVENTExRTlCQUIyQTQzNTI4QTIwRThCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjhCRkIyNzM0RUQ1MTFFOUJBQjJBNDM1MjhBMjBFOEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjhCRkIyNzQ0RUQ1MTFFOUJBQjJBNDM1MjhBMjBFOEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7tr035AAAAaUlEQVR42mI0NjZmQAONULoeWZAFi6I6JD5cMbOUlBQuRfZAzATEB5AVoivCUAxSiEsRimLG////MxADGIG+JmQiCDSBrD4AdYc9LkUg38M8g0txEyyIkIMHXXETcjiiB3g9DjYDQIABAPiQFmSE1qwYAAAAAElFTkSuQmCC) 0px -6px no-repeat;
	width: 10px;
	height: 5px;
}
.sidebar-nav-item.open > .sidebar-nav-item__arrow::after {
	background-position: 0px 0px;
}
.sidebar-nav-item.open > .sidebar-nav {
	display: block;
}

.sidebar-nav .sidebar-nav {
	position: relative;
	padding-left: 15px;
	background: #fff;
	font-size: 12px;
	display: none;
}

.sidebar-nav .sidebar-nav .sidebar-nav-item > .sidebar-nav-item__title {
	padding: 6px 15px;
	color: #666;
	font-weight: normal;
}
.sidebar-nav .sidebar-nav .sidebar-nav-item.active > .sidebar-nav-item__title,
.sidebar-nav .sidebar-nav .sidebar-nav-item > .sidebar-nav-item__title:hover {
	color: #A57848;
	font-weight: bold;
}
.sidebar-nav .sidebar-nav .sidebar-nav-item > .sidebar-nav-item__title:after {
	content: ' ';
	background: none;
}
.main-container .sidebar + .content {
	position: relative;
	margin-left: 250px;
}

/* 面包屑 */
.breadcrumb {
	position: relative;
	padding: 11px 15px 11px 30px;
	border-bottom: 1px solid #EDEDED;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOCAYAAAAbvf3sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFGOEY3QkQ1NEVEQTExRTk5OUQ2RUZFRkMxNDgxMTVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFGOEY3QkQ2NEVEQTExRTk5OUQ2RUZFRkMxNDgxMTVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUY4RjdCRDM0RURBMTFFOTk5RDZFRkVGQzE0ODExNUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUY4RjdCRDQ0RURBMTFFOTk5RDZFRkVGQzE0ODExNUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FXWVhAAAA2klEQVR42mI8ceIEAxSwAXEaEIcAsSVU7DgQrwHiWUD8CyTAApWQBuItQGzAgArsoTgZiH2A+CkT1OTtWBQjAwOoGjYmqDN0GQgDkJo0kIZwNImDQGwOxQfR5MJBfjBDE4wA4hdI7OdIcmZMSJIwwIyDDQIvQBrmognOAWIJKJ6DJjeXERgPPEDGJSBWJODp+0CsB7LhCxAnAvFfPIr/QtV8YUIKmT48GvpgIcaEJFgJxJuwKN4ElWNA1/AXGoynkMROQcXgzmVBM+07ELsB8UwoPx0qBgcAAQYAsT4r+aGmrAAAAAAASUVORK5CYII=) 12px center no-repeat;
}

/*点击高亮标示*/


.filter-left .active {
	font-weight: bold !important;
	color: #2e71e6 !important;
	background-color: #fafafa;
}

/*面包屑省略*/

.result-title s {
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*导航二级菜单*/
.nav-first-manualPage,
.nav-first-index,
.nav-first-placeOrder,
.nav-first-agencyClaim {
	position: relative;	
}

.nav-first-manualPage i,
.nav-first-index i,
.nav-first-placeOrder i,
.nav-first-agencyClaim i {
	margin-left: 5px;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 52px;
	right: 21px;
	background: url('imgs/icons_1.png') 0 -320px no-repeat;
}

.nav-second-manualPage {
	width: 116px;
	border: 1px solid #e0e0e0;
	z-index:990;
	position: absolute;
	top: 70px;
	left: 4px;
}

.nav-second-index {
	width: 116px;
	border: 1px solid #e0e0e0;
	z-index:990;
	position: absolute;
	top: 70px;
	left: 4px;
}

.nav-second-placeOrder {
	width: 116px;
	border: 1px solid #e0e0e0;
	z-index:990;
	position: absolute;
	top: 70px;
	left: 4px;
}

.nav-second-agencyClaim {
	width: 116px;
	border: 1px solid #e0e0e0;
	z-index:990;
	position: absolute;
	top: 70px;
	left: -8px;
}

.navbar-callcenter .nav-second-agencyClaim,
.navbar-callcenter .nav-second-placeOrder,
.navbar-callcenter .nav-second-index,
.navbar-callcenter .nav-second-manualPage {
	display: none;
}

.navbar-callcenter .nav-second-agencyClaim a,
.navbar-callcenter .nav-second-placeOrder a,
.navbar-callcenter .nav-second-index a,
.navbar-callcenter .nav-second-manualPage a {
	margin: 0;
	padding: 0;
	width: 114px;
	text-align: center;
	font: normal normal 14px/34px "";
	color: #666;
}

.navbar-callcenter .nav-second-agencyClaim a:hover,
.navbar-callcenter .nav-second-placeOrder a:hover,
.navbar-callcenter .nav-second-index a:hover,
.navbar-callcenter .nav-second-manualPage a:hover {
	color: #A57848;
	background-color: #f5f5f5;
}

.second-menu {
	background-color: #fff;
}

/*Safari兼容*/
.t-content {
	float: left;
}
.search-region {
	background: #ebebeb;
}
.search-region .search-bg {
	margin: 0 auto;
	width: 951px;
	height: 126px;
	position: relative;
	/*background: url('imgs/banner_bg.png') no-repeat;*/
}

.full-text-search {
	position: absolute;
	top: 40px;
	left: 110px;
}

.full-text-search .t-content {
	padding: 6px 13px;
	width: 530px;
	height: 38px !important;
	height: 26px \9!important;
	border: 0;
	outline: none;
	vertical-align: middle;
	box-sizing: border-box;
	box-sizing: content-box \9;
	font: normal normal 14px/18px "";
	border-radius: 30px;
}

.full-text-search .t-btn {
	text-align: center;
	position: relative;
	float: right;
	vertical-align: middle;
    position: absolute;
    right: 2px;
    top: 2px;
}

.full-text-search .t-btn a {
	width: 34px;
	height: 34px;
	border: 0;
	background-color: #A57848;
	border-radius: 17px;
}

.full-text-search .t-btn i {
	margin-top: 9px;
	width: 18px;
	height: 18px;
	background: url("imgs/icons_1.png") 0 -110px no-repeat;
}

.search-link {
	position: absolute;
	top: 12px;
	right: 70px;
}

.search-link a {
	padding: 3px 5px;
	font: normal normal 12px "";
	color: #888;
	background-color: #f5f5f5;
}


.search-container {
	position: relative;
	height: 150px;
}
.search-container .search-content {
	position: relative;
	margin: 0 auto;
	top: 50%;
	width: 530px;
	text-align: center;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-container .search-content .search-title {
	padding-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
.search-container .search-content .search-group {
	position: relative;
}
.search-container .search-content .search-group input {
	padding: 6px 13px;
	width: 100%;
	height: 38px !important;
	height: 18px \9!important;
	border: 0;
	outline: none;
	vertical-align: middle;
	box-sizing: border-box;
	box-sizing: content-box \9;
	font: normal normal 14px/18px "";
	border-radius: 30px;
	border: 1px solid #ccc;
}
.search-container .search-content .search-group .search-btn {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 34px;
	height: 34px;
	background: #526ECC url(./imgs/icons_1.png) 9px -102px no-repeat;
	border-radius: 50%;
	border: none;
	outline: none;
}
.search-container .search-content .hot-search {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 20px auto 0;
	padding-left: 80px;
	padding-right: 20px;
	text-align: left;
	color: #666;
}
.search-container .search-content .hot-search label {
	position: absolute;
	margin-bottom: 0;
	left: 0px;
	width: 80px;
	text-align: right;
	line-height: 1.8;
	font-weight: normal;
}
.search-container .search-content .hot-keys {
	line-height: 1.8;
}
.search-container .search-content .hot-keys a {
	color: inherit;
}
.search-container .search-content .hot-keys a:hover {
	text-decoration: underline;
}

.search-lighter .search-container .search-content .search-group input {
	border-color: #fff;
}
.search-lighter .search-container .search-content .hot-search {
	color: #fff;
}

.search-bg {
	background: #EBEBEB;
}

.filter-left {
	min-height: 560px;
}

#listAll_wrapper .row {
	min-height: 396px;
}

.filter-left .category-screen ul a {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
	padding-left: 30px;	
	font: normal normal 14px/36px "";
	color: #555;
}

.filter-right .result-show .content{
	margin: 0;
	padding: 0 27px;
	width: 965px;
	background-color: #fff;
}

.container-fluid .dataTables_length {
	width: 150px\9;
}

/*左侧菜单按钮*/
.enchiridion .secondary-menu {
	padding-right: 15px;
	width: 220px;
	background-color: #ebf1fa;
}

.enchiridion .winit-notebook {
	padding-left: 20px;
	width: 194px;
	height: 32px;
	float: left;
	font: normal normal 15px/32px "";
	color: #333;
}

.enchiridion  .arrow-top.level-1  {
	margin-top: 13px;
	width: 11px;
	height: 6px;
	float: right;
	cursor: pointer;
	/*position: absolute;
	top: 12px;
	right: 15px;*/
	background: url("./imgs/icons_1.png") 0 -70px no-repeat;
}

.enchiridion .arrow-bottom.level-1{
	margin-top: 13px;
	width: 11px;
	height: 6px;
	float: right;
	cursor: pointer;
	background: url("./imgs/icons_1.png") 0 -30px no-repeat;
}

.enchiridion .arrow-bottom.level-2 {
	margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
	width: 12px;
	height: 12px;
	float: left;
	cursor: pointer;
	position: absolute;
	background: url("./imgs/icons_1.png") -99px -719px no-repeat;
}

.enchiridion .arrow-top.level-2 {
	margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
	width: 12px;
	height: 12px;
	float: left;
	cursor: pointer;
	position: absolute;
	background: url("./imgs/icons_1.png") -99px -690px no-repeat;
}


.enchiridion ul li a.level2{ color:#7d8289;}
.enchiridion ul li a.level2:hover{ color:#A57848;}
.enchiridion ul li ul li a.level3{ padding-left:50px; }


.enchiridion ul a {
	padding-left: 20px;
	width: 220px;
	height: 32px;
	font: normal normal 14px/32px "";
	color: #555;
}

.enchiridion ul a:hover {
	color: #A57848;
	background-color: #fafafa;
}

.full-text-search ul.dropdown-menu{
	width: 690px;
}

.logo-small-white {
	background: url(./imgs/logo-small-white.png);
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
	background-size:auto 18px;
	background-repeat: no-repeat;
}
.logo-small-blue {
	background: url(./imgs/logo-small-blue.png);
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
	background-size:auto 18px;
	background-repeat: no-repeat;
}
.icon-caret {
	width: 7px;
	height: 4px;
	vertical-align: middle;
	background: url("imgs/icons_1.png") 0 0 no-repeat;
}

.title-head{
	position: relative;
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	min-height: 61px;
}
.title-head > h1{
  font: normal normal 22px "";
	color: #333;
}
.title-head .button-group {
	position: absolute;
	right: 0px;
	top: 15px;
}
.title-head .button-group .btn {
	margin-left: 10px;
}

.theme-gray {
	background: #f5f5f5;
}

.theme-gray-e5{
	background: #e5e5e5;
}

.main-container {
	position: relative;
	background: #f5f5f5;
	padding: 20px 0;
}
.main-container .content {
	padding: 0 10px;
	margin-left: 0px;
	/* height: 100%; */
	background: #fff;
}

.main-container .form-content {
	padding: 40px 15px 15px;
}
.main-container .form-content .breadcrumb {
	position: absolute;
	padding: 11px 15px 11px 30px;
	top: 4px;
	left: 0px;
	border-bottom: none;
}

/*首页内容*/

.full-text-search {
	position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -265px;
}

.full-text-search .t-btn {
	text-align: center;
	position: relative;
	float: right;
	vertical-align: middle;
    position: absolute;
    right: 2px;
    top: 2px;
}

.full-text-search .t-btn a {
	width: 34px;
	height: 34px;
	border: 0;
	background-color: #A57848;
	border-radius: 17px;
}

.full-text-search .t-btn i {
	margin-top: 9px;
	width: 18px;
	height: 18px;
	background: url("./imgs/icons_1.png") 0 -110px no-repeat;
}

.full-text-search.v2 {
	top: 40px;
}
.search-link {
	position: absolute;
	top: 12px;
	right: 70px;
}

.search-link a {
	padding: 3px 5px;
	font: normal normal 12px "";
	color: #888;
	background-color: #f5f5f5;
}


.banner-callcenter {
	text-align: center;
	background-color: #ebebeb;
}
.banner-callcenter .banner-bg {
	margin: 0 auto;
	width: 1200px;
	height: 140px;
	position: relative;
}
.banner-callcenter h2{
	font-size: 36px;
	color: #E6D9CB;
	padding-top: 54px;
}
.banner-callcenter h2 b{
	color: #fff;
	font-weight: normal;
}
.hot-search {
	color: #fff;
	margin-top: 70px;
}
.hot-search a {
	color: #fff;
	margin-left: 10px;
}
.banner-callcenter .search-container {
	height: 250px;
}
.winit-issue-title {
	width: 630px;
	height: 50px;
	background-color: #b8d4f5;
}

.winit-issue-title s {
	margin-left: 20px;
	font: normal normal 18px/50px "";
	color: #555;
}

.winit-issue-title a {
	margin-top: 15px;
	margin-right: 20px;
	width: 22px;
	height: 22px;
	float: right;
	background: url("./imgs/icons_1.png") -40px 0 no-repeat;
}

.winit-issue-content {
	width: 630px;
	height: 277px;
	padding: 30px;
	background-color: #f5f5f5;
}

.winit-issue-content .winit-item-1,
.winit-issue-content .winit-item-3 {
	float: left;
}

.winit-issue-content .winit-item-2 {
	float: left;
	margin: 0 30px;
}

.winit-issue-content .winit-item-1 .p1,
.winit-issue-content .winit-item-2 .p1,
.winit-issue-content .winit-item-3 .p1 {
	width: 170px;
	height: 170px;
	position: relative;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
}

.winit-issue-content .winit-item-1 .p1 i {
	width: 60px;
	height: 84px;
	position: absolute;
	top: 40px;
	left: 55px;
	background: url("./imgs/icons_2.png") -160px -579px no-repeat;
}

.winit-issue-content .winit-item-2 .p1 i {
	width: 70px;
	height: 58px;
	position: absolute;
	top: 50px;
	left: 55px;
	background: url("./imgs/icons_2.png") -160px -709px no-repeat;
}

.winit-issue-content .winit-item-3 .p1 i {
	width: 63px;
	height: 84px;
	position: absolute;
	top: 40px;
	left: 55px;
	background: url("./imgs/icons_2.png") -162px -819px no-repeat;
}

.winit-issue-content .winit-item-1 a,
.winit-issue-content .winit-item-2 a,
.winit-issue-content .winit-item-3 a {
	width: 170px;
	height: 46px;
	text-align: center;
	font: normal normal 16px/46px "";
	border-radius: 0 0 5px 5px;
	background-color: #63b5f3;
	color: #fff;
}

.winit-hot-title {
	width: 480px;
	height: 50px;
	background-color: #b8d4f5;
}

.winit-hot-title s {
	margin-left: 20px;
	font: normal normal 18px/50px "";
	color: #555;
}

.winit-hot-title a {
	margin-top: 15px;
	margin-right: 20px;
	width: 22px;
	height: 22px;
	float: right;
	background: url("./imgs/icons_1.png") -40px 0 no-repeat;
}

.winit-hot-list {
	width: 480px;
	height: 277px;
	padding: 20px;
	background-color: #f5f5f5;
}

.winit-hot-list a {
	width: 340px;
	height: 44px;
	padding: 15px 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font: normal normal 16px/16px "";
	color: #555;
}

.winit-hot-list li:hover {
	background-color: #f0f0f0;
}

.winit-hot-list li:hover a{
	color: #A57848
}

.winit-hot-list s {
	float: right;
	font: normal normal 14px/44px "";
	color: #aaa;
}


.self-service {

}
.self-service h2{
	line-height: 100px;
	text-align: center;
	font-size: 24px;
}
.self-service h2 i {
	background: url(./imgs/icon_book.svg) no-repeat;
    height: 26px;
    width: 26px;
    vertical-align: sub;
	margin-right: 8px;
	background-size: contain;
}
.self-service .service-list .row > div {
	padding: 0 7px;
}
.self-service .service-list a h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.self-service .service-list a {
	background: #fff;
	display: block;
	height: 150px;
	margin-bottom: 10px;
	padding: 38px 24px;
	color: #888;
}
.self-service .service-list p {
	display: block;
	margin-left: 80px;
}
.self-service .service-list .more {
	color: #526ecc;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
}

.self-service .icon-1 {
	background: url(./imgs/iconsV3.png) -80px -320px no-repeat;
    height: 70px;
    width: 80px;
    vertical-align: middle;
	margin-right: 4px;
	float: left;
}
.self-service .icon-2 {
	background: url(./imgs/iconsV3.png) 0 -420px no-repeat;
    height: 70px;
    width: 80px;
    vertical-align: middle;
	margin-right: 4px;
	float: left;
}
.self-service .icon-3 {
	background: url(./imgs/iconsV3.png) 0 -320px no-repeat;
    height: 70px;
    width: 80px;
    vertical-align: middle;
	margin-right: 4px;
	float: left;
}
.self-service .icon-4 {
	background: url(./imgs/iconsV3.png) -80px -420px no-repeat;
    height: 70px;
    width: 80px;
    vertical-align: middle;
	margin-right: 4px;
	float: left;
}
.self-service .icon-5 {
	background: url(./imgs/iconsV3.png) 0 -500px no-repeat;
    height: 70px;
    width: 80px;
    vertical-align: middle;
	margin-right: 4px;
	float: left;
}

.self-service .icon-6 {
    background: url(./imgs/icon_order.png) no-repeat;
    height: 70px;
    width: 80px;
    vertical-align: middle;
    margin-right: 4px;
    float: left;
}

.self-service .tools {
	background: #fff;
	padding: 20px 30px;
	margin-bottom: 50px;
}
.self-service .tools h3 {
	font-size: 16px;
    display: inline-block;
    float: left;
    font-weight: bold;
}
.self-service .tools h3 i {
	background: url(./imgs/icon_tool.svg) no-repeat;
    height: 24px;
    width: 24px;
    vertical-align: sub;
	margin-right: 8px;
	background-size: contain;
}
.self-service .tools .split-line{
	height: 30px;
	border-right: 1px solid #dcdcdc;
	margin: 0 30px;
	vertical-align: middle;
	display: inline-block;
    float: left;
}
.self-service .t-list {
	margin-left: 160px;
}
.self-service .t-list a{
	font-size: 14px;
	display: inline-block;
	margin-right: 50px;
	line-height: 30px;
	color: rgba(0, 0, 0, .85);
}
.self-service .t-list a:hover{
	color: #A57848;
}
.hot-issue h2{
	line-height: 100px;
	text-align: center;
	font-size: 24px;
}
.hot-issue h2 i {
	background: url(./imgs/iconsV3.png) 0 -160px no-repeat;
    height: 40px;
    width: 40px;
    vertical-align: middle;
	margin-right: 8px;
}
.hot-issue .issue-category a{
	box-sizing: border-box;
	background: #f5f5f5;
	color:#333333;
	border-radius: 5px;
	font-size: 14px;
	padding: 6px 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.hot-issue .issue-category a.active {
	background: #526ecc;
	color: #fff;
	font-weight: bold;
}
.hot-issue .issue-list {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 30px 0;
	font-size: 14px;
}
.hot-issue .issue-list > div {
	padding: 12px 45px;
}
.hot-issue .issue-list a {
	color: #333333;
}
.hot-issue .issue-list a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #ccc;
	margin-right: 15px;
}
.contact-us .col-sm-6{
	padding: 7px;
}
.contact-us {
	padding-bottom: 20px;
}
.contact-us h2{
	line-height: 100px;
	text-align: center;
	font-size: 24px;
}
.contact-us h2 i {
	background: url(./imgs/icon_contact.svg) no-repeat;
    height: 26px;
    width: 26px;
    vertical-align: sub;
	margin-right: 8px;
	background-size: contain;
}
.contact-us .item {
	background: #fff;
	padding: 20px 30px;
	box-sizing: border-box;
	height: 400px;
	margin-bottom: 20px;
}
.contact-us .item h3 {
	color: #333;
	font-size: 16px;
	text-align: center;
}
.contact-us .item h3:after {
	content: '';
	display: block;
	width: 110px;
	border-top: 1px solid #f5f5f5;
	margin: 20px auto;
}
.contact-us .icon-1 {
	background: url(./imgs/iconsV3.png) -217px -397px no-repeat;
    height: 84px;
    width: 84px;
    display: block;
    margin: 0 auto 16px;
}
.contact-us .icon-2 {
	background: url(./imgs/iconsV3.png) -217px -198px no-repeat;
    height: 84px;
    width: 84px;
    display: block;
    margin: 0 auto 16px;
}
.contact-us .icon-3 {
	background: url(./imgs/iconsV3.png) -217px -298px no-repeat;
    height: 84px;
    width: 84px;
    display: block;
    margin: 0 auto 16px;
}
.contact-us .icon-4 {
	background: url(./imgs/iconsV3.png) -218px -480px no-repeat;
    height: 84px;
    width: 84px;
    display: block;
    margin: 0 auto 16px;
}
.contact-us .phone-item {
	margin-bottom: 25px;
}
.contact-us .phone-item .country-name {
	color: #333333;
	font-size: 18px;
	float: left;
	margin-right: 20px;
	font-weight: bold;
	height: 50px;
}
.contact-us .phone-item .phone {
	font-size: 15px;
	display: block;
	color: #a57848;
	font-weight: bold;
	margin-bottom: 2px;
}
.contact-us .phone-item .work-time {
	color: #999999;
	font-size: 12px;
}
.contact-us .other {
	text-align: center;
	color: #555555;
	font-size: 14px;
}
.contact-us .other::before {
	content: '';
	background: url(./imgs/iconsV3.png) -275px 0 no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.category-container {
	position: relative;
	padding: 10px 15px;
}
.category {
	position: relative;
	overflow: hidden;
}
.category .category-header {
	font-size: 15px;
	margin-bottom: 15px;
}
.category .category-item {
	position: relative;
	float: left;
	width: 50%;
	font-size: 13px;
	margin-bottom: 10px;
	color: #1E96FA;
}
.category .category-item a {
	color: inherit;
}
.category__compact {
	padding-left: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZDMDdGNDUwNEY2QzExRTlCRTk0RkU3QjQwMzc3RUZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZDMDdGNDUxNEY2QzExRTlCRTk0RkU3QjQwMzc3RUZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkMwN0Y0NEU0RjZDMTFFOUJFOTRGRTdCNDAzNzdFRkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkMwN0Y0NEY0RjZDMTFFOUJFOTRGRTdCNDAzNzdFRkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4POwynAAAAPUlEQVR42mIxNjaWZmBgmAbEHkC8A4izWIDEfCB2ZYAAPyDmZwISlgyowBIkeBxN8DhIMAVqFgOUjgMIMAC6tgg2ZDcwiQAAAABJRU5ErkJggg==) 6px 8px no-repeat;
}

.doc-footer{
	padding-bottom: 30px;
	text-align: center;
}
.doc-footer .doc-hint{
	display: block;
	margin-top: 40px;
	color: #666;
}
.doc-footer__title {
	position: relative;
	margin:20px 0 30px;
}
.doc-footer__title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border: 1px solid #ebebeb;
	left: 0;
	top: 50%;
}
.doc-footer__title .text {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.doc-feedback .btn-solved{
	margin-right: 20px;
}
.doc-feedback__popover {
	bottom: auto;
	top: auto;
	left: auto;
	right: auto;
	overflow: visible;
	width: 500px;
	max-width: none;
	background: #f5f5f5;
	text-align: center;
}
.doc-feedback__popover textarea{
	display: block;
	width: 100%;
	margin: 20px 0;
}
.doc-feedback__popover .popover-content{
	padding: 20px 40px;
}
.doc-feedback__popover p{
	color: #777;
}
.doc-feedback__popover .btn-primary{
	margin-bottom: 10px;
	width: 150px;
}
.doc-feedback__popover .btn-default{
	margin-top: 10px;
}

.landray-error {
	padding: 70px;
	width: 700px;
	margin: 0 auto;
}
.landray-error h4{
	font-size: 14px;
	color: #999999;
	margin-top: 64px;
	line-height: 1.5em;
}
.icon-error-data{
	float: left;
	display: block;
	width: 140px;
	height: 140px;
	background: url(./imgs/iconsV3.png) no-repeat 0 -600px;
	margin-right: 60px;
}

.operation-guide {
	font-size: 14px;
	counter-reset: count;
}
.operation-guide .row{
	margin-right: -7px;
	margin-left: -7px;
}
.operation-guide h2{
	line-height: 100px;
	text-align: center;
	font-size: 24px;
}
.operation-guide h2 i {
	background: url(./imgs/icon_operation_guide.png) center center no-repeat;
    height: 32px;
    width: 32px;
    vertical-align: middle;
	margin-right: 8px;
}
.operation-guide h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.operation-guide h3 i{
	font-style: normal;
	display: inline-block;
	color: #fff;
	background: #aaa;
	width: 1.3em;
	padding: 2px 0;
	text-align: center;
	font-weight: normal;
	margin: 0 10px 0 0px;
}
.operation-guide h3 i:before {
	content: counter(count);
}
.operation-guide .guide-list .col-sm-8{
	padding: 7px;
	counter-increment: count;
}
.operation-guide .guide-list .item{
	background: #fff;
	padding: 10px 10px 20px;
	height: 250px;
}
.operation-guide .guide-list li{
	padding: 10px 40px;
}
.operation-guide .guide-list li a {
	color: #333;
}
.operation-guide .guide-list li a:hover{
	color: #A57848;
}
.operation-guide .guide-list li a:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	vertical-align: middle;
	background: #999999;
	border-radius: 50%;
	margin-left: -1em;
}