
.baise{
	color: #fff !important;
}

.title_cn {
	font-weight: 600;
	font-size: 36px;
	color: #333;
	text-align: center;
	line-height: 50px;
}

.title_en {
	font-size: 18px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
}

.title_ge {
	width: 90px;
	height: 1px;
	background: #999;
	margin: 10px auto;
}


/* 数字轮播 */
.shuzhi {
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 70px 0 0;
}

.shuzhi_box {
	margin: 50px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0px;
}

.shuzhi-number {
	text-align: center;
}

.shuzhi-number .timer {
	font-weight: 1000;
	font-size: 72px;
	color: #357cff;
	font-family: impact;
}

.shuzhi-number h5 {
	display: inline;
	font-size: 100px;
	padding-right: 3px;
	font-family: "MiSans";
}

.shuzhi-number span {
	color: #357cff;
	font-size: 55px;
	font-weight: 1000;
	font-family: "MiSans";
}

.shuzhi-des {
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}


/* 业务 */
.iyewu{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	padding: 70px 0 0;
}

.iyewu_nr{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px;
}

.iyewu .iyewu_nr:nth-child(1){
	background: url(../images/iyewu01.jpg) no-repeat center;
	background-size: cover;
}
.iyewu .iyewu_nr:nth-child(2){
	background: url(../images/iyewu02.jpg) no-repeat center;
	background-size: cover;
}
.iyewu .iyewu_nr:nth-child(3){
	background: url(../images/iyewu03.jpg) no-repeat center;
	background-size: cover;
}

.iyewu .iyewu_nr:nth-child(4){
	background: url(../images/iyewu01.jpg) no-repeat center;
	background-size: cover;
}
.iyewu .iyewu_nr:nth-child(5){
	background: url(../images/iyewu02.jpg) no-repeat center;
	background-size: cover;
}
.iyewu .iyewu_nr:nth-child(6){
	background: url(../images/iyewu03.jpg) no-repeat center;
	background-size: cover;
}


.iyewu_nr_box{
	padding-left: 80px;
	padding-top: 140px;
}

.iyewu_nr_box_t1{
	width: 60%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	font-size: 46px;
	color: #fff;
	font-weight: 600;
	font-family: "MiSans";
}
.iyewu_nr_box_t1 i{
	float: right;
	font-weight: 500;
	line-height: 60px;
	font-size: 46px;
	color: #fff;
}

.iyewu_nr_box_list{
	width: 60%;
	height: auto;
	overflow: hidden;
}

.iyewu_nr_box_list ul li{
	float: left;
}

.iyewu_nr_box_list li{
	width: 100%;
}

.iyewu_nr_box_list li a{
	line-height: 36px;
	font-size: 18px;
	color: #fff;
}


.iyewu_box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 0px;
}

.iyewu_mian{
	padding: 40px 20px;
	text-align: center;
	border: 1px solid #eee;
	border-right: 0;
}

.iyewu_mian:hover{
	box-shadow: 1px 1px 50px rgba(168,185,218,50%);
}

.iyewu_mian.active{
	box-shadow: 1px 1px 50px rgba(168,185,218,50%);
}

.iyewu_mian img{
	margin: 5px auto;
}
.iyewu_mian span{
	display: block;
}
.iyewu_mian span.iyewu_t1{
	font-size: 24px;
	color: #111;
	line-height: 48px;
}
.iyewu_mian span.iyewu_t1 a{
	font-size: 24px;
	color: #111;
	line-height: 48px;
}
.iyewu_mian span.iyewu_t2{
	font-size: 16px;
	color: #999;
	line-height: 32px;
}
.iyewu_mian span.iyewu_t2 a{
	font-size: 16px;
	color: #999;
	line-height: 32px;
}

.iyewu_mian:last-child{
	border-right: 1px solid #eee;
}



/* 网站设计 */
.iwangzhan{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	padding: 70px 0 0;
}

.iwangzhan_nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 48px;
}

.iwangzhan_nav a{
	font-size: 24px;
	color: #999;
	padding: 0px 20px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.iwangzhan_nav a:last-child{
	border-right: none;
}

.iwangzhan_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 20px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.iwangzhan_box_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.iwangzhan_box_main a{
	display: block;
}

.iwangzhan_box_main img{
	max-width: 100%;
	margin: 0px auto;
}

.iwangzhan_box_main p{
	line-height: 50px;
}
.more{
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 60px;
}
.more a{
	color: #357cff;
	font-size: 24px;
	border: 1px solid #357cff;
	border-radius: 25px;
	padding: 10px 50px;
	margin: 0px 20px;
}


/* 关于我们 */
.iabout{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/iabout_bj.jpg) no-repeat center;
	background-size: cover;
	
	padding: 100px 0;
	margin-top: 70px;
}
.iabout_txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 50px 0;
}
.iabout_more{
	text-align: center;
}

.iabout_more a{
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 10px 50px;
	margin: 0px 20px;
}


/* 合作伙伴 */
.ihuoban{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 70px 0 0;
}

.ihuoban_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.ihuoban_list{
	width: 99%;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.ihuoban_list img{
	max-width: 80%;
	margin: 20px auto;
}


/* 新闻资讯 */
.inews{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 70px 0;
}

.inews_box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.inews_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}
.inews_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.inews_main img{
	width: 100%;
}

.inews_main_txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
	padding: 20px;
}
.inews_main_txt ul li{
	float: left;
}
.inews_main_txt li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
}
.inews_main_txt li a{
	display: block;
	width: calc(100% - 70px);
	height: auto;
	overflow: hidden;
	font-size: 16px;
	float: left;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	
}
.inews_main_txt li a i{
	font-style: normal;
	font-weight: 900;
	color: #357cff;
}
.inews_main_txt li span{
	width: 70px;
	height: auto;
	overflow: hidden;
	float: right;
	color: #999999;
	text-align: right;
}



@media screen and (max-width:1200px) {
	
	
	.title_cn {
		font-weight: 600;
		font-size: 24px;
		color: #333;
		text-align: center;
		line-height: 30px;
	}
	
	.title_en {
		font-size: 12px;
		color: #999;
		text-align: center;
		text-transform: uppercase;
		line-height: 24px;
	}
	
	.title_ge {
		width: 90px;
		height: 1px;
		background: #999;
		margin: 10px auto;
	}
	
	
	/* 数字轮播 */
	.shuzhi {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		padding: 30px 0 20px;
	}
	
	.shuzhi_box {
		margin: 20px auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0px;
	}
	
	.shuzhi-number {
		text-align: center;
	}
	
	.shuzhi-number .timer {
		font-weight: 600;
		font-size: 40px;
		color: #357cff;
		font-family: impact;
	}
	
	.shuzhi-number h5 {
		display: inline;
		font-size: 100px;
		padding-right: 3px;
		font-family: "MiSans";
	}
	
	.shuzhi-number span {
		color: #357cff;
		font-size: 40px;
		font-weight: 600;
		font-family: "MiSans";
	}
	
	.shuzhi-des {
		font-size: 16px;
		line-height: 35px;
		text-align: center;
	}
	
	
	/* 业务 */
	.iyewu{
		width: 100%;
		height: auto;
		overflow: hidden;
		
		padding: 0px 0 30px;
	}
	
	.iyewu_nr{
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 250px;
		
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
	}
	
	.iyewu .iyewu_nr:nth-child(1){
		background: url(../images/iyewu01.jpg) no-repeat right;
		background-size: cover;
	}
	.iyewu .iyewu_nr:nth-child(2){
		background: url(../images/iyewu02.jpg) no-repeat right;
		background-size: cover;
	}
	.iyewu .iyewu_nr:nth-child(3){
		background: url(../images/iyewu03.jpg) no-repeat right;
		background-size: cover;
	}
	
	.iyewu .iyewu_nr:nth-child(4){
		background: url(../images/iyewu01.jpg) no-repeat right;
		background-size: cover;
	}
	.iyewu .iyewu_nr:nth-child(5){
		background: url(../images/iyewu02.jpg) no-repeat right;
		background-size: cover;
	}
	.iyewu .iyewu_nr:nth-child(6){
		background: url(../images/iyewu03.jpg) no-repeat right;
		background-size: cover;
	}
	
	
	.iyewu_nr_box{
		width: 100%;
		padding-left: 0px;
		padding-top: 0px;
	}
	
	.iyewu_nr_box_t1{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		font-size: 26px;
		color: #fff;
		font-weight: 600;
		font-family: "MiSans";
		text-align: center;
	}
	.iyewu_nr_box_t1 i{
		float: right;
		font-weight: 500;
		line-height: 30px;
		font-size: 26px;
		color: #fff;
	}
	
	.iyewu_nr_box_list{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.iyewu_nr_box_list ul li{
		float: left;
	}
	
	.iyewu_nr_box_list li{
		width: 50%;
		text-align: center;
	}
	
	.iyewu_nr_box_list li a{
		line-height: 32px;
		font-size: 16px;
		color: #fff;
	}
	
	
	.iyewu_box{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0px;
	}
	
	.iyewu_mian{
		padding: 10px;
		text-align: center;
		border: 1px solid #eee;
		border-right: 1px;
	}
	
	.iyewu_mian:hover{
		box-shadow: 1px 1px 50px rgba(168,185,218,50%);
	}
	
	.iyewu_mian.active{
		box-shadow: 1px 1px 50px rgba(168,185,218,50%);
	}
	
	.iyewu_mian img{
		margin: 5px auto;
	}
	.iyewu_mian span{
		display: block;
	}
	.iyewu_mian span.iyewu_t1{
		font-size: 24px;
		color: #111;
		line-height: 48px;
	}
	.iyewu_mian span.iyewu_t1 a{
		font-size: 18px;
		color: #111;
		line-height: 36px;
	}
	.iyewu_mian span.iyewu_t2{
		font-size: 16px;
		color: #999;
		line-height: 20px;
	}
	.iyewu_mian span.iyewu_t2 a{
		font-size: 14px;
		color: #999;
		line-height: 24px;
	}
	
	.iyewu_mian:last-child{
		border-right: 1px solid #eee;
	}
	
	
	
	/* 网站设计 */
	.iwangzhan{
		width: 100%;
		height: auto;
		overflow: hidden;
		
		padding: 20px 0;
	}
	
	.iwangzhan_nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		line-height: 28px;
	}
	
	.iwangzhan_nav a{
		font-size: 14px;
		color: #999;
		padding: 0px 5px;
		border-right: 1px solid #ddd;
		box-sizing: border-box;
	}
	
	.iwangzhan_nav a:last-child{
		border-right: none;
	}
	
	.iwangzhan_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 20px auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	.iwangzhan_box_main img{
		max-width: 100%;
		margin: 0px auto;
	}
	
	.more{
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 60px;
	}
	.more a{
		color: #357cff;
		font-size: 14px;
		border: 1px solid #357cff;
		border-radius: 25px;
		padding: 5px 20px;
		margin: 0px 20px;
	}
	
	
	/* 关于我们 */
	.iabout{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/iabout_bj.jpg) no-repeat center;
		background-size: cover;
		padding: 30px 0;
		margin-top: 0px;
	}
	.iabout_txt{
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		padding: 20px 0;
		font-size: 14px;
	}
	.iabout_more{
		text-align: center;
	}
	
	.iabout_more a{
		color: #fff;
		font-size: 14px;
		border: 1px solid #fff;
		border-radius: 25px;
		padding: 10px 50px;
		margin: 0px 20px;
	}
	
	
	/* 合作伙伴 */
	.ihuoban{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 0;
	}
	
	.ihuoban_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	.ihuoban_list{
		width: 99%;
		height: auto;
		overflow: hidden;
		border: 1px solid #eee;
		box-sizing: border-box;
	}
	
	.ihuoban_list img{
		max-width: 80%;
		margin: 20px auto;
	}
	
	
	/* 新闻资讯 */
	.inews{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}
	
	.inews_box{
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
	}
	
	.inews_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.inews_main{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.inews_main img{
		width: 100%;
	}
	
	.inews_main_txt{
		width: auto;
		height: auto;
		overflow: hidden;
		background: #f9f9f9;
		padding: 10px;
	}
	.inews_main_txt ul li{
		float: left;
	}
	.inews_main_txt li{
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 30px;
	}
	.inews_main_txt li a{
		display: block;
		width: calc(100% - 50px);
		height: auto;
		overflow: hidden;
		font-size: 14px;
		float: left;
		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.inews_main_txt li a i{
		font-style: normal;
		font-weight: 900;
		color: #357cff;
	}
	.inews_main_txt li span{
		width: 50px;
		height: auto;
		overflow: hidden;
		float: right;
		color: #999999;
		text-align: right;
	}
	
	
}