@font-face {
    font-family: 'LatoWebBold';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.banner .index-banner-text .index-banner-text-two{
	font-family: "LatoWebBold","PingFang SC","微软雅黑";
}
.j_main h2 {
	font-size: 56px;
	text-align: center;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	font-family: "LatoWebBold","PingFang SC","微软雅黑";
}

.j_main p {
	font-size: 24px;
	line-height: 1.5em;
	color: #333;
	font-family: "LatoWeb","PingFang SC","微软雅黑";
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #666;
	opacity: 1;
}
.swiper-pagination{
	bottom:28px !important;
	
}
.swiper-pagination-bullet-active{
	background: #fff;
	width: 28px;
	border-radius: 14px;
}
@media only screen and (min-width: 100px) and (max-width: 1500px) {
	.j_main h2 {
		font-size: 42px;
	}
/*	.j_main p{
		font-size: 20px;
	}*/
}
@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.j_main h2 {
		font-size: 36px;
	}
	.j_main p{
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.j_main h2 {
		font-size: 20px;
	}
	.j_main p {
		font-size: 14px;
	}
}

.kehu_box1 {
	position: relative;
	width: 92%;
	max-width: 1760px;
	margin: 80px auto;
}

.kehu_box1 .img_box {
	width: 100%;
	height: auto;
	display: block;
}

.kehu_box1 .img_box img {
	width: 100%;
	min-height: 554px;
	display: block;
	object-fit: cover;
}

.kehu_box1 .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	padding: 7.5% 0 5.2%;
}

.kehu_box1 .text_box h2 {
	color: #fff;
}

.kehu_box1 .text_box p {
	color: #fff;
	width: 90%;
	max-width: 1572px;
	text-align: center;
}
@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.kehu_box1{
		margin: 50px auto
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.kehu_box1 {
		margin: 18px auto;
	}
	.kehu_box1 .text_box {
		padding: 64px 0 20px;
	}
	.kehu_box1 .text_box p {
		text-align: justify;
	}
}

.kehu_box2 {
	position: relative;
	width: 92%;
	max-width: 1760px;
	margin: 80px auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 54px 0 44px;
}

.kehu_box2 img {
	width: 90%;
	max-width: 1356px;
	padding:0 0 30px;
}
.kehu_box2 img.phone{
	display: none;
	padding:30px 0;
}
.kehu_box2 p {
	width: 90%;
	max-width: 1572px;
	text-align: center;
}
@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.kehu_box2{
		padding: 0;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.kehu_box2 img{
		margin-bottom: 20px
	}
	.kehu_box2 img.pc{
		display: none;
	}
	.kehu_box2 img.phone{
		display: block;
		position: relative;
		z-index: 0;
	}
	.kehu_box2 {
		padding: 0;
		margin: 56px auto;
	}
	.kehu_box2 p {
		text-align: justify;
	}
}

.kehu_box3 {
	background: #F5F5F5;
	padding: 124px 4.6% 80px;
}

.kehu_box3>p {
	text-align: center;
	padding-top: 56px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.j_main .kehu_box3 h2 {
		max-width: 70%;
		margin: 0 auto;
	}
	.kehu_box3{
		padding: 80px 5%;
	}
	.kehu_box3>p{
		padding: 46px 0 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.j_main .kehu_box3 h2{
		max-width: 86%
	}
	.kehu_box3 {
		padding: 62px 5%;
	}
	.kehu_box3>p {
		padding: 36px 0 0px;
	}
}
.kehu_box3 .list_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.kehu_box3 ul {
	width: calc(100% / 2)
}

.kehu_box3 ul li {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 34px 0;
	align-items: center;
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.kehu_box3 ul {
		width: 100%;
		
	} 
	.kehu_box3 ul li{
		padding: 30px 0;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.kehu_box3 ul li {
		width: 100%;
		padding: 25px 0;
	}
}

.kehu_box3 ul li .icon_box {
	width: 14%;
	max-width: 110px;
	min-width: 60px;
	position: relative;
}

.kehu_box3 ul li .icon_box .icon {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.kehu_box3 ul li .icon_box .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.kehu_box3 ul li .text {
	padding: 0 40px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.kehu_box3 ul li .text {
		padding: 0 0 0 20px;
	}
}

.kehu_box3 ul li .text p:first-child {
	color: #60007D;
	padding-bottom: 5px;
}

.kehu_box4 {
	position: relative;
}

.kehu_box4 .swiper-slide {
	position: relative;
}

.kehu_box4 .swiper-slide .img_box img {
	width: 100%;
	min-height: 666px;
	display: block;
	object-fit: cover;
}

.kehu_box4 .swiper-slide .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	text-align: center;
	padding: 115px 5% 130px;
}

.kehu_box4 h2,
.kehu_box4 p {
	color: #fff;
	max-width: 1278px;
	margin: 0 auto;
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.kehu_box4 h2 {
		max-width: 70%;
	}
}

.kehu_box4>.title {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 20;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	padding: 115px 8.5% 0;
}

.kehu_box4>.title p {
	padding-top: 10px;
}

.kehu_box4 .swiper-slide .text_box .title {
	opacity: 0;
}

.kehu_box4 .swiper-slide .text_box .title p {
	padding-top: 10px;
}

.kehu_box4 .swiper-slide .text_box .center {
	padding-top: 10px;
}

.kehu_box4 .swiper-slide .text_box .center p {
	padding-bottom: 40px;
}

.kehu_box4 .swiper-slide .text_box .center .last {
	padding-top: 80px;
	padding-bottom: 0;
}

.kehu_box4 .swiper-slide .text_box .bottom_icon {
	max-width: 1386px;
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.kehu_box4 .swiper-slide .text_box .bottom_icon li {
	width: calc(100% / 3);
}

.kehu_box4 .swiper-slide .text_box .bottom_icon li:nth-child(1) {
	text-align: left;
}

.kehu_box4 .swiper-slide .text_box .bottom_icon li:nth-child(2) {
	text-align: center;
}

.kehu_box4 .swiper-slide .text_box .bottom_icon li:nth-child(3) {
	text-align: right;
}

.kehu_box4 .swiper-slide .text_box .bottom_icon li img {
	width: 92%;
	max-width: 280px;
}

@media only screen and (min-width: 100px) and (max-width: 1390px) {
	.kehu_box4 .swiper-slide .text_box .center .last {
		padding-top: 0;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1250px) {
	.kehu_box4 .swiper-slide .text_box {
		padding: 80px 4.2%;
	}
	.kehu_box4 .swiper-slide .text_box .center{
		padding:10px 2.6% 0;
	}
	.kehu_box4>.title {
		padding: 80px 4.5%;
	}
}

/*@media only screen and (min-width: 100px) and (max-width: 1150px) {
	.kehu_box4 .swiper-slide .text_box .bottom_icon {
		display: none;
	}
}*/

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.kehu_box4 .swiper-slide .text_box .bottom_icon {
		width: 100%;
		display: flex;
	}
}

.kehu_box5 {
	padding: 115px 0 0;
	position: relative;
}

.kehu_box5 p {
	text-align: center;
	padding-top: 20px;
}

.j_main a.link {
	width: 276px;
	line-height: 80px;
	background: #111111;
	box-shadow: 0px 14px 35px 0px rgba(17, 17, 17, 0.5);
	border-radius: 40px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 24px;
	margin: 87px auto 80px;
	transition: all 0.36s;
}
.j_main a.link:hover{
	background: #c3c3c3;
}
@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.kehu_box5{
		padding: 80px 0;
	}
	.j_main a.link {
		width: 148px;
    line-height: 46px;
    border-radius: 33px;
    font-size: 20px;
    margin: 60px auto 55px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.kehu_box5 {
		padding: 64px 0 0;
	}
	.j_main a.link {
		margin: 45px auto 45px;
		width: 140px;
		line-height: 44px;
		background: #111111;
		box-shadow: 0px 7px 18px 0px rgba(17, 17, 17, 0.5);
		border-radius: 22px;
		font-size: 14px;
	}
}

.kehu_box5 img {
	max-width: 90%;
	margin: 0 auto;
	display: block;
}

.kehu_box6 {
	position: relative;
}

.kehu_box6 .img_box img {
	width: 100%;
	min-height: 400px;
	display: block;
	object-fit: cover;
}

.kehu_box6 .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
}

.kehu_box6 .text_box h2 {
	color: #fff;
}

.kehu_box6 .text_box a {
	margin-bottom: 0;
}