body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-family: arial;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
*:focus {
	outline: none;
}
button, input, select, textarea, label {
	vertical-align: middle;
	border: 0;
	outline: none;
	background: none;
}
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none !important;
	vertical-align: baseline;
	cursor: pointer;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {
*zoom:1;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
input, textarea {
	outline: none;
	-webkit-appearance: none;
}
input[type='checkbox']:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.index_container {
	width: 1730px;
	margin: 0 auto;
}
.hd_top {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hd_con1 {
	position: relative;
	height: 46px;
}
.top_t1 {
	color: #fff;
	font-size: 16px;
	line-height: 46px;
}
.top_right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_right > * {
	display: inline-block;
	vertical-align: middle;
}
.top_t2 a {
	display: inline-block;
	color: rgba(255,255,255,.7);
	font-size: 16px;
	padding: 0 40px;
	position: relative;
}
.top_t2 a::before, .top_t2 a:last-child::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(221,238,234,.2);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_t2 a:last-child::after {
	left: auto;
	right: 0;
}
.language {
	margin-left: 54px;
}
.language a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 58px;
	text-align: center;
	line-height: 30px;
	background: rgba(11,34,66,.3);
	border-radius: 15px;
	margin-left: 5px;
}
.language a.on {
	background: rgba(11,34,66,1);
}
.hd_center {
	background: #408ede;
}
.hd_con2 {
	position: relative;
}
.naver {
	text-align: right;
}
.naver ul li {
	display: inline-block;
	width: 110px;
	margin-left: 2.3%;
}
.naver ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #f1f0f5;
	font-size: 20px;
	padding: 30px 0 0;
	height: 90px;
	transition: all .3s;
}
.naver ul li.active a, .naver ul li:hover a {
	background: #00a0e9;
}
a.logo1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 0;
}
.banner_swiper1 {
	position: relative;
	text-align: center;
}
.banner_swiper1 .swiper-slide img {
/* width: 100%; */
}
.up_img1 {
	position: absolute;
	left: 50%;
	bottom: 110px;
	transform: translateX(-50%);
	z-index: 2;
}
.up_img1 img {
	animation: upDowm 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes upDowm {
 from {
 transform:translate(0, -2px);
}
to {
	transform: translate(0, 6px);
}
}
.banner_swiper1 .swiper-pagination {
	display: block;
	bottom: 40px;
	font-size: 0;
}
.banner_swiper1 .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	opacity: 1;
	background: rgba(255,255,255,.5);
	transition: all .3s;
}
.banner_swiper1 .swiper-pagination-bullet-active {
	width: 45px;
	border-radius: 12px;
	background-color: rgba(255,255,255,1);
}
.banner_swiper1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.section1 {
	background: #f7f7f7;
}
.index_con1 {
	padding: 128px 0;
}
.index_hd1 {
	position: relative;
	margin-bottom: 90px;
}
.index_title1 .title {
	color: #408ede;
	font-size: 50px;
	font-weight: bold;
}
.index_title1 .title span {
	font-size: 70px;
	display: inline-block;
	margin-right: 24px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -2px;
}
.index_news_r1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_news_r1 > * {
	display: inline-block;
	vertical-align: middle;
}
.news_type1 {
	margin-right: 74px;
}
.news_type1 ul {
	font-size: 0;
}
.news_type1 ul li {
	display: inline-block;
	width: 120px;
	margin-left: 32px;
}
.news_type1 ul li:first-child {
	margin-left: 0;
}
.news_type1 ul li a {
	display: inline-block;
	width: 100%;
	color: #222;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	border-radius: 23px;
	background: #dfdfdf;
	transition: all .3s;
}
.news_type1 ul li.active a {
	background: #408ede;
	color: #fffefe;
}
.index_more1 a {
	color: #9ea3ab;
	font-size: 24px;
	font-style: italic;
	transition: all .3s;
}
.index_more1 a:hover {
	color: #222;
}
.index_more2 a:hover {
	color: #fff;
}
.index_news_l1 {
	width: 43.93%;
	float: left;
}
.news_m1 {
	position: relative;
}
.news_img1 {
	height: 580px;
}
.news_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.84);
	padding: 0 110px 0 30px;
}
.news_info1 .title {
	color: #fff;
	font-size: 20px;
	line-height: 56px;/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.news_swiper1 .swiper-pagination, .index_video_swiper1 .swiper-pagination {
	display: block;
	width: auto;
	left: auto;
	right: 28px;
	bottom: 20px;
}
.news_swiper1 .swiper-pagination-bullet, .index_video_swiper1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #fff;
}
.news_swiper1 .swiper-pagination-bullet-active, .index_video_swiper1 .swiper-pagination-bullet-active {
	background: #e21e32;
}
.index_news_l2 {
	width: 26%;
	float: left;
	margin-left: 1.96%;
}
.news_m2 {
	background: #fff;
	padding: 36px 8.5% 0;
	transition: all .32s;
}
.news_b1 .title {
	color: #222;
	font-size: 22px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	margin-bottom: 16px;
	transition: all .32s;
}
.news_b1 .txt {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .32s;
}
.news_b2 {
	padding: 28px 0 40px;
	border-top: 1px solid #f2f2f2;
	margin-top: 12px;
	transition: all .32s;
}
.news_k1 {
	position: relative;
}
.news_k1 .time h3 {
	color: #999;
	font-size: 34px;
	margin-bottom: 2px;
	transition: all .32s;
}
.news_k1 .time h4 {
	color: #999;
	font-size: 16px;
	transition: all .32s;
}
.news_k1 .n_icon1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.news_k1 .n_icon1 img {
	transition: all .32s;
}
.news_list1 ul li {
	margin-bottom: 30px;
}
.news_list1 ul li:last-child {
	margin-bottom: 0;
}
.index_news_l3 {
	width: 26%;
	float: right;
}
.news_list2 ul li {
	margin-bottom: 26px;
}
.news_list2 ul li:last-child {
	margin-bottom: 0;
}
.news_m3 {
	background: #fff;
	padding: 36px 7% 0 38.66%;
	height: 176px;
	position: relative;
	transition: all .3s;
}
.news_m3::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 94px;
	background: #f3f3f3;
	top: 50%;
	transform: translateY(-50%);
	left: 30%;
	transition: all .3s;
}
.news_m3 .time {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
}
.news_m3 .time h3 {
	color: #999;
	font-size: 34px;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 12px;
	transition: all .3s;
}
.news_m3 .time h3::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	background: #dadada;
	left: 0;
	bottom: 0;
}
.news_m3 .time h4 {
	color: #999;
	font-size: 16px;
	transition: all .3s;
}
.news_info3 .title {
	color: #222;
	font-size: 22px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 72px;
	margin-bottom: 18px;
	transition: all .3s;
}
.news_info3 .n_icon1 img {
	transition: all .3s;
}
.news_list1 ul li:hover .news_m2, .news_list2 ul li:hover .news_m3 {
	background: #408ede;
}
.news_list1 ul li:hover .news_b1 .title, .news_list1 ul li:hover .news_b2 .time h3, .news_list2 ul li:hover .news_info3 .title, .news_list2 ul li:hover .time h3 {
	color: #fff;
}
.news_list1 ul li:hover .news_b1 .txt {
	color: rgba(255,255,255,.7);
}
.news_list1 ul li:hover .news_b2 {
	border-top-color: rgba(242,242,242,.2);
}
.news_list1 ul li:hover .news_b2 .time h4, .news_list2 ul li:hover .time h4 {
	color: rgba(255,255,255,.6);
}
.news_list1 ul li:hover .news_b2 .n_icon1 img, .news_list2 ul li:hover .news_info3 .n_icon1 img {
	opacity: .7;
}
.news_list2 ul li:hover .news_m3::before {
	background: rgba(242,242,242,.2);
}
.section2 {
	background: #408ede;
}
.index_con2 {
	padding: 90px 0 70px;
}
.index_title2 .title {
	color: #fff;
}
.index_title2 .title span {
	color: #ffd071;
}
.character_m1 {
	padding: 30px 20px;
	background: #277cd2;
}
.character_img1 {
	height: 350px;
	position: relative;
}
.character_img1::before {
	position: absolute;
	content: "";
	width: 23px;
	height: 3px;
	background: #ffd071;
	right: -7px;
	top: 24px;
}
.character_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.character_info1 {
	margin-top: 24px;
}
.character_info1 .name {
	color: #fff;
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
}
.character_info1 .txt {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	height: 96px;
}
.character_info1 .c_icon1 {
	font-size: 0;
}
.b_button1 .swiper-button-prev, .b_button1 .swiper-button-next {
	position: unset;
	width: auto;
	height: auto;
	top: auto;
	margin: 0;
	left: auto;
	right: auto;
	background: none;
	opacity: 1;
	display: inline-block;
}
.b_button1 {
	margin-top: 54px;
	font-size: 0;
	text-align: center;
}
.index_con3 {
	padding: 110px 0;
}
.index_left1 {
	width: 46.24%;
	float: left;
}
.index_right1 {
	width: 47.4%;
	float: right;
}
.index_hd2 {
	margin-bottom: 70px;
}
.video_m1 {
	position: relative;
}
.video_m1 .play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.video_img1 {
	height: 523px;
}
.video_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.84);
	padding: 0 110px 0 30px;
}
.video_info1 .title {
	color: #fff;
	font-size: 20px;
	line-height: 56px;
}
.elegant_list1 ul li {
	padding: 30px 0;
	border-bottom: 1px dashed #eaedf3;
}
.elegant_list1 ul li:first-child {
	padding-top: 0;
}
.elegant_list1 ul li:last-child {
	border-bottom: none;
}
.elegant_img1 {
	width: 27%;
	float: left;
	height: 135px;
	overflow: hidden;
}
.elegant_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.elegant_info1 {
	width: 68%;
	float: right;
	margin-top: 5px;
}
.elegant_info1 .title {
	color: #282b31;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
	transition: all .3s;
}
.elegant_info1 .txt {
	color: #373e47;
	font-size: 18px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.elegant_info1 .txt span {
	color: #1e40b1;
}
.elegant_list1 ul li:hover .elegant_info1 .title {
	color: #1e40b1;
}
.elegant_list1 ul li:hover .elegant_img1 img {
	transform: scale(1.12);
}
.section4 {
	background: #f3f1f2;
}
.index_con4 {
	padding: 100px 0;
}
.brand_list1 ul li {
	width: 31.8%;
	float: left;
	margin-right: 2.3%;
}
.brand_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.brand_m1 {
	border-radius: 10px;
	background: #fff;
}
.brand_img1 {
	height: 166px;
	transition: all .3s;
}
.brand_img1 img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	transition: all .3s;
}
.brand_b1 {
	position: relative;
	padding: 40px 18% 37px 14%;
}
.brand_b1 .name {
	color: #222;
	font-size: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 18px;
}
.brand_b1 .txt {
	color: #999;
	font-size: 18px;
}
.brand_b1 .dian01 {
	position: absolute;
	left: 7%;
	top: 36px;
}
.brand_b1 .brand_i1 {
	position: absolute;
	right: 7%;
	top: 46px;
}
.brand_list1 ul li:hover .brand_img1 {
	transform: translateY(-26px);
}
.brand_list1 ul li:hover .brand_img1 img {
	height: 192px;
}
.news_content .tab {
	display: none;
}
/* footer */
.footer {
	background: #22283c;
}
.foot2 {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.05);
}
.copyright {
	text-align: center;
	color: rgba(255,255,255,.4);
	font-size: 16px;
	line-height: 32px;
}
.copyright a {
	color: rgba(255,255,255,.4);
}
.f_con1 {
	padding: 42px 0 34px;
}
.f_title1 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 22px;
}
.link_list1 ul {
	display: flex;
}
.link_list1 ul li {
	margin-bottom: 20px;
	width: auto;
	margin-right: 1.1%;
}
.link_list1 ul li:nth-child(8n) {
	margin-right: 0;
}
.f_links {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-bottom: 40px;
}
.f_bok {
	position: relative;
}
.f_naver {
	margin-bottom: 40px;
}
.f_naver ul li {
	display: inline-block;
	margin-right: 9.15%;
}
.f_naver ul li:last-child {
	margin-right: 0;
}
.f_naver ul li a {
	color: #f1f0f5;
	font-size: 16px;
	transition: all .3s;
}
.f_naver ul li a:hover {
	color: #fff;
}
.f_ewm {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
}
.f_ewm p {
	color: rgba(182,187,196,.8);
	font-size: 18px;
	line-height: 28px;
	margin-left: 20px;
}
.ewm_1 img {
	width: 100px;
	height: 100px;
}
.f_contact ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f_contact ul li {
	width: 48%;
	color: rgba(182,187,196,.8);
	font-size: 16px;
	line-height: 46px;
}
.f_contact ul li img {
	margin-right: 20px;
}
.floatRight {
	position: fixed;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.floatRight ul li {
	position: relative;
	margin-top: 10px;
}
.floatRight ul li:first-child {
	margin-top: 0;
}
.floatRight ul li > a {
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background: #99a2af;
	border-radius: 10px;
}
.f_n1 {
	position: absolute;
	width: 240px;
	right: 0;
	top: 0;
	background: #408ede;
	border-radius: 10px;
	height: 60px;
	transform: translateX(120%);
	transition: all .3s;
}
.f_n1 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}
.f_n1 a img {
	margin-right: 10px;
}
.ewm_2 {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.ewm_2 img {
	width: 100px;
	height: 100px;
}
.floatRight ul li:hover .f_n1 {
	transform: translateX(0);
}
.floatRight ul li:hover .ewm_2 {
	display: block;
}
.floatRight {
	position: fixed;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.floatRight ul li {
	position: relative;
	margin-top: 10px;
}
.floatRight ul li:first-child {
	margin-top: 0;
}
.floatRight ul li > a {
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background: #99a2af;
	border-radius: 10px;
	transition: all .3s;
}
.f_n1 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}
.f_n1 a img {
	margin-right: 10px;
}
.ewm_2 {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.ewm_2 img {
	width: 100px;
	height: 100px;
}
.floatRight ul li:hover .f_n1 {
	transform: translateX(0);
}
.floatRight ul li:hover .ewm_2 {
	display: block;
}
/* 关于我们 */
.insider_title1 {
	margin-bottom: 54px;
}
.about_con1 {
	padding-top: 72px;
}
.insider_wrap {
	padding: 0 45px 0 32px;
}
.inside_m1 {
	box-shadow: 2px 6px 11px 2px rgba(15, 42, 79, 0.3);
	border-radius: 20px;
	min-height: 700px;
}
.about_m1 {
	width: 1454px;
	margin: 0 auto 80px;
	padding: 80px 3.8% 54px;
}
.about_info1 .txt {
	color: #000000;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
}
.about_info1 {
	margin-bottom: 78px;
}
.about_list1 ul {
	display: flex;
	flex-wrap: wrap;
}
.about_list1 ul li {
	width: 25%;
	text-align: center;
	cursor: pointer;
	margin-bottom: 26px;
}
.about_t1 {
	position: relative;
	display: inline-block;
}
.about_t1 p {
	position: absolute;
	width: 179px;
	height: 179px;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(33,56,105,0);
	color: rgba(255,255,255,0);
	font-size: 22px;
	border-radius: 50%;
	transition: all .36s;
}
.about_t2 {
	margin-top: 4px;
}
.about_t2 .title {
	color: #225398;
	font-size: 29px;
	margin-bottom: 16px;
}
.about_t2 .txt {
	color: #000;
	font-size: 20px;
}
.about_list1 ul li:hover .about_t1 p {
	background: rgba(33,56,105,.54);
	color: rgba(255,255,255,1);
}
/* 商会领导 */
.insider_c1 {
	padding-left: 194px;
	position: relative;
	min-height: 700px;
	margin-bottom: 80px;
}
.insider_left1 {
	position: absolute;
	left: 0;
	width: 194px;
	top: 60px;
}
.sec_nav ul li {
	margin-bottom: 3px;
}
.sec_nav ul li a {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 86px;
	text-align: center;
	background-image: linear-gradient( #2f75d6, #2f75d6), linear-gradient( #8f214c, #8f214c);
	background-blend-mode: normal, normal;
	border-radius: 10px;
}
.sec_nav ul li.active {
	margin-bottom: 28px;
}
.sec_nav ul li.active a {
	background-image: linear-gradient(246deg, #408ede 0%, #225398 100%), linear-gradient( #408ede, #408ede);
}
.president_m1 {
	padding: 110px 9% 35px;
}
.president_list1 {
	margin-bottom: 60px;
}
.president_list1 ul li {
	width: 22.45%;
	float: left;
	margin-right: 16.325%;
	margin-bottom: 50px;
}
.president_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.president_img1 {
	height: 340px;
	border: 5px solid #408ede;
	border-radius: 6px;
}
.president_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.president_info1 {
	width: 196px;
	margin: 22px auto 0;
	text-align: center;
	position: relative;
	background-image: linear-gradient(246deg, #1463b5 0%, #1b5ba7 50%, #225398 100%), linear-gradient( #f1f4f1, #f1f4f1);
	background-blend-mode: normal, normal;
	border-radius: 5px;
}
.president_info1 .name {
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	padding-left: 22px;
}
.president_info1 .label1 {
	position: absolute;
	left: 5px;
	top: 0;
}
/* 领导详情 */
.president_m2 {
	padding: 85px 5.5%;
	position: relative;
}
.map_d {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -46%);
}
.president_details {
	position: relative;
	z-index: 2;
}
.president_d1 .name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.president_d1 .name p {
	margin-left: 10px;
	color: #225398;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.president_d1 .name p span {
	display: inline-block;
	padding-left: 18px;
	margin-left: 10px;
	font-size: 18px;
	position: relative;
}
.president_d1 .name p span::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #225398;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.president_img2 {
	width: 213px;
	margin: 0 auto 90px;
	border-radius: 10px;
	border: solid 3px #408ede;
}
.president_img2 img {
	border-radius: 10px;
}
.president_d2 .txt {
	color: #1c1c1e;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
}
/* 商会动态 */
.news_con1 {
	padding: 20px 4.8% 40px;
}
.news_list3 {
	margin-bottom: 25px;
}
.news_list3 ul li {
	position: relative;
	margin-bottom: 10px;
}
.news_list3 ul li::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	background: rgba(15,45,86,0);
	bottom: 0;
	transition: all .3s;
}
.news_list3 ul li a {
	display: block;
	position: relative;
	padding: 0 10% 0 50px;
}
.news_list3 ul li a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_list3 ul li a .title {
	color: #6e6c6c;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 66px;
}
.news_list3 ul li a .time {
	color: #505050;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_list3 ul li:hover::before {
	background: rgba(15,45,86,.24);
}
/* 头条详情 */
.news_details {
	padding: 20px 20px 60px;
}
.details_d1 {
	text-align: right;
	position: relative;
}
.details_d1 span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
	margin-left: 24px;
	line-height: 52px;
}
.d_back {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.d_back a {
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
	background: #2f75d6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
}
.news_title1 {
	text-align: center;
	margin-bottom: 60px;
}
.news_title1 .title {
	display: inline-block;
	color: #0c2446;
	font-size: 30px;
	padding: 0 30px;
	border-bottom: 2px solid #102d56;
	line-height: 60px;
	font-weight: bold;
}
.news_details table {
	width: 100% !important;
}
.details_d2 {
	padding: 0 60px;
	margin-top: 70px;
}
.details_d2 .txt {
	color: #3c3c3c;
	font-size: 18px;
	text-align: justify;
	line-height: 30px;
}
.news_h1 {
	position: relative;
}
.news_h1::before {
	position: absolute;
	content: "";
	width: 95%;
	height: 94%;
	left: 50%;
	top: 50%;
	border: 2px solid #f7f7f7;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.news_h1::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(247,247,247,.36);
	border-radius: 15px;
	transition: all .3s;
	z-index: 1;
}
.news_h1 .news_t1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 17px;
	text-align: center;
}
.news_img4 img {
	border-radius: 15px;
}
.news_info4 {
	text-align: center;
	color: #3c3c3c;
	font-size: 16px;
	margin-top: 8px;
	display: none;
}
.det_swiper1 .swiper-slide {
	width: 500px;
}
.det_swiper1 .swiper-slide-active .news_h1::after {
	background: rgba(247,247,247,0);
}
.det_swiper1 .swiper-slide-active .news_info4 {
	display: block;
}
.det_swiper1 .swiper-slide-active .news_h1 .news_t1 {
	display: none;
}
.det_swiper1 {
	position: relative;
}
.det_swiper1 .swiper-button-prev, .det_swiper1 .swiper-button-next {
	width: auto;
	height: auto;
	margin: 0;
	transform: translateY(-50%);
	background: none;
}
.det_swiper1 .swiper-button-prev {
	left: 0;
}
.det_swiper1 .swiper-button-next {
	right: 0;
}
/* 视频专区 */
.video_con1 {
	padding: 77px 4% 60px;
}
.video_list1 ul li {
	width: 31.48%;
	float: left;
	margin-bottom: 94px;
	margin-right: 2.78%;
}
.video_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.video_m2 {
	position: relative;
}
.video_m2 .play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video_img2 {
	height: 264px;
}
.video_img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_info2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0,0,0,.84);
	text-align: center;
}
.video_info2 .title {
	color: #fff;
	font-size: 16px;
	line-height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 直属品牌 */
.brand_con1 {
	width: 1650px;
	margin: 0 auto 82px;
}
.brand_type {
	margin-bottom: 47px;
}
.brand_type ul li {
	width: 30.66%;
	float: left;
	margin-right: 4.01%;
	box-shadow: 0px 3px 7px 0px rgba(21, 42, 95, 0.27);
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.brand_type ul li:nth-child(3n) {
	margin-right: 0;
}
.brand_m2 {
	position: relative;
}
.brand_img2 {
	height: 125px;
}
.brand_img2 img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
}
.brand_info2 {
	height: 183px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.brand_info2 .name {
	color: #1f4c8b;
	font-size: 21px;
	padding-bottom: 32px;
	position: relative;
	margin-bottom: 32px;
}
.brand_info2 .name::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 8px;
	background: #408ede;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.brand_info2 .txt {
	color: #1f4c8b;
	font-size: 15px;
}
.brand_m3 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.62);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transform: translateY(-120%);
	transition: all .3s;
	z-index: 10;
}
.brand_info3 .name {
	font-size: 21px;
	color: #fff;
	position: relative;
	padding-top: 25px;
	margin-bottom: 15px;
}
.brand_info3 .name::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 8px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.brand_info3 .txt {
	color: #fff;
	font-size: 15px;
}
.brand_m4 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 15px;
	transform: translateY(120%);
	transition: all .3s;
	z-index: 8;
}
.brand_m4 > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.brand_type ul li:hover .brand_m4, .brand_type ul li:hover .brand_m3, .brand_type ul li.active .brand_m4, .brand_type ul li.active .brand_m3 {
	transform: translateY(0);
}
.brand_w1 {
	padding: 50px 9.4% 50px 4.8%;
}
/* 联系我们 */
.contact_list1 {
	margin-bottom: 30px;
}
.contact_list1 ul li > * {
	display: inline-block;
	vertical-align: middle;
}
.contact_list1 ul li p {
	color: #414141;
	font-size: 16px;
	line-height: 80px;
	margin-left: 20px;
}
.contact_list1 ul li p span, .contact_list1 ul li p a {
	color: #225398;
}
.contact_m1 {
	padding: 80px 4.8%;
}
.contact_map {
	height: 600px;
}
/* 加入商会 */
.join_m1 {
	padding: 50px 3.4%;
}
.join_info1 {
	margin-top: 0;
	padding: 0;
}
.join_info1 .txt {
	font-size: 16px;
	color: #2d2e30;
}
.join_title1 {
	text-align: center;
	margin-bottom: 20px;
}
.join_title1 .title {
	color: #194075;
	font-size: 22px;
	padding: 0 30px;
	position: relative;
	display: inline-block;
}
.join_title1 .title::before, .join_title1 .title::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.join_title1 .title::after {
	left: auto;
	right: 0;
}
.shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0,0,0,.6);
	display: none;
}
.video_modal {
	position: fixed;
	width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	display: none;
}
.video1 {
	height: 400px;
}
.video1 video {
	width: 100%;
	height: 100%;
}
.close_icon {
	position: absolute;
	right: -48px;
	top: -40px;
	cursor: pointer;
}
.det_video {
	width: 100%;
	height: 600px;
	text-align:center;
	margin-top: 100px;
}
.det_video iframe {
	max-width: 100%!important;
	width: 800px!important;
	height: 500px!important;
	margin: 0 auto;
	display: block;
}
.logo1 img {
	width: auto;
}
.link_list1 ul {
	flex-wrap: wrap;
}
.f_links {
	padding-bottom: 20px;
}
.president_list1 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.president_list1 ul li:last-of-type {
	margin-right: 0;
}
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #408ede;
	border-color: #408ede;
}
.inside_m1 .details_w1 .txt p {
	margin-top: 34px;
	margin-bottom: 34px;
	text-align: justify;
	color: rgb(64, 64, 64);
	line-height: 1.75em;
}
.det_video embed {
	margin: 0 auto;
	display: block;
}
