@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../fonts/anton.woff.ttf'),
	url('../fonts/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../fonts/roboto-regular.ttf'),
	url('../fonts/roboto-regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../fonts/source-han-serif-cn-bold.ttf'),
	url('../fonts/source-han-serif-cn-bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#278FC1;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	top:0;
}
.header.yanse .toptel{
	border: 1px solid #bdbdbd;
}
.header.yanse .search{
	border: 1px solid #bdbdbd;
}
.header.yanse .bk{
	color:#BDBDBD;
}
.header.yanse a{
	color: #333333;
}
.header.yanse a:hover{
	color:#278FC1;
	border-bottom: 2px solid #205ca6;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.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;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	border-bottom: 0px solid rgba(255,255,255,0.2);
	top:20px;
}
.header.yanse.yanse01 .toptel{
	color:#fff;
}
.nyheader .pic01{
	display: none;
}
.nyheader .pic02{
	display: inline-block;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	top:30px;
	left:0;
	z-index:999999;
	height:65px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	padding:0px 8.33vw;
	height:65px;
}
.nyheader{
	width:100%;
	float:left;
	background-color:#FFF;
	height:70px;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
}
.top{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:70px;
}
.logo{
	width:267px;
	display: flex;
	align-items: center;
	height:65px;
	max-width:13.5%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:65px;
}
.innav{
	width: auto;
	height: 55px;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:2.5vw;
	font-size:16px;
	color:#FFF;
	position:relative;
}
.innav ul li a{
	color:#FFF;
	height: 55px;
	line-height:55px;
}
.nyheader .innav ul li a{
	color:#333;
}
.nyheader .innav ul li a:hover{
	color:#205CA6;
	border-bottom: 2px solid #205ca6;
}
.nyheader .innav ul li .cur{
	color:#205CA6;
	border-bottom: 2px solid #205ca6;
}
.innav ul li a:hover{
	color:#FFF;
	border-bottom: 2px solid #ffffff;
}
.innav ul li .cur{
	color:#FFF;
	border-bottom: 2px solid #ffffff;
}
.innav ul li ul{display:none;}
.innav ul li:hover ul{display:block; position:absolute;top:55px; left:0;width:220px;background:#26aff7;padding-left:0;border-radius:10px;}
.innav ul li:hover ul li{width:100%;height:40px;line-height:40px;float:left;font-size:14px;margin-left:0;padding-left:20px;text-align:center;}
.innav ul li:hover ul li a{color:#fff;}
.innav ul li:hover ul li a:hover{border-bottom: 0px solid #205ca6;}

.nyheader .toptel{
	border: 1px solid #bdbdbd;
}
.nyheader .search{
	border: 1px solid #bdbdbd;
}
.nyheader .bk{
	color:#BDBDBD;
}
.toptel{
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255,255,255,0.60);
	border-radius: 50%;
	margin-left:1.166vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toptel img{
	max-height:50%;
	max-width:50%;
}
.search{
	width: 197px;
	height: 40px;
	border: 1px solid rgba(255,255,255,0.60);
	border-radius: 35px;
	padding-left:20px;
	padding-right:10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left:4.166vw;
}
.bk{
	width:calc(100% - 20px);
	color: rgba(255,255,255,0.60);
	font-size: 14px;
	outline:none;
	background-color:transparent;
	font-family:'微软雅黑';
	border:0px;
}
.inab{
	width:100%;
	float:left;
	padding-right:0vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:138px;
}
.inab .tex{
	width:56%;
	position: relative;
}
.inab .tex .subtex{
	width:76%;
	margin-left:8.33vw;
	font-size:16px;
	line-height:32px;
}
.inab .tex .subtex h1{
	margin-bottom:25px;
}
.inab .tex .subtex dl dt{
	font-family: Roboto;
	font-size:20px;
	line-height:23px;
	background: linear-gradient(92deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-transform:uppercase;
}
.inab .tex .subtex dl dd{
	font-size:32px;
	line-height:42px;
	font-weight: 700;
	color:#333;
	margin-bottom:40px;
}
.inab .tex .subtex .more{
	margin-top:50px;
	display:flex;
}
.inab .tex .subtex .more a{
	width: 214px;
	height: 62px;
	border: 1px solid;
	border-radius: 40px;
	font-size:14px;
	color:#278FC1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab .tex .subtex .more a i{
	width:15px;
	height:24px;
	background-image:url(../images/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.inab .tex .num{
	width:100%;
	float:left;
	height:222px;
	background: linear-gradient(100deg,#26b9ff 0%, #2157ae 100%);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.inab .tex .num ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height:222px;
}
.inab .tex .num ul li{
	width:auto;
	color:#FFF;
	display: flex;
}
.inab .tex .num ul li dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-strat;
	font-size:48px;
	line-height:55px;
}
.inab .tex .num ul li dl dt i{
	font-size:14px;
	line-height:18px;
	margin-left:5px;
}
.inab .tex .num ul li dl dd{
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:rgba(255,255,255,0.6);
	margin-top:5px;
}
.inab .tex .num ul li .sx{
	width:1px;
	height:50px;
	background-color:rgba(255,255,255,0.6);
	margin-left:60px;
	margin-right:60px;
}
.inab .pic{
	width:44%;
	overflow:hidden;
}
.inab .pic img{
	min-height:100%;
	min-width:100%;
}



.intit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.intit dl dt{
	font-size:24px;
	line-height:32px;
	background: linear-gradient(104deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight:bold;
}
.intit dl dd{
	margin-top:20px;
	font-size:40px;
	line-height:53px;
	font-weight:bold;
}
.inpro{
	width:100%;
	float:left;
	margin-top:60px;
	padding:0px 30px;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:33%;
	position:relative;
	margin-bottom:10px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	width:100%;  height:50px;line-height:50px;text-align:center;	font-size:18px;font-weight: 700;
}
.inpro ul li .tex dl dt{
	font-size:24px;
	line-height:32px;
	
}
.inpro ul li .tex dl dd{
	font-size:20px;
	line-height:23px;
	margin-top:10px;
	text-transform:uppercase;
	font-family: Roboto;
}
.inpro ul li .tex .more{
	margin-top:30px;
	display:flex;
}
.inpro ul li .tex .more a{
	display: flex;
	align-items: center;
	color:#278FC1;
}
.inpro ul li .tex .more a i{
	margin-left:18px;
}
.inpro ul li .tex .erj01{
	display:flex;
	margin-top:85px;
}
.inpro ul li .tex .erj01.mart20{
	margin-top:20px;
}
.inpro ul li .tex .erj01 a{
	width: 296px;
	height: 88px;
	background: linear-gradient(103deg,#26b9ff 0%, #2157ae 100%);
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size:16px;
	color:#FFF;
}
.inpro ul li .tex .erj01 a img{
	margin-right:15px;
}

.solution{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../images/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:260px;
	padding-top:150px;
}
.sotex{
	width:45%;
	float:left;
}
.sotex01{
	width:100%;
	background: rgba(255,255,255,0.80);
	backdrop-filter: blur(12.5px);
	padding:60px 70px;
	font-size:16px;
	line-height:21px;
}
.sotex01 h1{
	font-size:24px;
	line-height:32px;
	background: linear-gradient(99deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.sotex01 h2{
	margin-top:20px;
	font-size:36px;
	line-height:54px;
	margin-bottom:20px;
	font-weight: 500;
	color:#333;
}
.sotex01 .more{
	margin-top:47px;
	display:flex;
}
.sotex01 .more a{
	width: 214px;
	height: 62px;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#fff;
}
.sotex01 .more a i{
	width:15px;
	height:24px;
	background-image:url(../images/jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.sotex02{
	width:100%;
	float:left;
	height: 80px;
	background: rgba(255,255,255,0.60);
	backdrop-filter: blur(12.5px);
	margin-top:30px;
}
.sotex02 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sotex02 ul li{
	width:33.33%;
	display: flex;
	transition: all 0.6s;
	height: 80px;
}
.sotex02 ul li a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#17438B;
	font-size:16px;
	font-weight: 700;
	height: 80px;
}
.sotex02 ul li a img{
	margin-right:10px;
}
.sotex02 ul li .pic01{
	display:inline-block;
}
.sotex02 ul li .pic02{
	display:none;
}
.sotex02 ul li a:hover{
	background: linear-gradient(104deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.sotex02 ul li:hover .pic01{
	display:none;
}
.sotex02 ul li:hover .pic02{
	display:inline-block;
}
.sotex02 ul li a.cur{
	background: linear-gradient(104deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.sotex02 ul li a.cur .pic01{
	display:none;
}
.sotex02 ul li a.cur .pic02{
	display:inline-block;
}
.incase{
	width:100%;
	float:left;
	margin-top:20px;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
}
.incase ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
	margin-top:40px;
	position:relative;
}
.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-bottom:10px;
	margin-top:30px;
	font-size:16px;
	line-height:21px;
	text-align:center;
}
.incase ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background: linear-gradient(117deg,rgba(38,185,255,0.9) 0%, rgba(33,87,174,0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	transition: all 0.6s;
	text-align:center;
}
.incase ul li:hover .tex{
	opacity:1;
}
.incase ul li .tex h1{
	font-size:24px;
	line-height:33px;
	color:#FFF;
}
.incase ul li .tex h2{
	margin-top:15px;
	font-size:16px;
	line-height:22px;
	color:#FFF;
}
.incase ul li .tex p{
	display:flex;
	margin-top:50px;
	display: flex;
	justify-content: center;
}
.incase ul li .tex p i{
	width:54px;
	height:54px;
	background-image:url(../images/ljt.png);
	background-position:center;
	background-repeat:no-repeat;
}

.inmore{
	margin-top:60px;
	display:flex;
	justify-content: center;
	width:100%;
	float:left;
	margin-bottom: 60px;
}
.inmore.start{
	justify-content: space-between;
}
.inmore a{
	width: 214px;
	height: 62px;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#fff;
}
.inmore a i{
	width:15px;
	height:24px;
	background-image:url(../images/jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding-bottom:100px;
	margin-top:100px;
}
.yqj{
	width:100%;
	float:left;
	margin-top:60px;
}
.yqj ul{
	display: flex;
	flex-wrap: wrap;
}
.yqj ul li{
	width:14.2857%;
	overflow:hidden;
	border-right:1px solid #f2f2f2;
}
.yqj ul li img{
	width:100%;
	height:auto;
	display:block;
}
.yqj ul li:hover{
	border: 3px solid;
	border-image: linear-gradient(108deg, #26b9ff 0%, #2157ae 100%) 3 3;
}
.crumbs{width:100%;height:50px;line-height:50px;font-size:14px;color:#787878;}
.crumbs p a{color:#787878;}
.fbt{width:100%;height:50px;float:left;margin-top:40px;text-align:left;font-size:24px; font-weight:bold;color:#3c3c3c;line-height:50px;}
.fbt .more{float:right;width:160px;height:50px;background:#023f88;border-radius:3px;line-height:50px;text-align:center;color:#fff;font-size:14px; font-weight:none;}
.fbt .more a{color:#fff;}
.fge{width:100%;height:2px;background:#023f88;float:left;margin-top:40px;}

.yqj2{
	width:100%;
	float:left;
}
.yqj2 ul{
	display: flex;
	flex-wrap: wrap;
}
.yqj2 ul li{
	width:calc(25.4% - 30px);
	background-color:#FFF;
	margin-top:40px;
	transition: all 0.6s;
	margin-right:30px;
}
.yqj2 ul li:nth-child(4n){
	margin-right:0px;
}
.yqj2 ul li .pic{
	height:262px;
	display:flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yqj2 ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.yqj2 ul li dl dt{
	margin-top:10px;
	margin-bottom:30px;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	text-align:center;
}
.yqj2 ul li dl dd{
	height:85px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	font-size:14px;
	border-top:1px solid rgba(0,0,0,0.10);
}
.yqj2 ul li:hover dl dd{
	background: linear-gradient(100deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.yqj2 ul li:hover dl dd i{
	display:block;
}
.yqj2 ul li dl dd i{
	color:#FFF;
	margin-left:22px;
	display:none;
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.4% - 30px);
	background-color:#FFF;
	margin-top:60px;
	transition: all 0.6s;
	margin-right:30px;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	width: 100%;padding-bottom:55.5%;position: relative;overflow: hidden;
}
.innew ul li .pic img{
	width: 100%;height: 100%; position: absolute;top: 0;left: 0; 
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding-bottom:40px;
	padding-top:30px;
	border-bottom:1px solid #e0e0e0;
	transition: all 0.6s;
}
.innew ul li:hover .tex{
	background: linear-gradient(100deg,#26b9ff 0%, #2157ae 100%);
	padding:30px;
	padding-bottom:40px;
}
.innew ul li dl dt{
	font-size:16px;
	line-height:28px;
}
.innew ul li dl dd{
	margin-top:40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.6s;
	font-size:12px;
}
.innew ul li:hover .tex dl dt{
	color:#FFF;
}
.innew ul li:hover .tex dl dd{
	color:#FFF;
}
.innew ul li:hover dl dd i{
	display:block;
}
.innew ul li dl dd i{
	color:#FFF;
	margin-left:22px;
	display:none;
}

.foot{
	width:100%;
	float:left;
	background-color:#051848;
	padding-top:100px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:24.75%;
}
.foot01 .a01 h1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:40px;
}
.foot01 .a01 h1 i{
	width: 1px;
	height: 110px;
	background-color:rgba(255,255,255,0.30);
}
.foot01 .a01 ul li{
	width:100%;
	float: left;
	margin-top:20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#FFF;
}
.foot01 .a01 ul li img{
	margin-right:10px;
}
.foot01 .a01 ul li b{
	font-size:32px;
	font-family: Roboto;
}
.foot01 dl dt{
	font-size:16px;
	line-height:21px;
	color:#FFF;
}
.foot01 dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	color:#FFF;
}

.foot01 dl dd a{
	color:rgba(255,255,255,0.6);
}
.foot01 dl dd a:hover{
	color:#FFF;
}
.foot01 .a02{
	width:auto;
	display:flex;
}
.foot01 .a02 a{
	width:48px;
	height:48px;
	background-image:url(../images/fh.png);
	background-position: center;
	background-repeat:no-repeat;
}
.foot02{
	width:100%;
	float:left;
	margin-top:70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:30px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.30);
	font-size:14px;
}
.foot02 a{
	color:rgba(255,255,255,0.30);
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:70px;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0px 8.33vw;
}
.nybanner .tex dl dt{
	font-size:40px;
	line-height:53px;
	color:#FFF;
}
.nybanner .tex dl dd{
	margin-top:7px;
	font-size:20px;
	line-height:23px;
	text-transform:uppercase;
	color:#FFF;
}
.nybanner .tex p{
	display:flex;
	margin-top:40px;
}
.nybanner .tex p i{
	width:46px;
	height:4px;
	background-color:#FFF;
}
.zlm{
	width:100%;
	height: 60px;line-height:60px;
	background: #f2f2f2;
	float:left;color:#787878;
}
.zlm ul{
	display: flex;
}
.zlm ul li{
	width:auto;
	border-right: 1px solid #e0e0e0;
	display:flex;
	min-width:13%;
}
.zlm ul li a{
	width: 216px;
	height: 60px;
	line-height:60px;
	text-align:center;
	font-size:14px;
	color:#666;
}
.zlm ul li a:hover{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.zlm ul li a.cur{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}

.nyab{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzzx{
	width:60%;
	float:left;
	margin-top:30px;
	margin-left:20%;  
	background:#efefef;
	border-radius:5px;
	padding:50px; 
	border:1px solid #CCC;
	margin-bottom:50px
}
.hzzx1{
	width:60%;
	float:left;
	margin-top:30px;
	margin-left:20%;   
	margin-bottom:50px;line-height:35px;font-size:16px;
}
.hzzx .tt{width:100%;height:35px;line-height:35px;color:#757575;text-align:left;font-size:18px;float:left;}
.hzzx .inp100{width:100%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px;margin-top:30px;}
.hzzx .inp1{width:100%;height:45px;float:left;margin-top:30px;}
.hzzx .inp50l{width:48%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px; }
.hzzx .inp50r{width:48%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:right;border-radius:3px; }
.hzzx .inp30{width:32%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px; }
.hzzx .inp30 option{color:#757575;}
.hzzx .inp30m{width:32%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px; margin:0 2%;}
.hzzx textarea{width:100%;padding:15px;line-height:35px;color:#757575;text-align:left;min-height:300px;border:1px solid #dddddd;font-size:16px;float:left;border-radius:3px;margin-top:30px;font-family:'Microsoft YaHei';}
.hzzx .tijiao{width:120px;height:45px;line-height:45px;font-size:16px;color:#fff;border-radius:3px;margin-top:30px;background:#264796;text-align:center;float:left;border:none;}

.nyab .pic{
	width:47.5%;
	overflow:hidden;
}
.nyab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nyab .pic:hover img{
	transform: scale(1.05);
}
.nyab .tex{
	width:46.375%;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.nyab .tex1{
	width:100%;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.nyab .tex .pic01{
	display:none;
}
.nyab .tex h1{
	margin-bottom:25px;
}
.nyab .tex dl dt{
	font-family: Roboto;
	font-size:20px;
	line-height:23px;
	background: linear-gradient(92deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-transform:uppercase;
}
.nyab .tex dl dd{
	font-size:32px;
	line-height:42px;
	font-weight: 700;
	color:#333;
	margin-bottom:40px;
}
.nyab01{
	width:100%;
	float:left;
	margin-top:120px;
	padding:100px 8.33vw;
	background-image:url(../images/ab01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nyab01 .khu{
	width:100%;
	float:left;
}
.nyab01 .khu ul{
	display: flex;
	flex-wrap: wrap;
}
.nyab01 .khu ul li{
	width:calc(12.5% - 20px);
	margin-right:20px;
	margin-top:30px;
	overflow:hidden;
}
.nyab01 .khu ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nyab01 .khu ul li:nth-child(8n){
	margin-right:0px;
}
.khfl{
	width:100%;
	float:left;
	margin-top:0px;
}
.khfl ul{
	display: flex;
	flex-wrap: wrap;
}
.khfl ul li{
	width:auto;
	display: flex;
	margin-right:15px;
}
.khfl ul li a{
	width: 258px;
	height: 60px;
	border: 1px solid #ffffff;
	line-height:60px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
.khfl ul li a:hover{
	background: linear-gradient(99deg,#26b9ff 0%, #2157ae 100%);
	font-weight:bold;
	color:#FFF;
	border: 0px solid #ffffff;
}
.khfl ul li a.cur{
	background: linear-gradient(99deg,#26b9ff 0%, #2157ae 100%);
	font-weight:bold;
	color:#FFF;
	border: 0px solid #ffffff;
}
.nytit{
	width:100%;
	float:left;
	margin-top:100px;
}
.nytit.texcenter{
	text-align:center;
}
.nytit dl dt{
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}
.nytit dl dd{
	font-size:20px;
	line-height:26px;
	color:#E0E0E0;
}
.cutrul{
	width:100%;
	float:left;
	margin-top:10px;
	position:relative;
}
.cutrul .quan{
	width:226px;
	height:226px;
	position:absolute;
	background-image:url(../images/q01.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	left:calc(50% - 113px);
	top:calc(50% - 113px);
	z-index:33;
}
.cutrul ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cutrul ul li{
	width:calc(50% - 15px);
	position:relative;
	overflow:hidden;
	margin-top:30px;
}
.cutrul ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cutrul ul li:hover img{
	transform: scale(1.05);
}
.cutrul ul li .tex{
	width:32%;
	position:absolute;
	top:21.377%;
	left:7.64%;
	font-size:20px;
	line-height:26px;
	color:#FFF;
	z-index:11;
}
.cutrul ul li:nth-child(3) .tex{
	height:100%;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cutrul ul li:nth-child(4) .tex{
	height:100%;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jyln{
	width:100%;
	float:left;
	margin-top:60px;
}
.jyln ul{
	display: flex;
	flex-wrap: wrap;
}
.jyln ul li{
	width:49%;
	margin-right:2%;
	position:relative;
	overflow:hidden;
        background:#fff;margin-bottom:29px;;border-radius:5px;
}
.jyln ul li:nth-child(2n){
	margin-right:0%;
}
.jyln ul li .ll{width:40%;float:left;}
.jyln ul li .ll .imgwap{width: 100%;padding-bottom:80%;position: relative;overflow: hidden;transition: all 1s;}
.jyln ul li .ll .imgwap img{width: 100%;height: 100%; position: absolute;top: 0;left: 0;transition: all 1s;}
	 
.jyln ul li:hover img{
	transform: scale(1.05);
}
.jyln ul li .tex{
	width:55%;float:right;padding:20px;
       line-height:25px;font-size:14px;color:#787878;
}
.jyln ul li .tex b{
	margin-right:5px;
	font-size:20px;
	color:#333;
}

.zs{
	width:100%;
	float:left;
	margin-top:55px;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
}
.zs ul li{
	width:calc(25.4% - 30px);
	margin-right:30px;
	background: #f2f2f2;
	padding:60px 80px;
	text-align:center;
	padding-bottom:50px;
	margin-top:30px;
}
.zs ul li:nth-child(4n){
	margin-right:0px;
}
.zs ul li dl dt{
	overflow:hidden;
}
.zs ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.zs ul li:hover dl dt img{
	transform: scale(1.05);
}
.zs ul li dl dd{
	text-align: center;
	font-size:16px;
	margin-top:48px;
}
.fy{
	width:100%;
	float:left;
	margin-top:40px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: 48px;
	height: 48px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:48px;
	height:48px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
}
.fy ul li a:hover{
	background: linear-gradient(128deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.fy ul li .cur{
	background: linear-gradient(128deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:60px;
}
.fzlc img{
	max-width:100%;
	height:auto;
}
.line01{
	width:100%;
	height:1px;
	background-color:#e0e0e0;
	float:left;
}
.cpxlm{
	width:100%;
	float:left;
	margin-top:100px;
}
.cpxlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpxlm ul li{
	margin-right:20px;
	display: flex;
}
.cpxlm ul li a{
	width: 214px;
	height: 64px;
	border: 1px solid #999999;
	border-radius: 40px;
	line-height:64px;
	text-align:center;
	font-size:14px;
}
.cpxlm ul li a:hover{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border:0px;
	color:#FFF;
}
.cpxlm ul li .cur{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border:0px;
	color:#FFF;
}
.proshow{
	width:100%;
	float: left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .pic{
	width:39.375%;
	background: #f2f2f2;
	height:645px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proshow .pic img{
	max-height:100%;
	max-width:100%;
}
.proshow .tex{
	width:50%;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.proshow .tex h1{
	font-size:36px;
	line-height:48px;
	color:#333;
}
.proshow .tex h2{
	font-size:20px;
	line-height:36px;
	margin-top:40px;
	margin-bottom:20px;
	color:#333;
}
.proshow .tex ul{
	display:flex;
	margin-top:80px;
}
.proshow .tex ul li{
	width: 144px;
	height: 157px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:30px;
}
.proshow .tex ul li img{
	max-height:100%;
	max-width:100%;
	PADDING: 20px;
}
.proshow .tex ul li:hover{
	border: 2px solid #278fc1;
}
.proshow .tex ul li.cur{
	border: 2px solid #278fc1;
}
.proshow .tex .zx{
	display:flex;
	margin-top:80px;
}
.proshow .tex .zx a{
	width: 214px;
	height: 62px;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#FFF;
}
.proshow .tex .zx a i{
	width:14px;
	height:24px;
	background-image:url(../images/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:100px;
	height: 68px;
	background: #f2f2f2;
	padding-left:56px;
	font-size:16px;
	color:#17438B;
	font-weight:bold;
	line-height:68px;
}
.nytit2 i{
	font-size:14px;
	color:#999;
	margin-left:10px;
	font-family: Roboto;
	font-weight:normal;
	text-transform:uppercase;
}
.cs{
	width:100%;
	float:left;
	flex-wrap: wrap;
	margin-top:30px;
	padding-bottom:50px;line-height:35px;font-size:16px;
}
.cs table{width:100%}
.cs td,.cs th{padding:13px 40px;font-size:16px;line-height:1.5;border:1px solid #efefef}
.cs th{color:#fff;font-weight:400;text-align:left;background-color:#666;height:50px}
.cs td{color:#4d4d4d;background-color:#fff}
.cs tr:nth-child(even) td{background-color:#f7f7f7}
.cs div{
	
	margin:auto;
}
.cs div img{
	width:100%;
	height:auto;
	display:block;
}
.cs img{
	max-width:100%;
}
.changj{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom: 40px;
}
.changj ul{
	display: flex;
	flex-wrap: wrap;
}
.changj ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
}
.changj ul li:nth-child(3n){
	margin-right:0px;
}
.changj ul li dl dt{
	overflow: hidden;
}
.changj ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.changj ul li:hover dl dt img{
	transform: scale(1.05);
}
.changj ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:21px;
}
.main2{
	width:auto;
	max-width:1400px;
	margin:auto;
	padding:0px 15px;
}

.nytit3{
	width:100%;
	float:left;
	margin-top:65px;
}
.nytit3 dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:32px;
	line-height:42px;
	color:#333;
}
.nytit3 dl dt a{
	width: 203px;
	height: 54px;
	border: 1.03px solid #999999;
	border-radius: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#333;
}
.nytit3 dl dt a img{
	margin-left:10px;
}
.nytit3 dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
}

.altit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.altit dl dt{
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}
.altit dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:26px;
	color:#666;
}
.gdt{
	width:100%;
	float:left;
	margin-top:60px;
}
.altex{
	width:100%;
	float:left;
	margin-top:60px;
	padding:60px;
	background-color:#f2f2f2;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.altex h1{
	margin-bottom:20px;
	font-size:16px;
	line-height:21px;
	color:#17438B;
}
.altex h1 i{
	margin-left:10px;
	font-size:14px;
	text-transform:uppercase;
	color:#999;
	font-weight:normal;
}

.newtj{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:66%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:34%;
	padding:60px;
	background-color:#FFF;
	font-size:16px;
	line-height:19px;
	color:#666;
}
.newtj .tex h1{
	margin-top:50px;
	font-size:24px;
	line-height:43px;
	color:#333;
}
.newtj .tex .more{
	margin-top:110px;
	display:flex;
}
.newtj .tex .more a{
	width: 214px;
	height: 62px;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
}
.newtj .tex .more a i{
	width:14px;
	height:24px;
	margin-left:35px;
	background-image:url(../images/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.newlist{
	width:100%;
	float:left;
	margin-top:60px;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
	margin-top:40px;
	background-color:#FFF;
	transition: all 0.6s;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li a .pic1{width: 100%;padding-bottom:56%;position: relative;overflow: hidden;}
.newlist ul li a .pic1 img{width: 100%;height: 100%; position: absolute;top: 0;left: 0;}
.newlist ul li dl dt{
	padding:60px;
	padding-bottom:50px;
	border-bottom:1px solid #f2f2f2;
	font-size:20px;
	line-height:36px;
	color:#333;
}
.newlist ul li dl dd{
	padding:60px;
	padding-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
}
.newlist ul li dl dd i{
	color:#FFF;
}
.newlist ul li:hover{
	background: linear-gradient(114deg,#26b9ff 0%, #2157ae 100%);
}
.newlist ul li:hover dl dt{
	color:#FFF;
	border-bottom:1px solid rgba(255,255,255,0.30);
}
.newlist ul li:hover dl dd{
	color:#FFF;
}
.pages{margin-top:30px;float:left;}

.show{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:67.8125%;
	padding:60px;
	background-color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#666;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newtex video{
	max-width:100%;
	height:auto;
}
.show-r{
	width:28.375%;
	padding:40px;
	background-color:#FFF;
}
.show-r h1{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:26px;
	line-height:26px;
}
.show-r h1 div{
	display:flex;
	align-items: center;
}
.show-r h1 div i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:10px;
}
.show-r ul li{
	width:100%;
	float:left;
	margin-top:60px;
}
.show-r ul li .pic{
	overflow:hidden;
}
.show-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.show-r ul li:hover .pic img{
	transform: scale(1.05);
}
.show-r ul li dl dt{
	margin-top:30px;
	font-size:18px;
	line-height:32px;
}
.show-r ul li dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.show-r ul li dl dd a{
	display:flex;
	align-items: center;
	color:#999;
}
.show-r ul li dl dd a i{
	width:14px;
	height:14px;
	background-image:url(../images/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
}

.lxfs{
	width:100%;
	float:left;
}
.lxfs ul{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxfs ul li{
	width:33.33%;
	display:flex;
	margin-top:140px;
}
.lxfs ul li .pic{
	width: 67px;
	height: 67px;
	background: linear-gradient(128deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 50%;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	display:flex;
	align-items: center; 
	justify-content: center;
	margin-right:30px;
	float:left;
}
.lxfs ul li dl{
	width:calc(100% - 97px);
	float:right;
}
.lxfs ul li dl dt{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	color:#333;
}
.lxfs ul li dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:22px;
	color:#4D7ED1;
	font-family: Roboto;
	font-weight:bold;
}
.lxt{
	width:100%;
	float:left;
	margin-top:60px;
}
.lxt img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	justify-content: center;
	margin-bottom: 100px;
}
.zxly div{
	width:100%;
}
.zxly div h1{
	font-size:32px;
	line-height:42px;
	color:#333;
	margin-bottom:20px;
	text-align:center;
	font-weight:normal;
}
.zxly div h2{
	font-size:16px;
	line-height:21px;
	font-weight:normal;
	color:#666;
	margin-bottom:20px;
	text-align:center;
}
.zxly div ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly div ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
	margin-top:30px;
	display:flex;
}
.zxly div ul li:nth-child(3){
	margin-right:0px;
}
.zxly div ul li:nth-child(4){
	margin-right:0px;
	width:100%;
}
.zxly div ul li:nth-child(5){
	margin-right:0px;
	width:100%;
	justify-content: center;
	margin-top:48px;
}
.bk2{
	width:100%;
	height: 54px;
	border: 1px solid #bdbdbd;
	padding-left:30px;
	line-height:54px;
	outline:none;
	font-family:'微软雅黑';
	color:#666;
	font-size:14px;
}
.anniu{
	width: 184px;
	height: 62px;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 40px;
	line-height:62px;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:14px;
	color:#fff;
	border:0px;
}

















.mart70{
	margin-top:70px;
}
.mart0{
	margin-top:0px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; margin-top:-100px; float:left}

	
}


@media screen and (max-width:768px) and (min-width:0px){
	.hzzx{
	width:100%;
	float:left;
	margin-top:30px;
	margin-left:0%;   
	padding:10px; 
	border:1px solid #CCC;
	margin-bottom:50px;
}
.hzzx1{
	width:100%;
	float:left;
	margin-top:30px;
	margin-left:0%;   
	margin-bottom:50px;line-height:35px;font-size:16px;
}
.hzzx .tt{width:100%;height:35px;line-height:35px;color:#757575;text-align:left;font-size:14px;float:left;}
.hzzx .inp100{width:100%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px;margin-top:30px;}
.hzzx .inp1{width:100%; float:left;margin-top:30px;}
.hzzx .inp50l{width:48%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px; }
.hzzx .inp50r{width:48%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:right;border-radius:3px; }
.hzzx .inp30{width:32%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px; }
.hzzx .inp30 option{color:#757575;}
.hzzx .inp30m{width:32%;height:45px;border:1px solid #dddddd;line-height:45px;font-size:16px;colro:#757575;padding-left:15px;float:left;border-radius:3px; margin:0 2%;}
.hzzx textarea{width:100%;padding:15px;line-height:35px;color:#757575;text-align:left;min-height:300px;border:1px solid #dddddd;font-size:16px;float:left;border-radius:3px;margin-top:30px;font-family:'Microsoft YaHei';}
.hzzx .tijiao{width:120px;height:45px;line-height:45px;font-size:16px;color:#fff;border-radius:3px;margin-top:30px;background:#264796;text-align:center;float:left;border:none;}
}

@media (min-width:1000px) and (max-width:1600px){

.innav ul li{
	margin-left:2.125vw;
	font-size:16px;
}
.toptel{
	width:30px;
	height:30px;
	margin-left:3.166vw;
	display: flex;
	align-items: center;
	text-transform:uppercase;
	font-family: Roboto;
	font-size:24px;
	color:#FFF;
}


	
}

@media (min-width:1000px) and (max-width:1500px){

.innav ul li{
	margin-left:1.125vw;
	font-size:14px;
}
.toptel{
	width:30px;
	height:30px;
	margin-left:1.166vw;
	display: flex;
	align-items: center;
	text-transform:uppercase;
	font-family: Roboto;
	font-size:24px;
	color:#FFF;
}
.search{
	width: 157px;
	height: 30px;
	margin-left:2.566vw;
}
.search .pic01{
	max-height:10px;
}
.search .pic02{
	max-height:10px;
}
.bk{
	font-size:12px;
}

	.inpro ul li .tex .erj01{
	display:flex;
	margin-top:25px;
}
.inpro ul li .tex .erj01.mart20{
	margin-top:20px;
}
.inpro ul li .tex .erj01 a{
	width: 296px;
	height: 58px;
	background: linear-gradient(103deg,#26b9ff 0%, #2157ae 100%);
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size:16px;
	color:#FFF;
}
.inpro ul li .tex .erj01 a img{
	margin-right:15px;
}

}

@media (min-width:1000px) and (max-width:1360px){

.innav ul li{
	margin-left:1.5vw;
	font-size:12px;
}
.toptel{
	width:20px;
	height:20px;
	margin-left:1.166vw;
	display: flex;
	align-items: center;
	text-transform:uppercase;
	font-family: Roboto;
	font-size:18px;
	color:#FFF;
}
.search{
	width: 117px;
	height: 20px;
	margin-left:2.566vw;
}
.search .pic01{
	max-height:10px;
}
.search .pic02{
	max-height:10px;
}
.nyheader .search .pic02{
	max-height:10px;
}
.bk{
	font-size:12px;
}
.inab .tex .num{
	width:100%;
	float:left;
	height:122px;
	background: linear-gradient(100deg,#26b9ff 0%, #2157ae 100%);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.inab .tex .num ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height:122px;
}
.inab .tex .num ul li dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-strat;
	font-size:30px;
	line-height:55px;
}
.inab .tex .num ul li dl dt i{
	font-size:14px;
	line-height:18px;
	margin-left:5px;
}
.inab .tex .num ul li dl dd{
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:rgba(255,255,255,0.6);
	margin-top:5px;
}
.inab .tex .num ul li .sx{
	width:1px;
	height:50px;
	background-color:rgba(255,255,255,0.6);
	margin-left:20px;
	margin-right:20px;
}


.nyab{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab .pic{
	width:47.5%;
	overflow:hidden;
	display:none;
}
.nyab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nyab .pic:hover img{
	transform: scale(1.05);
}
.nyab .tex{
	width:100%;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.nyab .tex .pic01{
	width:47.5%;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	display:block;
}
.nyab .tex h1{
	margin-bottom:10px;
}
.nyab .tex h1 img{
	max-width:30%;
}
.nyab .tex dl dt{
	font-family: Roboto;
	font-size:14px;
	line-height:23px;
	background: linear-gradient(92deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-transform:uppercase;
}
.nyab .tex dl dd{
	font-size:24px;
	line-height:42px;
	font-weight: 700;
	color:#333;
	margin-bottom:20px;
}






	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	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(../images/close2.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:4rem; 
	background:#fff;
}
.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;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../images/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #1E5199; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../images/jt001.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.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}


.inab{
	width:100%;
	float:left;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.inab .tex{
	width:100%;
}
.inab .tex .subtex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab .tex .subtex h1{
	margin-bottom:1.0rem;
}
.inab .tex .subtex h1 img{
	max-width:100%;
}
.inab .tex .subtex dl dt{
	font-family: Roboto;
	font-size:1.0rem;
	line-height:1.5rem;
	background: linear-gradient(92deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-transform:uppercase;
}
.inab .tex .subtex dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight: 700;
	color:#333;
	margin-bottom:1.0rem;
}
.inab .tex .subtex .more{
	margin-top:2.0rem;
	display:flex;
}
.inab .tex .subtex .more a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid;
	border-radius: 1.5rem;
	font-size:0.8rem;
	color:#278FC1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab .tex .subtex .more a i{
	width:15px;
	height:24px;
	background-image:url(../images/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.inab .tex .num{
	width:100%;
	float:left;
	height: auto;
	background: linear-gradient(100deg,#26b9ff 0%, #2157ae 100%);
	padding:3.0rem 0;
	margin-top:3.0rem;
	padding-top:1.5rem;
}
.inab .tex .num ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inab .tex .num ul li{
	width:auto;
	color:#FFF;
	display: flex;
	margin-top:1.5rem;
}
.inab .tex .num ul li dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-strat;
	font-size:1.5rem;
	line-height:2.0rem;
}
.inab .tex .num ul li dl dt i{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-left:0.2rem;
}
.inab .tex .num ul li dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
	color:rgba(255,255,255,0.6);
	margin-top:0.2rem;
}
.inab .tex .num ul li .sx{
	width:1px;
	height:2.5rem;
	background-color:rgba(255,255,255,0.6);
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.inab .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.intit dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	background: linear-gradient(104deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight:bold;
}
.intit dl dd{
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding:0px 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 .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	width:100%;
	z-index:1;
	padding:2.0rem;text-align:center;font-size:16px;
}
.inpro ul li .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight: 700;
}
.inpro ul li .tex dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:0.2rem;
	text-transform:uppercase;
	font-family: Roboto;
}
.inpro ul li .tex .more{
	margin-top:1.0rem;
	display:flex;
}
.inpro ul li .tex .more a{
	display: flex;
	align-items: center;
	color:#278FC1;
}
.inpro ul li .tex .more a i{
	margin-left:0.5rem;
}
.inpro ul li .tex .erj01{
	display:flex;
	margin-top:1.0rem;
}
.inpro ul li .tex .erj01.mart20{
	margin-top:0.5rem;
}
.inpro ul li .tex .erj01 a{
	width: 12.0rem;
	height: 2.5rem;
	background: linear-gradient(103deg,#26b9ff 0%, #2157ae 100%);
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size:0.8rem;
	color:#FFF;
}
.inpro ul li .tex .erj01 a img{
	margin-right:0.5rem;
	max-height:1.0rem;
}

.solution{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../images/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.0rem;
	padding-top:3.0rem;
}
.sotex{
	width:100%;
	float:left;
}
.sotex01{
	width:100%;
	background: rgba(255,255,255,0.80);
	backdrop-filter: blur(12.5px);
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.sotex01 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	background: linear-gradient(99deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.sotex01 h2{
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	font-weight: 500;
	color:#333;
}
.sotex01 .more{
	margin-top:2.0rem;
	display:flex;
}
.sotex01 .more a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#fff;
}
.sotex01 .more a i{
	width:15px;
	height:24px;
	background-image:url(../images/jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.sotex02{
	width:100%;
	float:left;
	background: rgba(255,255,255,0.60);
	backdrop-filter: blur(12.5px);
	margin-top:1.0rem;
}
.sotex02 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sotex02 ul li{
	width:33.33%;
	display: flex;
	transition: all 0.6s;
}
.sotex02 ul li a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#17438B;
	font-size:0.8rem;
	font-weight: 700;
	padding:1.0rem 0.5rem;
}
.sotex02 ul li a img{
	margin-right:0.2rem;
	max-height:1.0rem;
}
.sotex02 ul li .pic01{
	display:inline-block;
}
.sotex02 ul li .pic02{
	display:none;
}
.sotex02 ul li a:hover{
	background: linear-gradient(104deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.sotex02 ul li:hover .pic01{
	display:none;
}
.sotex02 ul li:hover .pic02{
	display:inline-block;
}
.sotex02 ul li a.cur{
	background: linear-gradient(104deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.sotex02 ul li a.cur .pic01{
	display:none;
}
.sotex02 ul li a.cur .pic02{
	display:inline-block;
}
.incase{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incase ul li{
	width:48%;
	margin-top:1.0rem;
	position:relative;
}
.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-bottom:0.5rem;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.incase ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background: linear-gradient(117deg,rgba(38,185,255,0.9) 0%, rgba(33,87,174,0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	transition: all 0.6s;
	text-align:center;
}
.incase ul li:hover .tex{
	opacity:1;
}
.incase ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
}
.incase ul li .tex h2{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#FFF;
}
.incase ul li .tex p{
	display:flex;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
}
.incase ul li .tex p i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../images/ljt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}

.inmore{
	margin-top:2.0rem;
	display:flex;
	justify-content: center;
	width:100%;
	float:left;
}
.inmore.start{
	justify-content: space-between;
}
.inmore a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#fff;
}
.inmore a i{
	width:15px;
	height:24px;
	background-image:url(../images/jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.inwrap{
	width:100%;
	float:left; 
background-color:#f2f2f2;
	padding-bottom:3.0rem;
	margin-top:3.0rem;
}
.fbt{width:100%;height:50px;float:left;margin-top:40px;text-align:left;font-size:24px; font-weight:bold;color:#3c3c3c;line-height:50px;}
.fbt .more{float:right;width:120px;height:40px;background:#023f88;border-radius:3px;line-height:40px;text-align:center;color:#fff;font-size:14px; font-weight:none;}
.fbt .more a{color:#fff;}
.yqj{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.yqj ul{
	display: flex;
	flex-wrap: wrap;
}
.yqj ul li{
	width:33.33%;
	overflow:hidden;
	border-right:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
.yqj ul li img{
	width:100%;
	height:auto;
	display:block;
}
.yqj ul li:hover{
	border: 3px solid;
	border-image: linear-gradient(108deg, #26b9ff 0%, #2157ae 100%) 3 3;
}
.yqj2{
	width:100%;
	float:left;
}
.yqj2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yqj2 ul li{
	width:48%;
	background-color:#FFF;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.yqj2 ul li .pic{
	height:7.0rem;
	display:flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yqj2 ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.yqj2 ul li dl dt{
	margin-top:0.5rem;
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	text-align:center;
}
.yqj2 ul li dl dd{
	height:3.0rem;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	font-size:0.8rem;
	border-top:1px solid rgba(0,0,0,0.10);
}
.yqj2 ul li:hover dl dd{
	background: linear-gradient(100deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.yqj2 ul li:hover dl dd i{
	display:block;
}
.yqj2 ul li dl dd i{
	color:#FFF;
	margin-left:1.0rem;
	display:none;
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	background-color:#FFF;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.innew ul li .pic{
	height: auto;
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding-bottom:1.0rem;
	padding-top:1.0rem;
	border-bottom:1px solid #e0e0e0;
	transition: all 0.6s;
}
.innew ul li:hover .tex{
	background: linear-gradient(100deg,#26b9ff 0%, #2157ae 100%);
	padding:1.0rem;
}
.innew ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.innew ul li dl dd{
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.6s;
	font-size:0.8rem;
}
.innew ul li:hover .tex dl dt{
	color:#FFF;
}
.innew ul li:hover .tex dl dd{
	color:#FFF;
}
.innew ul li:hover dl dd i{
	display:block;
}
.innew ul li dl dd i{
	color:#FFF;
	margin-left:1.0rem;
	display:none;
}

.foot{
	width:100%;
	float:left;
	background-color:#051848;
	padding-top:3.0rem;
	margin-top:3.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 h1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:1.0rem;
}
.foot01 .a01 h1 i{
	width: 1px;
	height: 4.0rem;
	background-color:rgba(255,255,255,0.30);
}
.foot01 .a01 h1 img{
	max-height:4.0rem;
}
.foot01 .a01 ul li{
	width:100%;
	float: left;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	color:#FFF;
}
.foot01 .a01 ul li img{
	margin-right:0.5rem;
}
.foot01 .a01 ul li b{
	font-size:1.0rem;
	font-family: Roboto;
}
.foot01 dl{
	width:50%;
	margin-top:2.0rem;
}
.foot01 dl dt{
	font-size:1.0rem;
	line-height:1.0rem;
	color:#FFF;
}
.foot01 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
}

.foot01 dl dd a{
	color:rgba(255,255,255,0.6);
}
.foot01 dl dd a:hover{
	color:#FFF;
}
.foot01 .a02{
	width:auto;
	display:flex;
	margin-top:2.0rem;
}
.foot01 .a02 a{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../images/fh.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.0rem 0;
	border-top:1px solid rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.30);
	font-size:0.8rem;
}
.foot02 a{
	color:rgba(255,255,255,0.30);
}

.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;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0px 8.33vw;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
}
.nybanner .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-transform:uppercase;
	color:#FFF;
}
.nybanner .tex p{
	display:flex;
	margin-top:1.0rem;
}
.nybanner .tex p i{
	width:2.0rem;
	height:1px;
	background-color:#FFF;
}
.zlm{
	width:100%;
	height: auto;
	background: #f2f2f2;
	float:left;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:50%;
	border-bottom: 1px solid #e0e0e0;
	display:flex;
}
.zlm ul li a{
	width: 100%;
	height: 2.5rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
}
.zlm ul li a:hover{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.zlm ul li a.cur{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}

.nyab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab .pic{
	width:100%;
	overflow:hidden;
}
.nyab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nyab .pic:hover img{
	transform: scale(1.05);
}
.nyab .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.nyab .tex h1{
	margin-bottom:1.0rem;
}
.nyab .tex h1 img{
	max-width:80%;
}
.nyab .tex dl dt{
	font-family: Roboto;
	font-size:1.0rem;
	line-height:1.5rem;
	background: linear-gradient(92deg,#26b9ff 0%, #2157ae 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-transform:uppercase;
}
.nyab .tex dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight: 700;
	color:#333;
	margin-bottom:1.0rem;
}
.nyab01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 8.33vw;
	background-image:url(../images/ab01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nyab01 .khu{
	width:100%;
	float:left;
}
.nyab01 .khu ul{
	display: flex;
	flex-wrap: wrap;
}
.nyab01 .khu ul li{
	width:calc(34.1% - 0.5rem);
	margin-right:0.5rem;
	margin-top:0.5rem;
	overflow:hidden;
}
.nyab01 .khu ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nyab01 .khu ul li:nth-child(3n){
	margin-right:0px;
}
.khfl{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.khfl ul{
	display: flex;
	flex-wrap: wrap;
}
.khfl ul li{
	width:auto;
	display: flex;
	margin-right:0.3rem;
}
.khfl ul li a{
	width: 9.0rem;
	height: 2.0rem;
	border: 1px solid #ffffff;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.khfl ul li a:hover{
	background: linear-gradient(99deg,#26b9ff 0%, #2157ae 100%);
	font-weight:bold;
	color:#FFF;
	border: 0px solid #ffffff;
}
.khfl ul li a.cur{
	background: linear-gradient(99deg,#26b9ff 0%, #2157ae 100%);
	font-weight:bold;
	color:#FFF;
	border: 0px solid #ffffff;
}
.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nytit.texcenter{
	text-align:center;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nytit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#E0E0E0;
}
.cutrul{
	width:100%;
	float:left;
	margin-top:0.5rem;
	position:relative;
}
.cutrul .quan{
	width:4.0rem;
	height:4.0rem;
	position:absolute;
	background-image:url(../images/q01.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	left:calc(50% - 2.0rem);
	top:calc(50% - 2.0rem);
	z-index:33;
}
.cutrul ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.cutrul ul li{
	width:49%;
	position:relative;
	overflow:hidden;
	margin-top:0.5rem;
}
.cutrul ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cutrul ul li:hover img{
	transform: scale(1.05);
}
.cutrul ul li .tex{
	width:90%;
	position:absolute;
	top:21.377%;
	left:7.64%;
	font-size:0.7rem;
	line-height:1.0rem;
	color:#FFF;
	z-index:11;
}
.cutrul ul li:nth-child(3) .tex{
	height:100%;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cutrul ul li:nth-child(4) .tex{
	height:100%;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jyln{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jyln ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jyln ul li{
	width:100%;
	margin-top:0.5rem;
	position:relative;
	overflow:hidden;
}
 

.zs{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zs ul li{
	width:48%;
	background: #f2f2f2;
	padding:2.0rem;
	text-align:center;
	padding-bottom:2.0rem;
	margin-top:1.0rem;
}
.zs ul li dl dt{
	overflow:hidden;
}
.zs ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.zs ul li:hover dl dt img{
	transform: scale(1.05);
}
.zs ul li dl dd{
	text-align: center;
	font-size:0.8rem;
	margin-top:2.0rem;
}
.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;
	border-radius:1.5rem;
	font-family:'宋体';
}
.fy ul li a:hover{
	background: linear-gradient(128deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.fy ul li .cur{
	background: linear-gradient(128deg,#26b9ff 0%, #2157ae 100%);
	color:#FFF;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:60px;
}
.fzlc img{
	max-width:100%;
	height:auto;
}
.line01{
	width:100%;
	height:1px;
	background-color:#e0e0e0;
	float:left;
}
.cpxlm{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.cpxlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpxlm ul li{
	margin-right:0.5rem;
	display: flex;
}
.cpxlm ul li a{
	width: 10.0rem;
	height: 2.5rem;
	border: 1px solid #999999;
	border-radius: 1.5rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
}
.cpxlm ul li a:hover{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border:0px;
	color:#FFF;
}
.cpxlm ul li .cur{
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border:0px;
	color:#FFF;
}
.proshow{
	width:100%;
	float: left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .pic{
	width:100%;
	background: #f2f2f2;
	height:15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proshow .pic img{
	max-height:100%;
	max-width:100%;
}
.proshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.proshow .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.proshow .tex h2{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	margin-bottom:0.5rem;
	color:#333;
}
.proshow .tex ul{
	display:flex;
	margin-top:2.0rem;
}
.proshow .tex ul li{
	width: 24%;
	height: 5.0rem;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:1%;
}
.proshow .tex ul li img{
	max-height:100%;
	max-width:100%;
}
.proshow .tex ul li:hover{
	border: 2px solid #278fc1;
}
.proshow .tex ul li.cur{
	border: 2px solid #278fc1;
}
.proshow .tex .zx{
	display:flex;
	margin-top:2.0rem;
}
.proshow .tex .zx a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#FFF;
}
.proshow .tex .zx a i{
	width:14px;
	height:24px;
	background-image:url(../images/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	height: 3.0rem;
	background: #f2f2f2;
	padding-left:56px;
	font-size:0.8rem;
	color:#17438B;
	font-weight:bold;
	line-height:3.0rem;
}
.nytit2 i{
	font-size:0.8rem;
	color:#999;
	margin-left:0.2rem;
	font-family: Roboto;
	font-weight:normal;
	text-transform:uppercase;
}
.cs{
	width:100%;
	float:left; 
	flex-wrap: wrap;
	margin-top:1.0rem;
	overflow:scroll;
}
.cs table{width:100%}
.cs td,.cs th{padding:13px 40px;font-size:16px;line-height:1.5;border:1px solid #efefef}
.cs th{color:#fff;font-weight:400;text-align:left;background-color:#666;height:50px}
.cs td{color:#4d4d4d;background-color:#fff}
.cs tr:nth-child(even) td{background-color:#f7f7f7}
.cs div{
	width:calc(50% - 0.2rem);
}
.cs div img{
	width:100%;
	height:auto;
	display:block;
}
.cs img{
	max-width:100%;
}
.changj{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.changj ul{
	display: flex;
	flex-wrap: wrap;
}
.changj ul li{
	width:calc(50% - 0.3rem);
	margin-right:0.3rem;
}
.changj ul li:nth-child(2n){
	margin-right:0px;
}
.changj ul li dl dt{
	overflow: hidden;
}
.changj ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.changj ul li:hover dl dt img{
	transform: scale(1.05);
}
.changj ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
}
.main2{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}

.nytit3{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nytit3 dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.nytit3 dl dt a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1.03px solid #999999;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#333;
}
.nytit3 dl dt a img{
	margin-left:0.2rem;
	max-height:1.0rem;
}
.nytit3 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}

.altit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.altit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.altit dl dd{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
}
.gdt{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.altex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:2.0rem;
	background-color:#f2f2f2;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.altex h1{
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#17438B;
}
.altex h1 i{
	margin-left:0.2rem;
	font-size:0.8rem;
	text-transform:uppercase;
	color:#999;
	font-weight:normal;
}

.newtj{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
}
.newtj .tex h1{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
}
.newtj .tex .more{
	margin-top:3.0rem;
	display:flex;
}
.newtj .tex .more a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
}
.newtj .tex .more a i{
	width:14px;
	height:24px;
	margin-left:1.0rem;
	background-image:url(../images/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#FFF;
	transition: all 0.6s;
}
.newlist ul li dl dt{
	padding:2.0rem;
	border-bottom:1px solid #f2f2f2;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	padding-bottom:1.0rem;
}
.newlist ul li dl dd{
	padding:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
	padding-top:1.0rem;
}
.newlist ul li dl dd i{
	color:#FFF;
}
.newlist ul li:hover{
	background: linear-gradient(114deg,#26b9ff 0%, #2157ae 100%);
}
.newlist ul li:hover dl dt{
	color:#FFF;
	border-bottom:1px solid rgba(255,255,255,0.30);
}
.newlist ul li:hover dl dd{
	color:#FFF;
}
.newlist ul li a .pic1{width: 100%;padding-bottom:56%;position: relative;overflow: hidden;}
.newlist ul li a .pic1 img{width: 100%;height: 100%; position: absolute;top: 0;left: 0;}

.show{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.1rem;
	line-height:1.8rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newtex video{
	max-width:100%;
	height:auto;
}
.show-r{
	width:28.375%;
	padding:40px;
	background-color:#FFF;
	display:none;
}
.show-r h1{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:26px;
	line-height:26px;
}
.show-r h1 div{
	display:flex;
	align-items: center;
}
.show-r h1 div i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:10px;
}
.show-r ul li{
	width:100%;
	float:left;
	margin-top:60px;
}
.show-r ul li .pic{
	overflow:hidden;
}
.show-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.show-r ul li:hover .pic img{
	transform: scale(1.05);
}
.show-r ul li dl dt{
	margin-top:30px;
	font-size:18px;
	line-height:32px;
}
.show-r ul li dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.show-r ul li dl dd a{
	display:flex;
	align-items: center;
	color:#999;
}
.show-r ul li dl dd a i{
	width:14px;
	height:14px;
	background-image:url(../images/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
}

.lxfs{
	width:100%;
	float:left;
}
.lxfs ul{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxfs ul li{
	width:100%;
	display:flex;
	margin-top:3.0rem;
}
.lxfs ul li .pic{
	width: 3.0rem;
	height: 3.0rem;
	background: linear-gradient(128deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 50%;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	display:flex;
	align-items: center; 
	justify-content: center;
	margin-right:1.0rem;
	float:left;
}
.lxfs ul li .pic img{
	max-height:1.0rem;
}
.lxfs ul li dl{
	width:calc(100% - 4.0rem);
	float:right;
}
.lxfs ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
}
.lxfs ul li dl dd{
	margin-top:0.2rem;
	font-size:1.0rem;
	line-height:1.2rem;
	color:#4D7ED1;
	font-family: Roboto;
	font-weight:bold;
}
.lxt{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.lxt img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: center;
}
.zxly div{
	width:100%;
}
.zxly div h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	margin-bottom:1.0rem;
	text-align:center;
	font-weight:normal;
}
.zxly div h2{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:normal;
	color:#666;
	margin-bottom:1.0rem;
	text-align:center;
}
.zxly div ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly div ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
}
.zxly div ul li:nth-child(5){
	margin-right:0px;
	width:100%;
	justify-content: center;
	margin-top:2.0rem;
}
.bk2{
	width:100%;
	height: 2.5rem;
	border: 1px solid #bdbdbd;
	padding-left:1.0rem;
	line-height:2.5rem;
	outline:none;
	font-family:'微软雅黑';
	color:#666;
	font-size:0.8rem;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(102deg,#26b9ff 0%, #2157ae 100%);
	border-radius: 1.5rem;
	line-height:2.5rem;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	border:0px;
}

















.mart70{
	margin-top:4.0rem;
}
.mart0{
	margin-top:0px;
}
























}
































