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



.ind4-circle{
  animation: myrotecircle 18s linear infinite;
}
@keyframes myrotecircle{

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  25% {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

  }

  50% {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

  }

  75% {

    -webkit-transform: rotate(270deg);

    -moz-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    -o-transform: rotate(270deg);

    transform: rotate(270deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	top:0;
	transition: all 0.9s;
}
.header.yanse a{
	color: #333333;
}
.header.yanse .sx{
	background-color:#CCC;
}
.header.yanse .innav ul li{
	color:#333;
}
.header.yanse a:hover{
	color:#092A91;
}
.header.yanse .cur{
	color: #092A91;
}
.header.yanse .cur a{
	color: #092A91;
}
.header.yanse.yanse01 .cur a{
	color: #092A91;
}
.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:20px;
}
.header.yanse.yanse01.h02{
	top:0px;
	background-color:#FFF;
}
.header.yanse.yanse01.ny{
	color:#333;
}
.header.yanse.yanse01.ny a{
	color:#333;
}
.header.yanse.yanse01.ny .cur a{
	color: #092A91;
}
.header.yanse.yanse01 a{
	color: #333;
}
.header.yanse.yanse01{
	background-color: rgba(255,255,255,1);
	margin-left:8.33vw;
	margin-right:8.33vw;
	width:calc(100% - 16.66vw);
	border-radius: 8px;
}
.header.yanse.yanse01 .intop{
	padding:0 40px;
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.main{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:999999;
	height:80px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0px 8.33vw;
	height:80px;
}

.logo{

	display: flex;
	align-items: center;
	height:55px;
	max-width:11%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:1.5vw;
	font-size:16px;
	position:relative;
}
.innav ul li a{
	line-height:45px;
	white-space:nowrap;
}
.innav ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	height:2px;
	background-color:#092a91;
	opacity:0;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color:#092A91;
}
.intel{
	width: auto;
	padding:13px 30px;
	background: #298cde;
	border-radius: 30px;
	display: flex;
	align-items: center;
	color:#FFF;
	font-size:18px;
}
.intel img{
	margin-right:20px;
}


.inwrap{
	width:100%;
	float:left;
	background: #ebf0f7;
	padding-bottom:100px;
}
.intit{
	width:100%;
	float:left;
	margin-top:100px;
}
.intit dl dt{
	position:relative;
	font-size:64px;
	height:75px;
	line-height:75px;
	text-align:center;
	color:#F2F2F2;
	text-transform:uppercase;
	font-weight:bold;
}
.intit dl dt i{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	font-size:40px;
	color:#333;
	text-align:center;
}
.intit dl dt b{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	font-size:24px;
	color:#333;
	text-align:center;
}
.intit dl dt.white{
	color:rgba(242,242,242,0.10);
}
.intit dl dt.white i{
	color:#FFF;
}
.intit dl dd{
	margin-top:10px;
	display:flex;
	justify-content: center;
	font-size:16px;
	line-height:32px;
	color:#666;
	text-align:center;
}
.intit dl dd.white{
	color:#FFF;
}
.intit dl dd i{
	margin-left:20px;
	margin-right:20px;
}
.intit dl dd div{
	width:68%;
	text-align:center;
}
.inky{
	width:100%;
	float:left;
	margin-top:60px;
}
.inky ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inky ul li{
	width:26.5%;
}
.inky ul li .pic{
	text-align:center;
	overflow:hidden;
}
.inky ul li dl dt{
	margin-top:20px;
	font-size:20px;
	line-height:30px;
	color:#09162A;
	font-weight:bold;
	text-align:center;
}
.inky ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
	color:#666;
	text-align:center;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inky ul li:hover dl dd{
    overflow: visible;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}



.inmore a{
	width: 200px;
	height: 52px;
	display: flex;
	align-items: center;
	padding:0 12px;
	flex-wrap: wrap;
	font-size:14px;
	color:#298CDE;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	background-color:#fff;
	border-radius: 30px;
	border:1px solid #298CDE;
}
.inmore a.bk{
	border:1px solid #298CDE;
}
.inmore a img{
	width:auto;
	height:auto;
	margin-right:30px;
}

.inmore{
	display:flex;
	justify-content: center;
	margin-top:70px;
	width:100%;
	float:left;
}
.inmore.jz{
	justify-content: flex-start;
}
.inmore a{
	width: 200px;
	height: 52px;
	display: flex;
	align-items: center;
	padding:0 12px;
	flex-wrap: wrap;
	font-size:14px;
	color:#298CDE;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	background-color:#fff;
	border-radius: 30px;
	border:1px solid #298CDE;
}
.inmore a img{
	width:auto;
	height:auto;
	margin-right:30px;
	position:absolute;
	left:10px;
	top:10px;
	z-index:11;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.inmore a:hover img{
	left: 156px;
}
.inmore a em{
	width: auto;
	height:52px;
	position:absolute;
	left:60px;
	z-index:11;
	color:#298CDE;
	transition: all 0.6s;
	line-height:52px;
}
.inmore a:hover em{
	left:55px;
}

.infwcp{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infwcp ul{
	width:calc(50% - 10px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infwcp ul li{
	width:100%;
	position:relative;
}
.infwcp ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infwcp ul li:hover img{
	transform: scale(1.05);
}
.infwcp ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:100px 80px;
}
.infwcp ul li .tex dl dt{
	font-size:24px;
	line-height:32px;
	color:#092A91;
	font-weight:bold;
}
.infwcp ul li .tex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:16px;
	color:#298CDE;
	text-transform:uppercase;
}
.infwcp ul li .tex .more{
	display:flex;
	margin-top:50px;
	font-size:14px;
	line-height:21px;
}
.infwcp ul li .tex .more b{
	font-family:'宋体';
	margin-left:5px;
}
.infwcp ul li.mart20{
	margin-top:20px;
}
.inys{
	width:100%;
	float:left;
	background-image:url(../img/lybj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:100px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inys .a01{
	width:23%;
}
.inys .a01 ul li{
	width:100%;
	float:left;
	text-align:center;
}
.inys .a01 ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.inys .a01 ul li dl dd{
	margin-top:15px;
	font-size:24px;
	line-height:32px;
	color:#FFF;
	font-weight:bold;
}
.inys .a01 ul li .pic01{
	display:inline-block;
}
.inys .a01 ul li .pic02{
	display: none;
}
.inys .a01 ul li:hover .pic01{
	display:none;
}
.inys .a01 ul li:hover .pic02{
	display:inline-block;
}
.inys .a01 ul li.mart240{
	margin-top:240px;
}
.inys .a02{
	width:54%;
	position:relative;
}
.inys .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.inys .a02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#FFF;
	z-index:880;
	left:0;
	top:0;
}


.inys .a02 .tex dl dt{
	font-size:40px;
	line-height:53px;
	font-weight:bold;
}
.inys .a02 .tex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
}

.inyscp{
	width:100%;
	float:left;
	margin-top:40px;
}
.inyscp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyscp ul li{
	width:calc(50% - 10px);
	margin-top:20px;
	background: #ebf0f7;
	padding:60px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.inyscp ul li .a01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.inyscp ul li .a01 img{
	margin-top:10px;
}
.inyscp ul li dl dt{
	font-size:24px;
	line-height:32px;
	color:#092A91;
	font-weight:bold;
}
.inyscp ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:16px;
	color:#298CDE;
	margin-bottom:30px;
}
.inyscp ul li .more{
	display:flex;
	margin-top:50px;
}
.inyscp ul li .more a{
	font-size:14px;
	color:#333;
}
.inyscp ul li .more a:hover{
	color:#092A91;
}
.inyscp ul li .more a b{
	font-family:'宋体';
	margin-left:5px;
}

.inlc{
	width:100%;
	float:left;
	margin-top:100px;
	background-image: url(../img/hx.jpg);
	background-position:top 46px center;
	background-repeat:no-repeat;
	background-size:78.5% 1px;
}
.inlc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inlc ul li{
	width:16.1394%;
	text-align:center;
}
.inlc ul li:nth-child(2n){
	width:34px;
	margin-top:30px;
}
.inlc ul li img{
	max-width:100%;
}
.inlc ul li .pic{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inlc ul li .pic div{
	width:84px;
	height:84px;
	background-color:#FFF;
}
.inlc ul li dl dt{
	margin-top:40px;
	margin-bottom:30px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	color:#333;
}
.inlc ul li dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
}
.inlc ul li .pic01{
	display:inline-block;
}
.inlc ul li .pic02{
	display: none;
}
.inlc ul li:hover .pic01{
	display: none;
}
.inlc ul li:hover .pic02{
	display: inline-block;
}
.inab{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/a01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:160px 0;
}
.inab01{
	width:50%;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.inab01 .a01{
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom:60px;
}
.inab01 .a01 img{
	margin-right:20px;
}
.inab01 .a01 dl dt{
	font-size:40px;
	line-height:53px;
	font-weight:bold;
}
.inab01 .a01 dl dd{
	margin-top:8px;
	font-size:16px;
	line-height:30px;
}
.inab01 .a02{
	width:100%;
	display: flex;
	margin-top:80px;
}
.inab01 .a02 dl{
	margin-right:50px;
	text-align:center;
}
.inab01 .a02 dl a{ color:#fff}
.inab01 .a02 dl dt{
	overflow:hidden;
}
.inab01 .a02 dl dd{
	margin-top:24px;
	text-align:center;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
}
.innew{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew01{
	width:calc(50% - 10px);
	background-color:#FFF;
}
.innew01 .pic{
	overflow:hidden;
}
.innew01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01 .pic img:hover{
	transform: scale(1.05);
}
.innew01 .tex{
	padding:40px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.innew01 .tex dl dt{
	font-size:18px;
	line-height:24px;
}
.innew01 .tex dl dd{
	margin-top:10px;
	font-size:12px;
	line-height:22px;
	color:#999;
}
.innew02{
	width:calc(50% - 10px);
	background-color:#FFF;
}
.innew02 ul li{
	width:100%;
	float:left;
	padding:30px 40px;
	border-bottom:1px dashed rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s;
}
.innew02 ul li a{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.innew02 ul li:hover{
	background-color:#298CDE;
}
.innew02 ul li .date{
	width: 78px;
	min-width:78px;
	height: 78px;
	background: #f2f2f2;
	border-radius: 8px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin-right:20px;
}
.innew02 ul li .date dl dt{
	font-size:36px;
	line-height:45px;
	color:#298CDE;
	font-family: DIN;
}
.innew02 ul li .date dl dd{
	font-size:12px;
	line-height:16px;
	color:#298CDE;
}
.innew02 ul li .tex{
	width:auto;
}
.innew02 ul li .tex dl dt{
	font-size:16px;
	line-height:21px;
	font-weight: bold;
	 overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
	 
}
.innew02 ul li .tex dl dd{
	font-size:12px;
	line-height:22px;
	
	margin-top:12px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innew02 ul li:hover .date{
	background: #ffffff;
}
.innew02 ul li:hover .tex{
	color:#FFF;
}
.foot{
	width:100%;
	float:left;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.foot01{
	width:100%;
	float:left;
	margin-top:70px;
	padding-bottom:35px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot02{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly{
	width:30%;
}
.inly h1{
	font-size:12px;
	line-height:16px;
	color:#666;
}
.inly ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly ul li{
	width:47.5%;
	margin-top:20px;
}
.lybk{
	width:100%;
	border:0px;
	line-height:44px;
	background: #ebf0f7;
	outline:none;
	padding:0 20px;
	font-size:14px;
	color:#999;
	font-family:Microsoft YaHei;
}
.inly ul li:nth-child(3){
	width:100%;
}
.anniu{
	width: 141px;
	height: 44px;
	background: #298cde;
	line-height:44px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	border:0px;
	cursor:pointer;
}
.foot02 .a01{
	width:auto;
	font-size:12px;
	line-height:27px;
	color:#666;
}
.foot02 .a01 .pic{
	overflow:hidden;
}
.foot02 .a01 h1{
	margin-top:20px;
	font-size:12px;
	line-height:16px;
	margin-bottom:7px;
	color:#333;
}
.foot02 .a01 h1.mart30{
	margin-top:30px;
}
.foot02 .a01 h2{
	font-size:30px;
	line-height:35px;
	color:#298CDE;
	font-family: DIN;
	font-weight:normal;
}
.foot02 .a01 span{font-size:20px;}
.foot02 .a02{
	width:auto;
	display:flex;
}
.foot02 .a02 dl:nth-child(2){
	margin-left:40px;
}
.foot02 .a02 dl dt{
	text-align:center;
	overflow:hidden;
}
.foot02 .a02 dl dd{
	margin-top:18px;
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#666;
}
.foot03{
	width:100%;
	float:left;
	margin-top:50px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:30px 0;
	border-top:1px solid rgba(0,0,0,0.10);
	font-size:14px;
	line-height:16px;
	color:#999;
}
.foot03 a{
	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;
	top:0;
	z-index:11;
	height:100%;
	display:flex;
	align-items: center;
}
.nybanner .tex .subtex{
	width:100%;
}
.nybanner .tex .subtex dl dt{
	font-size:40px;
	line-height:58px;
	color:#333;
	font-weight:bold;
}
.nybanner .tex .subtex dl dd{
	font-family:Roboto;
	font-size:32px;
	line-height:38px;
	color:#298CDE;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:8px;
}
.nytit{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:20px;
	line-height:26px;
	color:#666;
	text-align:center;
}
.msjs{
	width:100%;
	float:left;
	margin-top:50px;
}
.msjs ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.msjs ul li{
	width:calc(33.8% - 20px);
	background: #ebf0f7;
	padding:50px;
	margin-right:20px;
	transition: all 0.6s;
}
.msjs ul li:hover{
	background: #298cde;
	color:#FFF;
}
.msjs ul li:nth-child(3){
	margin-right:0px;
}
.msjs ul li dl dt{
	display:flex;
	align-items: center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:24px;
}
.msjs ul li dl dt b{
	margin-right:40px;
	font-family:DIN;
	color:#4BC9C0;
	font-size:64px;
}
.msjs ul li dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	font-size:16px;
}
.msjs ul li dl dd img{
	margin-right:20px;
}

.cpkx{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:60px;
}
.cpkx .a01{
	width:44%;
}
.cpkx .a01 ul li{
	width:100%;
	float:left;
	position:relative;
}
.cpkx .a01 ul li img{
	width:100%;
	height:auto;
	display:block;
	transform: scale(1.05);
}
.cpkx .a01 ul li img:hover{
	transform: scale(1.05);
}
.cpkx .a01 ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:40px 50px;
	display:flex;
	font-size:14px;
	line-height:35px;
}
.cpkx .a01 ul li .tex h1{
	font-size:20px;
	line-height:26px;
	margin-bottom:18px;
}
.cpkx .a01 ul li.mart20{
	margin-top:20px;
}
.cpkx .a01 ul li .tex div{
	width:70%;
}
.cpkx .a02{
	width:12%;
}
.cpkx .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.jieduan{
	width:100%;
	float:left;
	margin-top:50px;
}
.jieduan ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jieduan ul li{
	width:31.5277%;
}
.jichuyanjiu1 ul li{width:49.5277%;}
.jieduan ul li h1{
	font-size:24px;
	line-height:35px;
}
.jieduan ul li .pic{
	margin-bottom:40px;
	margin-top:30px!important;
	overflow:hidden;
}
.jieduan ul li .pic.mart0{
	margin-top:0px;
}
.jieduan ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jieduan ul li dl dt{
	font-size:20px;
	line-height:26px;
	color:#666;
	margin-bottom:5px;
}
.jieduan ul li dl dt.black{
	font-size: 24px;
    line-height: 32px;
    color: #092A91;
    font-weight: bold;
}
.jieduan ul li dl .black1{
	margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #298CDE;
    margin-bottom: 30px;
	
	}
.jieduan ul li dl dd{
	font-size:16px;
	margin-top:20px;
	display:flex;
	align-items: center;
}
.jieduan ul li dl  p{background-color:#4472c4;color:#fff;text-align:center;margin-top:10px;line-height:48px;}
.jieduan ul li dl dd img{
	margin-right:20px;
}
.jcyj{
	width:100%;
	float:left;
	margin-top:65px;
}
.jcyj ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jcyj ul li{
	width:calc(50% - 10px);
	background: #ebf0f7;
	margin-bottom: 20px;
}
.jcyj ul li .pic{
	overflow:hidden;
}
.jcyj ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jcyj ul li .tex{
	padding:60px;
	font-size:14px;
	line-height:28px;
	color: #666;
}
.jcyj ul li .tex dl dt{
	font-size:24px;
	line-height:32px;
	color:#092A91;
	font-weight:bold;
}
.jcyj ul li .tex dl dd{
	margin-top:10px;
	margin-bottom:30px;
	font-size:14px;
	line-height:16px;
	color:#298CDE;
	text-transform:uppercase;
}
.jcyj ul li .tex .more{
	display:flex;
	margin-top:50px;
	font-size:14px;
}
.jcyj ul li .tex .more b{
	font-family:'宋体';
	margin-left:5px;
}
.yjshow{
	width:100%;
	float:left;
	background: #ebf0f7;
	padding:80px;
	margin-top:50px;
}
.lyshow{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:40px;
	border-bottom:1px solid rgba(41,140,222,0.30);
}
.kongjianzuxue{border-bottom:0px solid rgba(41,140,222,0.30);}
.lyshow .tex{
	width:auto;
	max-width:37.578%;
	font-size:16px;
	line-height:28px;
}
.yingyongyj img{padding-right:20px;}
.yingyongyj h2{font-size: 24px;
    line-height: 1.7;
    color: #092A91;
    margin-top: 30px;}
.yingyongyj p{ text-indent: 2.2em; font-size: 16px;line-height:2;}	
.lyshow .tex h1{
	font-size:24px;
	line-height:32px;
	color:#092A91;
	margin-bottom:30px;
	margin-top:50px;
}
.lyshow2 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
  
}
.dashuj{width: 100%;
    float: left;
    background: #ebf0f7;
    padding: 80px;
    margin-top: 50px;}
	.dashuj .pic{
    max-width: 58.578%;
	width: auto;
	font-size: 16px;
    line-height: 28px;}
.dashuj .tex{
    max-width: 40.578%;
	width: auto;
	font-size: 16px;
    line-height: 28px;}
	
.lyshow2 .tex dl dd {
    font-size: 16px;
    margin-bottom: 20px;
    align-items: center;
}	
.lyshow2 .pic img{max-width:none;}
.dashuj table{width:100%;}
.dashuj table td h1{font-size:24px;color:#092A91;
	margin-bottom:20px;
	margin-top:50px;
	line-height:32px;}
.dashuj table td img{width:78px;max-width:none;padding-right:20px;}
.lyshow .tex h1.mart0{
	margin-top:0px;
}
.lyshow .tex img{
	max-width:100%;
}
.lyshow .tex dl dd{
	font-size:16px;
	margin-bottom:20px;
	display:flex;
	align-items: center;
}
.lyshow .tex dl dd img{
	margin-right:20px;
}

.lyshow .pic{
	width:auto;
	max-width: 61.578%;
	font-size:12px;
	line-height:24px;
}
.lyshow .pic img{
	max-width:100%;
}

.cdhj{
	width:100%;
	float:left;
	margin-top:100px;
	background:#105491 url(../img/hjb.png) no-repeat center;
	background-size:cover;
	padding-bottom:120px;
}

.fwlc{
	width:100%;
	float:left;
	font-size:16px;
	line-height:21px;
}
.fwlc h1{
	font-size:24px;
	line-height:32px;
	color:#092A91;
	margin-bottom:50px;
}
.fwlc img{
	max-width:100%;
	height:auto;
}
.jspt{
	width:100%;
	float:left;
	margin-top:40px;
}
.jspt ul li{
	width:100%;
	float:left;
	position:relative;
	margin-top:20px;
}
.jspt ul li img{
	width:100%;
	height:auto;
	display:block;
}
.jspt ul li img.pic01{
	display:block;
}
.jspt ul li img.pic02{
	display:none;
}
.jspt ul li .tex{
	width:60%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:80px;
}
.jspt ul li .tex dl dt{
	font-size:32px;
	line-height:46px;
	color:#092A91;
	font-weight:bold;
}
.jspt ul li .tex dl dd{
	margin-top:12px;
	font-size:14px;
	color:#298CDE;
	text-transform:uppercase;
	margin-bottom:40px;
}
.jspt ul li .tex .xlm{
	display:flex;
	flex-wrap: wrap;
}
.jspt ul li .tex .xlm a{
	width: 163px;
	height: 60px;
	background: #ffffff;
	border-radius: 40px;
	margin-right:20px;
	margin-top:20px;
	line-height:60px;
	text-align:center;
	font-size:16px;
}
.jspt ul li .tex .xlm a:hover{
	background-color:#298CDE;
	color:#FFF;
}

.ptshow{
	width:100%;
	float:left;
	margin-top:20px;
}
.ptshow ul{
	display:flex;
	flex-wrap: wrap;
}
.ptshow ul li{
	width:calc(50.0% - 30px);
	background: #ebf0f7;
	padding:45px;
	margin-right:30px;
	transition: all 0.6s;
	margin-top:30px;
}
.ptshow ul li:nth-child(3){
	margin-right:30px;
}
.ptshow ul li dl dt{
	display:flex;
	align-items: center;
	font-size:24px;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	color:#000
}
.ptshow ul li dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	font-size:14px;
	line-height:25px;
	color:#000
}
.ptshow ul li dl dd img{
	margin-right:20px;
}

.newtj{
	width:100%;
	float:left;
	margin-top:50px;
	background: #ebf0f7;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:49.3%;
	display:flex;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	transition: all 0.6s;
	
}
.newtj .pic img:hover{
	transform: scale(1.05);
}
.newtj .tex{
	width:50.7%;
	padding:40px 60px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtj .tex dl dt{
	font-size:14px;
	line-height:25px;
	color:#999;
}
.newtj .tex dl dd{
	margin-top:10px;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#333;
	margin-bottom:50px;
}
.newlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.newlist ul li{
	width:100%;
	float:left;
	background: #ebf0f7;
	padding:40px 50px;
	transition: all 0.6s;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}
.newlist ul li:hover{
	background: #298cde;
}
.newlist ul li:hover .tex dl dt{
	color:#FFF;
}
.newlist ul li:hover .tex dl dd{
	color:#FFF;
}
.newlist ul li .pic{
	width:24%;
	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{
	width:76%;
	padding-left:60px;
}
.newlist ul li .tex dl dt{
	font-size:18px;
	line-height:27px;
}
.newlist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:40px;
}
.newlist ul li .tex .more a{
	width: 44px;
	height: 44px;
	background: #ffffff;
	border-radius: 44px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.newlist ul li .tex .more a img{
	max-width:100%;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #298CDE;
	color:#FFF;
}
.fy ul li .cur{
	background: #298CDE;
	color:#FFF;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	margin-top:80px;
	padding:80px;
	display:flex;
	justify-content: space-between;
}
.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 h1{font-size:32px;color:#000;line-height:2;}
.newtex p{font-size:16px;color:#333;line-height:1.5;margin-bottom:10px;}
.newtex img{
	max-width:100%;
}
.kj{width:100%;}
.kj li{background:#007AC3;border-bottom:1px solid #fff;color:#fff;height:55px;padding-left:20px;display: flex;
    align-items: center;padding-right:20px;
}
.nyab{
	width:100%;
	float:left;
	background-image:url(../img/nabj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:160px 0;
}
.pingtaijs ul li .pic{margin-bottom: 20px;
    margin-top: 30px!important;}
.pingtaijs ul{width:100%;justify-content: left;margin-right:-1.8%;}
.pingtaijs ul li {
    width: 31.5277%;margin-right:1.8%;
}
.ke-zeroborder{width:100%;background:#ebf0f7;}
.ke-zeroborder td{font-size:16px;line-height:2.5;padding-left:12px;border:1px solid #fff;}
.ke-zeroborder .bt1{background:#9aa8b7;line-height:3;font-size:20px;text-align:center;border-bottom:2px solid #fff;}
.ke-zeroborder .bt2{background:#a0abb6;line-height:3;font-size:20px;text-align:center;border-bottom:2px solid #fff;}
.ke-zeroborder .fl1{line-height:3;color:#fff;background:#8aabfb;font-weight:bold;text-align:center;}
.ke-zeroborder .fl2{line-height:3;color:#fff;background:#68b2f2;font-weight:bold;text-align:center;}
.ke-zeroborder .fl3{line-height:3;color:#fff;background:#4bbae9;font-weight:bold;text-align:center;}
.ke-zeroborder .fl4{line-height:3;color:#fff;background:#2bc1de;font-weight:bold;text-align:center;}
.ke-zeroborder .cl{width:41%;background:#e7e8ea;text-align:center;}
.ke-zeroborder .lh{width:41%;background:#f3f3f5;text-align:center;}
.nyab01{
	width:50%;
	font-size:14px;
	line-height:28px;
}
.nyab01 h1{
	margin-top:60px;
	font-size:24px;
	line-height:36px;
}
.nyab01 .a01{
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom:60px;
}
.nyab01 .a01 img{
	margin-right:20px;
}
.nyab01 .a01 dl dt{
	font-size:40px;
	line-height:53px;
	font-weight:bold;
	color:#092A91;
}
.nyab01 .a01 dl dd{
	margin-top:8px;
	font-size:16px;
	line-height:30px;
	color:#092A91;
}
.nyab01 .a02{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.nyab01 .a02 dl{
	margin-right:50px;
	text-align:center;
	margin-top:40px;
}
.nyab01 .a02 dl dt{
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nyab01 .a02 dl dt div{
	width:102px;
	height:102px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image:url(../img/quan.png);
	background-position:center;
	background-repeat:no-repeat;
}
.nyab01 .a02 dl dd{
	margin-top:24px;
	text-align:center;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	color:#092A91;
}
.wenh{
	width:100%;
	float:left;
	margin-top:50px;
}
.wenh ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenh ul li{
	width:calc(50% - 10px);
	position:relative;
	overflow:hidden;
}
.wenh ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.wenh ul li:hover img{
	transform: scale(1.05);
}
.wenh ul li .tex{
	width:100%;
	position:absolute;
	padding:100px 60px;
	top:0;
	left:0;
	z-index:11;
	color:#FFF;
}
.wenh ul li .tex dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.wenh ul li .tex dl dd{
	margin-top:30px;
	font-size:16px;
	line-height:24px;
}
.fuli{
	width:100%;
	float:left;
	margin-top:50px;
	overflow:hidden;
}
.fuli img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fuli:hover img{
transform: scale(1.05);
}
.lxwm{
	width:100%;
	float:left;
	margin-top:60px;
}
.lxwm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm ul li{
	width:23.472%;
	background: #ebf0f7;
	padding:45px;
	font-size:12px;
	line-height:16px;
	text-align:center;
}
.lxwm ul li .pic{
	overflow:hidden;
}
.lxwm ul li h1{
	margin-top:25px;
	margin-bottom:20px;
	font-size:14px;
	line-height:16px;
}
.lxwm ul li h2{
	font-size:20px;
	line-height:36px;
}

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

.zp02{
	width: 100%;
	float: left;
	margin-top: 40px;
}
	
.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: #092A91;
	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: #F9FAFB;
	line-height:68px; 
	font-size:16px;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:70px 100px; 
	line-height:32px; 
	font-size:16px;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.red{
	color: #298CDE;
}


.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xiey h1{ line-height:60px;text-align:center;}


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



.mart50{
	margin-top:50px;
}
.mart0{
	margin-top:0px;
}
.mart80{
	margin-top:80px;
}
.padb0{
	padding-bottom:0px;
}
.mart100{
	margin-top:100px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}


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


.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:14px;
	color:#fff;
	padding:7px 10px;
	margin-left:0.0vw;
}
.intel img{
	margin-right:5px;
	max-height:15px;
}

	
}

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

.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:1.125vw;
	font-size:12px;
	position:relative;
}




	
}

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

.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:1.125vw;
	font-size:12px;
	position:relative;
}

.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:14px;
	color:#fff;
	padding:7px 10px;
	margin-left:0.0vw;
}
.intel img{
	margin-right:5px;
	max-height:15px;
}
.inly {
    width: 25%;
}
.foot02 .a01 h2 {
    font-size: 20px;
    line-height: 35px;
    color: #298CDE;
    font-family: DIN;
    font-weight: normal;
}
.innew02 ul li .tex dl dd{
	font-size:12px;
	line-height:22px;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:12px;
}


.foot02 .a02{
	margin-top:40px;
}
.inab{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/a01_x.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:160px 0;
}

.nyab{
	width:100%;
	float:left;
	background-image:url(../img/nabj_x.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:160px 0;
}



.pc{
	display:none;
}
.moblie{
	width: 100%;
	float: left;
	display: inline-block;
}

	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../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: #092A91; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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


.inwrap{
	width:100%;
	float:left;
	background: #ebf0f7;
	padding-bottom:3.0rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.intit dl dt{
	position:relative;
	font-size:1.2rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	color:#F2F2F2;
	text-transform:uppercase;
	font-weight:bold;
}
.intit dl dt i{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	font-size:1.2rem;
	color:#333;
	text-align:center;
}
.intit dl dt b{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	font-size:1.0rem;
	color:#333;
	text-align:center;
}
.intit dl dt.white{
	color:rgba(242,242,242,0.10);
}
.intit dl dt.white i{
	color:#FFF;
}
.intit dl dd{
	margin-top:0.2rem;
	display:flex;
	justify-content: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.intit dl dd.white{
	color:#FFF;
}
.intit dl dd i{
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.intit dl dd div{
	width:100%;
	text-align:center;
}
.inky{
	width:100%;
	float:left;
}
.inky ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inky ul li{
	width:100%;
	margin-top:2.0rem;
}
.inky ul li .pic{
	text-align:center;
	overflow:hidden;
}
.inky ul li .pic img{
	max-height:4.0rem;
}
.inky ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#09162A;
	font-weight:bold;
	text-align:center;
}
.inky ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}






.inmore{
	display:flex;
	justify-content: center;
	margin-top:3.0rem;
	width:100%;
	float:left;
}
.inmore.jz{
	justify-content: flex-start;
}
.inmore a{
	width: 10rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	padding:0 0.5rem;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#298CDE;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	background-color:#fff;
	border-radius: 1.5rem;
	border:1px solid #298CDE;
}

.inmore a img{
	max-width: 2.0rem;
	max-height: 2.0rem;
	position:absolute;
	left:0.3rem;
	top:0.3rem;
	z-index:11;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.inmore a:hover img{
	background: rgba(255,255,255,0.30) url(../img/jia.png) no-repeat center;
	background-size:contain;
	left: 7.8rem;
}
.inmore a em{
	width: auto;
	height:2.5rem;
	position:absolute;
	left:3.0rem;
	z-index:11;
	color:#298CDE;
	transition: all 0.6s;
	line-height:2.5rem;
}
.inmore a:hover em{
	left:3.0rem;
}

.infwcp{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infwcp ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infwcp ul li{
	width:100%;
	position:relative;
	margin-top:1.0rem;
}
.infwcp ul li img{
	width:100%;
	height:auto;
	display:block;
}
.infwcp ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:2.0rem;
}
.infwcp ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#092A91;
	font-weight:bold;
}
.infwcp ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#298CDE;
	text-transform:uppercase;
}
.infwcp ul li .tex .more{
	display:flex;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.infwcp ul li .tex .more b{
	font-family:'宋体';
	margin-left:5px;
}
.infwcp ul li.mart20{
	margin-top:1.0rem;
}
.inys{
	width:100%;
	float:left;
	background-image:url(../img/lybj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:3.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inys .a01{
	width:100%;
}
.inys .a01 ul li{
	width:50%;
	float:left;
	text-align:center;
}
.inys .a01 ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.inys .a01 ul li dl dt img{
	max-height:3.0rem;
}
.inys .a01 ul li dl dd{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	font-weight:bold;
}
.inys .a01 ul li .pic01{
	display:inline-block;
}
.inys .a01 ul li .pic02{
	display: none;
}
.inys .a01 ul li:hover .pic01{
	display:none;
}
.inys .a01 ul li:hover .pic02{
	display:inline-block;
}
.inys .a01 ul li.mart240{
	margin-top:0;
}
.inys .a02{
	width:100%;
	position:relative;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	display: flex;
	justify-content: center;
}
.inys .a02 img{
	max-width:80%;
	height:auto;
	display:block;
}
.inys .a02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#FFF;
	padding:0 3.0rem;
}
.inys .a02 .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.inys .a02 .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}

.inyscp{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inyscp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyscp ul li{
	width:100%;
	margin-top:1.0rem;
	background: #ebf0f7;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inyscp ul li .a01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.inyscp ul li .a01 img{
	margin-top:0.5rem;
	max-height:1.5rem;
}
.inyscp ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#092A91;
	font-weight:bold;
}
.inyscp ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#298CDE;
	margin-bottom:1.0rem;
}
.inyscp ul li .more{
	display:flex;
	margin-top:2.0rem;
}
.inyscp ul li .more a{
	font-size:0.8rem;
	color:#333;
}
.inyscp ul li .more a b{
	font-family:'宋体';
	margin-left:0.3rem;
}

.inlc{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inlc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inlc ul li{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.inlc ul li:nth-child(2n){
	width:34px;
	margin-top:30px;
	display:none;
}
.inlc ul li img{
	max-width:100%;
}
.inlc ul li .pic{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inlc ul li .pic div{
	width:3.0rem;
	height:3.0rem;
	background-color:#FFF;
}
.inlc ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
}
.inlc ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inlc ul li .pic01{
	display:inline-block;
}
.inlc ul li .pic02{
	display: none;
}
.inlc ul li:hover .pic01{
	display: none;
}
.inlc ul li:hover .pic02{
	display: inline-block;
}
.inab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/a01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0;
}
.inab01{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.inab01 .a01{
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom:2.0rem;
}
.inab01 .a01 img{
	margin-right:0.5rem;
	max-height:2.5rem;
}
.inab01 .a01 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.inab01 .a01 dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab01 .a02{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.inab01 .a02 dl{
	margin-right:1.0rem;
	text-align:center;
}
.inab01 .a02 dl a{ color:#fff}
.inab01 .a02 dl dt{
	overflow:hidden;
}
.inab01 .a02 dl dt img{
	max-height:4.0rem;
}
.inab01 .a02 dl dd{
	margin-top:1.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.rem;
	font-weight:bold;
}
.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew01{
	width:100%;
	background-color:#FFF;
}
.innew01 .pic{
	overflow:hidden;
}
.innew01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew01 .tex{
	padding:1.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.innew01 .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.innew01 .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.innew02{
	width:100%;
	background-color:#FFF;
	margin-top:2.0rem;
}
.innew02 ul li{
	width:100%;
	float:left;
	padding:1.0rem;
	border-bottom:1px dashed rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s;
}
.innew02 ul li a{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.innew02 ul li:hover{
	background-color:#298CDE;
}
.innew02 ul li .date{
	width: 78px;
	height: 78px;
	background: #f2f2f2;
	border-radius: 8px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin-right:20px;
	display:none;
}
.innew02 ul li .date dl dt{
	font-size:36px;
	line-height:45px;
	color:#298CDE;
	font-family: DIN;
}
.innew02 ul li .date dl dd{
	font-size:12px;
	line-height:16px;
	color:#298CDE;
}
.innew02 ul li .tex{
	width:100%;
}
.innew02 ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight: bold;
}
.innew02 ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:0.5rem;
}
.innew02 ul li:hover .date{
	background: #ffffff;
}
.innew02 ul li:hover .tex{
	color:#FFF;
}
.foot{
	width:100%;
	float:left;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.foot01{
	width:100%;
	float:left;
	margin-top:70px;
	padding-bottom:35px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	display:none;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly{
	width:100%;
}
.inly h1{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inly ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly ul li{
	width:47.5%;
	margin-top:1.0rem;
}
.lybk{
	width:100%;
	border:0px;
	line-height:2.5rem;
	background: #ebf0f7;
	outline:none;
	padding:0 0.5rem;
	font-size:0.8rem;
	color:#999;
	font-family:Microsoft YaHei;
}
.inly ul li:nth-child(3){
	width:100%;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #298cde;
	line-height:2.5rem;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
	border:0px;
	cursor:pointer;
}
.foot02 .a01{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
		text-align:center;
}
.foot02 .a01 .pic{
	overflow:hidden;
}
.foot02 .a01 h1{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
	color:#333;
}
.foot02 .a01 h1.mart30{
	margin-top:1.0rem;
}
.foot02 .a01 h2{
	font-size:1.1rem;
	line-height:1.5rem;
	color:#298CDE;
	font-family: DIN;
	font-weight:normal;
}
.foot02 .a02{
	width:100%;
	display:flex;
	margin-top:2.0rem;
	text-align:center;
	justify-content: center;
align-items: center;
}
.ke-zeroborder{width:100%;background:#ebf0f7;}
.ke-zeroborder td{font-size:16px;line-height:2.5;padding-left:12px;border:1px solid #fff;}
.ke-zeroborder .bt1{background:#9aa8b7;line-height:3;font-size:20px;text-align:center;border-bottom:2px solid #fff;}
.ke-zeroborder .bt2{background:#a0abb6;line-height:3;font-size:20px;text-align:center;border-bottom:2px solid #fff;}
.ke-zeroborder .fl1{line-height:3;color:#fff;background:#8aabfb;font-weight:bold;text-align:center;}
.ke-zeroborder .fl2{line-height:3;color:#fff;background:#68b2f2;font-weight:bold;text-align:center;}
.ke-zeroborder .fl3{line-height:3;color:#fff;background:#4bbae9;font-weight:bold;text-align:center;}
.ke-zeroborder .fl4{line-height:3;color:#fff;background:#2bc1de;font-weight:bold;text-align:center;}
.ke-zeroborder .cl{width:41%;background:#e7e8ea;text-align:center;}
.ke-zeroborder .lh{width:41%;background:#f3f3f5;text-align:center;}
.ke-zeroborder td {
    font-size: 0.6rem;
    height:30px;
    padding-left: 5px;
    border: 1px solid #fff;
}
.foot02 .a02 dl:nth-child(2){
	margin-left:0.5rem;
}
.foot02 .a02 dl dt{
	text-align:center;
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.0rem 0;
	border-top:1px solid rgba(0,0,0,0.10);
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.foot03 a{
	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;
	top:0;
	z-index:11;
	height:100%;
	display:flex;
	align-items: center;
}
.nybanner .tex .subtex{
	width:100%;
}
.nybanner .tex .subtex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#333;
	font-weight:bold;
}
.nybanner .tex .subtex dl dd{
	font-family:Roboto;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#298CDE;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0.2rem;
}
.nytit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.msjs{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.msjs ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.msjs ul li{
	width:100%;
	background: #ebf0f7;
	padding:2.0rem;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.msjs ul li:hover{
	background: #298cde;
	color:#FFF;
}
.msjs ul li:nth-child(3){
	margin-right:0px;
}
.msjs ul li dl dt{
	display:flex;
	align-items: center;
	font-size:1.0rem;
	font-weight:bold;
	margin-bottom:1.0rem;
}
.msjs ul li dl dt b{
	margin-right:0.5rem;
	font-family:DIN;
	color:#4BC9C0;
	font-size:1.5rem;
}
.msjs ul li dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
}
.msjs ul li dl dd img{
	margin-right:0.5rem;
	max-height:1.0rem;
}

.cpkx{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.cpkx .a01{
	width:100%;
}
.cpkx .a01 ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	position:relative;
}
.cpkx .a01 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.cpkx .a01 ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:1.0rem;
	display:flex;
	font-size:0.8rem;
	line-height:1.5;
}
.cpkx .a01 ul li .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
}
.cpkx .a01 ul li.mart20{
	margin-top:1.0rem;
}
.cpkx .a01 ul li .tex div{
	width:100%;
}
.cpkx .a01 ul li .tex p{
	/*display: none;*/
}
.cpkx .a02{
	width:12%;
	display:none;
}
.cpkx .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.jieduan{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jieduan ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jieduan ul li{
	width:100%;
	margin-top:2.5rem;
}
.jieduan ul li:first-child{
	margin-top:0px;
}
.jieduan ul li dl{padding:10px;}
.jieduan ul li dl .black {
    font-size: 24px;
    line-height: 32px;
    color: #092A91;
    font-weight: bold;
}
.jieduan ul li dl .black1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #298CDE;
    margin-bottom: 30px;
}
.jieduan ul li h1{
	font-size:1.2rem;
	line-height:1.5rem;
}
.jieduan ul li .pic{
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	overflow:hidden;
}
.jieduan ul li .pic.mart0{
	margin-top:0px;
}
.jieduan ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jieduan ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
	margin-bottom:0.2rem;
}
.sjshow{background: #fff!important;}

.jieduan ul li dl dd{
	font-size:0.8rem;
	margin-top:0.5rem;
	display:flex;
	align-items: center;
}
.jieduan ul li dl p {
    background-color: #4472c4;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    line-height: 48px;
}
.yingyongyj h2 {
    font-size: 24px;
    line-height: 2;
    color: #092A91;
    margin-top: 30px;
}
.jieshao{padding:10px;}
.newtex p {
	max-width:100%;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.5rem;
}
.yingyongyj img {
    padding-right: 10px;
}
.dashuj {
    width: 100%;
    float: left;
    background: #ebf0f7;
    padding: 10px;
    margin-top: 10px;
}
.lyshow2 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.dashuj .pic {
   
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}
.dashuj .tex {
    width:  100%;
    font-size: 16px;
    line-height: 28px;
}
.dashuj table {
    width: 100%;
}
.dashuj table td img {
    width: 78px;
    max-width: none;
    padding-right: 20px;
}
.dashuj table td h1 {
    font-size: 24px;
    color: #092A91;
    margin-bottom: 20px;
    margin-top: 50px;
    line-height: 32px;
}
.jieduan ul li dl dd img{
	margin-right:1.0rem;
	max-height:1.0rem;
}
.jcyj{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jcyj ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jcyj ul li{
	width:100%;
	background: #ebf0f7;
	margin-top:1.0rem;
}
.jcyj ul li .pic{
	overflow:hidden;
}
.jcyj ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jcyj ul li .tex{
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color: #666;
}
.jcyj ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#092A91;
	font-weight:bold;
}
.jcyj ul li .tex dl dd{
	margin-top:0.2rem;
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#298CDE;
	text-transform:uppercase;
}
.jcyj ul li .tex .more{
	display:flex;
	margin-top:2.0rem;
	font-size:0.8rem;
}
.jcyj ul li .tex .more b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.yjshow{
	width:100%;
	float:left;
	background: #ebf0f7;
	margin-top:2.0rem;
}
.lyshow{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(41,140,222,0.30);
}
.lyshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.lyshow .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#092A91;
	margin-bottom:1.0rem;
	margin-top:2.0rem;
}
.lyshow .tex h1.mart0{
	margin-top:0px;
}
.kj li {
    background: #007AC3;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 55px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.lyshow .tex img{
	max-width:100%;
}
.lyshow .tex dl dd{
	font-size:0.8rem;
	margin-top:1.0rem;
	display:flex;
	align-items: center;
}
.lyshow .tex dl dd img{
	margin-right:1.0rem;
	max-height:1.0rem;
}

.lyshow .pic{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.lyshow .ycnr{margin-top: -1.0rem;}
.lyshow .pic img{
	max-width:100%;
}

.cdhj{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background:#105491 url(../img/hjb.png) no-repeat center;
	background-size:cover;
	padding-bottom:3.0rem;
}

.fwlc{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
}
.fwlc h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#092A91;
	margin-bottom:2.0rem;
}
.fwlc img{
	max-width:100%;
	height:auto;
}
.jspt{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jspt ul li{
	width:100%;
	float:left;
	position:relative;
	margin-top:1.0rem;
}
.jspt ul li img{
	width:100%;
	height:auto;
	display:block;
}
.jspt ul li img.pic01{
	display:none;
}
.jspt ul li img.pic02{
	display:block;
}
.jspt ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:1.5rem;
}
.jspt ul li .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#092A91;
	font-weight:bold;
}
.jspt ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#298CDE;
	text-transform:uppercase;
	margin-bottom:1.r0em;
}
.jspt ul li .tex .xlm{
	display:flex;
	flex-wrap: wrap;
}
.jspt ul li .tex .xlm a{
	width: auto;
	padding:0.2rem 0.5rem;
	background: #ffffff;
	border-radius: 1.5rem;
	margin-right:0.3rem;
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
}
.jspt ul li .tex .xlm a:hover{
	background-color:#298CDE;
	color:#FFF;
}

.ptshow{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ptshow ul{
	display:flex;
	flex-wrap: wrap;
}
.ptshow ul li{
	width:100%;
	background: #ebf0f7;
	padding:1.5rem;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.ptshow ul li:nth-child(3){
	margin-right:0px;
}
.ptshow ul li dl dt{
	display:flex;
	align-items: center;
	font-size:1.0rem;
	font-weight:bold;
	padding-bottom:0.5rem;
	border-bottom:1px solid #ddd;
}
.ptshow ul li dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.ptshow ul li dl dd img{
	margin-right:1.0rem;
	max-height:1.0rem;
}

.newtj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: #ebf0f7;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:100%;
	display:flex;
}
.newtj .pic img{
	width:100%;
}
.newtj .tex{
	width:100%;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtj .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.newtj .tex dl dd{
	margin-top:0.3rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
	margin-bottom:2.0rem;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	background: #ebf0f7;
	padding:1.0rem;
	transition: all 0.6s;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.newlist ul li:hover{
	background: #298cde;
}
.newlist ul li:hover .tex dl dt{
	color:#FFF;
}
.newlist ul li:hover .tex dl dd{
	color:#FFF;
}
.newlist ul li .pic{
	width:24%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .tex{
	width:76%;
	padding-left:1.0rem;
}
.newlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newlist 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;
	display:none;
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:0.5rem;
}
.newlist ul li .tex .more a{
	width: 1.0rem;
	height: 1.0rem;
	background: #ffffff;
	border-radius: 50%;
	display:flex;
	align-items: center;
	justify-content: center;
}
.newlist ul li .tex .more a img{
	max-width:100%;
	max-height:0.8rem;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #298CDE;
	color:#FFF;
}
.fy ul li .cur{
	background: #298CDE;
	color:#FFF;
}

.newshow{
	width:98%;
	float:left;
	background-color:#FFF;
	margin-top:2.0rem;
	padding:1%;
	display:flex;
	justify-content: space-between;
}
.newshow .xtb{
	width:1.0rem;
	min-width:1.0rem;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:0.5rem;
	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.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#828282;
	margin-top:1.0rem;
}
.newtex{
	width:98%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	padding:0px 1%;
}
.newtex img{
	max-width:100%;
}

.nyab{
	width:100%;
	float:left;
	background-image:url(../img/nabj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0;
}
.nyab01{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nyab01 h1{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.nyab01 .a01{
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom:2.0rem;
}
.nyab01 .a01 img{
	margin-right:0.5rem;
	max-height:2.5rem;
}
.nyab01 .a01 dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#092A91;
}
.nyab01 .a01 dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#092A91;
}
.nyab01 .a02{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.nyab01 .a02 dl{
	margin-right:0.8rem;
	text-align:center;
	margin-top:1.0rem;
}
.nyab01 .a02 dl dt{
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nyab01 .a02 dl dt div{
	width:4.0rem;
	height:4.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image:url(../img/quan.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nyab01 .a02 dl dt div img{
	max-height:1.5rem;
}
.nyab01 .a02 dl dd{
	margin-top:1.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#092A91;
}
.wenh{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.wenh ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenh ul li{
	width:100%;
	position:relative;
	margin-top:1.0rem;
}
.wenh ul li img{
	width:100%;
	height:auto;
	display:block;
}
.wenh ul li .tex{
	width:100%;
	position:absolute;
	padding:2.0rem;
	top:0;
	left:0;
	z-index:11;
	color:#FFF;
}
.wenh ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.wenh ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.fuli{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fuli img{
	width:100%;
	height:auto;
	display:block;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lxwm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm ul li{
	width:100%;
	background: #ebf0f7;
	padding:1.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.lxwm ul li .pic{
	overflow:hidden;
}
.lxwm ul li .pic img{
	max-height:4.0rem;
}
.lxwm ul li:nth-child(3) .pic img{
	max-height:7.0rem;
}
.lxwm ul li:nth-child(4) .pic img{
	max-height:7.0rem;
}
.lxwm ul li h1{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
}
.lxwm ul li h2{
	font-size:1.0rem;
	line-height:1.5rem;
}

.nlx01{
	width:100%;
	margin-top:1.0rem;
	float:left;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nlx01 ul li.w100{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li:last-child{
	margin-top:2.0rem;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:0.3rem;
}
.bk{
	width:100%;
	line-height:2.5rem;
	border:1px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding:0 1.0rem;
	background-color:transparent;
}
.anniu2{
	width: 8.0rem;
	height: 2.5rem;
	background: #ffffff;
	border: 1px solid #298cde;
	border-radius: 1.5rem;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	color:#298cde;
	border:1px solid #298cde;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 1.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: #092A91;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #F9FAFB;
	line-height:2.5rem; 
	font-size:0.8rem;
	background-color:#FFF;
	overflow:hidden;
}
.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:1.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	width:4.5rem;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	width:calc(100% - 5.0rem);
}
.red{
	color: #298CDE;
}









.mart50{
	margin-top:2.0rem;
}
.mart0{
	margin-top:0px;
}
.mart80{
	margin-top:3.0rem;
}
.padb0{
	padding-bottom:0px;
}
.mart100{
	margin-top:3.0rem;
}




.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xiey h1{ line-height:60px;text-align:center;}


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







}
































