﻿@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*/
.main_content{
    min-height: 900px;
    position: relative;
}
.main_content .bg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.top_banner{
    width: 100%;
    vertical-align: bottom;
}
.moduleBox1{
    width: 1200px;
    margin: 30px auto;
}
.module_itemBox{
    width: calc(50% - 10px);
}
.sub_titleBox{
    position: relative;
    width: 100%;
}
.sub_titleBox img{
    width: 100%;
}
.sub_titleBox .more_btn{
    font-size: 16px;
    color: #c71119;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.sub_titleBox .more_btn span{
    margin-right: 5px;
}
.module_item_box{
    width: 100%;
    height: 430px;
    background: linear-gradient(to right,#fff9f0,#ffffff,#fffbf6);
    background: -webkit-linear-gradient(left,#fff9f0,#ffffff,#fffbf6);
    background: -moz-linear-gradient(left,#fff9f0,#ffffff,#fffbf6);
    background: -ms-linear-gradient(left,#fff9f0,#ffffff,#fffbf6);
    background: -o-linear-gradient(left,#fff9f0,#ffffff,#fffbf6);
    border-radius: 20px;
    margin-top: 25px;
    box-shadow: 0 0 25px rgba(149,29,20,.1);
    padding: 15px 30px;
}
.module_item_box ul li{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ede8e2;
    display: flex;
    align-items: center;
    padding: 0 5px;
}
.module_item_box ul li:last-child{
    border-bottom: 0;
}
.module_item_box ul li a{
    width: 100%;
    cursor: pointer;
    position: relative;
}
.module_item_box ul li a p{
    width: 100%;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module_item_box ul li a:hover p{
    color: #bd171e;
}
.module_item_box ul li a:hover::after{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #bd171e;
    border-radius: 50%;
    box-shadow: 0 0 5px #bd171e;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.moduleBox2{
    width: 1200px;
    margin: 30px auto;
}
.moduleBox2 .sub_titleBox{
    width: 100%;
    position: relative;
}
.moduleBox2 .sub_titleBox img{
    width: 170px;
}
.moduleBox2 .sub_titleBox .more_btn2{
    background-color: #ed2d2d;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 15px;
    cursor: pointer;
}
.moduleBox2 .sub_titleBox .more_btn2 span{
    margin-right: 5px;
}
.picList .pic_list{
    width: calc((100% - 100px) / 5);
    margin-top: 30px;
    margin-right: 25px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    cursor: pointer;
}
.picList .pic_list:nth-child(5n){
    margin-right: 0;
}
.picList .pic_list .pic_box{
    width: 100%;
    height: 145px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
}
.picList .pic_list .pic_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picList .pic_list .pic_info{
    width: 100%;
    height: 62px;
    background-color: #fff;
    padding: 10px;
}
.picList .pic_list .pic_info p{
    font-size: 15px;
    color: #000;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.picList .pic_list:hover{
    box-shadow: 0 5px 25px #d9bbbb;
}
.picList .pic_list:hover .pic_info{
    background-color: #bd171e;
}
.picList .pic_list:hover .pic_info p{
    color: #fff;
}
.subjectPicList{
    width: 100%;
    margin-top: 40px;
}
.subjectPicList .subjectPic_list{
    width: calc((100% - 21px) / 4);
    height: 185px;
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}
.subjectPicList .subjectPic_list:nth-child(4n){
    margin-right: 0;
}
.subjectPicList .subjectPic_list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subjectPicList .subjectPic_list:hover{
    box-shadow: 0 5px 25px #d9bbbb;
}


.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;
}

