/* a */
.a{
    width: 100%;
    margin-top: -55px;
}
.a img{
    width: 100%;
}
.a .swiper-pagination span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px 20px 10px;
    background: #fff;
    opacity: 0.8;
}
.a .swiper-pagination span.swiper-pagination-bullet-active {background: #e50014;}
/* b */
.b{	
	width: 96%;
	margin: 0 auto;
	max-width: 1500px;
}
.title{margin: 90px auto 60px auto;}
.title p{
	background: url(../images/title.png) no-repeat center; 
	width:60px;
	height:96px;
	margin:0 auto 1.625rem auto;
	text-align: center;
	color: #FFFFFF;
	line-height:6rem;
	font-weight: bold;
	font-size: 40px;
	font-family: "楷体";
	background-size: 100% 100%;
}
.title h2{
	font-family: "楷体";
	text-align: center;
	font-size: calc(18px + 1.1vw);
	font-weight: bold;
	color: #e50014;
}
.title span{
	display: block;
	font-size: calc(14px + 0.4vw);
	font-family: "楷体";
	text-align: center;
	margin: 1rem 0;
	color: #e50014;
}
.title span:last-child{
	font-size: calc(16px + 0.2vw);
	color: #e50014;
}
.b1{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.b1 .b2{
	display: block;
	width: 30%;
	height: 37.5rem;
	background: #ececec;
	position: relative;
}
.b1 .b3{
	width: 92%;
	margin:1.125rem auto;
	border: 2px solid #FFFFFF;
	height: 35rem;
}
.b1 .b2 p{
	display: block;
	writing-mode: vertical-rl;
	font-family: "楷体";
	font-size: 27px;
	margin: auto;
	line-height: 2em;
	position: absolute;
	top: 35%;left: 50%;
	transform:translateX(-50%);
	z-index: 2;
	height: 9em;
	text-indent: 1em;
}
.b1 .b2:hover{background: #ffffff;}
.b1 .b2:hover .b3{border-color:#c2c2c2;}
img.b31{
	position: absolute; top: 0px; margin: 0px; display: block;
}
img.b32{
	max-width: 150px;
	min-width: 72px;
	width: 38%;
	position: relative;
	z-index: 1;
	margin: 1.5rem auto;
	display: block;
}
img.b33{
	position: absolute;
	top: 100%;left: 50%;
	transform:translate(-50%,-77%);
}
/* c */
.c{
	background: url(../images/fengcai_bg.png) no-repeat 100% 50%;
	background-size: auto;
	background-size: 100%;
	padding: 1rem 0;
}
div.c1{
	width: 65%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}
.c .c-img{
	display: block;
	margin: auto;
	border-radius: 50%;
    box-sizing: border-box;
}
.c .c-img img{
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	border: 3px solid #bb1725eb;
  	box-shadow: 1px 1px 3px #e50014;
}
.c .swiper-slide{
	margin: auto;
}
.c .swiper-slide span{
	display: none;
}
.c .swiper-slide-active{transform: scale(1.8);z-index: 1;}
.c .swiper-slide-active span{
	display: block;
	text-align: center;
	font-family: "楷体";
	color: #e50014;
	font-size: calc(16px + 0.2vw);
	margin-top: 5px;
}
.c2{position: relative;}
.c3{
	position: absolute;
	top: 50%;left: 50%;
	transform:translate(-50%,-50%);
	border-top: 2px dashed #e50014;
	width: 90%;
	max-width: 1200px;
}
/* d */	
.d{
	padding-bottom: 20px;
}
.d1{
	display: block;
	position: relative;
	overflow:hidden;
	max-width: 1500px;
	width: 80%;
	margin: auto;
}
.d1 img{
	width: 100%;
	display: block;
}
.d2{
	color: #ffffff;
	position: absolute;
	top:0;right: 5%;
	writing-mode: vertical-lr;
	padding: 4% 4% 9%;
	background: #e5001490;
}
.d2 h2{
	font-family: "楷体";
	font-size:24px;
	border-right: 2px solid #FFFFFF;
	padding-right:0.5rem;
	margin-right: 0.5rem;
}
.d2 p{
	font-size: 0.78rem;
	text-align: center;
}
.d30{
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	width: 80%;
	margin: auto;
}
.d3{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.d31,.d32,.d33{
	width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    background: #ede7d9;
    font-family: "楷体";
    position: relative;
}
.d31 img{
	width: 100%;
    transform: scale(1.1);
}
.d32{writing-mode: vertical-rl;}
.d32 h3,.d32 p{color: #23372b;}
.d32 h3{
	font-weight: bold;
	text-align: left;
	font-size: 1.3rem;
	color: #444444;
}
.d32 p{
	text-align: left;
	color: #444444;
	font-size: 1rem;
	border-right: 1px dashed #444444;
	margin: 0 5% 0 0;
	padding-right: 5%;
	height: 15em;
	line-height: 1.5em;
}
.d321{
	position: absolute;
	top: 50%;left: 50%;
	transform:translate(-50%,-50%);
}
.d33{
	text-align: center;
}
.d33 img{
	max-width: 100px;
	min-width: 54px;
	width: 30%;
	display: block;
	margin: 20% auto 5%;
}
.d33 h3{
	font-size: calc(16px + 0.3vw);
}
.d33 p{
	font-size: calc(0.7em + 1vw);
	margin: 0.8rem 0;
}
.d33 span{
	font-size: 0.75rem;
	display: block;
	width: 96%;
	margin: auto;
}


@media screen and (max-width:1330px){
.c2 div.c1{width: 800px;}
.d30{width: 100%;}
}
@media screen and (max-width:1000px){
.b1 .b2 p{top: 28%;}
img.b33{width: 80%;}
.c2 div.c1{width: 100%;}
.c3{width: 100%;}
.d1{width: 96%;}
.d30{width: 96%;}
.d3{width: 100%;}
}
@media screen and (max-width:800px){
.a{margin-top: 0;}
.b{width: 100%;}
.b1 .b2 {width: 32%;height: 25rem;}
.b1 .b3{height: 20rem;}
.b1 .b2 p{top: 34%;height: 9em;line-height: 1.2em;font-size: 20px;}
img.b33{width: 60%;}
.c .swiper-slide{transform: scale(0.8);}
.c .swiper-slide-active{transform: scale(1.2);}
.c .c-img img{width: 60px;height: 60px;}
.d321{transform: translate(-50%,-50%) scale(0.8);}
}