* {
    box-sizing: border-box;
}
html,body{
    background: #f8f8f8;
}
.red {
    color: #e02631 !important;
}

.red_bgc {
    background-color: #c01818 !important;
}

.w12 {
    width: 1200px;
    margin: 0 auto;
}

.red_bg {
    background: url(../images/reg_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.black_bg {
    background: url(../images/black_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
/* 分页器 */
.paging {
    /*float: right;*/
    position:relative; 
    width:100%;  
    text-align:center;    
}
.ui-pagination-container {
	height: 34px;
	line-height: 34px;
    float:left;    
    position:relative;    
    left:41%;   
}

.ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;
	margin: 0 3px;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #c01818;
	color: #c01818;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
	background: #c01818;
	border-color: #c01818;
	color: #fff;
	cursor: default;
}
/* 顶部 */
.header {
    height: 80px;
    width: 100%;
    background: #fff;
}

.header .header_content {
    height: 100%;
}

/* logo */
.header .header_content .logo {
    width: 200px;
    height: 100%;
    padding-top: 15px;
    float: left;
}

.header .header_content .logo a {
    display: block;
}

.header .header_content .logo a img {
    width: 100%;
    display: block;
}

/* 顶部导航 */
.header_nav {
    float: right;
    height: 100%;
}

.header_nav>ul {
    height: 100%;
}

.header_nav>ul .nav_list {
    float: left;
    width: 125px;
    height: 100%;
    z-index: 666;
}

.header_nav>ul .nav_list>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    font-weight: normal;
    font-size: 18px;
}

.header_nav>ul .nav_list>a.active {
    background: #e6e7e8;
    color: #c01315;
}

.header_nav>ul .nav_list>a:hover {
    /* background: #e3e1e1; */
    color: #c01315;
}

.header_nav>ul .nav_list .nav_first_list {
    display: none;
    width: 220px;
    background: #fff;
    border-top: 2px solid #e3e1e1;
    padding: 20px 0;
    z-index: 665;
    position: relative;
}

.header_nav>ul .nav_list .nav_first_list li {
    height: 50px;
    line-height: 50px;
    text-align: left;
    position: relative;
}

.header_nav>ul .nav_list .nav_first_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 35px;
    font-weight: normal;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: hidden;
}

.header_nav>ul .nav_list .nav_first_list li a:hover {
    color: #c01315;
    padding-left: 55px;
}

.header_nav>ul .nav_list .nav_first_list li a:hover i {
    color: #c01315;
}

.header_nav>ul .nav_list .nav_first_list li a i {
    float: right;
    color: #333;
}

.header_nav>ul .nav_list .nav_first_list li .nav_second_list {
    display: none;
    width: 200px;
    background: #fff;
    border-left: 2px solid #eee;
    position: absolute;
    right: -200px;
    top: 0;
}

/* 面包屑导航 */
.xhy_crumbs_bg {
    width: 100%;
    height: 212px;
}

.xhy_crumbs_bg .xhy_crumbs {
    padding-top: 15px;
}

.xhy_crumbs_bg .xhy_crumbs ul li {
    float: left;
    color: #fff;
    margin-left: 2px;
}

.xhy_crumbs_bg .xhy_crumbs ul li a {
    display: block;
    color: #fff;
    letter-spacing: 1px;
}

.xhy_crumbs_bg .xhy_crumbs ul li a.active {
    border-bottom: 1px solid #fff;
}

.xhy_crumbs_bg .xhy_crumbs ul li a.active:hover {
    border-bottom: 1px solid #333;
}

.xhy_crumbs_bg .xhy_crumbs ul li a:hover {
    color: #333;
}

.black_bg .xhy_crumbs ul li a.active:hover {
    border-bottom: 1px solid rgb(192, 19, 21);
}

.black_bg .xhy_crumbs ul li a:hover {
    color: rgb(192, 19, 21);
}

/* 主体 */
/* 左边子菜单 */
.xhy_center .xhy_left {
    width: 200px;
    background-color: #fff;
    height: auto;
    margin-top: -80px;
    margin-bottom: 50px;
    float: left;
}

.xhy_center .xhy_left .xhy_title {
    width: 200px;
    height: 160px;
    background-color: #222;
    padding: 40px 15px;
    color: #fff;
}

.xhy_center .xhy_left .xhy_title h4 {
    font-size: 26px;
}

.xhy_center .xhy_left .xhy_title h5 {
    font-weight: normal;
    font-size: 24px;
}

.xhy_center .xhy_left .xhy_title h3 {
    font-size: 26px;
    font-weight: 600;
}

.xhy_left .xhy_left_nav>ul>li {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #f0f0f0;
    /* line-height: 80px; */
}
.xhy_left .xhy_left_nav>ul>li:last-of-type{
    border-bottom: none;
}
.xhy_left .xhy_left_nav>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    padding: 0 20px;
    color: #363636;
    font-size: 16px;
}

.xhy_left .xhy_left_nav>ul>li>a>i {
    float: right;
    font-size: 12px;
}

.xhy_left .xhy_left_nav>ul>li>a:hover {
    color: #bf1717;
}

/* .xhy_left .xhy_left_nav>ul>li>a.active {
    color: #bf1717;
} */
.xhy_left .xhy_left_nav>ul>li>a.active {
    color: #bf1717;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 0 10px #ccc;
}
.xhy_left .xhy_left_nav .xhy_left_first_nav {
    height: auto;
}

.xhy_left .xhy_left_nav .xhy_left_first_nav>a {
    line-height: 60px;
}

.xhy_left .xhy_left_nav .xhy_left_first_nav ul {
    background: #fff;
}

.xhy_left .xhy_left_nav .xhy_left_first_nav ul li {
    line-height: 40px;
}

.xhy_left .xhy_left_nav .xhy_left_first_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.xhy_left .xhy_left_nav .xhy_left_first_nav ul li a:hover,
.xhy_left .xhy_left_nav .xhy_left_first_nav ul li a.active {
    color: #bf1717
}

.xhy_left .xhy_left_nav .xhy_left_first_nav ul li a i {
    display: none;
    font-size: 14px;
    margin-right: 5px;
}

.xhy_left .xhy_left_nav .xhy_left_first_nav ul li a.active i,
.xhy_left .xhy_left_nav .xhy_left_first_nav ul li a:hover i {
    display: inline-block;
    color: #bf1717
}

/* 内容 */
.xhy_center .xhy_main {
    width: 1000px;
    padding: 20px 50px;
    float: right;
}

/* 悬浮按钮 */
.xhy_suspension {
    position: fixed;
    right: -177px;
    top: 40%;
    z-index: 665;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
}

.xhy_suspension .xhy_btn {
    width: 185px;
    height: 47px;
    float: right;
    margin-right: 15px;
    /* transform-origin:top right; */
}

.xhy_suspension .xhy_btn a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #bf1717;

}

.xhy_suspension .xhy_xf_b a {
    background: #000;
}
/* 返回顶部 */
.go_top{
    display: none;
    width: 47px;
    height: 47px;
    position: fixed;
    right: 0px;
    bottom: 150px;
    cursor: pointer;
    background:#888 url(../img/top.png) no-repeat center;
    background-size: 25px 25px;
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
}
/* 底部 */
.xhy_footer {
    height: 420px;
    width: 100%;
    background: #333;
}

.xhy_footer .xhy_footer_main {
    height: 75%;
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.xhy_footer .xhy_footer_main .article {
    width: 65%;
    height: 100%;
    float: left;
    padding-left: 130px;
}

.xhy_footer .xhy_footer_main .article li {
    width: 25%;
    float: left;
    padding-left: 30px;
}

.xhy_footer .xhy_footer_main .article li dt,
.xhy_footer .xhy_footer_main .article li dl {
    text-align: left;
}

.xhy_footer .xhy_footer_main .article li dt {
    font-size: 18px;
    line-height: 40px;
    color: #84888b;
}

.xhy_footer .xhy_footer_main .article li dl a {
    text-decoration: none;
    color: #84888b;
    line-height: 24px;
    font-size: 14px;
}

.xhy_footer .xhy_footer_main .article li dl a:hover {
    color: #e02631;
}

.xhy_footer .xhy_footer_main .follow_us {
    width: 32%;
    height: 100%;
    float: right;
    padding-right: 145px;
}
/* 
.xhy_footer .xhy_footer_main .follow_us li {
    width: 40%;
    float: left;
} */

.xhy_footer .xhy_footer_main .follow_us li.qr_img {
    width: 50%;
    padding-top: 15px;
    text-align: center;
    float: left;
}
.xhy_footer .xhy_footer_main .follow_us li.qr_img i{
    font-size: 14px;
}
/* .xhy_footer .xhy_footer_main .follow_us li dt {
    font-size: 18px;
    line-height: 40px;
    color: #84888b;
}

.xhy_footer .xhy_footer_main .follow_us li dl a {
    text-decoration: none;
    color: #84888b;
    line-height: 30px;
    font-size: 14px;
}

.xhy_footer .xhy_footer_main .follow_us li dl a .iconfont {
    font-size: 24px;
    margin-right: 10px;
}

.xhy_footer .xhy_footer_main .follow_us li dl a:hover {
    color: #e02631;
} */

.xhy_footer .xhy_footer_main .follow_us li img {
    width: 80px;
}

.xhy_footer .xhy_footer_main .follow_us li h4 {
    /* width: 90px;
    margin-top: 20px;
    margin-left: 41px;
    font-size: 14px; */
    text-align: center;
}

.xhy_footer .xhy_record p {
    text-align: center;
    line-height: 24px;
}
.xhy_footer .xhy_record p a{color: #666;}
.xhy_footer .xhy_record p a:hover{color: #e02631;}
/* 下拉 */
.loading{
    display: none;
    width: 100%;
    height: 35px;
}
.loading img{
    width: 35px;
    display: block;
    margin: 0 auto;
}
.drop_down{
    display: none;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #e6e7e8;
    cursor: pointer;
}
.drop_down i{
    font-size: 26px;
    color: #979797;
}