@charset "utf-8";
*{
	margin: 0px;padding: 0px
}
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "微软雅黑";
	color: #333
}

a {
/* 	color: #666; */
	font-size: 14px;
	text-decoration: none;
}

a:hover {
/* 	color: #0673f4; */
	font-size: 14px;
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

input,
textarea {
	font-family: "微软雅黑";
	font-size: 16px;
}

b,
em,
i {
	font-style: normal;
	font-weight: normal;
}

.main {
	width: 1400px;
	margin: auto;
	clear: both;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.tac {
	text-align: center;
}
.rounded-image {
  border-radius: 2%; /* 设置为50%使图片变成圆形 */
  overflow: hidden; /* 防止圆角溢出 */
}
.rounded-image1 {
  border-radius: 2.5%; /* 设置为50%使图片变成圆形 */
  overflow: hidden; /* 防止圆角溢出 */
}
input,
select,
textarea {
	outline: none;
	border: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

textarea {
	resize: none;
	color: #9c9c9c;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #666
}

i,
em,
b,
h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

.main{
	width: 1400px;
	margin: 0px auto;
}
body,html{
	background: #F5F9FE;
}




















.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 40px;
}
.swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #fff;opacity: .5;
	
}

.swiper-pagination-bullet-active{
width: 44px;
	height: 18px;
	border-radius: 18px;
	background: #fff;opacity: 1;
}



/*导航*/
#myElement {
	position:fixed;  top:40px;width: 1400px;
	margin: 0px calc((100% - 1400px)/2);
}
#myElement .navindex{
	position: relative;width: 1400px;
	margin: 0px calc((100% - 1400px)/2);
		background-color: #FDFEFF;top: 0px;border-radius: 20px;
}
.bannerindex,.index1{
	width: 100%;
	float: left;
}
#myElement.myClass {
    background-color: #FDFEFF;width:100%;margin: 0px;
	position: fixed; top: 0px;
	left: 0px;width: 100%;border-radius: 0px;
}

.nav1 {
		width: 100%;
	  background-color: #FDFEFF;
		border-radius: 12px;
	position: relative;z-index: 15;
	line-height: 90px;
	float: left;
}
.nav2 {
	position: relative;width: 1400px;
	margin: 0px calc((100% - 1400px)/2);
		background-color:  #FDFEFF;top: 40px;border-radius: 20px;float: left;z-index: 99;
}
.nav_r {display: flex;flex-direction: row;align-items: center;justify-content: center;
}
.nav_rtab{
	display: flex;flex-direction: row;align-items: center;margin-left: 50px;
}
.nav_rtab a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		display: inline-block;text-align: center;
		background-color: #0672f4;margin-left: 10px;color: #fff;	font-size: 14px;
}
.nav_rtab a.col_8d6afa{background: #8d6afa;}
.nav .main .navindex,.nav1 .main .navindex{
	display: flex;
	justify-content: space-around;
	align-items: center;border-radius: 20px;
}
.nav .main{
	display: flex;
	justify-content: space-around;
	align-items: center;border-radius: 20px;
}
.nav p a,.nav1 p a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav ul,.nav1 ul {
	width: 100%;
	display: flex;
	line-height: 62px;

	justify-content: space-between;
	align-items: center;position: relative;z-index: 9
}

.nav ul li,.nav1 ul li {
	float: left;
	 width: 150px; 
	text-align: center;
	cursor: pointer;line-height: 62px;

	display: flex;

	position: relative;z-index: 9
}

.nav ul li:first-child,.nav1 ul li:first-child {
	padding-left: 0px;
	border-left: none;
}

.nav ul li:last-child,.nav1 ul li:last-child {
	padding-right: 0px;
	border-right: none;
}

.nav ul li>a,.nav1 ul li>a {
	display: inline-block;
	float: left;
line-height: 90px;
	height:90px;
	text-align: center;
	color: #333333;
	width: 100%;
		font-size:18px;padding:0px 5px;
	display: block;position: relative;

}
.nav ul li>a::after,.nav1 ul li>a::after{
	position: absolute;
	content: "·";
	right: 0px;
	top: 0px;color: #2c2c2c;
}
.nav ul li:last-child>a::after,.nav1 ul li:last-child>a::after{
	position: absolute;
	content: "";
	right: 0px;
	top: 25px;color: #2c2c2c;
		width: 1px;
		height: 40px;
		background-color: #272727;
		opacity: 0.2;
}
.nav ul li img,.nav1 ul li img {
	width: 24px;
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -3px;
}

.nav ul li:hover>a,
.nav ul li.active>a,
.nav1 ul li:hover>a,
.nav1 ul li.active>a{
	color: #0672f4;

}


.nav ul li dl,.nav1 ul li dl {
	width: 180px;	position: absolute;
	top:90px;
	display: none;
	z-index: 9;
	left:-20px;border-radius: 0px 0px 15px 15px;padding-bottom: 20px;overflow: hidden;	background-color:rgba(255, 255, 255,0.8);
}
.nav ul li:hover dl,.nav1 ul li:hover dl {
	display: block;
}

/* .nav ul li dl::before {
	content: "";
	position: absolute;
	top: -28px;
	left: 63px;
	border: 15px solid rgba(193, 22, 1, .8);
	border-color: transparent transparent rgba(193, 22, 1, .8) transparent;
}
 */
.nav ul li dl dd,.nav1 ul li dl dd  {
	height: 49px;
	height: 49px;
	width: 100%;
}

.nav ul li dl dd a,.nav1 ul li dl dd a {
	height:49px;
	line-height: 49px;
	width: 100%;

	display: inline-block;
	color: #000;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	/* border: none; */
}

.nav ul li dl dd:last-child a,.nav1 ul li dl dd:last-child a {
	border: none;
}

.nav ul li dl dd a:hover,.nav1 ul li dl dd a:hover {
	background: #0672f4;
	color: #fff;
}

.index1{
	width: 100%;
	height: 880px;
	background: url(../images/index1_bj.png) center center no-repeat;
}
.index1 .main{
	display: flex;	height: 880px;
	align-items: center;
	justify-content: space-between;justify-items: center;
}

.index1_r{
	width: 650px;
	margin-left: 0px;	font-size: 16px;	color: #666666;	line-height: 32px;
}
.index1_r dl dt i{
		font-size: 38px;	color: #000000;font-weight: bold;margin-right: 30px;
}
.index1_r dl dt span{
		font-size: 28px;	color: #000000;
}
.index1_r dl dd{
		height: 230px;overflow: hidden;margin-top: 20px; font-size:15px; line-height:26px;
}
.index1_r ol{
		width: 799px;margin-top: 70px;
		height: 199px;padding: 60px  50px 60px 150px;
		background-color: #ffffff;
		box-shadow: 4px 6px 22px 0px 
			rgba(0, 28, 69, 0.03);
		border-radius: 15px;margin-left: -150px;display: flex;flex-direction: row;justify-content: space-between;
		align-items: center;
}
.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: 50px;	color: #0672f4;font-weight: bold;
}
.index1_r ol li p span {
		width: 21px;
		height: 21px;text-align: center;
		line-height: 21px;display: inline-block;
		background-color: #e1eefe;
		border-radius: 2px 6px 2px 6px;
	color: #0672f4;	font-size: 14px;margin-left: 10px;
}
.index1_r ol li em{
		font-size: 16px;	color: #333333;
	opacity: 0.8;line-height: 50px;
}

.index2{
	background: #f5f9fe;padding-bottom: 100px;
}
.index2_tit {
	display: table;
	margin: 0px auto;padding-top: 40px;text-align: center;
}
.index2_tit span {
		font-size: 46px;	color: #000000;line-height: 73px;font-weight: bold;width:100%;
		display:inline-block;
}
.index2_tit i {
			font-size: 20px;		color: #000000;	line-height: 73px;width:100%;
			display:inline-block;
}

.index2 ol{
		width: 1400px;
		height: 339px;
		background-color: #ffffff;
		padding:0px 60px;
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
}
.index2 ol li{
width: 200px;	height: 100px;display: flex;
		justify-content: space-around;
		align-items: center;margin: 0px 20px;

}
.index2 ol li a {	display: flex;
		justify-content: space-around;
		align-items: center;width: 200px;
		
		}
.index2 ol li a  img {
	width: 100%;
	/*filter: grayscale(100%);*/
}
.index2 ol li:hover a  img {
	filter: grayscale(0%);
}

.index2 .p_more{
		width: 295px;

		display: table;
margin: 0px auto;text-align: center;
margin-top: 50px;
}

.index2 .p_more a{
		font-size: 18px;color: #000000;width: 100%;
		height: 64px;line-height: 64px;
		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{
	width: 100%;
	background: url(../images/index3_bj.jpg) center center no-repeat;height: 1130px;float: left;
}
.index3 .main{
	display: flex;
			justify-content: space-around;flex-direction: row;height: 1130px;
			align-items: center;	color: #555555;	font-size: 22px;
}
.index3_l{
	display: flex;
			justify-content: space-around;flex-direction: column;
			align-items: flex-start;width: 400px;
}
.index3_l p{
		font-size: 82px;	color: #222222;	line-height: 102px;font-weight: bold;margin-bottom: 60px;
}
.index3_l i{
		font-size: 22px;	color: #222222;	line-height: 34px;width: 100%;display: inline-block;
}
.index3_l em {
			width: 178px;margin-top: 60px;

}
.index3_l em a{
			width: 178px;
			height: 53px;line-height: 53px;text-align: center;
			background-color: #0672f4;color: #fff;	font-size: 18px;
			border-radius: 32px;display: inline-block;
}
.index3_r{
	width: 800px;
	display: flex;flex-direction: row;
}
.index3_r1 	{
		width: 400px;
}
.index3_r1 dl{
		width: 377px;
		height: 443px;
		background-color: #ffffff;
		box-shadow: 4px 4px 28px 0px 
			rgba(12, 67, 132, 0.52);
		border-radius: 20px;margin-bottom: 40px;
		padding: 60px 50px;	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: 64px;
		height: 64px;line-height: 64px;text-align: center;
		border-radius: 50%;
		background-color: #0672f4;display: flex;align-items: center;justify-content: center;margin-right: 20px;	box-shadow: 1px 2px 8px 0px 
		rgba(12, 67, 132, 0.52);
}
.index3_r1 dl dt p em img {width: 36px;vertical-align: middle;line-height: 64px;}
.index3_r1 dl dt p em.bac_fff{
		background-color: #fff;
}
.index3_r1 dl dt p span {
	width: 180px;display: flex;flex-direction: column;
}
.index3_r1 dl dt p span i{
			font-size: 30px;font-weight: bold;
}
.index3_r1 dl dt p span  b{
		font-size: 12px;	color: #333333;	letter-spacing: 1px;line-height: 30px;
}
.index3_r1 dl dt img{
 object-fit: contain; 
}

.index3_r1 dl dd{
		font-size: 15px;	color: #555555;	line-height: 26px;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_bj.jpg) center center no-repeat;height: 933px;
}
/*.index4 .main{
	display: flex;	height:600px;
	align-items: center;
	justify-content: space-between;justify-items: center;
}

.index4_r dl{
	width: 700px;margin-right: 60px;float: left;display: none;
}*/
.index4_r dl dd{
		line-height: 28px;
		width: 100%;	height: 90px;
}

.index4 .p2_more{
		width: 190px;
text-align: center;
margin-top: 20px;
margin-bottom:50px;
}

.index4 .p2_more a{
		font-size: 18px;color: #000000;	width: 178px;
	height: 53px;line-height: 53px;
	background-color: #0672f4;
	border-radius: 32px;color: #fff;
		display: inline-block;	
}

.index4 .p2_more:hover a{
			background-color: #fff;
			color: #0672f4;

}
.index4_bot{
	width: 1000px;margin-left: 280px;margin-top: 270px;position: relative;
}
.index4_bot .swiper-container2 {
	width:930px;left: 0px;
}
.index4_bot .swiper-container2 .swiper-wrapper {
	width:930px;
}
.index4_bot .swiper-slide img {
	width: 289px;height: 180px;
}
.swiper-button-next2,.swiper-button-prev2{
	width: 50px;
	height: 50px;
	;
}
.swiper-button-next2{
	background:url(../images/arrow1.png);
	right: -40px;
}
.swiper-button-prev2{
	background:url(../images/arrow2.png);
	left:-40px
}
.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: 280px;
}
.indexbot_tr {
	width: 900px;
}
.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;}

.bannerny{width: 100%;margin-top: 170px;float: left;}
.bannerny img{
	width: 100%;
}
.about1{
	width: 100%;float: left;padding: 40px 0px  100px;
}

.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;height: 750px;
}
.about1con_l{
	margin-top: 90px;margin-left: 120px;	font-size: 46px;	line-height: 73px;	color: #ffffff;display: flex;flex-direction: column;
}
.about1con_l span{
	font-weight: bold;
}
.about1con_l i{
		font-size: 100px;	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;

}

.about1con ol{
	display: flex;flex-direction: row;margin-right: 50px;
}

.about1con ol li {
		width: 260px;
		height: 448px;
		background-color: #ffffff;
		border-radius: 20px;margin-left: 17px;margin-top: 105px;	font-size: 14px;	color: #666;padding:55px 30px;text-align: center;
			line-height: 22px;
}
.about1con ol li a{
	display: flex;
	flex-direction: column;	justify-content: center;align-items: center;
}
 .about1con ol li  a b {
	 	width: 81px;
	 	height: 81px;line-height: 81px;text-align: center;
	 	background-color: #0672f4;display: inline-block;border-radius: 50%;
 }
 .about1con ol li  a span{
	 	font-size: 30px;	line-height: 73px;	color: #222222;
 }
  .about1con ol li  a b img {
	  vertical-align: middle;
  }
.about1con ol li a p{color: #666;}


.about2{
	width: 100%;
	background: url(../images/about2.png) center center no-repeat;
	float: left;height: 775px;
}


.about2con{
	display: flex;flex-direction: row;
	justify-content: space-between;align-items: center;
}
.about2_l{
	display: flex;
	flex-direction: column;margin-top: 0px;
}
.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: 46px;	line-height: 73px;		color: #000000;font-weight: bold;
}
.about2_l b {
			font-size: 20px;	line-height: 73px;		color: #000000;
}

.about2_l  em a{
		width: 178px;
		height: 53px;line-height: 53px;
		text-align: center;	font-size: 18px;	color: #ffffff;display: inline-block;
		background-color: #0672f4;
		border-radius: 32px;
}
.about2_r{
	display: flex;flex-direction: row;
}

.about2_r ul {
	width: 180px;margin-left: 30px;margin-top: 55px;;
}
.about2_r ul li{width: 100%;margin-bottom: 15px;}
.about2_r ul li a{
	
		width: 181px;
		height: 138px;
		background-color: #ffffff;
		box-shadow: 2px 3px 12px 0px 
			rgba(0, 28, 69, 0.05);
		border-radius: 10px;display: inline-flex;align-items: center;justify-content: center;
}
.about2_r ul li a img {
	width: 140px;
}
.about3con {width: 100%;margin-bottom: 90px;display: flex;flex-direction: column;}
.about3con ul {
	display: flex;flex-direction: row;
} 
.about3con ul li {
	margin-right: 15px;margin-bottom: 15px;
}
.about3con ul li a{
		width: 201px;
		height: 120px;line-height: 120px;display: inline-flex;align-items: center; justify-content: center;
		background-color: #ffffff;
		border-radius: 8px;
}
.about3con ul li a img{
	width: 180px;
	height: 100px;
}
.about3con ul.fl{justify-content: flex-start;}
.about3con ul.fr{justify-content: flex-end;}
.about3con ul.tc{justify-content:center;}


.contact1 .main{
	display: flex;flex-direction: row;justify-content: space-between;height: 640px;align-items: center;padding: 50px 0px;
}
.contact1_l{
    width:900px;
    float: left;
	margin-top: 50px;
}
.contact1_l p{
    width:100%;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
}
.contact1_lcon {
    width: 100%;
    float: left;
    padding: 30px 30px 50px 0px;
	margin-bottom: 30px;;
}
.contact1_lcon ul{
    width: 100%;
    float: left;
}
.contact1_lcon ul li{
box-shadow: 3px 3px 8px #7fd2ff;
    margin-bottom: 25px;border-radius: 5px;background: #fff;
}
.contact1_lcon ul li.wid50 {
    width: 420px;
    float: left;
    margin-right: 30px;
}
.contact1_lcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact1_lcon ul li.wid100 {
    width:875px;
    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 {
    margin-top: 13px;
    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;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
	background: #0673f4; cursor: pointer;
}
.contact1_lcon p input:hover {
	background: #f60;
}

.contact1_lcon p input.contact-t_btn{
	width: 875px;
	height: 50px;
	line-height: 50px;background: url(../images/contact-t_btn.jpg) center center no-repeat;
	text-align: center;display: inline-block;color: #fff;font-size: 16px;
}



.contact2{
	width: 100%;
	background: url(../images/contact2bj.png) center center no-repeat;height: 1680px;margin-bottom: 30px;
}
.contact2 ol{
	width: 100%;margin-top:  20px;
}
.contact2 ol li{
	width: 445px;
	float: left;margin-right: 30px;margin-top:  30px;
}
.contact2 ol li a{
	width:100%px;
	height: 285px;display: inline-flex;border-radius: 15px;background: #fff;flex-direction: column;padding: 40px;
	box-shadow: 3px 3px 8px #7fd2ff;
}
.contact2 ol li:nth-child(3n){
	margin-right: 0px;
}

.contact2 ol li a i{
	font-size: 24px;color: #333333;margin-bottom: 15px;;
}
.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: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;margin-bottom: 100px;}
.news1 ul{
	width: 100%;margin-top:  20px;float: left;margin-bottom: 70px;
}
.news1 ul li{
	width: 420px;height: 500px;
	float: left;margin-right: 68px;margin-bottom:  30px;
}
.news1 ul li a{
	width:100%;height: 500px;float: left;
	display: inline-flex;border-radius: 15px;background: #fff;flex-direction: column;padding: 15px;
	box-shadow: 3px 3px 8px #7fd2ff;
}
.news1 ul li:nth-child(3n){
	margin-right: 0px;
}

.news1 ul li a i{
	font-size: 12px;
	color: #666666;padding: 20px 0px 15px;
}

.news1 ul li a span{
	font-size: 16px;
	color: #000000;
}

.news1 ul li a em{
	font-size:14px;
	color: #666666;line-height: 24px;margin-bottom: 25px;margin-top: 15px;height: 70px;
}
.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: 240px;
}

.news1 ul li a:hover span{
	color: #0673f4;
}
.newsshow1{
/* 	width: 95%;
	
	background: #f5f8fd;margin: 0px 2.5%; */
	width: 100%;
	float: left;
	border-radius: 50px;
}
.content_r{width: 100%;background: #fff;float: left;border-radius: 50px;padding:45px;padding-bottom: 85px;}


.faqshow {
	padding-bottom: 0px;
	width: 100%;
	float: left;
}

.faqshow .tc {
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: bold;color: #000000;
	padding: 20px 0px 20px;

}

.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 div img{
width:100%;
}
.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%;
}

.product1_top img.wid100 {
	width: 100%;
}

.product1_topcon{
	width: 1200px;margin: 0px auto;
	border-radius: 20px;background: #0673f4;color:#fff;font-size: 16px;z-index: 99;position: relative;top: -70px;padding: 50px;display: flex;flex-direction: column;
}
.product1_topcon .tc{
	text-align: center;
}
.product1_topcon p{
	font-size: 30px;
}
.product1_topcon span{
	font-size: 20px;padding: 15px 0px 20px;
}
.product1_topcon em {
	width: 100%;height: 1px;background-color: #4496f7;display: block;
}

.product1_topcon i{
	font-size:15px;padding-top: 15px;line-height: 32px;
}

.product1_bot{
width: 100%;float: left;border-radius: 20px;
}
.product1_botcon{
	width:1400px;
	background: #fff;padding: 80px 100px 60px 100px;float: left;border-radius: 20px;display: flex;flex-direction: row;justify-content: flex-start;font-size: 16px;color: #333;
}

.product1_botcon img{
width:100%;
}

.productcon{
	width: 100%;margin-bottom: 100px;float: left;
}
.productcon  ol{width: 100%;
float: left;}
.productcon  ol li {width: 335px;height: 210px;float: left;margin-right: 20px;margin-bottom: 30px;}

.productcon  ol li  a {
	width: 100%;
	display: inline-block;float: left;height: 210px;
	background: #f5f5f5;;border-radius: 15px;;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.productcon  ol li  a b {
	width:300px;height: 125px;;
	display: inline-block;float: left;
	background: #fff;display: inline-flex;align-items: center;justify-content: center;border-radius: 15px;
}
.productcon  ol li  a b img {
	width: 270px;
	height: 100px;
}
.productcon  ol li  a i {line-height:30px;font-size: 20px;padding-top:10px;}
.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;padding-bottom: 80px;margin-bottom: 50px;
}


.solution{
	width: 100%;
	background: url(../images/solution.png) center center no-repeat;min-height: 2000px;float: left;
}
.solutiontop {
	width: 100%;
	float: left;
	margin-top: 0px;margin-bottom: 20px;
}
.solutiontopcon1,.solutiontopcon2,.solutiontopcon3{
	width: 100%;
	min-height: 520px;padding: 100px 80px 80px ;
}
.solutiontopcon1{background: url(../images/solution1.png) center center no-repeat;}
.solutiontopcon2{background: url(../images/solution2.png) center center no-repeat; margin-bottom:30px;}
.solutiontopcon3{background: url(../images/solution3.png) center center no-repeat;}
.solutiontopcon2 .fr{
	text-align: right;
}

.solutiontop p {
	font-size: 36px;color:  #000;font-weight: bold;margin-bottom: 30px;width:770px;
}

.solutiontop .fr span {
	font-size: 16px;
	color:  #666;
	line-height: 32px;
	width:770px;
	/* display: inline-flex; */
}
.solutiontopcon1 .fl span {
	font-size: 16px;color:  #666;;line-height: 32px;display: inline-flex;
}
.solutiontopcon3 .fl span {
	font-size: 16px;color:  #666;;line-height: 32px;width:770px;display: inline-flex;
}
.solutiontopcon4 p {
	width: 480px;
	height: 75px;
	background: url(../images/solutiontopcon4p.png) center center no-repeat;font-size: 30px;color: #fff;text-align: center;line-height: 75px;margin: 0px auto;
	margin-top: -140px;color: #fff;
}
.solutiontopcon4{
	width: 100%;
	padding: 100px 60px 30px;float: left;background-color: #f5fafe;margin-bottom: 60px;border-radius: 20px;margin-top: 50px;box-shadow: 3px 3px 3px #7fd2ff;
}

.solutiontopcon4 ol {
	margin-top:50px
}
.solutiontopcon4 ol li {
	width: 320px;text-align: center;height: 120px;margin-bottom: 30px;
	float: left;display: flex;justify-content: center;align-items: center;
}
.solutiontopcon4 ol li img {
	width: 260px;
}
/* .bj1{
	background: url(../images/bj1.png) center center no-repeat;
}
 */

.bj2{
	background: url(../images/bj2.png) center center no-repeat;
}

.bj3{
	background: url(../images/bj3.png) center center no-repeat;
}

.border_bjt{width:100%;height:120px;
	background: url(../images/border_bjt.png) center center no-repeat;float: left;
}

.border_bjb{width:100%;height:120px;
	background: url(../images/border_bjb.png) center center no-repeat;float: left;margin-bottom: 100px;
}

.border_bj{width:100%;
	background: url(../images/border_bj.png) top center repeat-y;float: left;min-height: 100px;height: auto;
}

/*.index1_l img{
	width: 500px;
	height: 550px;
}*/

.index4_r{
			width:100%;float: left;display: flex;	height:600px;
	align-items: center;
	justify-content: space-between;justify-items: center;
}


.index4_r dl{
margin-right: 60px;float: left;
}
.index1_l{
	width: 550px;float: left;display: flex;
	justify-content: space-between;
}

.index4_tab{
	float: left;width: 100%;
	display: none;
}
.index4_bot{
	width: 1000px;margin-top: 0px;position: relative;float: left;top: -250px;right: -70px;
}
.index4_bot .swiper-container2 {
	width:930px;left: 0px;
}
.index4_bot .swiper-slide img {
	width: 289px;height: 180px;
}
.index4_r dl{
	width: 700px;float: right;display: block;margin-top: 40px;margin-left: 10px;font-size: 20px;
}









