
/*主题色 #3564b1*/
/*配色  
	#ff4e00
	#e5eaf5
*/
html {
	min-width: 1300px;
}
.set-col-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
    filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
.set-bg-f8 {
	background: #f8f8f8;
}
.wrapper-main-box {
	width: 1300px !important;
	margin: 0 auto;
}
.ovw-hide {
	overflow: hidden;
}
/*文本限制一行*/
.textOneLine{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.textTwoLine{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*tab标签页*/
.tab-head-box {
	border-bottom: 6px solid #e5eaf5;
}
.common-tab-box {
	overflow: hidden;
	margin-right: 60px;
}
.common-tab-box li {
	float: left;
	font-size: 16px;
	color: #333;
	padding: 8px 15px;
	line-height: 20px;
	cursor: pointer;
	min-width: 50px;
	text-align: center;
}
.common-tab-box .active {
	background:  #3564b1;
	border-radius: 20px 0 20px 0;
	color: #fff;
}
.common-tab-box .set-bg-org {
	background: #ff4e00;
}
/*更多按钮*/
.more-line-btn {
	font-size: 14px;
	color: #3564b1;
	line-height: 20px;
	padding-right: 10px;
	cursor: pointer;
}
.more-line-btn:hover {
	text-decoration: underline;
}
.more-line-btn .more-icon {
	width: 12px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.set-mar-b {
	margin-bottom: 20px;
}

/*移动图片*/
.float-img-box {
	position: fixed;
	top: 50%;
	left:0;
	z-index: 9999;
}
.float-img-box img {
	max-width: 350px;
}
.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	cursor: pointer;
}

/*举报电话*/
.fixed-right-phone {
	position: fixed;
	left: 0;
	bottom: 40vh;
	z-index: 999;
}
.phone-box {
	/*background: #4484ed;*/
	font-size: 16px;
	color: #333;
	margin: 10px;
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
}
.phone-box .consult {
	background: #000;
	color: #fff;
	line-height: 30px;
	position: relative;
}
.phone-box .consult .close-icon {
	position: absolute;
	right: 10px;
	width: 24px;
	top: 4px;
	cursor: pointer;
}
.phone-box .service {
	margin-top: 20px;
	font-size: 15px;
}
.set-bor {
	border-bottom: 1px solid #ddd;
}
.phone-box .phone {
	/*position: absolute;
	right: 90px;
	top: 12px;*/
   /* width: 140px;*/
    padding: 5px 10px 15px;
    /*background: #e7e8ed;*/
    font-size: 20px;
    text-align: center;
    color: #f60;
    font-weight: bold;
    /*display: none;*/
}
.phone-box:hover .phone{
	display: block;
}
.common-news-box .common-news-list {
	height: 340px;
}
.common-news-box .set-ul-height {
	height: 300px;
}
.common-news-box  .set-height-150 {
	height: 150px;
}
.common-news-box .common-news-list .common-news-item {
	overflow: hidden;
	padding: 20px 10px 0 10px;
	line-height: 22px;
}
.common-news-list .common-news-item .date {
	font-size: 14px;
	color: #666;
}

.common-news-list .common-news-item .title {
	font-size: 18px;
	color: #333;
	margin-right: 100px;
	cursor: pointer;
}
.common-news-list .common-news-item  .describe {
	font-size: 15px;
	color: #666;
	line-height: 17px;
	margin-top: 2px;
}
.common-news-box .date-hide .title {
	margin-right:0;
}
.common-news-box .date-hide {
	height: auto;
}
.common-news-list .common-news-item .title:hover {
	color: #3564b1;
}

/*图片类型列表*/
.common-news-box .common-news-list-img {
	overflow: hidden
}
.common-news-box .common-news-list-img .common-news-item {
	float: left;
	width: 33.33%;
	padding: 0;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}
.common-news-list-img .common-news-item .img-box {
	margin: 0 5px;
	overflow: hidden;
	height: 144px;
	position: relative

}
.common-news-list-img .common-news-item .img-box img {
	width: 100%;
	height: 144px;
	vertical-align: top;
	position: relative;
	left: 0;
	top: 0;
}
.common-news-list-img .common-news-item  .title {
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
	background: rgba(0,0,0,0.7);
	padding:4px 5px;
	font-size: 15px;
	color: #fff;
	margin: 0;
	line-height: 20px;
}
.common-news-list-img .common-news-item  .title:hover {
	color: #fff
}
/*.common-news-box .common-news-list-img .common-news-item:hover .img-box img{
	width: 110%;
	height: 155px;
	left: -10px;
	top: -7px;
	transition: all ease .3s;
}*/

/*视频类型列表*/
.common-news-box .common-news-list-video {
	overflow: hidden
}
.common-news-box .common-news-list-video .common-news-item {
	float: left;
	width: 50%;
	padding: 0;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}
.common-news-list-video .common-news-item .img-box {
	margin: 0 5px;
	overflow: hidden;
	height: 150px;
	position: relative

}
.common-news-list-video .common-news-item .img-box img {
	width: 100%;
	height: 144px;
	vertical-align: top;
	position: relative;
	left: 0;
	top: 0;
}
.common-news-list-video .common-news-item .play-icon {
	position: absolute;
	top: 38px;
	left: 120px;
	width: 52px;
}
.common-news-list-video .common-news-item  .title {
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
	background: rgba(0,0,0,0.7);
	padding:4px 5px;
	font-size: 15px;
	color: #fff;
	margin: 0;
	line-height: 20px;
}
.common-news-list-video .common-news-item  .title:hover {
	color: #fff
}



/*banner*/
.common-banner {
	height: 500px;
}
.common-banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.common-banner .swiper-slide .b-img {
	position: absolute;
	width: 1920px;
	height: 500px;
	left: 50%;
	margin: 0 0 0 -960px;
}
.common-banner .pagination{
	bottom: 20px;
    position: absolute;
    z-index: 100;
    text-align: center;
}
.common-banner .pagination .swiper-pagination-bullet {
	width: 25px;
	background: #fff;
	border-radius: 4px;
	opacity: 1
}
.common-banner .pagination .swiper-pagination-bullet-active {
	background: #007aff
}

.common-banner  .text-box {
	position: absolute;
	right: 10%;
	top: 170px;
	z-index: 99;
	font-size: 45px;
	color: #f50000;
	/*font-weight: bold;*/
}
.common-banner .text-box .text {
	padding-left: 90px;
	font-weight: normal;
}
#header {
	width: 100%;
	/*overflow: hidden;*/
	/*border-bottom: 1px solid #dcdcdc;*/
	position: relative;
	z-index: 99;
}

#header .head_content {
	/*height: 80px;*/
	width: 100%;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#header .head_content .head_container {
	min-width: 1280px;
	max-width: 1360px;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	min-height: 80px;
}


/*logo容器*/
#header .head_content .logo {
	float: left;
	width: 252px;
	height: 80px;
	line-height: 80px;
}

#header .head_content .logo img {
	/*vertical-align: middle;*/
    height: 62px;
    margin-top: 9px;
}

/*导航*/

#header .head_content .nav {
	background: #fff;
	float: right;
}

#header .head_content .nav li {
	padding: 0 3px 0 3px;
}

.nav li a {
	display: block;
	height: 100%;
}

#header .head_content .nav li {
	height: 76px;
	float: left;
	line-height: 76px;
	margin-right: 25px;
	position: relative;
}

#header .head_content .nav .mar_r {
	margin-right: 30px;
}

#header .head_content .nav .sear img {
	vertical-align: middle;
}

#header .head_content .nav .sear {
	margin: 0;
}

#header .head_content .nav .item {
	border-bottom: 4px solid #3564b1;
}

#header .head_content .nav li a.li_title {
	font: 18px "微软雅黑";
	color: #666;
	line-height: 76px;
}

#header .head_content .nav li .font_col {
	color: #3564b1 !important;
}

#header .head_content .nav li ali_title:hover,
#header .head_content .nav li.sear img:hover {
	cursor: pointer;
}

.nav .h_over a.li_title:hover  {
	line-height: 76px;
	border-bottom: 4px solid #3564b1;
	color:#3564b1 !important;
}

#header .head_content .head_container .search_Box {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 999;
	/*width: 361px;*/
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	display: none;
	border: 1px solid #fe8f00;
}
#header .head_content .head_container .search_Box .select-dom {
	margin-left: 10px;
	border: 0px;
	background: none
}
#header .head_content .head_container .search_Box input {
	margin-left: 10px;
	color: #333;
	width: 240px;
	padding: 4px 0;
	background: none;
	border: 0px;
}

#header .head_content .head_container .search_Box .search-btn {
	display: inline-block;
	width: 70px;
	float: right;
	background: #fe8f00;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

#header .head_content .head_container .search_Box a img {
	display: block;
	width: 21px;
	height: 20px;
	margin-right: 19px;
	margin-top: 10.5px;
}
/*导航 二级菜单*/

#header li div.menuList {
	width: 150px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 80px;
	display: none;
	z-index: 99999;
	left: 50%;
	margin-left: -75px;
	border: 1px solid #d9e6ff;
	border-top: 0px;
}

#header li div.menuList a {
	line-height: 24px;
	color: #666;
	font-size: 16px;
	text-align: center;
	margin: 0 10px;
	border-bottom: 1px solid #eee;
	padding: 18px 0;
}

#header li div.menuList p:hover {
	background: #f6f6f6;
}

#header li div.menuList p:hover a {
	color: #073c75;
}

#header li div.menuList a.active {
	color: #3564b1;
	font-weight: bold;
}
.occupied {
	height: 80px;
}



#footerPage{
    background: #0d1726;
}
#footerPage .footer-main {
	width:1280px;
	margin:0 auto;
}
#footerPage .main-box{
    padding:35px 0 0px;
    overflow: hidden;
}
#footerPage .footer-text {
 	font-size:16px;
	color:#fff;
	line-height:20px;
	text-align: center;
	opacity: .6;
	padding: 15px;
	border-top: 1px solid #666;
}
#footerPage .footer-text  span {
	color: #fff;
}
/*#footerPage .main-box dl{
   float:left;
   width:210px;
}
#footerPage .main-box  .set-width {
	width:120px;
}
#footerPage .main-box dl dt{
   font-size:16px;
   color:#fff;
   line-height:20px;
   margin-bottom:16px;
   opacity: .6;
}
#footerPage .main-box dl dd{
   font-size: 14px;
   color: #fff;
   line-height:20px;
   margin-bottom:10px;
   opacity: .6;
   cursor:pointer;
}*/

#footerPage .main-box dl {
	overflow: hidden;
}

#footerPage .main-box dl dt{
   font-size:16px;
   color:#fff;
   line-height:20px;
   margin-bottom:16px;
   opacity: .6;
   float: left;
   width: 95px;
}
#footerPage .main-box dl dd{
   font-size: 14px;
   color: #fff;
   line-height:20px;
   margin-bottom:10px;
   opacity: .6;
   cursor:pointer;
   float: left;
   margin-right: 12px;
}
#footerPage .main-box dl dd:hover{
    opacity: 1;
}



/*文字banner图样式*/
.fontBanner-box {
	width: 100%;
}
.fontBanner-box .font-banner-img {
	width: 100%;
	height: 230px;
	display: block;
}
.fontBanner-set-mar {
	margin: 0 0 20px;
}


/*详情页富文本样式*/
.rice-box {
	padding: 10px 0 50px;
}
.rice-box .rice-content-title {
	font-size: 28px;
	padding: 30px 30px 0;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}
.rice-box  .info-box {
	padding: 20px 0 0px 0px;
	text-align: center;
}
.rice-box  .info-box span {
	font-size: 16px;
	color: #666;
	padding:0 20px;
}
.rice-box .rice-content-detail {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	padding-top: 40px;
}
.rice-box .rice-content-detail p {
	margin-bottom: 20px;
	text-align: justify;
	text-indent: 36px;
}
.rice-box .rice-content-detail img {
	max-width: 1200px;
	margin-bottom: 10px;
	vertical-align: top
}
.rice-box .rice-content-detail table {
	width: 100% !important;
	border: 1px ;
}
.video-box {
	padding: 0 100px 30px;
}
.video-box video{
	width: 100%;
}
.pdf-box {
	height: 85vh;
	text-align: center;
	background: gray;
	padding: 15px;
	margin-top: 20px;
}
 #pdf-container {
    width: 100%;
    height: 85vh;
	overflow: auto;
}
.pdf-page {
    margin: 0 auto 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: relative;
}
.pdf-page canvas {
    display: block;
    margin: 0 auto;
}
#loading {
    text-align: center;
    padding: 20px;
    font-size: 18px;
}
/*新闻资讯类 列表页样式*/
.list-main-box {
	overflow: hidden;
	padding: 30px 0;
	min-height: 50vh;
}
.list-main-box  .fl-classify {
	width: 190px;
	float: left;
	/*margin: 20px 0 0;*/
}
.list-main-box  .fl-classify dl dt{
	height: 80px;
	line-height: 80px;
	background: #003c99;
	color: #fff;
	text-align:center;
	font-size: 20px;
	border-radius: 0px 25px 0 0;
}
.list-main-box  .fl-classify dl dd {
	line-height: 60px;
	background: #fff;
	color: #333;
	text-align:center;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.list-main-box .fl-classify dl .active {
	/*background: #e1edff;*/
    color: #003c99;
    font-weight: bold;
    position: relative;
}
.list-main-box  .fl-classify dl .active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 30px;
	width:3px;
	background: #003c99;
	margin: -15px 0 0;
}
.list-main-box  .fl-classify dl a:last-child dd{
	border:0;
}
.list-main-box .fl-classify dl dd a {
	display:block;
	width: 100%;
	color: #333;
}
.list-main-box .fl-classify dl dd:hover {
	 color: #003c99
}
.list-main-box .fr-content {
	margin: 0 0 0 220px;
	/*padding: 0px 0px 60px;*/
	min-height: 30vh;
	background: #fff;
}
.list-main-box .fr-content .news-list {
	/*padding: 0 20px;*/
	min-height: 450px
}
.list-main-box .fr-content .news-list .news-item {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 15px 15px 15px 30px;
	position: relative;
}
.list-main-box .fr-content .news-list .news-item .circle {
	position: absolute;
	left: 15px;
	top: 23px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #003c99;
}
.list-main-box .fr-content .news-list .news-item .news-title {
	/*float: left;*/
	margin-right: 80px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.list-main-box .fr-content .news-list .news-item .date {
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.list-main-box .fr-content .news-list .news-item .news-title:hover {
	color: #003c99;
	font-weight: bold;
	text-decoration: underline;
}

.news-img-list {
	padding: 0px  0;
}
.news-img-list .news-item{
	overflow: hidden;
	padding: 15px 15px 0;
	background: #fff;
	cursor: pointer;
}
.news-img-list .news-item .img-box {
	width: 180px;
	height: 90px;
	float: left;
	position: relative;
}
.news-img-list .news-item .img-box img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
}
.news-img-list .news-item .img-box .play-icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
}
.news-img-list .news-item .news-info {
	margin: 0 0 0 200px;
}
.news-img-list .news-title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding-top:4px;
}
.news-img-list .describe {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0;
	color: #666;
	height: 66px;
}
.news-img-list .date {
	font-size: 15px;
	line-height: 22px;
	margin: 14px 0 0;
	color: #666;
}
.news-img-list .news-item .news-title:hover {
	color: #003c99;
	text-decoration: underline;
}





/*分页*/
.pageCon {
	padding: 20px 0;
	text-align: center;
}
.page{
	display: inline-block;
    list-style: none;
    /*width: 350px !important;*/
    /*display: block;*/
    margin: 0px auto;
    overflow: hidden;
    border: none !important;
}
.page>li{
    float: left;
    /*padding: 5px 10px;*/
	width: 40px !important;
	height: 38px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    color: #000000;
    margin-right:5px !important;
}
.page .pageItem{
    /*border: solid thin #EFEFEF;*/
    margin: 5px !important;
    background: #EFEFEF;
}
.page .pageItemActive{
    /*border: solid thin #003c99;*/
    margin: 5px;
    background-color: #003c99;
    color:white;
}
.page .pageItem:hover{
    /*border: solid thin #003c99;*/
    background-color: #003c99;
    color:white;
}
.page .pageItemDisable{
    /*border: solid thin #efefef;*/
    margin: 5px;
    background-color: #efefef ;
    -webkit-highlight: none;
}
#prev{
	background-color: #EFEFEF;
	border: none;
}

#next{
	background-color: #EFEFEF;
	border: none;
}

.pagingUl{
  float:right;
  padding:0;
  margin:0;
  list-style: none;
}
.pagingUl li{
  float: left;
  width: 30px;
  height: 30px;
  list-style: 30px;
  text-align: center;
}
.pagingUl li a{
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  padding: 0;
  background: #fafafa;
  color: #666;
  font-size: 12px;
  border: 1px solid #ddd;
}

.prv, .next {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.first, .last {
  width: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.activP{
      background-color: #367fa9!important;
      color: #fff!important;
    }