@charset "utf-8";
*{
	margin: 0;
            padding: 0;
            box-sizing: border-box;
            
}


@media (min-width: 768px) {
  .cpys-b,.hx,.hx-b {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cpys-b,.hx,.hx-b {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cpys-b,.hx,.hx-b {
    width: 1170px;
  }
}

.cpys,.hx,.hx-b{
    padding: 2em 0em 3em 0em;
}
.cpys-t{
	text-align: center;
            margin-bottom: 40px;
            position: relative;
}
.cpys-t h2{
	font-size: 2.5rem;
            color: #9B1327;
            display: inline-block;
            padding-bottom: 15px;
            position: relative;
            font-weight: 700;
}
.cpys-t h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background-color: #9B1327;
}
.cpys-b{
	display:grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
	margin:0px auto;
}
.ys-l,.ys-m,.ys-r{
	 background: #fff;
            border: 2px solid #9B1327;
            border-radius: 0;
            box-shadow: 5px 5px 0 rgba(155, 19, 39, 0.1);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            position: relative;
}
.cpys span,.hxb-t span{
	font-weight: 900;
    color: #9b1327;
}
.ysl-t{
	height: 200px;
    width: 100%;
    background-color: #f5e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9B1327;
    font-size: 3.5rem;
    border-bottom: 2px solid #9B1327;
    position: relative;
}
.ysl-t span{
	font-size:3.5rem;
}
.ysl-b{
	padding: 30px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
}
.ysl-b span{
	color: #f5e8e8;
	font-size:1.4rem;
	margin-right:12px;
}
.yslb-t{
	font-size: 1.5rem;
            color: #9B1327;
            margin-bottom: 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            text-transform: uppercase;
            letter-spacing: 0.5px;
}
.yslb-m{
	font-size: 2.8rem;
            font-weight: 900;
            color: #9B1327;
            margin-bottom: 15px;
            line-height: 1;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.yslb-b{
	color: #5c3a3a;
            line-height: 1.7;
            flex-grow: 1;
            font-size: 1.05rem;
}
.hx{
	margin:0px auto;
}
.hx-b{
	 position: relative;
            width: 100%;
            /*height: 700px;*/
            background-color: #fff;
            border: 3px solid #9B1327;
            box-shadow: 8px 8px 0 rgba(155, 19, 39, 0.15);
            margin: 0 auto;
            display: grid;

            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            overflow: hidden;
}
.hxb{
	position: relative;
            border: none;
            background-color: #fff;
            transition: all 0.3s ease;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            padding: 35px;
}
.hxb:nth-child(1){
	 border-right: 1px solid #9B1327;
            border-bottom: 1px solid #9B1327;
}
.hxb:nth-child(2){
	 border-left: 1px solid #9B1327;
            border-bottom: 1px solid #9B1327;
}
.hxb:nth-child(3){
	border-right: 1px solid #9B1327;
            border-top: 1px solid #9B1327;
}
.hxb:nth-child(4){
	border-left: 1px solid #9B1327;
            border-top: 1px solid #9B1327;
}
.hxb1{
	flex-grow: 1;
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 100%;
}
.hxb-t span{
	font-size:3rem;
}
.hxb-t{
	height: 90px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #9B1327;
            font-size: 3rem;
            margin-bottom: 20px;
}
.hxb-m{
	font-size: 1.8rem;
            color: #9B1327;
            margin-bottom: 20px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1.2;
            text-align: center;
            border-bottom: 2px solid #9B1327;
            padding-bottom: 15px;
}
.hxb-b{
	color: #5c3a3a;
            line-height: 1.7;
            flex-grow: 1;
            font-size: 1.05rem;
            text-align: center;
}
.hxb-m1{
	display: inline-block;
            background-color: #9B1327;
            color: white;
            padding: 8px 16px;
            border-radius: 0;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 25px;
            align-self: center;
            border: 1px solid #9B1327;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.2;
}
.hxb:hover{
	 background-color: #fcf8f8;
}

/************首页关于我们***************/
#gywm{
	line-height:2em;
}
#gywm h2{
    font-weight: bold;
    font-size: x-large;
}
#gywm p{}
#gywm span{
	font-weight: 900;
    color: #9b1327;
	padding-right:0.5em;
}
/***************************/







