/*common start*/
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input,
button,
textarea,
dl,
dt {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	font-family: normal;
	/*font-weight: normal;*/
}

body {
	font-size: 14px;
	font-family: '';
	color: #111;
	overflow-x: hidden;
}

a img {
	border: 0;
}
.insidebox img{width: auto;max-width: 100%;display: block;margin: 0 auto;}
em {
	font-style: normal;
}

.headerbox .header .logo img {
	width: 430px;
}

body.head_on {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #333;
	transition: all .3s;
}

* {
	box-sizing: border-box;
}

input,
textarea {
	outline: none;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
	.wapper {
		width: 1200px;
		margin: 0 auto;
	}
}

/* 轮播图通用 */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
}

.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 导航 */
.headerbox {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	left: 0;
	z-index: 9999;
}

.headerbox.active {
	background-color: #2d5297;
}

.headerbox .header {
	display: flex;
	align-items: center;
	padding: 0 30px;
	justify-content: space-between;
}

.headerbox .header .logo {
	/* width: 10%; */
}

.headerbox .header .language {
	/* width: 10%; */
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
}

.headerbox .header .language a {
	font-weight: 600;
	color: #fff;
	padding-left: 10px;
	white-space: nowrap;
}

.headerbox .header .menu {
	/* width: 80%; */
	margin-left: 1%;
}

.headerbox .header .menu ul {
	display: flex;
	justify-content: center;
}

.headerbox .header .menu ul li {
	position: relative;
}

.headerbox .header .menu ul li a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 35px 55px;
	color: #fff;
	display: flex;
	position: relative;
	text-decoration: none;
}

.headerbox .header .menu ul li a i {
	margin-left: 5px;
}

.headerbox .header .menu ul li.curr a {
	color: #9f8d70;
}

.headerbox .header .menu ul li a:hover {
	color: #9f8d70;
}

.headerbox .header .menu ul li .sub_menu {
	min-width: 140%;
	position: absolute;
	top: 100%;
	left: -20%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background: white;
	transition: all 400ms ease;
}

.sub_menu .sanjiao {
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
}

.headerbox .header .menu ul li:hover>dl {
	opacity: 1;
	visibility: visible;
	top: 100%;

}

.headerbox .header .menu ul li dd {
	position: relative;
	display: block;
	text-align: center;
}

.headerbox .header .menu dl dd>.three_menu {
	min-width: 100%;
	position: absolute;
	left: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background: white;
	transition: all 400ms ease;
}

.headerbox .header .menu dl dd:hover>.three_menu {
	opacity: 1;
	visibility: visible;
	top: 0px;

}

.headerbox .header .menu ul li dl dd a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #bababa;
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	outline: none;
	text-align: center;
	text-transform: none;
	transition: all 400ms ease;
	border-bottom: 1px solid #e6e6e6;
}

.headerbox .header .menu ul li dl dd:hover {
	background-color: #e6e6e6;
}

.headerbox .header .menu ul li dl dd:hover a {
	color: #9f8d70;
}





/*mMenu*/
.m_header {
	width: 100%;
}

.sp_header {
	height: 70px;
	overflow: hidden;
	background: #2d5297;
	position: fixed;
	z-index: 999;
	width: 100%;
	display: none;
	top: 0;
}

.sp_logo {
	float: left;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}

.sp_logo img {
	margin: auto;
	max-height: 50px;
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 25px
}

/* 横杠 */
.sp_nav span {
	display: block;
	background: #fff;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: 100%;
	height: calc(100% - 70px);
	font-size: 14px;
	line-height: 40px;
	top: 70px;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	display: none;
	transition: all ease 0.35s
}

.nav_show {
	display: block;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-bottom: 1px dashed #ddd;
	;
	position: relative;
	line-height: 45px;
	font-size: 16px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px dashed #ddd;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #333;
	width: 100%;
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
}

.sjj_nav ul li a:hover {
	color: #000000;
}

.sjj_nav ul li ul li a {
	color: #333;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 25px;
	height: 25px;
	fill: #333;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #333
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.sjj_nav ul li ul li {
	border-top: none;
}

.sjj_nav ul li ul li a {
	padding: 0 30px;
}


/* banner */
.bannerbox {
	width: 100%;
}

.bannerbox .mySwiper1 {
	width: 100%;
}

.bannerbox .mySwiper1 .swiper-slide {
	display: block;
	font-size: 0;
	width: 100%;
	position: relative;
}

.bannerbox .mySwiper1 .swiper-slide img {
	width: 100%;
}

.bannerbox .mySwiper1 .swiper-slide .banner_text {
	position: absolute;
	left: 0;
	bottom: 30%;
	width: 100%;
	text-align: center;
}

.bannerbox .mySwiper1 .swiper-slide .banner_text h1 {
	font-size: 54px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
}

.bannerbox .mySwiper1 .swiper-slide .banner_text h3 {
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}

.bannerbox .mySwiper1 .swiper-slide .banner_text a {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
	background-color: #2d5297;
	border: 1px solid #fff;
	border-radius: 3px;
}

.bannerbox .mySwiper1 .prev_btn {
	font-size: 20px;
	position: absolute;
	top: 64%;
	z-index: 9;
	left: 5%;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #5977ad;
	background: #fff;
}

.bannerbox .mySwiper1 .prev_btn i {
	font-weight: bold;
}

.bannerbox .mySwiper1 .next_btn {
	font-size: 20px;
	position: absolute;
	top: 64%;
	z-index: 9;
	right: 5%;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #5977ad;
	background: #fff;
}

.bannerbox .mySwiper1 .next_btn i {
	font-weight: bold;
}








/* index1 */
.index1box {
	padding: 50px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}

.index1box .index1 {
	width: 100%;
	position: relative;
}

.index1box .index1 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index1box .index1 img {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	transform: translate(-50%, -50%);
	cursor: pointer;
	width: 80px;
	z-index: 99;
}




.index2box {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 100px;
	box-sizing: border-box;
	width: 100%;
}

.index2box .index2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.main_title {
	text-align: center;
}

.main_title h1 {
	color: #2d5297;
	font-size: 25px;
	text-align: left;
	font-weight: bold;
}

.index2_content {
	box-sizing: border-box;
	width: 100%;
	margin: 80px auto;
}

.index2_content .swiper-slide {
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 15%);
	min-height: 250px;
}

.index2_content .swiper-slide a {
	display: block;
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
}

.index2_content .swiper-slide a .imgbox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.index2_content .swiper-slide a .imgbox img {
	max-width: 100%;
	width: auto;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	object-fit: cover;
}

.index2_content .swiper-slide a p {
	font-size: 18px;
	color: #000;
	line-height: 25px;
	margin-bottom: 10px;
	display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}

.index2_content .swiper-slide a span {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #2d5297;
	font-weight: bold;
	justify-content: center;
}

.index2_content .swiper-slide a span i {
	margin-left: 5px;
}

.index2_content .swiper-slide a span i img {
	width: 45px;
}

.index2box .index2 .swiper-pagination2 {
	bottom: -80px;
}

.index2box .index2 .swiper-pagination2 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #b9b9b9;
	opacity: 1;
	margin-right: 10px;
}

.index2box .index2 .swiper-pagination2 .swiper-pagination-bullet-active {
	background-color: white;
	position: relative;
}

.index2box .index2 .swiper-pagination2 .swiper-pagination-bullet-active:after {
	position: absolute;
	width: 18px;
	height: 18px;
	content: "";
	border: 1px solid #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}



/* index3 */
.index3box {
	padding: 60px 0 100px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.index3 {
	width: 100%;
	margin: 0 auto;
}

.index3 .index3_content {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.index3 .index3_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index3 .index3_content ul li {
	width: 48%;
	padding: 10px;
	background-color: #2d5297;
	margin-bottom: 20px;
}

.index3 .index3_content ul li .index3_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index3_item .item_left {
	width: 55%;
}

.index3_item .item_left img {
	width: 100%;
}

.index3_item .textbox {
	width: 43%;
}

.index3_item .textbox h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 40px;
	color: #fff;
}

.index3_item .textbox p {
	font-size: 14px;
	margin-bottom: 40px;
	color: #fff;
}

.index3_item .textbox a {
	font-size: 14px;
	color: #fff;
}



/* index4 */
.index4box {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	box-sizing: border-box;
	width: 100%;
}

.index4box .wapper {
	width: 1540px;
}

.index4box .index4 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.index4_title {
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2d5297;
}

.index4_title img {
	max-width: 100%;
}

.index4_title h2 {
	font-size: 25px;
	font-weight: bold;
	color: #2d5297;
	margin-left: 10px;
}

.index4_content {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

.index4_content ul {
	display: flex;
	flex-wrap: wrap;
}

.index4_content ul li {
	width: 16.66%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index4_content ul li .imgbox {
	width: 185px;
	height: 185px;
	border-radius: 50%;
	background-color: #bdd2e5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index4_content ul li .imgbox img {
	width: 100px;
}

.index4 .more {
	float: right;
	font-size: 30px;
	color: #2d5297;
}



/* footer */
.footerbox {
	background-color: #2d5297;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	box-sizing: border-box;
}

.footerbox .line {
	width: 100%;
	height: 15px;
	background-color: #fff;
}

.footerbox .wapper {
	width: 1540px;
	max-width: 100%;
}

.footerbox .footer {
	width: 100%;
	margin: 0 auto;
	margin-top: 12px;
}

.footer_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.footer_top .f_logo img {
	max-width: 100%;
	width: 400px;
}

.footer_top .out_topbox {
	width: 40px;
	height: 40px;
	background-color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.footer_top .out_topbox img {
	width: 30px;
}


.footer_bot {
	width: 100%;
	margin: 0 auto;
	padding: 0px 5%;
}

.footer_bot ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_bot ul li {
	width: 20%;
	text-align: left;
	padding: 0 22px;
}

.footer_bot ul li .f_ewm {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_bot ul li .f_ewm img {
	max-width: 100%;
	width: auto;
}

.footer_bot ul li p {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}

.footer_bot ul li h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.footer_bot ul li dl {
	margin-top: 10px;
}

.footer_bot ul li dl dd a {
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

.footer_bottom {
	margin-top: 60px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-top: 1px solid #fff;
}




/* 通用内页 */
.inbannerbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 95px;
	max-height: 95px;
	background-repeat: no-repeat;
	background-size: cover;
}


.insidebox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	/*padding: 30px;*/
}

.insidebox .inside_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}


/* 智库专家 */
.zkzjbox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	padding: 30px;
}

.zkzjbox .zkzj_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}

.inner_title {
	display: flex;
	padding: 0 10px;
	justify-content: space-between;
	align-items: flex-end;
}

.inner_title span {
	font-size: 35px;
	font-weight: bold;
	color: #2d5297;
	padding-bottom: 15px;
	border-bottom: 5px solid #2d5297;
}

.inner_title h3 {
	font-size: 20px;
	color: #2d5297;
}

.zkzj_content {
	margin-top: 50px;
	width: 100%;
	background-size: cover;
}

.zkzj_content ul {
	display: flex;
	flex-wrap: wrap;
}

.zkzj_content ul li {
	width: 20%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.zkzj_content ul li .zkzj_item {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
	padding: 15px;
}

.zkzj_content ul li .zkzj_item .imgbox {
	width: 100%;
	position: relative;
	z-index: 2;
}

.zkzj_content ul li .zkzj_item .imgbox .icon1 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	max-width: 100%;
}

.zkzj_content ul li .zkzj_item .imgbox img {
	width: 100%;
	max-width: 100%;
}

.zkzj_content ul li .zkzj_item .textbox {
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.zkzj_content ul li .zkzj_item .textbox .icon2 {
	position: absolute;
	left: 15px;
	top: -28px;
	z-index: 1;
	width: auto;
	max-width: 100%;
}

.zkzj_content ul li .zkzj_item .textbox h1 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}

.zkzj_content ul li .zkzj_item .textbox h1 span {
	border-left: 1px solid #fff;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 20px;
	color: #fff;
}

.zkzj_content ul li .zkzj_item .textbox p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}




.sandian {
	float: right;
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.sandian .return {
	display: inline-block;
	padding: 10px 26px;
	box-sizing: border-box;
	background-color: #2d5297;
	color: #fff;
}

.sandian img {
	margin-left: 10px;
	max-width: 100%;
	width: auto;
}

/* 近期活动 */
.jqhdbox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	/*padding: 30px;*/
}

.jqhdbox .jqhd_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}

.jqhd_content {
	margin-top: 50px;
	width: 100%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jqhd_content .jqhd_left {
	width: 100%;
}

.jqhd_content .jqhd_left .desc {
	color: #2d5297;
	font-size: 18px;
	line-height: 25px;
	/*text-indent: 15px;*/
}

.jqhd_content .jqhd_right {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
}

.jqhd_content .jqhd_right .imgbox {
	width: 100%;
	margin-bottom: 25px;
	position: relative;
}

.jqhd_content .jqhd_right .imgbox img {
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.jqhd_content .jqhd_right .imgbox .icon6 {
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: 2;
	width: auto;
}


/* 往期活动 */
.wqhdbox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	/*padding: 30px;*/
}

.wqhdbox .wqhd_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}

.wqhd_content {
	margin-top: 50px;
	width: 100%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wqhd_content .wqhd_left {
	width: 48%;
}

.wqhd_content .wqhd_left .imgbox {
	width: 100%;
	margin-bottom: 10px;
	height: 355px;
}

.wqhd_content .wqhd_left .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.wqhd_content .wqhd_left .textbox {
	background-color: #f0f0f0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 30px 20px 30px;
	height: 160px;
}

.wqhd_content .wqhd_left .textbox span {
	font-size: 16px;
	position: relative;
	display: block;
	padding-left: 15px;
	color: #2d5297;
	font-weight: bold;
	padding-bottom: 10px;
}

.wqhd_content .wqhd_left .textbox span:after {
	content: "";
	left: 0;
	top: 37%;
	position: absolute;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2d5297;
}

.wqhd_content .wqhd_left .textbox h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2d5297;
	line-height: 35px;
}

.wqhd_content .wqhd_right {
	width: 48%;
}

.wqhd_content .wqhd_right .wq_item {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	height: 160.5px;
}

.wqhd_content .wqhd_right .wq_item:last-child {
	margin-bottom: 0;
}

.wq_item .imgbox {
	width: 38%;
}

.wq_item .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.wq_item .textbox {
	width: 60%;
	background-color: #f0f0f0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 30px 20px 30px;
}

.wq_item .textbox span {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: block;
	padding-left: 15px;
	color: #2d5297;
	padding-bottom: 10px;
}

.wq_item .textbox span:after {
	content: "";
	left: 0;
	top: 37%;
	position: absolute;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2d5297;
}

.wq_item .textbox h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2d5297;
	line-height: 35px;
}




/* 全球服务商计划 */
.planbox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	/*padding: 30px;*/
}

.planbox .plan_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}

.plan_content {
	margin-top: 50px;
	width: 100%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: flex-start;
	margin-bottom: 30px;
}

.plan_item .icon7 {
	position: absolute;
	left: 46px;
	top: -39px;
}

.plan_item span {
	font-size: 30px;
	color: #2d5297;
	font-weight: 600;
	padding-left: 80px;
}

.plan_item span i {
	padding-left: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #2d5297;
}

.plan_item .icon8 {
	padding: 10px 40px 0 160px;
	box-sizing: border-box;
	max-width: 100%;
	width: auto;
}

.plan_item .textbox {
	flex: 1;
}

.plan_item .textbox h3 {
	font-size: 25px;
	color: #2d5297;
	font-weight: 600;
	margin-bottom: 10px;
}

.plan_item .textbox p {
	font-size: 20px;
	color: #2d5297;
}

.plan_item .textbox p strong {
	font-weight: bold;
}

.plan_item .textbox .icon9 {
	padding: 20px 0;
	box-sizing: border-box;
	max-width: 100%;
	width: auto;
}

.plan_item2 {
	width: 100%;
}

.plan_item2 .plan_item2_title {
	display: flex;
	align-items: center;
}

.plan_item2 .plan_item2_title .icon1 {
	width: 60px;
	margin-right: 15px;
}

.plan_item2 .plan_item2_title span {
	font-size: 25px;
	color: #2d5297;
	font-weight: 600;
}

.plan_item2_content {
	margin-top: 50px;
	padding: 0 20px;
}

.plan_item2_content ul {
	display: flex;
	flex-wrap: wrap;
}

.plan_item2_content ul li {
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	position: relative;
}

.plan_item2_content ul li img {
	width: 100%;
}

.plan_item2_content ul li .textbox {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}

.plan_item2_content ul li .textbox h1 {
	font-size: 80px;
	font-weight: bold;
	color: #fff;
}

.plan_item2_content ul li .textbox p {
	padding-left: 10px;
	font-size: 25px;
	color: #fff;
}




/* 全球服务商理事会 */
.fuslshbox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	/*padding: 30px;*/
}

.fuslshbox .fuslsh_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}

.fuslsh_content {
	margin-top: 50px;
	width: 100%;
	background-size: cover;
}

.fuslsh_content .desc {
	font-size: 25px;
	color: #2d5297;
}

.fuslsh_content .desc p {
	text-indent: 2em;
}

.fuslsh_content .desc p strong {
	font-weight: bold;
}

.fuslsh_content .imgbox {
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fuslsh_content .imgbox img {
	max-width: 100%;
	width: auto;
}



/* 全球服务商理事会名单 */
.lshmdbox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	/*padding: 30px;*/
}

.lshmdbox .lshmd_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}

.lshmd_content {
	margin-top: 50px;
	width: 100%;
	background-size: cover;
}

.lshmd_content .lshmd_top {
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.lshmd_content .lshmd_top .top_item {
	width: 40%;
	text-align: center;
}

.lshmd_content .lshmd_top .top_item h1 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #2d5297;
}

.lshmd_content .lshmd_top .top_item p {
	color: #000;
	font-size: 30px;
}


.lshmd_bot {
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.lshmd_bot h1 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2d5297;
}

.lshmd_bot_content {
	width: 100%;
	padding: 20px 0;
}
.lshmd_bot_content img{width: auto;max-width: 100%;display: block;margin: 0 auto;}
.lshmd_bot_content ul li {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.lshmd_bot_content ul li:nth-child(2n) {
	background-color: #e5e5e5;
}

.lshmd_bot_content ul li h3 {
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
}

.lshmd_bot_content ul li p {
	font-size: 20px;
	color: #000;
}

.out-topbox {
	width: 100%;
}

.out-topbox a {
	display: block;
	padding-top: 40px;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #2d5297;
	background: url(../images/icon7.png) no-repeat;
	background-position-y: 6px;
	background-position-x: 47%;
}




/* 会员单位 */
.hydwbox {
	width: 100%;
	margin: 0 auto;
	background-color: #e0e0e0;
	min-height: 500px;
	padding: 30px;
}

.hydwbox .hydw_inner {
	width: 100%;
	min-height: 500px;
	box-sizing: border-box;
	padding: 50px;
	background-color: white;
}

.hydw_content {
	margin-top: 50px;
	width: 100%;
	background-size: cover;
}

.hydw_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hydw_content ul li {
	width: 48%;
	margin-bottom: 20px;
}

.hydw_content ul li .imgbox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2d5297;
	padding: 20px 0;
	box-sizing: border-box;
	border-radius: 10px;
}

.hydw_content ul li .imgbox img {
	max-width: 100%;
	width: auto;
}


.hydwbox .hydw_inner h3 {
	margin-top: 30px;
	font-size: 25px;
	font-weight: 600;
}

.hydwbox .hydw_inner h3 span {
	color: #2d5297;
	border-bottom: 3px solid #2d5297;
}











@media only screen and (max-width: 1500px) {
	.wq_item .textbox h3 {
		font-size: 16px;
		font-weight: 600;
		color: #2d5297;
		line-height: 27px;
	}
.headerbox .header .logo img {
	width: 270px;
}
	.wqhd_content .wqhd_left .textbox h3 {
		font-size: 16px;
		font-weight: 600;
		color: #2d5297;
		line-height: 27px;
	}
}

@media only screen and (max-width: 980px) {
	.headerbox {
		display: none;
	}

	.topbox {
		display: none;
	}

	.sp_header {
		display: block;
	}

	.bannerbox {
		margin-top: 70px;
	}

	.inbannerbox {
		margin-top: 70px;
		background-image: none !important;
		height: 0;
	}

	.index3 .index3_content ul li {
		width: 100%;
	}

	.bannerbox .mySwiper1 .swiper-slide .banner_text h1 {
		font-size: 25px;
	}

	.bannerbox .mySwiper1 .swiper-slide .banner_text h3 {
		font-size: 20px;
	}

	.bannerbox .mySwiper1 .swiper-slide .banner_text a {
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
	}

	.index4_content ul li {
		width: 33.33%;
	}

	.f_logo {
		width: 100%;
		margin-bottom: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footerbox .footer .f_list {
		width: 100%;
		margin-bottom: 20px;
	}

	.zkzj_content ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	.inner_title {
		display: flex;
		flex-wrap: wrap;
	}

	.jqhd_content .jqhd_left {
		width: 100%;
		margin-bottom: 40px;
	}

	.jqhd_content .jqhd_right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.jqhd_content .jqhd_right .imgbox {
		width: 48%;
	}

	.wqhd_content .wqhd_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.wqhd_content .wqhd_right {
		width: 100%;
	}

	.plan_item .textbox {
		flex: auto;
		width: 100%;
		margin-top: 20px;
	}

	.plan_item {
		margin-bottom: 70px;
	}

	.plan_item2_content ul li {
		width: 100%;
	}

	.plan_item2_content ul li .textbox p {
		padding-left: 10px;
		font-size: 15px;
	}

	.plan_item2_content ul li .textbox h1 {
		font-size: 33px;
	}

	.plan_item2_content ul li .textbox {
		left: 10%;
	}

	.lshmd_content .lshmd_top {
		flex-wrap: wrap;
	}

	.lshmd_content .lshmd_top .top_item {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_bot ul li {
		width: 50%;
		margin-bottom: 15px;
	}


}


@media only screen and (max-width: 680px) {
	.index3_item .item_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.index3_item .textbox {
		width: 100%;
	}

	.index4_content ul li .imgbox {
		width: 150px;
		height: 150px;
	}

	.index4_content ul li {
		width: 50%;
	}

	.footerbox .footer .f_list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.footerbox .footer .f_list ul li {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}

	.index4 .more {
		float: right;
		font-size: 20px;
	}

	.zkzj_content ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.inner_title span {
		font-size: 20px;
	}

	.zkzjbox .zkzj_inner {
		padding: 10px;
	}

	.jqhdbox .jqhd_inner {
		padding: 10px;
	}

	.wqhdbox .wqhd_inner {
		padding: 10px;
	}

	.wqhd_content .wqhd_left .textbox h3 {
		font-size: 15px;
		line-height: 20px;
	}

	.wq_item .textbox h3 {
		font-size: 15px;
		line-height: 20px;
	}

	.wqhd_content .wqhd_right .wq_item {
		height: auto;
	}

	.wqhd_content .wqhd_left .textbox {
		height: auto;
	}

	.planbox .plan_inner {
		padding: 10px;
	}

	.fuslshbox .fuslsh_inner {
		padding: 10px;
	}

	.lshmdbox .lshmd_inner {
		padding: 10px;
	}

	.fuslsh_content .desc {
		font-size: 20px;
	}

	.out-topbox a {
		display: block;
		text-align: center;
		font-size: 25px;
	}

	.lshmd_bot_content ul li h3 {
		color: #000;
		font-size: 20px;
	}

	.lshmd_bot_content ul li p {
		font-size: 14px;
	}

	.lshmd_bot h1 {
		text-align: center;
		font-size: 30px;
	}

	.lshmd_content .lshmd_top .top_item h1 {
		font-size: 30px;
	}

	.lshmd_content .lshmd_top .top_item p {
		color: #000;
		font-size: 21px;
	}

	.hydw_content ul li {
		width: 100%;
	}
}

@media(max-width:768px) {
	#lblContent img {
		max-width: 100%;
	}
}