﻿@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:16rem;
	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:320rem;
    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: 1rem solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2rem solid #ccc;
  border-bottom: 2rem solid #ccc;
  top: 50%;
  right:15rem;
  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: 8rem;
  height:8rem;
  border-right: 1rem solid #666;
  border-bottom: 1rem 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: 8rem;
  height:8rem;
  border-right: 1rem solid #666;
  border-bottom: 1rem 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-x-end{
    display: flex;
    justify-content: flex-end;
}
.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;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*index*/
.main_content{
    background: url(../images/banner_bg.png) center top no-repeat;
    height: 1739rem;
    max-width: 1920rem;
    margin: 0 auto;
    background-size: 100% 100%;
}
.header{
    width: 100%;
    height: 72rem;
    background-color: rgba(21,21,21,.7);
    position: relative;
}
.inputBox1{
    width: 260rem;
    height: 46rem;
    position: absolute;
    right: 7%;
    top: 13rem;
}
.inputBox1::after{
    content: '';
    width: 1rem;
    height: 30rem;
    background-color: #aba6a3;
    position: absolute;
    right: 48rem;
    top: 8rem;
}
.inputBox1 input{
    width: 260rem;
    height: 46rem;
    background: none;
    line-height: 46rem;
    border-radius: 23rem;
    border: 1rem solid #aca7a3;
    padding: 0 48rem 0 20rem;
    font-size: 13rem;
    color: #fff;
}
.inputBox1 input::-webkit-input-placeholder{
    font-size: 13rem;
    color: #fff;
}
.inputBox1 input:-ms-input-placeholder{
    font-size: 13rem;
    color: #fff;
}
.inputBox1 input:-moz-placeholder{
    font-size: 14rem;
    color: #fff;
}
.inputBox1 .icon_search{
    width: 23rem;
    height: 23rem;
    position: absolute;
    right: 15rem;
    top: 50%;
    transform: translateY(-50%);
}

.footer {
    width: 100%;
    max-width: 1920rem;
    height: 250rem;
    background-color: #830200;
    margin: 0 auto;
}
.bw {
    width: 80%;
    margin: 0 auto;
}
.footer .inner_footer p {
    font-size: 14rem;
    color: #fff;
    line-height: 1.5;
}
.footer .inner_footer ul li {
    margin-bottom: 20rem;
}
.footer .inner_footer ul li:last-child {
    margin-bottom: 0;
}
.footer .inner_footer .footer_text .ico1 {
    width: 50rem;
    margin-right: 50rem;
}
.footer .inner_footer .footer_text .ico2 {
    width: 18rem;
    margin-right: 10rem;
}

 /*2024-04-16*/
 .s_bid2{
     width: 2.7%;
     display: block;
     margin: 10rem auto 0;
 }
 .s_bannerList h2{
     font-size: 16rem;
     color: #ffffff;
     text-align: center;
     margin-bottom: 20rem;
 }
 .s_bannerList ul{
     width: 930rem;
     margin: 10rem auto;
 }
 .s_bannerList ul li{
     margin-right: 15rem!important;
     margin-bottom: 15rem!important;
     width: 120rem;
     height: 50rem;
 }
 .s_bannerList ul li:nth-child(7n){
     margin-right: 0!important;
 }
 .s_bannerList ul li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.s_bannerList ul li a img{
    width: 100%;
    height: 100%;
}
/*2024-04-26*/
.introducyionBox{
    width: 75.52%;
    height: 925rem;
    margin: 537rem auto 25rem;
    padding: 30rem 75rem;
}
.introducyionBox p{
    font-size: 20rem;
    color: #1f0000;
    line-height: 54rem;
    text-align: justify;
    text-indent: 2em;
}
.attachmentBox{
    width: 75.52%;
    min-height: 100rem;
    margin: 0 auto;
}
.attachmentBox h1{
    font-size: 16rem;
    color: #000;
    font-weight: bold;
    line-height: 30rem;
}
.attachmentBox ul li{
    margin-top: 10rem;
    flex: 1;
    padding-right: 15rem;
}
.attachmentBox ul li a{
    font-size: 14rem;
    color: #042d72;
    line-height: 30rem;
    cursor: pointer;
}
.attachmentBox ul li a img{
    width: 24rem;
    height: 24rem;
    margin-right: 10rem;
}
.linkBox{
    width: 84.58%;
    min-height: 690rem;
    position: relative;
    padding: 0 25rem;
    margin: 0 auto;
}
.linkBox .link_bg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.linkBox .inner_box2{
    position: relative;
}
.linkBox .inner_box2 .title{
    width: 150rem;
    position: absolute;
    left: 3%;
    top: 20rem;
}
.linkBox .inner_box2 .title img{
    width: 100%;
}
.linkBox_list{
    margin-bottom: 10rem;
}
.linkBox_list .list_title{
    height: 100rem;
    position: relative;
    padding: 0 200rem;
}
.linkBox_list .list_title img{
    width: 24rem;
    height: 24rem;
    margin-right: 10rem;
}
.linkBox_list .list_title p{
    font-size: 16rem;
    color: #620e00;
    font-weight: bold;
}
.linkBox_list .list_title .allBtn{
    display: block;
    cursor: pointer;
    width: 96rem;
    height: 40rem;
    background: linear-gradient(left,#fdecc8,#f2d19e);
    background: -webkit-linear-gradient(left,#fdecc8,#f2d19e);
    background: -moz-linear-gradient(left,#fdecc8,#f2d19e);
    background: -ms-linear-gradient(left,#fdecc8,#f2d19e);
    background: -o-linear-gradient(left,#fdecc8,#f2d19e);
    border-radius: 20rem;
    font-size: 13rem;
    color: #a26d1d;
    line-height: 40rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}
.linkBox_list .listBox1 li{
    margin-right: 10rem;
    width: calc((100% - 60rem) / 7);
}
.linkBox_list .listBox1 li:nth-child(7n){
    margin-right: 0;
}
.linkBox_list .listBox1 li a,.linkBox_list .listBox2 li a{
    display: block;
    cursor: pointer;
}
.linkBox_list .listBox1 li a img,.linkBox_list .listBox2 li a img{
    width: 100%;
}
.linkBox_list .listBox1 li a p,.linkBox_list .listBox2 li a p{
    font-size: 15rem;
    color: #78471b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 20rem;
}
.linkBox_list .listBox2 li{
    margin-right: 10rem;
    width: calc((100% - 50rem) / 6);
}
.linkBox_list .listBox2 li:nth-child(6n){
    margin-right: 0;
}