@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('../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:#000;
	text-decoration:none;
	
	}
a:hover{
	color:#4D7ED1;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position:absolute;
	top:20px;
	left:0;
	z-index:999999;
	padding:0px 8.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:80px;
}
.pos{
	position: fixed;
	background-color:#FFF;
	top:0px;
}
.logo{
	width:168px;
	display: flex;
}
.logo img{
	max-width:100%;
	height:auto;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innav{
	width: auto;
	height: 80px;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 80px;
	position:relative;
	margin-left:50px;
	font-size:16px;
}
.innav ul li a:hover{
	color:#1E5199;
}
.zyw{
	width:auto;
	margin-left:50px;
	display: flex;
	align-items: center;
	font-size:16px;
	text-transform:uppercase;
}

.xtb{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:40px;
	cursor:pointer;
	display:none;
}
.xtb img{
	margin-left:20px;
}

.gfsc{
	width: 136px;
	height: 54px;
	background: linear-gradient(111deg,#f0eaf4 39%, #d4d5e6 100%);
	line-height:54px;
	text-align:center;
	font-size:14px;
	color:#4D7ED1;
	margin-left:40px;
	display:none;
}
.gfsc a{
	width:100%;
	float:left;
	height:54px;
	line-height:54px;
	text-align:center;
}

.intit{
	width:100%;
	float:left;
	margin-top:70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	font-size:16px;
	line-height:19px;
	color:#7ECEF4;
	text-transform:uppercase;
	display:flex;
	align-items: center;
}
.intit .a01 dl dt i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:10px;
}
.intit .a01 dl dt em{
	margin-right:10px;
}
.intit .a01 dl dd{
	font-size:40px;
	line-height:53px;
	color:#03014B;
	font-weight:bold;
	margin-top:20px;
}
.intit .a01 p{
	margin-top:20px;
	font-size:12px;
	line-height:21px;
	color:#999;
}
.intit .a02{
	width:auto;
	display:flex;
}
.intit .a02 a{
	width: 114px;
	height: 51px;
	border: 1px solid #e0e0e0;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	margin-left:10px;
}
.intit .a02 a i{
	margin-left:18px;
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit .a02 a:hover{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
}
.intit .a02 a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit .a02 a.cur{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
}
.intit .a02 a.cur i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.cpfw{
	width:100%;
	float:left;
	margin-top:42px;
}

.cpfl{
	width:100%;
	float:left;
	margin-top:33px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpfl a{
	width: 186px;
	height: 64px;
	border: 1px solid #e0e0e0;
	line-height:64px;
	text-align:center;
	font-size:14px;
	color:#666;
	margin-left:36px;
	margin-right:36px;
	font-weight:bold;
}
.cpfl a:hover{
	background: linear-gradient(106deg,#f0eaf4 39%, #d4d5e6 100%);
	color:#1E5199;
}
.cpfl a.cur{
	background: linear-gradient(106deg,#f0eaf4 39%, #d4d5e6 100%);
	color:#1E5199;
}
.index01{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .a01{
	width:50%;
	position:relative;
}
.index01 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .a01 .tex{
	width:100%;
	position:absolute;
	padding-left:70px;
	padding-top:90px;
	display: flex;
	left:0;
	top:0;
	z-index:111;
}
.index01 .a01 .tex div{
	width:50%;
	font-size:16px;
	line-height:33px;
	color:#333;
}
.index01 .a01 .tex div h1{
	margin-bottom:48px;
	font-size:28px;
	line-height:38px;
	color:#0B1E3F;
	font-weight:bold;
}
.index01 .a01 .more{
	display:flex;
	align-items: center;
	margin-top:80px;
	position:absolute;
	bottom:15%;
	left:70px;
	z-index:22;
}
.index01 .a01 .more a{
	font-size:16px;
	color:#4D7ED1;
	display:flex;
	align-items: center;
	line-height:30px;
}
.index01 .a01 .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.index02{
	width:100%;
	float:left;
	margin-top:100px;
	padding-top:160px;
	padding-bottom:80px;
	background-image:url(../img/a04.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index02 .fw{
	width:40%;
	font-size:14px;
	line-height:28px;
}
.index02 .fw h1{
	font-size:16px;
	line-height:20px;
	color:#7ECEF4;
	text-transform:uppercase;
	display:flex;
	align-items: center;
	margin-bottom:20px;
}
.index02 .fw h1 i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:10px;
}
.index02 .fw h1 em{
	margin-right:10px;
}
.index02 .fw h2{
	font-size:40px;
	line-height:60px;
	color:#0B1E3F;
}
.index02 .fw .more{
	display:flex;
	align-items: center;
	margin-top:60px;
}
.index02 .fw .more a{
	width: 184px;
	height: 54px;
	background: linear-gradient(106deg,#f0eaf4 31%, #d4d5e6 100%);
	line-height:54px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	color:#4D7ED1;
}
.index02 .fw .more a img{
	margin-left:18px;
}
.index02 .fw02{
	width:100%;
	float:left;
	margin-top:150px;
	
}
.index02 .fw02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 .fw02 ul li{
	width:25%;
	background: linear-gradient(114deg,#f0eaf4 0%, #d4d5e6 100%);
	backdrop-filter: blur(12.5px);
	padding:40px;
}
.index02 .fw02 ul li:nth-child(2){
	padding:0px;}
.index02 .fw02 ul li .pic{
	overflow:hidden;
	display: flex;
	height:100%;
}
.index02 .fw02 ul li .pic img{
	width:100%;
	height:100%;
	display:block;
}
.index02 .fw02 ul li dl dt{
	font-size:20px;
	line-height:26px;
	color:#0B1E3F;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.index02 .fw02 ul li dl dt i{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left:10px;
}
.index02 .fw02 ul li dl dt i.sc01{
	background: #0b1e3f;
}
.index02 .fw02 ul li dl dt i.sc02{
	background: #1E5199;
}
.index02 .fw02 ul li dl dt i.sc03{
	background: #4D7ED1;
}
.index02 .fw02 ul li dl dt em{
	margin-right:10px;
}
.index02 .fw02 ul li dl dt img{
	margin-right:20px;
}
.index02 .fw02 ul li dl dd{
	margin-top:25px;
	font-size:14px;
	line-height:25px;
	color:#0B1E3F;
}

.foot{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/fotbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:80px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:55px;
	border-bottom:1px solid #d6cae0;
}
.foot01 a{
	height: 53px;
	line-height:53px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.foot01 a img{
	width:200px;
}
.foot02{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl dt{
	padding-bottom:30px;
	position:relative;
	margin-bottom:30px;
	font-size:16px;
}
.foot02 dl dt i{
	width: 28px;
	height: 2px;
	background-color:#999999;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.foot02 dl dd{
	margin-top:17px;
	font-size:14px;
	line-height:18px;
}
.foot02 .ewm{
	width:auto;
	text-align:right;
}
.foot02 .ewm .mart10{
	margin-top:10px;
}
.foot02 .ewm .ximg{
	margin-left:20px;
}
.foot03{
	width:100%;
	float:left;
	margin-top:85px;
	border-top:1px solid #d6cae0;
	padding:40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#666;
	font-size:14px;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:80px;
}
.nybanner img{
	width:100%;
	height: auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	height:100%;
	padding:0px 8.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .tex div{
	width:36.4375%;
	font-size:16px;
	line-height:28px;
}
.nybanner .tex div h1{
	font-size:34px;
	line-height:53px;
	color:#1E5199;
}
.nybanner .tex div h2{
	margin-top:8px;
	font-size:30px;
	line-height:38px;
	color:#4D7ED1;
	font-family: Roboto;
	margin-bottom:40px;
	text-transform:uppercase;
}
.xlm{
	width:100%;
	float:left;
	margin-top:15px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom:11px;
}
.xlm a{
	width: 150px;
	height: 50px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	color:#666;
}
.xlm a:hover{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}
.xlm a.cur{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}

.xlm2{
	width:100%;
	float:left;
	margin-top:15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom:11px;
}
.xlm2 .a01{
	display: flex;
	flex-wrap: wrap;
}
.xlm2 .a01 a{
	width: 150px;
	height: 50px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	color:#666;
}
.xlm2 .a01 a:hover{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}
.xlm2 .a01 a.cur{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}
.xlm2 .a02{
	width:auto;
	display: flex;
	align-items: center;
	color:#999999;
	font-size:14px;
}
.xlm2 .a02 img{
	margin-right:10px;
}
.xlm2 .a02 a{
	color:#999;
}
.liaojie{
	width:100%;
	float:left;
	position:relative;
	margin-top:4px;
}
.liaojie img{
	width:100%;
	height: auto;
	display:block;
}
.liaojie .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	height:100%;
	padding:0px 8.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liaojie .tex div{
	width:45%;
	font-size:16px;
	line-height:33px;
}
.liaojie .tex div h1{
	font-size:38px;
	line-height:0B1E3F;
	color:#1E5199;
	margin-bottom:45px;
}
.liaojie .tex div h1 a{
	color:#1E5199;
}
.liaojie .tex div .more{
	display:flex;
	margin-top:70px;
}
.liaojie .tex div .more a{
	width: 222px;
	height: 73px;
	background: linear-gradient(107deg,#f0eaf4 46%, #d4d5e6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#4D7ED1;
}
.liaojie .tex div .more a i{
	width:14px;
	height:14px;
	margin-left:20px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.line{
	width:100%;
	border-bottom: 1px solid #f2f2f2;
	backdrop-filter: blur(12.5px);
	height:0px;
	float:left;
}
.nytit{
	width:100%;
	float:left;
	margin-top:60px;
}
.nytit dl dt{
	font-size:32px;
	line-height:42px;
	color:#0B1E3F;
	font-weight:bold;
	margin-bottom:20px;
}
.nytit dl dd{
	font-size:14px;
	line-height:28px;
	color:#999;
}
.ches{
	width:100%;
	float:left;
}
.ches ul li{
	width:100%;
	float:left;
	margin-top:60px;
}
.ches ul li .ask{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ches ul li .ask .tit{
	width:auto;
	display: flex;
	align-items: center;
	font-size:18px;
}
.ches ul li .ask .tit i{
	width: 32px;
	height: 32px;
	background: #f0f0f2;
	border-radius: 4px;
	margin-right:20px;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
}
.ches ul li .ask .fs{
	width:auto;
	font-size:16px;
	color:#999;
}
.ches ul li .quest{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:30px 54px;
	background-color:#f0f0f2;
	font-size:14px;
	margin-top:20px;
}
.ches ul li .quest div{
	width:25%;
	display: flex;
	align-items: center;
}
.ches ul li .quest div input{
	margin-right:20px;
}
.ches ul li .quest.nl div{
	width:20%;
}
.smwz{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.smwz h1{
	font-size:20px;
	line-height:26px;
	color:#333;
	margin-bottom:20px;
	font-weight:normal;
}
.smwz h2{
	margin-top:60px;
	font-size:20px;
	line-height:40px;
	color:#DE765A;
}
.fh{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
}
.fh a{
	width: 198px;
	height: 61px;
	background: linear-gradient(106deg,#f0eaf4 37%, #d4d5e6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color:#4D7ED1;
	font-size:14px;
}
.fh a img{
	margin-left:20px;
}

.kepu{
	width:100%;
	float:left;
	border:1px solid #f1f1f1;
	margin-top:60px;
}
.kepu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li .pic{
	overflow:hidden;
	width:50%;
}
.kepu ul li .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.kepu ul li:hover .pic img{
	transform: scale(1.05);
}
.kepu ul li .tex{
	padding:80px 40px;
	background-color:#FFF;
	font-size:14px;
	line-height:28px;
	transition: all 0.6s;
	width:50%;
}
.kepu ul li .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li .tex h1 i{
	font-size:80px;
	line-height:124px;
	color:#D6CAE0;
	font-family: Roboto;
}
.kepu ul li:hover .tex{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.kepu ul li:hover .tex h1{
	color:#4D7ED1;
}
.kepu ul li:hover .tex h1 i{
	color:#FFF;
}
.smwz2{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
	font-size:20px;
	line-height:40px;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:100px;
}
.bhu01{
	width:100%;
	float:left;
	position:relative;
	margin-top:60px;
}
.bhu01 img{
	width:100%;
	height:auto;
	display:block;
}
.bhu01 .tex{
	width:auto;
	position:absolute;
	left:100px;
	top:120px;
	z-index:1;
}
.bhu01 .tex dl dt{
	font-size:32px;
	line-height:42px;
	color:#1E5199;
	font-weight:bold;
}
.bhu01 .tex dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:26px;
	color:#4D7ED1;
}

.bhu02{
	width:100%;
	float:left;
	margin-top:60px;
	margin-bottom:60px;
}
.bhu02.marb0{
	margin-bottom:0px;
}
.bhu02 ul{
	display: flex;
	flex-wrap: wrap;
}
.bhu02 ul li{
	width:calc(34.1% - 40px);
	margin-right:40px;
	padding:60px 50px;
	background-color:#FFF;
	height: auto;
	padding-bottom:130px;
	position:relative;
	font-size:14px;
	line-height:28px;
	transition: all 0.6s;
}
.bhu02.w25 ul li{
	width:calc(25.6% - 40px);
}
.bhu02.w25 ul li:nth-child(4n){
	margin-right:0px;
}
.bhu02.w25 ul li:nth-child(3n){
	margin-right:40px;
}
.bhu02 ul li:nth-child(3n){
	margin-right:0px;
}
.bhu02 ul li .num{
	width:auto;
	position:absolute;
	left:50px;
	bottom:48px;
	color:#D6CAE0;
	font-size:64px;
	line-height:70px;
	font-family: anton;
	z-index:1;
}
.bhu02 ul li:hover{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bhu02 ul li:hover .num{
	color:#FFF;
}
.bhu03{
	width:100%;
	float:left;
	margin-top:20px;
}
.bhu03 ul{
	display: flex;
	flex-wrap: wrap;
}
.bhu03 ul li{
	width:calc(34.0% - 40px);
	margin-right:40px;
	padding:60px 50px;
	background-color:#FFF;
	margin-top:40px;
	transition: all 0.6s;
}
.bhu03 ul li:nth-child(3n){
	margin-right:0px;
}
.bhu03 ul li:hover{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
}
.bhu03 ul li:hover .num{
	color:#FFF;
}
.bhu03 ul li .a01{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.bhu03 ul li .a01 dl dt{
	font-size:20px;
	line-height:26px;
	color:#666;
}
.bhu03 ul li .a01 dl dd{
	margin-top:17px;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.bhu03 ul li .a01 i{
	font-size:64px;
	line-height:70px;
	color:#D6CAE0;
	font-family: anton;
}
.bhu03 ul li .a02{
	width:100%;
	margin-top:50px;
	font-size:14px;
	line-height:28px;
}
.bhu03 ul li:hover .a01 i{
	color:#fff;
}
.smwz3{
	width:100%;
	float:left;
	margin-top:40px;
	text-align:center;
	font-size:20px;
	line-height:40px;
}
.hxcptit{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:48px;
	line-height:63px;
	text-align:center;
	font-weight:bold;
}
.hxcptex{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hxcptex div{
	width:77.5%;
	font-size:14px;
	line-height:28px;
	color:#666;
	text-align:center;
}
.sp{
	width:100%;
	float:left;
	position:relative;
	margin-top:180px;
}
.sp img{
	width:100%;
	height:auto;
	display:block;
}
.sp .anj{
	width:142px;
	height:142px;
	position:absolute;
	z-index:1l;
	top:calc(50.0% - 71px);
	left:calc(50.0% - 71px);
	background-image:url(../img/sp.png);
	background-position:center;
	background-repeat:no-repeat;
}
.nytit{
	width:100%;
	float:left;
	margin-top:134px;
	padding-bottom:34px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display: flex;
	align-items: center;
	font-size:24px;
	line-height:32px;
	color:#666;
}
.nytit i{
	width:4px;
	height:26px;
	background-color:#4d7ed1;
	margin-right:40px;
}
.tedian{
	width:100%;
	float:left;
	margin-top:50px;
}
.tedian ul{
	display: flex;
	flex-wrap: wrap;
}
.tedian ul li{
	width:calc(25.4% - 30px);
	border: 1.08px solid #e0e0e0;
	padding:60px 40px;
	padding-bottom:0px;
	transition: all 0.6s;
	margin-right:30px;
}
.tedian ul li:hover{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
}
.tedian ul li:hover dl dd{
	color:#FFF;
}
.tedian ul li:nth-child(4n){
	margin-right:0px;
}
.tedian ul li h1{
	font-size:25px;
	line-height:34px;
	color:#333;
	margin-bottom:40px;
}
.tedian ul li dl dt{
	font-size:15px;
	line-height:30px;
	color:#666;
}
.tedian ul li dl dd{
	margin-top:70px;
	text-align:right;
	font-size:120px;
	line-height:134px;
	font-family: Roboto;
	color:#d4d5e6;
}
.fwzx{
	width:100%;
	float:left;
	margin-top:30px;
}
.fwzx ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwzx ul li .tex{
	width:31.875%;
	padding:60px 80px;
}
.fwzx ul li .tex h1{
	font-size:32px;
	line-height:42px;
	color:#666;
	margin-bottom:40px;
}
.fwzx ul li:first-child .tex h1{
	color:#1E5199;
}
.fwzx ul li .tex dl dd{
	margin-top:20px;
	display: flex;
	font-size:14px;
}
.fwzx ul li .tex dl dd a{
	width: 184px;
	height: 61px;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fwzx ul li .tex dl dd a i{
	margin-left:18px;
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwzx ul li .tex dl dd a:hover{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
	color:#4D7ED1;
}
.fwzx ul li .tex dl dd a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwzx ul li .pic{
	width:67.8125%;
	overflow:hidden;
}
.fwzx ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fwzx ul li:hover .pic img{
	transform: scale(1.05);
}

.about01{
	width:100%;
	float:left;
	background:#dddcea url(../img/ba01.png) no-repeat right top;
	background-size:60% 100%;
	height:860px;
}
.abtex{
	width:41.25%;
	float: left;
	font-size:14px;
	line-height:28px;
}
.abtex h1{
	font-size:26px;
	line-height:42px;
	color:#1E5199;
	display: flex;
	align-items: center;
	margin-bottom:50px;
	margin-top:130px;
}
.abtex h1 img{
	max-height:40px;
}
.ablist{
	width:100%;
	float:left;
	margin-top:70px;
}
.ablist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	position:relative;
}
.ablist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.ablist ul li .tex{
	width:47.75%;
	position:absolute;
	top:20%;
	left:75px;
	font-size:16px;
	line-height:32px;
	color:#FFF;
}
.ablist ul li .tex.w31{
	top:100px;
	width:45.25%;
}
.ablist ul li .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:35px;
}
.team{
	width:100%;
	float:left;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
}
.team ul li{
	width:calc(25.4% - 30px);
	margin-top:60px;
	background: #ffffff;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	margin-right:30px;
}
.team ul li:nth-child(4n){
	margin-right:0px;
}
.team ul li .pic{
	overflow:hidden;
	padding:30px;
	padding-bottom:26px;
	display:none;
}
.team ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team ul li:hover .pic img{
	transform: scale(1.05);
}
.team ul li dl dt{
	font-size:20px;
	line-height:30px;
	text-align:center;
}
.team ul li dl dd{
	font-size:14px;
	line-height:18px;
	text-align:center;
	margin-top:10px;
	color:#999;
	margin-bottom:26px;
}
.team ul li p{
	height:60px;
	border-top: 1px solid rgba(0,0,0,0.10);
	display: flex;
	align-items: center;
	justify-content: center;
}
.team ul li p i{
	width:14px;
	height:14px;
	background-image:url(../img/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:18px;
}
.team ul li:hover p i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-right:10px;
	font-size:14px;
}
.fy ul li a{
	width: 50px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.glwrap{
	width:100%;
	float:left;
	background-color:#fafafa;
	padding-bottom:140px;
	padding-top:100px;
}
.weiz{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#999;
}
.weiz a{
	color:#999;
}
.weiz img{
	margin-right:15px;
}
.glshow{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.glshow-l{
	width:23.125%;
}
.glshow-r{
	width:70.5%;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.glshow-r dl dt{
	font-size:36px;
	line-height:54px;
	color:#333;
}
.glshow-r dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
	color:#999;
	padding-bottom:40px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	margin-bottom:40px;
}
.glshow-r .back{
	margin-top:95px;
	display:flex;
}
.glshow-r .back a{
	width: 172px;
	height: 64px;
	background: linear-gradient(109deg,#f0eaf4 44%, #d4d5e6 100%);
	font-size:14px;
	color:#1E5199;
	line-height:64px;
	text-align:center;
	font-weight:bold;
}

.newtj{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#fff;
}
.newtj .pic{
	width:66%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:34%;
	padding:60px;
}
.newtj .tex dl dt{
	font-size:16px;
	line-height:19px;
	color:#999;
}
.newtj .tex dl dd{
	margin-top:50px;
	font-size:24px;
	line-height:43px;
	color:#4D7ED1;
	font-weight:bold;
}
.newtj .tex .more{
	display:flex;
	margin-top:117px;
}
.newtj .tex .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	width: 191px;
	height: 58px;
	border:1px solid #e0e0e0
}
.newtj .tex .more a:hover{
	background: linear-gradient(106deg,#f0eaf4 34%, #d4d5e6 100%);
	color:#4D7ED1;
}
.newtj .tex .more a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;}
.newtj .tex .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:18px;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
	margin-top:60px;
	background-color:#FFF;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li .pic{
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	padding:50px 40px;
}
.newlist ul li .tex dl dt{
	font-size:14px; 
	line-height:16px;
	color:#666;
}
.newlist ul li .tex dl dd{
	font-size:20px;
	line-height:36px;
	margin-top:20px;
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:64px;
}
.newlist ul li .tex .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	width: 198px;
	height: 61px;
	border: 1px solid #e0e0e0;
}
.newlist ul li .tex .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:18px;
}
.newlist ul li:hover .tex .more a{
	background: linear-gradient(106deg,#f0eaf4 37%, #d4d5e6 100%);
	color:#4D7ED1;
}
.newlist ul li:hover .tex .more a i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}

.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;
}
.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(../img/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
}

.lxtit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.lxtit dl dt{
	font-size:40px;
	line-height:53px;
	color:#1E5199;
	font-weight:bold;
}
.lxtit dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
}
.lxfs{
	width:100%;
	float:left;
	margin-top:36px;
}
.lxfs ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxfs ul li{
	width:33.33%;
	margin-top:60px;
}
.lxfs ul li .pic{
	width: 67px;
	height: 67px;
	float:left;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	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;
	max-height:67px;
	max-width:67px;
}
.lxfs ul li dl{
	width:calc(100.0% - 97px);
	float:left;
}
.lxfs ul li dl dt{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.lxfs ul li dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:22px;
	color:#4D7ED1;
	font-family: Roboto;
	font-weight:bold;
}
.lxfs ul li:nth-child(3) dl dd{
	font-size:17px;
}

.zxly{
	width:100%;
	float:left;
	margin-top:145px;
	display:flex;
	justify-content: center;
}
.zxly div{
	width:77.5%;
}
.zxly div h1{
	font-size:24px;
	line-height:32px;
	color:#4D7ED1;
	margin-bottom:20px;
	text-align:center;
}
.zxly div ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly div ul li{
	width:calc(50% - 30px);
	margin-top:20px;
	display:flex;
}
.zxly div ul li:nth-child(30){
	margin-right:0px;
}
.zxly div ul li:nth-child(40){
	margin-right:0px;
	width:100%;
}
.zxly div ul li:nth-child(5){
	margin-right:0px;
	width:100%;
	justify-content: center;
	margin-top:48px;
}
.bk{
	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: 61px;
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
	line-height:61px;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:14px;
	color:#4D7ED1;
	border:0px;
}
.liaojie2{
	width:100%;
	float:left;
	margin-top:50px;
}
.liaojie2 ul{
	display:flex;
	justify-content: space-between;
}
.liaojie2 ul li{
	width:50%;
	position:relative;
	transition: all 0.6s;
	padding:0px 5px;
	height:540px;
	overflow:hidden;
}
.liaojie2 ul li .img{
	display:block;
	min-width:100%;
	min-height:100%;
}

.liaojie2 ul li .tex{
    position: absolute;
    z-index: 3;
    width: 300px;
    left: 30px;
    bottom: 80px;
}

.liaojie2 ul li .tex h6 {
    font-size:32px;
	color:#0B1E3F;
	font-weight:bold;
}
.liaojie2 ul li .tex h5 {
    font-size: 24px;
	color:#4D7ED1;
	font-weight:bold;
	display:flex;
	align-items: center;
    margin: 20px 0;
}
.liaojie2 ul li .tex h5 img{
	margin-left:8px;
	width:38px;
	height:auto;
}
.liaojie2 ul li .tex p {
    font-size: 16px;
    line-height:32px;
    opacity: 0.7;
    margin-top: 20px;
	color:#333;
	display:none;
}
.liaojie2 ul li:hover .tex p{
	display: block;
}
.liaojie2 ul li .tex .more_a {
    width: 160px;
    height: 45px;
    box-sizing: border-box;
    background: linear-gradient(106deg,#f0eaf4 41%, #d4d5e6 100%);
    color: #4D7ED1;
    text-align: center;
    line-height: 45px;
    transition: all 0.5s ease;
	display:flex;
	align-items: center;
	justify-content: center;
}
.liaojie2 ul li .tex .more_a img{
	margin-left:20px;
	width:auto;
	height:auto;
}
.liaojie2 ul li:hover{
	width:60%;
}
.liaojie2 ul li.cur{
	width:60%;
}
.liaojie2 ul li.cur .tex p{
	display: block;
}






.f24{
	font-size:24px;
	line-height:36px;
	color:#333;
}
.red{
	color:#DE765A;
}
.mart0{
	margin-top:0px;
}
.mart28{
	margin-top:28px;
}
.mart40{
	margin-top:40px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.hdkj{
	width: 100%;
	float: left;
	margin-top: 2.6vw;
	opacity: 0;-webkit-transform:translateX(200px);-moz-transform:translateX(200px);transform:translateX(200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.hdkj ul{
	display: flex;
	justify-content: space-between;
}
.hdkj ul li{
	width: 25%;
	height: 35vw;
	position: relative;
	overflow: hidden;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hdkj ul li img{
	width: 100%;
	height: 100%;
	display: block;
	
}
.hdkj ul li .tex{
	width: 100%;
	position: absolute;
	z-index: 11;
	bottom: 5vw;
	padding: 0px 4vw;
	
}
.hdkj ul li .tex dl dt{
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	
}
.hdkj ul li .tex dl dd{
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	
}
.hdkj ul li .tex p{
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	display: none;
	
}
.hdkj ul li:hover .tex p{
	display: block;
}
.hdkj ul li:hover{
	width: 40%;
}
.hdkj ul li:hover img{
	transform: scale(1.05);
}


	
}
@media (min-width:1000px) and (max-width:1500px){
.about01{
	width:100%;
	float:left;
	background:#dddcea url(../img/bb01.png) no-repeat right top;
	background-size:60% 100%;
	height:860px;
}

}
@media (min-width:1000px) and (max-width:1600px){
.innav ul li{
	margin-left:30px;
}
.zyw{
	margin-left:30px;
}
.gfsc{
	margin-left:30px;
}
.xtb{
	margin-left:30px;
}

.index01 .a01{
	width:50%;
	position:relative;
}
.index01 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .a01 .tex{
	width:100%;
	position:absolute;
	padding-left:70px;
	padding-top:90px;
	display: flex;
	left:0;
	top:0;
	z-index:11;
}
.index01 .a01 .tex div{
	width:50%;
	font-size:16px;
	line-height:33px;
	color:#333;
}
.index01 .a01 .tex div h1{
	margin-bottom:30px;
	font-size:28px;
	line-height:38px;
	color:#0B1E3F;
	font-weight:bold;
}
.index01 .a01 .tex div .more{
	display:flex;
	align-items: center;
	margin-top:40px;
}
.index01 .a01 .tex div .more a{
	font-size:16px;
	color:#4D7ED1;
	display:flex;
	align-items: center;
	line-height:30px;
}
.index01 .a01 .tex div .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}

	
}

@media (min-width:1000px) and (max-width:1500px){
.innav ul li{
	margin-left:20px;
}
.zyw{
	margin-left:20px;
}
.gfsc{
	margin-left:20px;
}
.xtb{
	margin-left:20px;
}


.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:80px;
}
.nybanner img{
	width:100%;
	height: auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	height:100%;
	padding:0px 8.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .tex div{
	width:50%;
	font-size:14px;
	line-height:22px;
}
.nybanner .tex div h1{
	font-size:30px;
	line-height:53px;
	color:#1E5199;
}
.nybanner .tex div h2{
	margin-top:8px;
	font-size:22px;
	line-height:38px;
	color:#4D7ED1;
	font-family: Roboto;
	margin-bottom:40px;
	text-transform:uppercase;
}
	
}

@media (min-width:1000px) and (max-width:1440px){
.innav ul li{
	margin-left:35px;
	font-size:12px;
}
.zyw{
	margin-left:30px;
	font-size:12px;
}
.gfsc{
	width: 80px;
	height: 35px;
	background: linear-gradient(111deg,#f0eaf4 39%, #d4d5e6 100%);
	line-height:35px;
	text-align:center;
	font-size:12px;
	color:#4D7ED1;
	margin-left:10px;
}
.gfsc a{
	width:100%;
	float:left;
	height:35px;
	line-height:35px;
	text-align:center;
}
.xtb{
	margin-left:10px;
}
.xtb img{
	margin-left:5px;
	max-height:30px;
}
.index01 .a01 .tex{
	width:100%;
	position:absolute;
	padding-left:70px;
	padding-top:50px;
	display: flex;
}
.index01 .a01 .tex div{
	width:65%;
	font-size:14px;
	line-height:25px;
	color:#333;
}
.index01 .a01 .tex div h1{
	margin-bottom:18px;
	font-size:24px;
	line-height:35px;
	color:#0B1E3F;
	font-weight:bold;
}
.index01 .a01 .tex div .more{
	display:flex;
	align-items: center;
	margin-top:20px;
}

.kepu{
	width:100%;
	float:left;
	border:1px solid #f1f1f1;
	margin-top:60px;
}
.kepu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li .pic{
	overflow:hidden;
	width:50%;
}
.kepu ul li .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.kepu ul li:hover .pic img{
	transform: scale(1.05);
}
.kepu ul li .tex{
	padding:30px;
	background-color:#FFF;
	font-size:14px;
	line-height:28px;
	transition: all 0.6s;
	width:50%;
}
.kepu ul li .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li .tex h1 i{
	font-size:114px;
	line-height:124px;
	color:#D6CAE0;
	font-family: Roboto;
}
.kepu ul li:hover .tex{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.kepu ul li:hover .tex h1{
	color:#4D7ED1;
}
.kepu ul li:hover .tex h1 i{
	color:#FFF;
}
.smwz2{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
	font-size:20px;
	line-height:40px;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:100px;
}

.fwzx{
	width:100%;
	float:left;
	margin-top:30px;
}
.fwzx ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwzx ul li .tex{
	width:31.875%;
	padding:20px 80px;
}
.fwzx ul li .tex h1{
	font-size:24px;
	line-height:42px;
	color:#666;
	margin-bottom:20px;
}
.fwzx ul li:first-child .tex h1{
	color:#1E5199;
}
.fwzx ul li .tex dl dd{
	margin-top:20px;
	display: flex;
	font-size:14px;
}
.fwzx ul li .tex dl dd a{
	width: 184px;
	height: 51px;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fwzx ul li .tex dl dd a i{
	margin-left:18px;
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwzx ul li .tex dl dd a:hover{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
	color:#4D7ED1;
}
.fwzx ul li .tex dl dd a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwzx ul li .pic{
	width:67.8125%;
	overflow:hidden;
}
.fwzx ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fwzx ul li:hover .pic img{
	transform: scale(1.05);
}	

.abtex{
	width:50.25%;
	float: left;
	font-size:14px;
	line-height:28px;
}
.abtex h1{
	font-size:24px;
	line-height:42px;
	color:#1E5199;
	display: flex;
	align-items: center;
	margin-bottom:20px;
	margin-top:80px;
}

.ablist{
	width:100%;
	float:left;
	margin-top:70px;
}
.ablist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	position:relative;
}
.ablist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.ablist ul li .tex{
	width:65%;
	position:absolute;
	top:38px;
	left:50px;
	font-size:14px;
	line-height:25px;
	color:#FFF;
}
.ablist ul li .tex.w31{
	width:61.25%;
	left:50px;
}
.ablist ul li .tex.w31 h1{
	font-size:20px;
	line-height:32px;
}
.ablist ul li .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:35px;
}
.newtj{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#fff;
}
.newtj .pic{
	width:66%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	min-height:100%;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:34%;
	padding:30px;
}
.newtj .tex dl dt{
	font-size:16px;
	line-height:19px;
	color:#999;
}
.newtj .tex dl dd{
	margin-top:50px;
	font-size:16px;
	line-height:30px;
	color:#4D7ED1;
	font-weight:bold;
}
.newtj .tex .more{
	display:flex;
	margin-top:118px;
}
.newtj .tex .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	width: 191px;
	height: 58px;
	border:1px solid #e0e0e0
}
.newtj .tex .more a:hover{
	background: linear-gradient(106deg,#f0eaf4 34%, #d4d5e6 100%);
	color:#4D7ED1;
}
.newtj .tex .more a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;}
.newtj .tex .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:18px;
}

.intit{
	width:100%;
	float:left;
	margin-top:70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	font-size:16px;
	line-height:19px;
	color:#7ECEF4;
	text-transform:uppercase;
	display:flex;
	align-items: center;
}
.intit .a01 dl dt i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:10px;
}
.intit .a01 dl dt em{
	margin-right:10px;
}
.intit .a01 dl dd{
	font-size:40px;
	line-height:53px;
	color:#03014B;
	font-weight:bold;
	margin-top:20px;
}
.intit .a01 p{
	margin-top:20px;
	font-size:14px;
	line-height:21px;
	color:#999;
}
.intit .a02{
	width:auto;
	display:flex;
}
.intit .a02 a{
	width: 104px;
	height: 45px;
	border: 1px solid #e0e0e0;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	margin-left:10px;
}
.intit .a02 a i{
	margin-left:18px;
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit .a02 a:hover{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
}
.intit .a02 a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit .a02 a.cur{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
}
.intit .a02 a.cur i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}

.index02{
	width:100%;
	float:left;
	margin-top:100px;
	padding-top:160px;
	padding-bottom:80px;
	background-image:url(../img/a04.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index02 .fw{
	width:40%;
	font-size:14px;
	line-height:28px;
}
.index02 .fw h1{
	font-size:16px;
	line-height:20px;
	color:#7ECEF4;
	text-transform:uppercase;
	display:flex;
	align-items: center;
	margin-bottom:20px;
}
.index02 .fw h1 i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:10px;
}
.index02 .fw h1 em{
	margin-right:10px;
}
.index02 .fw h2{
	font-size:32px;
	line-height:60px;
	color:#0B1E3F;
}
.index02 .fw .more{
	display:flex;
	align-items: center;
	margin-top:60px;
}
.index02 .fw .more a{
	width: 184px;
	height: 54px;
	background: linear-gradient(106deg,#f0eaf4 31%, #d4d5e6 100%);
	line-height:54px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	color:#4D7ED1;
}
.index02 .fw .more a img{
	margin-left:18px;
}
.index02 .fw02{
	width:100%;
	float:left;
	margin-top:150px;
	
}
.index02 .fw02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 .fw02 ul li{
	width:25%;
	background: linear-gradient(114deg,#f0eaf4 0%, #d4d5e6 100%);
	backdrop-filter: blur(12.5px);
	padding:40px;
}
.index02 .fw02 ul li:nth-child(2){
	padding:0px;}
.index02 .fw02 ul li .pic{
	overflow:hidden;
	display: flex;
	height:100%;
}
.index02 .fw02 ul li .pic img{
	width:100%;
	height:100%;
	display:block;
}
.index02 .fw02 ul li dl dt{
	font-size:20px;
	line-height:26px;
	color:#0B1E3F;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.index02 .fw02 ul li dl dt i{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left:10px;
}
.index02 .fw02 ul li dl dt i.sc01{
	background: #0b1e3f;
}
.index02 .fw02 ul li dl dt i.sc02{
	background: #1E5199;
}
.index02 .fw02 ul li dl dt i.sc03{
	background: #4D7ED1;
}
.index02 .fw02 ul li dl dt em{
	margin-right:10px;
}
.index02 .fw02 ul li dl dt img{
	margin-right:20px;
}
.index02 .fw02 ul li dl dd{
	margin-top:25px;
	font-size:14px;
	line-height:25px;
	color:#0B1E3F;
}

}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	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(../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 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: #1E5199; 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;
}

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


.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:100%;
}
.intit .a01 dl dt{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#7ECEF4;
	text-transform:uppercase;
	display:flex;
	align-items: center;
}
.intit .a01 dl dt i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:0.2rem;
}
.intit .a01 dl dt em{
	margin-right:0.2rem;
}
.intit .a01 dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#03014B;
	font-weight:bold;
	margin-top:0.5rem;
}
.intit .a01 p{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#999;
}
.intit .a02{
	width:100%;
	display:flex;
	margin-top:1.0rem;
}
.intit .a02 a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #e0e0e0;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	margin-left:0.2rem;
}
.intit .a02 a i{
	margin-left:0.5rem;
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit .a02 a:hover{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
}
.intit .a02 a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit .a02 a.cur{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
}
.intit .a02 a.cur i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.cpfw{
	width:100%;
	float:left;
	margin-top:0.5rem;
}

.cpfl{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpfl a{
	width: 32%;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
	font-weight:bold;
}
.cpfl a:hover{
	background: linear-gradient(106deg,#f0eaf4 39%, #d4d5e6 100%);
	color:#1E5199;
}
.cpfl a.cur{
	background: linear-gradient(106deg,#f0eaf4 39%, #d4d5e6 100%);
	color:#1E5199;
}
.index01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .a01{
	width:100%;
	position:relative;
	margin-top:1.0rem;
}
.index01 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .a01 .tex{
	width:100%;
	float:left;
	padding:1.0rem;
	display: flex;
	padding-bottom:0.1rem;
}
.index01 .a01 .tex div{
	width:98%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
}
.index01 .a01 .tex div h1{
	font-size:1.0rem;
	line-height:2.0rem;
	color:#0B1E3F;
	font-weight:bold;
}
.index01 .a01 .more{
	display:flex;
	align-items: center;
	margin-top:0.5rem;
	width:100%;
	float:left;
	padding-left:1.0rem;
}
.index01 .a01 .more a{
	font-size:0.8rem;
	color:#4D7ED1;
	display:flex;
	align-items: center;
	line-height:1.5rem;
}
.index01 .a01 .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.index02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding-top:3.0rem;
	padding-bottom:3.0rem;
	background-image:url(../img/a04.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index02.de{
	margin-top:1.0rem;
	padding-top:1.0rem;
	padding-bottom:0rem;
}
.index02 .fw{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.index02 .fw h1{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#7ECEF4;
	text-transform:uppercase;
	display:flex;
	align-items: center;
	margin-bottom:1.0rem;
}
.index02 .fw h1 i{
	width: 8px;
	height: 8px;
	background: #7ecef4;
	border-radius: 50%;
	margin-left:0.2rem;
}
.index02 .fw h1 em{
	margin-right:0.2rem;
}
.index02 .fw h2{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#0B1E3F;
}
.index02 .fw .more{
	display:flex;
	align-items: center;
	margin-top:2.0rem;
}
.index02 .fw .more a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(106deg,#f0eaf4 31%, #d4d5e6 100%);
	line-height:2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:0.8rem;
	color:#4D7ED1;
}
.index02 .fw .more a img{
	margin-left:0.5rem;
}
.index02 .fw02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	
	
}
.index02 .fw02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 .fw02 ul li{
	width:100%;
	background: linear-gradient(114deg,#f0eaf4 0%, #d4d5e6 100%);
	backdrop-filter: blur(12.5px);
	padding:1.0rem 1.0rem 0rem 1.0rem;
}

.index02 .fw02 ul li .pic{
	overflow:hidden;
	display: flex;
	height:100%;
}
.index02 .fw02 ul li .pic img{
	width:100%;
	height:100%;
	display:block;
}
.index02 .fw02 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#0B1E3F;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.index02 .fw02 ul li dl dt i{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left:0.2rem;
}
.index02 .fw02 ul li dl dt i.sc01{
	background: #0b1e3f;
}
.index02 .fw02 ul li dl dt i.sc02{
	background: #1E5199;
}
.index02 .fw02 ul li dl dt i.sc03{
	background: #4D7ED1;
}
.index02 .fw02 ul li dl dt em{
	margin-right:0.2rem;
}
.index02 .fw02 ul li dl dt img{
	margin-right:0.2rem;
}
.index02 .fw02 ul li dl dd{
	margin-top:0.1rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#0B1E3F;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/fotbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.0rem;
	border-bottom:1px solid #d6cae0;
	display:none;
}
.foot01 a{
	width: 8.0rem;
	height: 2.5rem;
	background: #4d7ed1;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.foot01 a.l01{
	background-color:transparent;
	width:auto;
}
.foot01 img{
	max-width:50%;
}
.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl{
	width:50%;
	margin-top:1.0rem;
}
.foot02 dl:nth-child(5){
	width:100%;
}
.foot02 dl dt{
	padding-bottom:0.5rem;
	position:relative;
	margin-bottom:0.5rem;
	text-align:center;
	font-size:1.0rem;
	font-weight:bold;
}
.foot02 dl dt i{
	width: 1.0rem;
	height: 1px;
	background-color:#999999;
	position:absolute;
	left:45%;
	bottom:0;
	z-index:1;
}
.foot02 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
}
.foot02 .ewm{
	width:100%;
	margin-top:2.0rem;
	text-align:center;
	font-size:0.8rem;
}
.foot02 .ewm .mart10{
	margin-top:0.5rem;
}
.foot02 .ewm .ximg{
	margin-left:0.5rem;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-top:1px solid #d6cae0;
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#666;
	font-size:0.8rem;
	line-height:1.5rem;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height: auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	height:100%;
	padding:0px 8.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .tex div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	display:none;
}
.nybanner .tex div h1{
	font-size:1.0rem;
	line-height:2.0rem;
	color:#1E5199;
}
.nybanner .tex div h2{
	margin-top:0.2rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#4D7ED1;
	font-family: Roboto;
	margin-bottom:1.0rem;
	text-transform:uppercase;
	display:none;
}
.nybanner .tex div p{
	display:none;
}
.xlm{
	width:100%;
	float:left;
	margin-top:0.5rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom:0.5rem;
}
.xlm a{
	width: 33.33%;
	height: 2.5rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
}
.xlm a:hover{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}
.xlm a.cur{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}

.xlm2{
	width:100%;
	float:left;
	margin-top:0.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom:0.5rem;
}
.xlm2 .a01{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.xlm2 .a01 a{
	width: 33.33%;
	height: 2.5rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
}
.xlm2 .a01 a:hover{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}
.xlm2 .a01 a.cur{
	background: linear-gradient(108deg,#f0eaf4 32%, #d4d5e6 100%);
	color:#4D7ED1;
}
.xlm2 .a02{
	width:100%;
	display: flex;
	align-items: center;
	color:#999999;
	font-size:0.8rem;
	margin-top:1.0rem;
}
.xlm2 .a02 img{
	margin-right:0.2rem;
}
.xlm2 .a02 a{
	color:#999;
}
.liaojie{
	width:100%;
	float:left;
	position:relative;
	margin-top:0.2rem;
}
.liaojie img{
	width:100%;
	height: auto;
	display:block;
}
.liaojie .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	height:100%;
	padding:0px 8.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liaojie .tex div{
	width:100%;
	font-size:0.8rem;
	line-height:1.2rem;
}
.liaojie .tex div h1{
	font-size:1.2rem;
	line-height:0B1E3F;
	color:#1E5199;
	margin-bottom:1.0rem;
}
.liaojie .tex div h1 a{
	color:#1E5199;
}
.liaojie .tex div .more{
	display:flex;
	margin-top:1.0rem;
}
.liaojie .tex div .more a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(107deg,#f0eaf4 46%, #d4d5e6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#4D7ED1;
}
.liaojie .tex div .more a i{
	width:14px;
	height:14px;
	margin-left:20px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.line{
	width:100%;
	border-bottom: 1px solid #f2f2f2;
	backdrop-filter: blur(12.5px);
	height:0px;
	float:left;
}
.nytit{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#0B1E3F;
	font-weight:bold;
	margin-bottom:1.0rem;
}
.nytit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.ches{
	width:100%;
	float:left;
}
.ches ul li{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.ches ul li .ask{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ches ul li .ask .tit{
	width:auto;
	display: flex;
	align-items: center;
	font-size:0.8rem;
}
.ches ul li .ask .tit i{
	width: 1.5rem;
	height: 1.5rem;
	background: #f0f0f2;
	border-radius: 4px;
	margin-right:0.5rem;
	font-size:0.8rem;
	font-weight:bold;
	line-height:1.5rem;
	text-align:center;
}
.ches ul li .ask .fs{
	width:100%;
	font-size:0.8rem;
	color:#999;
	margin-top:1.0rem;
}
.ches ul li .quest{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.0rem;
	background-color:#f0f0f2;
	font-size:0.8rem;
	margin-top:1.0rem;
	padding-top:0.5rem;
}
.ches ul li .quest div{
	width: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:0.5rem;
}
.ches ul li .quest div input{
	margin-right:20px;
}
.ches ul li .quest.nl div{
	width:50%;
}
.smwz{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.smwz h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	margin-bottom:1.0rem;
	font-weight:normal;
}
.smwz h2{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#DE765A;
}
.fh{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.fh a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(106deg,#f0eaf4 37%, #d4d5e6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color:#4D7ED1;
	font-size:0.8rem;
}
.fh a img{
	margin-left:0.5rem;
}

.kepu{
	width:100%;
	float:left;
	border:1px solid #f1f1f1;
	margin-top:2.0rem;
}
.kepu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1rem;
}
.kepu ul li .pic{
	overflow:hidden;
	width:100%;
}
.kepu ul li .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.kepu ul li:hover .pic img{
	transform: scale(1.05);
}
.kepu ul li .tex{
	padding:2.0rem;
	background-color:#FFF;
	font-size:0.8rem;
	line-height:1.5rem;
	transition: all 0.6s;
	width:100%;
}
.kepu ul li .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kepu ul li .tex h1 i{
	font-size:2.5rem;
	line-height:3.0rem;
	color:#D6CAE0;
	font-family: Roboto;
	display:none;
}
.kepu ul li:hover .tex{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.kepu ul li:hover .tex h1{
	color:#4D7ED1;
}
.kepu ul li:hover .tex h1 i{
	color:#FFF;
}
.smwz2{
	width:100%;
	float:left;
	margin-top:0rem;
	text-align:center;
	font-size:1.0rem;
	line-height:1.5rem;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:3.0rem;
}
.bhu01{
	width:100%;
	float:left;
	position:relative;
	margin-top:2.0rem;
}
.bhu01 img{
	width:100%;
	height:auto;
	display:block;
}
.bhu01 .tex{
	width:auto;
	position:absolute;
	left:1.0rem;
	top:1.5rem;
	z-index:1;
}
.bhu01 .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#1E5199;
	font-weight:bold;
}
.bhu01 .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#4D7ED1;
	display:none;
}

.bhu02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.bhu02.marb0{
	margin-bottom:0px;
}
.bhu02 ul{
	display: flex;
	flex-wrap: wrap;
}
.bhu02 ul li{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	height: auto;
	position:relative;
	font-size:0.8rem;
	line-height:1.5rem;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.bhu02.w25 ul li{
	width:100%;
}
.bhu02.w25 ul li:nth-child(4n){
	margin-right:0px;
}
.bhu02 ul li:nth-child(3n){
	margin-right:0px;
}
.bhu02 ul li .num{
	width:100%;
	float:left;
	color:#D6CAE0;
	font-size:2.5rem;
	line-height:3.0rem;
	font-family: anton;
	margin-top:2.0rem;
}
.bhu02 ul li:hover{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bhu02 ul li:hover .num{
	color:#FFF;
}
.bhu03{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.bhu03 ul{
	display: flex;
	flex-wrap: wrap;
}
.bhu03 ul li{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.bhu03 ul li:hover{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bhu03 ul li:hover .num{
	color:#FFF;
}
.bhu03 ul li .a01{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.bhu03 ul li .a01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
}
.bhu03 ul li .a01 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.bhu03 ul li .a01 i{
	font-size:2.0rem;
	line-height:3.0rem;
	color:#D6CAE0;
	font-family: anton;
}
.bhu03 ul li .a02{
	width:100%;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.smwz3{
	width:100%;
	float:left;
	margin-top:1.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.hxcptit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size:2.0rem;
	line-height:2.0rem;
	text-align:center;
	font-weight:bold;
}
.hxcptex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hxcptex div{
	width:100%%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.sp{
	width:100%;
	float:left;
	position:relative;
	margin-top:3.0rem;
}
.sp img{
	width:100%;
	height:auto;
	display:block;
}
.sp .anj{
	width:5.0rem;
	height:5.0rem;
	position:absolute;
	z-index:1l;
	top:calc(50.0% - 2.5rem);
	left:calc(50.0% - 2.5rem);
	background-image:url(../img/sp.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display: flex;
	align-items: center;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
}
.nytit2 i{
	width:4px;
	height:1.0rem;
	background-color:#4d7ed1;
	margin-right:0.5rem;
}
.tedian{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.tedian ul{
	display: flex;
	flex-wrap: wrap;
}
.tedian ul li{
	width:100%;
	border: 1.08px solid #e0e0e0;
	padding:2.0rem;
	padding-bottom:0px;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.tedian ul li:hover{
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.tedian ul li:hover dl dd{
	color:#FFF;
}
.tedian ul li:nth-child(4n){
	margin-right:0px;
}
.tedian ul li h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	margin-bottom:1.0rem;
}
.tedian ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.tedian ul li dl dd{
	margin-top:2.0rem;
	text-align:right;
	font-size:2.5rem;
	line-height:3.0rem;
	font-family: Roboto;
	color:#d4d5e6;
}
.fwzx{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fwzx ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwzx ul li .tex{
	width:100%;
	padding:2.0rem;
}
.fwzx ul li .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#666;
	margin-bottom:1.0rem;
}
.fwzx ul li:first-child .tex h1{
	color:#1E5199;
}
.fwzx ul li .tex dl dd{
	margin-top:1.0rem;
	display: flex;
	font-size:0.8rem;
}
.fwzx ul li .tex dl dd a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fwzx ul li .tex dl dd a i{
	margin-left:0.5rem;
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwzx ul li .tex dl dd a:hover{
	background: linear-gradient(107deg,#f0eaf4 39%, #d4d5e6 100%);
	color:#4D7ED1;
}
.fwzx ul li .tex dl dd a:hover i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwzx ul li .pic{
	width:100%;
	overflow:hidden;
}
.fwzx ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fwzx ul li:hover .pic img{
	transform: scale(1.05);
}

.about01{
	width:100%;
	float:left;
	background:#dddcea;
	height: auto;
	padding:3.0rem 0;
}
.abtex{
	width:100%;
	float: left;
	font-size:0.8rem;
	line-height:1.5rem;
}
.abtex h1{
	font-size:1.0rem;
	line-height:2.0rem;
	color:#1E5199;
	display: flex;
	align-items: center;
	margin-bottom:2.0rem;
}
.abtex h1 img{
	max-height:2.0rem;
}
.ablist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ablist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	position:relative;
}
.ablist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.ablist ul li .tex{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.ablist ul li .tex.w31{
	width:100%;
}
.ablist ul li .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.team{
	width:100%;
	float:left;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team ul li{
	width:48%;
	margin-top:2.0rem;
	background: #ffffff;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.team ul li .pic{
	display:none;
	overflow:hidden;
	padding:1.0rem;
}
.team ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team ul li:hover .pic img{
	transform: scale(1.05);
}
.team ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	text-align:center;
}
.team ul li dl dd{
	font-size:0.8rem;
	line-height:1.2rem;
	text-align:center;
	margin-top:0.2rem;
	color:#999;
	margin-bottom:1.0rem;
}
.team ul li p{
	height:2.5rem;
	border-top: 1px solid rgba(0,0,0,0.10);
	display: flex;
	align-items: center;
	justify-content: center;
}
.team ul li p i{
	width:14px;
	height:14px;
	background-image:url(../img/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:18px;
}
.team ul li:hover p i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-right:0.5rem;
}
.fy ul li a{
	padding:0.3rem 0.5rem;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	border-radius: 1.5rem;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.glwrap{
	width:100%;
	float:left;
	background-color:#fafafa;
	padding-bottom:3.0rem;
	padding-top:6.0rem;
}
.weiz{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	color:#999;
}
.weiz a{
	color:#999;
}
.weiz img{
	margin-right:0.5rem;
}
.glshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.glshow-l{
	width:100%;
}
.glshow-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.glshow-r dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.glshow-r dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#999;
	padding-bottom:1.0rem;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	margin-bottom:1.0rem;
}
.glshow-r .back{
	margin-top:3.0rem;
	display:flex;
}
.glshow-r .back a{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(109deg,#f0eaf4 44%, #d4d5e6 100%);
	font-size:0.8rem;
	color:#1E5199;
	line-height:2.5rem;
	text-align:center;
	font-weight:bold;
}

.newtj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#fff;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:100%;
	padding:2.0rem;
}
.newtj .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.newtj .tex dl dd{
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#4D7ED1;
	font-weight:bold;
}
.newtj .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.newtj .tex .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	color:#4D7ED1;
	font-size:0.8rem;
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(106deg,#f0eaf4 34%, #d4d5e6 100%);
}
.newtj .tex .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:0.5rem;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	margin-top:2.0rem;
	background-color:#FFF;
}
.newlist ul li .pic{
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	padding:2.0rem;
}
.newlist ul li .tex dl dt{
	font-size:0.8rem; 
	line-height:1.5rem;
	color:#666;
}
.newlist ul li .tex dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.newlist ul li .tex .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
}
.newlist ul li .tex .more a i{
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:0.5rem;
}
.newlist ul li:hover .tex .more a{
	background: linear-gradient(106deg,#f0eaf4 37%, #d4d5e6 100%);
	color:#4D7ED1;
}
.newlist ul li:hover .tex .more a i{
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}

.show{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:100%;
	padding:0.8rem;
	background-color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	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;
}
.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(../img/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
}

.lxtit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.lxtit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#1E5199;
	font-weight:bold;
}
.lxtit dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.lxfs{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lxfs ul{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxfs ul li{
	width:100%;
	margin-top:2.0rem;
	border:1px solid #eee;
	border-radius:0.8rem;
	padding:1.0rem;
	float:left;
}
.lxfs ul li .pic{
	width: 3.0rem;
	height: 3.0rem;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	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.0% - 4.0rem);
	float:left;
}
.lxfs ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.lxfs ul li dl dd{
	margin-top:0.2rem;
	font-size:0.7rem;
	line-height:1.2rem;
	color:#4D7ED1;
	font-family: Roboto;
	font-weight:bold;
}

.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:#4D7ED1;
	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(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:2.0rem;
}
.bk{
	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(107deg,#f0eaf4 39%, #d4d5e6 100%);
	line-height:2.5rem;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:0.8rem;
	color:#4D7ED1;
	border:0px;
}


.mart130{
	margin-top:5.0rem;
}
.f24{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
}
.red{
	color:#DE765A;
}
.mart0{
	margin-top:0px;
}
.mart28{
	margin-top:1.0rem;
}
.mart40{
	margin-top:1.5rem;
}

.hdkj{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.hdkj ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hdkj ul li{
	width: 50%;
	height: 60vw;
	position: relative;
	overflow: hidden;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hdkj ul li img{
	width: 100%;
	height: 100%;
	display: block;
	
}
.hdkj ul li .tex{
	width: 100%;
	position: absolute;
	z-index: 11;
	bottom: 5vw;
	padding: 0px 4vw;
	
}
.hdkj ul li .tex dl dt{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	font-weight: bold;
	
}
.hdkj ul li .tex dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-top: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	
}
.hdkj ul li .tex p{
	margin-top: 1.0rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 1.5rem;
	display: none;
	
}
.hdkj ul li:hover img{
	transform: scale(1.05);
}

.liaojie2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:0.5rem;
}
.liaojie2 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liaojie2 ul li{
	width:100%;
	position:relative;
	transition: all 0.6s;
	height: 10rem;
	margin-top:1.0rem;
	overflow:hidden;
	
}
.liaojie2 ul li .img{
	display:block;
	width:100%;
	
}

.liaojie2 ul li .tex{
    position: absolute;
    z-index: 3;
    width: 80%;
    left: 1.0rem;
    top: 20%;
}

.liaojie2 ul li .tex h6 {
    font-size:0.9rem;
	color:#0B1E3F;
	font-weight:bold;
}
.liaojie2 ul li .tex h5 {
    font-size: 0.8rem;
	color:#4D7ED1;
	font-weight:bold;
	display:flex;
	align-items: center;
    margin: 0.2rem 0;
}
.liaojie2 ul li .tex h5 img{
	margin-left:0.2rem;
	width:auto;
	height:auto;
	max-height:1.2rem;
}
.liaojie2 ul li .tex p {
    font-size: 0.8rem;
    line-height:1.5rem;
    opacity: 0.7;
    margin-top: 1.0rem;
	color:#333;
	display:none;
}
.liaojie2 ul li:hover .tex p{
	display: none;
}
.liaojie2 ul li .tex .more_a {
    width: 8.0rem;
    height: 2.0rem;
    box-sizing: border-box;
    background: linear-gradient(106deg,#f0eaf4 41%, #d4d5e6 100%);
    color: #4D7ED1;
    text-align: center;
    line-height: 2.0rem;
    transition: all 0.5s ease;
	display:flex;
	align-items: center;
	justify-content: center;
}
.liaojie2 ul li .tex .more_a img{
	margin-left:0.5rem;
	width:auto;
	height:auto;
}

.liaojie2 ul li.cur .tex p{
	display: block;
}

















}
































