#head {
	position: fixed;
	top:0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.headCon {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.headCon h1 {
	float: left;
	line-height: 80px;
}
.topBtn {
	float: right;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius:8px;
	color:#fff;
	margin-top:16px;
	font-size: 20px;
	background-image:linear-gradient(0deg,#B61A25, #E2424E );

}
.topBtn:hover {
	color: #fff;
}

.header {
	width: 100%;
	height: 600px;
	padding-top:160px;
	box-sizing:border-box;
	background: url(../images/topbg.jpg) no-repeat center;
}
.headerCon {
	width: 1200px;
	margin:0 auto;
}
.headerTab>div {
	float: left;
	width: 580px;
	height: 250px;
	border-radius: 32px 32px 0 0;
	transition:all .5s;
}
.headerTab>div.active {
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	transform: scale(1.05);
}
.headerR {
	margin-left: 40px;
}
.hy {
	width: 580px;
	height: 250px;
	padding: 80px 30px 10px;

	border-radius:32px 32px 0 0;
	background: url(../images/rbg.png) no-repeat #fff;
	box-sizing:border-box;

}
.headerR .hy {
	background: url(../images/ybg.png) no-repeat #fff;
}
.pthyL {
	float: left;
	    padding-top: 20px;
}
.pthyL p{
	font-size: 30px;
	line-height: 50px;
	color: #8c1221;
}
.headerR .pthyL p {
	    color: #6a480b;
}
.pthyL span {
	display: block;
	width: 128px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	border:1px solid #f5ead7;
	font-size: 12px;
	color:#b81012;
	background: #e9b6b6;
}
.headerR .pthyL span {
	border:1px solid #f5ead7;
	color:#be9349;
	background: #fffaf4;
}
.pthyR {
	float: right;
}
.hyPri {
	color: #c5121d;
	font-size: 18px;
	text-align: right;
	padding-left: 10px;
}

.hyPri span {
	font-size: 40px;
	font-weight: 700;
}
.tehui {
    font-size: 16px;
    text-align: right;
    color: #c5121d;
    margin: 6px 0;
}
.tehui span {
	text-decoration: line-through;
}
.btnCon {
font-size: 14px;
    color: #c5121d;

}
.btnCon a {
	display: inline-block;
	width: 160px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	letter-spacing:4px;
	font-size: 18px;
	font-weight: 700;
	margin-left: 10px;
	background-image: linear-gradient(180deg, #c01416, #a20609);
}
.headerR .hyPri,.headerR .tehui,.headerR .btnCon {
	color: #b27b3a;
}
.headerR .btnCon a {
	background-image: linear-gradient(180deg, #fddb9e, #ddae59);
}
.headerBot ul {
	width: 1200px;
	padding:20px 0;
	background: #fff;
	border-radius: 6px;
	    margin-top: 30px;
    font-size: 24px;
}
.headerBot ul {
	display: none;
}
.headerBot ul.active {
	display: block;
	
}
.headerBot ul:nth-child(2) li{
	border-right-color:#ae7127;
}
.hyItem li{
	float: left;
	width: 20%;
	box-sizing:border-box;
	height: 64px;
	line-height: 64px;
	border-right: 2px solid #d03a26;
	color: #4b0b0c;
	text-align: center;
}
.hyItem li:last-child{
	border:none;
	font-weight: 700;
	line-height: 30px;
} 

.main {
	margin-top:50px;
}

.title {
	width: 1200px;
	margin:0 auto;
}
.title h5 {
	color: #481923;
	font-size: 32px;
	font-weight: 700;
	margin-bottom:15px;
}
.title p {
	color:#90101d;
	font-size: 20px;
}
.title em {
	display: block;
	width: 100px;
	height:7px;
	background: #8c1221;
	margin-top:20px;
}

/*daniu*/
.daniu {
	width: 1200px;
	margin: 40px auto;
}
.dnHy {
	float: left;
	padding-top:30px;
}

.dnHy li {
	width: 190px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	box-sizing:border-box;
	color:#9c1d2d;
}
.dnHy li.active {
	background: #9c1d2d;
	color: #fff;
}

.dnItemCon {
	width: 1010px;
	float: right;
	height: 610px;
	background: #fff;
	border-radius: 4px;
	padding:50px 40px;
	box-sizing:border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.dnItemCon ul {
	display: none;
}
.dnItemCon ul.active {
	display: block;
}
.dnItems li {
	float: left;
	width: 200px;
	margin-right: 43px;
	margin-bottom: 40px;
	height: 240px;
}
.dnItems li:nth-child(4n) {
	margin-right: 0;
}
.dnItems li img {
	width: 100px;
	height: 100px;
	border-radius: 100px;

}
.pName {
	font-size: 16px;
	color: #481923;
	margin:10px 0;
	font-weight: 700;
}
.pDri {
	font-size: 14px;
	color: #481923;
	margin-bottom: 6px;
	font-weight: 700;
}
.pTxt {
	font-size: 12px;
	color: #786761;
	line-height: 18px;
}

/*step02*/
.step02 {
	width: 100%;
	height: 570px;
	padding-top:40px;
	box-sizing:border-box;
	margin:50px 0;
	background: url(../images/mbg.jpg) no-repeat center;

}
.zbCon {
	width: 1200px;
	margin:30px auto 0;
}
.zbCon li {
	width: 280px;
	height: 162px;
	float: left;
	margin-right: 26px;
	margin-bottom: 26px;
}
.zbCon li a {
	display: block;
}
.zbCon li img {
	transition: all .5s;
}
.zbCon li:hover img {
	transform:scale(1.1);
}
.zbCon li:last-child {
	margin-right: 0;
}

/*03*/
.tableHead {
	width: 1200px;
	margin:30px auto 0;
	background: #8f1423;
	border-radius: 10px 10px 0 0;
	height: 70px;
	line-height: 70px;
	color:#fff;
	font-size: 16px;
}
.tableHead .gw {
	float: left;
	text-align: center;
	width: 100px;
}
.tdwt {
	float: left;
	width: 460px;
	text-align: center;
}
.jjfa {
	float: left;
	width: 640px;
	text-align: center;
}
.tableBody {
	width: 1200px;
	margin:0 auto;
	padding:6px;
	border:3px solid #d03a26;
	border-top: none;
	box-sizing:border-box;
}
.tableItems {
	border-bottom:3px solid #d03a26;
	height: 226px;
}
 .gwItems {
    float: left;
    text-align: center;
    line-height: 226px;
    font-size: 18px;
    font-weight: 500;
    width: 94px;
    border-right: 3px solid #d03a26;
    box-sizing: border-box;
    height: 226px;
}
.tdItems {
	float: left;
	width: 460px;
	
	font-size: 16px;
	border-right: 3px solid #d03a26; 
	height: 226px;
	box-sizing:border-box;
}
.tdItems p {
	color: #252525;
	line-height: 74px;
	padding-left: 20px;
}
.tdItems p:nth-child(2),.jjItems p:nth-child(2) {
	background: #faf4f3;
}
.jjItems {
	float: left;
	width: 620px;
	height: 226px;
}
.jjItems p {
	height: 74px;
	line-height: 74px;
}
.jjItems p:nth-child(2) {
	position: relative;
	width: 634px;
}
.jjItems p a {
	display: inline-block;
	padding:0 20px;
	margin:0 15px;
	height: 40px;
	line-height: 40px;
	box-sizing:border-box;
	text-align: center;
	border:1px solid #ddae59;
	font-size: 16px;
	border-radius: 6px;
	transition:all .5s;
}
.jjItems p a:hover {
	color: #333;
}
.jjItems p .red:hover,.jjItems p .gold:hover {
	color: #fff;
}


.red {
	background-image: linear-gradient(
180deg, #e2424e, #b61a25);
	color: #fff;
	position: relative;
	transition:all .5s;
}
.gold {
	position: relative;
	background-image: linear-gradient(
90deg, #f7ca79, #b18b25);
	color: #fff;
	position: relative;
	transition:all .5s;	
}
.gold span,.red span {
	display: none;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 38px;
	color:#fff;
	border-radius: 6px;
	transition:all .5s;
	background-image: linear-gradient(
90deg, #f7ca79, #b18b25);
}
.red span {
background-image: linear-gradient(
90deg, #e2424e, #b61a25);
}
.gold span img,.red span img {
	margin-right: 4px;
	vertical-align: middle;
}
.gold:hover span,.red:hover span {
	display: block;
	transition:all .5s;
}
.hu:after{
	display: block;
	content: "";
	top: -15px;
    left: -10px;
	position: absolute;
	width: 30px;
	height: 35px;
	background: url(../images/hu.png) no-repeat;
}
.gwItems.tL {
	line-height: 30px;
	padding-top:85px;
}
.tdItems p.tL {
	line-height: 30px;
}

/*step04*/
.step04 {
	width: 1200px;
	margin: 50px auto;
	border-radius: 6px;
	height: 234px;
	background: #fff;
	box-shadow:0 0 10px #dedede;
}
.step04 .items {
	float: left;
	width: 20%;
	height: 234px;
}
.items .t {
    position: relative;
    text-align: center;
    height: 120px;
    line-height: 120px;
    cursor: pointer;
    overflow: hidden;
}
.itemsTxt {
	position: absolute;
	left: 0;
	top:120px;
	z-index: 98;
	background: #ca2c37;
	color:#fff;
	width: 100%;
	height: 120px;
	padding-top: 30px;
    box-sizing: border-box;
    transition:all .5s;
}
.items .t:hover .itemsTxt {
	top:0;
}
.itemsTxt p {
	font-size: 16px;
	line-height: 30px;
}
.itemsTxt span {
	display: block;
	line-height: 24px;
	font-size: 12px;
}
.items em {
	position: absolute;
	left: 0;
	top:34px;
	width: 2px;
	height: 50px;
	background: #b81012;
}
.b {
	position: relative;
	height: 110px;
	width: 100%;
	    text-align: center;
    line-height: 110px;
}
.dab {
	background: url(../images/zheng.png) no-repeat center;
}
.youb {
	background: url(../images/ban.png) no-repeat center;
}
.jub {
	background: url(../images/shui.png) no-repeat center;
}
.dub {
		background: url(../images/xiang.png) no-repeat center;

}
.zhib {
		background: url(../images/dong.png) no-repeat center;

}
.ljMoreBtn {
	display: inline-block;
	width: 80px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: rgba(161,36,20,.8);
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
}
.ljMoreBtn:hover {
	background: rgb(222 63 74);
	color: #fff;
}

/*05*/
.MoreLe {
	width: 1200px;
	margin:30px auto;
}
.MoreLe ul {
	margin-bottom: 20px;
}
.MoreLe li {
	float: left;
	margin-right: 18px;
}
.MoreLe li:last-child{
	margin-right: 0;
}