/**title**/
:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	margin-top: 96px;
	position: relative;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
	background: #fff;
}

.index1 .swiper-slide {
	width: 100% !important;
}

/**pag1**/
.pag1
{background: #191919;padding-top: 0px;width: 100%;overflow: hidden;}

.pag1 .center
{
	
}

.pag1 .center .topfl
{
	text-align: center;
}

.pag1 .center .topfl a
{
	color: #fff;
	font-size: 22px;
	font-family: Mulish-Bold;
	line-height: 100px;
	margin: 0px 30px;
	display: inline-block;
	cursor: pointer;
}
.pag1 .center .topfl a.cur
{
	background: url(../images/flbg.png) no-repeat bottom center;
	background-size: 60px;
}


.indexServices
{

}
.indexServices .list
{
	padding: 60px 0px;
	width: 100%;
	overflow: hidden;
	display: none;
	text-align: center;
}
.indexServices .list.cur
{
	display:block;
}

.indexServices .services-title
{
	color: #fff;
}

.indexServices .serviceslink
{
	color: #fff;
	margin: 20px auto 60px;
	text-align: center;
	padding: 10px 20px;
	border: 1px #fff solid;
	border-radius: 30px;
	font-family: Mulish-Bold;
	display: inline-flex;
	justify-content: center;
}
.indexServices .serviceslink:after {
    content: '';
    width: 16px;
    display: block;
    background: url(../images/jt.png) no-repeat right center;
    height: 30px;
    margin-left: 5px;
    filter: brightness(0%) invert(100%);
    background-size: 12px;
}
.indexServices .serviceslink:hover
{
    background-image: linear-gradient(to right, #8E44FF, #343BFF);
	border: 1px #343BFF solid;
}


.indexServices .services-title span
{
	color: #fff;
}

.indexServices .list ul
{
	max-width: 1300px;
	margin: auto;
	overflow: hidden;
}
.indexServices .list ul li
{
	width: calc((100% - 90px)/4);
	float: left;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
}
.indexServices .list ul li:nth-of-type(4n)
{
	margin-right: 0px;
}

.indexServices .list ul li .ico
{
	height: 0px;
	padding-top: 80%;
	position: relative;
	overflow: hidden;
}
.indexServices .list ul li .ico img
{
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	transition: all 0.5s;	
}
.indexServices .list ul li:hover .ico img
{
transform: scale(1.1);	
}


.indexServices .list ul li .text
{
	padding: 20px;
	text-align: left;
	min-height: 222px;
}
.indexServices .list ul li .title
{
	
}
.indexServices .list ul li .title
{
	font-family: Mulish-Bold;
	line-height: 1.3em;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	transition: all 0.5s;
}
.indexServices .list ul li:hover .title
{
    color: #343BFF;
}


.indexServices .list ul li .ext_indexsummary
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	line-height: 1.5em;
	margin-top: 10px;
	font-size: 14px;
}

/**pag2**/
.pag2 {
	width:100%;
	overflow: hidden;
}

.pag2 .center {
	max-width: 1340px;
	margin: auto;
	padding: 100px 80px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.pag2 .center .left {
	color: #191919;
	font-size: 18px;
	width: 44%;
	line-height: 1.7em;
	float: left;
}
.pag2.about_ola .center .left
{
	position: relative;
	left: 56%;
}
.pag2.about_ola .center .right
{
	position: relative;
	left: -55%;
	width: 45%;
}
.pag2 .center .left .title {
	font-size: 30px;
	color: #191919;
	font-family: Mulish-Bold;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.pag2 .center .left a {
	color: #343BFF;
	margin-top: 40px;
	display: inline-block;
	font-size: 16px;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 12px;
	padding-right: 30px;
	font-family: Mulish-Bold;
	transition: all 0.5s;
}
.pag2 .center .left a:hover
{
	color: #0a12eb;
	padding-right: 35px;
}



.about_ola.pag2 .center .left a 
{
	display:none;
}

.pag2 .center .right {
	width: 48%;
	float: right;
	height: 100%;
}

.pag2 .center .right ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.pag2 .center .right ul:nth-of-type(2) {
	margin-top: 100px;
}

.pag2 .center .right ul li {
	margin: 0px 0px;
	min-width: 195px;
}

.pag2 .center .right ul li img {
	height: 68px;
	margin-bottom: 20px;
}

.pag2 .center .right ul li p {
	font-size: 22px;
	color: #191919;
	font-family: Mulish-Bold;
}

.pag2 .center .right ul li p em {
	font-style: initial !important;
	font-size: 30px;
	font-family: Mulish-Bold;
}


/**pag3**/
.pag3 {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0px 20px;
}

.pag3 .text {
	background: #fff;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	margin: 30px;
	padding: 100px 0px;
	border-radius: 30px;
	overflow: hidden;
}

.pag3 .center {
	max-width: 1300px;
	margin: auto;
	background: #e9ebff;
	border-radius: 30px;
	overflow: hidden;
}

.pag3 .center .main {
	max-width: 800px;
	margin: auto;
	text-align: center;
	background: #fff;
}

.pag3 .center .main .title {
	font-size: 30px;
	text-align: center;
	font-family: Mulish-Bold;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.pag3 .center .main .ext_indexsummary {
	font-size: 18px;
	color: #191919;
}

.pag3 .center .main img {
	max-width: 100%;
	margin-top: 60px;
}

/**pag4**/
.pag4 {
	overflow: hidden;
	width: 100%;
}

.pag4 .center {
	max-width: 1340px;
	margin: auto;
	padding: 100px 80px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.pag4 .center .left {
	width: 36%;
}

.pag4 .center .left .title {
	font-size: 30px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.pag4 .center .left .content {
	overflow: hidden;
	padding-top: 0px;
}

.pag4 .center .left a {
	margin-top: 40px;
}
a.inmore:hover
{
	color: #0a12eb;
	padding-right: 35px;
}


.pag4 .center .right {
	width: 60%;
}

.pag4 .center .right img {
	max-width: 100%;
}


/**pag5**/
.indextitle {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
}

.indextitle span {
	display: block;
	font-size: 30px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}


.pag5 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
	padding: 100px 0px;
}

.pag5 .center {
	max-width: 1300px;
	margin: auto;
	background: #E9EBFF;
	border-radius: 20px;
	padding: 70px;
}

.pag5 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pag5 ul li {
	width: calc((100% - 60px)/3);
	float: left;
	background: #fff;
	margin-top: 30px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
	transition: all 0.5s;
	position: relative;
	top: 0;
}
.pag5 ul li:hover
{
	position:relative;
	top:-10px;
}


.pag5 ul li img {
	max-width: 100%;
}

.pag5 ul li .title {
	display: block;
	font-size: 22px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding: 0px 20px;
}
.pag5 ul li:hover .title
{
	color:#343BFF;
}

.pag5 ul li .ext_indexsummary {
	padding: 0px 20px;
	line-height: 1.5em;
	color: #191919;
}

a.inmore {
	color: #343BFF;
	margin-top: 40px;
	display: inline-block;
	font-size: 16px;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 12px;
	padding-right: 30px;
	font-family: Mulish-Bold;
	transition: all 0.5s;
}

/**pag6**/
.pag6 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
	padding: 0px 0px 100px;
}

.pag6 .center {
	max-width: 1300px;
	margin: auto;
	background: #fff;
	border: 1px #191919 solid;
	border-radius: 20px;
	padding: 80px 60px;
}


.pag6 .indextitle {
	display: block;
	font-size: 30px;
	text-align: center;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.pag6 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	position: relative;
}

.pag6 ul li {
	width: calc((100% - 0px)/5);
	max-width: 180px;
	padding-top: 40px;
}

.pag6 ul li .title {
	display: block;
	font-size: 22px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.pag6 ul li .ext_indexsummary {
	line-height: 1.5em;
	color: #191919;
	font-size: 16px;
}

.pag6 ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #343BFF;
	position: absolute;
	top: 0px;
	border-radius: 100%;
	top: -10px;
}


.pag6 ul:before {
	content: '';
	position: absolute;
	border-top: 1px #ddd dashed;
	height: 1px;
	width: calc((100% - 180px));
	top: 00px;
}


/**pag7**/
.pag7 {
	width: 100%;
	padding: 100px 20px;
	overflow: hidden;
}

.pag7 .center {
	max-width: 1200px;
	margin: auto;
}

.pag7 .center .indextitle {
	display: block;
	font-size: 30px;
	text-align: center;
	font-family: Mulish-Bold;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.pag7 ul {
	display: flex;
	justify-content: space-between;
}

.pag7 ul li {
	width: calc((100% - 80px)/3);
	padding: 30px;
	border: 1px #707070 solid;
	border-radius: 20px;
}

.pag7 ul li .ico {
	width: 100%;
	height: 0px;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.pag7 ul li .ico img {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: all 0.5s;
}
.pag7 ul li:hover .ico img
{
transform: scale(1.06);
}


.pag7 ul li .title {
	display: block;
	font-size: 22px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	color: #191919;
	margin-top: 20px;
	line-height: 1.5em;
	transition: all 0.5s;
}
.pag7 ul li:hover .title
{
	color:#343BFF;	
}


.pag7 ul li .ext_summary {
	line-height: 1.5em;
	font-size: 14px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pag7 ul li .more {
	color: #343BFF;
	display: inline-block;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 12px;
	padding-right:20px;
	margin-top: 20px;
	font-family: Mulish-Bold;
	transition: all 0.5s;
}
.pag7 ul li:hover .more
{
	padding-right:30px;
}

a.moreBlog {
	display: block;
	line-height: 50px;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	background-image: linear-gradient(to right, #343BFF, #8E44FF);
	width: 200px;
	border-radius: 200px;
	margin: 40px auto 0px;
}
a.moreBlog:hover
{
	background-image: linear-gradient(to right, #8E44FF, #343BFF);
}

/**pag8**/
.pag8 {
	overflow: hidden;
	width: 100%;
	padding: 0px 20px 100px;
}

.pag8 .center {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.pag8 .left {
	width: 35%;
}

.pag8 .faqfl
{
    display: block;
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
}
.pag8 .faqfl a
{
    display: block;
    color: #333;
    margin: 10px 0px;
    text-align: left;
    padding: 10px 20px;
    border: 1px #3333 solid;
    border-radius: 30px;
    font-family: Mulish-Bold;
    width: 100%;
    max-width: 330px;
}
.pag8 .faqfl a:hover,.pag8 .faqfl a.on
{
    background-image: linear-gradient(to right, #8E44FF, #343BFF);
	border: 1px #343BFF solid;   
	color:#fff;
}

.pag8 .faqsearch
{
    max-width:600px;
    width: 100%;
    margin: auto auto 60px;
    border-radius: 300px;
}




.pag8 .right {
	width: 58%;
}

.pag8 .right .faqul li {
	padding: 25px 0px;
	border-top: 1px #191919 solid;
	cursor: pointer;
}

.pag8 .right li .faq {
	width: 100%;
	overflow: hidden;
}

.pag8 .right li .title {
	font-size: 18px;
	color: #191919;
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Mulish-Bold;
}
.pag8 .right li:hover .title
{
    color: #343BFF;
}


.faq_neirong
{
	display:none;
	margin-top: 20px;
}

.expand {
	position: relative;
	width: 31px;
	height: 31px;
	cursor: pointer;
	float: right;
	transition: all 0.5s;
	transform: rotate(0deg);
}

.expand:before {
	content: '';
	width: 31px;
	height: 1px;
	background: #191919;
	position: absolute;
	top: 15px;
}

.expand:after {
	content: '';
	width: 1px;
	height: 31px;
	background: #191919;
	position: absolute;
	top: 0px;
	left: 15px;
}

.expand.jtRote {
	transform: rotate(45deg);
}

