/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-size: 16px;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
  color: #333;
  line-height: 24px;
  background: #f5f5f5;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

button,
input,
textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none;
  font-family: unset;
}

/*index*/
.z_box {
  width: 100%;
  padding: 0 98px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}

.header .logo a img {
  height: 59px;
}

.header .nav {
  width: 100%;
}

.header .nav ul {
  display: flex;
  justify-content: space-evenly;
}

.header .nav ul li {
  position: relative;
  /* margin-left: 79px; */
}

.header .nav ul li a {
  font-size: 24px;
  color: #666666;
  padding: 49px 0;
  display: block;
  position: relative;
}

.header .nav ul li a.active,
.header .nav ul li:hover>a {
  color: #FF0001;
  font-weight: bold;
}

.header .nav ul li a.active:after,
.header .nav ul li:hover>a:after {
  content: "";
  width: 47px;
  height: 24px;
  background: url(../images/icon01.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(50% - 23.5px);
}

.header .nav ul li .nav-down {
  position: absolute;
  top: 122px;
  z-index: 99;
  display: none;
  left: 0px;
}

.header .nav li .nav-down a {
  display: block;
  background: #fff;
  color: #666;
  padding: 17px 23px;
  width: 208px;
  border-bottom: solid 1px #D9D9D9;
  position: relative;
  font-size: 20px;
}

.header .nav li .nav-down a:hover {
  color: #FF0001;
  padding-left: 50px;
}

.header .nav li .nav-down a:hover:before {
  content: "";
  width: 24px;
  height: 47px;
  background: url(../images/icon05.png) no-repeat;
  position: absolute;
  left: 12px;
  top: 8px;
}

/*banner*/
.banner_i {
  width: 100%;
}

.banner.swiper {
  width: 100%;
  background: #fff;
}

.banner .swiper-slide a {
  display: block;
  vertical-align: middle;
  width: 100%;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
}

.banner .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, .5);
  border-radius: 100px;
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.banner .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
  width: 44px;
}

/* 面包屑 */
.breadcrumb {
  font-size: 24px;
  margin: 25px 0;
}

.breadcrumb .imgs {
  margin-right: 13px;
}

.breadcrumb .bg {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 25px;
}

/*首页*/
.index01 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.index01_left,
.index01_right {
  background: #ffffff;
  width: calc(50% - 10px);
  padding: 20px;
}

.title01 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FF0001;
  padding-bottom: 16px;
  margin-bottom: 25px;
}

.title01 .con_name {
  font-size: 24px;
}

.title01 .con_name:before {
  content: "";
  width: 5px;
  height: 25px;
  background: #FF0001;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: -5px;
}

.title01 .more {
  color: #999999;
  background: url(../images/icon04.png) right no-repeat;
  padding-right: 18px;
}

.title01 .more:hover {
  color: #FF0001;
  background: url(../images/icon06.png) right no-repeat;
}

.i_about {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 40px;
}

.i_about_box {
  display: flex;
  justify-content: space-between;
}

.i_about_box .about_info {
  width: 55%;
  padding-right: 43px;
  border-right: 1px solid #EAEAEA;
  padding-top: 20px;
}

.i_about_box .about_info .about_info_name {
  font-size: 24px;
  margin-bottom: 38px;
}

.i_about_box .about_info .about_info_text {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.i_about_box .about_info .about_info_more a {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 4px;
  color: #999999;
  padding: 5px 14px;
  margin-top: 36px;
}

.i_about_box .about_info .about_info_more a:hover {
  background: #FF0001;
  color: #ffffff;
  border: 1px solid #FF0001;
}

.i_about_box .about_logo {
  width: 45%;
  text-align: center;
  padding: 20px 0;
}

.i_about_box .about_logo img {
  width: 74%;
}

.i_initiation {
  padding-top: 32px;
}

.i_initiation .input_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.i_initiation .input_box .input_item {
  width: calc(50% - 10px);
}

.i_initiation .input_box .input_item input {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
}

.i_initiation .input_submit input {
  background: #FE0002;
  width: 163px;
  height: 68px;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.i_member .member_list {
  padding-bottom: 26px;
  cursor: pointer;
}

.i_member .member_list .member_photo img {
  width: 100%;
}

.i_member .member_list .member_info .title {
  color: #999999;
  margin-top: 16px;
}

.i_member .member_list .member_info .title .name {
  font-size: 24px;
  color: #333333;
  margin-right: 12px;
}

.i_member .member_list .member_info .introduce {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999999;
}

.i_member .member_list .swiper-slide:hover .member_info .introduce {
  color: #333333;
}

.i_member .member_list .swiper-slide:hover .member_info .title .name {
  color: #FF0001;
}

.i_member .member_list .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 4px;
  width: 100%;
}

.i_member .member_list .swiper-scrollbar {
  background: rgba(255, 0, 1, 0.06);
}

.i_member .swiper-scrollbar-drag {
  background: rgba(255, 0, 1, 1);
}

.i_news {
  margin-top: 29px;
}

.i_news .i_new_box {
  display: flex;
}

.i_news .i_new_box .i_new_img img {
  width: 100%;
}

.i_news .i_new_box .i_new_list {
  padding-left: 20px;
  width: 100%;
}

.i_new_list .i_new_item {
  display: flex;
  border-bottom: solid 1px #f8f8f8;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.i_new_list .i_new_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.i_new_list .i_new_item .new_item_right {
  cursor: pointer;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_new_list .i_new_item .new_item_right:hover h2 {
  color: #FF0001;
}

.i_new_list .i_new_item .new_item_right h2 {
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_new_list .i_new_item .new_item_right p {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_new_list .i_new_item .new_item_left {
  width: 160px;
  padding-right: 20px;
}

.i_new_list .i_new_item .new_item_left span {
  display: block;
  text-align: center;
  color: #999999;
}

.index02 {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}

.periodical {
  background: #ffffff;
  width: calc(50% - 10px);
  padding: 20px;
}

.periodical .periodical_img {
  /* width: 100%; */
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.periodical_img img {
  height: 100%; 
  width: auto;
  object-fit: cover; 
}

.periodical .periodical_name {
  text-align: center;
  padding: 18px;
  background: #F5F5F5;
  margin-top: 40px;
}

.periodical .periodical_list {
  padding-bottom: 26px;
  cursor: pointer;
}

.periodical .periodical_list .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 4px;
  width: 100%;
}

.periodical .periodical_list .swiper-scrollbar {
  background: rgba(255, 0, 1, 0.06);
}

.periodical .swiper-scrollbar-drag {
  background: rgba(255, 0, 1, 1);
}

.partner {
  background: #ffffff;
  width: calc(50% - 10px);
  padding: 20px;
}

.partner .partner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner .partner_list li:hover .partner_name {
  color: #FF0001;
}

.partner .partner_list li {
  display: flex;
  align-items: center;
  width: calc(50% - 30px);
  margin: 25px 0 12px;
  cursor: pointer;
}

.partner .partner_list .partner_img img {
  border: solid 1px #F0F0F0;
  width: 52px;
  margin-right: 10px;
}

.partner .title01 {
  margin-bottom: 0;
}

.index03 {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}

.title02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.title02 .con_name {
  font-size: 24px;
  padding-top: 30px;
}

.title02 .more {}

.index03 .honors {
  width: 25%;
  background: #ffffff;
  padding: 0 20px;
}

.index03 .honors .honors_list {
  display: flex;
  flex-wrap: wrap;
}

.index03 .honors .honors_list li {
  margin-right: 10px;
  width: calc(50% - 5px);
  margin-bottom: 30px;
}

.index03 .honors .honors_list li:nth-child(2n+0) {
  margin-right: 0;
}

.index03 .honors .honors_list li .honor_img img {
  width: 100%;
}

.index03 .honors .honors_list li .honor_name {
  text-align: center;
  margin-top: 14px;
}

.index03 .social_good {
  background: #EEEEEE;
  width: 50%;
  padding: 0 20px;
}

.index03 .social_good .good_list li:hover .good_text h1 {
  color: #FF0001;
}

.index03 .social_good .good_list li a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
  cursor: pointer;
}

.index03 .social_good .good_list li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}

.index03 .social_good .good_list li .good_img {
  width: 27%;
}

.index03 .social_good .good_list li .good_img img {
  width: 100%;
}

.index03 .social_good .good_list li .good_text {
  width: calc(73% - 16px);
}

.index03 .social_good .good_list li .good_text h1 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index03 .social_good .good_list li .good_text p {
  color: #666666;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index03 .social_good .good_list li .good_text span {
  color: #999999;
}

.index03 .events {
  width: 25%;
  background: #ffffff;
  padding: 0 20px;
}

.index03 .events .events_list li:hover h1{
  color: #FF0001;
}

.index03 .events .events_list li {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 32px;
  margin-bottom: 32px;
  cursor: pointer;
}

.index03 .events .events_list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.index03 .events .events_list li h1 {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index03 .events .events_list li span {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 8px;
  display: block;
}

.index03 .events .events_list li p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 商会介绍 */
.intro {
  display: flex;
  justify-content: space-between;
}

.intro .intro-left {
  width: calc(27% - 10px);
}

.intro .intro-left .intro-left-top {
  background: #fff;
  font-size: 24px;
  margin-bottom: 26px;
}

.intro .intro-left .intro-left-top ul li {
  padding-left: 35px;
  line-height: 70px;
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD;
  ;
}


.intro .intro-left .intro-left-top ul li:hover {
  color: #FF0001;
}

.ls-active {
  color: #FF0001;
}

.intro .intro-left .intro-left-top ul .tit {
  background: #FF0001;
  padding-left: 20px;
  line-height: 70px;
  color: #fff;
}

.intro .intro-left .intro-left-bottom {
  background: #fff;
  padding: 20px 20px 0;
}

.intro-left-bottom ul .tit {
  display: flex;
  font-size: 24px;
}

.intro-left-bottom ul .tit div {
  width: 5px;
  height: 25px;
  background: #FF0001;
  margin-right: 10px;
}

.intro-left-bottom ul li {
  display: flex;
  justify-content: space-between;
  line-height: 70px;
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD;
}

.intro-left-bottom ul li a {
  width: calc(85% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intro-left-bottom ul li .con {
  width: calc(85% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intro-left-bottom ul li .time {
  width: 15%;
  color: #999999;
}

.intro-left-bottom ul li:last-child {
  border-bottom: none;
}


.intro .intro-right {
  width: calc(73% - 10px);
  background: #fff;
  height: 100%;
}

.intro .intro-right .item {
  /* display: none; */
}

.intro .intro-right .item .intro-right-tit {
  font-size: 24px;
  padding: 0 30px;
  line-height: 70px;
  border-bottom: 1px solid #DDDDDD;
  color: #ff0001;
}

.intro .intro-right .item .intro-right-main {
  padding: 31px 23px;
}

.intro .intro-right .item .intro-right-main .imgs {
  width: 100%;
  margin-top: 23px;
}

.intro .intro-right .item .intro-right-main .honor {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 19px;
}

.intro .intro-right .item .intro-right-main .honor .h-item {
  flex-basis: 23%;
  margin-bottom: 30px;
}

.intro .intro-right .item .intro-right-main .honor .h-item span {
  display: block;
  margin-top: 30px;
}

.intro .intro-right .item .intro-right-main .honor .h-item img {
  width: 100%;
}

/* 商会资讯 */
.intro-right-main .n-item {
  display: flex;
  padding-bottom: 26px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.intro-right-main .n-item .n-con {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.n-na {
  display: flex !important;
}


.intro-right-main .n-item .n-con span:first-child {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ove {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.intro-right-main .n-item:hover .n-con span:first-child {
  color: #FF0001;
}

.intro-right-main .n-item:hover .n-con span:last-child {
  color: #FF0001;
}

.intro-right-main .n-item:hover .ove {
  color: #333;
}

.pages {
  display: flex;
  height: 32px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #606266;
  cursor: pointer;
}



.pages .prePage,
.pages .nextPage {
  height: 32px;
  /* color: #C0C4CC; */
  padding: 0 20px;
  line-height: 32px;
  cursor: pointer;
  border: 1px solid #999;
}

.pages .currentPage {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 3px;
  color: #999;
  padding: 0 4px;
  margin: 0 5px;
  line-height: 32px;
  border: 1px solid #999;
}

.pages .actives {
  background-color: #ff0001;
  color: #fff;
  border: none;
}


.pager {
  text-align: center;
  margin: 60px auto;
}
.pager a,.pager span {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
 border: 1px solid #ebebeb;
text-decoration: none;
color: #000;
}
.pager span.current {
  color: #fff;
  background: #FF0001;
  border:1px solid #FF0001;
}

.intro-right-main .n-tab {
  color: #999;
  display: flex;
  line-height: 60px;
  text-align: center;
  margin-bottom: 38px;
  justify-content: space-between;
}

.intro-right-main .n-tab .n-tab-l,
.n-tab-r {
  border: 1px solid #999999;
  width: calc(50% - 30px);
  cursor: pointer;
}

.act {
  color: #FF0001;
  border: 1px solid #FF0001 !important;
}

.n-job {
  font-size: 16px !important;
  color: #999;
  margin-left: 13px;
}

/* 理事会成员 */
.m-main {}

.m-main .member {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.m-main .member .m-item {
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.m-main .member .m-item:last-child {
  margin-right: 0;
}

.m-main .member .m-item:hover .name {
  color: #FF0001;
}

.m-main .member .m-item:hover .more {
  color: #FF0001;
}

.m-main .member .m-item:hover .introduce {
  border-bottom: 1px solid #ff0001;
}

.m-main .member .m-item .imgs {
  width: 100%;
  margin-bottom: 15px;
}

.m-main .member .m-item .introduce {
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.m-main .member .m-item .introduce .name {
  font-size: 24px;
}

/* 商会会刊 */
.p-periodical {
  padding: 29px 17px 39px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.p-periodical .p-item {
  flex-basis: calc(25% - 15px);
  margin-right: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}

.p-periodical .p-item img {
  width: 100%;
}

.p-periodical .p-item .p-box {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  line-height: 50px;
  margin-top: 38px;
}

.p-periodical .p-item:nth-child(4n) {
  margin-right: 0;
}

/* 会员企业 */
.p-partner {
  padding: 34px 20px 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.p-partner .p-items {
  flex-basis: 25%;
  text-align: center;
  cursor: pointer;
}


.p-partner .p-items:hover .corporation {
  color: #FF0001;
}

.p-partner .p-items .corporation {
  margin: 34px 0 54px;
}

/* 会员招募 */
.j-join {
  padding: 0 20px 63px;
  background: #fff;
}

.j-join .j-know {
  line-height: 70px;
  font-size: 24px;
  color: #FF0001;
}

.kk {
  margin-bottom: 40px;
}

.j-join .j-know-con {
  margin-bottom: 40px;
}

.j-join .j-know-con span {
  display: block;
}

.j-join .j-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.j-join .j-input .j-item {
  flex-basis: calc(50% - 20px);
}

.j-join .j-input .j-item input {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 18px;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
}

.j-join .j-submit input {
  background: #FE0002;
  width: 163px;
  height: 68px;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

/* 联系我们 */
.c-contact {
  padding: 30px 20px;
  background: #fff;
}

.c-contact .c-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}

.c-contact .c-top .c-top-l {

  width: calc(50% - 20px);
  border: 1px solid #CCCCCC;
  margin-bottom: 8px;
}

.c-contact .c-top .c-top-l .c-top-l-copy {
  border: 1px solid #CCCCCC;
  padding: 95px 0 0 70px;
  margin-left: 11px;
  margin-right: -10px;
  margin-top: 10px;
  height: 100%;
}



.c-contact .c-top .c-top-l ul {
  color: #000;
  margin-left: 12px;
  margin-top: 52px;
}

.c-contact .c-top .c-top-l ul .c-name {
  font-size: 24px;
}

.c-contact .c-top .c-top-l ul .c-line {
  width: 52px;
  height: 3px;
  background: #000000;
  margin: 32px 0 46px 0;
}

.c-contact .c-top .c-top-l ul li {
  line-height: 37px;
}

.c-contact .c-top .c-top-img {
  width: calc(50% - 10px);
}

.c-contact .c-top .c-top-img img {
  width: 100%;
}

.c-contact .c-map {
  height: 700px;
}

.custom-content-marker {
  background: url(../images/mark_b.png) no-repeat;
  height: 31px;
  width: 19px;
  cursor: pointer;
  left: -1px;
  text-align: center;
  color: #fff;
  font: 12px arial, simsun, sans-serif;
  padding-top: 3px
}

.amap-pls-marker-tip {
  position: absolute;
  background: #fff;
  display: block;
  top: -30px;
  left: -40px;
  min-width: 100px;
  width: auto;
  white-space: nowrap;
  line-height: 200%;
  padding: 0 0 0 7px;
  font-size: 13px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
  transition: all .5s 1s;
  z-index: 150;
}


/*footer*/
.footer {
  margin-top: 40px;
}

.footer .footer_top {
  background: #252527;
  padding-top: 84px;
  padding-bottom: 47px;
}

.footer .footer_top .z_box {
  display: flex;
  justify-content: space-between;
}

.footer .footer_top .footer_top_mid {
  display: flex;
}

.footer .footer_top .footer_top_mid .title03 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 34px;
}

.footer .footer_top .footer_top_mid .title03:after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(../images/icon03.png) no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
}

.footer .footer_top .footer_top_mid .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
  justify-content: space-around;
}

.footer .footer_top .footer_top_mid .footer_nav ul li {
  width: calc(50% - 20px);
}

.footer .footer_top .footer_top_mid .footer_nav ul li a {
  color: #ffffff;
  margin-bottom: 28px;
  display: block;
}

.footer .footer_top .footer_top_mid .footer_contact {
  margin-left: 84px;
  padding-right: 60px;
}

.footer .footer_top .footer_top_mid .footer_contact_info p {
  color: #ffffff;
  margin-bottom: 28px;
}

.footer .footer_top .footer_top_right {
  padding-top: 50px;
}

.footer .footer_copyright {
  padding: 22px 0;
  text-align: center;
  color: #ffffff;
  background: #343436;
}

.footer .footer_copyright a {
  color: #ffffff;
  display: inline-block;
  margin-left: 20px;
}


/*移动端导航*/
.hidden-menu {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.hidden-menu a.navToggle {
  padding: 17px 20px;
}

.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
}

.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}

.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}

.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}

.hidden-menu a.closenavbtn span.line2 {
  display: none;
}

.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}

.Mnav {
  position: fixed;
  z-index: 999999;
  display: none;
  background: #ffffff;
  border-top: 1px solid #e7e7e7;
  top: 60px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  width: 100%;
  bottom: 0px;
}

.Mnav ul li {
  border-bottom: 1px solid #e7e7e7;
}

.Mnav ul li>a {
  line-height: 60px;
  display: block;
  margin: 0px 20px;
}

.Mnav ul li>a.cur {
  color: #FF0001;
  display: block;
}

.Mnav ul li .nav-down {
  background: #f5f5f5;
  display: none;
}

.Mnav ul li .nav-down a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding: 8px 5%;
  border-bottom: solid 1px #ececec;
}

.Mnav ul li .nav-down a:last-child {
  border: 0;
}



.hidescroll {
  position: relative;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.hidescroll .ny_banner,
.hidescroll .banner {
  padding-top: 60px;
}

@media (max-width: 1679px) {}

@media (max-width: 1599px) {
  .c-contact .c-top .c-top-l .c-top-l-copy {
    padding: 30px 0 0 20px;
  }
}

@media (max-width: 1359px) {}

@media (max-width: 1279px) {
  .c-contact .c-top .c-top-l .c-top-l-copy {
    padding: 30px 0 0 20px;
  }

  .i_new_list .i_new_item .new_item_right {
    overflow: hidden;
    width: 63%;
  }
}

@media (max-width: 1024px) {
  .hidden-menu {
    display: block;
  }

  .header .nav {
    display: none;
  }

  .header .logo a img {
    height: 60px;
    padding: 5px 0;
  }

  .header.fixedd {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
  }

  .index01,
  .index02,
  .index03 {
    display: flex;
    flex-direction: column;
  }

  .index01_left,
  .index01_right {
    width: 100%;
  }

  .periodical,
  .partner {
    width: 100%;
  }

  .index03 .honors,
  .index03 .social_good,
  .index03 .events {
    width: 100%;
  }

  .z_box {
    padding: 0 20px;
  }

  .footer .footer_top .z_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .footer_top .z_box .footer_top_left {
    margin-bottom: 40px;
  }

  .p-partner .p-items {
    flex-basis: 50%;
  }

  .p-periodical .p-item {
    flex-basis: calc(50% - 25px);
  }

  .m-main .member .m-item {
    flex-basis: calc(50% - 25px);
  }

  .intro-right-main .n-item {
    display: block;
  }

  .intro-right-main .n-item img {
    width: 100%;
  }

  .i_new_list .i_new_item .new_item_right {
    overflow: hidden;
    width: 67%;
  }

  .intro .intro-right .item .intro-right-main .honor .h-item {
    flex-basis: 50%;
  }
}

@media (max-width: 980px) {}

@media (max-width: 767px) {

  .banner .swiper-horizontal>.swiper-pagination-bullets,
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }

  body {
    font-size: 14px;
  }

  .c-contact .c-top {
    display: flex;
    flex-direction: column;
  }

  .c-contact .c-top .c-top-l {
    width: 100%;
  }

  .c-contact .c-top .c-top-l .c-top-l-copy {
    padding: 20px;
    border: none;
  }

  .c-contact .c-top .c-top-img {
    width: 100%;
  }

  .footer .footer_top {
    padding: 30px 0;
  }

  .footer .footer_top .footer_top_mid {
    display: flex;
    flex-direction: column;
  }

  .footer .footer_top .footer_top_mid .footer_contact {
    margin-left: 0;
    margin-top: 20px;
  }

  .footer .footer_top .footer_top_mid .footer_nav ul li a {
    margin-bottom: 10px;
  }

  .footer .footer_top .z_box .footer_top_left {
    margin-bottom: 20px;
  }

  .footer .footer_top .footer_top_right {
    padding-top: 20px;
  }

  .footer .footer_top .footer_top_mid .title03 {
    margin-bottom: 10px;
  }

  .footer .footer_top .footer_top_mid .footer_contact_info p {
    margin-bottom: 10px;
  }

  .j-join .j-input {
    display: block;
  }

  .j-join .j-input .j-item {
    margin-bottom: 28px;
  }

  .p-periodical {
    justify-content: center;
    padding: 15px 10px;
  }

  .p-periodical .p-item {
    flex-basis: calc(100%);
    margin-right: 0;
  }

  .p-periodical .p-item .p-box {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .breadcrumb .bg {
    padding: 12px 10px;
    font-size: 14px;
  }

  .c-contact .c-top .c-top-l ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .j-join {
    padding: 20px;
  }

  .j-join .j-know-con {
    margin-bottom: 20px;
  }

  .j-join .j-know {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .kk {
    margin-bottom: 20px;
  }

  .j-join .j-input .j-item input {
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
  }

  .j-join .j-submit input {
    width: 130px;
    height: 40px;
  }

  .p-partner .p-items {
    flex-basis: 50%;
  }

  .p-partner {
    justify-content: space-between;
  }

  .intro .intro-left .intro-left-top {
    font-size: 16px;
  }

  .intro-right-main .n-item .n-con span:first-child {
    font-size: 16px;
  }

  .intro .intro-right .item .intro-right-tit {
    font-size: 16px;
    line-height: 40px;
  }

  .intro .intro-left .intro-left-top ul .tit {
    line-height: 40px;
  }

  .intro-left-bottom ul .tit {
    font-size: 16px;
  }

  .intro-left-bottom ul li .time {
    width: 24%;
  }

  .intro .intro-left .intro-left-top ul li {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 50px;
  }

  .intro .intro-left {
    width: calc(39% - 5px);
  }

  .intro .intro-right {
    width: calc(61% - 5px);
  }

  .intro-right-main .n-item .n-con {
    margin-left: 0;
  }

  .c-contact .c-top .c-top-l .c-top-l-copy img {
    width: 100%;
  }

  .c-contact .c-top .c-top-l .c-top-l-copy {
    padding: 10px 20px 10px 0px;
  }

  .m-main .member .m-item {
    flex-basis: calc(100%);
    margin-right: 0;
  }

  .i_initiation .input_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .i_initiation .input_box .input_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .i_initiation .input_box .input_item input {
    padding: 10px;
    line-height: 20px;
  }

  .i_initiation .input_submit input {
    width: 120px;
    height: 40px;
  }

  .i_news .i_new_box .i_new_list {
    padding-left: 0;
  }

  .i_new_list .i_new_item .new_item_left {
    width: 70px;
    padding-right: 10px;
  }

  .i_new_list .i_new_item .new_item_right h2 {
    font-size: 20px;
  }

  .i_new_list .i_new_item .new_item_right {
    overflow: hidden;
    width: 75%;
  }

  .partner .partner_list {
    display: flex;
    flex-direction: column;
  }

  .partner .partner_list li {
    width: 100%;
  }

  .intro-left-bottom ul li {
    display: flex;
    flex-direction: column;
    line-height: 40px;
  }

  .intro-left-bottom ul li .con {
    width: 100%;
  }

  .intro-left-bottom ul li .time {
    width: 100%;
  }

  .intro-right-main .n-tab {
    line-height: 30px;
  }

  .intro-right-main .n-tab .n-tab-l,
  .n-tab-r {
    width: calc(50% - 5px);
  }

  .intro .intro-left .intro-left-bottom {
    padding: 10px;
  }

  .intro .intro-right .item .intro-right-main .honor .h-item {
    flex-basis: 100%;
  }

  .intro .intro-right .item .intro-right-main {
    padding: 15px 10px;
  }

  .pages .prePage,
  .pages .nextPage {
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    border: 0;
  }

  .n-na {
    display: flex;
    flex-direction: column;
  }

  .n-job {
    margin-left: 0;
  }

  .pages .currentPage {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 2px;
  }
}

@media (max-width: 750px) {}

@media (max-width: 680px) {}

@media (max-width: 520px) {
  .p-partner .p-items {
    flex-basis: 100%;
  }
}