body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    font-size: 12px;
    background: #fafafa;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑"
}

img {
    border: none;
    display: inline-block;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
    border: none/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 0.22rem;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 0.22rem;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 0.22rem;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 0.22rem;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #333
}

i,
em,
strong,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

img {
    width: 100%
}
.rounded-image {
  border-radius: 2%; /* 设置为50%使图片变成圆形 */
  overflow: hidden; /* 防止圆角溢出 */
}
.rounded-image1 {
  border-radius: 5%; /* 设置为50%使图片变成圆形 */
  overflow: hidden; /* 防止圆角溢出 */
}
.main {
    width: 95%;
    margin: 0px 2.5%;
}
.index_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .9rem;
    position: fixed;
    top: 0px;
    z-index: 6
}
.index_top  .main{
	width: 90%;padding: 0px 2.5%;
	margin: 10px 2.5%;border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .9rem;
    position: fixed;
    top: 0px;
    z-index: 6
}

.index_top p img {
    width: 2.5rem;
}

.index_top span img {
    width: .5rem;
    margin-right: 20px;
}

.index_top p.fr_search {
    float: right;
    margin: 0px;
    margin-right: .4rem;
    display: none;
}

.index_top p.fr_search img {
    width: .25rem;
}

.drawer-toggle img {
    width: .25rem;
    margin-right: 20px;
}

.page_search {
    margin-right: 0px;
}

.mask {
    width: calc(100% - 5rem);
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 99;
    overflow: hidden;
}

.mask_nav {
    height: 100%;
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 5rem;
    z-index: 999;
    background: #fff;
}

.nav {
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
}

.mui-fullscreen {
    background: #fff
}



.nav_con {
    position: relative;
    overflow: scroll; 
	/*overflow-x: auto; */
    width: 100%;
    height: 100%;z-index: 999;
}
.nav_con .close{
	position: fixed;
	top: 5rem;
	right:5rem;
	width: 40px;
	height: 40px;
	border-radius: 5px 0px 0px 5px;
	background: #fff;
	
}
.nav_con .close img {
	width: 20px;
	height: 20px;
}
.nav_con  p{
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 1.5rem;
	line-height: 1rem;
	align-items: center;
	justify-content: center;
}
.nav_con  p b{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 1rem;
	line-height: 1rem;
	font-size: 16px;
	margin-right: .5rem;
}
.nav_con  p b img {
	width: 24px;
	height: 15px;
	vertical-align: middle;
	margin: 0px 5px;
}

.nav_con a {
    width: 100%;
    line-height: .3rem;
   /* color: #fff;*/
    font-size: .3rem;
}

.nav_con>ul>li {
    color: white;
    width: 100%;
    line-height: .8rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nav_con>ul>li>a {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 1rem;
    font-size: .32rem;
    float: left;
		padding-left: .3rem;
		margin-left: .3rem;
	color: #333333;
	position: relative;
}
.nav_con>ul>li>a::after{
	position: absolute;
	content: '';
	background: url(../images/arrow-1.png) center center no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	left: 3.5rem;
	top: .4rem;
	
}
.nav_con>ul>li.open>a {
    background: #0672f4;
	border-radius: 3px 0px 0px 3px;
	color: #fff;

}
.nav_con>ul>li.open>a::after{
	position: absolute;
	content: '';
	background: url(../images/arrow.png) center center no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
	left: 3.5rem;
    top: .4rem;
	
}

.nav_con ul li dl {
    display: none;
    font-size: 0.24rem;
    width: 100%;
    float: left;
}

.nav_con ul li>dl>dt>a,.nav_con ul li>dl>dd>a {
    font-size: .28rem;
    /* border-bottom: 1px dashed #64b0ff; */
    width: 100%;
    display: inline-block;
    text-indent: .7rem;
    height: .45rem;
	color: #666;
	position: relative;
}
.nav_con ul li>dl>dd>a{
	text-indent: .9rem;
}
.nav_con ul li>dl>dd{
	display: none;
}
.nav_con ul li>dl>dt>a::before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left:.5rem;
	top: .1rem;
	background: #0672f4;
}
.nav_con ul li>dl>dd>a::before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left:.7rem;
	top: .1rem;
	background: #0672f4;
}
.nav_con ul li>dl>dd>ol {
    display: none;
}

.nav_con ul li>dl>dd>ol>li>a {
    text-indent: .9rem;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #008CEA;
    height: .45rem;
}

.nav_con ul li dl dd:last-child a {
    border-bottom: none;
}


/*banner切换*/

.banner {
    width: 100%;
    position: relative;
    font-size: 0;
    margin-top: 1.3rem;
    height: 4.7rem;
    overflow: hidden;
}

.b-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.b-img a{
    display: block;
    float: left;
    width: 100%
}
.b-img a img{
	width:95%;margin: 0px 2.5%;
}
.b-list {
    height: .1rem;
    position: absolute;
    z-index: 4;
    left: calc((100% - 70px)/2);
    bottom: .3rem;
    width: 70px
}

.b-list span {
    display: block;
    cursor: pointer;
    width: .1rem;
    height: .1rem;
    float: left;
    margin: 0 5px;
    background: #fff;
    border-radius: .1rem;
	opacity: .5;
}

.b-list .spcss {
    background: #fff;
	opacity: 1;
    width: .1rem;
}

.index {
    width: 100%;
    float: left;
/*    background: #fff; */
}


.index1{
	width: 100%;float: left;margin-top: 20px;
}
.index1 .main{
	display: flex;
	align-items: center;flex-direction: column;
	justify-content: space-between;justify-items: center;
}
.index1_l{
	width: 100%;
	float: left;
}
.index1_l img {
	width: 100%;
}
.index1_r{
	width:100%;	display: flex;
	align-items: center;flex-direction: column;
	margin-left: 0px;	font-size: 16px;	color: #666666;	line-height: 32px;
}
.index1_r dl{
	width:100%;	display: flex;
	align-items: center;flex-direction: column;}
.index1_r dl dt p{
	width:100%;	display: flex;
	align-items: center;flex-direction: column;
}
.index1_r dl dt i{
		font-size: 20px;	color: #000000;font-weight: bold;
}
.index1_r dl dt span{
		font-size: 16px;	color: #000000;margin-bottom: 10px;
}
.index1_r dl dd{
	width: 100%;float: left;margin-top: 20px; line-height:26px;
}
.index1_r ol{
		width:95%;margin: 0px 2.5%;margin-top: 20px;
		padding: 20px  2.5% 20px 2.5%;
		background-color: #ffffff;
		box-shadow: 4px 6px 22px 0px 
			rgba(0, 28, 69, 0.03);
		border-radius: 15px;display: flex;flex-direction: row;justify-content: space-between;
		align-items: center;margin-top: -20px;
}
.index1_r ol li{
	display: flex;flex-direction: column;justify-content: space-between;
	align-items: flex-start;
}
.index1_r ol li p{
	display: flex;flex-direction: row;justify-content:center;
	align-items: flex-start;
}
.index1_r ol li p i{
		font-size:24px;	color: #0672f4;font-weight: bold;
}
.index1_r ol li p span {
		width: 14px;
		height: 14px;text-align: center;
		line-height: 14px;display: inline-block;
		background-color: #e1eefe;
		border-radius: 2px 6px 2px 6px;
	color: #0672f4;	font-size: 14px;
}
.index1_r ol li em{
		font-size: 14px;	color: #333333;
	opacity: 0.8;line-height: 30px;
}

.index2{
padding-bottom: 30px;width: 100%;
}
.index2_tit {
	display: table;
	margin: 0px auto;padding-top: 25px;text-align: center;
}
.index2_tit span {
		font-size:22px;	color: #000000;font-weight: bold;width:100%;margin-bottom: 20px;
		display:inline-block;
}
.index2_tit i {
			font-size: 14px;			width:100%;
			display:inline-block;
}

.index2 ol{
		width:95%;
		background-color: #ffffff;
		padding:10px 2.5%;
		border-radius: 15px;
		display: flex;margin-top: 20px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
}
.index2 ol li{
width: 95px;	height:50px;display: flex;
		justify-content: space-around;
		align-items: center;

}
.index2 ol li a {	display: flex;
		justify-content: space-around;
		align-items: center;width: 100%;
		
		}
.index2 ol li a  img {
	width: 100%;
/* 	filter: grayscale(100%); */
}
/* .index2 ol li:hover a  img {
	filter: grayscale(0%);
}
 */
.index2 .p_more{
		width: 200px;

		display: table;
margin: 0px auto;text-align: center;
margin-top: 40px;
}

.index2 .p_more a{
		font-size: 16px;color: #000000;width: 100%;
		height: 40px;line-height: 40px;
		display: inline-block;	border-radius: 32px;border: solid 1px #666;
}

.index2 .p_more:hover a{
			background-color: #0672f4;border: solid 1px #0672f4;
color: #fff;
}

.index3{
	background: url(../images/index3.png) top center no-repeat;
float: left;padding-top: 30px;width: 100%;background-size: 100% 100%;padding-bottom: 30px;
}
.index3 .main{
	display: flex;
			justify-content: space-around;flex-direction: column;
			align-items: center;	color: #555555;	font-size: 22px;
}
.index3_l{
	display: flex;
			justify-content:center;flex-direction: column;
			align-items: center;width: 100%;
}

.index3_l p {
		font-size: 22px;	color: #000000;font-weight: bold;width:100%;
		display:inline-block;text-align: center;
}
.index3_l i {
			font-size: 16px;			width:100%;margin-bottom: 10px;text-align: center;
			display:inline-block;
}
.index3_l em {
			width: 178px;margin-top:20px;

}
.index3_l em a{
			width: 178px;
			height: 53px;line-height: 53px;text-align: center;
			background-color: #0672f4;color: #fff;	font-size: 16px;
			border-radius: 32px;display: inline-block;
}
.index3_r{
	width: 98%;
	display: flex;flex-direction: row;justify-content: space-between;
}
.index3_r1 	{
		width:48%;
}
.index3_r1 dl{
		width:90%;
		height:420px;
		background-color: #ffffff;
		box-shadow: 4px 4px 4px 0px 
			rgba(12, 67, 132, 0.52);
		border-radius: 20px;margin-bottom: 20px;
		padding:20px 5%;	font-size: 16px;	color: #555555;
		display: flex;flex-direction: column;
}
.index3_r1 dl.bac_0672f4{
		background-color: #0672f4;
}
.index3_r1 dl dt p{
	
	display: flex;
	justify-content: flex-start;flex-direction: row;
}
.index3_r1 dl dt p em {
		width: 40px;
		height: 40px;line-height:40px;text-align: center;
		border-radius: 50%;
		background-color: #0672f4;display: flex;align-items: center;justify-content: center;margin-right: 10px;	box-shadow: 1px 2px 4px 0px 
		rgba(12, 67, 132, 0.52);
}
.index3_r1 dl dt p em img {width: 18px;vertical-align: middle;line-height:40px;}
.index3_r1 dl dt p em.bac_fff{
		background-color: #fff;
}
.index3_r1 dl dt p span {
	width: calc(100% - 50px);display: flex;flex-direction: column;
}
.index3_r1 dl dt p span i{
			font-size: 16px;font-weight: bold; line-height:30px;
}
.index3_r1 dl dt p span  b{
		font-size: 8px;	color: #333333;	letter-spacing: 1px;
}
.index3_r1 dl dt img{
 object-fit: contain; 
}

.index3_r1 dl dd{
		font-size: 14px;	color: #555555;	line-height: 20px;margin-top: 20px;
}
.index3_r1 dl.bac_0672f4 dt p span b,.index3_r1 dl.bac_0672f4 dt p span i{
	color: #fff;
}
.index3_r1 dl.bac_0672f4 dd{
		color: #fff;
}
.index4{
	width: 100%;float: left;
	background: url(../images/index4.jpg) center center no-repeat;padding-top: 20px;background-size: 100% 100%;padding-bottom: 100px;
}
.index4 .main{
	display: flex;
	align-items: center;flex-direction: column;
	justify-content: space-between;justify-items: center;
}
.index4_r,.index4_tabcon{
			width:100%;float: left;
}
.index4_tabcon{
	display: none;
}
.index4_r dl{
	width:100%;	display: flex;
	align-items: center;flex-direction: column;}
.index4_r dl dt p{
	width:100%;	display: flex;
	align-items: flex-start;flex-direction: column;
}
.index4_r dl dt i{
		font-size:16px;	font-weight: bold;
}
.index4_r dl dt span{
		font-size:14px;	margin-bottom: 10px;
}
.index4_r dl dd{
	width: 100%;float: left;margin-top: 10px;
}
.index4_r ol{
		width:95%;margin: 0px 2.5%;margin-top: 20px;
		padding: 20px  2.5% 20px 2.5%;
		background-color: #ffffff;
		box-shadow: 4px 6px 22px 0px 
			rgba(0, 28, 69, 0.03);
		border-radius: 15px;display: flex;flex-direction: row;justify-content: space-between;
		align-items: center;margin-top: -20px;
}
.index4_r ol li{
	display: flex;flex-direction: column;justify-content: space-between;
	align-items: flex-start;
}
.index4_r ol li p{
	display: flex;flex-direction: row;justify-content:center;
	align-items: flex-start;
}
.index4_r ol li p i{
		font-size:32px;	color: #0672f4;font-weight: bold;
}
.index4_r ol li p span {
		width: 14px;
		height: 14px;text-align: center;
		line-height: 14px;display: inline-block;
		background-color: #e1eefe;
		border-radius: 2px 6px 2px 6px;
	color: #0672f4;	font-size: 14px;
}
.index4_r ol li em{
		font-size: 16px;	color: #333333;
	opacity: 0.8;line-height: 50px;
}

.index4_l{
	width: 40%;
	float: left;
}
.index4_l img {
	width: 100%;
}
.index4_r dl{
	width: 50%;margin-left: 6%;float: left;display: none;
}
.index4_r dl dd{
		line-height: 20px;
		width: 100%;	height: 80px;overflow: hidden;margin-bottom: 10px;
}

.index4 .p2_more{
		width: 130px;

text-align: center;
margin-top: 50px;
}

.index4 .p2_more a{
		font-size: 14px;color: #000000;	width: 130px;
	height: 40px;line-height: 40px;
	background-color: #0672f4;
	border-radius: 32px;color: #fff;
		display: inline-block;	
}

/* .index4 .p2_more:hover a{
			background-color: #fff;
			color: #0672f4;

} */
.index4_bot{
	width: 95%;margin: 20px 2.5%;overflow: hidden;position: relative;
}
.index4_bot .swiper-container2 {
	width:100%;left: 0px;
}
.index4_bot .swiper-container2 .swiper-wrapper {
	width:100%;
}
.index4_bot .swiper-slide img {
	width: 100%;
}
.swiper-button-next2,.swiper-button-prev2{
width:30px;height:30px;
}
.swiper-button-next2{
	background:url(../images/arrow1.png);width:30px;height:30px;background-size:100% 100%;
	right: 5px;
}
.swiper-button-prev2{
	background:url(../images/arrow2.png);width:30px;height:30px;background-size:100% 100%;
	left:5px
}
.indexbot{
	width: 100%;
	background: url(../images/index_bot.png) center center no-repeat;height: 550px;float: left;
}
.indexbot_t{
	width: 100%;
	 display: flex;justify-content: space-between;height: 330px;align-items: center;	font-size: 16px;margin-bottom: 70px;	color: #ffffff;	line-height: 28px;margin-top: 80px;
}

.indexbot_tl {
	display: flex;
	flex-direction: column;align-items: flex-start;height: 330px;justify-content: flex-start;
}
.indexbot_tl p {
	margin-bottom: 50px;
}
.indexbot_tl ol {
	display: flex;justify-content: space-between;
	flex-direction: column;
}
.indexbot_tl ol li{
	display: flex;justify-content: flex-start;
	flex-direction: row;align-items: flex-start;margin-bottom: 15px;
}
.indexbot_tl ol li em {
	width: 30px;margin-right:20px;
}
.indexbot_tl ol li span {
	width: 230px;
}
.indexbot_tr {
	width: 800px;
}
.indexbot_tr ol {
	display: flex;justify-content: space-between;
	flex-direction: row;justify-content: flex-end;
}
.indexbot_tr ol li {
	display: flex;justify-content: flex-start;
	flex-direction: column;align-items: flex-start;margin-left: 160px;
}
.indexbot_tr ol li p{
	margin-bottom: 30px;
}
.indexbot_tr ol li p a{
		font-size: 20px;	line-height: 30px;	color: #ffffff;font-weight: bold;
}

.indexbot_tr ol li span a{
		font-size: 16px;	color: #ffffff;
	opacity: 0.6;	line-height: 32px;
}
.indexbot_tr ol li span a:hover,.indexbot_tr ol li p a:hover{text-decoration: underline;}
.indexbot_b{
		font-size: 16px;	color: #ffffff;
	opacity: 0.6;	line-height: 32px;	display: flex;justify-content:space-between;
}.indexbot_b a{color: #ffffff;}

.swiper-container1 {
	width: 7.13rem;
height: 5.7rem;
	overflow: hidden;
}
.swiper-container1  b{
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: .3rem;
	color: #666666;
	padding-bottom: .2rem;
}

.swiper-container1 img{
	width: 7rem;
	border: 1px solid #f0f0f0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	/* bottom: -30px; */
}
.swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border-radius: 0px;
	background: #999999;
}
.swiper-pagination-bullet-active{
	background: #0672f4;
}

.news {
    width: 100%;
    float: left;
    margin-top: .1rem;
    background: #fff;
    /* border-top: 0.01rem solid #e9e9e9;
    border-bottom: 0.01rem solid #e9e9e9; */
}
.news ul li,.news ul li a{
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: .1rem;
}
.news ul li img {
    width: 3.2rem;
    float: left;
    margin-right: .2rem;
}
.news ul li p{
    width: calc(100% - 3.5rem);
    float: left;
}
.news ul li i,.news ul li span,.news ul li strong {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: .1rem;
    line-height: .3rem;
    color: #666666;
    font-size: .2rem;
}
.news ul li span{
    font-size: .24rem;
    color: #333333;
    line-height: .45rem;
    margin-bottom: .1rem;
}
.news ul li strong{
    font-size: .22rem;
}
/*首页--icon*/

.indexicon_index {
    height: 2.2rem;
    line-height: 20px;
    background: #fff;
    width:95%;padding: 0px 2.5%;
    float: left;
    bottom:-1px;
    z-index: 9;
    position: fixed;
}

.indexicon_index p {
    width: 100%;
    display: inline-block;
    background: #0672f4;
    float: left;
    text-align: center;
/*    border-top: 0.01rem solid #686b6e; */
    height: .3rem;
    line-height: .3rem;
    color: #fff;
    position: fixed;
    bottom: 0px
}

.indexicon {
    height: 50px;
    background: #0672f4;
    width: 95%;
    float: left;
    position: fixed;
    bottom: 0px;
    z-index: 9
}

.index_icon {
    background: #0672f4;
    width: 95%;
    float: left;
    z-index: 999;
    position: relative;    position: fixed;
    bottom: 20px;border-radius: 10px;padding: 5px 0px;
}

.index_icon ul {width: 100%;
    height: 60px;
    float: left;

}

.index_icon ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 8px;
    height: 40px;

}

.index_icon ul li:last-child {
    border: none;
}

.index_icon ul li img {
    width: .5rem;
}

.index_icon ul li span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #ededed;
    line-height: 20px;
    float: left;
}

.page_content {
    width: 100%;
    float: left;
    padding-bottom: 2.2rem;
  /*  background-color: #FFFFFF; */
}

.page_nav {
    width: 93%;
    float: left;
    line-height: 40px;
    height: 40px;
    margin: 0px 2.5%;padding-left: 2%;
    border-bottom: 0.01rem solid #d2d2d2;
    font-size: 14px;
    color: #666;position: relative;
}
.page_nav:before{
	position: absolute;content: '';
	left: 0px;
	top: 8px;
	width: 3px;
	height: 20px;
	background: #0672f4;
}
.page_nav a {
    color: #666;
    padding: 0px .05rem;
}
.about1{
	width: 95%;float: left;margin:20px 2.5%;padding: 30px 0px  250px;background: url(../images/about1.png) center center no-repeat; background-size: 100% 100%;
}

.about1con	{width: 100%;float: left;
	background: url(../images/about1.png) center center no-repeat;background-size: 100%;	border-radius: 20px;
	display: flex;justify-content: space-between;flex-direction: column;
}
.about1con_l{
	margin-top: 30px;	font-size: 28px;	line-height: 33px;	color: #ffffff;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.about1con_l span{
	font-weight: bold;
}
.about1con_l i{
		font-size: 60px;	line-height:50px;color: transparent;
    display: inline-block;
/*    border: 2px solid black; /* 设置边框 */ */
    color: transparent; /* 文字透明 */
    -webkit-text-stroke: 1px rgba(255,255,255,.5); /* 文字描边，可选 */
    clip-path: inset(0px); /* 使用clip-path裁剪文字 */	font-family: Roboto-Black;	letter-spacing: 2px;

}

.about1con ol{
	display: flex;flex-direction: column;width: 100%;margin-top: 20px;	
}

.about1con ol li {
		width:80%;margin: 0px 10%;
		background-color: #e6f2fe;
		border-radius: 20px;margin-left: 17px;margin-top: 15px;	font-size: 14px;	color: #666;padding:20px 5%;text-align: left;
			line-height: 22px;
}
.about1con ol li a{
	display: flex;
	flex-direction: column;	justify-content: flex-start;align-items: flex-start;
}
 .about1con ol li  a b {
	 	width: 40px;
	 	height:40px;line-height: 40px;text-align: center;
	 	background-color: #0672f4;display: inline-block;border-radius: 50%;
 }
 .about1con ol li  a span{
	 	font-size: 18px;	line-height:32px;	color: #222222;
 }
  .about1con ol li  a b img {
	  vertical-align: middle;width: 60%;
  }
.about1con ol li a p{color: #666;}


.about2{
	width: 100%;
	background: #e2eefd;
	float: left;padding: 30px 0px;
}


.about2con{
	display: flex;flex-direction: column;
	justify-content: space-between;align-items: center;
}
.about2_l{
	display: flex;
	flex-direction: column;margin-top: 0px;justify-content: center;align-items: center;
}
.about2_l p{
	font-size: 112px;line-height:103px;color: transparent;
	    display: inline-block;
	/*    border: 2px solid black; /* 设置边框 */ */
	    color: transparent; /* 文字透明 */
	    -webkit-text-stroke: 1px rgba(255,255,255,.5); /* 文字描边，可选 */
	    clip-path: inset(0px); /* 使用clip-path裁剪文字 */	font-family: Roboto-Black;	letter-spacing: 2px;
}
.about2_l i {
		font-size: 20px;	line-height: 53px;		color: #000000;font-weight: bold;
}
.about2_l b {
			font-size: 16px;	line-height: 23px;		color: #000000;
}

.about2_l  em a{
		width: 178px;margin-top: 30px;
		height: 53px;line-height: 53px;
		text-align: center;	font-size: 16px;	color: #666;display: inline-block;
			border: solid 1px #999;
		border-radius: 32px;
}
.about2_r{
	display: flex;flex-direction: column;justify-content: center;
}

.about2_r ul {
	width:100%;margin-top: 55px;		display: flex;margin-top: 20px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
}
.about2_r ul li{width: 116px;margin-bottom: 10px;}
.about2_r ul li a{
	
		width:100%;
		height:100px;
		background-color: #ffffff;
		box-shadow: 2px 3px 12px 0px 
			rgba(0, 28, 69, 0.05);
		border-radius: 5px;display: inline-flex;align-items: center;justify-content: center;
}
.about2_r ul li a img {
	width:90%;
}
.about3con {width: 100%;display: flex;flex-direction: column;}

.about3con ul {
	width:100%;margin-top: 55px;		display: flex;margin-top: 20px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
}
.about3con ul li{width: 116px;margin-bottom: 10px;}
.about3con ul li a{
	
		width:100%;
		height:80px;
		background-color: #ffffff;
		box-shadow: 2px 3px 12px 0px 
			rgba(0, 28, 69, 0.05);
		border-radius: 5px;display: inline-flex;align-items: center;justify-content: center;
}
.about3con ul li a img {
	width:90%;height: 40px;
}

.contactcon,.contact1,.contact2{
	width: 100%;
	float: left;
}
.contact1 .main{
	display: flex;flex-direction: column;justify-content: space-between;align-items: center;padding: 0px 0px;
}
.contact1_l{
    width:100%;
    float: left;
	margin-top: 15px;
}
.contact1_l p{
    width:100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
}
.contact1_lcon {
    width: 100%;
    float: left;
    padding:10px 0px;
	margin-bottom: 10px;
}
.contact1_lcon ul{
    width: 100%;
    float: left;
}
.contact1_lcon ul li{
box-shadow: 3px 3px 8px #7fd2ff;
    margin-bottom:15px;border-radius: 5px;background: #fff;
}
.contact1_lcon ul li.wid50 {
    width: 100%;
    float: left;
}
.contact1_lcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact1_lcon ul li.wid100 {
    width:100%;
    float: left;
}
.contact1_lcon ul li b{
    width: 45px;

    float: left;
     text-align: center;
   /* display: inline-block;
    vertical-align: middle; */
}
.contact1_lcon ul li b img {
	width: 24px;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}
.contact1_lcon ul li input{
    width: calc(100% - 70px);height: 45px;
    padding-left: 5px;

    color: #666;

}

.contact1_lcon ul li textarea{
    height: 110px;
    width: calc(100% - 80px);
    color: #666;
    float: left;
    padding: 5px;
	font-size: 14px;
	margin-top:10px;

}
.contact1_lcon p input{
    width: 70px;
    height: 38px;
    line-height: 38x;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
	background: #0673f4; cursor: pointer;
}
.contact1_lcon p input:hover {
	background: #f60;
}

.contact1_lcon p input.contact-t_btn{
	width: 100%;
	height: 50px;
	line-height: 50px;background: url(../images/contact-t_btn.jpg) center center no-repeat;background-size: 100% 100%;
	text-align: center;display: inline-block;color: #fff;font-size: 16px;border-radius: 4px;overflow: hidden;
}



.contact2{
	width: 100%;
	margin-bottom: 10px;
}
.contact2 ol{
	width: 100%;margin-top:  10px;float: left; margin-bottom:120px;
}
.contact2 ol li{
	width: 100%;
	float: left;margin-bottom:  30px;
}
.contact2 ol li a{
	width:95%;
	display: inline-flex;border-radius: 15px;background: #fff;flex-direction: column;padding:10px 3%;
	box-shadow: 3px 3px 8px #7fd2ff;
}
.contact2 ol li:nth-child(3n){
	margin-right: 0px;
}

.contact2 ol li a i{
	font-size: 20px;margin-bottom: 15px; margin-top:10px;
}
.contact2 ol li a em {
	width: 100%;
	height: 1px ;
	 background: #cccccc;display: inline-block;margin-bottom: 15px;
}
.contact2 ol li a  p {
	line-height: 32px;font-size: 16px;
}
.contact2 ol li a  p b {
	width: 33px;float: left;
}
.contact2 ol li a  p b img {
	width: 20px;
}
.contact2 ol li:hover a i{
	color: #0673f4;
}




.nav_page {
	width: 100%;
	float: left;
}

.nav_page ol {
	display: table;
	margin: 0px auto;
	padding: 40px 0px 40px;
}

.nav_page ol li {
	line-height: 48px;
	width: 155px;border-radius: 50px;
	text-align: center;
	margin-right: 10px;background: #f5f5f5;
	color: #3b3b3b;
	margin-top: 3px;
	float: left;
}


.nav_page ol>li>a {
	width: 100%;
	color: #000;
	display: inline-block;
	border-radius: 50px;
		font-size:16px;
}

.nav_page ol li ul {
	display: none;
}

.nav_page ol li ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	background: #fff;
	color: #333;
}

.nav_page ol li ul li.show a {
	color: #0673f4;
}

.nav_page ol li.hover ul {
	display: block;
}

.nav_page>ol>li.hover>a,
.nav_page>ol>li>a:hover {
	color: #fff;
	background: #0673f4;
	border: 1px solid #0673f4;
	font-size:16px;
}

.page {
	width: 100%;
	float: left;
}

.page ol {
	display: table;
	margin: 0px auto;
	padding: 20px 0px 40px;
}

.page  ol li {
	width: 32px;
	text-align: center;
	margin-right: 10px;
	float: left;
}


.page  ol>li>a {
line-height: 32px;
	width: 32px;border-radius:32px;
	color: #000;
	display: inline-block;background: #f5f5f5;
		font-size:16px;
}

.page  ol li ul {
	display: none;
}

.page  ol li ul li {
	width: 100%;
	height:32px;
	line-height:32px;
	background: #fff;
	color: #333;
}

.page  ol li ul li.show a {
	color: #0673f4;
}

.page  ol li.hover ul {
	display: block;
}

.page >ol>li.hover>a,
.page >ol>li>a:hover {
	color: #fff;
	background: #0673f4;
	border: 1px solid #0673f4;
	font-size:16px;
}




.news1{width: 100%;float: left;}
.news1 ul{
	width: 100%;margin-top: 5px;float: left;margin-bottom:30px;
}
.news1 ul li{
	width: 100%;
	float: left;margin-bottom:  20px;
}
.news1 ul li a{
	width:95%;float: left;
	display: inline-flex;border-radius: 15px;background: #fff;flex-direction: column;padding: 15px 2.5%;
	box-shadow: 3px 3px 8px #7fd2ff;
}
.news1 ul li:nth-child(3n){
	margin-right: 0px;
}

.news1 ul li a i{
	font-size: 14px;
	color: #666666;padding: 20px 0px 15px;
}

.news1 ul li a span{
	font-size: 18px;
}

.news1 ul li a em{
	font-size:14px;
	color: #666666;line-height: 24px;margin-bottom: 25px;margin-top: 15px;
}
.news1 ul li a p{
	width: 144px;
	height: 44px;
	font-size:14px;background: #0673f4;float: right;
	border-radius: 44px;text-align: center;
	color: #fff;line-height: 44px;margin-left: 180px;
}

.news1 ul li a:hover span{
	color: #0673f4;
}
.newsshow1{
/* 	width: 95%;
	
	background: #f5f8fd;margin: 0px 2.5%; */
	width: 100%;
	float: left;

}
.content_r{width: 100%;float: left;margin: 20px 0px;}


.faqshow {
	padding-bottom: 0px;
	width: 100%;
	float: left;
}

.faqshow .tc {
	text-align: center;
	width: 100%;
	font-size: 16px;
	padding: 10px 0px 10px;

}

.faqshow .time {
	text-align: center;
	padding-bottom: 10px;
	height: 20px;
	line-height: 20p;
}

.faqshow .time img {
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}

.faqshow div {
	line-height: 28px;
	color: #666;
	font-size: 14px;
	padding-bottom: 5px;
	float: left;
	border-top: 1px solid #e8e8e9;
	padding-top: 20px;
}

.faqshow dl {
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 14px;
}

.faqshow dl dt {
	float: left;
	color: #666;
}

.faqshow dl dd a {
	float: left;
	color: #666
}

.faqshow dl dd a:hover {
	color: #006c32
}

.product1_top{
	width: 100%;margin-top: 20px;float: left;
}

.product1_top img.wid100 {
	width: 100%;
}

.product1_topcon{
	width: 85%;margin: 0px 5%;
	border-radius: 20px;background: #0673f4;color:#fff;font-size: 16px;z-index: 9;position: relative;top: -30px;padding: 20px 2.5%;display: flex;flex-direction: column;
}
.product1_topcon .tc{
	text-align: center;
}
.product1_topcon p{
	font-size: 20px;
}
.product1_topcon span{
	font-size: 16px;padding: 5px 0px 10px;
}
.product1_topcon em {
	width: 100%;height: 1px;background-color: #4496f7;display: block;
}

.product1_topcon i{
	font-size:14px;padding-top: 15px;line-height: 26px;padding-bottom:10px;
}

.product1_bot{
width: 95%;float: left;border-radius: 20px;padding-bottom: 30px;margin: 0px 2.5%;
}
.product1_bot .main{
	width:95%;
	background: #f5f8fd;padding: 10px 2.5%;margin: 0px;float: left;	border-radius: 5px;
}
.product1_botcon{
	width:95%;
	background: #fff;padding: 10px 2.5%;float: left;border-radius: 5px;padding-bottom: 40px;
	display: flex;flex-direction: row;justify-content: flex-start;font-size: 20px;color: #333;
}


.productcon{
	width: 100%;float: left;
}
.productcon  ol{width: 100%;margin-top: 55px;		display: flex;margin-top: 20px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
float: left;}
.productcon  ol li {width:48%;height: 110px;float: left;margin-bottom: 15px;}

.productcon  ol li  a {
	width:100%;
	display: inline-block;float: left;height: 110px;
	background: #f5f5f5;border-radius: 15px;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.productcon  ol li  a b {
	width:90%;height:90px;
	display: inline-block;float: left;margin-top: 10px;
	background: #fff;display: inline-flex;align-items: center;justify-content: center;border-radius: 5px;
}
.productcon  ol li  a b img {
	width: 90%;
height: 50px;
}
.productcon  ol li  a i {line-height:30px;font-size: 16px;padding-top:5px;}
.productcon  ol li:nth-child(4n){
	margin-right: 0px;
}
.productcon  ol li:hover a{
	background: #0673f4;
}
.productcon  ol li:hover a i{
	color: #fff;
}


.solutionbot{
	width:100%;float: left;border-radius: 20px;
}


.solution{
	width: 100%;
	float: left;
}
.solutiontop {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.solutiontopcon1,.solutiontopcon2,.solutiontopcon3{
	width: 90%;padding:  20px 2.5%;
	min-height: 200px;margin: 20px 2.5%;box-shadow: 4px 6px 22px 0px 
			rgba(0, 28, 69, 0.3);float: left;background:#f5fafe;border-radius: 10px;
			display: flex;flex-direction: row;justify-content:space-between;
}

.solutiontopcon2 .fr{
	text-align: right;
}
.solutiontopcon1 .fr,.solutiontopcon2 .fr,.solutiontopcon2 .fl,.solutiontopcon3 .fr,.solutiontopcon3 .fl{
	width: 48%;
}

.solutiontop p {
	font-size:18px;color:  #000;font-weight: bold;margin-bottom: 10px;width:100%;
}

.solutiontop span {
	font-size: 14px;color:  #666;line-height: 22px;width:100%;display: inline-flex;
}


.solutiontopcon4 p {
	width: 70%;
	height: 50px;
	background: url(../images/solutiontopcon4p.png) center center no-repeat;
	font-size: 18px;color: #fff;text-align: center;line-height: 50px;margin: 0px auto;
	background-size: 100% 100%;
	margin-top: -40px;color: #fff;
}
.solutiontopcon4{
	width: 90%;margin: 0px 2.5%;
	padding: 20px 2.5% 30px;float: left;background-color: #f5fafe;margin-bottom:40px;
	border-radius: 20px;margin-top: 30px;box-shadow: 4px 6px 22px 0px 
			rgba(0, 28, 69, 0.3);
}
.solutiontopcon4 ol {
			display: flex;margin-top: 20px;
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap;
			flex-direction: row;
}
.solutiontopcon4 ol li {
	width: 48%;text-align: center;height: 80px;margin-bottom:10px;
	float: left;display: flex;justify-content: center;align-items: center;
}
.solutiontopcon4 ol li img {
	width:90%;
}

