
.show {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	display: none;
	background: url(../Images/Index/show.jpg) no-repeat center top;
	background-size: cover;
}

.showTime {
	position: absolute;
	right: 15px;
	top: 15px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 0 10px;
	border-radius: 50%;
}



.g-adv {
	height: 45.4rem;
	position: relative;
}

.g-adv .sclwrap_box,
.g-adv .m-box,
.g-adv .m-box img {
	overflow: hidden;
	height: 45.4rem;
}

.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;
	border: .2rem solid #fff;
}

.g-adv .m-cnt li.z-on {
	background: #ffffff;
}

.content {
	width: 92.81%;
	margin: 0 auto;
}


.m-bt {
	padding: 0 1.1rem;
	line-height: 1;
	margin-bottom: 1.25rem;
}

.m-bt a {
	font-size: 3rem;
	color: #343434;
	line-height: 1;
	font-weight: bold;
	line-height: 3.25rem;
}
.m-bt a i{
	color: #1a5eae;
}
.m-bt span {
	display: block;
	font-size: 1.2rem;
	color: #343434;
	line-height: 1;
	margin-top: .6rem;
}

.content {
	width: 93.12%;
	margin: 0 auto;
}



.bz{
	position: relative;
	z-index: 2;
	width: 93.12%;
	margin: 0 auto;
}
.bz .type-all{
	display: flex;
	padding: 1.2rem 0;
}
.bz .type-all li{
	width: 25%;
	border-left: .05rem solid #bebebe;
	box-sizing: border-box;
}
.bz .type-all li:first-child{
	border: 0;
}
.bz .type-all li img{
	display: block;
	width: 100%;
	height: auto;
}
.bz .bz-min{
	border-radius: .5rem;
	background: #1a5eae;
	padding: 2rem 1.7rem 1rem 1.7rem;
}
.bz .bz-min .m-bt {
	padding: 0;
}
.bz .bz-min .m-bt a{
	color: #fff;
}
.bz .bz-min .m-bt span{
	color: #fff;
}
.bz .bz-min .bz-video{
	width: 100%;
	border-radius: .3rem;
	overflow: hidden;
}
.bz .bz-min .bz-video img{
	display: block;
	width: 100%;
}
.bz .bz-min ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.bz .bz-min ol li{
	width: 12.2rem;
	height: 8.25rem;
	text-align: center;
	padding-top: 1.8rem;
	box-sizing: border-box;
	margin-bottom: 1.4rem;
}
.bz .bz-min ol li.li1{
	background: url(../Images/Index/bz_icon1.png) no-repeat center center;
	background-size: 100% auto;
}
.bz .bz-min ol li.li2{
	background: url(../Images/Index/bz_icon2.png) no-repeat center center;
	background-size: 100% auto;
}
.bz .bz-min ol li.li3{
	background: url(../Images/Index/bz_icon3.png) no-repeat center center;
	background-size: 100% auto;
}
.bz .bz-min ol li.li4{
	background: url(../Images/Index/bz_icon4.png) no-repeat center center;
	background-size: 100% auto;
}
.bz .bz-min ol li span{
	display: block;
	line-height: 1;
	margin-bottom: 0.4rem;
}
.bz .bz-min ol li span i{
	font-size: 1.1rem;
	color: #1a5eae;
	vertical-align: top;
}
.bz .bz-min ol li span b{
	font-size: 3rem;
	color: #1a5eae;
}
.bz .bz-min ol li p{
	font-size: 1.1rem;
	color: #343434;
	line-height: 1;
}
.bz .bz-min ol li p i{
	display: block;
	margin-top: .3rem;
	line-height: 1;
	font-size: .5rem;
	color: #343434;
}

.core{
	margin-top: -4rem;
	padding-top: 5.6rem;
	padding-bottom: 3rem;
	background: url(../Images/Index/core_bg.jpg) no-repeat center center;
	background-size: cover;
}
.core .m-bt a,.core .m-bt span{
	color: #fff;
}
.core .core-ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.core .core-ul li{
	width: 22%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border: .15rem solid #fff;
	border-radius: .6rem;
	color: #fff;
	font-size: 1.2rem;
}
.core .core-ul li.z-on{
	color: #343434;
	background: #fff;
}
.core .core-ul li.z-on b{
	color: #1a5eae;
}

.core .core-min{
	width: 93.12%;
	margin: 0 auto;
}
.core .core-min .con dl{
	background: #fff;
	border-radius: .5rem;
	overflow: hidden;
}
.core .core-min .con dl dt{
	width: 100%;
}
.core .core-min .con dl dt img{
	display: block;
	width: 100%;
	height: auto;
}
.core .core-min .con dl dd{
	padding: 1.5rem 1.8rem 0 1.8rem;
}
.core .core-min .con dl dd h4{
	font-size: 2.4rem;
	color: #343434;
	line-height: 1;
	font-weight: normal;
	margin-bottom: .7rem;
}
.core .core-min .con dl dd h4 b{
	color: #1a5eae;
}
.core .core-min .con dl dd p{
	font-size: 1rem;
	color: #343434;
	line-height: 1.4rem;
}
.core .core-min .con dl dd ol{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.3rem;
}
.core .core-min .con dl dd ol li{
	width: 33.33%;
	padding-left: 1.6rem;
	border-right: .05rem solid #c0c0c0;
	box-sizing: border-box;
	margin-bottom: 1.8rem;
}
.core .core-min .con dl dd ol li:nth-child(3n){
	border-right: 0;
}
.core .core-min .con dl dd ol li span{
	display: block;
	font-size: 1rem;
	color: #343434;
	margin-bottom: 1.1rem;
}
.core .core-min .con dl dd ol li p{
	font-size: 1rem;
	color: #343434;
}
.core .core-min .con dl dd ol li p b{
	display: block;
	margin-bottom: .5rem;
	font-size: 2.8rem;
	color: #1a5eae;
}


.characteristic{
	padding: 2.5rem 0;
}
.characteristic .content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.characteristic .content ul li{
	position: relative;
	width: 49%;
	height: 21.1rem;
	background: #e5e5e5;
	border-radius: .4rem;
	box-sizing: border-box;
	padding: 1rem 1rem 0 1rem;
	margin-bottom: 1.8rem;
}

.characteristic .content ul li .icon{
	display: block;
	width: 5rem;
	height: auto;
	margin-bottom: 0.3rem;
}
.characteristic .content ul li .icon img{
	display: block;
	width: 100%;
	height: auto;
}
.characteristic .content ul li h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #343434;
	margin-bottom: 0.3rem;
}
.characteristic .content ul li h4 span{
	display: block;
	color: #1b5faf;
}
.characteristic .content ul li p{
	font-size: 1rem;
	line-height: 1.3rem;
	color: #666666;
}
.characteristic .content ul li::before{
	position: absolute;
	bottom: -0.65rem;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: "";
	width: 90%;
	height: .65rem;
	background: #1b5faf;
	border-radius: 0 0 .3rem .3rem;
}



.ys{
	padding: 3rem 0 2rem 0;
	background: url(../Images/Index/ys_bg.jpg) no-repeat center top;
	background-size: cover;
}
.ys .m-bt{
	margin-bottom: 2rem;
}
.ys .m-bt a,.ys .m-bt span{
	color: #fff;
}
.ys .ys-min{
	width: 93.12%;
	margin: 0 auto;
}
.ys .ys-min .ys-ul{
	display: flex;
	flex-wrap: wrap;
}
.ys .ys-min .ys-ul li{
	width: 50%;
	height: 4.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: .05rem solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
	margin-bottom: 1.6rem;
}
.ys .ys-min .ys-ul li:nth-child(2n){
	border-right: 0;
}
.ys .ys-min .ys-ul li .icon{
	width: 3rem;
	height: 3rem;
	margin-right: .8rem;
}
.ys .ys-min .ys-ul li p{
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.7rem;
}
.ys .ys-min .ys-ul li p b{
	display: block;
}
.ys .ys-min .ys-ul li.z-on{
	background: #d3381a;
	border-radius: 1.5rem 0 0 0;
}
.ys .ys-min .con dl dt{
	width: 100%;
	height: auto;
	margin-bottom: 1.2rem;
}
.ys .ys-min .con dl dt img{
	display: block;
	width: 100%;
	height: auto;
}
.ys .ys-min .con dl dd p{
	font-size: 1rem;
	color: #fff;
	line-height: 1.5rem;
}



.case{
	padding: 2.5rem 0;
}
/* .case .case-min{
	width: 92.81%;
	margin: 0 auto;
} */
.case .case-min .case-ul{
	display: flex;
	justify-content: center;
}
.case .case-min .case-ul li{
	width: .7rem;
	height: .7rem;
	margin:  0 0.6rem;
	border-radius: 50%;
	border: .2rem solid #313131;
}
.case .case-min .case-ul li.z-on{
	background: #1b5faf;
	border-color: #1b5faf;
}
.case .case-min .con dl{
	width: 92.81%;
	margin: 0 auto;
	border-radius: .5rem;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
	margin-bottom: 1.5rem;
}
.case .case-min .con dl dt{
	width: 100%;
	height: auto;
}

.case .case-min .con dl dt img{
	display: block;
	width: 100%;
	height: auto;
}
.case .case-min .con dl dd{
	padding: 1.7rem 1.5rem 1.5rem 1.5rem;
}
.case .case-min .con dl dd .icon{
	display: block;
	width: 6rem;
	height: 2.3rem;
	margin-bottom: 1rem;
}
.case .case-min .con dl dd .icon img{
	display: block;
	width: 100%;
	height: auto;
}
.case .case-min .con dl dd h4 span{
	display: block;
	font-size: .6rem;
	color: #343434;
}
.case .case-min .con dl dd h4{
	margin-bottom: .6rem;
}
.case .case-min .con dl dd h4 b{
	font-size: 1.5rem;
	color: #343434;
	font-weight: normal;
}
.case .case-min .con dl dd h4 b i{
	color: #1b5faf;
	font-weight: bold;
}
.case .case-min .con dl dd p{
	font-size: 1rem;
	line-height: 1.3rem;
	color: #666666;
}
.case .case-min .con dl dd .more-icon{
	margin-top: 1.3rem;
	width: 2.45rem;
	height: .75rem;
	background: url(../Images/Index/jiantou.png) no-repeat center center;
	background-size: 100% auto;
}



.news {
	padding: 2.5rem 0;
}
.news .news-cont .news-ul {
	position: relative;
	height: 4.2rem;
	display: flex;
	justify-content: center;
	margin-bottom: 2.3rem;
}
.news .news-cont .news-ul::before{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: .1rem;
	background: #d6dcea;
}
.news .news-cont .news-ul li {
	position: relative;
	width: 33.33%;
	font-size: 1.2rem;
	text-align: center;
	color: #2c2c2c;
	line-height: 1.4rem;
}
.news .news-cont .news-ul li.z-on{
	color: #1b5faf;
	font-weight: bold;
}
.news .news-cont .news-ul li::before{
	position: absolute;
	bottom: -0.45rem;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: "";
	width: .7rem;
	height: .7rem;
	background: #fff;
	border-radius: 50%;
	border: .2rem solid #aab1c1;
}


.news .news-cont .con dl{
	display: flex;
	justify-content: space-between;
	padding: 1.9rem 1.3rem;
	border-bottom: .05rem solid #d6dcea;
}
.news .news-cont .con dl dt{
	width: 6.9rem;
}
.news .news-cont .con dl dt .time{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	border: .05rem solid #d6dcea;
}
.news .news-cont .con dl dt .time b{
	font-size: 1.8rem;
	color: #1b5faf;
	line-height: 1;
	margin-bottom: .5rem;
}
.news .news-cont .con dl dt .time p{
	font-size: .9rem;
	color: #1b5faf;
	line-height: 1;
}

.news .news-cont .con dl dd{
	width: 22.5rem;
}
.news .news-cont .con dl dd h4{
	font-size: 1.2rem;
	color: #2c2c2c;
	font-weight: bold;
	line-height: 1.5rem;
	margin-bottom: .6rem;
}
.news .news-cont .con dl dd p{
	font-size: .9rem;
	color: #737373;
	line-height: 1.2rem;
	margin-bottom: 1.1rem;
}
.news .news-cont .con dl dd a{
	display: block;
	width: 14rem;
	height: 3rem;
	line-height: 3rem;
	font-size: .9rem;
	color: #fff;
	border-radius: 2rem 0 0 0;
	text-align: center;
	background: url(../Images/Index/arrow-right.png) #1b5faf no-repeat 11.8rem center;
	background-size: 1.7rem auto;
}


.about{
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
.about img{
	display: block;
	width: 100%;
	height: auto;
}




