.containerWrap{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
.container{
	width: 100%;
	position: relative;
}
.menu{
	position: relative;
	float: right;
}
.nav{
	width: 96%;
	padding: 0.4em 2%;
	background: #fff;
}
.nav .logo img{
	        width: 16rem;
}
.nav .menu img{
	width: 1.9658em;
	height: 1.7094em;
	margin-top: 0.785em;
}
#Nav {
	width: 26%;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	right: -26%;
	top: 0px;
	background: #3b5999;
	z-index: 10;
}
#Nav ul li{
	padding: 0 2%;
}
#Nav ul li a{
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.5811em;
	line-height: 2.4em;
	border-bottom: 1px solid #d9e2c0;
}
 
/*banner*/
.banner .swiper-wrapper .swiper-slide img{
	width: 100%;
height:auto;
}
.banner .swiper-wrapper .swiper-slide span{
	position: absolute;
	display: inline-block;
	left: 0;
	padding: 6px 1.4em;
	bottom: 29px;
	color: #fff;
	font-size: 1.0256em;
	line-height: 1.75em;
	background: #383838;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.banner .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 0.5em;
	left: 0;
	width: 100%;
}
.banner .swiper-pagination-bullet {
    width: 0.6em;
	height: 0.6em;
	display: inline-block;
	background: #fff;
	margin: 0 0.4em;
	border-radius: 100%;
}
.banner .swiper-pagination-bullet-active {
    background: none;
    border: 2px solid rgba(255,255,255,1);
}
/*search*/
.search{
	width: 96%;
	padding: 1.7em 2% 0;
	background: #fff;
	position: relative;
}
.search div{
	border-radius: 50px;
	height: 2.5em;
	border: 1px solid #d5d5d5;
}
.search .searchText{
	width: 92%;
	border-radius: 50px;
	font-size: 1.0256em;
	color: #c6c6c6;
	line-height: 2.3em;
	text-indent: 0.6em;
	border: none;
}
.search .image {
	width: 4.25%;
	margin-top: 2%;
	margin-left: 3%;
    display: block;
    float: left;
}
/*浠婃棩鏂伴椈*/
.Maincon{
	width: 96%;
	padding: 1.7em 2% 5%;
	background: #fff;
	margin-bottom: 2.5%;
}
.Title{
	font-size: 1.3675em;
	color: #fff;
	text-indent: 0.6em;
	margin-bottom: 1.2em;
	background: #17377b;
	line-height: 2.4em;
}
.look_more{
	display: block;
	width: 50%;
	font-size: 1.282em;
	color: #fff;
	margin: 1.2em auto 0;
	line-height: 2.3em;
	background: #4b6190;
	text-align: center;
}
.one-con{
	width: 100%;
	position: relative;
}
.one-con img{
	display: block;
	width: 100%;
}
.one-con p{
	width: 100%;
	position: absolute;
	bottom: 0;
	layout-flow: 0;
	font-size: 1.0256em;
	color: #fff;
	line-height: 1.8em;
	text-indent: 0.6em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
}
.one-list {
	margin-top: 1em;
}
.one-list li{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #eeeeee;
}
.one-list li a.tit{
	display: block;
	font-size: 1.1965em;
	color: #2b2b2b;
	line-height: 1.5em;
	background: url(../img/ico1.png) no-repeat right center;
	background-size: 3%;
}
.one-list li p{
	font-size: 0.9402em;
	color: #c3c3c3;
	margin-top: 0.4em;
}
/*鐒︾偣鏂伴椈*/
.two-list li{
	padding-bottom: 1.2em;
}
.two-list li:last-child{
	padding-bottom: 0;
}
.two-list li .img{
	width: 32%;
	margin-right: 2%;
}
.two-list li .img img{
	width: 100%;
}
.two-list li .wen{
	width:100%;
}
.two-list li .wen a.tit{
	font-size: 1.1965em;
	color: #333333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.two-list li .wen p{
	font-size: 1.0256em;
	color: #999999;
	text-indent: 2em;
	line-height: 1.75em;
	margin-top: 0.6em;
}
/*瀛﹂櫌鏂伴椈*/
.tabBox .hd {
	line-height: 2em;
	text-align: center;
	font-size: 1.3675em;
	border-bottom: 1px solid #f6f6f6;
}
.tabBox .hd ul {
	overflow: hidden;
}
.tabBox1 .hd ul li {
	float: left;
	width: 33.333%;
	color: #2b2b2b;
	cursor: pointer;
	padding-bottom: 0;
}
.tabBox .hd ul .on {
	border-bottom: 2px solid #17377b;
	color: #17377b;
}
.tabBox .bd ul {
	width: 100%;
	padding-top: 0.4em;
}
.three-list li{
	padding: 1em 0 0.6em;
	border-bottom: 1px dashed #eeeeee;
}
.three-list li a{
	display: block;
	font-size: 1.1965em;
	color: #2b2b2b;
	background: url(../img/ico1.png) no-repeat right center;
	background-size: 3%;
}
.three-list li span{
	display: block;
	font-size: 0.9402em;
	color: #c3c3c3;
	margin-top: 0.6em;
}
/*甯堣祫闃熶紞*/
.four-list li{
	padding-bottom: 1.2em;
}
.four-list li:last-child{
	padding-bottom: 0;
}
.four-list li .img{
	width: 29%;
	margin-right: 2%;
}
.four-list li .img img{
	display: block;
	width: 100%;
}
.four-list li .wen{
	width: 69%;
}
.four-list li .wen a.tit{
	font-size: 1.1965em;
	color: #464646;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.four-list li .wen p{
	font-size: 1.0256em;
	color: #9b9b9b;
	text-indent: 2em;
	line-height: 1.75em;
	margin-top: 0.6em;
}
/*鐑棬娲诲姩*/
.five-list li{
	float: left;
	width: 47.8%;
	margin-bottom: 1em;
}
.five-list li:nth-child(2n){
	float: right;
}
.five-list li .img{
	display: block;
}
.five-list li .img img{
	display: block;
	width: 100%;
}
.five-list li .tit{
	display: block;
	font-size: 1.1965em;
	color: #2b2b2b;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0.8em;
}
.five-list li p{
	font-size: 0.9402em;
	color: #999;
	line-height: 1.75em;
	margin-top: 0.6em;
	text-indent: 2em;
}
/*鍏充簬瀛︽牎*/
.mainSix .Img{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.mainSix h4{
	font-size: 1.0256em;
	color: #999999;
	text-indent: 2em;
	line-height: 1.75em;
	margin-top: 0.6em;
}
.mainSix ul {
	margin-top: 0.6em;
}
.mainSix ul li{
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
}
.mainSix ul li:last-child{
	margin-right: 0;
	float: right;
}
.mainSix ul li .img img{
	width: 100%;
}
.mainSix ul li .tit{
	font-size: 1.1965em;
	color: #333333;
	display: block;
	margin-top: 0.2em;
	line-height: 1.6em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mainSix ul li p{
	font-size: 0.8547em;
	color: #9b9b9b;
	line-height: 1.5em;
}
/*瀛﹂櫌椋庡厜*/
.seven-list li{
	width: 48.6%;
	float: left;
	margin-bottom: 3%;
}
.seven-list li:nth-child(2n){
	float: right;
}
.seven-list li a{
	display: block;
}
.seven-list li a img{
	display: block;
	width: 100%;
}
/*鍙嬫儏閾炬帴*/
.mainTen{
	margin-bottom: 0;
}
.link-list1 li{
	width: 33.33%;
	float: left;
	margin-bottom: 2em;
}
.link-list1 li a{
	display: block;
	text-align: center;
}
.link-list1 li a img{
	width: 70%;
}
.link-list2{
	width: 98%;
	background: #25468a;
	padding: 0 1%;
}
.link-list2 li{
	width: 25%;
	float: left;
	padding: 0.8em 0;
}
.link-list2 li a{
	display: block;
	color: #fff;
	 
	line-height: 1.25em;
	padding-bottom: 0.8em;
	border-right: 1px solid #fff;
	font-size: 1.0256em;
}
.link-list2 li a:last-child{
	padding-bottom: 0;
}
/*footer*/
.footerWrap{
	width: 96%;
	padding: 8px 2%;
	background: #17377b;
}
.footerWrap p{color:#fff !important;    font-size: 0.9402em;
    color: #ffffff;
    line-height: 2em;
    margin-top: 0.8em;}
.footl h2{
	font-size: 1.0256em;
	color: #ffffff;
	margin-top: 0.6em;
}
.footl p{
	font-size: 0.9402em;
	color: #ffffff;
	line-height: 2em;
	margin-top: 0.8em;
}
.footr{
	color: #fff;
	margin-right: 6%;
	margin-top: 2em;
}
.footr img{
	width: 6.6em;
}
.footr p{
	text-align: center;
	margin-top: 0.6em;
}
.footr a{
	display: inline-block;
	font-size: 0.8547em;
	color: #fff;
	text-align: center;
	padding: 0 0.4em;
}
/*涓嬫媺瀵艰埅*/
.Tmenu{
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 99;
}
.Tmenu h2{
	color: #fff;
	width: 100%;
	line-height: 1.9em;
	text-align: center;
	background: #3b5999;
	font-size: 1.4529em;
	cursor: pointer;
	background-size: 4%;
}
.Tmenu h2 em{
	display: inline-block;
	position: absolute;
	width: 0.9118em;
	height: 0.5em;
	top: 0.7em;
	right: 1em;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background: url(../img/ico2.png) no-repeat right center;
	background-size: 100%;
}
.Tmenu h2.current em{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.sideMenu{
	width: 96%;
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.8);
}
.sideMenu li a {
	font-size: 1.282em;
	color: #fff;
	display: block;
	line-height: 3em;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #868686;
	background-size: 7%;
}
/*鏍囬鍒楄〃椤?/
.article{
	width: 96%;
	padding: 1em 2% 1.6em;
	background: #fff;
	margin-bottom: 2.5%;
}
.articles{
	width: 96%;
	padding: 1em 2% 1.6em;
	background: #fff;
}
.Title2{
	width: 100%;
	color: #5a7fa1;
	padding-bottom: 0.6em;
	font-size: 1.1965em;
	position: relative;
	margin-top: 0.4em;
	border-bottom: 1px solid #f6f6f6;
}
.Title2 em{
	display: inline-block;
	width: 0.15em;
	position: relative;
	height: 0.85em;
	background: #3b5999;
	top: 0.125em;
	margin-right: 0.4em;
}
.Title2 b{
	color: #2b2b2b;
}
.six-list{
	margin-top: 1.2em;
}
.six-list li{
	padding-bottom: 0.6em;
	margin-bottom: 1.2em;
	border-bottom: 1px dashed #eeeeee;
}
.six-list li a{
	font-size: 1.1965em;
	color: #2b2b2b;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/ico1.png) no-repeat right center;
	background-size: 3%;    padding-right: 10px;
}
.six-list li .time{
	color: #c3c3c3;
	display: block;
	margin-top: 0.6em;
	font-size: 0.8547em;
}
.article .five-list{
	margin-top: 0.8em;
}
.load_more{
	font-size: 1.3675em;
	color: #8b8b8b;
	background: #fafafa;
	display: block;
	width: 60%;
	margin: 0.4em auto 0;
	text-align: center;
	line-height: 2.1em;
	border: 1px solid #bbb7b7;
}
.article .three-list li:last-child {
    padding-bottom: 1.2em;
}
.art-list{
	width: 100%;
}
.art-list li{
	width: 46%;
	float: left;
	padding-bottom: 1.2em;
}
.art-list li:nth-child(2n){
	float: right;
}
.art-list li a{
	color: #2b2b2b;
	font-size: 1.12em;
	display: block;
	line-height: 2.6em;
	background: url(../img/ico10.png) no-repeat right center;
	background-size: 5.5%;
	border-bottom: 1px dashed #eee;
}
/*绠€浠嬮〉*/
.brief{
	width: 96%;
	padding: 1em 2% 2em;
	background: #fff;
}
.brief img{
	display: block;
	width: 100%;
	margin: 0.6em auto 0;
}
.brief p{
	font-size: 1.0256em;
	color: #333333;
	text-indent: 2em;
	line-height: 2.75em;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*鍒楄〃椤?/
.list{
	width: 96%;
	padding: 1em 2% 1.6em;
	background: #fff;
}
.ul-list{
	width: 100%;
	margin-top: -1.6em;
}
.ul-list li{
	width: 96%;
	padding: 0.1em 2% 4%;
	margin-bottom: 1em;
	background: #fff;
}
.ul-list li:last-child{
	margin-bottom: 0;
}
.ul-list li h2{
	text-align: center;
	margin-top: 0.8em;
}
.ul-list li h2 span{
	display: inline-block;
	font-size: 1.1965em;
	color: #9fcf25;
	line-height: 1.75em;
	margin: 0 auto;
	border-bottom: 2px solid #9fcf25;
}
.ul-list li .li-con{
	margin-top: 1em;
}
.ul-list li .li-con .img{
	width: 41.6%;
}
.ul-list li .li-con .wen{
	width: 56%;
	border-top: 1px solid #efeded;
}
.ul-list li .li-con .wen a.tit{
	display: block;
	color: #2b2b2b;
	text-align: center;
	font-size: 1.1965em;
	line-height: 1.95em;
	border-bottom: 1px solid #efeded;
	background: url(../img/ico13.png) no-repeat right center;
	background-size: 2.5%;
}
/*鍐呭椤?/
.contain{
	width: 100%;
}
.contain h2{
	font-size: 16px;
    text-align: center;
color: #5a7fa1;
    margin: 20px 0;
    line-height: 24px;
}
.contain h3{
	color: #7b7b7b;
	text-align: center;
	font-size: 0.8547em;
	margin-bottom: 0.4em;
}
.contain p{
	font-size: 1.0256em;
	color: #808080;
	text-indent: 2em;
	line-height: 2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.contain .img{
	width: 100%;
}
.contain .img img{
	display: block;
	width: 48.6%;
}
.pages{
	width: 100%;
	margin-top: 1.4em;
	text-align: center;
}
.pages a{
	display: inline-block;
	font-size: 1.3675em;
	color: #666666;
	width: 30%;
	margin: 0 10%;
	line-height: 2em;
}
.pages a.syx{
	background: url(../img/ico3.png) no-repeat left center;
	background-size: 9%;
}
.pages a.xyx{
	background: url(../img/ico4.png) no-repeat right center;
	background-size: 9%;
}
.mainEleven{border-bottom: 1px solid #273f71;}






.nr p {font-size:16px!important;line-height:36px!important; font-family:"寰蒋闆呴粦"!important;color:#666666!important}
.nr font {font-size:16px!important;line-height:36px!important; font-family:"寰蒋闆呴粦"!important;color:#666666!important}
.nr span {font-size:16px!important;line-height:36px!important; font-family:"寰蒋闆呴粦"!important;color:#666666!important}
.nr table p{text-indent:0em !important; }
.nr img{ margin:3px auto;}