﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/*index*/
@font-face {
    font-family: 'Alimama ShuHeiTi';
    src: url('AlimamaShuHeiTi.woff2') format('woff2'),
        url('AlimamaShuHeiTi.woff') format('woff'),
        url('AlimamaShuHeiTi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.main_content{
    min-height: 900px;
    position: relative;
    padding-bottom: 50px;
}
.top_banner{
    width: 100%;
    vertical-align: bottom;
}
.labelBox{
    margin-top: -30px;
}
.labelBox .label_box{
    margin-bottom: 30px;
}
.labelBox .label_box a{
    background: linear-gradient(to right,rgba(255,219,186,1),rgba(255,219,186,1) 30%,rgba(255,219,186,.1));
    background: -webkit-linear-gradient(left,rgba(255,219,186,1),rgba(255,219,186,1) 30%,rgba(255,219,186,.1));
    background: -moz-linear-gradient(left,rgba(255,219,186,1),rgba(255,219,186,1) 30%,rgba(255,219,186,.1));
    background: -ms-linear-gradient(left,rgba(255,219,186,1),rgba(255,219,186,1) 30%,rgba(255,219,186,.1));
    background: -o-linear-gradient(left,rgba(255,219,186,1),rgba(255,219,186,1) 30%,rgba(255,219,186,.1));
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 18px;
    color: #b10000;
    cursor: pointer;
}
.labelBox .label_box a img{
    width: 30px;
    height: 30px;
    margin-right: 30px;
}
.modulePlace{
    background: linear-gradient(to bottom,#ffffff,#fff2e6);
    background: -webkit-linear-gradient(top,#ffffff,#fff2e6);
    background: -moz-linear-gradient(top,#ffffff,#fff2e6);
    background: -ms-linear-gradient(top,#ffffff,#fff2e6);
    background: -o-linear-gradient(top,#ffffff,#fff2e6);
    padding: 0 0 50px;
}
.moduleBox{
    width: 1250px;
    margin: 50px auto 0;
}
.sub_title{
    margin-bottom: 30px;
}
.sub_title img{
    width: 40px;
    height: 40px;
}
.sub_title p{
    font-size: 28px;
    color: #cc2920;
    font-family: 'Alimama ShuHeiTi';
    transform: skew(-10deg);
    margin: 0 10px;
}
.sub_title p span{
    font-size: 24px;
    margin-left: 10px;
}
.characterList{
    width: 100%;
}
.characterList .character_list{
    width: calc((100% - 360px) / 4);
    height: 265px;
    margin-right: 120px;
}
.characterList .character_list:nth-child(4n){
    margin-right: 0;
}
.characterList .character_list a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.characterList .character_list a .character_pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.characterList .character_list a .character_box{
    width: 100%;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.characterList .character_list a .character_box .character_bg1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.characterList .character_list a .character_box p{
    font-size: 22px;
    color: #5a1902;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 38px;
    position: relative;
    z-index: 10;
    letter-spacing: 4px;
}
.organizationList{
    width: 100%;
    margin-bottom: -30px;
}
.organizationList .organization_list{
    width: calc((100% - 90px) / 4);
    height: 165px;
    margin-right: 30px;
    margin-bottom: 80px;
}
.organizationList .organization_list:nth-child(4n){
    margin-right: 0;
}
.organizationList .organization_list a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.organizationList .organization_list a .organization_pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.organizationList .organization_list a .organization_box{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -40px;
}
.organizationList .organization_list a .organization_box .organization_bg1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.organizationList .organization_list a .organization_box p{
    font-size: 18px;
    color: #5a1902;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    line-height: 1.5;
    padding: 0 20px;
}
.characterList2{
    width: 100%;
}
.characterList2 .character_list2{
    width: calc((100% - 100px) / 6);
    height: 60px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.characterList2 .character_list2:nth-child(6n){
    margin-right: 0;
}
/* .characterList2 .character_list2 .tip-box {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    background: #333;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 999;
    width: 100%;
    line-height: 1.3;
} */
.characterList2 .character_list2 .character_bg2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.characterList2 .character_list2 p{
    width: 100%;
    font-size: 22px;
    color: #000;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    letter-spacing: 4px;
}
.organizationList2{
    width: 100%;
}
.organizationList2 .organization_list2{
    width: calc((100% - 60px) / 4);
    height: 80px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
}
.organizationList2 .organization_list2:nth-child(4n){
    margin-right: 0;
}
.organizationList2 .organization_list2 .organization_bg2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.organizationList2 .organization_list2 p{
    width: 100%;
    font-size: 18px;
    color: #5a1902;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 35px;
    font-weight: bold;
}
.footer{
    width: 100%;
    height: 180px;
    background-color: #ba1f1f;
}
.footer .inner_footer{
    width: 81%;
    margin: 0 auto;
    padding: 0 25px;
}
.footer .inner_footer p{
    font-size: 12px;
    color: #fff;
}
.footer .inner_footer ul li:not(:last-child){
    margin-bottom: 15px;
}
.footer .inner_footer .footer_text .ico1{
    width: 50px;
    margin-right: 30px;
}
.footer .inner_footer .footer_text .ico2{
    width: 20px;
    margin-right: 8px;
}

.module_item_box ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.module_item_box ul li a p{
    min-width: 0;
}
.footer2{
    display: none;
}


 /* 自定义提示框样式 */
.custom-tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.3;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    pointer-events: none; /* 防止提示框本身阻挡点击事件 */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: 160px;
    text-align: center;
}
.custom-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
}
.custom-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

/*20260713*/
.characterList .character_list{
    margin-bottom: 20px;
}
.characterList .character_list a .character_box{
    bottom: -33px;
}
.organizationList .organization_list{
    margin-bottom: 100px;
}
.organizationList .organization_list a .organization_box{
    bottom: -68px;
}


/*h5*/
@media screen and (max-width: 800px){
    .indexPage{
        width: 100%;
        overflow: hidden;
    }
    .main_content{
        padding-bottom: 30px;
    }
    .top_banner{
        width: 160%;
        margin: 0 -30%;
    }
    .labelBox{
        margin-top: -15px;
    }
    .labelBox .label_box{
        margin-bottom: 15px;
    }
    .labelBox .label_box a{
        margin: 0 15px;
        padding: 8px 15px;
        font-size: 12px;
        line-height: 1.3;
    }
    .labelBox .label_box a img{
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    .modulePlace{
        padding: 0 0 25px;
    }
    .moduleBox {
        width: 100%;
        margin: 25px auto 0;
    }
    .sub_title {
        margin-bottom: 15px;
    }
    .sub_title img {
        width: 20px;
        height: 20px;
    }
    .sub_title p{
        font-size: 18px;
        margin: 0 5px;
    }
    .sub_title p span {
        font-size: 14px;
        margin-left: 5px;
    }
    .characterList{
        padding: 0 15px;
        margin-bottom: -20px;
    }
    .characterList .character_list {
        width: calc((100% - 20px) / 2);
        height: 204px;
        margin-right: 20px;
        margin-bottom: 50px;
    }
    .characterList .character_list:nth-child(2n){
        margin-right: 0;
    }
    .characterList .character_list a .character_box p{
        font-size: 16px;
        letter-spacing: 2px;
    }
    .organizationList{
        padding: 0 15px;
        margin-bottom: -20px;
    }
    .organizationList .organization_list {
        width: calc((100% - 20px) / 2);
        height: 95px;
        margin-right: 20px;
        margin-bottom: 50px;
    }
    .organizationList .organization_list:nth-child(2n){
        margin-right: 0;
    }
    .organizationList .organization_list a .organization_box{
        height: 38px;
        bottom: -32px;
    }
    .organizationList .organization_list a .organization_box p{
        font-size: 11px;
        padding: 0 5px;
        line-height: 1.3;
    }
    .characterList2{
        padding: 0 15px;
        margin-bottom: -20px;
    }
    .characterList2 .character_list2{
        width: calc((100% - 20px) / 3);
        height: 38px;
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .characterList2 .character_list2:nth-child(3n){
        margin-right: 0;
    }
    .characterList2 .character_list2 p{
        font-size: 16px;
        letter-spacing: 2px;
    }
    .organizationList2{
        padding: 0 15px;
        margin-bottom: -20px;
    }
    .organizationList2 .organization_list2{
        width: calc((100% - 10px) / 2);
        height: 38px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .organizationList2 .organization_list2:nth-child(2n){
        margin-right: 0;
    }
    .organizationList2 .organization_list2 p{
        font-size: 11px;
        line-height: 1.3;
        padding: 0 5px;
    }
    .footer{
        display: none;
    }
    .footer2{
        display: block;
    }
    .footer2{
        width: 100%;
        background-color: #ba1f1f;
        padding: 20px 15px;
    }
    .footer2 .inner_footer p{
        font-size: 9px;
        color: #fff;
    }
    .footer2 .footer_text{
        margin-top: 5px;
    }
    .footer2 .footer_text .ico1{
        width: 25px;
        margin-right: 10px;
    }
    .footer2 .footer_text .ico2{
        width: 14px;
        margin-right: 5px;
    }
    .footer2 .footer_text p{
        font-size: 9px;
        color: #fff;
    }
    .footer2 .logo,.footer2 .logo img{
        width: 100%;
    }
    


}