@font-face{
　　font-family:'zhongxian';
　　src:url(../font/FZZDXK.TTF);
 
}
 
*{
	font-family: zhongxian;
}
.wrappr,
.wrapper{
	width: 100%;
	min-width: 1300px;
}

.slideBox {
	width: 416px;
	height: 280px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 35px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #241714;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #0f2b8c;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 416px;
	height: 280px;
	display: block;
}

.slideBox .hd ul li a {
	position: relative;
}

.slideBox .hd ul li a {
	position: relative;
}



*{
	margin: 0;
	padding: 0;
}
input{
	outline: none;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
.hover{
	cursor: pointer;
}
.oneLineText{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.threeLineText{
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.imgBox img{
	display: block;
	width: 100%;
}
.warpper{
	width: 100%;
	min-width: 1200px;
}
.content{
	border-top: 1px solid #f1f0f0;
	padding-top:20px;
	width: 1200px;
	margin: 0 auto;
}

.headerBox{
	height: 133px;
}
.head{
	height: 133px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .logo{
	width: 175px;
	height: 80px;
}
.head .logo img{
	display: block;
	width: 175px;
	height: 80px;
}

.naxBox{
	background-color: #0f2b8c;
}
.naxBox .nav{
	border-top:none;
	height: 70px;
	display: flex;
	align-items: center;
	margin-top:1px;
}

.topInfo{
	width: 256px;
	font-size: 16px;
	color: #727171;
	text-align: justify;
	letter-spacing: 3.6px;
	/* margin: 0 22px; */
}
.topInfo .bottomLine{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.adBox{
	width: 478px;
	height: 90px;
	position: relative;
	background-color: #f5f5f5;
}
.adBox .flag{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 9px;
	padding: 4px 8px;
	border-top-left-radius: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-bottom-left-radius: 10px;
}

.head .rightBox{
	width: 240px;
	height: 90px;
	overflow: hidden;
}
.head .rightBox .topLine{
	text-align: right;
	font-size: 16px;
	color: #727171;
	margin-top: 20px;
}
.head .rightBox .topLine span{
	margin-left: 7px;
}
.head .rightBox .searchBox{
	height: 30px;
	width: 240px;
	display: flex;
	justify-content: space-between;
	margin-top: 17px;
}
.head .rightBox .searchBox .searchFlag{
	font-size: 16px;
	color: #0f2b8c;
	line-height: 30px;
}

.head .rightBox .searchBox .searchInput{
	width: 195px;
	height: 30px;
	position: relative;
}
.head .rightBox .searchBox .searchInput input{
	display: block;
	width: 195px;
	height: 30px;
	border: 1px solid #a8a2ae;
	outline: none;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 0 6px;
	box-sizing: border-box;
}

.head .rightBox .searchBox .searchBtn{
	width: 50px;
	height: 30px;
	border-radius: 13px;
	background: #0F2B8C;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	
}
.head .rightBox .searchBox .searchBtn img{
	display: block;
	width: 23px;
	height: 23px;
}
.nav{
	display: flex;
	padding: 0 50px;
}
.nav .navItem{
	padding: 0 20px;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
}
.nav .navItem::after{
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #FFFFFF;
}
.nav .navItem:last-child::after{
	display: none;
}

.sNav{
	display: flex;
	height: 50px;
	align-items: center;
}
.sNav .sNavItem{
	padding: 0 20px;
	font-size: 20px;
	color: #000000;
	position: relative;
}
.sNav .sNavItem::after{
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background:#000000;
}
.sNav .sNavItem:last-child::after{
	display: none;
}
















.lineBannerBox {
	width: 1200px;
	height: 162px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.lineBannerBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 35px;
	z-index: 1;
}

.lineBannerBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.lineBannerBox .hd ul li {
	float: left;
	margin-right: 2px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #241714;
	cursor: pointer;
}

.lineBannerBox .hd ul li.on {
	background: #0f2b8c;
	color: #fff;
}

.lineBannerBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.lineBannerBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.lineBannerBox .bd img {
	width: 1200px;
	height: 162px;
	display: block;
}

.lineBannerBox .hd ul li a {
	position: relative;
}

.lineBannerBox .hd ul li a {
	position: relative;
}



.contentBox{
	overflow: hidden;
	margin-bottom: 30px;
}
.contentBox .contentItem{
	
	margin-bottom: 40px;
	 height: 760px;
	/*display: flex;
	justify-content: space-between; */
}
.contentBox .contentItem .leftC{
	width: 800px;
	/* height: 767px; */
	overflow: hidden;
	border: 1px solid #b2b2b2;
	float: left;
	margin-bottom: 50px;
}
.contentBox .contentItem  .rightC{
	/* height: 767px; */
	width:343px ;
	border: 1px solid #b2b2b2;
	padding:30px 20px;
	box-sizing: border-box;
	float: right;
}
.contentBox .contentItem .leftC .topImg{
	/* height: 530px; */
	overflow: hidden;
	position: relative;
	height:541px;
	max-height:541px;
}
.contentBox .contentItem .leftC .topImg img{
	height:541px;
}
.contentBox .contentItem  .flag{
	width: 80px;
	height: 80px;
	background: #0F2B8C;
	font-size: 23px;
	color: #FFF;
	text-align: center;
	line-height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.contentBox .contentItem .leftC  .rTextBox{
	position: relative;
	float:left;
	width:96%;
	font-size: 16px;
	line-height: 47px;
	text-indent: 24px;
	margin: 20px;
	color: #000000;
}
.contentBox .contentItem .leftC  .rTextBox .small_img{
	float:left;
	width:100px;
	padding:2px;
	border:1px #DEDEDE solid;
	height:70px;
	overflow:hidden;
	text-indent:0;
}
.contentBox .contentItem .leftC  .rTextBox .small_img img{
	width:100%;
	text-indent:0;
	min-height:70px;
}

.btn_left{
	position: absolute;
	left:5px;
	top:17px;
	width:25px;
	height:80px;
	background:#333;
	opacity:0.6;
}
.btn_right{
	position: absolute;
	right:5px;
	top:17px;
	width:25px;
	height:80px;
	background:#333;
	opacity:0.6;
}

.btn_left:hover, .btn_right:hover{
	opacity:1;
}

.btn_left img, .btn_right img{
	position: absolute;
	left:3px;
	top:6px;
}

.contentBox .contentItem  .rightC a{
	font-size: 16px;
	display: block;
	line-height: 44px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contentBox .contentItem  .rightC a:hover{
	color:#0F2B8C;
}

.contentBox .contentItem  .rightC a.acti{
	color: #0F2B8C;
}
.contentBox .contentItem  .rightC .seeMore{
	color: #0F2B8C;
	text-align: center;
}

.botleftBox{
	width: 800px;
	margin-bottom: 100px;
}


.contentBox .contentItem  .rightCC{
	width: 366px;
	font-size: 0;
	border: 1px solid #b2b2b2;
	float: right;
}
.contentBox .contentItem  .rightCC a{
	display: inline-block;
	 border: 1px solid #b2b2b2;
	 margin: 10px 0 0 10px;
}
.contentBox .contentItem  .rightCC  .imgBox{
	width: 166px;
	height: 110px;
	overflow: hidden;
}
.contentBox .contentItem  .rightCC  .text{
	font-size: 16px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 47px;
	padding: 0 10px;
}

.contentBox .contentItem  .seeMore{
	width: 100%;
	display: block;
	font-size: 16px;
	border: none !important;
	text-align: center;
	margin-left: 0 !important;
	margin-top:20px !important;
}

.titlebar{
	width: 348px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #0F2B8C;
	color: #FFFFFF;
	font-size: 17px;
	margin: 15px auto;
}

.zazhiBox{
	margin: 56px auto 100px;
	display: flex;
	justify-content: space-between;
}
.zazhiBox .zazhiNav{
	width: 203px;
	color: #FFF;
	
}
.zazhiBox .zazhiNav .zazhilogo{
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 22px;
	background: #0F2B8C;
	margin-bottom: 17px;
}
.zazhiBox .zazhiNav .navzItem{
	height: 40px;
	line-height: 40px;
	background: #0F2B8C;
	margin-bottom: 17px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	
}
.zazhiBox .zazhiNav .navzItem.acti{
	background: #576aae;
}
.zazhiBox .zazhiCon{
	width: 900px;
	font-size: 0;
}
.zazhiBox .zazhiCon .zazhiItem{
	display: inline-block;
	width: 260px;
	text-align: center;
	margin-left: 38px;
	margin-bottom: 20px;
}
.zazhiBox .zazhiCon .zazhiItem .imgBox{
	box-shadow: 1px 5px 20px #DEDEDE;
	width: 252px;
	height: 388px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.zazhiBox .zazhiCon .zazhiItem a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	margin: 30px auto 40px;
}
.zazhiBox .zazhiCon .zazhiItem a:hover{
	color: #0F2B8C;
}
.newBoxOne .listBox .warn{
	color: #0F2B8C !important;
}
.newToBox{
	margin-bottom: 100px;
}
.stoop .newBoxOne:nth-child(1){
	margin-top: 0;
}

.zazhimuluBox{
	
}
.zazhimuluBox .imgBox{
	width: 320px;
	margin: 30px auto;
}

.llsBox{
	font-size: 16px;
	line-height: 47px;
}
.llsBox .title{
	display: block;
	color: #0F2B8C;
	font-size: 16px !important;
	text-align: left !important;
	margin: 0 auto !important;
}
.llsBox  .conLine{
	display: block;
	color: #000000;
}


.smllcontent{
	width: 796px;
	margin: 43px auto 100px;
}
.bigTitle{
	height: 40px !important;
	line-height: 40px !important;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px !important;
}
.smllcontent .textBox{
	margin-bottom: 30px;
}
.smllcontent .textBox p{
	text-indent: 24px;
	line-height: 47px;
}
.smllcontent .textBox a{
	text-indent: 24px;
	line-height: 47px;
	display: block;
	color: #000000;
}


/* UI还原度调整 */
.lieItem.two .chaInfoBox .leftImg{
	width: 100%;
	overflow: hidden;
}
.lieItem.two .chaInfoBox .leftImg img{
	display: block;
	width: auto;
	max-width:100%;
	margin:0 auto;
	height:100%;
}
.lieItem.two .chaInfoBox .rightInfo{
	width: 167px;
	text-indent: 24px;
	text-align: justify;
}

.lieItem.three .chaInfoBox .leftImg{
	width: 100%;
	overflow: hidden;
}
.lieItem.three .chaInfoBox .leftImg img{
	display: block;
	width: 100%;
}

.lieItem.three .chaInfoBox .rightInfo{
	width: 174px !important;
	width: 100%;
	/* height: 75px; */
	text-align: justify;
	/* text-indent: 24px; */
}

.wenzhangContent {
	line-height: 50px;
}

.titleList a:hover{
	color: #0F2B8C !important;
}


.oneoneone{
	display: block !important;
	height: auto!important;
}
.oneoneone .leftImg{
	display: block !important;
	width: 100% !important;
	height: auto!important;
}

.lieItem.three .chaInfoBox.oneoneone .rightInfo{
	height: auto!important;
	width: 100% !important;
}

.swiper-container {
        width: 90%;
        height: 100%;
		margin:0 auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
