body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #007f41;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
	background-color: #0d65bc;
    color: white;
}

*::-moz-selection {
	background-color: #0d65bc;
    color: white;
}

*::-webkit-selection {
	background-color: #0d65bc;
    color: white
}

@media (max-width: 991px) {
	.container {
		width: 708px;
		padding: 0;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}
@media (min-width: 1450px) {
	.container {
		width: 1380px;
	}
}
/*公共头部样式*/
header {
	width: 100%;
	height: 75px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 15.36px 0.64px rgba(33,27,24,0.18);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
header .logo {
	display: block;
	width: 190px;
	height: 41px;
	line-height: 39px;
	overflow: hidden;
	margin: 17px 0;
	float: left;
}
header .logo img {
	max-width: 100%;
}
header .header_right {
	width: 940px;
	height: 75px;
	float: right;
}
header .header_right .header_rr {
	width: 200px;
	height: 75px;
	overflow: hidden;
	float: right;
}
/*.header_rr .header_edition {
	width: 51px;
	height: 17px;
	padding: 3px 0;
	margin: 10px 0 0;
	float: right;
}
.header_edition li {
	width: 25px;
	height: 11px;
	line-height: 11px;
	float: left;
	text-align: right;
}
.header_edition li:nth-of-type(1) {
	text-align: left;
	border-right: 1px solid #a1a1a1;
}
.header_edition li a {
	color: #a1a1a1;
}
.header_edition li.active a {
	font-weight: bold;
	color: #ee0000;
}*/
.header_rr .header_search {
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #0d0f53;
	overflow: hidden;
	position: relative;
	margin: 26px 0 0;
}
.header_search input {
	width: calc(100% - 35px);
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	height: 32px;
	overflow: hidden;
	border: none;
	background-color: transparent;
}
.header_search span {
	width: 17px;
	font-size: 17px;
	color: #0d0f53;
	margin: 0 7px;
}
header .header_right .header_menu {
	width: 700px;
	height: 45px;
	float: left;
	margin: 20px 0 0;
}
.header_menu li {
	width: 90px;
	height: 45px;
	float: left;
	text-align: center;
	position: relative;
}
.header_menu li:first-of-type {
	width: 70px;
}
.header_menu li h4 {
	position: relative;
	z-index: 10;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.header_menu li h4 a {
	color: #000003;
}
.header_menu li:hover:before {
	content: '';
	display: block;
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #1447a5;
	animation: menuBefore 0.3s linear forwards;
	-webkit-animation: menuBefore 0.3s linear forwards;
}
.header_menu li.active:before {
	content: '';
	display: block;
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #1447a5;
	animation: menuBefore 0.3s linear forwards;
	-webkit-animation: menuBefore 0.3s linear forwards;
}
@keyframes menuBefore {
	from{top: -30px;}
	to{top: 0;}
}
@-moz-keyframes menuBefore {
	from{top: -30px;}
	to{top: 0;}
}
@-ms-keyframes menuBefore {
	from{top: -30px;}
	to{top: 0;}
}
@-webkit-keyframes menuBefore {
	from{top: -30px;}
	to{top: 0;}
}
.header_menu li:hover h4 a {
	font-weight: bold;
	color: #FFFFFF;
}
.header_menu li.active h4 a {
	font-weight: bold;
	color: #FFFFFF;
}
.header_menu li .header_two {
	width: 120px;
	padding: 5px 15px 15px;
	background-color: #1447a5;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	overflow: hidden;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -60px;
	z-index: 10;
	display: none;
}
.header_menu li .header_two a {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 35px;
	color: #ffffff;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.header_menu li .header_two a:hover {
	font-weight: bold;
	background-color: rgba(255,255,255,0.1);
}
.header_icon {
	width: 75px;
	height: 75px;
	overflow: hidden;
	background-color: #1447a5;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
}
.header_icon ul {
	width: 45px;
	height: 45px;
	overflow: hidden;
	position: relative;
}
.header_icon ul li {
	width: 44px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}
.header_icon ul li:nth-of-type(1) {
	margin: -16px 0 0 -22px;
}
.header_icon ul li:nth-of-type(2) {
	margin: -2px 0 0 -22px;
}
.header_icon ul li:nth-of-type(3) {
	margin: 12px 0 0 -22px;
}
.header_icon.iconClick ul li:nth-of-type(1) {
	margin: -2px 0 0 -22px;
	transform: rotate(45deg);
}
.header_icon.iconClick ul li:nth-of-type(2) {
	margin: -2px 0 0 -22px;
	opacity: 0;
}
.header_icon.iconClick ul li:nth-of-type(3) {
	margin: -2px 0 0 -22px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px ) {
	header .header_right {
	    width: 100%;
	    height: calc(100% - 75px);
	    height: -moz-calc(100% - 75px);
	    height: -webkit-calc(100% - 75px);
	    overflow: hidden;
		background-color: #1447a5;
	    float: none;
	    position: fixed;
	    left: -100%;
	    top: 75px;
	    display: none;
	}
	header .header_right .header_rr {
		width: 650px;
		float: none;
		margin: 0 auto;
		height: auto;
	}
	.header_rr .header_edition {
	    width: 100%;
	    height: 50px;
	    padding: 0;
	    margin: 30px 10px 0;
	    float: none;
	}
	.header_edition li {
	    width: 60px;
	    height: 40px;
	    font-size: 24px;
	    line-height: 40px;
	}
	.header_rr .header_search {
	    height: 60px;
	}
	.header_search input {
		display: block;
	    width: calc(100% - 80px);
	    width: -moz-calc(100% - 80px);
	    width: -webkit-calc(100% - 80px);
	    height: 60px;
	    font-size: 24px;
	    padding: 0 10px;
		float: left;
	}
	.header_search input::-webkit-input-placeholder { 
		color: #FFFFFF;
	}
	.header_search input:-moz-placeholder { 
		color: #FFFFFF;
	}
	.header_search input:-ms-input-placeholder { 
		color: #FFFFFF;
	}
	.header_search input:placeholder { 
		color: #FFFFFF;
	}
	.header_search span {
		display: block;
		float: left;
		width: 62px;
		line-height: 59px;
		font-size: 30px;
		color: #FFFFFF;
		margin: 0 7px;
		text-align: center;
	}
	header .header_right .header_menu {
		width: 650px;
		height: auto;
		float: none;
		margin: 30px auto;
	}
	.header_menu li {
	    width: 100%;
	    height: 55px;
	    line-height: 55px;
	    font-size: 28px;
	    float: none;
	    text-align: left;
	    padding: 0 10px;
	}
	.header_menu li:first-of-type {
	    width: 100%;
	}
	.header_menu li h4 {
		height: 55px;
	    line-height: 55px;
	    font-size: 28px;
	}
	.header_menu li h4 a {
		color: #FFFFFF;
	}
}
@media only screen and (max-width: 767px ) {
	header {
	    height: 60px;
	}
	header .logo {
	    height: 42px;
	    margin: 9px 0;
	}
	.header_icon {
	    width: 60px;
	    height: 60px;
	    float: none;
	    padding: 15px;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.header_icon ul {
	    width: 30px;
	    height: 30px;
	}
	.header_icon ul li {
		width: 30px;
		height: 2px;
		border-radius: 1px;
	}
	.header_icon ul li:nth-of-type(1) {
		margin: -10px 0 0 -15px;
	}
	.header_icon ul li:nth-of-type(2) {
		margin: -1px 0 0 -15px;
	}
	.header_icon ul li:nth-of-type(3) {
		margin: 8px 0 0 -15px;
	}
	.header_icon.iconClick ul li:nth-of-type(1) {
		margin: -1px 0 0 -15px;
	}
	.header_icon.iconClick ul li:nth-of-type(2) {
		margin: -1px 0 0 -15px;
	}
	.header_icon.iconClick ul li:nth-of-type(3) {
		margin: -1px 0 0 -15px;
	}
	header .header_right {
	    height: calc(100% - 60px);
	    height: -moz-calc(100% - 60px);
	    height: -webkit-calc(100% - 60px);
	    top: 60px;
	}
	header .header_right .header_rr {
		width: 330px;
	}
	.header_rr .header_edition {
	    height: 20px;
	    margin: 20px 5px 0;
	}
	.header_edition li {
	    width: 35px;
	    height: 20px;
	    font-size: 16px;
	    line-height: 20px;
	}
	.header_rr .header_search {
	    height: 40px;
	    margin: 10px 0 0;
	    border-color: #cfcfcf;
	}
	.header_search input {
	    width: calc(100% - 40px);
	    width: -moz-calc(100% - 40px);
	    width: -webkit-calc(100% - 40px);
	    height: 40px;
	    font-size: 14px;
	    padding: 0 5px;
	}
	.header_search span {
		width: 40px;
		line-height: 40px;
		font-size: 20px;
		font-weight: lighter;
		margin: 0;
	}
	header .header_right .header_menu {
		width: 330px;
		margin: 10px auto;
	}
	.header_menu li {
	    height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	    padding: 0 5px;
	}
	.header_menu li h4 {
		height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	}
}
@media only screen and (min-width: 992px ) {
	header .header_right {
	    width: 760px;
	}
	header .header_right .header_menu {
		width: 540px;
	}
	.header_menu li {
		width: 70px;
	}
	.header_menu li:first-of-type {
		width: 50px;
	}
	.header_icon {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px ) {
	header .header_right {
	    width: 860px;
	}
	header .header_right .header_menu {
		width: 620px;
	}
	.header_menu li {
		width: 80px;
	}
	.header_menu li:first-of-type {
		width: 60px;
	}
}
@media only screen and (min-width: 1450px ) {
	header .header_right {
	    width: 940px;
	}
	header .header_right .header_menu {
		width: 700px;
	}
	.header_menu li {
		width: 90px;
	}
	.header_menu li:first-of-type {
		width: 70px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	background-color: #d0e6f5;
	padding: 35px 0 25px;
}
.footer-top .footer-menu {
	width: 1080px;
	overflow: hidden;
	margin: 0 auto 30px;
}
.footer-menu li {
	width: 255px;
	height: 50px;
	border: 1px solid #0d65bc;
	border-radius: 9px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	color: #000000;
	font-size: 16px;
	float: left;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.footer-menu li:last-of-type {
	margin: 0;
}
.footer-menu li:hover {
	color: #0d65bc;
	font-weight: bold;
	text-decoration: underline !important;
}
.footer-menu li.active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0d65bc;
}
.footer-top .footer-list {
	width: 100%;
	overflow: hidden;
}
.footer-top .footer-list li {
	width: 100%;
	overflow: hidden;
	display: none;
}
.footer-top .footer-list li.active {
	display: block;
}
.footer-top .footer-list li a {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	float: left;
	margin: 0 22px 0 0;
}
.footer-top .footer-list li a:hover {
	color: #0d65bc;
	text-decoration: underline !important;
}
footer .footer-bottom {
	width: 100%;
	overflow: hidden;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/footer.jpg) no-repeat top center;
	background-size: cover;
	padding: 32px 0 20px;
	text-align: center;
}
.footer-bottom ul {
	width: 372px;
	height: 20px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.footer-bottom ul li {
	width: 93px;
	float: left;
	line-height: 20px;
	border-right: 1px solid #FFFFFF;
}
.footer-bottom ul li:last-of-type {
	border: none;
}
.footer-bottom ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
footer .footer-bottom p {
	line-height: 22px;
	color: #FFFFFF;
}
footer .footer-bottom p br {
	display: none;
}
footer .footer-bottom p a {
	color: #FFFFFF;
}
footer .footer-bottom a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.footer-top .footer-menu {
		width: 660px;
	}
	.footer-menu li {
		width: 150px;
		height: 50px;
	}
	.footer-top .footer-list li a {
	    margin: 0 19px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	footer .footer-top {
		display: none;
	}
	.footer-bottom ul {
	    width: 100%;
	    margin: 0 auto 10px;
	}
	.footer-bottom ul li {
	    width: 25%;
	}
	footer .footer-bottom p br {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	.footer-top .footer-menu {
		width: 860px;
	}
	.footer-menu li {
		width: 200px;
		height: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.footer-top .footer-menu {
		width: 1080px;
	}
	.footer-menu li {
		width: 255px;
		height: 50px;
	}
}
@media only screen and (min-width: 1700px) {
	footer .footer-bottom {
		background-size:cover;
	}
}
/*其他页面公共头部图片*/
.title_common {
	width: 100%;
	height: auto;
}
.title_common .title_top {
	width: 100%;
	line-height: 60px;
	overflow: hidden;
	margin: 75px 0 0;
	background-color: #f6f6f6;
}
.title_common p {
	width: 100%;
	color: #333333;
	overflow: hidden;
}
.title_common p a {
	color: #333333;
}
.title_common p a:hover {
	color: #1447a5;
	text-decoration: underline !important;
}
.title_common p span {
	color: #1447a5;
}
.title_common .title_bottom {
	width: 100%;
	height: 93px;
	border-bottom: 1px solid #f2f2f2;
}
.title_bottom h1 {
	width: 120px;
	line-height: 89px;
	border-bottom: 4px solid #0d65bc;
	font-size: 30px;
	float: left;
	overflow: hidden;
}
.title_bottom .title_right {
	width: 350px;
	height: 35px;
	float: right;
	margin: 28px 0 0;
}
.title_right .title_province {
	width: 145px;
	height: 35px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	float: left;
	position: relative;
}
.title_province h4 {
	width: 100%;
	height: 33px;
	line-height: 33px;
	color: #000003;
	font-size: 14px;
	overflow: hidden;
	padding: 0 16px;
}
.title_province h4 img {
	position: absolute;
	top: 15px;
	right: 13px;
	cursor: pointer;
}
.title_right .title_name {
	width: 235px;
	height: 35px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	float: left;
	margin: 0 20px;
	position: relative;
}
.title_name h4 {
	width: 100%;
	height: 33px;
	line-height: 33px;
	color: #000003;
	font-size: 14px;
	overflow: hidden;
	padding: 0 16px;
}
.title_name h4 img {
	position: absolute;
	top: 15px;
	right: 18px;
	cursor: pointer;
}
.title_name .title_select,.title_province .title_select {
	width: 100%;
	height: 300px;
	overflow-x: hidden;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 10;
	box-shadow: 0 5px 6px 3px rgba(0,0,0,0.15);
	display: none;
}
.title_name ul,.title_province ul {
	width: 100%;
	padding: 10px 16px;
	overflow: hidden;
}
.title_name ul li,.title_province ul li {
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dashed #efefef;
	padding: 0 5px;
}
.title_right input {
	width: 235px;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	padding: 0 13px;
	font-size: 14px;
	display: block;
	float: left;
}
.title_right button {
	display: block;
	width: 94px;
	height: 35px;
	border-radius: 4px;
	background-color: #1f63b4;
	border: none;
	float: right;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.title_common .title_bottom {
		height: 113px;
	}
	.title_bottom h1 {
	    width: 120px;
	    line-height: 109px;
	}
	.title_bottom .title_right {
	    width: 400px;
	    height: auto;
	    float: right;
	    margin: 40px 0 0;
	}
	.title_right .title_province {
		margin: 0 0 10px;
	}
	.title_right .title_name {
	    margin: 0 0 10px 20px;
	}
	.title_right input {
	    width: 285px;
	}
}
@media only screen and (max-width: 767px) {
	.title_common .title_bottom {
		height: 140px;
	}
	.title_common .title_top {
		margin: 60px 0 0;
	}
	.title_bottom h1 {
	    width: 112px;
	    font-size: 28px;
	    line-height: 59px;
	    float: none;
	}
	.title_bottom .title_right {
	    width: 100%;
	    float: none;
	    height: 80px;
	    margin: 20px 0 0;
	}
	.title_right .title_province {
		width: 110px;
		margin: 0 0 10px;
	}
	.title_right .title_name {
		width: calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
	    margin: 0 0 10px 10px;
	}
	.title_right input {
	    width: calc(100% - 104px);
		width: -moz-calc(100% - 104px);
		width: -webkit-calc(100% - 104px);
	}
}
/*右部公共样式*/

/*推荐要闻*/
.common_rr {
	width: 332px;
	overflow: hidden;
	float: right;
	margin: 28px 0 0;
}
.common_rr .right_box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
}
.right_box h3 {
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #e8e8e8;
	padding: 0 0 0 37px;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/member-logo.png) no-repeat 2px 2px;
	margin: 0 0 10px;
}
.right_box h3 strong {
	display: block;
	color: #0d65bc;
	font-size: 22px;
	width: 88px;
	height: 40px;
	overflow: hidden;
	border-bottom: 4px solid #0d65bc;
}
.right_box>p {
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	padding: 0 0 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.right_box>p:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #bcbcbc;
	position: absolute;
	left: 0;
	top: 12px;
}
.right_box>p a {
	color: #666666;
}
.right_box>p a:hover {
	color: #1447a5;
	font-weight: bold;
}
.right_box .special_box {
	width: 100%;
	overflow: hidden;
}
.special_box a {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}
.special_box a .special_img {
	width: 125px;
	overflow: hidden;
	float: left;
}
.special_img img {
	width: 100%;
	transition: all 1s;
}
.special_box a p {
	width: calc(100% - 155px);
	width: -moz-calc(100% - 155px);
	width: -webkit-calc(100% - 155px);
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	color: #666666;
	overflow: hidden;
	float: left;
	margin: 10px 15px 0;
}
.right_box a:hover .special_img img {
	transform: scale(1.1);
}
.right_box a:hover p {
	color: #1447a5;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.common_rr {
		display: none;
	}
}