@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Arial';
	margin:auto
}
@font-face
{
	font-family: Arial;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#1E84E4;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #004F99;
}
.header.yanse.yanse01 .cur{
	color: #fff;
}
.header.yanse .zyw a{
	color:#FFF;
}
.header.yanse .pic01{
	display: none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}

.jump {
animation: jump .5s infinite alternate;
}
@keyframes jump {
from {
transform: translateY(0);
}
to {
transform: translateY(-5px);
}
}

@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1000px) {
/*底部开始*/
.foot_top{cursor: pointer;position: absolute;left: 50%;width: 50px;height: 25px;margin-left: -25px;bottom: 0;background: url(../images/index6Arrow1.png) no-repeat;z-index: 5;}
.footer{background-color: #0c1f36;width: 100%;position: static;z-index: 300;left: 0;bottom: 0;height: 0;overflow: hidden;z-index: 5;}
.footer.foot_show{height: 560px;overflow: visible;}
.footer.foot_show .foot_top{background-image: url(../images/index6Arrow2.png);bottom: auto;top: -25px;}

.footTop{opacity: 0;-webkit-transform:translateY(150px);-moz-transform:translateY(150px);transform:translateY(150px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;}


.footBottom{width: 100%;height: 40px;line-height: 40px;border-top: 1px solid #1a1a1b;text-align: center;font-size: 12px;}
.footBottom *{display: inline-block;vertical-align: middle;color: #666;}
.footBottom .cnzz{padding-left: 30px;}
.footer.foot_show .footTop{opacity: 1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);transform:translateY(0px);}

.footer,.foot_top{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
/*底部结束*/

.main{
	width: 100%;
	float:left;
	padding: 0px 8.33vw;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 9999;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.header .logo{
	width: auto;
	height: 80px;
	max-width: 12.375%;
}
.header .logo span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.header .innav{
	width: auto;
	height: 80px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	position: relative;
	margin-left:1.5vw;
	margin-right:1.5vw;
}
.header .innav ul li a{
	padding:15px 0;
}
.header .innav ul li i{
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
}
.header.yanse .innav ul li:hover i{
	opacity:1;
	background-color:#1E84E4;
	width:100%;
}
.header.yanse.yanse01 .innav ul li:hover i{
	opacity:1;
	background-color:#fff;
	width:100%;
}
.header.yanse .cur i{
	opacity:1;
	background-color:#1E84E4;
	width:100%;
}
.header.yanse.yanse01 .cur i{
	opacity:1;
	background-color:#fff;
	width:100%;
}


.header .innav ul li:last-child a{
	margin-right: 0px;
}

.header.yanse{
	background-color: #fff;
	top:0;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	top:30px;
}
.intop-r{
	width:auto;
	display: flex;
	align-items: center;
}
.insearch{
	width: 197px;
	height: 40px;
	border-radius: 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid rgba(255,255,255,0.60);
	padding:0 15px;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.zyw{
	width: 40px;
	height: 40px;
	background: #1E84E4;
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:20px;
}
.zyw a{
	color:#FFF;
}

.header.yanse .insearch{
	border: 1px solid #999999;
}
.header.yanse .inbk{
	color:#999;
}
.header.yanse.yanse01 .insearch{
	border: 1px solid rgba(255,255,255,0.60);
}
.header.yanse.yanse01 .inbk{
	color:#FFF;
}

.index01{
	width: 100%;
	float: left;
}

.index02{
	width: 100%;
	float: left;
	background-image: url(../img/abj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:138px 8.33vw;
	
}

.inabout{
	width:100%;
	float:left;
	height:100%;
	display: flex;
	justify-content: space-between;
}
.inab{
	width: 46.25%;
	font-size:16px;
	line-height:28px;
}
.inab h1{
	overflow:hidden;
}
.inab h1 img{
	max-width:70%;
}
.inab h2{
	font-size:18px;
	line-height:21px;
	color:#2157AE;
	text-transform:uppercase;
	margin-top:20px;
}
.inab h3{
	font-size:20px;
	line-height:2;
	font-weight:bold;
	margin-bottom:40px;
}
.inab .more{
	display:flex;
	align-items: center;
	margin-top:40px;
}
.inab .more img{
	margin-left:15px;
}
.inab .more a{
	color:#278FC1;
	width: 214px;
	height: 62px;
	border: 1px solid #004f99;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inab ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:80px;
}
.inab ul li{
	width:22.97%;
	border: 1px solid #1e84e4;
	height:115px;
	align-items: center;
	display:flex;
	justify-content: center;
}
.inab ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.inab ul li a:hover{
	background: #1E84E4;
	border: 1px solid #1E84E4;
}
.inab ul li a:hover dl dd{
	color:#FFF;
}
.inab ul li a dl dt{
	overflow:hidden;
	text-align:center;
}
.inab ul li a dl dd{
	color:#666;
	text-align:center;
	font-size:14px;
}
.inab ul li .pic01{
	display:inline-block;
}
.inab ul li .pic02{
	display: none;
}
.inab ul li:hover .pic01{
	display:none;
}
.inab ul li:hover .pic02{
	display:inline-block;
}
.inabimg{
	width:48.5625%;
	display:flex;
	overflow:hidden;
}
.inabimg img{
	
}



.index03{
	width: 100%;
	float: left;
	position:relative;
}

.hyyy{
	width:100%;
	float:left;
}
.hyyy img{
	width:100%;
	height:auto;
	display:block;
}

.yytitle{
	width: 100%;
	position:absolute;
	top: 120px;
	left:0;
	text-align:center;
	font-size:36px;
	line-height:54px;
	color:#fff;
	z-index:22;
	font-weight:bold;
}
.yylm{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	height:100%;
}
.yylm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.yylm ul li{
	width:33.33333%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(255,255,255,0.10);
	transition: all 0.6s;
}
.yylm ul li dl dt{
	text-align:center;
	overflow:hidden;
}
.yylm ul li dl dd{
	margin-top:30px;
	text-align:center;
	color:#FFF;
	font-size:20px;
	line-height:26px;
}
.yylm ul li dl .zgnr{
	width:100%; float:left;
	text-align:center;
	margin-top:30px;
	margin-bottom:20%;
}
.yylm ul li dl .zgnr img{ width:220px;}
.yylm ul li .tex{
	padding:0 60px;
	font-size:14px;
	line-height:28px;
	color:#FFF;
	margin-top:60px;
	opacity:0;
	height:0;
	text-align:center;
	transition: all 0.6s;
}
.yylm ul li .tex p img{
	max-width:220px;
}
.yylm ul li:hover .tex{
	opacity:1;
	height:auto;
}
.yylm ul li .tex .more{
	margin-top:60px;
}
.yylm ul li .tex .more a{
	color:#fff;
}
.yylm ul li .pic01{
	display:inline-block;
}
.yylm ul li .pic02{
	display: none;
}
.yylm ul li:hover .pic01{
	display:none;
}
.yylm ul li:hover .pic02{
	display:inline-block;
}

.yylm ul li:nth-child(4n){
	border:0px;
}
/*
.yylm ul li:hover{
	background: rgba(0,0,0,0.05);
	backdrop-filter:blur(15px);
}
.yylm ul li.cur{
	background: rgba(0,0,0,0.05);
	backdrop-filter:blur(15px);
}
*/

.yylm ul li:hover{
	background: #1E84E4;
	filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
.yylm ul li.cur{
	background:#1E84E4;
	filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

.yylm ul li.cur .pic01{
	display:none;
}
.yylm ul li.cur .pic02{
	display:inline-block;
}
.yylm ul li.cur .tex{
	opacity:1;
}

.inpro{
	width:100%;
	float:left;
	margin-top:40px;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(25.3% - 30px);
	position:relative;
	margin-right:30px;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li .tex{
	width:100%;
	position:absolute;
	top:80px;
	left:0;
	z-index:1;
	text-align:center;
	transition: all 0.6s;
}
.inpro ul li .tex dl dt{
	font-size:20px;
	color:#FFF;
	line-height:26px;
	font-weight:bold;
}
.inpro ul li .tex dl dd{
	margin-top:20px;
	display:none;
}
.inpro ul li .tex dl dd img{
	width:auto;
	height:auto;
}
.inpro ul li:hover .tex dl dd{
	display:inline-block;
}
.inpro ul li:hover .tex{
	top:60px;
}

.index04{
	width: 100%;
	float: left;
	background: #e9edf0;
	position:relative;
}
.kxjs{
	width:100%;
}
.kxjs img{
	width:100%;
	height:auto;
	display:block;
}
.kxtitle{
	width: 100%;
	position:absolute;
	top: 10vh;
	left:0;
	text-align:center;
	color:#333;
	z-index:22;
}
.kxtitle dl dt{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
}
.kxtitle dl dd{
	font-size:14px;
	line-height:1.6;
	margin-top:20px;
	display:flex;
	justify-content: center;
	text-align:center;
}
.kxtitle dl dd div{
	width:60%;
}


.altitle{
	width: 100%;
	float:left;
	margin-top: 150px;
	text-align:center;
	font-size:36px;
	line-height:54px;
	color:#fff;
	font-weight:bold;
}
.subtit{
	width:100%;
	float:left;
	margin-top:20px;
	text-align:center;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.sublm{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sublm a{
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 50px;
	backdrop-filter: blur(12.5px);
	padding:20px 50px;
	margin-left:15px;
	margin-right:15px;
	font-size:14px;
	color:#FFF;
}
.sublm a:hover{
	background: #1e84e4;
	border-radius: 50px;
	backdrop-filter: blur(12.5px);
}
.sublm a.cur{
	background: #1e84e4;
	border-radius: 50px;
	backdrop-filter: blur(12.5px);
}
.index05{
	width: 100%;
	float: left;
	background-image: url(../img/albj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:100px;
}


.incase{
	width:100%;
	float:left;
	margin-top:60px;
	padding:0 8.33vw;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
}
.incase ul li{
	width:calc(33.7% - 30px);
	margin-right:30px;
	position:relative;
}
.incase ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	opacity:0;
	transition: all 0.6s;
	background: linear-gradient(117deg,rgba(38,185,255,0.9) 0%, rgba(0,79,153,0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:16px;
	line-height:24px;
	color:#FFF;
	text-align:center;
}
.incase ul li .tex h1{
	font-size:20px;
	line-height:26px;
	margin-bottom:20px;
}
.incase ul li .tex .lj{
	display:flex;
	justify-content: center;
	margin-top:60px;
}
.incase ul li .tex .lj i{
	width:54px;
	height:54px;
	background-image:url(../img/lj.png);
	background-position:center;
	background-repeat:no-repeat;
}
.incase ul li:hover .tex{
	opacity:1;
}
.incase ul li:nth-child(3n){
	margin-right:0px;
}
.incase ul li dl dt{
	overflow:hidden;
}
.incase ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incase ul li:hover dl dt img{
	transform: scale(1.05);
}
.incase ul li dl dd{
	margin-top:30px;
	text-align:center;
	font-size:16px;
	line-height:24px;
	color:#FFF;
	font-weight:bold;
}

.inmore{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content: center;
}
.inmore.jz{
	justify-content: flex-start;
}
.inmore a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 214px;
	height: 62px;
	background: #1e84e4;
	color:#fff;
	font-size:14px;
}
.inmore a img{
	margin-left:30px;
}


.index06{
	width: 100%;
	float: left;
	padding:0 8.33vw;
	margin-bottom:100px;
}

.intit{
	width:100%;
	float:left;
	margin-top:130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl dt{
	font-size:40px;
	line-height:60px;
	font-weight:bold;
}
.intit dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:24px;
	color:#999;
}
.intit a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 214px;
	height: 62px;
	background: #1e84e4;
	color:#fff;
	font-size:14px;
}
.intit a img{
	margin-left:30px;
}
.innew{
	width:100%;
	float:left;
	margin-top:50px;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:25%;
	position:relative;
	overflow:hidden;
}
.innew ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover img{
	transform: scale(1.05);
}
.innew ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:50px 40px;
	color:#FFF;
}
.innew ul li .tex dl dt{
	font-size:12px;
	line-height:14px;
}
.innew ul li .tex dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.foot{
	width: 100%;
	float: left;
	background: #0c1f36;
	padding-top: 80px;
}
.bottom{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:50px;
}
.dbzyw{
	width: 225px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0.30);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color: #FFF;
}
.dbzyw a{
	color:#FFF;
	margin-left:30px;
	margin-right:10px;
}
.dbzyw i{
	font-size:18px;
}
.lotex{
	width: auto;
	display: flex;
	align-items: center;
}
.lotex .sx{
	width:3px;
	height:53px;
	background-color:#004F99;
	margin-left:32px;
	margin-right:32px;
}
.lotex .sx.marl0{
	margin-left:0;
}
.lotex dl dt{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#FFF;
}
.lotex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:16px;
	color:rgba(255,255,255,0.60);
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:60px;
}
.foot01-l{
	width:35%;
}
.foot01-l .a01{
	width:100%;
	float:left;
	display:flex;
}
.foot01-l .a01 .ewm{
	width:130px;
	min-width:130px;
	margin-right:40px;
	text-align:center;
}
.foot01-l .a01 .ewm dl dt{
	overflow:hidden;
	display:flex;
}
.foot01-l .a01 .ewm dl dt img{
	max-width:100%;
	height:auto;
}
.foot01-l .a01 .ewm dl dd{
	margin-top:20px;
	font-size:12px;
	color:rgba(255,255,255,0.60);
}
.foot01-l .a01 .phone2{
	width:auto;
}
.foot01-l .a01 .phone2 dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	color:#FFF;
}
.foot01-l .a01 .phone2 dl dd:first-child{
	margin-top:0px;
}
.foot01-l .a01 .phone2 dl dd b{
	font-size:24px;
	line-height:38px;
}
.foot01-l .a01 .phone2 dl dd img{
	margin-right:10px;
}

.foot01-r{
	width:64.25%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-r dl{
	width:auto;
	padding-left:2.0vw;
	border-left:1px solid rgba(255,255,255,0.10);
}
.foot01-r dl dt{
	font-size:16px;
	line-height:21px;
	margin-bottom:10px;
	color:#FFF;
	font-weight:bold;
}
.foot01-r dl dd{
	font-size:13px;
	line-height:16px;
	color:rgba(255,255,255,0.60);
	margin-top:20px;
}
.foot01-r dl dd a{
	color:rgba(255,255,255,0.60);
}

.foot02{
	width:100%;
	float:left;
	padding:30px 0;
	color:rgba(255,255,255,0.30);
	font-size:14px;
	line-height:18px;
	text-align:center;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:80px;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:70%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:40px;
	line-height:56px;
	font-weight:bold;
	color:#FFF;
}
.nybanner .tex dl dd{
	font-size:28px;
	line-height:1.5;
	color:#FFF;
	margin-top:20px;
}

.nab01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	margin-top:100px;
}
.nab01 .tex{
	width:70.75%;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.nab01 .tex h1{
	font-size:38px;
	line-height:1.4;
	color:#004F99;
}
.nab01 .tex h2{
	font-size:38px;
	line-height:1.4;
	color:#333;
	font-weight:normal;
}
.nab01 .tex .hx{
	display:flex;
	margin-top:30px;
	margin-bottom:30px;
}
.nab01 .tex .hx i{
	width:31px;
	height:2px;
	background-color:#004f99;
}
.nab01 .pic{
	width:auto;
}
.nab01 .pic img{
	max-width:100%;
}
.nab02{
	width:100%;
	float:left;
	margin-top:80px;
}
.nab02 img{
	width:100%;
	height:auto;
	display:block;
}

.nytit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:100px;
}
.nytit dl dt{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:32px;
	color:#666;
	text-align:center;
	display: flex;
	justify-content: center;
}
.nytit dl dd div{
	width:52.5%;
	text-align:center;
}
.qylx{
	width:100%;
	float:left;
	margin-top:50px;
}
.qylx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qylx ul li{
	width:31.6875%;
	position:relative;
}
.qylx ul li img{
	width:100%;
	height:auto;
	display:block;
}
.qylx ul li .tex{
	width:100%;
	position:absolute;
	bottom:80px;
	padding:0 50px;
	left:0;
	z-index:22;
	color:#FFF;
}
.qylx ul li .tex dl dt{
	font-size:24px;
	line-height:36px;
	display:flex;
	align-items: center;
	font-weight:bold;
}
.qylx ul li .tex dl dt img{
	margin-right:20px;
}
.qylx ul li .tex dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
	color:#fff;
}
.qylx ul li .tex2{
	width:100%;
	position:absolute;
	top:100px;
	left:0;
	padding:0 50px;
	z-index:22;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color:rgba(0,79,153,0.10);
	font-size:35px;
	line-height:53px;
	text-transform:uppercase;
	font-weight:bold;
	transition: all 0.6s;
	opacity:0;
}
.qylx ul li .tex2 img{
	width:25%;
	height:auto;
}
.qylx ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	background: #e9edf0;
	transition: all 0.6s;
	opacity:0;
}
.qylx ul li:hover .mask{
	opacity:1;
}
.qylx ul li:hover .tex2{
	opacity:1;
}
.qylx ul li:hover .tex{
	color:#333;
}
.qylx ul li:hover .tex dl dd{
	color:#666;
}

.fzlc{
	width:100%;
	float:left;
	height:785px;
	margin-top:120px;
	background-image:url(../img/lcbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.fzlc .jixian{
	width:100%;
	height:2px;
	background-color:rgba(255,255,255,0.3);
	position:absolute;
	top:508px;
	left:0;
	z-index:1;
}
.fzlc .lc01{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:0 8.33vw;
}
.fzlc .lc01 h1{
	font-size:36px;
	line-height:54px;
	color:#FFF;
	margin-top:100px;
	text-align:center;
}
.fzlc .lc01 h2{
	font-size:16px;
	line-height:32px;
	color:#FFF;
	margin-top:10px;
	text-align:center;
	font-weight:normal;
}

.nykx{
	width:100%;
	float: left;
	position:relative;
}
.nykx img{
	width:100%;
	height:auto;
	display:block;
}
.inwrap{
	width:100%;
	float:left;
	background: #e9edf0;
	padding-bottom:100px;
}

.cplm{
	width:100%;
	float:left;
	margin-top:80px;
}
.cplm ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-left:3.0vw;
	margin-right:3.0vw;
	text-align:center;
}
.cplm ul li dl dt{
	overflow:hidden;
}
.cplm ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:24px;
	color:#666;
}
.cplm ul li .pic01{
	display:inline-block;
}
.cplm ul li .pic02{
	display: none;
}
.cplm ul li:hover .pic01{
	display:none;
}
.cplm ul li:hover .pic02{
	display:inline-block;
}

.cplm ul li.cur .pic01{
	display:none;
}
.cplm ul li.cur .pic02{
	display:inline-block;
}
.cplist{
	width:100%;
	float:left;
	margin-top:40px;
}
.cplist ul li{
	width:100%;
	float:left;
	margin-top:20px;
	background-color:#FFF;
	padding:75px 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cplist ul li .pic{
	width:29%;
	overflow:hidden;
}
.cplist ul li .pic img{
	width:100%;
	height: auto;
}
.cplist ul li .tex{
	width:60%;
}
.cplist ul li .tex h1{
	font-size:32px;
	line-height:48px;
}
.cplist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.cplist ul li .tex dl dd{
	margin-top:80px;
}
.cplist ul li .tex dl dd a{
	display:flex;
	align-items: center;
	color:#1E84E4;
}
.cplist ul li .tex dl dd a b{
	margin-left:10px;
	font-family:'宋体';
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;	
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #1E84E4;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43);
	border:1px solid #1E84E4;
	color:#FFF;
}
.fy ul li .cur{
	background: #1E84E4;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border:1px solid #1E84E4;
	color:#FFF;
}

.viedo{
	width:100%;
	float:left;
	margin-top:160px;
	position:relative;
}
.viedo img{
	width:100%;
	height:auto;
	display:block;
}
.viedo span{
	width:74px;
	height:74px;
	position:absolute;
	left:calc(50% - 37px);
	top:calc(50% - 37px);
	background-image:url(../img/s01.png);
	background-position:center;
	background-repeat:no-repeat;
}
.proshow{
	width:100%;
	float: left;
	margin-top:80px;
}
.proshow ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow ul li{
	width:calc(25% - 30px);
	margin-right:30px;
	background-color:#FFF;
	padding:60px;
	text-align:center;
}
.proshow ul li:nth-child(4n){
	margin-right:0px;
}
.proshow ul li .pic{
	overflow:hidden;
}
.proshow ul li .pic img{
	max-width:100%;
}
.proshow ul li dl dt{
	margin-top:36px;
	margin-bottom:30px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.proshow ul li dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
}
.proshow2{
	width:100%;
	float: left;
	margin-top:50px;
	padding:40px 70px;
	background-color:#FFF;
	
}
.protit{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
}
.protit a{
	width: 250px;
	height: 56px;
	border: 1px solid #bdbdbd;
	line-height:56px;
	text-align:center;
	color:#666;
	font-size:16px;
	margin-right:15px;
}
.protit a:hover{
	background: #1e84e4;
	border:1px solid #1e84e4;
	color:#FFF;
}
.protit a.cur{
	background: #1e84e4;
	border:1px solid #1e84e4;
	color:#FFF;
}
.protex{
	width:100%;
	float:left;
	margin-top:25px;
	font-size:16px;
	line-height:30px;
}
.protex img{
	max-width:100%;
	height:auto;
}
.ke-zeroborder{width:100%;border-collapse:collapse;}
.ke-zeroborder th{border:1px dashed #fff;background:#003399;color:#fff;padding-left:10px;line-height:2.5;}
.ke-zeroborder td{border:1px dashed #999;color:#000;padding-left:10px;}
.ke-zeroborder td:first-child{border-left: none;}
.ke-zeroborder td:last-child{border-right: none;}
.morepro{
	width:100%;
	float:left;
	margin-top:50px;
	padding:0 8.33vw;
}
.morepro ul{
	display: flex;
	flex-wrap: wrap;
}
.morepro ul li{
	width:calc(33.8% - 30px);
	margin-right:30px;
	background-color:#FFF;
	padding:60px;
	text-align:center;
}
.morepro ul li:nth-child(3n){
	margin-right:0px;
}
.morepro ul li dl dt{
	overflow:hidden;
}
.morepro ul li dl dt img{
	max-width:90%;
	height:auto;
}
.morepro ul li dl dd{
	margin-top:80px;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.proxlm{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.proxlm a{
	padding:20px 58px;
	background: #ffffff;
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 50px;
	margin-left:15px;
	margin-right:15px;
	font-size:14px;
}
.proxlm a:hover{
	background-color:#1E84E4;
	color:#FFF;
}
.proxlm a.cur{
	background-color:#1E84E4;
	color:#FFF;
}
.caselist{
	width:100%;
	float:left;
	margin-top:20px;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(33.9% - 30px);
	background-color:#FFF;
	margin-top:60px;
	margin-right:30px;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li dl dt{
	overflow:hidden;
}
.caselist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}
.caselist ul li dl dd{
	padding:30px;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.caseshow{
	width:100%;
	float:left;
	background-color:#FFF;
	margin-top:80px;
	padding:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseshow-l{
	width:30%;
}
.caseshow-l dl dt{
	font-size:32px;
	line-height:46px;
	color:#004F99;
	font-weight:bold;
}
.caseshow-l dl dd{
	font-size:32px;
	line-height:46px;
}
.caseshow-l .xlogo{
	display:flex;
	margin-top:50px;
}
.caseshow-l .xlogo img{
	max-width:100%;
	height:auto;
}
.caseshow-r{
	width:65%;
	font-size:16px;
	line-height:32px;
}

.newlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:40px;
	background-color:#fff;
	padding:34px 60px;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background-color:#1E84E4;
}
.newlist ul li:hover .date{
	background: #ffffff;
	color:#1E84E4;
}
.td1 td{font-size:24px;color:#337FE5;line-height: 2;}
.newlist ul li .date{
	width: 9%;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#BDBDBD;
	min-width:134px;
}
.newlist ul li .date dl dt{
	font-size:61px;
	line-height:74px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
}
.newlist ul li .pic{
	width:25%;
	overflow:hidden;
	margin-left:40px;
	margin-right:60px;
	min-width:25%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	max-height:200px;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex dl dt{
	font-size:18px;
	line-height:27px;
	font-weight:bold;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li:hover .tex{
	color:#FFF;
}
.newlist ul li:hover .tex a{
	color:#FFF;
}
.newlist ul li .jt{
	width:48px;
	min-width:48px;
	height:48px;
	background-color:#e0e0e0;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'宋体';
	color: #FFF;
	margin-left:144px;
	font-weight:bold;
}
.newlist ul li .jt a{
	color:#FFF;
}
.newlist ul li:hover .jt{
	background-color:#fff;
	color:#1E84E4;
}
.newlist ul li:hover .jt a{
	color:#1E84E4;
}

.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:60px;
}
.nycon-l{
	width:65.5625%;
	background-color:#FFF;
	padding:60px 80px;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:34px;
	font-size:12px;
	line-height:16px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:20px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:55px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nycon-r{
	width:29.1875%;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	padding:40px;
	transition: all 0.6s;
	margin-top:25px;
}
.tjnew ul li:first-child{
	margin-top:0px;
}
.tjnew ul li:hover{
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.29), -12px -12px 20px 0px rgba(255,255,255,0.48); 
}
.tjnew ul li:hover dl dt{
	color:#1E84E4;
}
.tjnew ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
	margin-top:20px;
	font-weight:bold;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tjnew ul li dl dd{
	font-size:16px;
	line-height:23px;
	color:#666;
	display:flex;
	align-items: center;
}
.tjnew ul li dl dd a{
	color:#999;
	margin-right:20px;
}
.back{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
}
.back a{
	width: 209px;
	height: 58px;
	background: #1E84E4;
	line-height:58px;
	text-align:center;
	font-size:14px;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.back a b{
	margin-left:15px;
	font-family:'宋体';
}
/*
.lx01{
	width:100%;
	float:left;
	margin-top:100px;
}
.lx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:32%;
	background: #e9edf0;
	padding:40px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.lx01 ul li img{
	margin-right:30px;
}
.lx01 ul li dl dt{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.lx01 ul li dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:24px;
	color:#1E84E4;
	font-weight:bold;
}
.lx02{
	width:100%;
	float:left;
	margin-top:40px;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}
*/

.lx01{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lx01 div{
	width:50%;
	display:flex;
}
.lx01 div img{
	width:100%;
	height:auto;
}
.lx02{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:32px;
	line-height:58px;
	color:#1896C6;
	font-weight:bold;
}
.lx02 .sx{
	width:1px;
	height:76px;
	background-color:#08308f;
	margin-left:30px;
	margin-right:30px;
}

.lx03{
	width:100%;
	float:left;
	margin-top:25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	font-size:40px;
	line-height:58px;
	color:#08308F;
	font-weight:bold;
}
.lx03 .a01{
	width:auto;
}
.lx03 .a01 dl dd{
	display:flex;
	align-items: center;
	font-size:20px;
	line-height:30px;
	margin-top:15px;
	color:#333;
	font-weight:400;
}
.lx03 .a01 dl dd img{
	margin-right:20px;
}
.lx03 .a02{
	width:auto;
	display:flex;
}
.lx03 .a02 dl{
	margin-left:15px;
	text-align:center;
}
.lx03 .a02 dl img{
	max-width:100%;
}
.lx03 .a02 dl dd{
	font-size:14px;
	line-height:18px;
	color:#999;
}


.nlx01{
	width:100%;
	margin-top:20px;
	float:left;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:20px;
	width:31.9375%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:10px;
}
.bk{
	width:100%;
	line-height:54px;
	border:1px solid #E0E0E0;
	font-size:16px;
	color:#999;
	outline:none;
	padding:0 30px;
	background-color:transparent;
}
.anniu{
	width: 215px;
	height: 60px;
	background: #1E84E4;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	cursor:pointer;
	border:0px;
}

.rc01{
	width:100%;
	float:left;
	margin-top:40px;
}
.rc01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rc01 ul li{
	width:49.0625%;
	position:relative;
}
.rc01 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.rc01 ul li .tex{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 60px;
	padding-top:15%;
	display:flex;
}
.rc01 ul li .tex dl{
	width:53%;
}
.rc01 ul li .tex dl dt{
	font-size:20px;
	line-height:1.5;
	font-weight:bold;
}
.rc01 ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:1.5;
}
.zp02{
	width: 100%;
	float: left;
	margin-top: 100px;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:68px;
	line-height: 68px;
	display: flex;
	font-size:16px;
	background-color: #1E84E4;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:68px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:68px; 
	font-size:16px;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:70px 100px; 
	line-height:32px; 
	font-size:16px;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.red{
	color: #1E84E4;
}


.cpxxfa{
	height: auto;
	width:100%; 
	float:left;
	height: auto; 
	position:relative;
	margin-top:60px;
}
.cpxxfa img{
	width:100%;
	height:auto;
	display:block;
}
.cpxxfa a{
	height:100%; 
	width:100%; 
	float:left;
}
.cpxxfa .tex{
	width:100%;
	position:absolute;
	padding:0px 8.33vw;
	height:100%;
	left:0;
	z-index:999;
	color:#FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cpxxfa .tex .a01{
	width:34.5%;
}
.cpxxfa .tex h1{
	font-size:40px;
	line-height:70px;
	margin-bottom:20px;
}
.cpxxfa .tex h2{
	font-size:20px;
	line-height:33px;
	font-weight:normal;
}
.cpxxfa .tex .more{
	display:flex;
	margin-top:70px;
}
.cpxxfa .tex .more a{
	width: 214px;
	height: 62px;
	background: #1E84E4;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:62px;
	font-size:14px;
	color:#FFF;
}
.cpxxfa .tex .more a b{
	font-family:'宋体';
	margin-left:30px;
}







.hang3{ text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical}

.mart80{
	margin-top:80px;
}

.mart0{
	margin-top:0px;
}

.mart100{
	margin-top:100px;
}
.dingw{ width:100%; float:left; margin-top:-100px;}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.footer{position: absolute;}
.footer.foot_show{}
.search input[type="text"]{color: #fff;}
.header2{
	display: none;
}


	
}
@media (min-width:1000px) and  (max-width:1560px){
	.proxlm a {

    margin-bottom: 15px;
}
.nybanner .tex dl dt {
    font-size: 30px;
    line-height: 1.5;}
.nybanner .tex dl dd {
    font-size: 20px;
    line-height: 1.5;}
	

}

@media (min-width:1000px) and  (max-width:1440px){
	.foot01-l .a01 .ewm {
    width: 120px;
    min-width: 120px;
    margin-right: 20px;}
	.foot01-l .a01 .phone2 dl dd b {
    font-size: 22px;}
.foot01-r dl{
	padding-left: 1vw;
	}	
.foot01-r dl dd {
    font-size: 12px;}
.foot01-r dl dt {
    font-size: 14px;}
.dbzyw {
    width: 180px;
    height: 50px;}
	}
@media (min-width:1000px) and  (max-width:1360px){

.header .innav ul li{
	margin-left:0.8vw;
	margin-right:0.8vw;
	font-size: 14px;
}

.zyw{
	width: 28px;
	height: 28px;
	background: #1E84E4;
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.subNav{
	font-size:14px;
	padding:0 15px;
}
.navContent dl dd{
	font-size:12px;
	padding:0 15px;
}

.incase{
	width:100%;
	float:left;
	margin-top:50px;
	padding:0 8.33vw;
}

.proshow-r .zx ul li{
	width: 180px;
	height: 68px;
	border: 1px solid #999999;
	display:flex;
	justify-content: center;
	align-items: center;
}
.hdm ul li{
	margin-left:30px;
	margin-right:30px;
}
.caseshow-r .zx ul li{
	width:180px;
}

.rc01 ul li .tex{
	padding:30px;
}
.rc01 ul li .tex dl{
	width:50%;
}

.newlist ul li{
	align-items: flex-start;
}
.newlist ul li .tex{
	align-items: flex-start;
}
.foot01-l .a01 .phone2 dl dd b{
	font-size:16px;
}
.foot01-l .a01 .ewm{
	width:80px;
	min-width:80px;
	margin-right:20px;
}
.foot01-l .a01 .phone2 dl dd img{
	max-height:20px;
}
.foot01-r dl dt{
	font-size:14px;
}
.foot01-r dl dd{
	font-size:12px;
}
.foot01-r{
	width:64.25%;
}

.foot01-l .a01 .ewm dl dd{display:none;}
.kxtitle{
	width: 100%;
	position:absolute;
	top: 8vh;
	left:0;
	text-align:center;
	color:#333;
	z-index:22;
}
.kxtitle dl dt{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
}
.kxtitle dl dd{
	font-size:14px;
	line-height:28px;
	margin-top:20px;
	display:flex;
	justify-content: center;
	text-align:center;
}
.kxtitle dl dd div{
	width:60.75%;
}

.inpro ul li .tex dl dd img{
	width:auto;
	height:auto;
	max-width:56px;
}

.newlist ul li .date{
	min-height:90px;
	min-width:90px;
}
.newlist ul li .date dl dt{
	font-size:38px;
	line-height:38px;
}
.newlist ul li .date dl dd{
	font-size:12px;
}
.newlist ul li .jt{
	margin-left:30px;
}
.newlist ul li .pic{
	margin-left:20px;
	margin-right:40px;
	min-width:28%;
}
.newlist ul li .tex dl dt{
	font-size:16px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	font-size:12px;
	line-height:21px;
	margin-top:10px;
}

.insearch{
	width:140px;
	height:35px;
}
.inbk{
	font-size:12px;
}

.proshow ul li{
	padding:30px;
}
.proshow ul li .pic img{
	max-width:50%;
}
.proshow ul li dl dt{
	font-size:16px;
	margin-top:18px;
	margin-bottom:15px;
}
.proshow ul li dl dd{
	font-size:12px;
	line-height:21px;
}

.cpxxfa .tex h1{
	font-size:28px;
}
.cpxxfa .tex h2{
	font-size:14px;
	line-height:24px;
}

















}




@media (max-width:999px) {

.footer{}
.footer.foot_show{}
.search input[type="text"]{color: #fff;}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.ke-zeroborder {
    width: 100%;
    border-collapse: collapse;
}
.ke-zeroborder td {
    border: 1px dashed #999;
    color: #000;
    padding-left: 6px;
}
.td1 td{font-size:16px;color:#337FE5;line-height: 2;}
.ke-zeroborder td:first-child {
    border-left: none;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #1E84E4; color: #FFF;}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.index01{
	width: 100%;
	float: left;
}

.index02{
	width: 100%;
	float: left;
	background-image: url(../img/abj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0 8.33vw;
	padding-top:3.0rem;
}
.inabout{
	width:100%;
	float:left;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab{
	width: 100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab h1{
	overflow:hidden;
}
.inab h1 img{
	max-width:70%;
}
.inab h2{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#2157AE;
	text-transform:uppercase;
	margin-top:1.0rem;
}
.inab h3{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:1.0rem;
}
.inab .more{
	display:flex;
	align-items: center;
	margin-top:1.0rem;
}
.inab .more img{
	margin-left:15px;
}
.inab .more a{
	color:#278FC1;
	width: 10rem;
	height: 2.5rem;
	border: 1px solid #004f99;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inab ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inab ul li{
	width:49%;
	border: 1px solid #1e84e4;
	height:6.0rem;
	align-items: center;
	display:flex;
	justify-content: center;
	margin-bottom:10px;
}
.inab ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.inab ul li a:hover{
	background: #1E84E4;
	border: 1px solid #1E84E4;
}
.inab ul li a:hover dl dd{
	color:#FFF;
}
.inab ul li a dl dt{
	overflow:hidden;
	text-align:center;
}
.inab ul li a dl dt img{
	max-height:2.0rem;
}
.inab ul li a dl dd{
	color:#666;
	text-align:center;
	font-size:0.8rem;
}
.inab ul li .pic01{
	display:inline-block;
}
.inab ul li .pic02{
	display: none;
}
.inab ul li:hover .pic01{
	display:none;
}
.inab ul li:hover .pic02{
	display:inline-block;
}
.inabimg{
	width:100%;
	display:flex;
	overflow:hidden;
	margin-top:2.0rem;
}
.inabimg img{
	width:100%;
}

.index03{
	width: 100%;
	float: left;
	margin-top:3.0rem;
	position:relative;
}

.hyyy{
	width:100%;
	float:left;
}
.hyyy img{
	width:100%;
	height:auto;
	display:block;
}
.yytitle{
	width: 100%;
	position:absolute;
	top: 1.0rem;
	left:0;
	text-align:center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#fff;
	z-index:22;
	font-weight:bold;
}
.yylm{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	height:100%;
}
.yylm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.yylm ul li{
	width:33.33333%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(255,255,255,0.10);
	transition: all 0.6s;
}
.yylm ul li dl dt{
	text-align:center;
	overflow:hidden;
	margin-top:2.0rem;
}
.yylm ul li dl dt img{
	max-height:3.0rem;
}
.yylm ul li dl dd{
	margin-top:1.0rem;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
	line-height:1.5rem;
}
.yylm ul li dl .zgnr{
	width:100%; float:left;
	text-align:center;
	margin-top:30%;
	margin-bottom:20%;
	display:none;
}
.yylm ul li dl .zgnr img{ width:220px;}
.yylm ul li .tex{
	padding:0 60px;
	font-size:14px;
	line-height:28px;
	color:#FFF;
	margin-top:60px;
	opacity:0;
	height:0;
	text-align:center;
	transition: all 0.6s;
	display:none;
}
.yylm ul li .tex p img{
	max-width:220px;
	display:none;
}

.yylm ul li:hover .tex{
	opacity:0;
	height:auto;
}
.yylm ul li .tex .more{
	margin-top:60px;
}
.yylm ul li .tex .more a{
	color:#1E84E4;
}
.yylm ul li .pic01{
	display:inline-block;
}
.yylm ul li .pic02{
	display: none;
}
.yylm ul li:hover .pic01{
	display:none;
}
.yylm ul li:hover .pic02{
	display:inline-block;
}
.yylm ul li:hover{
	background: rgba(0,0,0,0.05);
	backdrop-filter:blur(15px);
}
.yylm ul li:nth-child(3n){
	border:0px;
}
.yylm ul li.cur{
	background: rgba(0,0,0,0.05);
	backdrop-filter:blur(15px);
}
.yylm ul li.cur .pic01{
	display:none;
}
.yylm ul li.cur .pic02{
	display:inline-block;
}
.yylm ul li.cur .tex{
	opacity:1;
}



.index04{
	width: 100%;
	float: left;
	background: #e9edf0;
}
.kxjs{
	width:100%;
}
.kxjs img{
	width:100%;
	height:auto;
	display:block;
}
.kxtitle{
	width: 100%;
	margin-top:2.0rem;
	text-align:center;
	color:#333;
}
.kxtitle dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.kxtitle dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	display:flex;
	justify-content: center;
	text-align:center;
}
.kxtitle dl dd div{
	width:90%;
}


.altitle{
	width: 100%;
	float:left;
	margin-top: 3.0rem;
	text-align:center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#fff;
	font-weight:bold;
	padding:0 8.33vw;
}
.subtit{
	width:100%;
	float:left;
	margin-top:1.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	padding:0 8.33vw;
}
.sublm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sublm a{
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 1.5rem;
	backdrop-filter: blur(12.5px);
	padding:0.2rem 1.5rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
	font-size:0.8rem;
	color:#FFF;
	margin-top:0.5rem;
}
.sublm a:hover{
	background: #1e84e4;
	backdrop-filter: blur(12.5px);
}
.sublm a.cur{
	background: #1e84e4;
	backdrop-filter: blur(12.5px);
}
.index05{
	width: 100%;
	float: left;
	background-image: url(../img/albj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:3.0rem;
}
.incase{
	width:100%;
	float:left;
	padding:0 8.33vw;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
}
.incase ul li{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.incase ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	opacity:0;
	transition: all 0.6s;
	background: linear-gradient(117deg,rgba(38,185,255,0.9) 0%, rgba(0,79,153,0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	text-align:center;
}
.incase ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.incase ul li .tex .lj{
	display:flex;
	justify-content: center;
	margin-top:2.0rem;
}
.incase ul li .tex .lj i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/lj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incase ul li:hover .tex{
	opacity:1;
}

.incase ul li dl dt{
	overflow:hidden;
}
.incase ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incase ul li:hover dl dt img{
	transform: scale(1.05);
}
.incase ul li dl dd{
	margin-top:1.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	font-weight:bold;
}

.inmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: center;
}
.inmore.jz{
	justify-content: flex-start;
}
.inmore a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10rem;
	height: 2.5rem;
	background: #1e84e4;
	color:#fff;
	font-size:0.8rem;
}
.inmore a img{
	margin-left:1.0rem;
}


.index06{
	width: 100%;
	float: left;
}

.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 8.33vw;
}
.intit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.intit a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10rem;
	height: 2.5rem;
	background: #1e84e4;
	color:#fff;
	font-size:0.8rem;
	margin-top:1.0rem;
}
.intit a img{
	margin-left:1.0rem;
}
.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:0 8.33vw;
	margin-bottom:3.0rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:50%;
	position:relative;
	overflow:hidden;
}
.innew ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover img{
	transform: scale(1.05);
}
.innew ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0.5rem;
	color:#FFF;
}
.innew ul li .tex dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
}
.innew ul li .tex dl dd{
	margin-top:0.6rem;
	font-size:0.8rem;
	line-height:1.2rem;
	font-weight:bold;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#pos{
	position:static;
}
.foot{
	width: 100%;
	float: left;
	background: #0c1f36;
	padding-top: 1.0rem;
}
.bottom{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:1.0rem;
}
.dbzyw{
	width: 10rem;
	height: 2.5rem;
	border: 1px solid rgba(255,255,255,0.30);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color: #FFF;
}
.dbzyw a{
	color:#FFF;
	margin-left:1.0rem;
	margin-right:0.5rem;
}
.dbzyw i{
	font-size:18px;
}
.lotex{
	width: 100%;
	display: flex;
	align-items: center;
	display:none;
}
.lotex .sx{
	width:2px;
	height:2.5rem;
	background-color:#004F99;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.lotex .sx.marl0{
	margin-left:0;
}
.lotex img{
	max-width:20%;
}
.lotex dl dt{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#FFF;
}
.lotex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:16px;
	color:rgba(255,255,255,0.60);
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:2.0rem;
}
.foot01-l{
	width:100%;
}
.foot01-l .a01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
}
.foot01-l .a01 .ewm{
	width:100%;
	text-align:center;
}
.foot01-l .a01 .ewm dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.foot01-l .a01 .ewm dl dt img{
	max-width:40%;
	height:auto;
}
.foot01-l .a01 .ewm dl dd{
	margin-top:0.8rem;
	font-size:0.8rem;
	color:rgba(255,255,255,0.60);
}
.foot01-l .a01 .phone2{
	width:100%;
	margin-top:2.0rem;
}
.foot01-l .a01 .phone2 dl dd{
	margin-top:0.5rem;
	display:flex;
	align-items: center;
	color:#FFF;
}
.foot01-l .a01 .phone2 dl dd:first-child{
	margin-top:0px;
}
.foot01-l .a01 .phone2 dl dd b{
	font-size:1.5rem;
	line-height:1.5rem;
}
.foot01-l .a01 .phone2 dl dd img{
	margin-right:0.5rem;
	max-height:1.0rem;
}

.foot01-r{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-r dl{
	width:50%;
	padding-left:3.0vw;
	border-left:1px solid rgba(255,255,255,0.10);
	margin-top:2.0rem;
}
.foot01-r dl dt{
	font-size:1.0rem;
	line-height:1.2rem;
	margin-bottom:0.2rem;
	color:#FFF;
	font-weight:bold;
}
.foot01-r dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	color:rgba(255,255,255,0.60);
	margin-top:0.5rem;
}
.foot01-r dl dd a{
	color:rgba(255,255,255,0.60);
}

.foot02{
	width:100%;
	float:left;
	padding:1.0rem 8.33vw;
	color:rgba(255,255,255,0.30);
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:0.8rem;
	line-height:1.8rem;
	font-weight:bold;
	color:#FFF;
}
.nybanner .tex dl dd{
	font-size:0.6rem;
	line-height:1.2rem;
	color:#FFF;
	margin-top:0.1rem;
}

.nab01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:3.0rem;
}
.nab01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nab01 .tex h1{
	font-size:1.1rem;
	line-height:1.4;
	color:#004F99;
}
.nab01 .tex h2{
	font-size:1.1rem;
	line-height:1.4;
	color:#333;
	font-weight:normal;
}
.nab01 .tex .hx{
	display:flex;
	margin-top:1.0rem;
	margin-bottom:1.0rem;
}
.nab01 .tex .hx i{
	width:1.5rem;
	height:2px;
	background-color:#004f99;
}
.nab01 .pic{
	width:100%;
	margin-top:2.0rem
}
.nab01 .pic img{
	max-width:80%;
}
.nab02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nab02 img{
	width:100%;
	height:auto;
	display:block;
}

.nytit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:3.0rem;
	padding:0 8.33vw;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5;
	color:#666;
	text-align:center;
	display: flex;
	justify-content: center;
}
.nytit dl dd div{
	width:100%;
	text-align:center;
}
.qylx{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.qylx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qylx ul li{
	width:100%;
	position:relative;
	margin-top:1.0rem;
}
.qylx ul li img{
	width:100%;
	height:auto;
	display:block;
}
.qylx ul li .tex{
	width:100%;
	position:absolute;
	bottom:2.0rem;
	padding:0 2.0rem;
	left:0;
	z-index:22;
	color:#FFF;
}
.qylx ul li .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	display:flex;
	align-items: center;
	font-weight:bold;
}
.qylx ul li .tex dl dt img{
	margin-right:0.5rem;
}
.qylx ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#fff;
	font-size:16px;
}
.qylx ul li .tex2{
	width:100%;
	position:absolute;
	top:3.0rem;
	left:0;
	padding:0 2.0rem;
	z-index:22;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color:rgba(0,79,153,0.10);
	font-size:1.2rem;
	line-height:2.0rem;
	text-transform:uppercase;
	font-weight:bold;
	transition: all 0.6s;
	opacity:0;
}
.qylx ul li .tex2 img{
	width:auto;
	height:auto;
}
.qylx ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	background: #e9edf0;
	transition: all 0.6s;
	opacity:0;
}
.qylx ul li:hover .mask{
	opacity:1;
}
.qylx ul li:hover .tex2{
	opacity:1;
}
.qylx ul li:hover .tex{
	color:#333;
}
.qylx ul li:hover .tex dl dd{
	color:#666;
}

.fzlc{
	width:100%;
	float:left;
	height: auto;
	margin-top:3.0rem;
	background-image:url(../img/lcbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding-bottom:5.0rem;
}
.fzlc .jixian{
	width:100%;
	height:2px;
	background-color:rgba(255,255,255,0.3);
	position:absolute;
	top:450px;
	left:0;
	z-index:1;
	display:none;
}
.fzlc .lc01{
	width:100%;
	float:left;
	padding:0 8.33vw;
}
.fzlc .lc01 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	margin-top:3.0rem;
	text-align:center;
}
.fzlc .lc01 h2{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:0.2rem;
	text-align:center;
	font-weight:normal;
}

.nykx{
	width:100%;
	float: left;
	position:relative;
	background:#e9edf0;
}
.nykx img{
	width:100%;
	height:auto;
	display:block;
}
.inwrap{
	width:100%;
	float:left;
	background: #e9edf0;
	padding-bottom:3.0rem;
}

.cplm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cplm ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cplm ul li{
	width:32%;
	text-align:center;
	
}
.cplm ul li dl dt{
	overflow:hidden;
}
.cplm ul li dl dt img{
	max-height:3.0rem;
}
.cplm ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.cplm ul li .pic01{
	display:inline-block;
}
.cplm ul li .pic02{
	display: none;
}
.cplm ul li:hover .pic01{
	display:none;
}
.cplm ul li:hover .pic02{
	display:inline-block;
}

.cplm ul li.cur .pic01{
	display:none;
}
.cplm ul li.cur .pic02{
	display:inline-block;
}
.cplist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cplist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#FFF;
	padding:1.0rem 0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cplist ul li .pic{
	width:100%;
	overflow:hidden;
}
.cplist ul li .pic img{
	width:100%;
	height: auto;
}
.cplist ul li .tex{
	width:100%;
}
.cplist ul li .tex h1{
	margin-top:20px;
	font-size:1.0rem;
	line-height:1.5rem;
}
.cplist ul li .tex dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cplist ul li .tex dl dd{
	margin-top:0.5rem;
}
.cplist ul li .tex dl dd a{
	display:flex;
	align-items: center;
	color:#1E84E4;
}
.cplist ul li .tex dl dd a b{
	margin-left:0.5rem;
	font-family:'宋体';
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;	
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border-radius:1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #1E84E4;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43);
	border:1px solid #1E84E4;
	color:#FFF;
}
.fy ul li .cur{
	background: #1E84E4;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border:1px solid #1E84E4;
	color:#FFF;
}

.viedo{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
}
.viedo img{
	width:100%;
	height:auto;
	display:block;
}
.viedo span{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:calc(50% - 1.0rem);
	top:calc(50% - 1.0rem);
	background-image:url(../img/s01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.proshow{
	width:100%;
	float: left;
	margin-top:1.0rem;
}
.proshow ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow ul li{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.proshow ul li:nth-child(4n){
	margin-right:0px;
}
.proshow ul li .pic{
	overflow:hidden;
}
.proshow ul li .pic img{
	max-height:4.0rem;
}
.proshow ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.proshow ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.proshow2{
	width:100%;
	float: left;
	margin-top:2.0rem;
	padding:1.0rem 2.0rem;
	background-color:#FFF;
	overflow:scroll;
}
.protit{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
}
.protit a{
	width: 300px;
	padding:0.5rem 1.0rem;
	border: 1px solid #bdbdbd;
	text-align:center;
	color:#666;
	font-size:0.8rem;
	margin-right:0.5rem;
}
.protit a:hover{
	background: #1e84e4;
	border:1px solid #1e84e4;
	color:#FFF;
}
.protit a.cur{
	background: #1e84e4;
	border:1px solid #1e84e4;
	color:#FFF;
}
.protex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.2rem;
}
.protex img{
	max-width:100%;
	height:auto;
}
.morepro{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding:0 8.33vw;
}
.morepro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.morepro ul li{
	width:48%;
	background-color:#FFF;
	padding:1.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.morepro ul li dl dt{
	overflow:hidden;
}
.morepro ul li dl dt img{
	max-width:90%;
	height:auto;
}
.morepro ul li dl dd{
	margin-top:2.0rem;
	text-align:center;
	font-size:1.0rem;
	line-height:1.rem;
	font-weight:bold;
}
.proxlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.proxlm a{
	padding:0.5rem 1.0rem;
	background: #ffffff;
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 1.5rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
	font-size:0.8rem;
	margin-top:0.5rem;
}
.proxlm a:hover{
	background-color:#1E84E4;
	color:#FFF;
}
.proxlm a.cur{
	background-color:#1E84E4;
	color:#FFF;
}
.caselist{
	width:100%;
	float:left;
	margin-top:20px;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caselist ul li{
	width:100%;
	background-color:#FFF;
	margin-top:1.0rem;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li dl dt{
	overflow:hidden;
}
.caselist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}
.caselist ul li dl dd{
	padding:0.5rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5;
	font-weight:bold;
}
.caseshow{
	width:100%;
	float:left;
	background-color:#FFF;
	margin-top:2.0rem;
	padding:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseshow-l{
	width:100%;
}
.caseshow-l dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#004F99;
	font-weight:bold;
}
.caseshow-l dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
}
.caseshow-l .xlogo{
	display:flex;
	margin-top:2.0rem;
}
.caseshow-l .xlogo img{
	max-width:100%;
	height:auto;
}
.caseshow-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#fff;
	padding:1.0rem;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background-color:#1E84E4;
}
.newlist ul li:hover .date{
	background: #ffffff;
	color:#1E84E4;
}
.newlist ul li .date{
	width: 9%;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#BDBDBD;
	min-width:134px;
	display:none;
}
.newlist ul li .date dl dt{
	font-size:61px;
	line-height:74px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
}
.newlist ul li .pic{
	width:35%;
	overflow:hidden;
	margin-right:1.0rem;
	min-width:25%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex dl dt{
	font-size:0.7rem;
	line-height:1.4;
	font-weight:bold;
}
.newlist ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5;
	display:none;
}
.newlist ul li:hover .tex{
	color:#FFF;
}
.newlist ul li:hover .tex a{
	color:#FFF;
}
.newlist ul li .jt{
	width:48px;
	min-width:48px;
	height:48px;
	background-color:#e0e0e0;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'宋体';
	color: #FFF;
	margin-left:144px;
	font-weight:bold;
	display:none;
}
.newlist ul li .jt a{
	color:#FFF;
}
.newlist ul li:hover .jt{
	background-color:#fff;
	color:#1E84E4;
}
.newlist ul li:hover .jt a{
	color:#1E84E4;
}

.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.nycon-l{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:0.5rem;
}
.newdate a img{
	max-height:1.5rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nycon-r{
	width:29.1875%;
	display:none;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	padding:40px;
	transition: all 0.6s;
	margin-top:25px;
}
.tjnew ul li:first-child{
	margin-top:0px;
}
.tjnew ul li:hover{
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.29), -12px -12px 20px 0px rgba(255,255,255,0.48); 
}
.tjnew ul li:hover dl dt{
	color:#1E84E4;
}
.tjnew ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
	margin-top:20px;
	font-weight:bold;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tjnew ul li dl dd{
	font-size:16px;
	line-height:23px;
	color:#666;
	display:flex;
	align-items: center;
}
.tjnew ul li dl dd a{
	color:#999;
	margin-right:20px;
}
.back{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.back a{
	width: 10rem;
	height: 2.5rem;
	background: #1E84E4;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.back a b{
	margin-left:0.5rem;
	font-family:'宋体';
}

.lx01{
	width:100%;
	float:left;
	margin-top:1.0rem;

}
.lx01 img{
	width:100%;
	height:auto;
	display:block;
}
.lx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	background: #e9edf0;
	padding:1.0rem;
	display:flex;
	align-items: center;
	margin-top:1.0rem;
}
.lx01 ul li img{
	margin-right:1.0rem;
	max-height:3.0rem;
}
.lx01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
	font-weight:bold;
}
.lx01 ul li dl dd{
	margin-top:0.2rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#1E84E4;
	font-weight:bold;
}
.lx02{
	/*width:100%;
	float:left;
	margin-top:1.0rem;*/
	width: 100%;
    float: left;
    margin-top: 2.0rem;
    display: flex;
    align-items: center;
    font-size: 1.0rem;
    line-height: 2.0rem;
    color: #1896C6;
    font-weight: bold;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}
.lx03 {
    width: 100%;
    float: left;
    margin-top: 1.0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    color: #08308F;
    font-weight: bold;
}
.lx03 .a01 {
    width: 100%;
    margin-top: 1.0rem;
}
.lx03 .a01 dl dd {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.0rem;
    margin-top: 0.5rem;
    color: #333;
    font-weight: 400;
}
.lx03 .a01 dl dd img {
    margin-right: 0.5rem;
    max-height: 1.5rem;
}
.nlx01{
	width:100%;
	margin-top:1.0rem;
	float:left;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:10px;
}
.bk{
	width:100%;
	line-height:2.5rem;
	border:1px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding:0 1.0rem;
	background-color:transparent;
}
.anniu{
	width: 10rem;
	height: 2.5rem;
	background: #1E84E4;
	color:#FFF;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	border:0px;
}

.rc01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.rc01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rc01 ul li{
	width:100%;
	position:relative;
	margin-top:1.0rem;	
}
.rc01 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.rc01 ul li .tex{
	width: 65%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    padding: 1rem 1rem;
    display: flex;
}
.rc01 ul li .tex dl{
	width:100%;
}
.rc01 ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.rc01 ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.7rem;
	line-height:1.3;
	color:#000;
}
.zp02{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:2.5rem;
	line-height: 2.5rem;
	display: flex;
	font-size:0.8rem;
	background-color: #1E84E4;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:2.5rem; 
	font-size:0.8rem;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	width:5.0rem;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	width:calc(100% - 6.0rem);
}
.red{
	color: #1E84E4;
}

.cpxxfa{
width:100%; 
	float:left;
	height: auto; 
	position:relative;
	margin-top:2rem;
	
}
.cpxxfa img{
	width:100%;
	height:auto;
	display:block;
}
.cpxxfa a{
	height:100%; 
	width:100%; 
	float:left;
}
.cpxxfa .tex{
	width:100%;
	position:absolute;
	padding:0px 8.33vw;
	height:100%;
	left:0;
	z-index:999;
	color:#FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cpxxfa .tex .a01{
	width:100%;
}
.cpxxfa .tex h1{
	font-size:0.8rem;
	line-height:2.0rem;
	margin-bottom:0.6rem;
}
.cpxxfa .tex h2{
	font-size:0.6rem;
	line-height:1.5;
	font-weight:normal;
	display:none;
}
.cpxxfa .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.cpxxfa .tex .more a{
	width: 6rem;
	height: 1.8rem;
	background: #1E84E4;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:2.5rem;
	font-size:0.8rem;
	color:#FFF;
}
.cpxxfa .tex .more a b{
	font-family:'宋体';
	margin-left:1.0rem;
}

.ke-zeroborder{ }
.dingw{ width:100%; float:left; margin-top:-5rem;}



.hang3{ text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical}

.inpro{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:100%;
	position:relative;
	margin-top:1.0rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li .tex{
	width:100%;
	position:absolute;
	top:2.0rem;
	left:0;
	z-index:1;
	text-align:center;
	transition: all 0.6s;
}
.inpro ul li .tex dl dt{
	font-size:1.0rem;
	color:#FFF;
	line-height:1.5rem;
	font-weight:bold;
}
.inpro ul li .tex dl dd{
	margin-top:2.0rem;
	display:none;
}
.inpro ul li .tex dl dd img{
	width:auto;
	height:auto;
	max-height:2.5rem;
}
.inpro ul li:hover .tex dl dd{
	display:inline-block;
}
.inpro ul li:hover .tex{
	top:1.0rem;
}



.mart80{
	margin-top:2.0rem;
}
.mart100{
	margin-top:3.0rem;
}








}
































