﻿/* -------  全局样式  ------- */
* {
	padding: 0;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "微软雅黑";
}
a {
	text-decoration: none;
}
.container_12 {
    width:1200px;
    margin:0 auto;
}
.bg{
	background-image: url('../img/bigbg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* swiper组件样式 */
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-pagination1{
	left: unset !important;
	width: 100% !important;
	position: relative;
	top: -28px;
}
.swiper-pagination-bullet{
	border-radius: 50%;
	background: rgba(255,255,255, .9);
}
.swiper-pagination-bullet-active{
	background: rgba(255,255,255, .9);
}
.swiperall{
	width: 100%;
	height: 250px;
}
.swiper-wrapper_p {
	width: 100%;
	padding: 12px;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	text-align: left;
}
/* 顶部导航栏 */
/*nav导航盒子*/
.navall{
	height: 55px;
	line-height: 55px;
	z-index: 1;
}
nav{
    height: 35px;
    line-height: 35px;
    /*导航位置*/
    margin: 10px auto;
    text-align: center;
	position: relative;
}
/*nav-main*/
.nav-main{
	width: 100%;
    height: 100%;
    list-style-type: none;
}
.nav-main span{
    display: inline-block;
    margin-left: 12px;
    width: 8px;
    height: 8px;
    background: url('../img/down-icon.png') no-repeat;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
.nav-main>li{
    width: 120px;
    height: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    display: block;
    float: left;
    color: #fff;
    margin-right: 1px;
    cursor: pointer;
}
.nav-main>li:hover{
    background: #11557a;
}
.nav-main>li:last-child:hover{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*隐藏盒子设置*/
.hidden-box{
    width: 120px;
	border-top: 1px solid #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    position: absolute;
    display: none;
    top: 35px;
	background: #006599;
}
.hidden-box>ul{
    list-style-type: none;
    color: #fff;
    cursor: pointer;
}
.hidden-box li:hover{
    background: #11557a;
}
/*隐藏盒子位置设置*/
.hidden-loc-1{
    left: 0;
}
.hidden-loc-2{
    left: 121px;
}
.hidden-loc-3{
    left: 242px;
}
.hidden-loc-4{
    left: 363px;
}
.hidden-loc-5{
    left: 484px;
}
.hidden-loc-6{
    left: 605px;
}

/* -------  正式样式  ------- */

/* 顶部导航栏 */
.top_frame {
	width: 100%;
	background: rgba(0,101,153, 0.9);
}
.leftlogo,.leftlogo a{
	color: #fff;
}
/* 内容导航栏 */
.specialnav{
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.nav_child{
	width: 171px;
	height: 100%;
	text-align: center;
	float: left;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}
.vertical{
	width: 1px;
	height: 30px;
	position: relative;
	top: 20px;
}
.nav_child:hover{
	background: #11557a;
}

/* logo+searchbox */
.namelogo{
	letter-spacing: 3px;
}
.searchall img{
	position: relative;
	left: 45px;
	top: 5px;
}
.search{
	width: 60%;
	padding-left: 50px;
	line-height: 45px;
	border: none;
	border-radius: 5px;
	background: #f3f3f3;
}
input::-webkit-input-placeholder{
	color:#808080;
}
.subbtn{
	line-height: 45px;
	border: none;
	border-radius: 5px !important;
	padding: 0 15px;
}

/* 内容左侧新闻轮播图+8个板块链接按钮 */
.block_child{
	width: 48%;
	height: 48px;
	line-height: 48px;
}
.block_child img{
	margin-top: 10px;
	width: 30px;
	height: 30px;
}
.xzzqsize img{
	width: 28px !important;
	height: 28px !important;
}
.block_child:hover{
	font-weight: bold;
	background-color: #11557a;
}

/* 中右侧3个tab新闻列表+登录表单 */
.logindiv{
	min-height: 240px;
	padding-top: 28px;
}
.logindiv img{
	position: relative;
	left: 15px;
	top: -1px;
}
.accounttext{
	width: 65%;
	padding-left: 50px;
	line-height: 35px;
	border: none;
	border-radius: 5px;
	background: #fff;
	display: inline-block;
}
.logindiv input::-webkit-input-placeholder{
	color:#c9c9c9;
}
.logindiv a{
	text-decoration: none;
}
.checkbox input{
	position: relative;
	top: 2px;
}
.loginbtn button{
	border: none;
	color: #fff;
	background: #006599;
	font-size: 17px;
	padding: 6px 20px;
	border-radius: 3px;
	margin: 0 20px;
}
.tablist{
	max-height: 260px !important;
	overflow-y: hidden;
}
.tab{
	border: 0;
	display: unset;
}
.tab>.headers,.tab>.headers2,.tab>.headers3{
	line-height: 32px;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #c4c3c1;
}
.tab>.headers>li,.tab>.headers2>li,.tab>.headers3>li {
	padding: 0 18px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}
.tab>.headers>li.active,.tab>.headers2>li.active,.tab>.headers3>li.active {
	border-bottom: 3px solid #006599;
}
.morebtn{
	color: #333;
	font-size: 13px;
}
.newslist_ul{
	line-height: 36px;
	padding-left: 20px;
}
.newslist_ul li{
	list-style-type: square;
}
.newslist_li_tit,.rightcontent_t{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newslist_a{
	color: #333;
}
.newslist_li_date{
	letter-spacing: 1px;
}
/* 服务协议弹出层样式 */
#mask {
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
.mask {
	width: 35vw;
	height: 80vh;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	border-radius: 5px;
}
.title {
	border-bottom: 1px solid #eee;
}
.contenttext{
	min-height: 55vh;
	overflow-y: scroll;
}
.maskbtn button {
	background: #006599;
	border: 0;
	padding: 10px 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
}

/* 底部 */
.foot{
	width: 100%;
	padding: 20px 0;
	background: rgba(0,101,153, 0.9);
}
.foot a{
	color: #fff;
	margin: 5px
}

/* 新闻列表页样式 */
.listname{
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.listcontent{
	height: 415px;
	overflow-y: hidden;
}
.listblock{
	width: 49%;
	float: left;
	background-color: #fff;
	margin-top: 15px;
}
.listblock:nth-child(2n){
	float: right !important;
}
.tit_minh{
	min-height: 78px;
}
.list_tit,.list_mess{
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.checkbtn{
	border: none;
	margin-top: 25px;
	border-radius: 3px;
	padding: 6px 15px;
	background: #006599;
	color: #fff;
}
.checkbtn:hover{
	background: #11557a;
}
/* 分页 */
.page,.page ul{
	display:inline-block;
}
.page ul::after {
	content: '';
	display: block;
	clear: both;
}
.page ul li {
	float: left;
	width: auto;
	min-width: 27px;
	height: 25px;
	line-height: 25px;
	list-style: none;
}
.page a {
	color: #666;
	font-size: 13px;
	padding: 0 8px;
	margin: 0 3px;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}
.page ul li a:hover,.page .active a{
	background: #006599;
	color: white;
}
.page .disabled a:hover {
	background-color: white;
	cursor: not-allowed;
	color: #999;
}

/* 新闻内容详情页样式 */
.midborder{
	width: calc(100%-2px);
	border: 1px solid #ddd;
	border-top: none;
	box-shadow: 0 0 3px #ddd;
}
.news_txt{
	height: 500px;
	overflow-x: scroll;
}
.news_txt p{
	
}
.white{
       color:white;
}