
.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: 38.6rem;
	position: relative;
}

.g-adv .sclwrap_box,
.g-adv .m-box,
.g-adv .m-box img {
	overflow: hidden;
	height:38.6rem;
}

.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 {
	text-align: center;
	line-height: 1;
	margin-bottom: 1.2rem;
}

.m-bt a {
	font-size: 2.4rem;
	color: #2e3139;
	line-height: 1;
	font-weight: bold;
}

.m-bt span {
	display: block;
	font-size: 1.2rem;
	color: #3a3a3a;
	line-height: 1;
	margin-top: .8rem;
}

.content {
	width: 92.96%;
	margin: 0 auto;
}

.why {
	height: 53.95rem;
	padding-top: 2.5rem;
	box-sizing: border-box;
	background: url(../Images/Index/why_bg.jpg) no-repeat center center;
	background-size: 100% auto;
}

.why h2 {
	width: 92.96%;
	margin: 0 auto;
	height: 6.4rem;
	padding-left: 7.3rem;
	box-sizing: border-box;
	background: url(../Images/Index/why_icon.png) no-repeat left center;
	background-size: 6.4rem auto;
	font-size: 3.6rem;
	color: #005f96;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2.1rem;
}

.why h2 b {
	display: block;
	font-size: 2.4rem;
	color: #2e3139;
}

.why .content ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.8rem;
}

.why .content ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 49%;
	height: 15.1rem;
	margin-bottom: .5rem;
	border-radius: .3rem;
	background: rgba(255, 255, 255, 0.6);
	text-align:center;
}

.why .content ul li:nth-child(2n) {
	margin-left: 2%;
}

.why .content ul li .icon {
	width: 4.7rem;
	height: 4.7rem;
	border-radius: 50%;
	margin-bottom: 1.6rem;
	background: #005f96;
}

.why .content ul li .icon img {
	display: block;
	width: 100%;
	height: auto;
}

.why .content ul li p {
	font-size: 1.1rem;
	line-height: 1;
	font-weight: bold;
	color: #2e3139;
	text-align:center;
}

.why .content ul li p i {
	display: block;
	margin-top: .4rem;
	font-size: .55rem;
	font-weight: normal;
	color: #2e3139;
	letter-spacing: -0.01rem;
}

.why .why-txt p {
	line-height: 2rem;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin-bottom: .9rem;
}

.why .btn-all {
	display: flex;
	justify-content: space-between;
}

.why .btn-all a {
	display: block;
	width: 14.6rem;
	height: 3.4rem;
	line-height: 3.4rem;
	text-align: center;
	font-weight: bold;
	background: #fff;
	color: #005f96;
	border-radius: .3rem;
}

.why .btn-all a.zx-btn {
	background: #e06043;
	color: #fff;
}

.fw {
	background: #f8f8f8;
	padding:2.5rem 0 2.7rem  0;
}

.fw .fw-min {
	width: 92.96%;
	margin: 0 auto;
}

.fw .fw-min .fw-ul {
	display: flex;
	margin-bottom: 1rem;
}

.fw .fw-min .fw-ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 49%;
	height: 3.4rem;
	border: .15rem solid #2e3139;
	font-size: 1.4rem;
	color: #2e3139;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	border-radius: .4rem;
}

.fw .fw-min .fw-ul li i {
	display: block;
	margin-bottom: .3rem;
	font-size: .6rem;
	font-weight: normal;
	color: #2e3139;
}

.fw .fw-min .fw-ul li.z-on {
	background: #005f96;
	color: #fff;
	border-color: #005f96;
}

.fw .fw-min .fw-ul li.z-on i {
	color: rgba(255, 255, 255, 0.6);
}



.fw .fw-min .fw-ul li:nth-child(2n) {
	margin-left: 2%;
}

.fw .fw-min .con dl {
	background: #fff;
	border-radius: .4rem;
	overflow: hidden;
	margin-bottom: .5rem;
}

.fw .fw-min .con dl dt {
	height: 4rem;
	padding: 0 2rem;
	background: #fff;
	border: .15rem solid #2e3139;
	border-radius: .4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url(../Images/Index/fw_icon1.png) no-repeat 25.5rem center;
	background-size: 2.3rem;
}

.fw .fw-min .con dl dt h4 {
	font-size: 1.4rem;
	color: #2e3139;
	font-weight: bold;
	line-height: 1;
}

.fw .fw-min .con dl dt span {
	display: block;
	margin-top: .4rem;
	line-height: 1;
	font-size: .6rem;
	color: rgba(0, 0, 0, .5);
}

.fw .fw-min .con dl dd {
	padding: 0 2rem;
	padding-bottom: 1.7rem;
	display: none;
}

.fw .fw-min .con dl dd ul li {
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	border-bottom: .05rem dashed rgba(255, 255, 255, 0.3);
	color: #fff;
	padding-left: 1.8rem;
	background: url(../Images/Index/fw_stys_icon.png) no-repeat left center;
	background-size: 1.1rem;
}

.fw .fw-min .con dl dd .more {
	margin-top: 1.4rem;
}

.fw .fw-min .con dl dd .more a {
	display: block;
	width: 9rem;
	height: 2.8rem;
	line-height: 2.8rem;
	box-sizing: border-box;
	background: #e06043;
	font-size: 1rem;
	color: #fff;
	border-radius: .45rem;
	padding-left: 3.4rem;
	background: url(../Images/Index/fw_more.png) #e06043 no-repeat 1.25rem center;
	background-size: 1.6rem;
}

.fw .fw-min .con dl.active-tab {
	background: #005f96;
}

.fw .fw-min .con dl.active-tab dt {
	border: 0;
	color: #fff;
}

.fw .fw-min .con dl.active-tab dt h4 {
	color: #fff;
}

.fw .fw-min .con dl.active-tab dt span {
	color: #fff;
}

.fw .fw-min .con dl.active-tab dt {
	background: url(../Images/Index/fw_icon2.png) no-repeat 25.5rem center;
	background-size: 2.3rem;
}



.ys {
	padding: 1.8rem 0 2.5rem 0;
	background: #d6d7d7;
}

.ys .fa-min {
	position: relative;
	height: auto;
}

.ys .fa-min .fa-ul {
	position: absolute;
	top: 18rem;
	left: 0;
	z-index: 6;
	height: 4.2rem;
	display: flex;
	width: 100%;
	background: rgba(46, 49, 57, .9);
}

.ys .fa-min .fa-ul li {
	position: relative;
	width: 20%;
	height: 4.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: .9rem;
	text-align: center;
}

.ys .fa-min .fa-ul li b {
	display: block;
	color: #fff;
	font-size: 1.5rem;
}

.ys .fa-min .con dt {
	width: 100%;
	height: auto;
}

.ys .fa-min .con dt img {
	display: block;
	width: 100%;
	height: auto;
}

.ys .fa-min .fa-ul li.z-on {
	background: #005f96;
}

.ys .fa-min .fa-ul li::before {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: .2rem;
	background: #ca604b;
}

.ys .fa-min .fa-ul li.z-on::before {
	display: block;
}

.ys .fa-min .con dl dd {
	width: 92.81%;
	margin: 0 auto;
	margin-top: 1.3rem;
}

.ys .fa-min .con dl dd h4 {
	font-size: 1.3rem;
	color: #2e3139;
	margin-bottom: .6rem;
}

.ys .fa-min .con dl dd h4 b {
	color: #005f96;
}

.ys .fa-min .con dl dd ol li {
	position: relative;
	font-size: .9rem;
	color: #fff;
	line-height: 1.5rem;
	border-radius: .6rem;
	padding: .2rem .6rem;
	background: #2e3139;
	padding-left: 1.3rem;
	margin-bottom: .5rem;
}

.ys .fa-min .con dl dd ol li::before {
	position: absolute;
	left: .7rem;
	top: 0.8rem;
	display: block;
	content: "";
	width: .2rem;
	height: .2rem;
	background: #fff;
	border-radius: 50%;
}


.team {
	padding: 2.4rem 0 1rem 0;
	background: #f8f8f8;
}

.team .swiper-slide .item {
	position: relative;
	width: 21.1rem;
}

.team .swiper-slide .imgs {
	width: 21.1rem;
}

.team .swiper-slide .imgs img {
	display: block;
	width: 100%;
	height: auto;
}

.team .swiper-slide .item .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	padding: 0 1.5rem;
	padding-top: 6.8rem;
	box-sizing: border-box;
	background: url(../Images/Index/team_stys.png) repeat-x center center;
	background-size: 1rem 32.2rem;
}
.team .swiper-slide .item .txt h5{
	font-size: 1.2rem;
	color: #fff;
}
.team .swiper-slide .item .txt h5 span{
	display: block;
	color: #fff;
	font-size: .9rem;
}
.team .swiper-slide .item .txt p{
	color: #fff;
	font-size: .9rem;
	line-height: 1.1rem;
	margin-bottom: .8rem;
}

.team .swiper-slide .item .txt .emil{
	display: flex;
	margin-top: 2.3rem;
}
.team .swiper-slide .item .txt .emil span{
	display: flex;
	height: 2rem;
	width: 13.1rem;
	align-items: center;
	background: #5c728c;
	font-size: .9rem;
	color: rgba(255, 255, 255,1);
}

.team .swiper-slide .item .txt .emil span img{
	display: block;
	width: 2rem;
	height: 2rem;
}
.team .swiper-slide .item .txt .emil i{
	width: 2rem;
	height: 2rem;
	background: #5c728c;
	margin-left: .4rem;
}
.team .swiper-slide .item .txt .emil i img{
	display: block;
	width: 100%;
	height: auto;
}
.team .swiper-button-next,.team .swiper-button-prev{
	display: block;
	width: 2.8rem;
	height: 2.8rem;
}
.team .swiper-button-next{
	background: url(../Images/Index/prve_icon2.png) no-repeat center center;
	background-size: 100% auto;
}
.team .swiper-button-prev{
	background: url(../Images/Index/prve_icon1.png) no-repeat center center;
	background-size: 100% auto;
}

.case{
	padding: 2rem 0;
	background: #f8f8f8;
}
.case .case-min{
	position: relative;
	background: url(../Images/Index/case_bgs.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-top: 9.5rem;
}

.case .case-min .nowarp .con .item ol{
	display: flex;
	justify-content: space-between;
	padding: 1.2rem;
}
.case .case-min .nowarp .con .item ol li{
	position: relative;
	width: 48.5%;
	height: 20.4rem;
	background: #fff;
	border-radius: .6rem;
	padding: 1.7rem 1.7rem 0 1.7rem;
	box-sizing: border-box;
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
}
.case .case-min .nowarp .con .item ol li h4 {
	height: 5.5rem;
	background: url(../Images/Index/case_br.jpg) no-repeat left bottom;
	background-size: .15rem .45rem;
	margin-bottom: 1rem;
}
.case .case-min .nowarp .con .item ol li h4 span{
	font-size: 1.1rem;
	color: #2e3139;
	font-weight: bold;
	display: block;
	margin-bottom: 0.4rem;
}
.case .case-min .nowarp .con .item ol li h4 i{
	display: block;
	font-size: .5rem;
	letter-spacing: -0.05rem;
	color: rgba(0, 0, 0, 0.3);
}
.case .case-min .nowarp .con .item ol li p{
	font-size: .9rem;
	color: rgba(0, 0, 0, 0.6);
}
.case .case-min .nowarp .con .item .num{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 4.9rem;
	color: #005f96;
	font-weight: bold;
	line-height: 1;
}
.case .case-min .case-btn{
	width: 6.3rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.case .case-min .case-btn .prev{
	width: 2.8rem;
}
.case .case-min .case-btn .next{
	width: 2.8rem;
}
.case .case-min .case-btn .prev img,.case .case-min .case-btn .next img{
	display: block;
	width: 100%;
	height: auto;
}

.state{
	position: relative;
	height: 31.95rem;
	overflow: hidden;
}
.state .m-bt{
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 100%;
	z-index: 6;
}
.state .m-bt a,.state .m-bt span{
	color: #fff;
}
.state .state-ul{
	position: absolute;
	z-index: 6;
	bottom: 2.3rem;
	left: 0;
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
	display: flex;
}
.state .state-ul li{
	position: relative;
	width: 25%;
	display: flex;
	justify-content: center;
}
.state .state-ul li::before{
	position: absolute;
	top: 50%;
	right: -0.9rem;
	display: block;
	content: "";
	width: 1.8rem;
	height: .05rem;
	background: rgba(255, 255, 255, 0.3)
}
.state .state-ul li:last-child::before{
	display: none;
}

.state .state-ul li span{
	display: block;
	width: 5.2rem;
	height: 5.2rem;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 1.2rem;
	border: .1rem solid #fff;
}
.state .state-ul li.z-on span{
	background: #005f96;
	border-color: #005f96;
}
.state .con .item{
	position: relative;
}
.state .con .item .imgs{
	display: block;
	width: 100%;
}
.state .con .item .imgs img{
	display: block;
	width: 100%;
	height: auto;
}
.state .con .item .txt{
	position: absolute;
	top: 10.6rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.state .con .item .txt p{
	font-size: .9rem;
	color: #fff;
	line-height: 1.7rem;
	text-decoration: underline;
}







.news {
	padding: 2.4rem 0 3rem 0;
	background: #f8f8f8;
}

.news .news-cont .news-ul {
	display: flex;
	justify-content: center;
	margin-bottom: 1.9rem;
}

.news .news-cont .news-ul li {
	position: relative;
	width: 6rem;
	height: 5.5rem;
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	padding-top: 1.25rem;
	border-radius: .5rem;
	box-sizing: border-box;
	background: #fff;
	margin: 0 .5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
	overflow: hidden;
}
.news .news-cont .news-ul li::before{
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	content: "";
	width: 100%;
	height:.15rem;
	background: #005f96;
}
.news .news-cont .news-ul li span{
	display: block;
	font-size: .8rem;
	line-height: 1;
	margin-top: 0.3rem;
	letter-spacing: -0.01rem;
	color: rgba(0, 0, 0, .5);
}

.news .news-cont .news-ul li.z-on {
	color: #005f96;
}
.news .news-cont .news-ul li.z-on::before{
	display: block;
}

.news .news-cont .news-ul .more {
	width: 23%;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	border-radius: .25rem;
	background: #2e3139;
}

.news .news-cont .con .item {
	position: relative;

}
.news .news-cont .con .item .imgs{
	width: 100%;
}
.news .news-cont .con .item .imgs img{
	display: block;
	width: 100%;
	height: auto;
}
.news .news-cont .con .item .txt{
	position: absolute;
	bottom: 0;
	right: -1.8rem;
	width: 16.7rem;
	height: 10.9rem;
	padding: 1.2rem 1.5rem 0 2.5rem;
	box-sizing: border-box;
	background: #005f96;
	border-radius: .5rem 0 0 .5rem;
}
.news .news-cont .con .item .txt h5{
	height: 3.4rem;
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #fff;
	margin-bottom: .6rem;
	background: url(../Images/Index/news_icon.jpg) no-repeat left bottom;
	background-size: .95rem .1rem;
}
.news .news-cont .con .item .txt p{
	font-size: .9rem;
	line-height: 1.2rem;
	color: #c3e3f6;
}

.news .swiper-button-next,.team .swiper-button-prev{
	display: block;
	width: 2.8rem;
	height: 2.8rem;
}
.news .swiper-button-next{
	background: url(../Images/Index/prve_icon2.png) no-repeat center center;
	background-size: 100% auto;
}
.news .swiper-button-prev{
	background: url(../Images/Index/prve_icon1.png) no-repeat center center;
	background-size: 100% auto;
}



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;
	}
}

