* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body {
	min-width: 1200px;
	height: auto;
	background-color: #fefefe;
}

body {
	margin: 0 auto;
	font: 12px  "思源黑体", sans-serif;
	vertical-align: baseline;
	overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

a img,
iframe {
	border: none;
}

:focus {
	outline: 0;
}

img {
	vertical-align: top;
}

ol,
ul {
	list-style: none;
}

input,
textarea,
select,
button {
	font-weight: inherit;
	font-size: inherit;
	*font-size: 100%;
	font-family: inherit;
}


/* == clearfix == */

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

.clearfix {
	*zoom: 1;
}

.limitSingleline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.limitMultiline {
	display: -webkit-box!important;
	overflow: hidden;
	text-overflow: ellipsis;
	/*设置超出样式为省略号*/
	-webkit-line-clamp: 2;
	/*设置3行应用省略*/
	-webkit-box-orient: vertical;
}

.limitMultThreeiline {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/*设置超出样式为省略号*/
	-webkit-line-clamp: 3;
	/*设置3行应用省略*/
	-webkit-box-orient: vertical;
}

.limitMultFouriline {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/*设置超出样式为省略号*/
	-webkit-line-clamp: 4;
	/*设置3行应用省略*/
	-webkit-box-orient: vertical;
}

.limitMultSixiline {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/*设置超出样式为省略号*/
	-webkit-line-clamp: 5;
	/*设置3行应用省略*/
	-webkit-box-orient: vertical;
}


/*公共部分-start*/


/*header-start*/

.headerWrap {
	border: 0px solid transparent;
	width: 100%;
}

.headerLogoWrap {
	border: 1px solid #FFFFFF;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
}

.headerLogoCon {
	border: 0px solid red;
	width: 1200px;
	height: 98px;
	margin: auto;
	position: relative;
}

.headerLogoImg {
	display: block;
	width: 315px;
	height: 66px;
	position: absolute;
	top: 18px;
	left: 0px;
	cursor: pointer;
}

.headerLogoSearch {
	border: 0px solid red;
	width: 305px;
	height: 40px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-image: url(../img/header_search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.headerSearchForm {
	border: 0px solid red;
	display: block;
	width: 100%;
	height: 36px;
	position: relative;
	margin-top: 2px;
}

.searchInput {
	border: 0px solid transparent;
	display: block;
	width: 240px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 0px;
	left: 15px;
	background-color: transparent;
}

.searchBtn {
	border: 0px solid transparent;
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: url(../img/searchbtn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-color: transparent;
	cursor: pointer;
}

.headerMenuWrap {
	border: 0px solid #00469e;
	width: 100%;
	height: 50px;
	background-color: #00469e;
	position: relative;
}

.headerMenuBox {
	width: 1200px;
	height: 50px;
	margin: auto;
}

.headerMenuList {
	width: 100%;
	height: 100%;
	position: relative;
}

.headerMenuLi {
	float: left;
	height: 50px;
	line-height: 50px;
}

.headerMenuLiA {
	border-left: 1px solid #4477b8;
	font-family: "思源黑体";
	font-size: 18px;
	color: #FFFFFF;
	padding: 3px 40.8px;
}

.headerMenuLi:hover {
	background-color: #f39801;
}

.headerMenuLi:hover .headerMenuLiA {
	color: #FFFFFF;
}

.curMenuStatus {
	background-color: #f39801;
}

.curMenuStatus .headerMenuLiA {
	color: #FFFFFF;
}

.secondMenuBox {
	width: 1200px;
	min-height: 574px;
	position: absolute;
	top: 50px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 100;
	display: none;
}


/*协会概况*/

.xihuigaik {
	width: 96%;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.xihuigaikLf,
.xihuigaikRg {
	float: left;
	margin-bottom: 10px;
}

.xihuigaikLf {
	width: 70%;
}

.xihuigaikRg {
	width: 30%;
}

.xihuigaikLf-title,
.xihuigaikRg-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "思源黑体";
	font-size: 20px;
	color: #00469e;
	background-image: url(../img/secondline.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 7px 19px;
	padding-left: 20px;
}

.xihuigaikLf-title a,
.xihuigaikRg-title a {
	color: #00469e;
}

.xihuigaikRg-con {
	width: 100%;
	background-color: #fbfbfb;
	padding: 25px 20px;
}

.xihuigaikRg-contitle {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #00469e;
}

.xihuigaikRg-con p {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.xihuigaikLf-con {
	border: 1px solid #d3d4d5;
	width: 96%;
	overflow: hidden;
}

.xihuigaikLf-conLf,
.xihuigaikLf-conRg {
	float: left;
}

.xihuigaikLf-conLf {
	width: 30%;
}

.xihuigaikLfPeople {
	display: block;
	width: 170px;
	/* height: 215px; */
	height: auto;
	margin: auto;
	margin-top: 20px;
}

.xihuigaikLfname {
	width: 100%;
	line-height: 30px;
	font-family: "思源黑体";
	font-size: 18px;
	color: #00469e;
	text-align: center;
	font-weight: bold;
}
.xihuigaikLfname.newsfname{
	margin-bottom: 15px;
}
.xihuigaikLf-conRg {
	width: 70%;
}

.xihuigaikLf-menu {
	width: 96%;
	margin-top: 36px;
	margin-bottom: 20px;
	overflow: hidden;
}

.xihuigaikLf-menuLi {
	width: 163px;
	float: left;
	margin-right: 30px;
}

.xihuigaikLf-menuLiImg {
	display: block;
	width: 100%;
	height: 101px;
}

.xihuigaikLf-menuLiname {
	width: 100%;
	font-family: "思源黑体";
	font-size: 20px;
	color: #00469e;
	text-align: center;
}

.xihuigaiktabTitle {
	border-bottom: 1px solid #d9d9d9;
	width: 94%;
	overflow: hidden;
}

.xihuigaiktabTitleLi {
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: "思源黑体";
	font-size: 18px;
	color: #00469e;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
	cursor: pointer;
}

.curtabxie {
	background-color: #00469e;
	color: #FFFFFF;
}

.xihuigaiktabCon {
	width: 94%;
}

.xihuigaiktabConLi {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	
	display: none;
}

.xihuigaiktabConLi a {
	display: inline-block;
	width: 100px;
	color: #666666;
}

.secondMenuShade {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	display: none;
}

.xiehuilfmore{
	background: #F5F4F4;
	color: #444;
	height: 32px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	font-size: 15px;
}
.xiehuilfmore:hover{
	background: #00469e;
	color: #fff;
}
.boxmembercontent{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.boxmemberbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	background: rgba(0, 0, 0, 0.3);
}
.boxmembercontainer{
	position: absolute;
	width: 600px;
	height: auto;
	top: 50%;
	left: 50%;
	z-index: 12;
	background: #fff;
	padding: 20px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.boxmembercontent-close{
	text-align: right;
}
.boxmembercontent-close span{
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url(../img/close-gray.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.boxmembercontent-close span:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.boxmembercontentbox{
	width: 100%;
}
.boxmembertop{
	overflow: hidden;
	width: 100%;
}
.boxmembertop .boxmemberimg{
	float: left;
	width: 28%;
	padding: 8px;
	border: 1px solid #E3E3E3;
}
.boxmembertop .boxmemberimg img{
	max-width: 100%;
	height: auto;
}
.boxmembertop .boxmemberinfo{
	float: right;
	width: 68%;
	padding-top: 20px;
}
.boxmembertop .boxmemberinfo h2{
	color: #00469e;
	font-size: 20px;
	font-weight: normal;
}
.boxmemberbrief p{
	font-size: 16px;
	line-height: 32px;
	color: #444;
}
.boxmemberbrief .newsDetails-con{
	margin-top: 15px;
}


/*新闻资讯*/

.xiehuiyaowenBox {
	width: 100%;
	height: 302px;
}

.zonghexinwenBox {
	width: 100%;
	height: 302px;
}

.zhengcekoanBox {
	width: 100%;
	overflow: hidden;
}

.zhengceBox,
.koanBox {
	float: left;
	width: 50%;
}

.tongzhigonggaoBox {
	width: 100%;
}

.xinwenzixunList {
	border-top: 1px solid #DCDCDC;
	width: 96%;
}

.xinwenzixunLi {
	width: 100%;
	margin-top: 15px;
	line-height: normal;
}

.xinwenzixunLiA {
	display: block;
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
}

.xinwenzixunLiA:hover {
	color: #286fb5;
}

.xihuiLf,
.xiehuiRg {
	float: left;
	height: 240px;
}

.xihuiLf {
	width: 50%;
}

.xiehuiRg {
	width: 48%;
}

.xiehuiSwipercontainer {
	width: 98%;
	float: left;
}

.xiehuiSwiperWrapper {}

.xiehuiSlide {
	width: 100%;
	height: 240px!important;
	position: relative;
}

.xiehuiSlide img {
	display: block;
	width:auto;
	height: 240px;
	margin: auto;
}

.xiehuiTabs {
	width: 100%;
}

.zonghexinwenCon {
	width: 100%;
	height: 240px;
}

.zongheswiperContainer,
.zongheswiperWrapper {
	width: 100%;
	height: auto!important;
}

.zonghesslide {
	width: 100%;
	height: 240px!important;
	position: relative;
}

.zonghesslide img {
	display: block;
	width: auto;
	height: 170px;
	margin: auto;
}

.zonghesslidetxt {
	width: 96%;
	height: 55px;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	margin: auto;
	margin-top: 10px;
}
/*会员中心*/
.hmemberdisplayList{
	width: 100%;
	overflow: hidden;
}
.hmemberdisplayLi{
	width: 50%;
	height: 35px;
	line-height: 35px;
	float: left;
}
.hmemberdisplayLiA{
	width: 100%;
}
.hmemberWays{
	width: 100%;
	height: 170px;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	margin-top: 10px;
}
.hmemberWays p{
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	line-height: 28px;
}
.hmembergoods{
	width: 100%;
	height: 240px;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	background-color: #fbfbfb;
	padding: 5px 10px;
	
}
.hmembergoods p{
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	line-height: 28px;
}

/*开放口岸下拉*/
.openka{width: 96%; margin: auto; overflow: hidden;}
.openka h2{ margin-bottom:3px; margin-top:5px; font-size: 20px; color: #00469e;}
.openka h2 span{display: inline-block;height: 19px; line-height: 19px; padding-left: 8px;border-left:7px solid #00469e; }
.openka dl{ overflow: hidden; margin-top: 16px;}
.openka dl dd{ float: left; width: 10.5%; margin-bottom: 10px; margin-right:2.2%; background: #f1f2f3; border-radius: 3px; height: 35px; line-height: 35px; text-align: center;}
.openka dl dd a{ display: block; font-size:18px; color: #444;}
.openka dl dd:hover{background: #00469e; cursor: pointer;}
.openka dl dd:hover a{ color: #fff;}
.open-left{ width:29.5%; float: left;}
.open-left .info-kf{ background: #fbfbfb; padding:20px; line-height:28px; font-size: 16px; color: #666;}

.open-right{ width:66.8%; float: right;}
.open-right h2{ border-bottom:1px solid #e3e3e3; padding-bottom:2px;width: 100%;}
.open-right .way-ys{ margin-top: 21px;}
.open-right .way-ys dl dd{ width: 22%;}
/*header-end*/


/*footer-start*/

.footerWrap {
	border: 1px solid #00469e;
	width: 100%;
	min-height: 180px;
	background-color: #00469e;
	position: relative;
}

.footerMenuBox {
	border: 0px solid red;
	width: 1200px;
	margin: auto;
}

.footerRootTxt {
	width: 1200px;
	font-family: "思源黑体";
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	margin: auto;
}

.footerRootImg {
	width: 1200px;
	margin: 18px auto;
}

.footerRootIcon {
	display: block;
	width: 53px;
	height: 55px;
	margin: auto;
}

.footerMenuList {
	border: 1px solid transparent;
	width: 100%;
	position: relative;
	text-align: center;
}

.footerMenuLi {
	border: 1px solid transparent;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	position: relative;
}

.footerMenuLiA {
	border-left: 1px solid #fff;
	font-family: "思源黑体";
	font-size: 14px;
	color: #ffffff;
	padding: 0px 15px;
}

.curFooterMenuStatus {
	color: #f39801;
}

.footerShadeWrap {
	width: 100%;
	position: absolute;
	bottom: 180px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.footerFriendshipLink {
	width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 101;
	display: none;
}

.FriendshipLinkWrap {
	border: 0px solid transparent;
	width: 1200px;
	min-height: 100px;
	margin-left: -510px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

.FriendshipLink-title {
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	height: 40px;
	margin: auto;
	position: relative;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
}

.FriendshipLink-titlenm {
	line-height: 40px;
	float: left;
	margin-left: 15px;
}

.FriendshipLinkTab {
	border: 0px, solid red;
	float: right;
	height: 40px;
	overflow: hidden;
}

.FriendshipLinkTabA {
	border: 0px, solid red;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	float: left;
}

.curActive {
	color: #fff;
	background-color: #00469e;
}

.FriendshipLink-con {
	border: 0px solid red;
	width: 100%;
}

.FdspLkSwiperContainer,
.FdspLkSwiperWrapper {
	height: auto!important;
}

.FdspLkSlide {
	width: 100%;
	height: auto!important;
	line-height: none!important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.FdspLkSlideA {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-family: "思源黑体";
	font-size: 14px;
	color: #666666;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
}

.footerMenuLiA:hover {
	color: #F39801;
}


/*footer-end*/


/*公共部分-end*/


/*首页-start*/

.containerBox {
	border: 0px solid red;
	width: 100%;
}


/*轮播*/
.containerBox.containerBox2024{
	background: #f5f4f4;
	padding-top: 20px;
}

.indexScrollBox {
	width: 100%;
	position: relative;
}
.indexScrollBox.indexScrollBox2024{
	width: 1200px;
	margin: 0 auto;
}
.indexScrollSwiperContainer {
	width: 100%;
	height: auto!important;
}

.indexScrollSwiperWrapper {
	width: 100%;
	height: auto!important;
}

.indexScrollslide {
	width: 100%;
	height: auto!important;
}

.index-banner {
	display: block;
	width: 100%;
	height: 574px;
}
.indexScrollBox.indexScrollBox2024 .index-banner{
	height: auto;
}

.indexPagination {
	width: 100%;
	position: absolute;
	z-index: 20;
	left: 0px;
	bottom: 120px;
	text-align: center;
}

.indexPagination>.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin-right: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

.indexPagination>.swiper-visible-switch {
	background: #fff;
	width: 20px;
}

.indexScrollBox.indexScrollBox2024 .indexPagination{
	bottom: 20px;
}

.swiper-active-switch {
	background: #fff;
}

.indexBlockBox {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.indexBlockBox.indexBlockBox2024{
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 70px;
	padding-bottom: 70px;
}
.indexBlockList {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.indexBlockLi {
	width: 390px;
	height: 135px;
	background-image: url(../img/news_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBlockBox.indexBlockBox2024 .indexBlockLi{
	height: auto;
	padding: 0 10px 20px;
}

.indexBlockLi-title {
	width: 94%;
	margin: auto;
	position: relative;
	font-family: "思源黑体";
	font-size: 18px;
	color: #053d9c;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(../img/news_icon.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	margin-top: 18px;
	cursor: pointer;
}
.indexBlockLi-title a{
	position: absolute;
	right: 0;
	color: #888;
	font-size: 16px;
	top: 0;
	font-weight: normal;
}
.indexBlockLi-title a:hover{
	color: #053d9c	;
}
.indexBlockMsg {
	width: 94%;
	margin: auto;
}

.indexBlockMsgLi {
	margin-top: 15px;
	position: relative;
}


.indexBlockPoint {
	border: 1px solid #053d9c;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #053d9c;
	border-radius: 50%;
}
.indexBlockBox.indexBlockBox2024 .indexBlockPoint{
    position: absolute;
    left: 0;
    top: 8px;
}

.indexBlockMsgLiA {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #000000;
	padding-left: 5px;
}
.indexBlockBox.indexBlockBox2024 .indexBlockMsgLiA{
    padding-left: 12px;
}

.indexBlockMsgLiA:hover {
	color: #053d9c;
}

.indexScrollBox .arrow-left {
	background: url(../img/arrows.png) no-repeat left top;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	display: none;
}

.indexScrollBox .arrow-right {
	background: url(../img/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	display: none;
}

.indexScrollBox:hover .arrow-left,
.indexScrollBox:hover .arrow-right {
	display: block;
}


/*会员*/

.IndexMemberBox {
	border: 1px solid #f5f4f4;
	width: 100%;
	background-color: #f5f4f4;
}

.IndexMemberTitle {
	border: 1px solid transparent;
	width: 1200px;
	height: 112px;
	margin: auto;
	margin-top: 28px;
	position: relative;
}

.MemberTitleLine {
	border-top: 1px solid #00469e;
	width: 300px;
	margin: 55px auto;
}

.IndexMemberTitleTxt {
	width: 160px;
	height: 110px;
	line-height: 110px;
	font-family: "思源黑体";
	font-size: 24px;
	color: #00469e;
	text-align: center;
	background-color: #F5F4F4;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -80px;
}

.IndexMemberScrollBox {
	border: 1px solid transparent;
	width: 1200px;
	height: 200px;
	margin: auto;
	margin-bottom: 20px;
}

.IndexMemberSwiperContainer,
.IndexMemberSwiperWrapper {
	border: 0px solid red;
	width: 100%;
	height: 198px!important;
}

.IndexMemberSlide {
	height: auto!important;
	position: relative;
}

.IndexMemberIcon {
	display: block;
	width: 98px;
	height: 98px;
	margin: 11px auto;
}


/*首页-end*/


/*新闻资讯-start*/

.newsInfornav {
	width: 1200px;
	height: 40px;
	margin: auto;
	line-height: 40px;
}

.newsInfornavLogo {
	display: inline-block;
	width: 11px;
	height: 16px;
	margin-top: 12px;
	margin-right: 10px;
}

.newsInfornav a {
	display: inline-block;
	font-family: "思源黑体";
	font-size: 14px;
	color: #444444;
}

.newsInforWrap {
	border: 1px solid #FFFFFF;
	width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
}

.newsInforTitleBox {
	border-bottom: 1px solid #dcdcdc;
	width: 96%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 40px;
}

.newsInforTitleLi {
	float: left;
	width: 33.333%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
}

.newsInforTitleLi:nth-of-type(1) {
	width: 100%;
	font-size: 28px;
	color: #00469e;
}

.newsInforTitleLi a {
	color: #444444;
}

.newsInforTitleLi:nth-of-type(1) a {
	color: #00469e;
}

.newsInforTitleLiPoint {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #c7c7c9;
}


/*综合新闻*/

.newsMultipleBox {
	border: 1px solid transparent;
	width: 96%;
	margin: auto;
	margin-top: 20px;
}

.newsLineBox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "思源黑体";
	font-size: 20px;
	color: #00469e;
	background-image: url(../img/secondline.png);
	background-size: 7px 19px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.newsLineBox a {
	color: #00469e;
}

.newsMultipleCon {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.newsMultipleLf,
.newsMultipleRg {
	float: left;
	height: 388px;
}

.newsMultipleLf {
	width: 61%;
}

.newsMultipleSwipercontainer {
	width: 98%;
	float: left;
}

.newsMultipleSlide {
	width: 100%;
	height: 388px!important;
	position: relative;
}

.newsMultipleSlide img {
	width: 100%;
	height: 388px;
}

.newsMultipleSlidetxt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: "思源黑体";
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.newsMultipleRg {
	width: 39%;
}

.newsMultipleTabs {
	width: 100%;
}

.newsMultipleTabLi {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	background-image: url(../img/news_tabno.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-left: 20px;
	overflow: hidden;
	margin-bottom: 12px;
	cursor: pointer;
}

.newsMultipleTabLi:last-of-type(1) {
	margin-bottom: 0px;
}

.newsMultipleActive {
	background-image: url(../img/news_tabactive.png);
	color: #FFFFFF;
}


/*协会要闻*/

.newsAssociationBox {
	border: 1px solid transparent;
	width: 96%;
	margin: auto;
	margin-top: 20px;
}

.newsAssociationCon {
	width: 100%;
	min-height: 324px;
}

.newsAssociationSwipercontainer,
.newsAssociationSwiperwrapper {
	height: auto!important;
}

.newsAssociationSwipercontainer {
	height: 324px!important;
}

.newsAssociationSwiperslide {
	height: auto!important;
}

.newsAssociationA {
	border: 1px solid #DCDCDC;
	display: block;
	width: 273px;
	min-height: 245px;
	overflow: hidden;
}

.newsAssociationA img {
	display: block;
	width: 100%;
	min-height: 168px;
	margin: auto;
}

.newsAssociationtxt {
	display: block;
	width: 96%;
	margin: auto;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.newsAssociationpagination {
	width: 100%;
	position: absolute;
	z-index: 20;
	left: 0px;
	bottom: 40px;
	text-align: center;
}

.newsAssociationpagination .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #cbcbcb;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #cbcbcb;
	cursor: pointer;
}

.newsAssociationpagination .swiper-visible-switch {
	background: #cbcbcb;
}

.newsAssociationpagination .swiper-active-switch {
	background: #00469e;
	width: 30px;
	height: 10px;
	opacity: 1;
}


/*口岸数据-通知公告-政策法规*/


/*口岸数据*/

.newsAllBox {
	width: 96%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 70px;
	overflow: hidden;
}

.newsAllLf,
.newsAllRg {
	float: left;
}

.newsAllLf {
	width: 61.5%;
}

.newsDataBox,
.newsConfirmBox {
	border: 0px solid #DCDCDC;
	width: 97.5%;
}

.newsDataList {
	width: 100%;
	margin-top: 20px;
}

.newsDataLi {
	width: 100%;
	margin-bottom: 17px;
}

.newsDataLiA {
	display: block;
	width: 100%;
	overflow: hidden;
	font-family: "思源黑体";
	font-size: 16px;
	color: #888888;
}

.newsDataLiA:hover {
	color: #286fb5;
}

.newsDataLiLf,
.newsDataLiRg {
	float: left;
}

.newsDataLiLf {
	width: 80%;
}

.newsDataLiRg {
	width: 20%;
	text-align: right;
}

.newsAllRg {
	width: 38.5%;
}


/*通知公告*/

.newsConfirmList {
	border: 1px solid transparent;
	width: 100%;
}

.newsConfirmLi {
	width: 100%;
	margin-bottom: 5px;
}

.newsConfirmLiA {
	display: block;
	width: 100%;
	height: 82px;
	overflow: hidden;
	background-image: url(../img/news_confirmno.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.newsConfirmLiA:hover {
	background-image: url(../img/news_confirmok.png);
}

.newsConfirmLiLf,
.newsConfirmLiRg {
	float: left;
	min-height: 82px;
}

.newsConfirmLiLf {
	width: 13.5%;
}

.newsConfirmLitimetop,
.newsConfirmLitimebottom {
	width: 100%;
	font-family: "思源黑体";
	color: #FFFFFF;
	text-align: center;
}

.newsConfirmLitimetop {
	font-size: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsConfirmLitimebottom {
	font-size: 18px;
	padding-top: 4px;
}

.newsConfirmLiRg {
	width: 86.5%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	line-height: 82px;
	padding-left: 40px;
	overflow: hidden;
}


/*政策法规*/

.newsregulationsList {
	width: 100%;
	margin-top: 20px;
}

.newsregulationsLi {
	width: 100%;
	margin-bottom: 25px;
}

.newsregulationsLiA {
	display: block;
	width: 100%;
	overflow: hidden;
}

.newsregulationsLiLf,
.newsregulationsLiRg {
	float: left;
	min-height: 68px;
}

.newsregulationsLiLf {
	width: 17%;
}

.newsregulationsLiLftime {
	border: 1px solid #DCDCDC;
	width: 66px;
	height: 68px;
}

.newsregulationsLiLftimetop {
	border-bottom: 1px solid #DCDCDC;
	width: 100%;
	font-family: "思源黑体";
	font-size: 26px;
	color: #00469e;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.newsregulationsLiLftimebottom {
	width: 100%;
	font-family: "思源黑体";
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding-top: 3px;
}

.newsregulationsLiRg {
	width: 83%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	padding-top: 15px;
	/*padding-bottom: 10px;*/
}


/*新闻列表页*/

.newsListWrap {
	border: 1px solid #FFFFFF;
	width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}

.newsListBox {
	width: 96%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 20px;
}

.newsListLf,
.newsListRg {
	float: left;
}

.newsListLf {
	width: 27%;
}

.newsListLf-title {
	border: 1px solid #00469e;
	width: 270px;
	height: 60px;
	line-height: 60px;
	background-color: #00469e;
	font-family: "思源黑体";
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 77px;
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.newsListLfMenu {
	border: 1px solid #e3e3e3;
	width: 270px;
}

.newsLiMenuli {
	border-top: 1px solid #e3e3e3;
	width: 100%;
	background-color: #fefefe;
}

.newsLiMenuliA {
	display: block;
	width: 100%;
	position: relative;
	height: 60px;
	line-height: 60px;
	font-family: "思源黑体";
	font-size: 18px;
	color: #444444;
	padding-left: 40px;
	background-position: 220px center;
	background-repeat: no-repeat;
	background-size: 23px 14px;
}

.newsLiMenuliA:hover {
	background-color: #e5f1ff;
	background-image: url(../img/news_listmenuleft.png);
}

.newsLiMenuliA:hover .newsInforTitleLiPoint {
	background-color: #00469e;
}

.curnewsLiMenuli>.newsLiMenuliA {
	background-color: #e5f1ff;
	background-image: url(../img/news_listmenuleft.png);
}

.curnewsLiMenuli>.newsLiMenuliA>.newsInforTitleLiPoint {
	background-color: #00469e;
}

.newsListRg {
	width: 73%;
}

.newsListRg-title {
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "思源黑体";
	font-size: 24px;
	color: #00469e;
	font-weight: bold;
}

.newsListRgList {
	width: 100%;
}

.newsListRgLi {
	border-bottom: 1px dashed #e3e3e3;
	width: 100%;
	/*min-height: 140px;*/
}

.newsListRgLiA {
	display: block;
	width: 100%;
	overflow: hidden;
}

.newsListRgLiLf,
.newsListRgLiRg {
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
}

.newsListRgLiLf {
	width: 20%;
	font-family: "思源黑体";
	font-size: 22px;
	color: #d1d1d1;
	font-weight: bold;
}

.newsListRgLiRg {
	width: 80%;
}

.newsListRgLiRgtitle {
	width: 100%;
	font-family: "思源黑体";
	font-size: 18px;
	color: #444444;
}

.newsListRgLiRgtxt {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #777777;
	line-height: 26px;
	margin-top: 5px;
}

.newsListRgLiA:hover .newsListRgLiRgtitle {
	color: #f39801;
}

.pageWrap {
	width: 100%;
	height: 70px;
	background-color: #f0f0f0;
	margin-top: 50px;
}

.pagePrev,
.pageNext {
	border: 1px solid transparent;
	display: inline-block;
	width: 115px;
	height: 30px;
	line-height: 30px;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 43px 24px;
	float: right;
	margin-right: 30px;
}

.pagePrev {
	text-align: left;
	background-image: url(../img/page_prev.png);
	background-position: right center;
}

.pageNext {
	text-align: right;
	background-image: url(../img/page_next.png);
	background-position: left center;
}

.pagePrev:hover,
.pageNext:hover {
	color: #fe8f0c;
}


/*新闻详情*/

.newsDetailsWrap {
	border: 1px solid #FFFFFF;
	width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
}

.newsDetailsBox {
	border: 1px solid transparent;
	width: 96%;
	margin: 50px auto;
}

.newsDetails-title {
	width: 100%;
	font-family: "思源黑体";
	font-size: 28px;
	color: #00469e;
	font-weight: bold;
	text-align: center;
}

.newsDetails-root {
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	font-family: "思源黑体";
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding-bottom: 24px;
	padding-top: 24px;
}
.newsDetails-root span a{
    font-size: 14px;
	color: #666666;
	cursor: default;
}
.newsDetails-con {
	width: 100%;
	margin-top: 30px;
}

.newsDetails-con p {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.newsDetails-con img {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.newsDetailsRelateBox {
	border-top: 1px solid #e3e3e3;
	width: 100%;
	margin-top: 70px;
}

.newsDetailsRelate-title {
	width: 100%;
	font-family: "思源黑体";
	font-size: 20px;
	color: #00469e;
	margin-top: 30px;
}


/*新闻资讯-end*/


/*联系我们-start*/

.contactUsWrap {
	border: 1px solid #FFFFFF;
	width: 1200px;
	min-height: 600px;
	margin: auto;
	background-color: #FFFFFF;
}

.contactUsBox {
	width: 96%;
	margin: 30px auto;
	overflow: hidden;
}

.contactUsLf,
.contactUsRg {
	float: left;
	min-height: 470px;
}

.contactUsLf {
	width: 72%;
}

.contactusmap {
	width: 96%;
	height: 470px;
}

.contactUsRg {
	width: 28%;
}

.contactUsRg-title {
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
	font-family: "思源黑体";
	font-size: 18px;
	color: #444444;
	padding-bottom: 10px;
}

.contactUsRgList {
	width: 100%;
}

.contactUsRgLi {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	margin-top: 7px;
}

.code {
	width: 173px;
	height: auto;
}


/*联系我们-end*/


/*协会概括-start*/

.ContentPageWrap {
	width: 100%;
	margin: 20px auto;
}

.xiehuileaderBox {
	width: 100%;
}

.xiehuileaderList {
	width: 100%;
}

.xiehuileaderLi {
	border-bottom: 1px dashed #E3E3E3;
	width: 100%;
	overflow: hidden;
}

.xiehuileaderLiLf,
.xiehuileaderLiRg {
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 170px;
}

.xiehuileaderLiLf {
	width: 12%;
	line-height: 170px;
	font-family: "思源黑体";
	font-size: 22px;
	color: #00469e;
}

.xiehuileaderLiRg {
	width: 88%;
	overflow: hidden;
}

.xiehuileaderLiRgpeo {
	border: 1px solid transparent;
	width: 135px;
	float: left;
	margin-left: 30px;
}

.xiehuileaderLiRgpeo:hover {
	border: 1px dashed #00469E;
}

.xiehuileaderLiRgpeoimg {
	display: block;
	width: 100%;
	height: 170px;
}

.xiehuileaderLiRgpeonm {
	width: 96%;
	margin: auto;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 6px;
}


/*协会概括-end*/


/*会员中心-start*/

.memberWelfareWrap {
	width: 100%;
}

.memberWelfareWrap p {
	width: 100%;
	font-family: "思源黑体";
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}


/*会员中心-end*/


/*开放口岸-start*/

.openportBox {
	width: 100%;
}

.provinceList {
	width: 100%;
	overflow: hidden;
}

.provinceLi {
	float: left;
	width:11%;
	font-family: "思源黑体";
	font-size: 18px;
	margin-right:1.7%;
	margin-bottom:10px;
	background-color: #f1f2f3;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.provinceLi.memberLi{
	width: auto;
	margin-right: 10px;
}
.provinceLi:hover{background-color: #00469e;}
.provinceLiA {
	display: block;
	color: #444444;
}
.provinceLiA.memberLiA{
	padding: 0 10px;
}
.provinceLiA:hover {
	color: #FFFFFF;
}

.curProvinceColor {
	background-color: #00469e;
	color: #FFFFFF;
	border-radius: 3px;
}

.provincedetailBox {
	width: 100%;
	margin-top: 20px;
}

.provincedetail-title {
	width: 100%;
	font-family: "思源黑体";
	font-size: 24px;
	color: #00469e;
	font-weight: bold;
}

.provincedetailCon {
	border: 1px solid #E3E3E3;
	width: 100%;
	margin-top: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.provincedetailCon-title {
	width: 94%;
	margin: auto;
}

.provincedetailCon-title a {
	font-family: "思源黑体";
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}

.provincedetailConList {
	width: 94%;
	margin: auto;
	overflow: hidden;
}

.provincedetailConLi {
	float: left;
	width: 50%;
	font-family: "思源黑体";
	font-size: 16px;
	margin-bottom:5px;
	margin-top: 5px;
}

.provincedetailConLi a {
	color: #666666;
}

.provincedetailConLi:hover a {
	color: #00469e;
}

.provincedetailConLi:hover .newsInforTitleLiPoint {
	background-color: #00469e;
}


/*开放口岸-end*/


/*搜索列表-start*/

.searchListWrap {
	width: 1200px;
	margin: 20px auto;
}

.searchLi {
	width: 100%;
	font-family: '思源黑体';
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #E3E3E3;
}

.searchLi a {
	display: block;
	width: 100%;
	color: #666666;
}

.searchLi:hover a {
	color: #00469E;
}

/*搜索列表-end*/


/*网站结构-start*/
.websiteStructureWrap{
	width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
.websiteStructure-title{
	border-bottom: 1px solid #DCDCDC;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "思源黑体";
	font-size: 24px;
    color: #00469e;
    font-weight: bold;
    padding-left: 25px;
}
.websiteStructure-con{
	border: 1px solid transparent;
	width: 100%;
	margin-bottom: 50px;
}
.websiteStructureList{
	width: 96%;
	margin:10px auto;
}
.websiteStructureLi{
	position: relative;
	width: 100%;
}
.websiteStructureLiA{
	border-bottom: 1px dashed #DCDCDC;
	display: block;
	width:90%;
	height: 50px;
	line-height: 50px;
	font-family: "思源黑体";
	font-size: 18px;
	color: #333;
	padding-left: 25px;
}
.secondWebsiteStructureList{
	width: 98%;
	margin: auto;
}
.secondWebsiteStructureLi{
	border-bottom: 1px dashed #DCDCDC;
	width: 100%;
}
.secondWebsiteStructureLiA{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: "思源黑体";
	font-size: 18px;
	color: #333;
	padding-left: 33px;
}
.secondWebsiteStructureLiA:hover,.websiteStructureLiA:hover{
	color: #00469E;
}
/*网站结构-end*/

/*党的建设-start*/
.jingshengLf,.jingshengRg{
	float: left;
	width: 50%;
	height: 305px;
}
.dangjianLf,.dangjianRg{
	float: left;
	width: 50%;
}
.curdangjian{
	color: #286fb5;
}
.jingshengLfSlide{
	width: 100%;
	height: 305px!important;
	position: relative;
}
.dangjianbanner{
	width: 100%;
	height: auto;
}
.jingshengLfSlide img{
	
	width: 100%;
	height: 305px;
}
/*党的建设-end*/

.headerMenuLi[classid="22"],
.headerMenuLi[classid="75"],
.headerMenuLi .secondMenuBox,
.secondMenuShade {
    display: none !important;
}

.headerMenuList {
    display: flex;
}

.headerMenuLi {
    float: none !important;
    flex: 1;
    text-align: center;
    position: relative;
}

.headerMenuLiA {
    display: block;
    border-left: 0 !important;
}

.headerMenuLi + .headerMenuLi::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 0.5px;
    height: 30px;
    background: rgba(255, 255, 255, 0.28);
}