/* CSS Reset*/
html {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "SimSun", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}

body {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "SimSun", sans-serif;
	margin: 0;
	color: #000;
	background-color: #fff;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

a {
	background: transparent;
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

a:active {
	outline: 0;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: middle;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

input,
textarea,
button {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
	margin: 0;
}

ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bcbcbc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bcbcbc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bcbcbc;
}

body {
	background: #fff;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

input {
	outline: none;
}

.an {
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.p30 {
	padding-left: 10px;
	padding-right: 10px;
}

/*public*/



.top .t_logo .top_text {
	font-size: 32px;
	color: #fff;
	margin-left: 40px;
	margin-top: 13px;
}



.top {
	background: #104b8d;
}

.t_logo {
	padding: 35px 0 25px;
	display: flex;
}

.t_logo img {
	max-width: 100%;
	height: auto;
	width: 430px;
}

.t_right_t {
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}

.t_right_t span {
	padding: 0 12px;
}

.t_right_t a {
	background: #4879b1;
	display: inline-block;
	*display: inline;
	padding: 0 12px;
	color: #fff;
}

.t_nav {
	background: #105399;
	width: 100%;
	position: relative;
	z-index: 999;
	border-top: 1px solid #2e6bab;
}

.t_nav .container {
	padding: 0;
}

.top_nav {
	background: url(../images/t_nav.jpg) no-repeat left center;
}

.pc_menuCon li {
	float: left;
	position: relative;
	width: 11.11%;
	height: 50px;
	line-height: 50px;
	background: url(../images/t_nav.jpg) no-repeat right center;
}

.pc_menuCon li a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.pc_menuCon>li:hover>a {
	background: #0076fd;
}

.pc_menuCon ul {
	position: absolute;
	left: -1px;
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 3px;
}

.pc_menuCon ul li {
	width: 100%;
	float: left;
	background: #f1f1f1;
	height: 36px;
	line-height: 36px;
	border-left: none;
}

.pc_menuCon ul li a {
	display: block;
	color: #1a79bc;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0;
	text-align: center;
}

.pc_menuCon ul li:hover {
	background: #fff;
}

.banner {
	position: relative;
	width: 100%;
}

.slide {
	position: relative;
	width: 100%;
}

.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative
}

.slide .slideItem .banner-img {
	width: 100%;
	height: 100%;
}

.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
}

.slide .dotList {
	text-align: center;
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 100%;
	z-index: 88;
}

.slide .dotList ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 13px;
	height: 13px;
	background: url(../images/ardius_d.png) no-repeat center;
	margin-left: 10px;
	cursor: pointer;
}

.slide .dotList ul li.active {
	background: url(../images/ardius_q.png) no-repeat center;
}




.foot {
	background: #104b8d;
}







.bottom {
	font-family: "宋体", "SimSun";
	text-align: center;
	color: #fff;
}

.bottom_con {
	height: 120px;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 2.5em;
	font-size: 16px;
	margin-top: 20px;
}

.bottom_con a {
	color: #fff;
}

.bottom_con a:hover {
	text-decoration: underline;
}

.back_top {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 42px;
	margin-left: -35px;
}

.back_top a {
	display: block;
	width: 55px;
	height: 42px;
	background: #5687be;
	line-height: 42px;
	font-size: 14px;
	line-height: 42px;
	font-weight: bold;
}

.back_top a:hover {
	background-color: #0369b1;
	text-decoration: none;
}

/*----index----*/


.page_con {
	background: #fff;
}

.page_con .pageCon {
	margin-left: -15px;
	margin-right: -15px;
}

.page_con .pageCon>div {
	padding-left: 15px;
	padding-right: 15px;
}

.pageNav {
	margin-top: -57px;
	margin-bottom: 10px;
	padding-bottom: 30px;
}

.pageNav h3 {
	width: 100%;
	height: 60px;
	line-height: 58px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.pageNav h3 a {
	display: block;
	background: #2d5f98;
	color: #fff;
	font-size: 18px;
}

.pageNav ul {
	padding: 0;
	background: #fff;
}

.pageNav ul li {
	float: left;
	width: 50%;
	display: block;
	border: 1px solid #e6e6e6;
	border-top: none;
	height: 45px;
	font-family: "宋体", "SimSun";
	background: #fbfbfb;
	text-align: center;
}

.pageNav ul li a {
	display: block;
	position: relative;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #2d5f98;
}

.pageNav ul li a span {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 4px;
	background: url(../images/li_blue.jpg) center top no-repeat;
	margin-right: 5px;
}

.pageNav ul li:hover a {
	background: #eee;
	color: #333;
}

.pageNav ul li.on a {
	background: #eee;
	color: #333;
}


.pageR {
	margin-top: 5px;
	margin-bottom: 30px;
}

.pageR_t {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.pageR_t p {
	display: block;
	float: left;
	font-size: 18px;
	color: #2d5f98;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 10px;
	z-index: 999;
}

.pageR_t_a {
	float: right;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 12px;
	padding-right: 10px;
}

.pageR_t_a a {
	color: #999;
	font-size: 12px;
}

.pageR_t_a a:hover {
	color: #2d5f98;
}

.pageR .line {
	width: 100%;
	height: 2px;
	background: #2d5f98;
}

#news_list {
	margin: 10px 0 40px;
}

#news_list ul.news_ul li {
	padding: 10px 110px 10px 24px;
	line-height: 30px;
	height: 50px;
	position: relative;
	border-bottom: 1px solid #dedede;
	background: url(../images/li_i.png) 10px center no-repeat;
}

#news_list ul.news_ul li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	font-family: "宋体", "SimSun";
}

#news_list ul.news_ul li span {
	width: 100px;
	position: absolute;
	display: block;
	right: 0;
	top: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #919191;
	text-align: center;
}

#news_list ul.news_ul li:hover a {
	color: #2d5f98;
}

.pageR_article {
	padding: 20px 3% 30px;
}

.pageR_article .title {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	padding: 5px 0;
}

.pageR_article .infoA {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	text-align: center;
}

.pageR_article .infoA span {
	display: inline-block;
	padding: 5px 6px;
}

.pageR_article .con {
	color: #666;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 15px;
	font-family: "宋体", "SimSun";
	margin-top: 15px;
}

.pageR_article .con img {
	max-width: 100% !important;
	height: auto !important;
}




/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) {
	.container {
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}

	.t_right_t {
		text-align: right;
	}

	.t_se {
		float: right;
		margin: 35px 0 25px;
	}

	.t_right_b {
		text-align: right;
		margin-bottom: 0;
	}

	.pc_menuCon li a {
		font-size: 12px;
	}

	.pc_menuCon ul li a {
		font-size: 12px;
	}

	.slide .dotList {
		bottom: 35px;
	}



	.pageNav ul li {
		float: left;
		width: 100%;
	}

	.pageR_news_list {
		margin: 10px 0 40px;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:992px) {
	.t_right_b {
		margin-top: 40px;
	}

	.pc_menuCon li a {
		font-size: 14px;
	}

	.pc_menuCon ul li a {
		font-size: 12px;
	}


}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px) {
	.container {
		width: 1200px;
	}

	.pc_menuCon li a {
		font-size: 16px;
	}

	.pc_menuCon ul li a {
		font-size: 14px;
	}

}