.g-adv {
	height: 30.7rem;
	position: relative;
}

.g-adv .sclwrap_box,
.g-adv .m-box,
.g-adv .m-box img {
	overflow: hidden;
	height: 30.7rem;
}

.g-adv .m-box li img {
	width: 100%;
}

.g-adv .m-cnt {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 1.6rem;
	bottom: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.g-adv .m-cnt li {
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	margin: 0 .5rem;
	background: #fff;
}

.g-adv .m-cnt li.z-on {
	background: #d8271c;
}



.list-typs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 32px 20px;
	padding-bottom: 0;
	background: #fff;
}
.list-typs::before{
	position: absolute;
	left: 2wh;
	top: 10.5rem;
	display: block;
	content: "";
	width: 94%;
	height: .05rem;
	border-bottom: .05rem solid #898989;
}

.list-typs li {
	position: relative;
	width: 33.33%;
	height: 7rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #898989;
}

.list-typs li span {
	display: block;
	width: 3.1rem;
	height: 3.1rem;
	margin-bottom: 1.2rem;
}

.list-typs li span img {
	display: block;
	width: 100%;
	height: auto;
}

.list-typs li p {
	text-align: center;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #272e36;
}

.list-typs .more {
	padding: 0;
	width: 33.33%;
}

.list-typs .more a {
	box-sizing: border-box;
	height: 8rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #d8271c;
}

.list-typs .more .icon{
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	margin-bottom: 1rem;
}

.list-typs .more  p {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.list-typs li:nth-child(1),.list-typs li:nth-child(2),.list-typs li:nth-child(3){
	margin-bottom: 25px;
}

.list-typs li:nth-child(3){
	border-right: 1px solid #898989;
}

.list-typs li:nth-child(1) span{
	background: url(../Images/Index/type_icon1.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li:nth-child(2) span{
	background: url(../Images/Index/type_icon2.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li:nth-child(3) span{
	background: url(../Images/Index/type_icon3.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li:nth-child(4) span{
	background: url(../Images/Index/type_icon4.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li:nth-child(5) span{
	background: url(../Images/Index/type_icon5.png) no-repeat center top;
	background-size: 100% auto;
}


.list-typs li.z-on:nth-child(1) span{
	background: url(../Images/Index/type_icons1.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li.z-on:nth-child(2) span{
	background: url(../Images/Index/type_icons2.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li.z-on:nth-child(3) span{
	background: url(../Images/Index/type_icons3.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li.z-on:nth-child(4) span{
	background: url(../Images/Index/type_icons4.png) no-repeat center top;
	background-size: 100% auto;
}
.list-typs li.z-on:nth-child(5) span{
	background: url(../Images/Index/type_icons5.png) no-repeat center top;
	background-size: 100% auto;
}

.list-typs li.z-on p{
	color: #d8271c;
}




.pro {
	position: relative;
	background: #f1f1f1;
	padding: 1rem 0;
}

.pro .cont {
	width: 93.75%;
	margin: 0 auto;
	padding-top: 1rem;
}

.pro .cont .pri-imgs {
	border-radius: .6rem;
	overflow: hidden;
	margin-bottom: .8rem;
}

.pro .cont .pri-imgs img {
	display: block;
	width: 100%;
	height: auto;
}

.pro .cont dl dt h3 {
	position: relative;
	font-size: 2.4rem;
	height: 6.8rem;
	border-bottom: .05rem solid #bdbdbd;
	color: #282f39;
	padding-top: 3.9rem;
	line-height: 1;
	box-sizing: border-box;
}

.pro .cont dl dt h3::before {
	position: absolute;
	content: "";
	left: -1.2rem;
	top: 0;
	display: block;
	width: 12rem;
	height: 2.8rem;
	background: url(../Images/Index/pro_bt.png) no-repeat center top;
	background-size: 100% auto;
}

.pro .cont dl dt h3 span {
	font-size: 1.1rem;
	color: #282f39;
}

.pro .cont dl dd {
	margin-top: .8rem;
}

.pro .cont dl dd span {
	display: block;
	font-size: 1.5rem;
	color: #d8271c;
	line-height: 1;
	margin-bottom: 1rem;
}

.pro .cont dl dd p {
	font-size: .9rem;
	color: #737373;
	line-height: 1.3rem;
	margin-bottom: 1rem;
}

.pro .cont dl dd .more {
	display: block;
	width: 1.6rem;
	height: 1rem;
}

.pro .cont dl dd .more img {
	display: block;
	width: 100%;
	height: auto;
}

.pro .cont ol {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.2rem;
}

.pro .cont ol li {
	width: 33.33%;
	height: 7rem;
	margin-bottom: 1.8rem;
	padding-left: 1rem;
	box-sizing: border-box;
	background: url(../Images/Index/pro_lisr.png) no-repeat right top;
	background-size: 3.25rem auto;
}

.pro .cont ol li p {
	font-size: .9rem;
	color: #282f39;
	line-height: 1.2rem;
}

.pro .cont ol li span {
	display: block;
	width: 3rem;
	height: 3rem;
}

.pro .cont ol li span img {
	display: block;
	width: 100%;
	height: auto;
}
.pro .pro-more{
	position: absolute;
	left: 0;
	bottom: -2rem;
	width: 100%;
	height: 4rem;
}
.pro .pro-more a{
	display: block;
	width: 93.75%;
	margin: 0 auto;
	height: 4rem;
	line-height: 4rem;
	border-radius: 2.2rem;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: #f39718;
	background: url(../Images/Index/more_ss.png) #f39718 no-repeat 98% center;
}



.sl {
	background: #fff;
	padding: 3.3rem 0 1.5rem 0;
}

.sl .content {
	width: 93.75%;
	margin: 0 auto;
}

.sl .content .sl-title {
	margin-bottom: 1.7rem;
}

.sl .content .sl-title b {
	display: block;
	color: #d8271c;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 500;
}

.sl .content .sl-title span {
	font-size: 2rem;
	line-height: 2.4rem;
	color: #282f39;
	font-weight: 500;
}

.sl .content ul li {
	margin-bottom: .9rem;
}

.sl .content ul li p {
	font-size: 1rem;
	line-height: 1;
	color: #282f39;
	margin-bottom: .1rem;
}

.sl .content ul li span {
	font-size: .6rem;
	line-height: 1;
	letter-spacing: -0.03rem;
	color: #444444;
}

.sl .sl-btn {
	display: flex;
}

.sl .sl-btn a {
	display: block;
	width: 10.4rem;
	height: 2.9rem;
	line-height: 2.9rem;
	font-size: 1rem;
	color: #282f39;
	border-radius: 2rem;
	text-align: center;
	border: .1rem solid #282f39;
}

.sl .sl-btn a.btn2 {
	color: #fff;
	margin-left: 1rem;
	border-color: #d8271c;
	background: #d8271c;
}

.sl-list {
	padding-top: 2.7rem;
	height: 21.9rem;
	box-sizing: border-box;
	background: url(../Images/Index/sl_bg.jpg) #9c0900 no-repeat center top;
	background-size: 100% auto;
}

.sl-list .content {
	width: 93.75%;
	margin: 0 auto;
}

.sl-list .content ul {
	display: flex;
	flex-wrap: wrap;
}

.sl-list .content ul li {
	width: 50%;
	margin-bottom: 1.6rem;
	display: flex;
	align-items: center;
}

.sl-list .content ul li .icon {
	display: block;
	width: 4rem;
	height: 4rem;
}

.sl-list .content ul li .icon img {
	display: block;
	width: 100%;
	height: auto;
}

.sl-list .content ul li .rt {
	padding-left: 1.7rem;
	margin-left: 1.5rem;
	border-left: .05rem solid rgba(255, 255, 255, 0.2);
}

.sl-list .content ul li .rt p {
	font-size: 1rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.sl-list .content ul li .rt span b {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 500;
}

.sl-list .content ul li .rt span {
	font-size: 1rem;
	line-height: 1;
	color: #fff;
}


.bts {
	text-align: center;
}

.bts a {
	font-size: 2rem;
	color: #282f39;
	line-height: 1;
}

.bts span {
	display: block;
	font-size: 1.1rem;
	line-height: 1;
	margin-top: .6rem;
	color: #282f39;

}


.fa {
	padding: 3rem 0 2.6rem 0;
	background: #9c0900;
}

.fa .bts a {
	color: #fff;
}

.fa .bts span {
	color: rgba(255, 255, 255, 0.5);
}

.fa .fa-min {
	width: 93.75%;
	margin: 0 auto;
	margin-top: 1.4rem;
}

.fa .fa-min .fa-ul {
	display: flex;
	flex-wrap: wrap;
	border-top: .05rem solid rgba(255, 255, 255, 0.2);
	margin-bottom: 1rem;
}

.fa .fa-min .fa-ul li,
.fa .fa-min .fa-ul .lis-more {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 0.6rem;
	height: 4.4rem;
	box-sizing: border-box;
	border-bottom: .05rem solid rgba(255, 255, 255, 0.2);
}

.fa .fa-min .fa-ul li span,
.fa .fa-min .fa-ul .limore span {
	display: block;
	width: 2.1rem;
	height: 2.1rem;
	opacity: 0.4;
	margin-right: .7rem;
}

.fa .fa-min .fa-ul li span img,
.fa .fa-min .fa-ul .limore span img {
	display: block;
	width: 100%;
	height: auto;
}

.fa .fa-min .fa-ul li p,
.fa .fa-min .fa-ul .limore p {
	font-size: 1rem;
	color: #fff;
}

.fa .fa-min .fa-ul li p i,
.fa .fa-min .fa-ul .limore p i {
	font-size: .5rem;
	letter-spacing: -0.02rem;
}

.fa .fa-min .fa-ul li.z-on {
	background: #f39718;
	border-radius: .6rem;
}

.fa .fa-min .fa-ul li.z-on::before {
	display: block;
}

.fa .fa-min .fa-ul li.z-on span {
	opacity: 1;
}

.fa .fa-min .fa-ul .limore {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}

.fa .fa-min .con dl dt {
	width: 100%;
	height: auto;
	border-radius: .25rem;
	overflow: hidden;
	margin-bottom: 1.2rem;
}

.fa .fa-min .con dl dt img {
	display: block;
	width: 100%;
	height: auto;
}

.fa .fa-min .con dl dd {
	display: flex;
}

.fa .fa-min .con dl dd h4 {
	width: 7.5rem;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
}

.fa .fa-min .con dl dd p {
	flex: 1;
	font-size: .9rem;
	line-height: 1.2rem;
	color: rgba(255, 255, 255, 0.7);
	text-align: justify;
}
.fa .fa-min .con dl dd p a{
	color: rgba(255, 255, 255, 0.7);
}


.fw {
	padding: 3rem 0 0 0;

}
.fw-min{
	width: 93.75%;
	margin: 0 auto;
	margin-top: 1.2rem;
}
.fw-min ul li{
	display: flex;
	border-radius: .5rem;
	background: #ededed;
	margin-bottom: .5rem;
	overflow: hidden;
}
.fw-min ul li .imgs{
	width: 14rem;
	height: auto;
	margin-right: 1.2rem;
}
.fw-min ul li .imgs img{
	display: block;
	width: 100%;
	height: auto;
}
.fw-min ul li .txt{
	flex: 1;
	padding-top: 1.1rem;
}
.fw-min ul li .txt span{
	display: block;
	width: 2.85rem;
	height: 2.85rem;
	margin-bottom: .8rem;
}
.fw-min ul li .txt span img{
	display: block;
	width: 100%;
	height: auto;
}
.fw-min ul li .txt h6{
	width: 13.9rem;
	height: 2.5rem;
	font-size: 1.5rem;
	color: #282f39;
	font-weight: bold;
	line-height: 1;
	border-bottom: .05rem solid rgba(0, 0, 0, 0.2);
	margin-bottom: .4rem;
}
.fw-min ul li .txt h6 i{
	display: block;
	font-size: .6rem;
	color: #bebebe;
	font-weight: normal;
	padding-top: .3rem;
}
.fw-min ul li .txt p{
	font-size: 1rem;
	color: #5a5b5e;
}

.case {
	padding: 2.4rem 0 1.8rem 0;
}

.case .case-min {
	position: relative;
	margin-top: 1.1rem;
}

.case .case-min .nowarp .con .item {
	width: 100%;
	height: auto;
}

.case .case-min .nowarp .con .item img {
	display: block;
	width: 100%;
	height: auto;
}

.case .case-min .prev,
.case .case-min .next {
	position: absolute;
	bottom: 1.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.3rem;
	height: 2.3rem;
}

.case .case-min .prev img,
.case .case-min .next img {
	display: block;
	width: 100%;
	height: auto;
}

.case .case-min .next {
	margin-left: 1.8rem;
}

.case .case-min .prev {
	margin-left: -1.8rem;
}

.case .case-content {
	padding: 1rem;
}

.case .case-content ul li {
	padding: 1rem .85rem;
	background: #fff;
	box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
	margin-bottom: 1rem;
}

.case .case-content ul li a {
	display: flex;
}

.case .case-content ul li .imgs {
	width: 10.4rem;
	height: auto;
}

.case .case-content ul li .imgs img {
	display: block;
	width: 100%;
	height: auto;
}

.case .case-content ul li .txt {
	position: relative;
	flex: 1;
	margin-left: 1.3rem;
}

.case .case-content ul li .txt h5 {
	font-size: 1.1rem;
	color: #282f39;
	font-weight: 600;
	line-height: 1.2rem;
	margin-bottom: .6rem;
}

.case .case-content ul li .txt p {
	font-size: .9rem;
	color: #282f39;
	line-height: 1rem;
}

.case .case-content ul li .txt::before {
	position: absolute;
	display: block;
	left: 0;
	content: "";
	bottom: 0;
	width: .6rem;
	height: .6rem;
	background: url(../Images/Index/case_more.png) no-repeat center center;
	background-size: 100% auto;
}

.case .case-content .more a {
	display: block;
	line-height: 3.4rem;
	font-size: 1rem;
	color: #fff;
	border-radius: .4rem;
	background: #d8271c;
	text-align: center;
	background: url(../Images/Index/type_s1.png) #d8271c no-repeat 95% center;
	background-size: 1.8rem auto;
}




.ys {
	padding: 0.5rem 0 0 0;
}

.ys .yszm {
	width: 93.75%;
	margin: .7rem auto 1.4rem;
}

.ys .yszm img {
	display: block;
	width: 100%;
	height: auto;
}

.ys .ys-cont {
	padding-top: 1.5rem;
	padding-bottom: 2.2rem;
	background: #d8271c;

}

.ys .ys-min {
	width: 93.75%;
	margin: 0 auto;
	background: #fff;
	border-radius: .6rem;
}

.ys .ys-min .ys-ul {
	position: relative;
	display: flex;
	padding-top: 1.9rem;
	margin-bottom: 1rem;
	/* border-bottom: .15rem solid #d5d5d5; */
}

.ys .ys-min .ys-ul::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: .15rem;
	background: #d5d5d5;
	z-index: 2;
}

.ys .ys-min .ys-ul li {
	position: relative;
	width: 25%;
	text-align: center;
	font-size: 1rem;
	color: #282f39;
	line-height: 1.2rem;
	font-weight: 500;
	padding-bottom: 1.4rem;
}

.ys .ys-min .ys-ul li span {
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1.2rem;
}

.ys .ys-min .ys-ul li:nth-child(1) span {
	display: block;
	background: url(../Images/Index/ys_icon1.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li:nth-child(2) span {
	display: block;
	background: url(../Images/Index/ys_icon2.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li:nth-child(3) span {
	display: block;
	background: url(../Images/Index/ys_icon3.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li:nth-child(4) span {
	display: block;
	background: url(../Images/Index/ys_icon4.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li.z-on {
	color: #d8271c;
}

.ys .ys-min .ys-ul li.z-on:nth-child(1) span {
	display: block;
	background: url(../Images/Index/ys_icons1.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li.z-on:nth-child(2) span {
	display: block;
	background: url(../Images/Index/ys_icons2.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li.z-on:nth-child(3) span {
	display: block;
	background: url(../Images/Index/ys_icons3.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li.z-on:nth-child(4) span {
	display: block;
	background: url(../Images/Index/ys_icons4.png) no-repeat center top;
	background-size: 100% auto;
}

.ys .ys-min .ys-ul li.z-on::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: block;
	content: "";
	width: 82%;
	height: .2rem;
	background: #d8271c;
	z-index: 2;
}

.ys .ys-min .con dl {
	padding: 0 .9rem;
	padding-bottom: 1.5rem;
}

.ys .ys-min .con dl dt {
	width: 100%;
	height: auto;
	margin-bottom: .7rem;
}

.ys .ys-min .con dl dt img {
	display: block;
	width: 100%;
	height: auto;
}

.ys .ys-min .con dl dd h5 {
	font-size: 2rem;
	color: #282f39;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.ys .ys-min .con dl dd h5 span {
	display: block;
	font-size: 1.2rem;
	color: #282f39;
	font-weight: 500;
	margin-top: 0.8rem;
}

.ys .ys-min .con dl dd p {
	padding-left: 1rem;
	font-size: 0.96rem;
	color: #282f39;
	line-height: 1.8rem;
	text-decoration: underline;
	background: url(../Images/Index/ys_dian.jpg) no-repeat left .6rem;
	background-size: .5rem auto;
}

.ys .ys-min .con dl dd a {
	display: block;
	width: 2.3rem;
	height: auto;
	margin-top: 1.6rem;
}

.ys .ys-min .con dl dd a img {
	display: block;
	width: 100%;
	height: auto;
}


.news {
	padding: 3rem 0 1rem 0;
}

.news .news-min {
	width: 93.75%;
	margin: .9rem auto 0;
}

.news .news-min .news-ul {
	display: flex;
	justify-content: center;
	margin-bottom: 1.2rem;
}

.news .news-min .news-ul li {
	width: 7.3rem;
	height: 2.2rem;
	line-height: 2.2rem;
	margin: 0 .25rem;
	box-sizing: border-box;
	font-size: .9rem;
	color: #282f39;
	font-weight: bold;
	text-align: center;
	border: .05rem solid #c9c9c9;
}

.news .news-min .news-ul li.z-on {
	background: #d8271c;
	border-color: #d8271c;
	color: #fff;
}

.news .news-min .con dl {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 1.7rem 1.3rem;
	margin-bottom: 1rem;
	background: #ededed;
}

.news .news-min .con dl dt {
	width: 10rem;
}

.news .news-min .con dl dt img {
	display: block;
	width: 100%;
	height: auto;
}

.news .news-min .con dl dd {
	flex: 1;
	margin-left: 1.4rem;
}

.news .news-min .con dl dd span {
	display: block;
	font-size: .8rem;
	color: #444444;
	font-weight: bold;
	margin-bottom: 1rem;
}

.news .news-min .con dl dd p {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #000000;
}

.h54 {
	height: 2.7rem;
	background: #f2f2f2;
}


.about {
	padding: 3rem 0 1.7rem 0;
}

.about .content {
	width: 93.75%;
	margin: 1.2rem auto 2.3rem;
}

.about .content dl dt p {
	font-size: .9rem;
	color: #656565;
	line-height: 1.2rem;
	margin-bottom: 1.1rem;
}

.about .content dl dd {
	width: 100%;
	height: auto;
}

.about .content dl dd img {
	display: block;
	width: 100%;
	height: auto;
}

.about-list {
	background: #f2f2f2;
}

.about-list ul {
	display: flex;
	width: 93.75%;
	margin: 0 auto;
}

.about-list ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	text-align: center;
	padding: 1.9rem 0 3rem 0;
}

.about-list ul li .icon {
	display: block;
	width: 5rem;
	height: 5rem;
	background: #fff;
	border-radius: 50%;
	border: .1rem solid #282f39;
	margin-bottom: 1.5rem;
}

.about-list ul li .icon img {
	display: block;
	width: 100%;
	height: auto;
}

.about-list ul li p i {
	display: block;
	font-size: 1.2rem;
	color: #848484;
	line-height: 1;
	margin-bottom: .6rem;
}

.about-list ul li p span {
	font-size: 1.1rem;
	color: #282f39;
	line-height: 1;
}

html {
	font-size: 10px;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width:320px) {
	html {
		font-size: 10px;
	}
}

@media screen and (min-width:360px) {
	html {
		font-size: 11.25px;
	}
}

@media screen and (min-width:375px) {
	html {
		font-size: 11.7px;
	}
}

@media screen and (min-width:384px) {
	html {
		font-size: 12px;
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 15px;
	}
}

@media screen and (min-width:414px) {
	html {
		font-size: 13px;
	}
}

@media screen and (min-width:560px) {
	html {
		font-size: 17.5px;
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 20px;
	}
}