/*hui.css- hui-tab */
.hui-tab {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.hui-tab-title {
	margin: 0 auto;
	border: none;
	height: 60px;
	line-height: 60px;
	background-color:#C21C2E;
}

.hui-tab-title .hui-tab-item {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	color: #FFFFF;
	width: 120px;
	height: 60px;
	line-height: 60px;
}

.hui-tab-title .hui-tab-title-this {
	color: #fff;
	font-size: 18px;
	border-bottom: 2px solid #bd1a2d;
}

.hui-tab-content {
	position: relative;
	overflow: hidden;
	}

.hui-tab-content_wrap {
	position: relative;
}

.hui-tab-content .hui-tab-item {
	display: block;
	width: 1280px;
	}

/* 公共标题 */
.hui-index-title {
	text-align: center;
	position: relative;
	padding-top: 48px;
	padding-bottom: 36px;
}

.hui-index-title h1 {
	font-size: 28px;
	color: #030e1a;
	padding-bottom: 24px;
}

.hui-index-title h2 {
	color: #f5d389;
	font-size: 14px;
	padding-bottom: 12px;
}

.hui-index-title::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 3px;
	background-color: #c21c2e;
}

.hui-navbar {
	background: url(../images/header-top-bg.png) #C21C2E;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	border-radius: 0;
}

.hui-navbar-header {
	height: 174px;
	float: none;
	transition: all .5s;
}

.hui-navbar-brand {
	height: 174px;
	line-height: 174px;
	font-size: 0;
	transition: all .5s;
}

.navbar-custom-menu {
	float: right;
	transition: all .5s;
}

.navbar-custom-menu a {
	margin-right: 22px;
	padding-top: 12px;
	display: inline-block;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	transition: all .3s;
	transform: translateX(0px);
}

.navbar-custom-menu a:hover {
	color: rgba(255, 255, 255, 1);
	transform: translateX(-6px);
}

.navbar-custom-menu .icon-weibo,
.navbar-custom-menu .icon-weixin,
.navbar-custom-menu .icon-web {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 12px;
}

.navbar-custom-menu .icon-weibo {
	background: url(../images/icon-weibo.png) no-repeat;
}

.navbar-custom-menu .icon-weixin {
	background: url(../images/icon-weixin.png) no-repeat;
}

.navbar-custom-menu .icon-web {
	background: url(../images/icon-web.png) no-repeat;
}

.hui-header-search {
	position: absolute;
	top: 78px;
	right: 0;
	width: 360px;
	border: none;
	padding: 0;
	transition: all .5s;
}

.hui-header-search .hui-form-item {
	position: relative;
}

.hui-header-search .hui-input-block {
	margin-left: 0;
}

.hui-header-search .hui-input-block .hui-input {
	border: none;
	border-radius: 4px;
	transition: all .3s;
}

.hui-header-search .hui-form-item:hover .hui-input {
	background-color: #e28e98;
}

.hui-header-search .hui-form-item:hover .hui-icon {
	color: #FFFFFF;
}

.hui-header-search .hui-form-item:hover ::placeholder {
	color: #FFFFFF;
}

.hui-header-search .hui-search-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.hui-header-search .hui-search-btn .hui-btn {
	background: none;
	margin-top: 2px;
}

.hui-header-search .hui-search-btn .hui-btn:hover .hui-icon {
	color: #c21c2e;
}

.hui-header-search .hui-search-btn .hui-icon {
	color: #999;
	font-size: 20px;
	font-weight: bold;
}

.hui-navbar .hui-navbar-body {
	background-color: #fafafa;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 8000;
}

.hui-navbar .hui-navbar-body .hui-nav-item a {
	color: rgba(51, 51, 51, 1);
	padding: 0 46px;
	font-size: 18px;
}

.hui-navbar .hui-navbar-body .hui-nav-item a:hover {
	color: #c21c2e;
}

.hui-navbar .hui-navbar-body .hui-nav-item.active a {
	color: #c21c2e;
}

.hui-navbar .hui-navbar-body .hui-nav-item:after {
	background-color: #c21c2e;
}

/* 导航在顶部时 */
.hui-navbar-fixed .hui-navbar-header .hui-navbar-brand,
.hui-navbar-fixed .hui-navbar-header .navbar-custom-menu,
.hui-navbar-fixed .hui-navbar-header .hui-header-search {
	transition: all .5s;
	opacity: 0;
}

.hui-navbar-fixed .hui-navbar-body {
	background-color: #c21c2e;
	height: 76px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

#hui-nav-layout .hui-navbar-logo {
	display: none;
	padding-right: 24px;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}

#hui-nav-layout .hui-navbar-logo img {
	width: 68px;
	height: 68px;
}

.hui-navbar-fixed #hui-nav-layout .hui-navbar-logo {
	display: inline-block;
}

.hui-navbar-fixed .hui-navbar-body .hui-nav-item {
	line-height: 76px;
}

.hui-navbar-fixed .hui-navbar-body .hui-nav-item a {
	color: #FFFFFF;
}

.hui-navbar-fixed .hui-navbar-body .hui-nav-item a:hover {
	color: #f5d389;
}

.hui-navbar-fixed .hui-navbar-body .hui-nav-item.active a {
	color: #f5d389;
}

.hui-navbar-fixed .hui-navbar-body .hui-nav-item:after {
	background-color: #f5d389;
}

.hui-navbar-fixed .hui-navbar-body .hui-navbar-logo {
	display: inline-block;
}

.hui-navbar-fixed #hui-nav-layout .hui-nav-item ul {
	top: 76px;
}

#hui-nav-layout .hui-nav-item ul {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10000;
	top: 60px;
	animation: hui-downbit .5s both;
	left: 0px;
	background: #FFFFFF;
	padding-top: 24px;
	padding-bottom: 24px;
}

#hui-nav-layout .hui-nav-item li {
	display: block;
	height: 42px;
	position: relative;
	line-height: 42px;
}

#hui-nav-layout .hui-nav-item.hui-nav-menu {}

#hui-nav-layout .hui-nav-item.hui-nav-menu ul li a {
	color: #c21c2e;
	font-size: 16px;
}

#hui-nav-layout .hui-nav-item.hui-nav-menu ul li a:hover {
	color: #ffffff;
	background-color: #c21c2e;
}

#hui-nav-layout .hui-nav-item.hui-nav-menu ul {
	display: block;
}

/* 首页轮播图TOP*/
.hui-index-banner {
	width: 100%;
	height: 620px;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height:620px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

/* 新闻头条 */
.hui-index-news-header {
	background-color:#cd2727;
	padding-top: 0px;
	box-sizing: border-box;
}

.hui-index-news-header .hui-main {
	display: flex;
        background-color:;
        
}
.hui-index-news-header .left {
	/* padding-right: 36px; */
	/* padding-left:30px; */
	box-sizing: border-box;
	flex: 1;
	height: 320px;
	margin-top: 55px;
}

.hui-index-news-header .left .news-title {
	font-size: 32px;
	line-height: 48px;
}

.hui-index-news-header .left .news-title a {
	color: #FFFFFF;
	transition: all .3s;
	transform: translateX(0px);
	display: block;
	border-bottom: 1px solid transparent;
}

.hui-index-news-header .left .news-title a:hover {
	border-bottom: 1px solid #f5d389;
	transform: translateX(-4px);
	box-sizing: border-box;
	color: #f5d389;
}

.hui-index-news-header .left .news-intro {
	padding-top: 36px;
	line-height: 200%;
	text-indent: 2em;
	padding-right: 48px;
}

.hui-index-news-header .left .news-intro a {
	color: #f5d389;
	font-size: 18px;
	transition: all .3s;
}

.hui-index-news-header .left .news-intro a:hover {
	opacity: .5;
}

.hui-index-news-header .left .news-more {
	padding-top: 24px;
}

.hui-index-news-header .left .news-more a {
	color: #FFFFFF;
	font-size: 24px;
	border-bottom: 2px solid #F5D389;
	padding-bottom: 16px;
	box-sizing: border-box;
	transition: all .3s;
	display: inline-block;
}

.hui-index-news-header .left .news-more a:hover {
	color: #F5D389;
	border-bottom: 2px solid #FFFFFF;
	transform: translateY(-2px);
}

.hui-index-news-header .right {
	width: 580px;
        padding-right:30px;
}

.hui-index-news-header #swiper2 {
	width: 580px;
	height: 328px;
	padding-bottom: 56px;
	padding-top: 28px;
}

.hui-index-news-header #swiper2 img {
	width: 100%;
	height: 320px;
}

.hui-index-news-header #swiper2 .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background-color: #F5D389 !important;
}

.swiper-container {
	--swiper-navigation-color: rgba(255, 255, 255, .3);
	--swiper-navigation-size: 60px;
}

.swiper-button-next,
.swiper-button-prev {
	transition: all .3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #FFFFFF;
}

/* -------新闻tab-list------- */

.hui-header-news-list {
	background-color: #FFFFFF;
}

.hui-header-news-list .hui-tab {
	width: 100%;
}

.hui-header-news-list .hui-tab-title {
	background-color: #C21C2E;
}


.hui-header-news-list .hui-tab-title .hui-tab-item {
	font-size: 20px;
	background-color: #c21c2e;
	width: 160px;
	text-align: left;
          color:#fff
}

.hui-header-news-list .hui-tab-title .hui-tab-title-this {
	color: #f5d389;
	font-size: 20px;
	background: none;
	border: none;
}

.hui-header-news-list .hui-tab-title span {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.hui-header-news-list .hui-tab-title .hui-tab-title-this .icon-news {
	opacity: 1;
}

.hui-header-news-list .hui-tab-title .icon-news {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/index-news-title-icon.png) no-repeat;
	opacity: 0;
	transition: all .3s;
}

.hui-header-news-list .hui-tab-content {
	height: 450px;
}

/* 新闻列表*/
.hui-index-news-body {
	background-color: #FFFFFF;
	padding-top:0px;
	padding-bottom: 0px;
}

.hui-index-news-body ul li {
	font-size: 18px;
	line-height: 46px;
	overflow: hidden;
	position: relative;
           width: 670px;
    margin: 40px 20px 0 0;          float:left;
}

.hui-index-news-body ul li a {
	display: block;
	transition: all .3s;
	text-overflow: ellipsis;
	overflow: hidden;
	
	width: 85%;
}

.hui-index-news-body ul li a:hover {
	color: #bd1a2d;
	transform: translateY(-4px);
	background-color: #fafafa;
}

.hui-list-time {
	font-size: 16px;
}

.hui-index-news-body .news-more {
	text-align: right;
}

.hui-index-news-body .news-more .hui-btn {
	background-color: #bd1a2d;
	padding: 0 48px;
	color: #f5d389;
	display: inline-block;
}

/* ---------公告--------- */
.hui-index-notice {
	padding: 46px 0;
}

.hui-index-notice .index-notice-item {
	background-color: #FFFFFF;
	width: 600px;
	height: 420px;
	float: left;
	margin-right: 65px;
	transition: all .2s ease-in;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.hui-index-notice .index-notice-item:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
}

.hui-index-notice .index-notice-item:hover .title {
	color: #bd1a2d;
}
.index-notice-item img{ width:600px;
}

.hui-index-notice .index-notice-item:hover .img {
	opacity: 1;
}

.hui-index-notice .index-notice-item:last-child {
	margin-right: 0;
}

.hui-index-notice .index-notice-item .title {
	height: 80px;
	font-size: 28px;
	padding: 24px 12px;
	box-sizing: border-box;
}

.hui-index-notice .index-notice-item .list {
	height: 180px;
	line-height: 32px;
	padding-left: 12px;
	box-sizing: border-box;
	font-size: 16px;
}

.hui-index-notice .index-notice-item .list ul li {
	position: relative;
}

.hui-index-notice .index-notice-item .list a {
	display: block;
	transition: all .3s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 85%;
}

.hui-index-notice .index-notice-item .list a:hover {
	color: #bd1a2d;
}

.hui-index-notice .index-notice-item .list .hui-list-time {
	right: 12px;
}

.hui-index-notice .index-notice-item .img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	opacity: .85;
}

.hui-index-notice .index-notice-item .img:hover {
	opacity: 1;
}

.hui-index-notice .index-notice-item .hui-btn {
	background-color: #bd1a2d;
	position: absolute;
	top: 28px;
	right: 12px;
	color: #f5d389;
	padding: 0 18px;
	line-height: 28px;
	height: 28px;
}

/*------ 教育培训 --------*/
.hui-index-edu {
	padding-bottom: 48px;
}

.hui-index-edu .hui-index-title {
	text-align: left;
	padding-bottom: 0;
}

.hui-index-edu h1 {
	display: inline-block;
	line-height: 100%;
}

.hui-index-edu h2 {
	display: inline-block;
	line-height: 200%;
	margin-left: 12px;
}

.hui-index-edu .hui-index-title::after {
	position: absolute;
	top: 80px;
	left: 0;
}



/* .hui-index-edu */

.hui-index-edu .hui-tab-title {
	padding-left: 300px;
	background: none;
}

.hui-index-edu .hui-tab-title .more {
	position: absolute;
	top: 4px;
	right: 0;
}

.hui-index-edu .hui-tab-title .more .hui-btn {
	color: #f5d389;
	padding: 0 18px;
	line-height: 28px;
	height: 28px;
	background-color: #bd1a2d;
}

.hui-index-edu .hui-tab-title .hui-tab-item {
	width: 110px;
	color: #666;
}

.hui-index-edu .hui-tab-title .hui-tab-title-this {
	background: none;
	position: relative;
}

.hui-index-edu .hui-tab-title .hui-tab-title-this::before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #bd1a2d;
	position: absolute;
	top: 52px;
	left: 48px;
}

/* tabContent */
.hui-index-edu .hui-tab-content {
	height: 510px;
	margin-top: 2px;
}

.hui-index-edu .hui-tab-content .hui-tab-item {
	height: 510px;
}

/*-------师资-------*/
.hui-index-edu .hui-col-space24 {
	margin: 0 -12px 0 0;
}

.hui-index-edu-body {
	display: flex;
	height: 510px;
	overflow: hidden;
}

.hui-index-edu-body .left-img {
	width: 260px;
	height: 510px;
	overflow: hidden;
}

.hui-index-edu-body .left-img img {
	transition: all .5s;
	opacity: 1;
	cursor: pointer;
	width: 260px;
	height: 510px;
}

.hui-index-edu-body .left-img img:hover {
	transform: scale(1.1, 1.1);
	opacity: .85;
}

.hui-index-edu-body .right-content {
	flex: 1;
	height: 510px;
	border-top: 1px solid #e5e5e5;
	padding-top: 12px;
	padding-left: 12px
}

.hui-index-edu-body .right-content .item {
	height: 230px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	transition: all .3s;
	cursor: pointer;
}

.hui-index-edu-body .right-content .item:hover {
	border-color: #bd1a2d;
	background-color: #f4f4f4;
	color: #bd1a2d;
}

.hui-index-edu-body .right-content .item img {
	transition: all .3s;
}

.hui-index-edu-body .right-content .item img:hover {
	opacity: .85;
	transform: scale(1.1, 1.1);
}

.hui-index-edu-body .right-content .img {
	padding: 2px;
	box-sizing: content-box;
}

.hui-index-edu-body .right-content .img img {
	width: 100%;
	height: 180px;
}

.hui-index-edu-body .right-content .name {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

/* ------团青------ */
.hui-index-study {
	background-color: #FFFFFF;
	padding-bottom: 64px;
}

/* tab */
.hui-index-study .hui-tab {
	border: 1px solid #e5e5e5;
}

.hui-index-study .hui-tab-title .hui-tab-item {
	width: 25%;
}

.hui-index-study .hui-tab-title .hui-tab-title-this {
	border-bottom: none;
	border-top: 2px solid #bd1a2d;
}

/* /tab */
.hui-index-study-body {
	display: flex;
	padding: 24px;
	box-sizing: border-box;
}

.hui-index-study-body .left-img {
	width: 480px;
	height: 380px;
}

.hui-index-study-body .right-content {
	flex: 1;
	padding-left: 42px;
	box-sizing: border-box;
}

.hui-index-study-body .right-content .list ul li {
	line-height: 48px;
	font-size: 16px;
	position: relative;
	padding: 0 12px;
}

.hui-index-study-body .right-content .list ul li a {
	font-size: 16px;
	transition: all .3s;
}

.hui-index-study-body .right-content .list ul li a:hover {
	color: #db1a2d;
}

.hui-index-study-body .right-content .list ul li a:hover span {
	background-color: #db1a2d;
}

.hui-index-study-body .right-content .list ul li span {
	width: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #999999;
	display: inline-block;
	margin-right: 6px;
	font-size: 16px;
	color: #FFFFFF;
	transition: all .3s;
}

.hui-index-study-body .right-content .list ul li:first-child {
	background-color: #fcf3f4;
}

.hui-index-study-body .right-content .list ul li:first-child span {
	background-color: #bd1a2d;
}

.hui-index-study-body .right-content .list ul li:nth-child(2) span,
.hui-index-study-body .right-content .list ul li:nth-child(3) span {
	background-color: #333333;
}

.hui-index-study-body .right-content .list ul li p {
	line-height: 36px;
	text-indent: 2em;
}

/* ------重要专题------ */
.hui-index-special {
	width: 100%;
	height: 580px;
	background: url(../images/index-special-bg.jpg) no-repeat;
	background-size: cover;
}

.hui-index-special-container {
	width: 1280px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 12px;
	box-sizing: border-box;
}

.hui-index-special-container .special-item {
	background-color: #fafafa;
	cursor: pointer;
	width: 294px;
	overflow: hidden;
	transition: all .5s;
}

.hui-index-special-container .special-item:hover {
	background-color: #DB1A2D;
}

.hui-index-special-container .special-item:hover h2 {
	color: #ffffff;
}

.hui-index-special-container img {
	width: 630px;
	height: 240px;
	opacity: 1;
	transition: all .3s;
}

.hui-index-special-container img:hover {
	opacity: .75;
}

.hui-index-special-container h2 {
	line-height: 56px;
	height: 56px;
	color: #bd1a2d;
	font-size: 20px;
}

.hui-index-special-container .swiper-container {
	height: 336px;
}

.hui-index-special-container .swiper-container-horizontal>.swiper-pagination-bullets,
.hui-index-special-container .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -2px;
}

.hui-index-special-container .swiper-pagination-bullet {
	width: 36px;
	height: 2px;
	border-radius: 0;
}

/* --------网上团校---------- */
.hui-index-school {
	background-color: #FFFFFF;
	padding-bottom: 24px;
}

/* school-Tab */
.hui-index-school .hui-tab-title {
	text-align: center;
	margin-bottom: 36px;
	height: 38px;
	line-height: 38px;
	background: #FFFFFF;
}

.hui-index-school .hui-tab-title .hui-tab-item {
	width: 160px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	transition: all .3s;
	margin: 0 24px;
}

.hui-index-school .hui-tab-title .hui-tab-title-this {
	color: #f5d389;
	background-color: #bd1a2d;
	font-size: 20px;
	text-align: center;
	border: none;
}

.hui-index-school .hui-tab-content,
.hui-index-school .hui-tab-content .hui-tab-item {
	height: 562px;
}

/* /school-Tab */
.hui-index-school .col-md3-rewrite {
	width: 20%;
}

.hui-index-school .col-md3-rewrite .item {
	background-color: #f2f2f2;
	height: 280px;
	overflow: hidden;
}

.hui-index-school .col-md3-rewrite .item img {
	height: 280px;
	transition: all .3s;
	opacity: .65;
}

.hui-index-school .col-md3-rewrite .item:hover img {
	transform: scale(1.1, 1.1);
	opacity: 1;
}

/* 公共服务 */
.hui-index-service {
	background-color: #FFFFFF;
	padding-bottom: 24px;
}

.hui-index-service .hui-col-md2 {
	text-align: center;
	margin-right: 258px;
}

.hui-index-service .hui-col-md2 h2 {
	color: #bd1a2d;
	font-size: 20px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.hui-index-service .service-icon {
	width: 84px;
	height: 84px;
	line-height: 84px;
	border-radius: 100%;
	background-color: #b4192d;
	margin: 0 auto;
	position: relative;
}

.hui-index-service .service-icon::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 42px;
	top: 42px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	border: 2px solid transparent;
	box-sizing: border-box;
	transition: all .3s;
	opacity: 0;
}

.hui-index-service .service-icon img {
	width: 42px;
	height: 42px;
}

.hui-index-service .service-icon:hover::after {
	width: 84px;
	height: 84px;
	top: 0;
	left: 0;
	border: 2px solid #f5d389;
	opacity: 1;
}

.hui-index-service .service-icon:hover {
	animation: hui-rotate 1s;
	background: none;
}

@keyframes hui-rotate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

/* footer */
.hui-index-footer {
	height: 360px;
	background: url(../images/index-footer-bg.jpg) no-repeat;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
	background-color: #b71c2d;
}

.hui-index-footer .logo {
	padding-bottom: 48px;
}

.hui-index-footer .contact {
	font-size: 18px;
	color: #FFFFFF;
}

.hui-index-footer .contact .item {
	display: inline-block;
	padding: 0 24px;
}

.hui-index-footer .icon-tell,
.hui-index-footer .icon-code,
.hui-index-footer .icon-mail {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 4px;
}

.hui-index-footer .icon-tell {
	background: url(../images/icon-tell.png) no-repeat;
}

.hui-index-footer .icon-code {
	background: url(../images/icon-code.png) no-repeat;
}

.hui-index-footer .icon-mail {
	background: url(../images/icon-mail.png) no-repeat;
}

.hui-index-footer .copy {
	color: #ff9580;
	line-height: 28px;
	padding-top: 30px;
}
.link_main ul:after{ content:""; clear:both; display:table;}
.link_main {width:1280px;margin:0 auto 50px;height: 80px;}
.link_main li {float: left;padding: 5px 0;font-weight: normal;text-align: left;color: #ffffff;/*#9f9f9f;*/vertical-align: top;white-space:nowrap;padding-right: 30px;}
.link_main li .link_m {margin: 0 10%; border:1px #fff solid;  height:25px; line-height:25px; color: #fff; font-size: 16px; outline:none; position:relative; cursor: pointer}
.link_main li .link_m ul.link_title_box{ position:absolute; top:25px; border:1px #cecece solid; border-top:1px #f3f3f3 solid; width:100%; left:-1px; background:#fff; padding:10px 0; display:none; z-index:1; max-height:115px; overflow-y:scroll}
.link_main li .link_m ul.link_title_box li { width:auto; padding:0 5px; font-size: 14px; }
.link_main li .link_m ul.link_title_box li a {color:#666}
.link_main li .link_m ul.link_title_box li a:hover {color:#bc111e}
.link_main li .link_m:hover ul.link_title_box{ display:block}
.hui-navbar .hui-navbar-body .hui-nav-item ul li a {
	color: rgba(51, 51, 51, 1);
	padding:0 30px;
	font-size: 18px;
}