@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	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+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#00288E;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}





@media (min-width:1000px) {
.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .zyw a{
	color:#FFF;
}
.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}
.header.yanse .zyw{
	color:#3E519F;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 .xiala a{
	color:#333;
}
.header.yanse.yanse01 .zyw{
	color: #fff;
}

.header.yanse .innav ul li i{
	background-color:#004EA1;
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}

.header.yanse .innav ul li.cur a{
	color:#004EA1;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}

.header.yanse .innav ul li .xiala a{
	padding:0 20px;
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#004EA1;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	padding:0 20px;
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#004EA1;
}

.main{
	width: auto;
	margin:auto;
	max-width:1440px;
	padding: 0px 20px;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 992;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.top{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.header .logo{
	width: auto;
	height: 80px;
	max-width: 9.375vw;
	min-width:9.375vw;
	display: flex;
	align-items: center;
}
.header .logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.header .innav{
	width: auto;
	height: 80px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header .innav ul li{
	width: auto;
	font-size: 16px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left:1.2vw;
	margin-right:1.2vw;
	position:relative;
}
.header .innav ul li i{
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
}
.header .innav ul li:hover i{
	opacity:1;
	width:100%;
}
.header .innav ul li a{
	padding:15px 0;
	position:relative;
}
.header .innav ul li.cur i{
	opacity:1;
	width:100%;
}
.header .innav ul li:hover i{
	opacity:1;
	width:100%;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}

.header.yanse{
	background-color: #fff;
	top:0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	top:30px;
	border-bottom:0px;
}
.zyw{
	width: auto;
	height: 48px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:24px;
	position:relative;
	font-family: DIN;
	color:#FFF;
}
.zyw img{
	margin-right:10px;
}
.header .top .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.xiala{
	width:160px;
	position:absolute;
	top:60px;
	left:-50px;
	z-index:992;
	opacity:0;
	visibility:hidden;
	padding:20px 0;
	transition: all 0.3s;
	 background: rgba(247,247,247,0.9);
}
.xiala.kd220{
	width:220px;
	left:-80px;
}
.innav ul li:hover .xiala{
	opacity: 1;
	visibility: visible;
}
.xiala p{
	display:flex;
}
.xiala p a{
	font-size:16px;
	line-height:45px;
	width:100%;
	padding:0 15px;
	text-align:center;
}
.xiala01{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:80px;
	display: flex;
	flex-wrap: wrap;
}
.xiala01 .a01{
	width:27.7777%;
	overflow:hidden;
}
.xiala01 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.xiala01 .a02{
	width:268px;
	font-size:14px;
	margin-left:50px;
}
.xiala01 .a02 dl dd{
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xiala01 .a02 dl dd a{
	width:auto;
	padding:0;
}
.xiala01 .a02 dl dd em{
	width:9px;
	height:18px;
	background-image:url(../img/arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
}
.xiala01 .a02 dl dd:hover em{
	opacity:1;
}
.xiala01 .a02 dl dd .xl{
	width:500px;
	position: absolute;
	left:268px;
	opacity:0;
	visibility:hidden;
	top:0;
	padding:0 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xiala01 .a02 dl dd .xl p{
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	width:48%;
}
.xiala01 .a02 dl dd:hover .xl{
	opacity:1;
	visibility:visible;
}

.inab{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inab .more{
	width:214px;
	height:62px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	display: flex;
}
.inab .more a{
	width:100%;
	height:100%;
	text-align:center;
	background: #3E519F;
	color:#FFF;
	font-size:14px;
	line-height:62px;
}
.inab .more a b{
	margin-left:25px;
	font-family:'宋体';
}
.inab-l{
	width:34%;
}
.inab-l .a01{
	width:100%;
	display: flex;
	align-items: center;
	font-size:64px;
	line-height:75px;
	font-family: DIN;
	text-transform: uppercase;
}
.inab-l .a01 i{
	width:6px;
	height:123px;
	background: #3E519F;
	margin-right:15px;
}
.inab-l .a02{
	width:100%;
	font-size:36px;
	line-height:65px;
	font-weight:bold;
}

.inab-r{
	width:66%;
	font-size:16px;
	line-height:32px;
}
.inab-r img{
	width:100%;
	height:auto;
	display:block;
}
.inab02{
	width:100%;
	float:left;
}
.inab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.inab02 ul li{
	width:calc(34.0% - 30px);
	margin-top:60px;
	margin-right:30px;
	background-color:#F1F1F1;
	padding:30px;
	text-align:center;
}
.inab02 ul li:nth-child(3n){
	margin-right:0px;
}
.inab02 ul li dl dt{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size:96px;
	line-height:112px;
	color:#3E519F;
	font-family: DIN;
}
.inab02 ul li dl dt i{
	font-size:36px;
	line-height:42px;
	margin-left:10px;
}
.inab02 ul li dl dd{
	font-size:14px;
	line-height:21px;
	color:#666;
}
.inab03{
	width:100%;
	float:left;
	background: #3E519F;
	margin-top:100px;
	padding:80px;
	color:#FFF;
}
.inab03 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab03 .a01 i{
	width: 194px;
	height: 39px;
	border-radius:20px 0px 20px 20px;
	border: 1px solid rgba(255,255,255,0.60);
	text-align:center;
	font-size:16px;
	line-height:30px;
}
.inab03 .a01 div{
	font-size:20px;
	line-height:24px;
	font-family: DIN;
	text-align:right;
}
.inab03 .a02{
	width:100%;
	margin-top:30px;
}
.inab03 .a02 dl dt{
	font-size:16px;
	line-height:21px;
}
.inab03 .a02 dl dd{
	font-size:32px;
	line-height:42px;
	padding-bottom:50px;
	position:relative;
	margin-top:15px;
}
.inab03 .a02 dl dd i{
	width:80px;
	height:3px;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.inab03 .a03{
	width:100%;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab03 .a03 .tex{
	width:53.5%;
	font-size:14px;
	line-height:28px;
}
.inab03 .a03 a{
	width:214px;
	height:62px;
	line-height:62px;
	text-align:center;
	background-color:#FFF;
	font-size:14px;
	color:#3E519F;
	font-weight:bold;
}
.inab03 .a03 a b{
	margin-left:25px;
	font-family:'宋体';
}
.intitle{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intitle .a01{
	display: flex;
	align-items: center;
	font-size:36px;
	color:#666;
	width:auto;
	font-weight:bold;
}
.intitle .a01 i{
	width:6px;
	height:40px;
	background-color:#3E519F;
	margin-right:30px;
}
.intitle .a02{
	width:auto;
	font-size:64px;
	line-height:75px;
	font-family: DIN;
	text-transform:uppercase;
}
.intitle .a03{
	width:auto;
	display: flex;
	flex-wrap: wrap;
}
.intitle .a03 dl{
	margin-left:50px;
	text-align:center;
}
.intitle .a03 dl dt{
	overflow:hidden;
}
.intitle .a03 dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
.intitle .a03 dl .pic01{
	display:inline-block;
}
.intitle .a03 dl .pic02{
	display: none;
}
.intitle .a03 dl:hover .pic01{
	display:none;
}
.intitle .a03 dl:hover .pic02{
	display:inline-block;
}
.intitle .a03 dl.cur .pic01{
	display:none;
}
.intitle .a03 dl.cur .pic02{
	display:inline-block;
}
.intitle .a03 dl.cur dd{
	color: #3E519F;
}
.insm{
	width:100%;
	float:left;
	margin-top:30px;
	display:flex;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.insm div{
	width:61%;
}
.infw{
	width:100%;
	float:left;
	margin-top:30px;
}
.infw ul{
	display: flex;
	flex-wrap: wrap;
}
.infw ul li{
	width:calc(33.8% - 20px);
	margin-right:20px;
	margin-top:20px;
	background-color:#F1F1F1;
	padding:70px 60px;
	position:relative;
}
.infw ul li:nth-child(3n){
	margin-right:0px;
}
.infw ul li:first-child{
	background:#3E519F /*url(../img/CHIJH.png) no-repeat right bottom*/;
	color:#FFF;
	padding:40px;
	font-size:16px;
	line-height:32px;
}
.infw ul li:first-child h1{
	font-size:32px;
	line-height:58px;
	margin-bottom:20px;
	font-weight:normal;
	display: flex;
	align-items: flex-end;
}
.infw ul li:first-child h1 img{
	margin-right:10px;
}
.infw.ny ul li .hx{
	bottom:0;
	top:auto;
}
.infw ul li .hx{
	width:0;
	height:6px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.infw ul li:hover .hx{
	width:100%;
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li dl dt{
	margin-top:10px;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
}
.infw ul li dl dd{
	margin-top:5px;
	line-height:36px;
	font-size:16px;
	line-height:18px;
	color:#666;
}

.inwrap{
	width:100%;
	float:left;
	background-color:#F1F1F1;
	padding-bottom:100px;
}

.infwcr{
	width:100%;
	float:left;
	margin-top:30px;
}
.infwcr ul{
	display: flex;
	flex-wrap: wrap;
}
.infwcr ul li{
	width:calc(33.8% - 20px);
	margin-right:20px;
	margin-top:20px;
	background-color:#fff;
	padding:70px 60px;
	position:relative;
	text-align:center;
}
.infwcr ul li:nth-child(3n){
	margin-right:0px;
}
.infwcr ul li .hx{
	width:0;
	height:6px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.infwcr ul li:hover .hx{
	width:100%;
}
.infwcr ul li .pic{
	overflow:hidden;
}
.infwcr ul li dl dt{
	margin-top:50px;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
}
.infwcr ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.innew{
	width:100%;
	float:left;
	margin-top:20px;
}
.innew.ny ul li{
	border-top:0px solid rgba(0,0,0,0.10);
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding-top:0px;
	padding-bottom:40px;
}
.innew ul li{
	width:100%;
	float:left;
	padding-top:40px;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top:1px solid rgba(0,0,0,0.10);
}
.innew ul li .tex{
	width:58%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.innew ul li .tex h1{
	font-size:20px;
	line-height:26px;
	color:#333;
	margin-top:15px;
	margin-bottom:30px;
}
.innew ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:50px;
}
.innew ul li .tex .more a{
	color: #3E519F;
	font-size:14px;
	display: flex;
	align-items: center;
	line-height:normal;
}
.innew ul li .tex .more a img{
	margin-left:15px;
}
.innew ul li .pic{
	width:37%;
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.foot{
	width:100%;
	float:left;
	margin-top:100px;
	background-color:#F2F2F2;
	padding-top:80px;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.botlog{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.botlog .a02{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.botlog .a02 a{
	margin-left:20px;
	display:flex;
	position:relative;
}
.botlog .a02 a span{
	width:auto;
	position:absolute;
	left:-40px;
	top:-135px;
	z-index:1;
	opacity:0;
}
.botlog .a02 a span img{
	max-height:130px;
}
.botlog .a02 a:hover span{
	opacity:1;
}
.botlog .a02 a i{
	width:170px;
	position:absolute;
	right:-60px;
	top:-50px;
	z-index:1;
	opacity:0;
	padding:8px 15px;
	background-color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.botlog .a02 a:hover i{
	opacity:1;
}
.foot01{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:60px 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.botnav{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.botnav dl dt{
	padding-bottom:20px;
	position:relative;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	font-weight:bold;
}
.botnav dl dt i{
	width:30px;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#666;
}
.botnav dl dd{
	font-size:14px;
	line-height:30px;
	color:#666;
}
.botnav .a01{
	width:auto;
}
.botnav .a01 .dh{
	width:100%;
	display:flex;
	align-items: center;
	font-size:24px;
	font-family: DIN;
	color:#3E519F;
}
.botnav .a01 .dh img{
	margin-right:10px;
}
.botnav .a01 .ewm{
	width:100%;
	display: flex;
	justify-content: flex-end;
	text-align:center;
	margin-top:30px;
}
.botnav .a01 .ewm p{
	font-size:14px;
	line-height:21px;
	color:#666;
	margin-top:10px;
}
.botnav .a01 .ewm p{
	max-width:100%;
}
.foot02{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:30px 8.33vw;
	text-align:center;
	font-size:14px;
	line-height:21px;
	color:#999;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:80px;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:23%;
	z-index:1;
}
.nybanner .tex .tex01{
	width:auto;
	float:left;
	display:flex;
	align-items: center;
	font-size:64px;
	line-height:75px;
	font-family: DIN;
	text-transform:uppercase;
	color:#FFF;
}
.nybanner .tex .tex01 i{
	width:6px;
	height:123px;
	background-color:#FFF;
	margin-right:25px;
}

.zlm{
	width:100%;
	float:left;
	height:68px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.zlm01{
	width:100%;
	height:68px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm01 ul li{
	width:auto;
	margin-right:60px;
	position:relative;
	height:68px;
	display: flex;
	align-items: center;
	font-size:16px;
}
.zlm01 ul li i{
	width:0;
	height:2px;
	background-color:#004EA1;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#004EA1;
}
.zlm01 ul li.cur i{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover i{
	width:100%;
	opacity:1;
}
.zlm01 div{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#999;
}
.zlm01 div img{
	margin-right:15px;
}
.zlm01 div a{
	color:#999;
}
.abtit{
	width:100%;
	float:left;
	margin-top:100px;
}
.abtit dl dt{
	font-size:20px;
	line-height:26px;
}
.abtit dl dd{
	font-size:36px;
	line-height:48px;
	font-weight:bold;
}
.abtit dl dd i{
	color:#3E519F;
}
.abtex{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abtex .tex{
	width:58.125%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.abtex .pic{
	width:29.861%;
}
.abtex .pic img{
	width:100%;
	height:auto;
	display:block;
}

.abpic{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: flex-end;
}
.abpic img{
	width:87.5%;
	height:auto;
}
.qywh{
	width:100%;
	float:left;
	margin-top:30px;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:calc(33.8% - 20px);
	margin-right:20px;
	margin-top:20px;
	background-color:#F1F1F1;
	padding:70px 60px;
	position:relative;
	text-align:center;
}
.qywh ul li:nth-child(3n){
	margin-right:0px;
}
.qywh ul li .hx{
	width:0;
	height:6px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.qywh ul li:hover .hx{
	width:100%;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li dl dt{
	margin-top:50px;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
}
.qywh ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.hzhb{
	width:100%;
	float:left;
	margin-top:30px;
}
.hzhb ul{
	display: flex;
	flex-wrap: wrap;
}
.hzhb ul li{
	width:calc(16.84% - 15px);
	margin-right:15px;
	margin-top:15px;
	overflow:hidden;
}
.hzhb ul li:nth-child(6n){
	margin-right:0px;
}
.hzhb ul li img{
	width:100%;
	height:auto;
	display:block;
}
.team{
	width:100%;
	float:left;
	margin-top:20px;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team ul li{
	width:49%;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding-bottom:20px;
	margin-top:30px;
}
.team.ny ul li{
	border-bottom:0px;
	padding-bottom:0;
}
.team ul li dl dt{
	overflow:hidden;
	position:relative;
}
.team ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team ul li:hover dl dt img{
	transform: scale(1.05);
}
.team ul li dl dt .tex{
	width:49%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#3E519F;
	font-size:14px;
	line-height:30px;
	color:#FFF;
	opacity:0;
	transition: all 0.6s;
	padding:30px 60px;
}
.team ul li:hover dl dt .tex{
	opacity:1;
}
.team ul li:hover dl dt .tex i{
	margin-right:10px;
}
.team ul li dl dd{
	margin-top:30px;
	font-size:16px;
	color:#666;
}
.team ul li dl dd b{
	color:#333;
	margin-right:10px;
}

.fy{
	width:100%;
	float:left;
	margin-top:60px;	
}
.fy ul{
	display: flex;
	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: #fff;
	border: 1px solid #e0e0e0;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:50%;
}
.fy ul li a:hover{
	background: #3E519F;
	border:1px solid #3E519F;
	color:#FFF;
}
.fy ul li .cur{
	background: #3E519F;
	border:1px solid #3E519F;
	color:#FFF;
}
.lct{
	width:100%;
	float:left;
	margin-top:60px;
	background-image:url(../img/xxian.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 59.5238%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.lct .a1{
	width:13.75%;
	padding:15px;
	border-radius:16px;
	background-color:#FFF;
	text-align:center;
}
.lct .a1 .pic{
	overflow:hidden;
}
.lct .a1 .pic01{
	display:inline-block;
}
.lct .a1 .pic02{
	display: none;
}
.lct .a1:hover .pic01{
	display:none;
}
.lct .a1:hover .pic02{
	display:inline-block;
}
.lct .a1 dl dt{
	margin-top:5px;
	font-size:16px;
	line-height:21px;
	color: #1C374C;
	font-weight:bold;
}
.lct .a1 dl dd{
	font-size:14px;
	line-height:21px;
	color:#666;
}
.lct .a1:hover{
	background: #3E519F;
}
.lct .a1:hover dl dt{
	color:#FFF;
}
.lct .a1:hover dl dd{
	color:#FFF;
}
.lct .a2{
	margin-left:1.736%;
	margin-right:1.736%;
	width:2.2222%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lct .a2 img{
	width:100%;
	height:auto;
}
.mart14{
	margin-top:3.125vw;
}

.jjfa{
	width:100%;
	float:left;
}
.jjfa ul{
	display: flex;
	flex-wrap: wrap;
}
.jjfa ul li{
	width:calc(34.0% - 30px);
	margin-right:30px;
	margin-top:40px;
	background-color:#F1F1F1;
	position:relative;
}
.jjfa ul li:nth-child(3n){
	margin-right:0px;
}
.jjfa ul li .hx{
	width:0;
	height:6px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.jjfa ul li:hover .hx{
	width:100%;
}
.jjfa ul li .pic{
	overflow:hidden;
}
.jjfa ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jjfa ul li:hover .pic img{
	transform: scale(1.05);
}
.jjfa ul li .tex{
	padding:40px;
}
.jjfa ul li .tex dl dt{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.jjfa ul li .tex dl dd{
	margin-top:20px;
	font-size:12px;
	line-height:21px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xyjz{
	width:100%;
	float:left;
	margin-top:30px;
}
.xyjz ul{
	display: flex;
	flex-wrap: wrap;
}
.xyjz ul li{
	width:calc(33.8% - 20px);
	margin-right:20px;
	margin-top:20px;
	background-color:#fff;
	padding:70px 60px;
	position:relative;
	text-align:center;
}
.xyjz ul li:nth-child(3n){
	margin-right:0px;
}
.xyjz ul li .hx{
	width:0;
	height:6px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.xyjz ul li:hover .hx{
	width:100%;
}
.xyjz ul li .pic{
	overflow:hidden;
}
.xyjz ul li h1{
	font-size:20px;
	line-height:30px;
	margin-top:50px;
	margin-bottom:15px;
}
.xyjz ul li .tex{
	display:flex;
	justify-content: center;
	text-align:left;
}
.xyjz ul li .tex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:28px;
}
.xyjz ul li .tex dl dd i{
	color:#3E519F;
	font-size:12px;
	margin-right:10px;
}

.falist{
	width:100%;
	float:left;
}
.falist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.falist ul li{
	width:48%;
	margin-top:50px;
	background-color:#F1F1F1;
	position:relative;
}
.falist ul li:hover{
	background-color:#3E519F;
	color:#FFF;
}
.falist ul li .pic{
	overflow:hidden;
}
.falist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover .pic img{
	transform: scale(1.05);
}
.falist ul li .tex{
	padding:40px;
}
.falist ul li .tex dl dt{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	margin-bottom:15px;
}
.falist ul li .tex dl dd{
	margin-top:5px;
	font-size:14px;
	line-height:24px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.falist ul li .tex dl dd b{
	color:#3E519F;
}
.falist ul li:hover .tex dl dd{
	color:#FFF;
}
.falist ul li:hover .tex dl dd b{
	color:#FFF;
}
.falist ul li:hover .tex dl dt{
	color:#FFF;
}
.fashow{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fashow .pic{
	width:48%;
	overflow:hidden;
}
.fashow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fashow .tex{
	width:100%;
	font-size:14px;
	line-height:25px;
}
.fashow .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:30px;
}
.fashow .tex .more{
	display:flex;
	margin-top:-50px;
	justify-content: flex-end;
}
.fashow .tex .more a{
	width:214px;
	height:62px;
	border: 1px solid #3E519F;
	line-height:62px;
	text-align:center;
	color:#3E519F;
	margin-right:20px;
	font-size:14px;
}
.fashow .tex .more a b{
	font-family:'宋体';
	margin-left:25px;
}
.fashow .tex .more a:hover{
	background-color:#3E519F;
	color:#FFF;
}
.fashow .tex .more a.cur{
	background-color:#3E519F;
	color:#FFF;
}
.fashow2{
	width:100%;
	float:left;
	margin-top:40px;
}
.fashow2 ul li{
	width:100%;
	float:left;
	padding:50px;
	background-color:#F1F1F1;
	margin-top:20px;
}
.fashow2 ul li dl dt{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.fashow2 ul li dl dd{
	font-size:14px;
	line-height:25px;
	margin-top:15px;
}

.alpic{
	width:100%;
	float:left;
}
.alpic ul{
	display: flex;
	flex-wrap: wrap;
}
.alpic ul li{
	width:calc(25.5% - 30px);
	margin-right:30px;
	margin-top:40px;
	overflow:hidden;
}
.alpic ul li:nth-child(4n){
	margin-right:0px;
}
.alpic ul li img{
	width:100%;
	height:auto;
	display:block;
}
.alshow{
	width:100%;
	float:left;
	margin-top:40px;
	background-color:#F1F1F1;
	padding:60px;
}
.alshow h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:30px;
}
.alshow dl{
	width:100%;
	margin-top:10px;
	display: flex;
}
.alshow dl dt{
	width:70px;
	min-width:70px;
	font-size:14px;
	color:#3E519F;
	font-weight:bold;
	line-height:21px;
}
.alshow dl dd{
	font-size:14px;
	line-height:21px;
}
.alshow .more{
	display:flex;
	margin-top:80px;
}
.alshow .more a{
	width:214px;
	height:62px;
	border: 1px solid #3E519F;
	line-height:62px;
	text-align:center;
	color:#3E519F;
	margin-right:20px;
	font-size:14px;
}
.alshow .more a b{
	font-family:'宋体';
	margin-left:25px;
}
.alshow .more a:hover{
	background-color:#3E519F;
	color:#FFF;
}
.alshow .more a.cur{
	background-color:#3E519F;
	color:#FFF;
}
.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:80px;
	display:flex;
	justify-content: space-between;
	margin-top:130px;
	border:1px solid #E0E0E0;
}
.newshow .xtb{
	width:36px;
	min-width:36px;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:32px;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show{
	width: auto;
	margin-left:80px;
	margin-right:25px;
}
.newtit{
	width:100%;
	float:left;
	font-size:32px;
	line-height:46px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:12px;
	line-height:16px;
	color:#828282;
	margin-top:34px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
}

.sxp{
	width:100%;
	float:left;
	height:80px;
	background-color:#F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
}
.sxp .a01{
	width:calc(50% - 40px);
	height:80px;
	display: flex;
	align-items: center;
	padding:0 5.2vw;
	font-size:14px;
}
.sxp .a01 b{
	font-size:16px;
	margin-right:15px;
}
.sxp .a02{
	width:80px;
	height:80px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#3E519F;
}
.sxp .a02 img{
	max-height:100%;
	max-width:100%;
}

.lx01{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01-l{
	width:34%;
	background-color:#3E519F;
	padding:60px 50px;
	font-size:14px;
	line-height:36px;
	color:#FFF;
}
.lx01-l h1{
	margin-bottom:150px;
}
.lx01-l img{
	max-width:100%;
}
.lx01-r{
	width:66%;
}
.lx01-r img{
	width:100%;
	height:100%;
	display:block;
}

.nlx{
	width:100%;
	float:left;
	padding:0px 8.33vw;
	display:flex;
}
.nlx .pic{
	width:55%;
	overflow:hidden;
}
.nlx .pic img{
	max-width:100%;
}
.nlx01{
	width:43.875%;
	flex-wrap: wrap;
	margin-top:20px;
}
.nlx01 h1{
	font-size:36px;
	line-height:65px;
	align-items: center;
	display: flex;
	color:#666;
}
.nlx01 h1 i{
	width:6px;
	height:40px;
	background-color:#3E519F;
	margin-right:30px;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:15px;
}
.nlx01 ul li{
	margin-top:30px;
	width:47.863%;
	display:flex;
	flex-wrap: wrap;
}
.nlx01 ul li:last-child{
	margin-top:60px;
}
.nlx01 ul li dl{
	width:100%;
}
.nlx01 ul li dl dt{
	font-size:14px;
	line-height:16px;
}
.nlx01 ul li dl dd{
	margin-top:20px;
}
.nlx01 ul li.w100{
	width:100%;
}

.bk2{
	width:100%;
	line-height:34px;
	border:0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:16px;
	color:#999;
	outline:none;
	padding-bottom:0px;
	background-color:transparent;
}
.anniu3{
	width: 254px;
	height: 68px;
	line-height:68px;
	text-align:center;
	background: #004EA1;
	font-size:16px;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.zp02{
	width: 100%;
	float: left;
	margin-top: 80px;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:68px;
	line-height: 68px;
	display: flex;
	font-size:16px;
	background-color: #3E519F;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:68px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:68px; 
	font-size:16px;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:70px 100px; 
	line-height:32px; 
	font-size:16px;
	background-color: #F2F6FC;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.red{
	color: #3E519F;

}

.nwrap{
	width:100%;
	float:left;
	background-color:#d8dde6;
	padding:100px 0;
	margin-top:80px;
	padding-top:80px;
}
.main2{
	width:auto;
	margin:auto;
	max-width:1078px;
	padding:0 20px;
}
.hqu{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqu-l{
	width:52%;
	border-top: 6px solid #3E519F;
	padding:60px;
	font-size:14px;
	background-color:#FFF;
}
.hqu-l h1{
	font-size:32px;
	line-height:42px;
	color: #3E519F;
	margin-top:60px;
}
.hqu-l h2{
	font-size:14px;
	line-height:22px;
	margin-top:30px;
}
.hqu-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqu-l ul li{
	width:50%;
	align-items: center;
	display: flex;
	margin-top:30px;
}
.hqu-l ul li input{
	margin-right:10px;
}
.hqu-l h3{
	margin-top:150px;
}
.hqu-l h3 img{
	max-width:100%;
}
.hqu-r{
	width:48%;
	padding:40px 60px;
	background-color:#EFF2F4;
}
.hqu-r h1{
	font-size:24px;
	line-height:32px;
}
.hqu-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqu-r ul li{
	width:48%;
	margin-top:20px;
}
.hqu-r ul li:last-child{
	margin-top:40px;
}
.hqu-r ul li.w100{
	width:100%;
}
.hqu-r ul li dl dt{
	font-size:14px;
	line-height:21px;
}
.hqu-r ul li dl dd{
	margin-top:10px;
}
.bk{
	width:100%;
	line-height:32px;
	border-radius:4px;
	font-size:14px;
	color:#999;
	padding:0 15px;
	border:0;
	outline:none;
	height:32px;
}
.anniu2{
	width: 100%;
	height: 48px;
	line-height:48px;
	border-radius:4px;
	text-align:center;
	background: #3E519F;
	font-size:16px;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.dingw{ width:100%; float:left; margin-top:-100px;}


.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; left: 50%; bottom: 0; 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%; 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;}



/* 方式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;}

.mart0{
	margin-top:0px;
}
.mart60{
	margin-top:60px;
}
.mart80{
	margin-top:80px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
	
}

@media (min-width:1441px) and  (max-width:1600px){
.header .innav ul li{
	margin-left:1.2vw;
	margin-right:1.2vw;
	font-size: 14px;
}

}

@media (min-width:1000px) and  (max-width:1440px){

.header .innav ul li{
	margin-left:1.0vw;
	margin-right:1.0vw;
	font-size: 12px;
}
.zyw{
	font-size:18px;
}
.zyw a{
	padding:0 5px;
}
.zyw img{
	max-width:15px;
}
.xiala01{
	padding:30px;
}
.xiala01 .a02{
	font-size:12px;
	width:168px;
}
.xiala01 .a02 dl dd .xl{
	width:320px;
	left:168px;
}

.header.yanse.yanse01{
	top:0;
}

.lct .a1 dl dt{
	font-size:14px;
}
.lct .a1 dl dt{
	font-size:12px;
}








}




@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: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 992;
	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:60%; 
	max-height:2rem; 
	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: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%; 
	right:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:left; 
	background:#fff;  
	padding-bottom:4rem;
	margin-top: 4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #00288E; color: #FFF;}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:100%; 
	float:left;
	padding:0 8.33vw;
}

.inab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inab .more{
	width:8.0rem;
	height:2.0rem;
	float:left;
	display: flex;
	margin-top:2.0rem;
}
.inab .more a{
	width:100%;
	height:100%;
	text-align:center;
	background: #3E519F;
	color:#FFF;
	font-size:0.8rem;
	line-height:2.0rem;
}
.inab .more a b{
	margin-left:1.0rem;
	font-family:'宋体';
}
.inab-l{
	width:100%;
}
.inab-l .a01{
	width:100%;
	display: flex;
	align-items: center;
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: DIN;
	text-transform: uppercase;
}
.inab-l .a01 i{
	width:3px;
	height:4.0rem;
	background: #3E519F;
	margin-right:1.0rem;
}
.inab-l .a02{
	width:100%;
	font-size:36px;
	line-height:65px;
	font-weight:bold;
}

.inab-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.inab-r img{
	width:100%;
	height:auto;
	display:block;
}
.inab02{
	width:100%;
	float:left;
}
.inab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.inab02 ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#F1F1F1;
	padding:2.0rem 1.0rem;
	text-align:center;
}
.inab02 ul li:nth-child(3n){
	margin-right:0px;
}
.inab02 ul li dl dt{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size:2.0rem;
	line-height:2.5rem;
	color:#3E519F;
	font-family: DIN;
}
.inab02 ul li dl dt i{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-left:0.5rem;
}
.inab02 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inab03{
	width:100%;
	float:left;
	background: #3E519F;
	margin-top:2.0rem;
	padding:2.0rem;
	color:#FFF;
}
.inab03 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab03 .a01 i{
	padding:0.5rem 1.0rem;
	border-radius:1.0rem 0px 1.0rem 1.0rem;
	border: 1px solid rgba(255,255,255,0.60);
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab03 .a01 div{
	font-size:0.8rem;
	line-height:1.5rem;
	font-family: DIN;
	text-align:right;
	width:100%;
	margin-top:1.0rem;
}
.inab03 .a02{
	width:100%;
	margin-top:2.0rem;
}
.inab03 .a02 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab03 .a02 dl dd{
	font-size:1.2rem;
	line-height:1.8rem;
	padding-bottom:2.0rem;
	position:relative;
	margin-top:0.5rem;
}
.inab03 .a02 dl dd i{
	width:3.0rem;
	height:2px;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.inab03 .a03{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab03 .a03 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab03 .a03 a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#FFF;
	font-size:0.8rem;
	color:#3E519F;
	font-weight:bold;
	margin-top:1.0rem;
}
.inab03 .a03 img{
	margin-top:2.0rem;
}
.inab03 .a03 a b{
	margin-left:1.0rem;
	font-family:'宋体';
}
.intitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intitle .a01{
	display: flex;
	align-items: center;
	font-size:1.2rem;
	color:#666;
	width:auto;
	font-weight:bold;
}
.intitle .a01 i{
	width:3px;
	height:2.0rem;
	background-color:#3E519F;
	margin-right:1.0rem;
}
.intitle .a02{
	width:auto;
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: DIN;
	text-transform:uppercase;
}
.intitle .a03{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.intitle .a03 dl{
	margin-right:1.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.intitle .a03 dl dt{
	overflow:hidden;
}
.intitle .a03 dl dt img{
	max-height:2.0rem;
}
.intitle .a03 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.intitle .a03 dl .pic01{
	display:inline-block;
}
.intitle .a03 dl .pic02{
	display: none;
}
.intitle .a03 dl:hover .pic01{
	display:none;
}
.intitle .a03 dl:hover .pic02{
	display:inline-block;
}
.intitle .a03 dl.cur .pic01{
	display:none;
}
.intitle .a03 dl.cur .pic02{
	display:inline-block;
}
.intitle .a03 dl.cur dd{
	color: #3E519F;
}

.insm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.insm div{
	width:100%;
}
.infw{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.infw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.infw ul li{
	width:48%;
	margin-top:1.0rem;
	background-color:#F1F1F1;
	padding:1.0rem;
	position:relative;
}
.infw ul li:nth-child(3n){
	margin-right:0px;
}
.infw ul li:first-child{
	background:#3E519F;
	background-size: 30% auto;
	color:#FFF;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.infw ul li:first-child h1{
	font-size:1.0rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
	font-weight:normal;
	display: flex;
	align-items: flex-end;
}
.infw ul li:first-child h1 img{
	margin-right:0.5rem;
	max-height:2.5rem;
}
.infw.ny ul li .hx{
	bottom:0;
	top:auto;
}
.infw ul li .hx{
	width:0;
	height:3px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.infw ul li:hover .hx{
	width:100%;
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li .pic img{
	max-height:2.0rem;
}
.infw ul li dl dt{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.infw ul li dl dd{
	margin-top:0.2rem;
	line-height:1.2rem;
	font-size:0.8rem;
	color:#666;
}

.inwrap{
	width:100%;
	float:left;
	background-color:#F1F1F1;
	padding-bottom:3.0rem;
}

.infwcr{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.infwcr ul{
	display: flex;
	flex-wrap: wrap;
}
.infwcr ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#fff;
	padding:2.0rem;
	position:relative;
	text-align:center;
}
.infwcr ul li:nth-child(3n){
	margin-right:0px;
}
.infwcr ul li .hx{
	width:0;
	height:3px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.infwcr ul li:hover .hx{
	width:100%;
}
.infwcr ul li .pic{
	overflow:hidden;
}
.infwcr ul li .pic img{
	max-height:4.0rem;
}
.infwcr ul li dl dt{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.infwcr ul li dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innew.ny ul li{
	border-top:0px solid rgba(0,0,0,0.10);
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding-top:0px;
	padding-bottom:1.0rem;
}
.innew ul li{
	width:100%;
	float:left;
	padding-top:1.0rem;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top:1px solid rgba(0,0,0,0.10);
}
.innew ul li .tex{
	width:58%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.innew ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	margin-top:0px;
	margin-bottom:0px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:50px;
	display:none;
}
.innew ul li .tex .more a{
	color: #3E519F;
	font-size:14px;
	display: flex;
	align-items: center;
	line-height:normal;
}
.innew ul li .tex .more a img{
	margin-left:15px;
}
.innew ul li .pic{
	width:37%;
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#F2F2F2;
	padding-top:2.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.botlog{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.botlog div:first-child{
	max-width:60%;
}
.botlog div:first-child img{
	max-width:100%;
}
.botlog .a02{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.botlog .a02 a{
	margin-left:0.5rem;
	display:flex;
	position:relative;
}

.botlog .a02 a span{
	width:auto;
	position:absolute;
	left:-1.0rem;
	top:-4.0rem;
	z-index:1;
	opacity:0;
}
.botlog .a02 a span img{
	max-height:3.5rem;
}
.botlog .a02 a:hover span{
	opacity:1;
}
.botlog .a02 a i{
	width:10rem;
	position:absolute;
	right:-0px;
	top:-2.0rem;
	z-index:1;
	opacity:0;
	padding:0.2rem 0.5rem;
	background-color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
	text-align:center;
}
.botlog .a02 a:hover i{
	opacity:1;
}
.botlog .a02 a img{
	max-height:1.5rem;
}
.foot01{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:1.0rem 0;
	padding-bottom:2.rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.botnav{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.botnav dl{
	margin-top:2.0rem;
	width:33.33%;
}
.botnav dl:nth-child(7){
	width:100%;
}
.botnav dl dt{
	padding-bottom:1.0rem;
	position:relative;
	font-size:1.0rem;
	font-weight:bold;
	margin-bottom:1.0rem;
	font-weight:bold;
}
.botnav dl dt i{
	width:1.0rem;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#666;
}
.botnav dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.botnav .a01{
	width:100%;
	margin-top:2.0rem;
}
.botnav .a01 .dh{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:1.2rem;
	font-family: DIN;
	color:#3E519F;
}
.botnav .a01 .dh img{
	margin-right:0.5rem;
}
.botnav .a01 .ewm{
	width:100%;
	display: flex;
	justify-content: center;
	text-align:center;
	margin-top:1.0rem;
}
.botnav .a01 .ewm img{
	max-width:60%;
}
.botnav .a01 .ewm p{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.5rem;
}

.foot02{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:1.0rem 8.33vw;
	text-align:center;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#999;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:20%;
	z-index:1;
}
.nybanner .tex .tex01{
	width:auto;
	float:left;
	display:flex;
	align-items: center;
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: DIN;
	text-transform:uppercase;
	color:#FFF;
}
.nybanner .tex .tex01 i{
	width:3px;
	height:4.0rem;
	background-color:#FFF;
	margin-right:1.0rem;
}

.zlm{
	width:100%;
	float:left;
	height: auto;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	padding-bottom:1.0rem;
}
.zlm01{
	width:100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.zlm01 ul li{
	width:33.33%;
	position:relative;
	height:2.5rem;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	text-align:center;
	justify-content: center;
}
.zlm01 ul li i{
	width:0;
	height:1px;
	background-color:#004EA1;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#004EA1;
}
.zlm01 ul li.cur i{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover i{
	width:100%;
	opacity:1;
}
.zlm01 div{
	display: flex;
	align-items: center;
	font-size:0.8rem;
	color:#999;
	width:100%;
	margin-top:1.0rem;
}
.zlm01 div img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.zlm01 div a{
	color:#999;
}
.abtit{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.abtit dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.abtit dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-top:0.5rem;
}
.abtit dl dd i{
	color:#3E519F;
}
.abtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abtex .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.abtex .pic{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.abtex .pic img{
	width:50%;
	height:auto;
}

.abpic{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: flex-end;
}
.abpic img{
	width:100%;
	height:auto;
}
.qywh{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#F1F1F1;
	padding:2.0rem;
	position:relative;
	text-align:center;
}
.qywh ul li:nth-child(3n){
	margin-right:0px;
}
.qywh ul li .hx{
	width:0;
	height:3px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.qywh ul li:hover .hx{
	width:100%;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-height:3.0rem;
}
.qywh ul li dl dt{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.qywh ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.hzhb{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.hzhb ul{
	display: flex;
	flex-wrap: wrap;
}
.hzhb ul li{
	width:calc(33.99% - 0.5rem);
	margin-right:0.5rem;
	margin-top:0.5rem;
	overflow:hidden;
}
.hzhb ul li:nth-child(3n){
	margin-right:0px;
}
.hzhb ul li img{
	width:100%;
	height:auto;
	display:block;
}
.team{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team ul li{
	width:48%;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding-bottom:1.0rem;
	margin-top:1.0rem;
}
.team.ny ul li{
	border-bottom:0px;
	padding-bottom:0;
}
.team ul li dl dt{
	overflow:hidden;
	position:relative;
}
.team ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team ul li:hover dl dt img{
	transform: scale(1.05);
}
.team ul li dl dt .tex{
	width:49%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#3E519F;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	opacity:0;
	transition: all 0.6s;
	padding:1.0rem;
}
.team ul li:hover dl dt .tex{
	opacity:1;
}
.team ul li:hover dl dt .tex i{
	margin-right:10px;
}
.team ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
}
.team ul li dl dd b{
	color:#333;
	margin-right:0.5rem;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;	
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:1.5rem;
}
.fy ul li a:hover{
	background: #3E519F;
	border:1px solid #3E519F;
	color:#FFF;
}
.fy ul li .cur{
	background: #3E519F;
	border:1px solid #3E519F;
	color:#FFF;
}
.lct{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.lct .a1{
	width:44%;
	padding:1.0rem 0.5rem;
	border-radius:0.5rem;
	background-color:#FFF;
	text-align:center;
	margin-top:3.125vw;
}
.lct .a1 .pic{
	overflow:hidden;
}
.lct .a1 .pic img{
	max-height:2.0rem;
}
.lct .a1 .pic01{
	display:inline-block;
}
.lct .a1 .pic02{
	display: none;
}
.lct .a1:hover .pic01{
	display:none;
}
.lct .a1:hover .pic02{
	display:inline-block;
}
.lct .a1 dl dt{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color: #1C374C;
	font-weight:bold;
}
.lct .a1 dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}
.lct .a1:hover{
	background: #3E519F;
}
.lct .a1:hover dl dt{
	color:#FFF;
}
.lct .a1:hover dl dd{
	color:#FFF;
}
.lct .a2{
	margin-left:1.736%;
	margin-right:1.736%;
	width:5%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lct .a2 img{
	width:100%;
	height:auto;
}
.mart14{
	margin-top:3.125vw;
}
.jjfa{
	width:100%;
	float:left;
}
.jjfa ul{
	display: flex;
	flex-wrap: wrap;
}
.jjfa ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#F1F1F1;
	position:relative;
}
.jjfa ul li:nth-child(3n){
	margin-right:0px;
}
.jjfa ul li .hx{
	width:0;
	height:3px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.jjfa ul li:hover .hx{
	width:100%;
}
.jjfa ul li .pic{
	overflow:hidden;
}
.jjfa ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jjfa ul li:hover .pic img{
	transform: scale(1.05);
}
.jjfa ul li .tex{
	padding:2.0rem;
}
.jjfa ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.jjfa ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xyjz{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xyjz ul{
	display: flex;
	flex-wrap: wrap;
}
.xyjz ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#fff;
	padding:2.0rem;
	position:relative;
	text-align:center;
}
.xyjz ul li:nth-child(3n){
	margin-right:0px;
}
.xyjz ul li .hx{
	width:0;
	height:3px;
	background-color:#3E519F;
	transition: all 0.6s;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.xyjz ul li:hover .hx{
	width:100%;
}
.xyjz ul li .pic{
	overflow:hidden;
}
.xyjz ul li .pic img{
	max-height:3.0rem;
}
.xyjz ul li h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:2.0rem;
	margin-bottom:0.5rem;
}
.xyjz ul li .tex{
	display:flex;
	justify-content: center;
	text-align:left;
}
.xyjz ul li .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.xyjz ul li .tex dl dd i{
	color:#3E519F;
	font-size:0.8rem;
	margin-right:0.5rem;
}

.falist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.falist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.falist ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#F1F1F1;
	position:relative;
}
.falist ul li:hover{
	background-color:#3E519F;
	color:#FFF;
}
.falist ul li .pic{
	overflow:hidden;
}
.falist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover .pic img{
	transform: scale(1.05);
}
.falist ul li .tex{
	padding:1.0rem;
}
.falist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-bottom:0rem;
}
.falist ul li .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.falist ul li .tex dl dd b{
	color:#3E519F;
}
.falist ul li:hover .tex dl dd{
	color:#FFF;
}
.falist ul li:hover .tex dl dd b{
	color:#FFF;
}
.falist ul li:hover .tex dl dt{
	color:#FFF;
}
.fashow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fashow .pic{
	width:100%;
	overflow:hidden;
}
.fashow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fashow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.fashow .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.fashow .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.fashow .tex .more a{
	width:8.0rem;
	height:2.0rem;
	border: 1px solid #3E519F;
	line-height:2.0rem;
	text-align:center;
	color:#3E519F;
	margin-right:0.5rem;
	font-size:0.8rem;
}
.fashow .tex .more a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.fashow .tex .more a:hover{
	background-color:#3E519F;
	color:#FFF;
}
.fashow .tex .more a.cur{
	background-color:#3E519F;
	color:#FFF;
}
.fashow2{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fashow2 ul li{
	width:100%;
	float:left;
	padding:2.0rem;
	background-color:#F1F1F1;
	margin-top:1.0rem;
}
.fashow2 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.fashow2 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}

.alpic{
	width:100%;
	float:left;
}
.alpic ul{
	display: flex;
	flex-wrap: wrap;
}
.alpic ul li{
	width:calc(25.3% - 0.3rem);
	margin-right:0.3rem;
	margin-top:1.0rem;
	overflow:hidden;
}
.alpic ul li:nth-child(4n){
	margin-right:0px;
}
.alpic ul li img{
	width:100%;
	height:auto;
	display:block;
}
.alshow{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#F1F1F1;
	padding:2.0rem;
}
.alshow h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.alshow dl{
	width:100%;
	margin-top:0.5rem;
	display: flex;
}
.alshow dl dt{
	width:4.5rem;
	min-width:4.5rem;
	font-size:0.8rem;
	color:#3E519F;
	font-weight:bold;
	line-height:1.5rem;
}
.alshow dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.alshow .more{
	display:flex;
	margin-top:2.0rem;
}
.alshow .more a{
	width:8.0rem;
	height:2.0rem;
	border: 1px solid #3E519F;
	line-height:2.0rem;
	text-align:center;
	color:#3E519F;
	margin-right:0.5rem;
	font-size:0.8rem;
}
.alshow .more a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.alshow .more a:hover{
	background-color:#3E519F;
	color:#FFF;
}
.alshow .more a.cur{
	background-color:#3E519F;
	color:#FFF;
}
.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:2.0rem;
	display:flex;
	justify-content: space-between;
	margin-top:6.0rem;
	border:1px solid #E0E0E0;
}
.newshow .xtb{
	width:1.5rem;
	min-width:1.5rem;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:1.0rem;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show{
	width: auto;
	margin-left:1.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#828282;
	margin-top:1.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%;
}

.sxp{
	width:100%;
	float:left;
	height: auto;
	background-color:#F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.0rem;
}
.sxp .a01{
	width:100%;
	height: auto;
	display: flex;
	align-items: center;
	padding:1.0rem 5.2vw;
	font-size:0.8rem;
}
.sxp .a01 b{
	font-size:1.0rem;
	margin-right:0.5rem;
}
.sxp .a02{
	width:100%;
	height:2.5rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#3E519F;
}
.sxp .a02 img{
	max-height:1.0rem;
	max-width:100%;
}

.lx01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01-l{
	width:100%;
	background-color:#3E519F;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.lx01-l h1{
	margin-bottom:3.0rem;
}
.lx01-l img{
	max-width:100%;
}
.lx01-r{
	width:100%;
}
.lx01-r img{
	width:100%;
	height: auto;
	display:block;
}

.nlx{
	width:100%;
	float:left;
	display:flex;
}
.nlx .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.nlx .pic img{
	max-width:100%;
}
.nlx01{
	width:100%;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.nlx01 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	align-items: center;
	display: flex;
	color:#666;
}
.nlx01 h1 i{
	width:3px;
	height:2.0rem;
	background-color:#3E519F;
	margin-right:1.0rem;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.5rem;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.nlx01 ul li:last-child{
	margin-top:2.0rem;
}
.nlx01 ul li dl{
	width:100%;
}
.nlx01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.nlx01 ul li dl dd{
	margin-top:1.0rem;
}
.nlx01 ul li.w100{
	width:100%;
}

.bk2{
	width:100%;
	line-height:1.5rem;
	border:0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding-bottom:0.5rem;
	background-color:transparent;
}
.anniu3{
	width: 8.0rem;
	height: 2.0rem;
	line-height:2.0rem;
	text-align:center;
	background: #004EA1;
	font-size:0.8rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.zp02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:3.0rem;
	line-height: 3.0rem;
	display: flex;
	font-size:0.8rem;
	background-color: #3E519F;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:3.0rem; 
	font-size:0.8rem;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #F2F6FC;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	width:5.0rem;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	width:calc(100% - 5.0rem);
}
.red{
	color: #3E519F;

}

.nwrap{
	width:100%;
	float:left;
	background-color:#d8dde6;
	padding:3.0rem 0;
	margin-top:4.0rem;
}
.main2{
	width:auto;
	margin:auto;
	max-width:1078px;
	padding:0 20px;
}
.hqu{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqu-l{
	width:100%;
	border-top: 3px solid #3E519F;
	padding:2.0rem;
	font-size:0.8rem;
	background-color:#FFF;
}
.hqu-l h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color: #3E519F;
	margin-top:2.0rem;
}
.hqu-l h2{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.hqu-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqu-l ul li{
	width:50%;
	align-items: center;
	display: flex;
	margin-top:1.0rem;
}
.hqu-l ul li input{
	margin-right:0.5rem;
}
.hqu-l h3{
	margin-top:3.0rem;
}
.hqu-l h3 img{
	max-width:80%;
}
.hqu-r{
	width:100%;
	padding:2.0rem;
	background-color:#EFF2F4;
}
.hqu-r h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.hqu-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqu-r ul li{
	width:48%;
	margin-top:1.0rem;
}
.hqu-r ul li:last-child{
	margin-top:2.0rem;
}
.hqu-r ul li.w100{
	width:100%;
}
.hqu-r ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.hqu-r ul li dl dd{
	margin-top:0.5rem;
}
.bk{
	width:100%;
	line-height:2.0rem;
	border-radius:4px;
	font-size:0.8rem;
	color:#999;
	padding:0 0.5rem;
	border:0;
	outline:none;
	height:2.0rem;
}
.anniu2{
	width: 100%;
	height: 2.5rem;
	line-height:2.5rem;
	border-radius:4px;
	text-align:center;
	background: #3E519F;
	font-size:0.8rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
}


.mart0{
	margin-top:0px;
}
.mart60{
	margin-top:2.0rem;
}
.mart80{
	margin-top:2.0rem;
}


.dingw{ width:100%; float:left; margin-top:-5rem;}


.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; left: 50%; bottom: 0; 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%; 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;}



/* 方式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;}



}
































