body {
	min-width: 1400px;
}

@media screen and (max-width: 1400px) {
	html {
		overflow: auto;
		width: 1440px;
	}
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.header {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	background: url(../img/top-bg.png) no-repeat;
	height: 569px;
	padding-top: 128px;
	overflow: hidden;
	box-sizing: border-box;
}

.header .logo {
	display: block;
	width: 778px;
	margin: 0 auto 0;
}

.header .search-group {
	display: block;
	background-color: #fff;
	width: 640px;
	margin: 80px auto 0;
	line-height: 54px;
	font-size: 18px;
	border-radius: 10px;
}

.header .search-input {
	line-height: 54px;
	height: 54px;
	padding-left: 10px;
	width: 530px;
}

.header .search-group input {
	border: none;
	vertical-align: middle;
	padding-left: 0px;
	font-size: 18px;
	margin-top: -2px;
	width: 500px;
}

.header .search-btn {
	display: inline-block;
	width: 100px;
	background-color: #2e53a4;
	height: 54px;
	line-height: 54px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}

.header .search-btn img {
	width: 25px;
	margin-top: -4px;
}


/* nav-banner */
.nav {
	width: 100%;
	margin: -2px auto 0;
	position: relative;
	height: 72px;
	line-height: 72px;
	background: #2e53a4;
}

.nav .pt-list {
	width: 100%;
	margin: auto;
	width: 1400px;
}

.nav a {
	display: block;
}

.nav li:hover {
	background-color: #183983;
}

.nav .active {
	background-color: #183983;
}

.nav .pt-list li {
	width: 200px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav .pt-list p {
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
}

.nav .pt-list li ul {
	width: 200px;
	margin-left: 0;
	background-color: #2e53a4;
	opacity: 0.8;
	display: none;
	/* 设置初始为不显示 */
	position: absolute;
	z-index: 99
}

.nav .pt-list li:hover ul {
	display: block;
}

.news {
	margin-top: 64px;
}

.news .n-title {
	text-align: center;
	font-size: 36px;
	color: #2e53a4;
}

.news .n-profile {
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	color: #626262;
}

.news .n-profile a {
	color: #2e53a4;
}


.title-bar {
	border-bottom: 2px solid #eee;
	color: #2e53a4;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.title-bar .text {
	line-height: 1.2;
	padding-left: 10px;
	border-left: 6px solid #2e53a4;
}

.title-bar .more {
	font-size: 16px;
	color: #2e53a4;
	background-color: #d3e6ff;
	border-radius: 20px;
	padding: 4px 10px;
}

.title-bar .more:hover {
	color: #183983;
}

.slider {
	width: 775px;
	height: 436px;
	float: left;
	overflow: hidden;
	position: relative;
}

.slider .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 14px;
	z-index: 1;
}

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

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

.slider .hd ul li.on {
	background: #fff;
	color: #fff;
}

.slider .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 775px;
	height: 436px;
	position: relative;
}

.slider .bd img {
	width: 775px;
	height: 436px;
	display: block;
}


.slider .u-tit {
	background: url(../img/opacity.png) repeat;
	color: #fff;
	font-size: 16px;
	position: absolute;
	width: 100%;
	height: 48px;
	line-height: 48px;
	bottom: 0;
	left: 0;
}

.slider .u-tit p {
	padding: 0 8px;
	width: 80%;
}

.list {
	width: 595px;
	min-height: 420px;
}


.list {
	position: relative;
}

.list ul {
	padding: 0 5px;
	zoom: 1;
}

.list li {
	line-height: 2.1;
	font-size: 18px;
	position: relative;
	padding-right: 100px;
	box-sizing: border-box;
}

.newslist li {
	line-height: 40px;
}

.list li .date {
	position: absolute;
	right: 0;
	top: 0;
	height: 70px;
	line-height: 70px;
	color: #4d4d4d;
	font-size: 18px;
}

.list li .date2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 33px;
	line-height: 33px;
	color: #4d4d4d;
	font-size: 18px;
}

.list li a:before {
	content: '';
	display: inline-block;
	background-color: #cccccc;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 50%;
}


.headline {
	margin-bottom: 24px;
}

.headline .u-tit {
	font-size: 24px;
	font-weight: 600;
}

.headline .u-tit span {
	color: #2e53a4;
}

.headline .u-tit a:hover {
	color: #2e53a4;
}

.headline .u-ct {
	font-size: 16px;
	line-height: 1.8;
	color: #626262;
	margin: 12px 0;
}

.headline .u-sub .f-left {
	font-size: 16px;
	color: #626262;
}

.headline .u-sub .f-right {
	font-size: 16px;
	color: #2e53a4;
}

.index-ad {
	width: 1200px;
	height: 100px;
	margin: 30px 0;
}

.headline1 {
	margin: 20px 0 30px;
	height: 200px;
}

.headline1 .u-tit {
	padding: 0 10px;
	width: 230px;
	font-size: 20px;
	font-weight: 600;
	float: right;
	position: relative;
	height: 100%;
}

.headline1 .u-tit a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 230px;
}

.headline1 .u-tit a:hover {
	color: #d61518;
}

.headline1 .video {
	width: 335px;
	height: 100%;
}

.headline1 .video video {
	width: 100%;
	height: 100%;
}

/* 横幅 */

.advertising a {
	display: block;
	margin: 40px 0 0;
}

/* 动态 */
.dynamic {
	width: 775px;
	float: left;
}

.other_dynamic {
	width: 595px;
}

/* 协会动态 */
.slideTxtBox {
	width: 100%;
	text-align: left;
}

.slideTxtBox .hd {
	position: relative;
}


.slideTxtBox .hd ul li {
	float: left;
	padding: 0 20px;
	cursor: pointer;
	margin-right: 10px;
	font-size: 18px;
	background-color: #c3c3c3;
	color: #fff;
	border-radius: 2px;
	margin-bottom: 24px;
}

.slideTxtBox .hd ul li.on {
	color: #fff;
	background: #2e53a4;
}

.slideTxtBox .bd ul {
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 38px;
	line-height: 38px;
	vertical-align: top;
	clear: both;
}

.slideTxtBox .bd li a {
	display: inline-block;
	max-width: 580px;
	float: left;
}

.slideTxtBox .bd li a:before {
	content: '';
	display: inline-block;
	background-color: #cccccc;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 50%;
}

.slideTxtBox .bd li span {
	float: right;
	color: #4d4d4d;
	font-size: 16px;
}


.other_dynamic .title-bar {
	border-bottom: 0;
	margin-bottom: 0;
}

.about {
	background-color: #fbfbfb;
	padding: 20px;
	border-radius: 4px;
}

.about li {
	float: left;
	margin-right: 50px;
	line-height: 40px;
}


.about li img {
	margin-right: 10px;
}

.ad-wrap {
	margin-left: 4px;
	width: 100%;
	margin-top: 50px;
}

.ad-wrap a {
	display: block;
	float: left;
	margin: 30px 16px;
	width: 262px;
}

.ad-wrap img {
	display: block;
	width: 100%;
}

.foot {
	height: 158px;
	background-color: #2e53a4;
	line-height: 158px;
	text-align: center;
	font-size: 16px;
	margin-top: 70px;
	color: #fff;
}





.mt-40 {
	margin-top: 40px !important;
}

.leftwrap {
	width: 320px;
	float: left;
}



.as_nav,
.as_nav2 {
	border: 1px solid #e6e6e6;
	margin-top: -1px;
}

.as_nav .par,
.as_nav2 .par {
	display: block;
	height: 68px;
	line-height: 68px;
	font-size: 20px;
	padding-left: 20px;
	color: #000;
	background: url(../img/as_par.png) no-repeat right 10px;
}

.mean .par {
	background: url(../img/mean_bg.png) no-repeat
}

.mean .par {
	color: #fff !important;
}

.as_nav .con {
	padding: 10px;
	border-top: 1px solid #e6e6e6;
	display: none;
	background-color: #e6e6e6;
}

.as_nav .con2 {
	padding: 10px;
	border-top: 1px solid #e6e6e6;
	display: none;
	background-color: #cccccc;
}


.as_nav ul {
	list-style-type: none;
}

.as_nav li {
	background-color: #fff;
	margin: 10px auto;
	min-height: 50px;
	line-height: 50px;
}

.as_nav li a {
	display: block;
	color: #000;
	padding-left: 10px;
	background: url(../img/as_par.png) no-repeat right 4px;
}

.as_nav ul li a:hover {
	color: #000;
	background-color: #e3f3ff;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.as_navdown .par {
	color: #000;
	background: #e3f3ff url(../img/as_par.png) no-repeat right -36px;
}

.as_navdown2 .par {
	color: #000;
	background: #e3f3ff url(../img/as_par.png) no-repeat right -36px;
}

.show {
	display: block;
}


.rightwrap {
	width: 1040px;
	float: left;
	margin-left: 40px;
}

.category-2 {
	border: 1px solid #e6e6e6;
	width: 100%;
	padding: 0 18px;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	margin: 0;
}

.category-2 .name {
	color: #063cab;
	font-size: 20px;
	float: left;
}

.category-2 .name img {
	margin-right: 10px;
	margin-top: -4px;
}

.rightwrap ul {
	padding: 0 18px;
	border: 1px solid #e6e6e6;
}

.rightwrap li {
	height: 70px;
	width: 100%;
	line-height: 70px;
}

.rightwrap li:nth-child(n+2) {
	border-top: 1px solid #e6e6e6;
}

.position {
	float: right;
	font-size: 16px;
	padding-left: 24px;
	background: url(../img/home.png) no-repeat left 23px;
	background-size: 16px 14px;
}


.content h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #d61518;
	margin: 44px 0;
}

.source {
	width: 100%;
	height: 50px;
	background-color: #f4f5f6;
	text-align: center;
	line-height: 50px;
}

.details {
	padding: 24px;
	line-height: 2;
}

.details img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.details p {
	margin: 20px 0;
	text-indent: 2rem;
}


.position2 {
	font-size: 16px;
	padding-left: 24px;
	background: url(../img/home.png) no-repeat left 6px;
	background-size: 16px 14px;
}


.container h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #063cab;
	margin: 44px 0;
}

.container h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #063cab;
	margin: 44px 0;
}