/* CSS Document */
html,body{
	margin:0;
	padding:0;
	width:100%;
	font-family:Arial,Microsoft YaHei,'微软雅黑';
}
a{
    bblr:expression(this.onFocus=this.blur());/*IE使用*/
    outline-style:none;/*FF使用*/
}
a:link,
a:visited{
	font-size:12px;
	color:#333;
	text-decoration:none;
}	
img,input{ outline:none; border:none;vertical-align:middle;padding:0;margin:0; font-family:"微软雅黑"}
form,p,h1,h2,h3,h4,h5,h6,h7,ul,li,i,a{ margin:0; padding:0; list-style:none; font-style:normal}

.marinWarp{
	min-width:1200px;
	margin:0 auto
}
.headerWarp{

}
.m01Warp{
	width: 100%;
	height:950px;
	padding:0px;
	margin: 0 auto;

}
.m01Cont{
	position: relative;
	z-index: 99999;
	width: 100%;
	height: 720px;
	margin: 0 auto;
}
.bigTit{
	position:absolute;
	top:260px;
	font-size: 46px;
	color: #fff;
}
.Dline{
	position: absolute;
	top:400px;
	width: 40px;
	height: 3px;
	background: #056e69
}
.smallTit{
	position:absolute;
	top:440px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}
.link{
	position: absolute;
	top:550px;
	width: 150px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
	color: #056e69;
	background: #fff;
	cursor: pointer;
}
.m02Warp{
	width: 100%;
	height:840px;
	padding:0px;
	margin: 0 auto;
	background: #fff
}
.m03Warp{
	width: 100%;
	min-width: 1250px;
	height:850px;
	padding:0px;
	margin: 0 auto;
	text-align: center
}
.m04Warp{
	width: 100%;
    min-width: 1250px;
    height: auto; /* 改为自适应高度 */
    padding-bottom: 50px; /* 增加底部间距 */
    background: #fff;
}


/* add by songmp begin */
/* 新增产品项样式 */
.product-item {
    width: 100%;
    height: 300px; /* 根据布局需要调整 */
    position: relative;
    overflow: hidden;
    border-radius: 8px; /* 可选圆角效果 */
    box-shadow: 0 3px 10px rgba(0,0,0,0.1); /* 可选阴影 */
}

.product-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s; /* 悬停动画效果 */
}
/* 文字样式（适配较小容器） */
.product-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}

.text-line1 {
	margin-top: -50px;
    font-size: 38px;
    color:#d8dbde;
    line-height: 1.3;
}

.text-line2 {
    font-size: 21px;
    font-weight: bold;
    color:#000000;
    margin-top: 15px;
    font-family : "SimHei", "Microsoft YaHei", sans-serif;
}

.text-line3 {
    font-size: 17px;
    margin-top: 15px;
    color:#888A8D;
    font-family : "SimHei", "Microsoft YaHei", sans-serif;
    font-weight: normal; /* 黑体本身是粗体，如需正常粗细可加上 */
	width:320px;
}

/* 图标样式 */
.product-icon {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
}

.product-icon img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.3)); /* 图标阴影 */
}
/* add by songmp end */





.m05Warp{
	width: 100%;
	min-width: 1250px;
	height:800px;
	padding:0px;
	margin: 0 auto;
	background: #f8f8f8;
	overflow: hidden
}
.m04Cont{
	margin-top: 50px;
}
.m04Cont li{
	float: left;
    width: calc(50% - 15px); /* 两列布局，考虑margin */
    height: 300px; /* 固定高度 */
    margin: 0 30px 30px 0;
    position: relative;
}
.m05Cont{
	margin-top: 50px;
}
.m05Cont li{
	float: left;
	width: 400px;
	cursor: pointer;
	margin:0 25px 20px 0;
	padding-bottom:30px
}
.m05Cont li:hover{
	border-bottom: 3px solid #056e69
}
.m05Cont li h1{
	font-size:20px;
	margin-top: 25px;
}
.m05Cont li:hover h1{
	color: #056e69
}
.m05Cont li b{
	display: block;
	font-size:16px;
	line-height: 26px;
	font-weight: normal;
	color: #666;
	margin-top: 20px;
}
.m05Cont li span{
	display: block;
	font-size:16px;
	font-weight: normal;
	color: #666;
	margin-top: 25px;
}
.mCont{
	width:1250px;
	margin: 0 auto;
}
.mTit{
	text-align: center;
	padding: 15px 0 10px 0;
	margin-top: 60px;
	font-size: 42px;
	background:url(../images/applications.png) no-repeat center top;
}
.t02{
	background:url(../images/Products.png) no-repeat center top;
}
.t03{
	background:url(../images/NEWS.png) no-repeat center top;
}
.mTit span{
	padding-bottom: 10px;
	background:url(../images/tline.jpg) no-repeat center bottom;
}
.infoFont{
	text-align: center;
	font-size: 16px;
	color: #a0a0a0;
	font-weight: normal;
	padding: 15px 0;
}
.m02Tab{
	margin-top: 50px

}
.m02Tab li{
	float:left;
	position:relative;
	width:300px;
	cursor:pointer;
	text-align:center;
	height:70px;
	line-height:70px;
	margin-right: 16px;
	font-size: 22px;
	color: #fff;
}
.hy01{
	font-weight: bold;
	background:url(../images/hy01.png) no-repeat 0 0 ;
}
.hy01 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8);
}
.hy02{
	font-weight: bold;
	background:url(../images/hy02.png) no-repeat 0 0 ;
}
.hy02 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8);
}
.hy03{
	font-weight: bold;
	background:url(../images/hy03.png) no-repeat 0 0 ;
}
.hy03 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8);
}
.hy04{
	font-weight: bold;
	background:url(../images/hy04.png) no-repeat 0 0 ;
}
.hy04 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8);
}
.curTab i{
	background:rgba(10, 73, 73, 0);
	backdrop-filter: blur(2px);
}
.m02Tcont{
	margin-top: 30px;
	overflow: hidden
		
}
.TconL{
	position: relative;
	float:left;
	width: 480px;
	height: 460px;
}
.TconR{
	float:right;
	width:748px;
	height: 460px;
}
.hyIcon{
	display:block;
	margin-top: 30px;
}
.hyTit{
	font-size: 34px;
	margin-top: 40px;
}
.hyInfo{
	font-size: 16px;
	width: 365px;
	color:#666;
	line-height: 30px;
	margin-top: 20px;
	font-weight: normal
}
.hyLink{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-top: 65px;
	text-align: center;
	border: 1px solid #066d69;
	color: #066d69;
	cursor: pointer;
}
.jjWarp{
	background:url(../images/jjbg.jpg) no-repeat center 0 ;
	background-size: cover;
	max-width: 1250px;
	height: 710px;
}


.jjCont{
	position: relative;
	width: 1078px;
	height: 710px;
	margin: 0 auto;
	background:url(../images/j01contbg.png) no-repeat center 0 ;
	background-size: cover;
}
 @keyframes rotateBackground {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.jAbg{
	width: 861px;
	height: 680px;
	margin: 0 auto;
	animation: rotateBackground 15s linear infinite;
	background:url(../images/j02A.png) no-repeat center ;
	background-size: cover;
}
.jTCont{
	position:absolute;
	top: 200px;
	left: 365px;
	width: 340px;
}
.jTit{
	text-align: center;
	padding: 15px 0 10px 0;
	margin-top: 60px;
	font-size: 34px;
	color: #fff;
	background:url(../images/applications.png) no-repeat center top;
}
.t04{
	background:url(../images/Solutions.png) no-repeat center top;
}
.t05{
	background:url(../images/Solutions02.png) no-repeat center top;
}
.jTit span{
	padding-bottom: 10px;
	background:url(../images/tline.jpg) no-repeat center bottom;
}
.jinfoFont{
	text-align: center;
	font-size: 14px;
	color: #e5f1ff;
	font-weight: normal;
	padding: 15px 0;
	margin: 0 auto;
}
.jBtnlink{
	position:absolute;
	width: 50px;
	height: 50px;
	z-index: 999999;
	cursor: pointer;
	background:url(../images/byicon.png) no-repeat 0 0;
	background-size: cover;
}
.jBtnlink:hover{background:url(../images/byicon-01.png) no-repeat 0 0;	background-size: cover;}
.jBtnlink i{
	position: absolute;
	width:120px;
	font-size: 14px;
	color: #888e8c;
	text-align: center;
}
.jBtnlink02{
	position:absolute;
	width: 92px;
	height: 91px;
	z-index: 999999;
	cursor: pointer;
	background:url(../images/byq.png) no-repeat 0 0;
	background-size: cover;
}
.jBtnlink02:hover{	background:url(../images/byq-01.png) no-repeat 0 0;	background-size: cover;}
.jBtnlink02 b{
	position: absolute;
	width:120px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.bg01{	background:url(../images/gisicon.png) no-repeat 0 0;background-size: cover;}
.bg02{	background:url(../images/sficon.png) no-repeat 0 0;	background-size: cover;}
.bg03{	background:url(../images/gyicon.png) no-repeat 0 0;	background-size: cover;}
.bg04{	background:url(../images/blicon.png) no-repeat 0 0;	background-size: cover;}
.bg05{	background:url(../images/dyicon.png) no-repeat 0 0;	background-size: cover;}
.bg06{	background:url(../images/zyicon.png) no-repeat 0 0;	background-size: cover;}
.bg07{	background:url(../images/pbicon.png) no-repeat 0 0;	background-size: cover;}
.bg08{	background:url(../images/dlicon.png) no-repeat 0 0;	background-size: cover;}
.bg09{	background:url(../images/pb.png) no-repeat 0 0;	background-size: cover;}
.bg10{	background:url(../images/jc.png) no-repeat 0 0;	background-size: cover;}
.bg11{	background:url(../images/dl.png) no-repeat 0 0;	background-size: cover;}
.bg01:hover{background:url(../images/gisicon-01.png) no-repeat 0 0;	background-size: cover;}
.bg02:hover{	background:url(../images/sficon-01.png) no-repeat 0 0;	background-size: cover;}
.bg03:hover{	background:url(../images/gyicon-01.png) no-repeat 0 0;	background-size: cover;}
.bg04:hover{	background:url(../images/blicon-01.png) no-repeat 0 0;	background-size: cover;}
.bg05:hover{	background:url(../images/dyicon-01.png) no-repeat 0 0;	background-size: cover;}
.bg06:hover{	background:url(../images/zyicon-01.png) no-repeat 0 0;	background-size: cover;}
.bg07:hover{	background:url(../images/pbicon-01.png) no-repeat 0 0;	background-size: cover;}
.bg08:hover{	background:url(../images/dlicon-01.png) no-repeat 0 0;	background-size: cover;}
.bg09:hover{	background:url(../images/pb-01.png) no-repeat 0 0;	background-size: cover;}
.bg10:hover{	background:url(../images/jc-01.png) no-repeat 0 0;	background-size: cover;}
.bg11:hover{	background:url(../images/dl-01.png) no-repeat 0 0;	background-size: cover;}

/*解决方案*/
.subWarp {
	width: 100%;
	min-width: 1250px;
	height: 381px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	/* 移除顶部定位，让自然流布局 */
	/* 添加顶部间距，让内容从菜单下方开始 */
	margin-top: 75px; /* 菜单高度75px + 顶部偏移30px = 105px */
	background: #ffffff;
}
.subHyWarp{	background: url(../images/hytopbg.jpg) no-repeat center 0;background-size: 100%}
.subYyWarp{	background: url(../images/yytopbg.jpg) no-repeat center 0;background-size: 100%}
.subCpWarp{	background: url(../images/cptopbg.jpg) no-repeat center 0;background-size: 100% auto}
.subNewsWarp{ background: url(../images/newstopbg.jpg) no-repeat center 0;background-size: 100%}
.subGyWarp{ background: url(../images/gytopbg.jpg) no-repeat center 0;background-size: 100%}
.subLxWarp{ background: url(../images/lxustopbg.jpg) no-repeat center 0;background-size: 100%}
.subJJWarp{ background: url(../images/jjtopbg.jpg) no-repeat center 0;background-size: 100%}
.subJrWarp{ background: url(../images/jrustopbg.jpg) no-repeat center 0;background-size: 100%}

.sub01Cont{
	position: relative;
	z-index: 99999;
	width: 1250px;
	height: 520px;
	margin: 0 auto;
}
.subBigTit{
	position:absolute;
	top:220px;
	font-size: 40px;
	color: #fff;
}
.subDline{
	position: absolute;
	top:290px;
	width: 30px;
	height: 3px;
	background: #056e69
}
.subSmallTit{
	position:absolute;
	top:320px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}
.subJWarp{
	width: 100%;
	min-width: 1250px;
	padding:0px;
	margin: 0 auto;
	background: #fff
}
.subjinfo{
	font-size:18px;
	font-weight:normal;
	color: #333;
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
	width: 60%;
	margin: 0 auto
}
.routeWarp{
	min-width: 1250px;
	margin: 0 auto;
	background:#fff;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid  #e4e4e4
}
.routeWarp i{
	padding:0 10px
}
.homeicon{
	padding-left: 30px!important;
	background: url(../images/home.png) no-repeat left  center;
}

.bd01{
	font-weight: bold;
	background:url(../images/bd01.png) no-repeat 0 0 ;
}
.bd01 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8)
}
.bd02{
	font-weight: bold;
	background:url(../images/bd02.png) no-repeat 0 0 ;
}
.bd02 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8)
}
.bd03{
	font-weight: bold;
	background:url(../images/bd03.png) no-repeat 0 0 ;
}
.bd03 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8)
}
.bd04{
	font-weight: bold;
	background:url(../images/bd04.png) no-repeat 0 0 ;
}
.bd04 i{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(10, 73, 73, 0.8)
}
.curTab i{
	background:rgba(10, 73, 73, 0)
}
.hyWarp{
	height: 860px;
	padding-top: 20px;
	background:#EFF4FF
}
.hyListWarp{
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
}
.hyList h1{
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 60px;
	margin-top: 30px;
	background:url(../images/tline02.jpg) no-repeat 0 bottom;
}
.hyList b{
	width: 60%;
	margin: 0 auto;
	margin-top: 40px;
	display: block;

}
.hyList{
	float: left;
	width: 280px;
	height: 480px;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	margin: 0 15px;
	background:#fff url(../images/hylbg.png) no-repeat right bottom;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05)
}
.hyList li{
	width: 60%;
	margin: 0 auto;
	line-height: 48px;
	font-size:16px;
	color: #666;
	text-indent: 15px;
	cursor: pointer;
	background:url(../images/listico.png) no-repeat 0 center;
}
.hyList li:hover{color: #07A685}

.yyWarp{
	overflow: hidden;
}
.lNavWarp{
	float: left;
	width: 200px;
	padding: 40px 0 150px 0;
	margin: 40px 0;
	border-right: 1px solid #e0e6eb;
	background: url(../images/navbg.png) repeat-y right bottom;
}
.lNavWarp h1{
	text-align: right;
	font-size: 20px;
	line-height: 60px;
	color: #333;
	margin:0  20px 40px 0;
	background: url(../images/tline02.png) no-repeat right bottom;
}
.lNavWarp h2{
	text-align: right;
	font-size: 18px;
	color: #169380;
	margin:0  20px 0 0;
}
.lNavWarp li{
	text-align: right;
	line-height: 40px;
	margin: 15px 0;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	padding-right: 20px;
}
.lNavWarp li.selected{
	color: #169380;
	background: url(../images/selectbg.png) no-repeat right bottom;
}
.lNavWarp li:hover{
	color: #169380;
	background: url(../images/selectbg.png) no-repeat right bottom;
}
.rContWarp{
	float: right;
	width:950px;
	padding: 50px 0
}
.rContWarp h1{
	font-size: 18px;
	color: #333;
	line-height: 38px
}
.rContWarp p{
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 34px;
	padding: 20px 0 20px 0
}
.xgList{
	float: right;
	width:950px;
	margin-bottom: 200px
}
.xgList h1{
	font-size: 18px;
	line-height: 46px;
	border-bottom: 1px solid #f2f2f2
}
.xgList li{
	float: left;
	width:445px;
	height: 120px;
	cursor: pointer;
	margin:30px 30px 0 0;
	border-radius: 12px;
	background: #f3f7f8;
}
.xgList li:hover{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1)
}
.xgList li i{
	float:left;
	display: flex;
	width: 120px;
	height: 120px;
	align-items: center;
	justify-content: center;
}
.xgList li span{
	float:left;
	width: 300px;
	height: 80px;
	margin-left: 20px;
	padding-top: 20px;
}
.xgList li span b{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.xgList li span p{
	font-size: 16px;
	color: #666;
}
/*0719add*/
.CpNavWarp{
	float: left;
	width: 200px;
	padding: 20px 0 150px 40px;
	margin: 40px 0 100px 15px;
	border-radius: 12px;
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,.05);
	border: 1px solid #f0f0f0
}
.CpNavWarp h1{
	font-size: 20px;
	line-height: 50px;
	color: #333;
	margin:0  0 40px 0;
	background: url(../images/tline02.png) no-repeat 0 bottom;
}
.CpNavWarp h2{
	font-size: 18px;
	color: #169380;
	margin:0  20px 0 0;
}
.CpNavWarp li{
	line-height: 36px;
	margin: 15px 0;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	padding-left: 20px;
}
.CpNavWarp li.selected{
	color: #169380;
	background: url(../images/cpselectbg.png) no-repeat 0 bottom;
}
.CpNavWarp li:hover{
	color: #169380;
	background: url(../images/cpselectbg.png) no-repeat 0 bottom;
}
.CprContWarp{
	float: right;
	width:990px;
	padding: 50px 0;
}
.CprContWarp p{
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 34px;
	padding: 20px 0 20px 0
}
.cpList{
	float: right;
	width:990px;
	margin-bottom: 200px;
}
.cpList h1{
	font-size: 20px;
	line-height: 24px;
	margin-left: 45px
}
.cpList li{
	float: left;
	width:280px;
	height: 320px;
	cursor: pointer;
	margin:35px 0px 0 45px;
	border-radius: 12px;
	background: linear-gradient(0deg,rgba(186,216,243,.04),rgba(186,216,243,.2)),#fff;
	border: 1px solid #f5f5f5
}
.cpList li:hover{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1)
}
.cpList li i{
	float:left;
	display: flex;
	width: 280px;
	height: 240px;
	align-items: center;
	justify-content: center;
}
.cpList li b {
	display: block;
	font-size: 18px;
	color: #333;
	width: 240px;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}
.cpList li b:hover {
	color: #169380;
	font-weight: bold;
}
/*0720add*/
.CpInfoWarp{
	float: right;
	width:950px;
	margin-bottom: 200px;
}
.CpInfoWarp p{
	padding: 10px 0 30px 0	
}
.CpInfoWarp h1{
	font-size: 20px;
	line-height: 24px;
}
.CpInfoWarp h2{
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0
}
.CpInfoWarp h2 span{
	float: left;
	display: flex;
	width:380px;
	height:200px;
	align-items: center;
	justify-content: center;
}
.CpInfoWarp h2 b{
	float: left;
	width:380px;
	height:60px;
	line-height: 60px;
	margin-left:10px;
	font-size: 18px
}
.CpInfoWarp h2 i{
	float: left;
	width:380px;
	height:40px;
	margin-left:10px;
	font-size: 16px;
	font-weight: normal;
}




.setMenu{
	float:right;
	margin-right:37px;
	line-height:74px;
}
.setMenu span{
	float:left;
	position:relative;
	width:100px;
	margin:0 5px;
	border: 1px solid red;
	cursor:pointer;
	text-align:center;
}
.setMenu span i{
	position:relative;
	z-index:999;
	display:inline-block;
}
.setMenu span div{
	position:absolute;
	top:0;
	left:0;
	padding-top:74px;
	width:150px;
}
.userList{
	z-index:99;
	background:#fff;
	-moz-box-shadow: 0 2px 6px #c8c8c8;
	box-shadow:0 2px 6px #c8c8c8;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px
}
.userList a,
.userList a:visited{
	display:block;
	line-height:45px;
	font-size:16px;
	border-top:1px solid #eff1f2;
	font-weight:normal
}
.setMenu span.curMenu{
	height:71px;
	display:inline-block;
	border-bottom:3px solid #0a6dae
}
.setMenu span.curMenu a{
	position:relative;
	z-index:9999;
}
.userInfo i{
	width:35px;
	height:18px;
	bottom:-2px;
	background:url(../images/usericon.png) no-repeat center bottom;
}
.note i{
	top:-2px;
	width:18px;
	height:18px;
	line-height:18px;
	color:#fff;
	font-weight:normal;
	border-radius:50%;
	background:#ff4c29;
	font-size:12px;
	text-align:center;
	margin-right:10px;
}
.setMenu span>a,
.setMenu span>a:visited{
	font-size:18px;
	font-weight:normal;
	padding-right:20px;
	color:#20303c;
	background:url(../images/arrow-01.png) no-repeat right center
}
.setMenu span>a.openArrow{
	background:url(../images/arrow-02.png) no-repeat right center}

.moudle01Warp{
	overflow:hidden;
	border:1px solid #e5e7e9;
	border-left:0;
	border-right:0
}
.boxWarp{
	float:left;
	width:32.29%;
	height:235px;
}
.boxWarp:hover{
	background:#eff7fc;
}
.boxWarp p,
.boxWarp h4,
.boxWarp h5{
	text-align:center;
}
.boxWarp h5{
	font-weight:normal
}
.boxLine{
	border-left:1px solid #e5e7e9;
	border-right:1px solid #e5e7e9;
}
.boxWarp p{
	margin-top:50px;
	margin-bottom:20px;
}
.boxWarp h4{
	margin-bottom:30px;
	font-size:24px;
}
.boxWarp h5{
	line-height:34px;
}
.boxWarp h5 a,
.boxWarp h5 a:visited{
	font-size:16px;
}
.boxWarp h5 span{
	display:inline-block;
	margin:0 18px;
}
.boxWarp h5 a:hover{
	text-decoration:underline;
}
.moudle02Warp{
}
.conWarp{
	width:1200px;
	overflow:hidden;
	margin:0 auto
}
.conWarp h1,
.conWarp h3{
	font-size:40px;
	font-weight:normal;
	text-align:center;
	color:#20303c
}
.conWarp h1{
	margin-top:87px;
	margin-bottom:20px
}
.conWarp h3{
	font-size:18px;
	color:#000
}
.mapWarp{
	position:relative;
	margin-top:24px;
}
.point-area {
	text-align: center;
	position: relative;
	width: 150px;
	height: 150px;
	-webkit-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
a{color: #00c1de;}

.point-area .point {
	position: absolute;
	top: 1px;
	left: -1px;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	background: transparent;
}
.point-area .point-dot {
	z-index: 1;
	background-color: #6ad7e9;
	border: 1px solid rgba(0,205,236,.37);
}
.point-area .point-10:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 225ms infinite;
	-ms-animation: ripple 4.5s ease-out 225ms infinite;
	animation: ripple 4.5s ease-out 225ms infinite;
}
.point-area .point-40:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out .9s infinite;
	-ms-animation: ripple 4.5s ease-out .9s infinite;
	animation: ripple 4.5s ease-out .9s infinite;
}
.point-area .point-80:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1.8s infinite;
	-ms-animation: ripple 4.5s ease-out 1.8s infinite;
	animation: ripple 4.5s ease-out 1.8s infinite;
}
.point-area .point-shadow:after {
	box-shadow: inset 0 0 5em rgba(0,205,236,.16);
}
.point-area .point-10 {
	width: 100%;
	height: 100%
}

.point-area .point-20 {
	width: 100%;
	height: 100%
}

.point-area .point-30 {
	width: 100%;
	height: 100%
}
.point-area .point-30:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 675ms infinite;
	-ms-animation: ripple 4.5s ease-out 675ms infinite;
	animation: ripple 4.5s ease-out 675ms infinite
}

.point-area .point-40 {
	width: 100%;
	height: 100%
}

.point-area .point-50 {
	width: 100%;
	height: 100%
}

.point-area .point-50:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1125ms infinite;
	-ms-animation: ripple 4.5s ease-out 1125ms infinite;
	animation: ripple 4.5s ease-out 1125ms infinite
}

.point-area .point-60 {
	width: 100%;
	height: 100%
}

.point-area .point-60:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1.35s infinite;
	-ms-animation: ripple 4.5s ease-out 1.35s infinite;
	animation: ripple 4.5s ease-out 1.35s infinite
}

.point-area .point-70 {
	width: 100%;
	height: 100%
}

.point-area .point-70:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1575ms infinite;
	-ms-animation: ripple 4.5s ease-out 1575ms infinite;
	animation: ripple 4.5s ease-out 1575ms infinite
}

.point-area .point-80 {
	width: 100%;
	height: 100%
}

.point-area .point-80:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1.8s infinite;
	-ms-animation: ripple 4.5s ease-out 1.8s infinite;
	animation: ripple 4.5s ease-out 1.8s infinite
}

.point-area .point-90 {
	width: 100%;
	height: 100%
}

.point-area .point-90:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 2025ms infinite;
	-ms-animation: ripple 4.5s ease-out 2025ms infinite;
	animation: ripple 4.5s ease-out 2025ms infinite
}

.point-area .point-100 {
	width: 100%;
	height: 100%
}

.point-area .point-100:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #00cdec;
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 2.25s infinite;
	-ms-animation: ripple 4.5s ease-out 2.25s infinite;
	animation: ripple 4.5s ease-out 2.25s infinite
}
.point-name{
	width:120px;
	font-size:22px;
	color:#16c6c0;
}




/*帧动画start*/
@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1);
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}

@-ms-keyframes ripple {
	0% {
		opacity: 0;
		-ms-transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		-ms-transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: scale(1)
	}
}[not-existing] {
	zoom: 1
}
/*帧动画end*/
.searchWarp{
	position:relative;
	width:1030px;
	height:113px;
	margin:0 auto;
	border-radius:5px;
	background:#00c1de;
	-moz-box-shadow: 0 3px 10px #d2d2d2;
	box-shadow: 0 3px 10px #d2d2d2;
}
.searchInput{
	position:absolute;
	width:817px;
	height:55px;
	line-height:55px;
	top:31px;
	left:52px;
	font-size:20px;
	font-family:微软雅黑;
	text-indent:27px;
	color:#acacac
}
.searchBtn{
	position:absolute;
	right:73px;
	top:45px;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	padding-left:30px;
	font-family:微软雅黑;
	background:url(../images/search.png) no-repeat left center
}
.tagList{
	overflow:hidden
}
.tagList li{
	float:left;
	width:300px;
	height:130px;
	line-height:130px;
	font-size:20px;
	text-align:center;
	color:#686969
}
.tagList li.icon01{
	background:url(../images/icon-03.png) no-repeat 30px center
}
.tagList li.icon02{
	background:url(../images/data.png) no-repeat 10px center
}
.tagList li.icon03{
	background:url(../images/cloud.png) no-repeat 5px center
}
.tagList li.icon04{
	background:url(../images/data1.png) no-repeat 8px center
}
.linkBarWarp{
	height:146px;
	line-height:146px;
	text-align:center;
	background:url(../images/bluebg.jpg) no-repeat center
}
.linkBarWarp span{
	color:#fff;
	font-size:35px;
	padding-right:25px;
}
.linkBtn{
	width:195px;
	height:59px;
	line-height:59px;
	text-align:center;
	color:#fff;
	font-size:28px;
	background:#f39b1e;
	border-radius:4px;
	margin-top:-15px;
	font-family:微软雅黑;
}
.moudel03Warp{
	background:#fafafa;
	padding-bottom:100px
}
.moudel03Warp h1{
	font-size:40px;
	font-weight:normal;
	text-align:center;
}
.moudel03Warp h2{
	font-size:18px;
	font-weight:normal;
	text-align:center;
	margin-top:35px;
}

.listCont{
	width:80%;
	margin:0 auto;
	margin-top:60px;
}
.listCont li{
	position:relative;
	padding:7px 0;
	font-size:16px;
	font-weight:normal
}
.listCont li a,
.listCont li a:visited{
	font-size:16px;
}
.listCont li b{
	font-weight:normal;
	padding:3px 14px;
	background:#fff;
	border-radius:2px;
	margin-right:20px;
	border:1px solid #ccc
}
.listCont li em{
	position:absolute;
	top:0;
	right:0;
}
.listCont li.curStyle{
	color:#00d2d4;
}
.listCont li.curStyle a,
.listCont li.curStyle a:visited{
	color:#00d2d4;
}
.linkMoreWarp{
	padding:30px 0 35px 120px;
}
.linkMoreBtn{
	cursor:pointer;
	background:#00d2d4;
	width:159px;
	height:44px;
	line-height:44px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family:微软雅黑;
	border-radius:2px
}
.moudel04Warp{
	background:#fff;
}
.clientWarp{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.clientTitWarp{
	position:absolute;
	top:260px;
	right:50px
}
.clientTitWarp h2,
.clientTitWarp h3,
.clientTitWarp p{
	text-align:right
}
.clientTitWarp h2{
	font-size:40px;
	font-weight:normal;
	padding:15px 0;
	border-bottom:2px solid #3d4347
}
.clientTitWarp h2 b{
	font-size:28px;
}
.clientTitWarp h3{
	font-size:18px;
	padding:15px 0;
}
.clientImgWarp{
	margin:75px 0 0 25px
}
.imgList{
	overflow:hidden
}
.imgList li{
	float:left;
	position:relative;
	margin:14px 25px 0 0;
	width:105px;
	height:105px;
	overflow:hidden;
	border-radius:50%;
	background:#ebebec;
}
.imgList li.active{
	background:#fff;
}
.imgList li.imgLayout{
	background:#fff;
}
.imgList li a{
	display:block;
	position:absolute;
	width:100px;
	height:50px;
	text-align:center;
	overflow:hidden;
	top:50%;
	margin-top:-25px;
	left:50%;
	margin-left:-50px;
}
.buyWarp{
	position:relative;
	width:1150px;
	height:113px;
	margin:0 auto;
	margin-top:130px;
	margin-bottom:40px;
	border-radius:6px;
	background:#d9eeff;
	border:1px solid #7bb9ef;
	-moz-box-shadow: 0 3px 10px #d2d2d2;
	box-shadow: 0 3px 10px #d2d2d2;
}
.buyWarp h4{
	margin-top:20px;
	text-indent:75px;
	font-size:28px;
	color:#20303c;
}
.buyWarp h5{
	margin-top:5px;
	text-indent:75px;
	font-size:20px;
	color:#20303c;
	font-weight:normal
}
.buyWarp p{
	position:absolute;
	top:26px;
	right:69px;
}
.buyBtn{
	background:#f39b1e;
	width:198px;
	height:58px;
	line-height:58px;
	font-size:28px
}
.footerWarp{
	width:100%;
	min-width: 1250px;
	height:400px;
	margin:0 auto;
	background:#272727;
}
.fCont{
	width:1250px;
	margin: 0 auto;
}
.fContL{
	float:left;
}
.finfoBox{
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.finfoBox b{
	color: #12c4a0;
	font-size: 24px;
	line-height: 46px;
	padding-right: 20px
}
.codeCont{
	margin-top:40px
}


.codeCont p{
	float:left;
	margin-right: 20px;
	overflow: hidden;
}
.codeCont p i{
	display: block;
}
.codeCont p b{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 34px
}
.fContR{
	margin-top: 20px;
	float:right;
	overflow: hidden;
}
.fNavCont{
	float: left;
	color: #fff;
	margin-left: 80px
}
.fNavCont h1{
	font-size:16px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight:normal;
	background:url(../images/fnavline.jpg) no-repeat 0 bottom
}
.fNavCont li{
	line-height: 40px;
	color: #5f5f5f;
	font-size: 14px
}

/*---0702----*/
.menuBar{
	position: fixed;
	width: 100%;
	height: 75px;
	z-index: 999999999;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	border-radius: 0;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1)
}
.logoImg{
	float:left;
	display: flex;
	width:180px;
	height:75px;
	margin-left:10px;
	align-items: center;
	justify-content: center;
}
.mainMenu{
	float: right;
	margin-right: 15px;
}
.mainMenu li{
	float:left;
	position:relative;
	width:120px;
	cursor:pointer;
	text-align:center;
	height:75px;
	line-height:78px;
}
.mainMenu li span i{
	padding-right:19px;
	background:url(../images/arrows_down_bule.png) no-repeat right center
}
.mainMenu li.curSubMenu span i{
	background:url(../images/arrows_up_bule.png) no-repeat right center
}
.mainMenu li.curSubMenu span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:75px;
	text-align:center;
	z-index:9999;
}
.mainMenu li .subMenuWarp{
	display:none;
}
.mainMenu li.curSubMenu .subMenuWarp{
	position:absolute;
	display:block;
	top:0px;
	z-index:999;
	width:120px;
	background:#fff;
	padding-top:78px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	-moz-box-shadow: 0 2px 6px #c8c8c8;
	box-shadow:0 2px 6px #c8c8c8;
}
.mainMenu li.curSubMenu .subMenuWarp p{
	line-height:43px;
	border-top:1px solid #eff1f2
}
.mainMenu li a,
.mainMenu li a:visited{
	font-size:17px;
	color:#666666
}
.mainMenu li a:hover{color:#056e69 }

/*底部ICP*/
.ICPWarp{
	min-width: 1250px;
	color: #fff;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	background: #272727;
	border-top: 1px solid rgba(141,146,153,.4)
}

.tableList{
	border:1px solid #dfdfdf;
	border-bottom:0;
	border-radius:4px;
	margin:0 auto;
	margin-top:20px;
	width:98%;	
}
.tableList td{
	border-collapse:collapse;
	height:82px;
	font-size:16px;
	border-bottom:1px solid #dfdfdf;
}
.number{
	width:10%;
	text-align:center
}
.Cptable{
	border-collapse: collapse;
	margin-top: 20px
}
.Cptable td{
	border:1px solid #ddd;
	padding: 5px;
}
.Cptable thead td{
	background:#f0f0f0;
	color:#333;
	font-size:14px;
	height:30px;
	line-height:30px;
	text-align: center;
	padding: 5px;
	border-collapse: collapse;
}
.Cptable tbody td{
	line-height:32px;
	font-size:14px;
	color:#666;
	border-collapse: collapse;
}
.Cptable td p{
	line-height:20px;
	font-size:14px;
	color:#585858;
}
.newsWarp{
	margin-bottom: 100px
}
.newsList{
	margin:65px 0;
}
.newsList li{
	padding: 20px;
	margin: 30px 0;
	border:1px solid #f0f0f0;
	overflow: hidden
}
.newsList li i{
	float:left;
	display: flex;
	width: 260px;
	height: 180px;
	align-items: center;
	justify-content: center;
}
.newsList li h1{
	float: left;
	width: 800px;
	margin-left: 30px;
	overflow: hidden;
}
.newsList li h1 b{
	float: left;
	font-size: 20px;
	width:98%;
	padding:5px 0;
	line-height: 24px
}
.newsList li h1 p{
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	font-weight: normal
}
.newsList li{
	position: relative;
	cursor: pointer;
}
.newsList li h2{
	position:absolute;
	right: 20px;
	top: 68px;
	font-size: 22px;
	line-height: 40px;
	padding: 0 20px;
	border-left: 1px solid #f0f0f0
}
.newsList li h2 span{
	font-size: 18px;
	color: #666;
	font-weight: normal
}
.newsList li:hover{
	background: linear-gradient(0deg,rgba(186,216,243,.04),rgba(186,216,243,.2)),#fff;
}
.newsList li:hover h1 b{
	color:#056e69
}
.pdfWarp{
	padding:30px 0 150px 0
}
.lxWarp{
	position: relative;
	width: 100%;
	height: 500px;
	margin: 50px 0 300px 0;
	background: #f2f6ff;
	border-radius: 12px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05)
}
.lxList{
	float: left;
	width: 500px;
	height: 400px;
	margin-left: 60px;
}
.lxList h1{
	font-size: 26px;
	margin-top: 50px;
	line-height: 60px;
}
.lxList li{
	width: 500px;
	line-height: 68px;
	margin: 0;
	border-bottom: 1px solid #e6e6e6
}
.lxList li b{
	padding: 5px 10px 5px 40px;
	font-size: 18px;
}
.dhicon{background:url(../images/dh.png) no-repeat 0 center}
.ghicon{background:url(../images/gh.png) no-repeat 0 center}
.czicon{background:url(../images/cz.png) no-repeat 0 center}
.emalicon{background:url(../images/email.png) no-repeat 0 center}
.dzicon{background:url(../images/dz.png) no-repeat 0 center}
.mapWarp{
	position: absolute;
	top: 0;
	right: 0;
	width: 650px;
	height: 500px;
	margin-top: 0;
	overflow: hidden;
	border-radius: 12px;
}
.mapWarp img{
	height: 500px;
	border-radius: 12px;
}

.newsList li h1 b{
	float: left;
	font-size: 20px;
	width:98%;
	padding:5px 0;
	height:auto;
	line-height: 24px
}
