@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'思源黑体';
	margin:auto
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/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:#333;
	text-decoration:none;
	}
a:hover{
	color:#F17400;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	top:0;
}
.header.yanse a{
	color: #333333;
}
.header.yanse .sx{
	background-color:#CCC;
}
.header.yanse .innav ul li{
	color:#333;
}
.header.yanse a:hover{
	color:#F17400;
}
.header.yanse .cur{
	color: #F17400;
}
.header.yanse .cur a{
	color: #F17400;
}
.header.yanse.yanse01 .cur a{
	color: #F17400;
}
.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:15px;
}
.header.yanse.yanse01.h02{
	top:0px;
	background-color:#FFF;
}
.header.yanse.yanse01.ny{
	color:#333;
}
.header.yanse.yanse01.ny a{
	color:#333;
}
.header.yanse.yanse01.ny .cur a{
	color: #0E56C0;
}
.header.yanse.yanse01 a{
	color: #fff;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:980;
	height:135px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	height:80px;
}

.logo{
	width:808px;
	display: flex;
	align-items: center;
	height:80px;
	max-width:50.5%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: 100%;
	float:left;
	padding:0 8.33vw;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	line-height:55px;
	font-size:16px;
	position:relative;
}
.innav ul li a{
	height: 55px;
}
.innav ul li b{
	font-family: DIN;
	font-size:18px;
	margin-left:10px;
}
.innav ul li a:hover{
	color:#F17400;
}

.innav ul li:hover .xiala dl dt a{
	color: #fff;
}
.innav ul li:hover .xiala dl dt a:hover{
	color:#F17400;
}
.innav ul li:hover .xiala{
	opacity:1;
visibility:visible;
}
.innav ul li .xiala{
	width:auto;
	overflow:hidden;
	position:absolute;
	top:55px;
	left:-80px;
	z-index:1111;
	opacity:0;
visibility:hidden;
	padding:0px;

}
.innav ul li .xiala div{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.innav ul li .xiala div em{
	width:68px;
	height:68px;
	position:absolute;
	right:0;
	top:0;
	z-index:11;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innav ul li .xiala.w650{
	width:650px;
}
.innav ul li .xiala a {
    color: #FFF;
    display: block;
    background-color: rgba(0,0,0,0.5);
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.innav ul li .xiala.w260{
	width:218px;
}
.innav ul li .xiala.w260 dl{
	width:100%;
}
.innav ul li .xiala dl{
	width:100%;
}
.innav ul li .xiala dl dt{
	font-size:16px;
	line-height:30px;
	color: #333;
	margin-bottom:0px;
	text-align:center;
}
.innav ul li .xiala dl dt b{
	font-family:'宋体';
	margin-right:10px;
	color: #333;
}
.innav ul li .xiala dl dd{
	font-size:14px;
	line-height:24px;
	color: #333;
	font-weight:normal;
}
.innav ul li .xiala dl dd b{
	font-family:'宋体';
	margin-right:10px;
	color: #333;
}
.innav ul li .xiala dl dd a{
	color: #333;
}
.innav ul li .xiala dl dd a:hover{
	color:#E81A23;
}
.header.yanse .cur .xiala dl dd a{
	color: #333;
}
.header.yanse .cur .xiala dl dd a:hover{
	color:#E81A23;
}
.header.yanse.yanse01 .cur .xiala dl dd a{
	color: #333;
}
.header.yanse.yanse01 .cur .xiala dl dd a:hover{
	color:#E81A23;
}
.header.yanse.yanse01 .cur .xiala dl dt a{
	color: #333;
}
.header.yanse.yanse01 .cur .xiala dl dt a:hover{
	color:#E81A23;
}


.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:24px;
	color:#0E56C0;
}
.intel img{
	margin-right:20px;
}
.header.yanse .intel{
	color:#F28203;
}
.header.yanse.yanse01 .intel{
	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.ny .pic01{
	display: none;
}
.header.yanse.yanse01.ny .pic02{
	display: inline-block;
}
.header.yanse.yanse01.ny .intel{
	color:#0E56C0;
}

.inkc{
	width:100%;
	float:left;
	background: linear-gradient(180deg,#ececec, #c6d1d9 100%);
}
.intit{
	width:100%;
	float:left;
	margin-top:100px;
}
.intit dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
}
.intit dl dt b{
	margin-left:66px;
	margin-right:66px;
	color:#002242;
	font-size:42px;
	line-height:56px;
}
.intit dl dt img{
	max-width:32.5625%;
}
.intit dl dd{
	font-size:20px;
	line-height:48px;
	color:#666;
	text-align:center;
}
.inkc01{
	width:100%;
	float:left;
	margin-top:70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inkc01 .a01{
	width:25.875%;
}
.inkc01 .a01 ul{
	display: flex;
	flex-wrap: wrap;
}
.inkc01 .a01 ul li{
	width:100%;
	padding:60px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:30px;
	background: rgba(255,255,255,0.80);
	transition: all 0.6s;
}
.inkc01 .a01 ul li a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

}
.inkc01 .a01 ul li:hover a{
	color:#FFF;

}
.inkc01 .a01 ul li:first-child{
	margin-top:0px;
}
.inkc01 .a01 ul li .pic01{
	display:inline-block;
}
.inkc01 .a01 ul li .pic02{
	display:none;
}
.inkc01 .a01 ul li:hover .pic01{
	display:none;
}
.inkc01 .a01 ul li:hover .pic02{
	display: inline-block;
}
.inkc01 .a01 ul li dl dt{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.inkc01 .a01 ul li dl dd{
	font-size:12px;
	line-height:14px;
	color:#999;
	margin-top:8px;
}
.inkc01 .a01 ul li img{
	max-height:49px;
}
.inkc01 .a01 ul li:hover{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.inkc01 .a01 ul li:hover dl dt{
	color:#FFF;
}
.inkc01 .a01 ul li:hover dl dd{
	color:#FFF;
}
.inkc01 .a01 ul li.cur{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.inkc01 .a01 ul li.cur dl dt{
	color:#FFF;
}
.inkc01 .a01 ul li.cur dl dd{
	color:#FFF;
}
.inkc01 .a01 ul li.cur .pic01{
	display:none;
}
.inkc01 .a01 ul li.cur .pic02{
	display: inline-block;
}
.inkc01 .a02{
	width:37.75%;
	background: linear-gradient(180deg,#fdc601, #ee7e00 100%);
	padding:40px 55px;
}
.inkc01 .a02 h1{
	font-size:24px;
	line-height:28px;
	margin-bottom:32px;
	color:#FFF;
}
.inkc01 .a02 ul li{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height:52px;
	border-bottom: 1px solid rgba(255,255,255,0.30);
	font-size:14px;
	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.inkc01 .a02 ul li a{
	color:#FFF;
}
.inbz{
	width:100%;
	float:left;
	background: #c7d2da url(../img/b01.jpg) no-repeat bottom center;
	padding-bottom:220px;
	background-size:cover;
}
.inbz01{
	width:100%;
	float:left;
}
.inbz01 ul{
	display: flex;
	flex-wrap: wrap;
}
.inbz01 ul li{
	width:calc(25.4% - 40px);
	margin-top:40px;
	margin-right:40px;
	position:relative; height:370px; overflow:hidden;
}
.inbz01 ul li:nth-child(4n){
	margin-right:0;
}
.inbz01 ul li .tex01{
	width:100%;
	padding:60px 30px;
	background: rgba(255,255,255,0.80);
	border: 1px solid #ffffff;
	text-align:center;height:500px;

}
.inbz01 ul li .tex01 .tp{
	overflow:hidden;
}
.inbz01 ul li .tex01 .tp img{
	max-width:80%;
}
.inbz01 ul li .tex01 dl dt{
	margin-top:30px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.inbz01 ul li .tex01 dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.inbz01 ul li .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	overflow:hidden;
	transition: all 0.6s;
}
.inbz01 ul li:hover .pic{
	opacity:1;
}
.inbz01 ul li .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
}
.inbz01 ul li .subtex{
	width:100%;
	position:absolute;
	z-index:3;
	bottom:0;
	left:0;
	padding:40px 20px;
	background: linear-gradient(360deg,#004792 26%, rgba(0,71,146,0.00) 100%);
	padding-top:55px;
	font-size:14px;
	line-height:25px;
	color:#FFF;
	font-weight:bold;
	opacity:0;
	transition: all 0.6s;
}
.inbz01 ul li:hover .subtex{
	opacity:1;
}
.inbz01 ul li .subtex h1{
	font-size:20px;
	line-height:26px;
	color:#F28203;
	margin-bottom:15px;
}
.inbz01 ul li:last-child .tex01{
	background: #004792;
	height:100%;
	border:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inbz01 ul li:last-child .tex01 h1{
	font-size:24px;
	line-height:32px;
	text-align:center;
	color:#FFF;
}
.inbz01 ul li:last-child .tex01 h2{
	font-size:35px;
	line-height:42px;
	text-align:center;
	margin-top:20px;
	font-family: DIN;
	color:#FFF;
}
.inbz01 ul li:last-child .tex01 .bm{
	display:flex;
	justify-content: center;
	margin-top:36px;
}
.inbz01 ul li:last-child .tex01 .bm a{
	width: 200px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0.60);
	border-radius: 35px;
	text-align:center;
	line-height:60px;
	color:#FFF;
}
.inbz01 ul li:last-child .tex01 .bm a b{
	margin-left:30px;
	font-family:'宋体';
}
.insz{
	width:100%;
	float:left;
	background: #ecedef;
}
.insz01{
	width:100%;
	float:left;
	margin-top:30px;
}
.insz01 ul{
	display: flex;
	flex-wrap: wrap;
}
.insz01 ul li{
	width:calc(34.0% - 40px);
	background: rgba(255,255,255,0.80);
	padding:40px 50px;
	margin-right:40px;
	transition: all 0.6s;
	margin-bottom: 30px;
}
.insz01 ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.insz01 ul li:nth-child(3n){
	margin-right:0px;
}
.insz01 ul li dl dt{
	display: flex;
	align-items: center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.insz01 ul li dl dt img{
	margin-right:18px;
}
.insz01 ul li dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.insz02{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insz02 .a01{
	width:20.8125%;
	overflow:hidden;
}
.insz02 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.insz02 .a02{
	width:53.75%;
}
.inmore{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inmore.jy{
	justify-content: flex-start;
}
.inmore a{
	padding:17px 50px;
	background: #004792;
	border-radius: 30px;
	font-size:14px;
	color:#FFF;
	display: flex;
	align-items: center;
}
.inmore a b{
	margin-left:30px;
	font-family:'宋体';
}

.injxcj{
	width:100%;
	float:left;
	background: url(../img/b02.jpg) no-repeat bottom center;
	padding-bottom:400px;
	background-size:cover;
}
.cjzlm{
	width:100%;
	float:left;
	margin-top:30px;
}
.cjzlm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cjzlm ul li{
	width: 200px;
	height: 60px;
	display: flex;
	margin-left:15px;
	margin-right:15px;
}
.cjzlm ul li a{
	width:100%;
	height:60px;
	border: 1px solid #002242;
	line-height:60px;
	text-align:center;
	color:#333;
	font-size:20px;
	border-radius: 31px;
	transition: all 0.6s;
}
.cjzlm ul li a:hover{
	background-color:#004792;
	border:1px solid #004792;
	color:#FFF;
}
.cjzlm ul li a.cur{
	background-color:#004792;
	border:1px solid #004792;
	color:#FFF;
}
.incj{
	width:100%;
	float:left;
	margin-top:30px;
}
.incj ul{
	display: flex;
	flex-wrap: wrap;
}
.incj ul li{
	width:calc(25.3% - 26px);
	margin-right:26px;
	margin-top:30px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	overflow:hidden;
}

.incj ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incj ul li:nth-child(4n){
	margin-right:0px;
}
.incj ul li:hover img{
	transform: scale(1.05);
}

.infw{
	width:100%;
	float:left;
	background: linear-gradient(180deg,#ffffff, #eaebef 100%);
	padding-bottom:120px;
}
.infw01{
	width:100%;
	float:left;
	margin-top:30px;
}
.infw01 ul{
	display: flex;
	flex-wrap: wrap;
}
.infw01 ul li{
	width:calc(20% - 30px);
	padding:40px;
	background-color:#FFF;
	margin-right:30px;
	text-align:center;
	transition: all 0.6s;
	margin-top:30px;
}
.infw01 ul li:nth-child(5n){
	margin-right:0px;
}
.infw01 ul li .pic01{
	display:inline-block;
}
.infw01 ul li .pic02{
	display: none;
}
.infw01 ul li:hover .pic01{
	display:none;
}
.infw01 ul li:hover .pic02{
	display:inline-block;
}
.infw01 ul li .pic{
	overflow:hidden;
}
.infw01 ul li dl dt{
	margin-top:30px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.infw01 ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#999;
}
.infw01 ul li h1{
	color:#F28203;
	font-family:Roboto;
	font-size:36px;
	line-height:42px;
	margin-top:30px;
}
.infw01 ul li:hover{
	background: linear-gradient(180deg,#fdc601, #ee7e00 100%);
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.infw01 ul li:hover dl dt{
	color:#FFF;
}
.infw01 ul li:hover dl dd{
	color:#FFF;
}
.infw01 ul li:hover h1{
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	padding:0 8.33vw;
	padding-bottom:260px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #eaebef url(../img/b03.jpg) no-repeat bottom center;
	background-size:cover;
}
.inab .pic{
	width:59.375%;
	background-image:url(../img/a01.jpg);
	background-position:center;
	background-size:cover;
	position:relative;
}
.inab .pic .num{
	width:60%;
	position:absolute;
	bottom:14.5%;
	left:20%;
	z-index:11;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.inab .pic .num dl{
	width:50%;
	margin-top:60px;
}
.inab .pic .num dl dt{
	font-family:Roboto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size:64px;
	line-height:75px;
	font-weight:bold;
}
.inab .pic .num dl dt i{
	font-size:16px;
	line-height:20px;
}
.inab .pic .num dl dd{
	margin-top:9px;
	font-size:16px;
	line-height:21px;
	text-align:center;
}
.inab .tex{
	width:37.0625%;
	font-size:16px;
	line-height:32px;
}
.inab .tex h1{
	color: #ee7e00;
	font-size:96px;
	line-height:113px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.inab .tex ul{
	display:flex;
	justify-content: space-between;
	margin-top:45px;
}
.inab .tex ul li{
	width:31.1973%;
	padding:20px 0;
	background: rgba(255,255,255,0.80);
	text-align:center;
	transition: all 0.6s;
}
.inab .tex ul li:hover{
	background: linear-gradient(180deg,#fdc601, #ee7e00 100%);
	box-shadow: 0px 3.69px 6.46px 0px rgba(0,45,74,0.43); 
}
.inab .tex ul li dl dt{
	overflow:hidden;
}
.inab .tex ul li dl dd{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.inab .tex ul li:hover dl dd{
	color:#FFF;
}
.inab .tex ul li .pic01{
	display: inline-block;
}
.inab .tex ul li .pic02{
	display: none;
}
.inab .tex ul li:hover .pic01{
	display:none;
}
.inab .tex ul li:hover .pic02{
	display:inline-block;
}

.foot{
	width:100%;
	float:left;
	padding:40px 8.33vw;
	background: #e9edf0;
padding-bottom:80px;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dblogo{
	width: auto;
}
.dblogo img{
	max-width:100%;
	height:auto;
}
.dbintel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:24px;
	color:#333;
}
.dbintel img{
	margin-right:20px;
}
.foot02{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl dt{
	font-size:16px;
	line-height:21px;
	margin-bottom:30px;
}
.foot02 dl dd{
	font-size:14px;
	line-height:18px;
	margin-top:10px;
	color:#666;
	display: flex;
}
.foot02 dl dd a{
	color:#666;
}
.foot02 dl dd div{
	margin-right:30px;
	text-align:center;
}
.foot02 dl dd i{
	margin-right:10px;
}
.foot02 dl li{
	display:flex;
	align-items: center;
	padding:5px 24px;
	background-color:#FFF;
	margin-top:10px;
}
.foot02 dl li.dq{
	align-items: flex-start;
}
.foot02 dl li img{
	margin-right:10px;
}
.foot02 dl li.dq img{
	margin-top:6px;
}
.foot02 dl .mart40{
	margin-top:40px;
}
.bk{
	width: auto;
	border:0;
	outline:none;
	font-size:14px;
	color:#999;
	line-height:35px;
}
.anniu{
	width:100%;
	height: 48px;
	background: #004792;
	line-height:48px;
	cursor:pointer;
	border:0;
	text-align:center;
	color:#FFF;
	font-size:16px;
}

.foot03{
	width:100%;
	height: 120px;
	border: 0px solid rgba(0,0,0,0.10);
	padding:0 8.33vw;
	float:left;
	display:flex;
	align-items: center;
	
position:fixed;
bottom:0;
z-index:999;
background:rgba(233,237,240,0.60);


}
.foot04{
	width:100%;
	position:relative;
	height:120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left:186px;
}
.foot04 .ren{
	width:150px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	max-width:7.8125vw;
}
.foot04 dl dt{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
}
.foot04 dl dd{
	font-size:14px;
	line-height:18px;
	margin-top:5px;
	color:#666;
}
.foot04 .a01{
	width:auto;
	display: flex;
}
.foot04 .a01 div{
	margin-left:10px;
}
.bk2{
	width: 295px;
	height: 48px;
	background: #ffffff;
	border:0;
	outline:none;
	line-height:48px;
	padding:0 24px;
	color:#999;
	max-width:15.36vw;
}
.anniu2{
	width: 201px;
	height: 48px;
	background: #004792;
	border:0;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:135px;
}
.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;
	flex-wrap: wrap;
	color:#FFF;
}
.nybanner .tex.blue{
	color:#004792;
}
.nybanner .tex.blue i{
	background-color:#004792;
}
.nybanner .tex dl dt{
	font-size:48px;
	line-height:63px;
	padding-bottom:20px;
	position:relative;
	font-weight:bold;
}
.nybanner .tex dl dt i{
	width:96px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:11;
	background-color:#FFF;
}
.nybanner .tex dl dd{
	margin-top:20px;
	font-family:Roboto;
	font-size:32px;
	line-height:38px;
	text-transform:uppercase;
}
.zlm{
	width:100%;
	float:left;
	
	padding:0 8.33vw;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li.w16{
	width:16.6667%;
}
.zlm ul li{
	width:25%;
	border:1px solid #e0e0e0;
	height:84px;
	line-height:84px;
	text-align:center;
	font-size:18px;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;

}
.zlm ul li a{
	width:100%;
	text-align:center;
	height:84px;
}
.zlm ul li a:hover{
	background-color:#F28203;
	color:#FFF;
}
.zlm ul li a.cur{
	background-color:#F28203;
	color:#FFF;
}

.nyab01{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.nyab01 .tex{
	width:43%;
	font-size:14px;
	line-height:28px;
}
.nyab01 .tex img{
	max-width:62.79%;
}
.nyab01 .tex h1{
	margin-bottom:50px;
}
.nyab01 .tex b{
	color:#F28203;
}
.nyab01 .pic{
	width:50%;
	overflow:hidden;
}
.nyab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nyab01 .num{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:11;
}
.nyab01 .num ul{
	width:auto;
	display: flex;
	flex-wrap: wrap;
}
.nyab01 .num ul li{
	width:16.6875%;
	background: #ffffff;
	border: 1px solid #bdbdbd;
	height: 142px;
	border-right:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nyab01 .num ul li:last-child{
	border:1px solid #bdbdbd;
}
.nyab01 .num ul li b{
	font-size:58px;
	line-height:68px;
	color:#DE6010;
	font-family:Roboto;
	margin-right:10px;
}
.nyab01 .num ul li dl dt{
	font-size:16px;
	line-height:18px;
}
.nyab01 .num ul li dl dd{
	font-size:14px;
	line-height:18px;
	color:#999;
}

.fzlc{
	width:100%;
	float:left;
	margin-top:120px;
	background-image:url(../img/mapb.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:140px;
}
.fzlc img{
	max-width:100%;
	height:auto;
}

.nytit{
	width:100%;
	float:left;
	text-align:center;
	font-family: 微软雅黑;
	font-size:48px;
	line-height:72px;
	color:#002242;
	font-weight:bold;
}
.wrap{
	width:100%;
	float:left;
	margin-top:100px;
	background: #ebf0f5;
	padding:80px 0;
}
.honr{
	width:100%;
	float:left;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
}
.honr ul li{
	margin-top:40px;
	margin-bottom:20px;
	width:calc(20.333% - 30px);
	margin-right:30px;
	padding-bottom:32px;
	padding-top:13px;
	background-color:#FFF;
	transition: all 0.6s;
}
.honr ul li:nth-child(5n){
	margin-right:0px;
}
.honr ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.honr ul li dl dt{
	overflow:hidden;
}
.honr ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.honr ul li dl dd{
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.cutrul{
	width:100%;
	float:left;
	margin-top:10px;
	position:relative;
	margin-bottom:120px;
}
.cutrul .quan{
	width:268px;
	height:268px;
	position:absolute;
	background-image:url(../img/lnbz.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	left:calc(50% - 134px);
	top:calc(50% - 134px);
	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:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	padding:0 60px;
	font-size:20px;
	line-height:26px;
	z-index:11;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cutrul ul li .tex dl{
	width:100%;
}
.cutrul ul li .tex dl dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight:bold;
}
.cutrul ul li .tex dl dt img{
	margin-right:20px;
	width:auto;
	height:auto;
}
.cutrul ul li:nth-child(2n) .tex dl dt{
	display: flex;
	justify-content: flex-end;
}
.cutrul ul li .tex dl dd{
	margin-top:30px;
	font-size:20px;
	line-height:44px;
}
.cutrul ul li:nth-child(2n) .tex dl dt img{
	margin-left:20px;
	margin-right:0px;
}
.cutrul ul li:nth-child(2n) .tex dl dd{
	text-align:right;
}

.kclist{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:70px;
}
.kclist ul{
	display: flex;
	flex-wrap: wrap;
}
.kclist ul li{
	width:calc(25.4% - 30px);
	position:relative;
	overflow:hidden;
	margin-top:40px;
	padding-bottom:37px;
	margin-right:30px;
}
.kclist ul li:nth-child(4n){
	margin-right:0px;
}
.kclist ul li .pic{
	overflow:hidden;
}
.kclist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.kclist ul li dl dt{
	margin-top:30px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
.kclist ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	color:#666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kclist ul li .more2{
	display:flex;
	margin-top:40px;
}
.kclist ul li .more2 a{
	padding:10px 50px;
	border: 1px solid #004792;
	border-radius: 4px;
	color:#004792;
}
.kclist ul li .more2 a b{
	font-family:'宋体';
	margin-left:20px;
}
.kclist ul li .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:11;
	background-color:rgba(0,71,146,0.90);
	padding:50px 30px;
	color:#FFF;
	font-size:14px;
	line-height:26px;
	opacity:0;
	transition: all 0.6s;
}
.kclist ul li:hover .tex{
	opacity:1;
}
.kclist ul li .tex h1{
	font-size:20px;
	line-height:26px;
	margin-bottom:30px;
}
.kclist ul li .tex h1 a{ color:#FFF;}
.kclist ul li .tex .more{
	display:flex;
	margin-top:45px;
}
.kclist ul li .tex .more a{
	padding:10px 50px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	color:#FFF;
}
.kclist ul li .tex .more a b{
	font-family:'宋体';
	margin-left:20px;
}

.fy{
	width:100%;
	float:left;
	margin-bottom:100px;	
}
.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: #004e92;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	color:#FFF;
}
.fy ul li .cur{
	background: #004e92;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	color:#FFF;
}

.kcshow{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kcshow .pic{
	width:48.125%;
	overflow:hidden;
}
.kcshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.kcshow .tex{
	width:48.25%;
	font-size:14px;
	line-height:24px;
	color:#666;
}
.kcshow .tex h1{
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:32px;
	line-height:42px;
	color:#333;
	margin-bottom:40px;
}

.kcshow .tex .more{
	display:flex;
	margin-top:50px;
	width:100%;
}
.kcshow .tex .more a{
	width: 200px;
	height: 54px;
	border:1px solid #004792;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#004792;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	margin-right:20px;
	border-radius:35px;
}
.kcshow .tex .more a:hover{
	border:1px solid #004792;
}
.kcshow .tex .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#004792;
}
.kcshow .tex .more a:hover .mask{
	width:100%;
}
.kcshow .tex .more a:hover .a01{
	color:#FFF;
}
.kcshow .tex .more a:hover .a01 b{
	font-family:'宋体';
}
.kcshow .tex .more a .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#004792;
}
.kcshow .tex .more a .a01 b{
	font-family:'宋体';
	margin-left:18px;
}
.kcshowlm{
	width:100%;
	float:left;
	margin-top:80px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.kcshowlm ul{
	display: flex;
	flex-wrap: wrap;
}
.kcshowlm ul li{
	width:auto;
	margin-right:84px;
	height:88px;
	position:relative;
	line-height:88px;
	font-size:18px;
}
.kcshowlm ul li i{
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#F28203;
	opacity:0;
}
.kcshowlm ul li.cur i{
	opacity:1;
}
.kcshowlm ul li:hover i{
	opacity:1;
}
.kcshow01{
	width:100%;
	float:left;
	margin-top:10px;
}
.kcshow01 ul li{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #ebf0f5;
}
.kcshow01 ul li .pic{
	width:37.875%;
	text-align:center;
	display:flex;
	justify-content: center;
	position: relative;
padding-bottom: 0px; 
}
.kcbr{width:100%;
border-collapse:collapse;
border:1px solid #999;}

.kcbr .zj{width:15%;}
.kcbr .dg{width:10%;}
.kcbr td{padding:10px;}

.kcshow01 ul li .pic img{
	max-width:100%;
	height:auto;
	position: absolute;
bottom: 0;
}
.kcshow01 ul li .tex{
	width:62.125%;
	padding:60px 40px;
	font-size:14px;
	line-height:28px;
}
.kcshow01 ul li .tex table img{width:100%;}
.kcshow01 ul li .tex h1{
	display:flex;
	align-items: center;
	margin-bottom:50px;
	font-size:24px;
	color:#093660;
	line-height:28px;
}
.pxls{width:100%;}
.kcshow01 ul li .tex .pxls li {width: 100%;
    float: left;
    margin-top: 0px;
	 margin-bottom: 40px;
    display: flex;
    justify-content: space-between;}
.kcshow01 ul li .tex .pxls li .picls{width: 20%;}
.kcshow01 ul li .tex .pxls li .texls{width: 80%;}
.kcshow01 ul li .tex .pxls li .texls img{width:10px;}
.kcshow01 ul li .tex h1 i{
	width:3px;
	height:32px;
	background-color:#f28203;
	margin-right:20px;
}

.team{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:70px;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
}
.team ul li{
	width:calc(25.4% - 30px);
	position:relative;
	overflow:hidden;
	margin-top:60px;
	padding-bottom:37px;
	margin-right:30px;
	background-color:#ebf0f5;
	transition: all 0.6s;
}
.team ul li:nth-child(4n){
	margin-right:0px;
}
.team ul li .pic{
	overflow:hidden;
	
}
.team ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.team ul li dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}
.team ul li dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:40px;
	color:#666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
}
.team ul li .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:11;
	background-color:rgba(238,126,0,0.90);
	padding:80px 30px;
	color:#FFF;
	font-size:14px;
	line-height:28px;
	opacity:0;
	transition: all 0.6s;
}
.team ul li:hover .tex{
	opacity:1;
}
.team ul li .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:20px;
}
.team ul li .tex h2{
	font-size:20px;
	line-height:40px;
	margin-bottom:40px;
}
.team ul li .tex .more{
	display:flex;
	margin-top:120px;
}
.team ul li .tex .more a{
	padding:10px 50px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	color:#FFF;
}
.team ul li .tex .more a b{
	font-family:'宋体';
	margin-left:20px;
}
.team ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}

.szshow{
	width:100%;
	float:left;
	margin-top:80px;
	padding:100px 8.33vw;
	background: #ebf0f5;
	margin-top:135px;
}
.szshow01{
	width:100%;
	float:left;
	background-color:#fff;
	padding:45px 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.szshow01 .pic{
	width:25%;
	overflow:hidden;
}
.szshow01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.szshow01 .tex{
	width:68%;
	font-size:14px;
	line-height:24px;
	color:#666;
	padding-right:25px;
}
.szshow01 .tex dl{
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:40px;
}
.szshow01 .tex dl dt{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
	color:#333;
}
.szshow01 .tex dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
}
.szshow01 .tex .more{
	display:flex;
	margin-top:80px;
	width:100%;
}
.szshow01 .tex .more a{
	width: 200px;
	height: 54px;
	border:1px solid #004792;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#004792;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	margin-right:20px;
	border-radius:35px;
}
.szshow01 .tex .more a:hover{
	border:1px solid #004792;
}
.szshow01 .tex .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#004792;
}
.szshow01 .tex .more a:hover .mask{
	width:100%;
}
.szshow01 .tex .more a:hover .a01{
	color:#FFF;
}
.szshow01 .tex .more a:hover .a01 b{
	font-family:'宋体';
}
.szshow01 .tex .more a .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#004792;
}
.szshow01 .tex .more a .a01 b{
	font-family:'宋体';
	margin-left:18px;
}

.nywrap{
	width:100%;
	float:left;
	margin-top:80px;
	background: #ebf0f5;
	padding:100px 0;
}
.nywrap.padt60{
	padding-top:60px;
}
.nytit2{
	width:100%;
	float:left;
	text-align:center;
}
.nytit2 dl dt{
	font-size:48px;
	line-height:72px;
	font-weight:bold;
}
.nytit2 dl dd{
	margin-top:10px;
	font-size:24px;
	line-height:48px;
	color:#666;
}
.peix{
	width:100%;
	float:left;
}
.peix ul{
	display: flex;
	flex-wrap: wrap;
}
.peix ul li{
	width:calc(33.3% - 30px);
	background: #ffffff;
	border: 2px solid rgba(255,255,255,0.30);
	padding:40px 50px;
	text-align:center;
	transition: all 0.6s;
	margin-right:30px;
	margin-top:40px;
}
.peix ul li:nth-child(3n){
	margin-right:0px;
}
.peix ul li:hover{
	border: 2px solid #bdbdbd;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.peix ul li .pic{
	overflow:hidden;
}
.peix ul li dl dt{
	margin-top:30px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.peix ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.pxfs{
	width:100%;
	float:left;
}
.pxfs ul{
	display: flex;
	flex-wrap: wrap;
}
.pxfs ul li{
	width:calc(33.9% - 30px);
	background: #ffffff;
	transition: all 0.6s;
	margin-right:30px;
	margin-top:40px;
}
.pxfs ul li:nth-child(3n){
	margin-right:0px;
}
.pxfs ul li .pic{
	overflow:hidden;
}
.pxfs ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.pxfs ul li .tex{
	padding:35px 40px;
}
.pxfs ul li dl dt{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.pxfs ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:29px;
	color:#666;
}
.xzlist{
	width:100%;
	float:left;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:48.125%;
	padding:26px 40px;
	background-color:#FFF;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.xzlist ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.xzlist ul li .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:25px;
}
.xzlist ul li .a01 dl dt{
	font-size:18px;
	line-height:24px;
}
.xzlist ul li .a01 dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
}
.xzlist ul li .a02 a{
	width: 168px;
	height: 52px;
	border: 1px solid #093660;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.xzlist ul li .a02 a img{
	margin-right:25px;
}
.xzlist ul li .a02 a:hover{
	background: #093660;
	color:#FFF;
}
.xzlist ul li .a02 a .pic01{
	display:inline-block;
}
.xzlist ul li .a02 a .pic02{
	display: none;
}
.xzlist ul li .a02 a:hover .pic01{
	display:none;
}
.xzlist ul li .a02 a:hover .pic02{
	display:inline-block;
}

.qynt{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qynt .a01{
	width:23.625%;
	background: linear-gradient(118deg,#1b9bff 0%, #004792 100%);
	padding:2.5vw;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.qynt .a01 h1{
	margin-bottom:3vh;
	font-size:24px;
	padding-bottom:3vh;
	border-bottom:1px solid rgba(255,255,255,0.30);
}
.qynt .a01 .more{
	display:flex;
	margin-top:8vh;
}
.qynt .a01 .more a{
	width: 200px;
	height: 8vh;
	line-height:8vh;
	background: #f28203;
	border-radius: 30px;
	text-align:center;
	color:#FFF;
}
.qynt .a01 .more a b{
	margin-left:30px;
	font-family:'宋体';
}
.qynt .a02{
	width:23.625%;
}
.qynt .a02 ul li{
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
}
.qynt .a02 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.qynt .a02 ul li:first-child{
	margin-top:0px;
}
.qynt .a02 ul li:hover img{
	transform: scale(1.05);
}
.jiuye{
	width:100%;
	float:left;
	margin-top:40px;
}
.jiuye ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.jiuye ul.biaot{
	background-color:#004792;
}
.jiuye ul:first-child li{
	border: 1px solid rgba(255,255,255,0.10);
	color:#FFF;
	border-right:
}
.jiuye ul li{
	width:16.667%;
	border: 1px solid rgba(0,0,0,0.10);
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:16px;
	color:#666;
}
.jylogo{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:100px;
}
.jylogo ul{
	display:flex;
	flex-wrap: wrap;
}
.jylogo ul li{
	height: 84px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	width:calc(14.46% - 20px);
	margin-right:20px;
	margin-top:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.jylogo ul li img{
	max-height:100%;
	max-width:100%;
}
.jylogo ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.jylogo ul li:nth-child(7n){
	margin-right:0px;
}

.jxlist{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:70px;
}
.jxlist ul{
	display: flex;
	flex-wrap: wrap;
}
.jxlist ul li{
	width:calc(25.4% - 30px);
	position:relative;
	overflow:hidden;
	margin-top:60px;
	margin-right:30px;
	padding-bottom:7px;
	transition: all 0.6s;
	background: #ebf0f5;
}
.jxlist ul li:nth-child(4n){
	margin-right:0px;
}
.jxlist ul li .pic{
	overflow:hidden;
}
.jxlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jxlist ul li .tex{
	padding:30px 20px;
}
.jxlist ul li .tex dl dt{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
.jxlist ul li .tex dl dd{
	margin-top:20px;
	display:flex;
}
.jxlist ul li .tex dl dd a{
	padding:7px 17px;
	border: 1px solid #f28203;
	color:#f28203;
}
.jxlist ul li:hover{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.jxlist ul li:hover .tex dl dt{
	color:#FFF;
}
.jxlist ul li:hover .tex dl dd a{
	border: 1px solid #ffffff;
	color:#FFF;
}
.jxlist ul li:hover .tex dl dt a{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:80px;
}
.newlist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:48.125%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:40px;
}
.newlist ul li a{
	width:100%;
	display: flex;
	align-items: center;
}
.newlist ul li .pic{
	width:34%;
	margin-right:40px;
	overflow:hidden;
	min-width:34%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li dl dt{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newlist ul li dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:28px;
	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;
}
.newlist ul li dl dd i{
	color:#999;
}
.newlist ul li a:hover dl dt{
	color:#F28203;
}

.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.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{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.tjnew ul li:hover dl dt{
	color:#fff;
}
.tjnew ul li:hover dl dd{
	color:#fff;
}
.tjnew ul li:hover dl dd a{
	color:#fff;
}
.tjnew ul li:hover dl dd i{
	color:#fff;
}
.tjnew ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
	margin-top:20px;
	font-weight:bold;
}
.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:#0062B2;
	margin-right:20px;
}
.tjnew ul li dl dd i{
	color:#0062B2;
}
.back{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
}
.back a{
	width: 209px;
	height: 58px;
	background: #004792;
	border-radius: 4px;
	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:'宋体';
}
.lx-l{
	width:58.5625%;
	padding:50px 60px;
	background-color:#FFF;
}
.lx-l h1{
	font-size:40px;
	line-height:58px;
}
.lx-l01{
	width:100%;
	margin-top:40px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l01 .a01{
	width:auto;
}
.lx-l01 .a01 dl dd{
	margin-bottom:13px;
	display:flex;
	align-items: center;
	font-size:14px;
	color:#666;
}
.lx-l01 .a01 dl dd img{
	margin-right:10px;
}
.lx-l01 .a02{
	width:auto;
}
.lx-l01 .a02 h1{
	font-size:16px;
	line-height:21px;
	margin-bottom:30px;
}
.lx-l01 .a02 .b1{
	display:flex;
}
.lx-l01 .a02 .b1 div{
	text-align:center;
}
.lx-l01 .a02 .b1 div:first-child{
	margin-right:30px;
}
.lx-l02{
	width:100%;
	margin-top:40px;
}
.lx-l02 img{
	width:100%;
	height:auto;
	display:block;
}
.lx-r{
	width:39.1875%;
	background-color:#FFF;
	padding:50px 60px;
}
.lx-r h1{
	font-size:24px;
	line-height:35px;
	color:#F28203;
}
.lx-r h1 i{
	font-size:16px;
	margin-left:10px;
}
.lx-r dl dt{
	margin-top:35px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.lx-r dl:first-child dt{
	margin-top:25px;
}
.lx-r dl dd{
	margin-top:35px;
}
.lxbk{
	width:100%;
	border:0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	outline:none;
	background-color:transparent;
	color:#666;
	padding-bottom:10px;
	line-height:30px;
}
.lxanniu{
	width:100%;
	height: 64px;
	background: #F28203;
	border-radius: 4px;
	line-height:64px;
	text-align:center;
	border:0px;
	cursor:pointer;
	color:#FFF;
	font-size:18px;
}

.alldh{
	width:100%;
	float:left;
	margin-top:80px;
}
.alldh h1{
	padding:18px 40px;
	display:flex;
	align-items: center;
	background-color:#004792;
	font-size:20px;
	color:#FFF;
}
.alldh h1 img{
	margin-right:20px;
}
.alldh ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:20px;
}
.alldh ul li{
	width:100%;
	padding:20px 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.alldh ul li .a01{
	width: 267px;
	height: 84px;
	background: #f28203;
	line-height:84px;
	text-align:center;
	color:#FFF;
	font-size:18px;
}
.alldh ul li .a02{
	width: calc(100% - 267px);
	display:flex;
	flex-wrap: wrap;
}
.alldh ul li .a02 div{
	width:auto;
	margin-left:3.375%;
	font-size:18px;
	line-height:24px;
	margin-bottom:5px;
	margin-top:5px;
}
.jiuye1 {
    width: 100%;
    float: left;
    margin-top: 1.0rem;
}

.jiuye1 ul.biaot {
    background-color: #004792;
}
.jiuye1 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFF;
}
.jiuye1 ul li {
   width: 16.667%;
    border: 1px solid rgba(0,0,0,0.10);
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.jiuye1 ul:first-child li {
    border: 1px solid rgba(255,255,255,0.10);
    color: #FFF;
    line-height: 3.5;
}



.marb0{
	margin-bottom:0px;
}
.mart0{
	margin-top:0px;
}
.mart135{
	margin-top:135px;
}
.mart80{
	margin-top:80px;
}
.mart100{
	margin-top:100px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float: left; margin-top:-150px;}
.sjpf{ display:none;}
	
}


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


.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:28px;
	color:#0E56C0;
}
.intel img{
	margin-right:10px;
}
.kcshow01 ul li .pic {
    width: 32.875%;}
	.kcshow01 ul li .tex {
    width: 67.125%;padding: 60px 0px 0 40px;font-size: 12px;
    line-height: 1.8;}
.kcshow01 ul li .tex .pxls li .texls {
    width: 70%;
}
.foot02 dl:nth-child(6){ display:none;}
}

@media (min-width:1000px) and (max-width:1500px){
	.inkc01 .a02 h1{
	font-size:20px;
	line-height:28px;
	margin-bottom:32px;
	color:#FFF;
}


.intit dl dt b{
	margin-left:46px;
	margin-right:46px;
	color:#002242;
	font-size:32px;
	line-height:56px;
}

	.inkc01 .a01{
	width:25.875%;
}
.inkc01 .a01 ul{
	display: flex;
	flex-wrap: wrap;
}
.inkc01 .a01 ul li{
	width:100%;
	padding:60px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:30px;
	background: rgba(255,255,255,0.80);
	transition: all 0.6s;
}

.inkc01 .a01 ul li dl dt{
	font-size:16px;
	line-height:26px;
	font-weight:bold;
}
.inkc01 .a01 ul li dl dd{
	font-size:12px;
	line-height:14px;
	color:#999;
	margin-top:8px;
}

.innav ul li{
	margin-left:2.5vw;
}
.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:24px;
	color:#0E56C0;
}
.intel img{
	margin-right:10px;
	max-height:20px;
}

	
}

@media (min-width:1000px) and (max-width:1360px){
	.inab .tex h1{
	color: #ee7e00;
	font-size:48px;
	line-height:113px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.inab .tex ul{
	display:flex;
	justify-content: space-between;
	margin-top:45px;
}
.inab .tex ul li{
	width:31.1973%;
	padding:20px 0;
	background: rgba(255,255,255,0.80);
	text-align:center;
	transition: all 0.6s;
}
.intit dl dt b{
	margin-left:46px;
	margin-right:46px;
	color:#002242;
	font-size:24px;
	line-height:40px;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:2.125vw;
	font-size:12px;
	position:relative;
}

.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:20px;
	color:#0E56C0;
}
.intel img{
	margin-right:5px;
	max-height:20px;
}

.foot03{
	display:none;
}

.infw01 ul li{
	width:calc(34.2% - 30px);
	padding:40px;
	background-color:#FFF;
	margin-right:30px;
	text-align:center;
	transition: all 0.6s;
	margin-top:30px;
}
.infw01 ul li:nth-child(3n){
	margin-right:0px;
}
.infw01 ul li:nth-child(5n){
	margin-right:30px;
}
.xzlist ul li .a02 a{
	margin-top:30px;
}
.zlm ul li{
	font-size:12px;
}
.nyab01 .num ul li b{
	font-size:36px;
}




	
}





@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:left;
}
.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; 
	right:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:50%; 
	max-height:2.8rem; 
	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%; 
	right:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/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 a{display: block;
    width: 230px; HEIGHT:3.0rem;line-height: 3.0rem;}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #004792; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/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%;
}



.inkc{
	width:100%;
	float:left;
	background: linear-gradient(180deg,#ececec, #c6d1d9 100%);
}
.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.intit dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.intit dl dt b{
	margin-left:1.0rem;
	margin-right:1.0rem;
	color:#002242;
	font-size:1.2rem;
	line-height:1.5rem;
}
.intit dl dt img{
	max-width:15%;
	display:none;
}
.intit dl dd{
	font-size:0.7rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.inkc01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inkc01 .a01{
	width:100%;
}
.inkc01 .a01 ul{
	display: flex;
	flex-wrap: wrap;
}
.inkc01 .a01 ul li{
	width:32%;
	padding:0.4rem;
	margin-right:1%;
/*	display: flex;*/
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
/*	margin-top:1.0rem;*/
	text-align: center;
	background: rgba(255,255,255,0.80);
	transition: all 0.6s;
	font-size:1.0rem;
}
.sjh{height: 157px!important;
    overflow: hidden;}
.inkc01 .a01 ul li a{
	width:100%;
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

}
.inkc01 .a01 ul li:hover a{
	color:#FFF;

}
/*.inkc01 .a01 ul li:first-child{
	margin-top:0px;
}*/
.inkc01 .a01 ul li:last-child{
	margin-right:0px;
}
.inkc01 .a01 ul li .pic01{
	display:inline-block;
}
.inkc01 .a01 ul li .pic02{
	display:none;
}
.inkc01 .a01 ul li:hover .pic01{
	display:none;
}
.inkc01 .a01 ul li:hover .pic02{
	display: inline-block;
}
.inkc01 .a01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	text-align:center;
}
.inkc01 .a01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	margin-top:8px;
}
.inkc01 .a01 ul li img{
	max-height:2.0rem;
}
.inkc01 .a01 ul li:hover{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.inkc01 .a01 ul li:hover dl dt{
	color:#FFF;
}
.inkc01 .a01 ul li:hover dl dd{
	color:#FFF;
}
.inkc01 .a01 ul li.cur{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.inkc01 .a01 ul li.cur dl dt{
	color:#FFF;
}
.inkc01 .a01 ul li.cur dl dd{
	color:#FFF;
}
.inkc01 .a01 ul li.cur .pic01{
	display:none;
}
.inkc01 .a01 ul li.cur .pic02{
	display: inline-block;
}
.inkc01 .a02{
	width:100%;
	background: linear-gradient(180deg,#fdc601, #ee7e00 100%);
	padding:2.0rem;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
}
.inkc01 .a02 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	color:#FFF;
}
.inkc01 .a02 ul li{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height:1.5rem;
	border-bottom: 1px solid rgba(255,255,255,0.30);
	font-size:0.8rem;
	padding:0.5rem 0;
	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.inkc01 .a02 ul li a{
	color:#FFF;
}
.inbz{
	width:100%;
	float:left;
	background: #c7d2da url(../img/b01.jpg) no-repeat bottom center;
	padding-bottom:5.0rem;
	background-size:cover;
}
.inbz01{
	width:100%;
	float:left;
}
.inbz01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inbz01 ul li{
	width:32.7%;
	margin-top:0.6rem;
	position:relative;
}
.inbz01 ul li:last-child{width:100%;}
.inbz01 ul li .tex01{
	width:100%;
	padding:0.2rem;
	background: rgba(255,255,255,0.80);
	border: 1px solid #ffffff;
	text-align:center;
	height: 190px;
}
.inbz01 ul li .tex01 .tp{
	overflow:hidden;
}
.inbz01 ul li .tex01 .tp img{
	max-height:3.0rem;
}
.inbz01 ul li .tex01 dl dt{
	margin-top:0.4rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.inbz01 ul li .tex01 dl dd{
	margin-top:0.4rem;
	font-size:0.6rem;
	line-height:1.5;
	color:#666;
}
.inbz01 ul li .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	overflow:hidden;
	transition: all 0.6s;
}
.inbz01 ul li:hover .pic{
	opacity:0;
}
.inbz01 ul li .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
}
.inbz01 ul li .subtex{
	width:100%;
	position:absolute;
	z-index:3;
	bottom:0;
	left:0;
	padding:40px;
	background: linear-gradient(360deg,#004792 26%, rgba(0,71,146,0.00) 100%);
	padding-top:55px;
	font-size:14px;
	line-height:25px;
	color:#FFF;
	font-weight:bold;
	opacity:0;
	transition: all 0.6s;
	display:none;
}
.inbz01 ul li:hover .subtex{
	opacity:0;
}
.inbz01 ul li .subtex h1{
	font-size:20px;
	line-height:26px;
	color:#F28203;
	margin-bottom:15px;
}
.inbz01 ul li:last-child .tex01{
	background: #004792;
	height:100%;
	border:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inbz01 ul li:last-child .tex01 h1{
	font-size:1.0rem;
	line-height:2;
	text-align:center;
	color:#FFF;
}
.inbz01 ul li:last-child .tex01 h2{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	margin-top:0.5rem;
	font-family: DIN;
	color:#FFF;
}
.inbz01 ul li:last-child .tex01 .bm{
	display:flex;
	justify-content: center;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.inbz01 ul li:last-child .tex01 .bm a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid rgba(255,255,255,0.60);
	border-radius: 1.5rem;
	text-align:center;
	line-height:2.0rem;
	color:#FFF;
}
.inbz01 ul li:last-child .tex01 .bm a b{
	margin-left:0.5rem;
	font-family:'宋体';
}
.insz{
	width:100%;
	float:left;
	background: #ecedef;
}
.insz01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.insz01 ul{
	display: flex;
	flex-wrap: wrap;
}
.insz01 ul li{
	width:100%;
	background: rgba(255,255,255,0.80);
	padding:1.0rem;
	background:#fff!important;
	transition: all 0.6s;
	margin-top:1.0rem!important;
}
.insz01 ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.insz01 ul li dl dt{
	display: flex;
	align-items: center;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.insz01 ul li dl dt img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.insz01 ul li dl dd{
	margin-top:0.2rem;
	font-size:0.7rem;
	line-height:1.5;
	color:#666;
}
.insz02{
	width:100%;
	float:left;
	margin-top:25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insz02 .a01{
	width:20.8125%;
	overflow:hidden;
	display:none;
}
.insz02 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.insz02 .a02{
	width:100%;
}
.inmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inmore.jy{
	justify-content: flex-start;
}
.inmore a{
	padding:0.5rem 2.0rem;
	background: #004792;
	border-radius: 15rem;
	font-size:0.8rem;
	color:#FFF;
	display: flex;
	align-items: center;
}
.inmore a b{
	margin-left:1.0rem;
	font-family:'宋体';
}

.injxcj{
	width:100%;
	float:left;
	background: url(../img/b02.jpg) no-repeat bottom center;
	padding-bottom:14rem;
	background-size:cover;
}
.cjzlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cjzlm ul{
	display: flex;
	justify-content: center;
	/*flex-wrap: wrap;*/
}
.cjzlm ul li{
	width:auto;
	display: flex;
	margin-left:0.3rem;
	margin-right:0.3rem;
}
.cjzlm ul li a{
	padding:0.3rem 0.6rem;
	border: 1px solid #002242;
	text-align:center;
	color:#333;
	font-size:0.7rem;
	border-radius: 1.5rem;
	transition: all 0.6s;
	margin-top:0.5rem;
}
.cjzlm ul li a:hover{
	background-color:#004792;
	border:1px solid #004792;
	color:#FFF;
}
.cjzlm ul li a.cur{
	background-color:#004792;
	border:1px solid #004792;
	color:#FFF;
}
.incj{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.incj ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incj ul li{
	width:48%;
	margin-top:1.0rem;
		line-height:1.5rem;
	font-size:0.8rem;
	text-align:center;
	overflow:hidden;
}
.incj ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incj ul li:hover img{
	transform: scale(1.05);
}

.infw{
	width:100%;
	float:left;
	background: linear-gradient(180deg,#ffffff, #eaebef 100%);
	padding-bottom:3.0rem;
}
.infw01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.infw01 ul{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.infw01 ul li{
	width:23%;
	padding:0.2rem;
	background-color:#FFF;
	text-align:center;
	transition: all 0.6s;
	margin-top:0.4rem;
	margin-right: 0.4rem;
}
.infw01 ul li:nth-child(4n){margin-right: 0rem;}
/*.infw01 ul li:nth-child(2n-1){display:none;}
.infw01 ul li:last-child{display:none;}*/
.infw01 ul li .pic01{
	display:inline-block;
}
.infw01 ul li .pic02{
	display: none;
}
.infw01 ul li:hover .pic01{
	display:none;
}
.infw01 ul li:hover .pic02{
	display:inline-block;
}
.infw01 ul li .pic{
	overflow:hidden;
}
.infw01 ul li .pic img{
	max-height:2.0rem;
}
.infw01 ul li dl dt{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5;
	font-weight:bold;
}
.infw01 ul li dl dd{
	margin-top:0.5rem;
	font-size:0.6rem;
	line-height:1.5;
	color:#999;
}
.infw01 ul li h1{
	color:#F28203;
	font-family:Roboto;
	font-size:1.0rem;
	line-height:2.0rem;
	margin-top:0.2rem;
}
.infw01 ul li:hover{
	background: linear-gradient(180deg,#fdc601, #ee7e00 100%);
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.infw01 ul li:hover dl dt{
	color:#FFF;
}
.infw01 ul li:hover dl dd{
	color:#FFF;
}
.infw01 ul li:hover h1{
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	padding:0 8.33vw;
	padding-bottom:7rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #eaebef url(../img/b03.jpg) no-repeat bottom center;
	background-size:cover;
}
.inab .pic{
	width:100%;
	background-image:url(../img/a01.jpg);
	background-position:center;
	background-size:cover;
	position:relative;
	height:15rem;
}
.inab .pic .num{
	width:80%;
	position:absolute;
	bottom:2.0rem;
	left:10%;
	z-index:11;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.inab .pic .num dl{
	width:50%;
	margin-top:2.0rem;
}
.inab .pic .num dl dt{
	font-family:Roboto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size:1.5rem;
	line-height:2.0rem;
	font-weight:bold;
}
.inab .pic .num dl dt i{
	font-size:0.8rem;
	line-height:20px;
}
.inab .pic .num dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.inab .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.inab .tex h1{
	color: #ee7e00;
	font-size:2.0rem;
	line-height:3.0rem;
	margin-bottom:1.0rem;
	font-family:Arial, Helvetica, sans-serif;
}
.inab .tex ul{
	display:flex;
	justify-content: space-between;
	margin-top:1.0rem;
}
.inab .tex ul li{
	width:31.1973%;
	padding:1.0rem 0;
	background: rgba(255,255,255,0.80);
	text-align:center;
	transition: all 0.6s;
}
.inab .tex ul li:hover{
	background: linear-gradient(180deg,#fdc601, #ee7e00 100%);
	box-shadow: 0px 3.69px 6.46px 0px rgba(0,45,74,0.43); 
}
.inab .tex ul li dl dt{
	overflow:hidden;
}
.inab .tex ul li dl dt img{
	max-height:1.5rem;
}
.inab .tex ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.inab .tex ul li:hover dl dd{
	color:#FFF;
}
.inab .tex ul li .pic01{
	display: inline-block;
}
.inab .tex ul li .pic02{
	display: none;
}
.inab .tex ul li:hover .pic01{
	display:none;
}
.inab .tex ul li:hover .pic02{
	display:inline-block;
}

.foot{
	width:100%;
	float:left;
	padding:1.0rem 8.33vw;
	background: #e9edf0;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dblogo{
	width: 50%;
	display:none;
}
.dblogo img{
	max-width:100%;
	height:auto;
}
.dbintel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:1.2rem;
	color:#333;
}
.dbintel img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl{
	margin-top:2.0rem;
	font-size:0.8rem;
}
.foot02 .sjewm {
    width: 100%;}
.foot02 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.foot02 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.3rem;
	color:#666;
	display: flex;
}
.foot02 dl dd a{
	color:#666;
}
.foot02 dl dd div{
	margin-right:0.5rem;
	text-align:center;
	width:100%;
}
.foot02 dl dd div img{
	max-width:100%;
}
.foot02 dl dd i{
	margin-right:0.2rem;
}
.foot02 dl li{
	display:flex;
	align-items: center;
	padding:0.5rem 1.0rem;
	background-color:#FFF;
	margin-top:0.3rem;
}
.foot02 dl li.dq{
	align-items: flex-start;
}
.foot02 dl li img{
	margin-right:0.2rem;
	max-height:1.5rem;
}
.foot02 dl li.dq img{
	margin-top:0.1rem;
}
.foot02 dl .mart40{
	margin-top:1.0rem;
}
.bk{
	width: auto;
	border:0;
	outline:none;
	font-size:0.8rem;
	color:#999;
	line-height:1.5rem;
}
.anniu{
	width:100%;
	height: 2.0rem;
	background: #004792;
	line-height:2.0rem;
	cursor:pointer;
	border:0;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
	margin-top:1.0rem;
}

.foot03{
	width:100%;
	height: 120px;
	border: 1px solid rgba(0,0,0,0.10);
	padding:0 8.33vw;
	float:left;
	display:flex;
	align-items: center;
	background: #e9edf0;
	display:none;
}
.foot04{
	width:100%;
	position:relative;
	height:120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left:186px;
}
.foot04 .ren{
	width:150px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	max-width:7.8125vw;
}
.foot04 dl dt{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
}
.foot04 dl dd{
	font-size:14px;
	line-height:18px;
	margin-top:5px;
	color:#666;
}
.foot04 .a01{
	width:auto;
	display: flex;
}
.foot04 .a01 div{
	margin-left:10px;
}
.bk2{
	width: 295px;
	height: 48px;
	background: #ffffff;
	border:0;
	outline:none;
	line-height:48px;
	padding:0 24px;
	color:#999;
	max-width:15.36vw;
}
.anniu2{
	width: 201px;
	height: 48px;
	background: #004792;
	border:0;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
}

.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;
	flex-wrap: wrap;
	color:#FFF;
}
.nybanner .tex.blue{
	color:#004792;
}
.nybanner .tex.blue i{
	background-color:#004792;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	padding-bottom:1.0rem;
	position:relative;
	font-weight:bold;
}
.nybanner .tex dl dt i{
	width:2.0rem;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:11;
	background-color:#FFF;
}
.nybanner .tex dl dd{
	margin-top:0.6rem;
	font-family:Roboto;
	font-size:1.0rem;
	line-height:1.5rem;
	text-transform:uppercase;
}
.zlm{
	width:100%;
	float:left;
	height: auto;
	border-top:1px solid #e0e0e0;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li.w16{
	width:33.33%;
}
.zlm ul li{
	width:25%;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	height: auto;
	line-height:1.5rem;
	text-align:center;
	font-size:0.6em;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.zlm ul li a{
	width:100%;
	text-align:center;
	height: auto;
	padding:0.5rem 0;
}
.zlm ul li a:hover{
	background-color:#F28203;
	color:#FFF;
}
.zlm ul li a.cur{
	background-color:#F28203;
	color:#FFF;
}

.nyab01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.nyab01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nyab01 .tex img{
	max-width:62.79%;
}
.nyab01 .tex h1{
	margin-bottom:2.0rem;
}
.nyab01 .tex b{
	color:#F28203;
}
.nyab01 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.nyab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nyab01 .num{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nyab01 .num ul{
	width:auto;
	display: flex;
	flex-wrap: wrap;
}
.nyab01 .num ul li{
	width:50%;
	background: #ffffff;
	border: 1px solid #bdbdbd;
	height: 7.0rem;
	border-right:0px;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.nyab01 .num ul li:nth-child(2n){
	border:1px solid #bdbdbd;
}
.nyab01 .num ul li b{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#DE6010;
	font-family:Roboto;
	margin-right:0.5rem;
}
.nyab01 .num ul li dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
}
.nyab01 .num ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}

.fzlc{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/mapb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-bottom:3.0rem;
}
.fzlc img{
	max-width:100%;
	height:auto;
}

.nytit{
	width:100%;
	float:left;
	text-align:center;
	font-family: 微软雅黑;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#002242;
	font-weight:bold;
}
.wrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: #ebf0f5;
	padding:2.0rem 0;
}
.honr{
	width:100%;
	float:left;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honr ul li{
	margin-top:1.0rem;
	width:48%;
	padding-bottom:1.0rem;
	padding-top:0.5rem;
	background-color:#FFF;
	transition: all 0.6s;
}
.honr ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.honr ul li dl dt{
	overflow:hidden;
}
.honr ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.honr ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.cutrul{
	width:100%;
	float:left;
	margin-top:0.5rem;
	position:relative;
	margin-bottom:3.0rem;
}
.cutrul .quan{
	width:4.0rem;
	height:4.0rem;
	position:absolute;
	background-image:url(../img/lnbz.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:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	padding:0 0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	z-index:11;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cutrul ul li .tex dl{
	width:100%;
}
.cutrul ul li .tex dl dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight:bold;
}
.cutrul ul li .tex dl dt img{
	margin-right:0.5rem;
	width:auto;
	height:auto;
	max-height:1.0rem;
}
.cutrul ul li:nth-child(2n) .tex dl dt{
	display: flex;
	justify-content: flex-end;
}
.cutrul ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display: none;
}
.cutrul ul li:nth-child(2n) .tex dl dt img{
	margin-left:0.5rem;
	margin-right:0px;
}
.cutrul ul li:nth-child(2n) .tex dl dd{
	text-align:right;
}

.kclist{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
}
.kclist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kclist ul li{
	width:48%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
	padding-bottom:1.0rem;
}
.kclist ul li .pic{
	overflow:hidden;
}
.kclist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.kclist ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kclist ul li dl dd{
	margin-top:0.6rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kclist ul li .more2{
	display:flex;
	margin-top:1.0rem;
}
.kclist ul li .more2 a{
	padding:0.2rem 1.0rem;
	border: 1px solid #004792;
	border-radius: 4px;
	color:#004792;
}
.kclist ul li .more2 a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.kclist ul li .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:11;
	background-color:rgba(0,71,146,0.90);
	padding:50px 30px;
	color:#FFF;
	font-size:0.8rem;
	line-height:1.5rem;
	opacity:0;
	transition: all 0.6s;
}
.kclist ul li:hover .tex{
	opacity:0;
}
.kclist ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.kclist ul li .tex h1 a{ color:#FFF;}
.kclist ul li .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.kclist ul li .tex .more a{
	padding:0.2rem 1.0rem;
	border: 1px solid #ffffff;
	border-radius: 4px;
	color:#FFF;
}
.kclist ul li .tex .more a b{
	font-family:'宋体';
	margin-left:0.5rem;
}

.fy{
	width:100%;
	float:left;
	margin-bottom:3.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.1rem 0.5rem;
	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: #004e92;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	color:#FFF;
}
.fy ul li .cur{
	background: #004e92;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	color:#FFF;
}

.kcshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kcshow .pic{
	width:100%;
	overflow:hidden;
}
.kcshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.kcshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}
.kcshow .tex h1{
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	margin-bottom:1.0rem;
}

.kcshow .tex .more{
	display:flex;
	margin-top:2.0rem;
	width:100%;
}
.kcshow .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	border:1px solid #004792;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#004792;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	margin-right:0.5rem;
	border-radius:1.5rem;
}
.kcshow .tex .more a:hover{
	border:1px solid #004792;
}
.kcshow .tex .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#004792;
}
.kcshow .tex .more a:hover .mask{
	width:100%;
}
.kcshow .tex .more a:hover .a01{
	color:#FFF;
}
.kcshow .tex .more a:hover .a01 b{
	font-family:'宋体';
}
.kcshow .tex .more a .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#004792;
}
.kcshow .tex .more a .a01 b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.kcshowlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.kcshowlm ul{
	display: flex;
	flex-wrap: wrap;
}
.kcshowlm ul li{
	width:auto;
	margin-right:1.0rem;
	height:3.0rem;
	position:relative;
	line-height:3.0rem;
	font-size:0.8rem;
}
.kcshowlm ul li i{
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#F28203;
	opacity:0;
}
.kcshowlm ul li.cur i{
	opacity:1;
}
.kcshowlm ul li:hover i{
	opacity:1;
}
.kcshow01{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.kcshow01 table img{width:100%;}
.kcshow01 ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #ebf0f5;
}
.kcshow01 ul li .pic{
	width:100%;
	text-align:center;
	display:flex;
	justify-content: center;
}
.kcshow01 ul li .pic img{
	max-width:100%;
	height:auto;
}
.kcshow01 ul li .tex{
	width:100%;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.kcshow01 ul li .tex h1{
	display:flex;
	align-items: center;
	margin-bottom:2.0rem;
	font-size:1.2rem;
	color:#093660;
	line-height:1.5rem;
}
.kcshow01 ul li .tex h1 i{
	width:3px;
	height:1.0rem;
	background-color:#f28203;
	margin-right:0.5rem;
}

.team{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team ul li{
	width:48%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
	padding-bottom:1.0rem;
	background-color:#ebf0f5;
	transition: all 0.6s;
}
.team ul li .pic{
	overflow:hidden;
}
.team ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.team ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	text-align:center;
}
.team ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
}
.team ul li .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:11;
	background-color:rgba(238,126,0,0.90);
	padding:80px 30px;
	color:#FFF;
	font-size:14px;
	line-height:28px;
	opacity:0;
	transition: all 0.6s;
	display:none;
}
.team ul li:hover .tex{
	opacity:0;
}
.team ul li .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:20px;
}
.team ul li .tex h2{
	font-size:20px;
	line-height:40px;
	margin-bottom:40px;
}
.team ul li .tex .more{
	display:flex;
	margin-top:120px;
}
.team ul li .tex .more a{
	padding:10px 50px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	color:#FFF;
}
.team ul li .tex .more a b{
	font-family:'宋体';
	margin-left:20px;
}
.team ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}

.szshow{
	width:100%;
	float:left;
	padding:3.0rem 8.33vw;
	background: #ebf0f5;
	margin-top:4.0rem;
}
.szshow01{
	width:100%;
	float:left;
	background-color:#fff;
	padding:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.szshow01 .pic{
	width:100%;
	overflow:hidden;
}
.szshow01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.szshow01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.szshow01 .tex span{    font-size: 0.8rem!important;}
.szshow01 .tex dl{
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:1.0rem;
}
.szshow01 .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
}
.szshow01 .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.szshow01 .tex .more{
	display:flex;
	margin-top:2.0rem;
	width:100%;
}
.szshow01 .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	border:1px solid #004792;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#004792;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	margin-right:0.5rem;
	border-radius:1.5rem;
}
.szshow01 .tex .more a:hover{
	border:1px solid #004792;
}
.szshow01 .tex .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#004792;
}
.szshow01 .tex .more a:hover .mask{
	width:100%;
}
.szshow01 .tex .more a:hover .a01{
	color:#FFF;
}
.szshow01 .tex .more a:hover .a01 b{
	font-family:'宋体';
}
.szshow01 .tex .more a .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#004792;
}
.szshow01 .tex .more a .a01 b{
	font-family:'宋体';
	margin-left:0.5rem;
}

.nywrap{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: #ebf0f5;
	padding:3.0rem 0;
}
.nywrap.padt60{
	padding-top:2.0rem;
}
.nytit2{
	width:100%;
	float:left;
	text-align:center;
}
.nytit2 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nytit2 dl dd{
	margin-top:0.5rem;
	font-size:0.6rem;
	line-height:1.5rem;
	color:#666;
}
.peix{
	width:100%;
	float:left;
}
.peix ul{
	display: flex;
	flex-wrap: wrap;
}
.peix ul li{
	width:100%;
	background: #ffffff;
	border: 2px solid rgba(255,255,255,0.30);
	padding:2.0rem;
	text-align:center;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.peix ul li:hover{
	border: 2px solid #bdbdbd;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.peix ul li .pic{
	overflow:hidden;
}
.peix ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.peix ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.pxfs{
	width:100%;
	float:left;
}
.pxfs ul{
	display: flex;
	flex-wrap: wrap;
}
.pxfs ul li{
	width:100%;
	background: #ffffff;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.pxfs ul li .pic{
	overflow:hidden;
}
.pxfs ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.pxfs ul li .tex{
	padding:1.0rem;
}
.pxfs ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.pxfs ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.xzlist{
	width:100%;
	float:left;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:100%;
	padding:1.0rem;
	background-color:#FFF;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:1.0rem;
}
.xzlist ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.xzlist ul li .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:0.5rem;
	max-height:3.0rem;
}
.xzlist ul li .a01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.xzlist ul li .a02 a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #093660;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.xzlist ul li .a02 a img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.xzlist ul li .a02 a:hover{
	background: #093660;
	color:#FFF;
}
.xzlist ul li .a02 a .pic01{
	display:inline-block;
}
.xzlist ul li .a02 a .pic02{
	display: none;
}
.xzlist ul li .a02 a:hover .pic01{
	display:none;
}
.xzlist ul li .a02 a:hover .pic02{
	display:inline-block;
}

.qynt{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qynt .a01{
	width:100%;
	background: linear-gradient(118deg,#1b9bff 0%, #004792 100%);
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.qynt .a01 h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(255,255,255,0.30);
}
.qynt .a01 .more{
	display:flex;
	margin-top:2.0rem;
}
.qynt .a01 .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #f28203;
	border-radius: 1.5rem;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
}
.qynt .a01 .more a b{
	margin-left:0.5rem;
	font-family:'宋体';
}
.qynt .a02 {
	width:100%;
	margin-top:1.0rem;
}

.qynt .a02 ul li{
	width:100%;
	float:left;
	overflow:hidden;
	display:none;
	margin-top:1.0rem;
}
.qynt .a02 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.qynt .sja02 ul li img{display:none;}
.qynt .a02 ul li:first-child{
	margin-top:0px;
	display:block;
}
.qynt .a02 ul li:hover img{
	transform: scale(1.05);
}
.jiuye{
	width:100%;
	float:left;
	margin-top:1.0rem;
	overflow-x: scroll;
}
#scrollText2{height: 220px!important;
overflow-x: scroll!important;}
.jiuye ul{
	width: 1300px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.jiuye ul.biaot{
	background-color:#004792;
}
.jiuye ul:first-child li{
	border: 1px solid rgba(255,255,255,0.10);
	color:#FFF;
}
.jiuye ul li{
	width:16.667%;
	border: 1px solid rgba(0,0,0,0.10);
	height: auto;
	line-height:1.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
	padding:0.5rem;
}
.jiuye1{
	width:100%;
	float:left;
	margin-top:1.0rem;
	overflow-x: scroll;
}
#scrollText2{height: 220px!important;}
.jiuye1 ul{
	width: 100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.jiuye1 ul.biaot{
	background-color:#004792;
}
.jiuye1 ul:first-child li{
	border: 1px solid rgba(255,255,255,0.10);
	color:#FFF;
	line-height:3.5;
}
.jiuye1 ul li{
	width:16.667%;
	border: 1px solid rgba(0,0,0,0.10);
	height: auto;
	line-height:1.5;
	text-align:center;
	font-size:0.6rem;
	color:#666;
	padding:0.1rem;
}
.jylogo{
	width:100%;
	float:left;
	margin-bottom:3.0rem;
}
.jylogo ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jylogo ul li{
	height:3.0rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	width:32%;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.jylogo ul li img{
	max-height:100%;
	max-width:100%;
}
.jylogo ul li:hover{
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}

.jxlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
}
.jxlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jxlist ul li{
	width:48%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
	padding-bottom:0.5rem;
	transition: all 0.6s;
	background: #ebf0f5;
}
.jxlist ul li .pic{
	overflow:hidden;
}
.jxlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jxlist ul li .tex{
	padding:1.0rem;
}
.jxlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.jxlist ul li .tex dl dd{
	margin-top:0.5rem;
	display:flex;
}
.jxlist ul li .tex dl dd a{
	padding:0.2rem 1.0rem;
	border: 1px solid #f28203;
	color:#f28203;
}
.jxlist ul li:hover{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.jxlist ul li:hover .tex dl dt{
	color:#FFF;
}
.jxlist ul li:hover .tex dl dd a{
	border: 1px solid #ffffff;
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
}
.newlist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.newlist ul li a{
	width:100%;
	display: flex;
	align-items: center;
}
.newlist ul li .pic{
	width:34%;
	margin-right:1.0rem;
	overflow:hidden;
	min-width:34%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newlist ul li dl dd{
	margin-top:0.5rem;
	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;
	display:none;
}
.newlist ul li dl dd i{
	color:#999;
}
.newlist ul li a:hover dl dt{
	color:#F28203;
}

.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:16px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:0.5rem;
}
.newdate a img{
	max-height:2.0rem;
}
.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{
	background: #f28203;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
}
.tjnew ul li:hover dl dt{
	color:#fff;
}
.tjnew ul li:hover dl dd{
	color:#fff;
}
.tjnew ul li:hover dl dd a{
	color:#fff;
}
.tjnew ul li:hover dl dd i{
	color:#fff;
}
.tjnew ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
	margin-top:20px;
	font-weight:bold;
}
.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:#0062B2;
	margin-right:20px;
}
.tjnew ul li dl dd i{
	color:#0062B2;
}
.back{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.back a{
	width: 8.0rem;
	height: 2.0rem;
	background: #004792;
	border-radius: 4px;
	line-height:2.0rem;
	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:'宋体';
}
.lx-l{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
}
.lx-l h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.lx-l01{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l01 .a01{
	width:100%;
}
.lx-l01 .a01 dl dd{
	margin-bottom:0.5rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	color:#666;
}
.lx-l01 .a01 dl dd img{
	margin-right:0.5rem;
}
.lx-l01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.lx-l01 .a02 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.lx-l01 .a02 .b1{
	display:flex;
}
.lx-l01 .a02 .b1 div{
	text-align:center;
}
.lx-l01 .a02 .b1 div:first-child{
	margin-right:0.5rem;
}
.lx-l02{
	width:100%;
	margin-top:1.0rem;
}
.lx-l02 img{
	width:100%;
	height:auto;
	display:block;
}
.lx-r{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
	margin-top:2.0rem;
}
.lx-r h1{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#F28203;
}
.lx-r h1 i{
	font-size:0.8rem;
	margin-left:0.5rem;
}
.lx-r dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.lx-r dl:first-child dt{
	margin-top:1.0rem;
}
.lx-r dl dd{
	margin-top:1.0rem;
}
.lxbk{
	width:100%;
	border:0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	outline:none;
	background-color:transparent;
	color:#666;
	padding-bottom:10px;
	line-height:1.5rem;
}
.lxanniu{
	width:100%;
	height: 2.5rem;
	background: #F28203;
	border-radius: 4px;
	line-height:2.5rem;
	text-align:center;
	border:0px;
	cursor:pointer;
	color:#FFF;
	font-size:0.8rem;
}



.alldh{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.alldh h1{
	padding:0.5rem 1.0rem;
	display:flex;
	align-items: center;
	background-color:#004792;
	font-size:1.0rem;
	color:#FFF;
}
.alldh h1 img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.alldh ul{
	display:flex;
	flex-wrap: wrap;
}
.alldh ul li{
	width:100%;
	padding:0rem 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: #f2f2f2;
	border-radius: 0.5rem;
	margin-top:0.8rem;
}
.alldh ul li .a01{
	width: 100%;
	height: 2.5rem;
	background: #f28203;
	line-height:2.5rem;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
	padding-left:10px;
	padding-right:10px;
}
.alldh ul li  a{ width:100%;}
.alldh ul li .a02{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	
	justify-content: space-between;
	padding:0.5rem;
}
.alldh ul li .a02 div{
	width: 48%;
	font-size:0.6rem;
	line-height:1.2rem;
	margin-top:0.4rem;
	margin-bottom:0.4rem;
	text-align:left;
	padding:0.5rem;
	background-color:#FFF;
	border-radius: 0.5rem;
}












.marb0{
	margin-bottom:0px;
}
.mart0{
	margin-top:0px;
}
.mart135{
	margin-top:4.0rem;
}
.mart80{
	margin-top:2.0rem;
}
.mart100{
	margin-top:3.0rem;
}


.sjpf{ width:100%; position:fixed; bottom:0; left:0; height:4.0rem; background:#f28203;box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2); z-index:99999}
.sjpf ul li{ width:25%; float:left; text-align:center}
.sjpf ul li a{ color:#FFFFFF;}
.sjpf ul li dl dt{ height:2.0rem; margin-top:0.2rem}
.sjpf ul li dl dt span{ height:100%; display:inline-block; vertical-align:middle}
.sjpf ul li dl dt img{ max-height:1.5rem; max-width:100%; vertical-align:middle}
.sjpf ul li dl dd{ font-size:0.8rem; line-height:1.5rem; text-align:center}
.sjpf ul li dl dt .pic01{ display: inline-block}
.sjpf ul li dl dt .pic02{ display:none}
.sjpf ul li:hover dl dt .pic01{ display:none}
.sjpf ul li:hover dl dt .pic02{ display:inline-block}











}
































