﻿@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;
}
/*20250616*/
.header {
    background: url(../images/top_bg.png) center top no-repeat;
    height: 507px;
    margin: 0 auto;
}
.mainContent {
    position: relative;
    min-height: 600px;
    margin-top: -155px;
}
.moduleBox1{
    width: 1200px;
    margin: 0 auto;
}
.moduleBox1 .swiper-container {
    width: 672px;
    height: 405px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.moduleBox1 .slide_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.moduleBox1 .slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.moduleBox1 .slide_img .maskBox{
    width: 100%;
    height: 62px;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 100px 0 20px;
    display: flex;
    align-items: center;
}
.moduleBox1 .slide_img .maskBox p{
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleBox1 .sw_button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    cursor: pointer;
}
.moduleBox1 .sw_button img{
    width: 35px;
    display: block;
}
.moduleBox1 .sw_prev.sw_button{
    left: 10px;
}
.moduleBox1 .sw_next.sw_button{
    right: 10px;
}
.moduleBox1 .swiper-pagination{
    text-align: right;
    padding-right: 10px;
    bottom: 21px!important;
}
.moduleBox1 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 5px;
    background: #ffffff;
    opacity: 1;
    margin: 0 2.5px!important;
}
.moduleBox1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #870e0e;
}
.moduleInfoBox1{
    width: calc(100% - 670px - 40px);
    margin-left: 40px;
    margin-top: 15px;
}
.sub_titleBox{
    width: 100%;
    height: 45px;
    position: relative;
}
.sub_titleBox .sub_title{
    height: 100%;
}
.sub_titleBox a{
    font-size: 16px;
    color: #3282c6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.sub_titleBox a img{
    width: 8px;
    margin-left: 10px;
}
.moduleInfoBox1 ul{
    width: 100%;
    margin-top: 15px;
}
.moduleInfoBox1 ul li{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}
.moduleInfoBox1 ul li a{
    width: 100%;
    cursor: pointer;
}
.moduleInfoBox1 ul li a p{
    font-size: 16px;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleInfoBox1 ul li a:hover p,.moduleInfoBox1 ul li.active a p{
    color: #b90000;
}
.moduleBox2{
    width: 1200px;
    margin: 50px auto;
}
.moduleBox2 .moduleInfoBox2{
    width: calc(100% - 595px);
}
.moduleBox2 .right_pic{
    width: 595px;
}
.moduleInfoBox2 ul{
    padding: 0 10px;
    margin-top: 10px;
}
.moduleInfoBox2 ul li{
    padding: 20px 10px;
    border-bottom: 1px solid #dfdfdf;
}
.moduleInfoBox2 ul li:last-child{
    border-bottom: 0;
}
.resourceBox .resource_title h1{
    font-size: 18px;
    color: #2c2c2c;
    font-weight: bold;
    width: calc(100% - 100px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.resourceBox .resource_title p{
    font-size: 15px;
    color: #b7b7b7;
    width: 100px;
    text-align: right;
}
.moduleInfoBox2 ul li a{
    cursor: pointer;
}
.moduleInfoBox2 ul li a:hover h1{
    color: #b90000;
}
.resourceBox .resource_text{
    margin-top: 15px;
}
.resourceBox .resource_text p{
    font-size: 16px;
    color: #787777;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.moduleBox3{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.moduleBox3 .moduleInfoBox3,.moduleBox3 .moduleInfoBox4{
    width: 43.6%;
}
.sub_titleBox2{
    width: 100px;
    margin: 0 auto;
}
.sub_titleBox2 img{
    width: 100%;
}
.moduleBox3 .moduleInfoBox3 ul,.moduleBox3 .moduleInfoBox4 ul{
    margin-top: 30px;
}
.moduleBox3 .moduleInfoBox3 ul li,.moduleBox3 .moduleInfoBox4 ul li{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}
.moduleBox3 .moduleInfoBox3 ul li a,.moduleBox3 .moduleInfoBox4 ul li a{
    width: 100%;
    cursor: pointer;
}
.moduleBox3 .moduleInfoBox3 ul li a p,.moduleBox3 .moduleInfoBox4 ul li a p{
    font-size: 16px;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleBox3 .moduleInfoBox3 ul li a p img,.moduleBox3 .moduleInfoBox4 ul li a p img{
    width: 20px;
    margin-right: 6px;
    flex-shrink: 0;
}
.moduleBox3 .moduleInfoBox3 ul li a:hover p,.moduleBox3 .moduleInfoBox4 ul li a:hover p{
    color: #b90000;
}
.moreBtn{
    font-size: 16px;
    color: #3282c6;
    justify-content: flex-end;
    margin-top: 15px;
    cursor: pointer;
}
.moreBtn img{
    width: 8px;
    margin-left: 10px;
}
.moduleBox4{
    width: 1200px;
    margin: 50px auto;
}
.moduleBox4 ul{
    width: 100%;
    margin-top: 30px;
}
.moduleBox4 ul li{
    width: calc((100% - 60px) / 3);
    height: 75px;
    margin-right: 30px;
}
.moduleBox4 ul li:nth-child(3n){
    margin-right: 0;
}
.moduleBox4 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.moduleBox4 ul li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer{
    width: 100%;
    height: 185px;
    background-color: #b9231f;
}
.footer .inner_footer{
    width: 81%;
    margin: 0 auto;
    padding: 0 25px;
}
.footer .inner_footer p{
    font-size: 14px;
    color: #fff;
}
.footer .inner_footer ul li{
    margin-bottom: 20px;
}
.footer .inner_footer .footer_text .ico1{
    width: 50px;
    margin-right: 45px;
}
.footer .inner_footer .footer_text .ico2{
    width: 20px;
    margin-right: 8px;
}


/*2026-03-03*/
.moduleBox2 .right_pic{
    width: 555px;
    margin-left: 40px;
    filter: drop-shadow(0 2px 15px rgba(61,61,61,.35));
}