/* 重置 */

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
}

.container {
	width: 1014px;
	margin: 0 auto;
	/* padding: 80px 0 80px; */
	/* background-color: rgb(219, 201, 22); */
}

.u-title {
	/* width: 500px; */
	height: 64px;
	margin: 0 auto;
	margin-bottom: 40px;
	background-color: #5a126c;
}

/* 面包屑+右bar */

.u-box-menu {
	overflow: hidden;
	padding: 20px 40px;
	border-bottom: 1px solid #5c5c5c;
}

.u-box-menu .u-breadcrumb {
	float: left;
}

.u-box-menu .u-breadcrumb li {
	display: inline-block;
}

.u-box-menu .u-breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

.u-box-menu a {
	font-size: 12px;
	color: #5c5c5c;
}

.u-box-menu .u-rnav {
	float: right;
	margin-right: 8%;
}

.u-box-menu .u-rnav li {
	float: left;
	line-height: 12px;
	padding: 0 20px;
	border-left: 1px solid #374e82;
}

/* 标题尺寸 */

.u-title-h2 {
	font-size: 32px;
	color: #374e82;
}

.u-title-h5 {
	font-size: 16px;
	color: #374e82;
}

.u-title-h6 {
	font-size: 20px;
	color: #374e82;
}

.fontsz16 {
	font-size: 16px;
	color: #333;
}

/* 外/内边距尺寸 */

.g-top25-bottom28 {
	margin: 25px 0 28px 0;
}

.g-top25-bottom70 {
	margin: 30px 0 72px 0;
}

.g-top34-bottom20 {
	margin: 34px 0 20px 0;
}

.gp-left40-right40 {
	padding: 0 40px;
}

.gp-t44-b55 {
	padding: 44px 0 55px 0;
}

.gp-t48-b55 {
	padding: 48px 0 55px 0;
}

.gm-20 {
	margin: 20px 0;
}

.gm-10 {
	margin: 10px 0;
}

.u-box-clear {
	overflow: hidden;
}

.w378 {
	width: 378px;
}

.w92 {
	width: 92px;
}

.w622 {
	width: 622px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.center {
	text-align: center;
}

/* 头部 */

.g-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.g-header .header-fix {
	overflow: hidden;
	/* width: 100%; */
	background-color: #0f1431;
}

/* 导航 */

/* logo */

.logo {
	float: left;
	width: 200px;
	line-height: 80px;
}

.logo>a {
	display: inline-block;
	line-height: 20px;
	font-size: 0;
	vertical-align: middle;
}

.logo img {
	width: 100%;
}

.m-navbar {
	float: right;
}

.m-navbar li {
	float: left;
	font-size: 16px;
	line-height: 80px;
}

.m-navbar li a {
	display: block;
	padding: 0 22px;
	color: #fff;
}

.m-navbar li:hover {
	background-color: #072681;
}

.m-navbar .active {
	background-color: #072681;
}

/* banner */

.g-banner {
	position: relative;
	width: 100%;
}

.g-banner>img {
	width: 100%;
	height: 100%;
}

/* 返回 */

.back {
	display: block;
	padding: 20px 0;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #5c5c5c;
}

/* 页尾 */

.g-footer p {
	margin: 0;
}

.g-footer {
	width: 100%;
	font-size: 12px;
	color: #fff;
	background-color: #262a2e;
}

.g-footer .fot-wrap {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 46px 0 58px;
}

.g-footer .sl-item-wrap {
	margin-top: 35px;
}

.g-footer .sl,
.g-footer .er-img {
	float: left;
}

.g-footer .er-img {
	width: 90px;
	height: 90px;
}

.g-footer .m-list4 {
	margin-left: 110px;
}

.g-footer .m-list4 li {
	margin: 5px 0;
}

.g-footer .m-list4 li:last-child {
	/* text-indent: 36px; */
}

.g-footer .fw-tel {
	color: #c0c0c0;
}

.g-footer .cg-c {
	color: #374e83;
}

.g-footer .tel {
	font-size: 32px;
}

.g-footer .br {
	position: absolute;
	right: 10%;
	bottom: 38px;
}

.g-footer .br li {
	margin: 20px 0;
}

.g-copy {
	width: 100%;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background-color: #1d2124;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.crumbsnav {
	padding: 25px 0;
	margin-top: 40px;
	font-size: 12px;
	color: #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
}

.crumbsnav .crumbs-title {
	float: left;
	line-height: 1;
	margin: 0;
	font-size: 32px;
	color: #374e82;
	font-weight: bolder;
}

.crumbsnav .crumbs {
	float: left;
}

.crumbsnav .crumbs li {
	float: left;
}

.crumbsnav .nav-right {
	float: right;
}

.crumbsnav .nav-right li {
	float: left;
	line-height: 14px;
	padding: 0 20px;
	font-size: 14px;
}

.crumbsnav .nav-right .active {
	color: #374E82;
}

.crumbsnav .nav-addborder li:last-child {
	border-right: 0;
}

.crumbsnav .nav-addborder-r li {
	border-right: 1px solid #ccc;
}

.crumbsnav .nav-addborder-l li {
	border-left: 1px solid #ccc;
}

/*分页*/

.pagination {
	margin: 24px auto 64px;
	font-size: 0;
	text-align: center;
}

.pagination .pagination-box {
	display: inline-block;
}

.pagination li {
	float: left;
	margin: 0 4px;
	border: 1px solid #c3cada;
	border-radius: 4px;
	overflow: hidden;
}

.pagination li>a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #ccd2df;
}

.pagination .arrow-l a {
	background: #374e83 url('../images/arr-l.png') no-repeat center;
}

.pagination .arrow-r a {
	background: #374e83 url('../images/arr-r.png') no-repeat center;
}

.pagination li:hover a {
	color: #fff;
	background-color: #ccd2df;
}

.pagination .active a {
	color: #374e83;
}

/* 文章内页 */

.inner-crumb-wrap {
	padding: 44px 0 15px 0;
	border-bottom: 1px solid #5c5c5c;
}

.inner-container {
	width: 960px;
	margin: 0 auto;
}

.inner-crumb-wrap .crumb {
	overflow: hidden;
}

.inner-crumb-wrap .crumb .left-title {
	float: left;
	font-size: 30px;
	color: #333;
}

.inner-crumb-wrap .crumb .right-crumb {
	float: right;
	margin-top: 16px;
}

.inner-crumb-wrap .right-crumb>a {
	font-size: 12px;
	color: #5c5c5c;
}

/* swiper箭头 */

.swiper-btn {
	position: absolute;
	top: 50%;
	cursor: pointer;
}

/* 轮番展示内容-基础设置 */

/* 总宽度超出中间宽度的设置 */

.scrollBox {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* 中间内容宽度的设置 */

.scrollBox .containerBox {
	overflow: hidden;
	position: relative;
	width: 1014px;
	margin: 0 auto;
}

/* 整体内容居中设置 */

.tempWrap {
	margin: 0 auto;
}

.scrollBox .lists {
	overflow: hidden;
	zoom: 1;
}

/* 列表中内容设置 */

.scrollBox .lists li {
	float: left;
	background: #fff;
}

/* 左右箭头的设置以及高亮设置 */

.scrollBox .pageBtn span {
	position: absolute;
	top: 50%;
	display: block;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}

/* 左右箭头摆放位置设置 */

.scrollBox .pageBtn .prev {
	left: 10px;
}

.scrollBox .pageBtn .next {
	right: 10px;
}

/* 左右箭头翻到最前/后时，前/后按钮点击无效 */

.scrollBox .pageBtn .prevStop {
	opacity: .4;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: Alpha(opacity=20)
}

.scrollBox .pageBtn .nextStop {
	opacity: .4;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: Alpha(opacity=20)
}