/*---------------网站导航--------------*/
@media(min-width:0){
	.navbar{
		top: auto;
		bottom: 0;
		background: #fff;
		padding: 0 15px;
		box-shadow: 0 0 5px rgba(0,0,0,.15);
	}
	.navbar-expand-md > .container{
		position: relative;
		display: flex;
		justify-content: center;
	}
	.navbar .navbar-collapse{
		order: -1;
		height: calc(100vh - 50px);
	}
	.navbar .navbar-collapse.show::before{
		position: absolute;
		content: '';
		left: -15px;
		right: -15px;
		bottom: 58px;
		height: 1px;
		z-index: 2;
		background: #ededed;
	}
	.navbar .navbar-collapse .navbar-nav{
		padding-top: 20px;
		overflow-y: auto;
	}
	.navbar-brand{
		padding: 11px 15px;
		margin-right: 0;
		line-height: 1;
	}
	.navbar-brand img{
		height: 36px;
	}
	.navbar .home,
	.navbar .menu-btn{
		position: absolute;
		bottom: 0;
		height: 58px;
		padding: 0 30px;
	}
	.navbar .home{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		left: 0;
		text-align: center;
	}
	.navbar .home .iconfont,
	.navbar .menu-btn .navbar-toggler .iconfont{
		font-size: 22px;
		line-height: 1;
		padding-bottom: 4px;
	}
	.navbar .home .title{
		font-size: 13px;
		line-height: 1;
	}
	.navbar .menu-btn{
		right: 0;
	}
	.navbar .menu-btn .navbar-toggler{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		font-size: 13px;
		color: #434343;
		border-width: 0;
		padding: 0;
		border: none;
	}
	.navbar .menu-btn .navbar-toggler .close-text{
		display: none;
	}
	.navbar .menu-btn .navbar-toggler[aria-expanded="true"] .open-text{
		display: none;
	}
	.navbar .menu-btn .navbar-toggler[aria-expanded="true"] .close-text{
		display: inline-block;
	}
	.navbar .menu-btn .nav-link .iconfont{
		padding-right: 10px;
		font-size: 20px;
	}

	.navbar-toggler:focus{
		outline: none;
	}
	.dropdown-toggle::after{
		display: none;
	}
	.navbar-light-down{
		box-shadow: 0 0 5px rgba(0,0,0,.15) !important;
	}
	.navbar .language-select{
		display: none;
	}
	.navbar-brand img:first-child{
		display: none;
	}
	/*二级导航*/
	.slide-bigbox{
		border-bottom: 1px solid #eee;
	}
	.slide-box{
		display: -webkit-box;
		display: box;
		overflow-x: scroll;
		-webkit-overflow-scrolling:touch;
	}
	.slide-box .slide-item{
		padding: 12px 15px;
	}
	.slide-box .slide-item.active{
		position: relative;
	}
	.slide-box .slide-item.active:before{
		position: absolute;
		content: '';
		height: 1px;
		background: #CF0F1B;
		top: 47px;
		left: 0;
		right: 0;
	}
	.slide-box .slide-item a{
		line-height: 24px;
		height: 24px;
	}
	.slide-box .slide-item.active a{
		color:#CF0F1B;
		line-height: 24px;
		height: 24px;
	}

	/* 全屏菜单 */
	.all-menu{
		display: none;
	}

	/* 语言 */
	.navbar-light .navbar-nav .nav-item.language .iconfont{
		font-size: 20px;
	}

}
@media (max-width:991.98px){
	.navbar .language-select{
		display: inline-block;
	}
	.navbar .language-select{
		padding: 0 0 0 0.5rem;
		font-size: 1.3rem;
		vertical-align: middle;
		color: #7f7f7f;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:hover, 
	.navbar-light .navbar-nav .nav-link:focus{
		color: #353433;
		font-size: 16px;
		line-height: 20px;
		border-bottom: 1px dashed rgba(0,0,0,0.07);
	}
	.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
		color: #171615;
	}
	.collapse .navbar-nav{
		overflow-y: scroll;
	}
	.dropdown-toggle .iconfont{
		position: relative;
	}
	.dropdown-toggle .iconfont{
		position: relative;
		width: 0;
		height: 0;
	}
	.nav-item .dropdown-toggle .iconfont:before,
	.nav-item .dropdown-toggle .iconfont:after{
		position: absolute;
		content: '';
		background: rgba(0,0,0,0.4);
	}
	.nav-item .dropdown-toggle .iconfont:before{
		right: 0;
		width: 15px;
		height: 1px;
		top: 12px;
	}
	.nav-item .dropdown-toggle .iconfont:after{
		right: 7px;
		width: 1px;
		height: 15px;
		top: 5px;
	}
	.nav-item.show .dropdown-toggle .iconfont:before{
		background: rgba(0,0,0,0.8);
	}
	.nav-item.show .dropdown-toggle .iconfont:after{
		width: 0;
	}
	.navbar-nav .nav-link{
		padding: 15px 1rem;
	}
	.navbar-nav .dropdown-menu{
		border: none;
		background: none;
		border-bottom: 1px dashed rgba(0,0,0,0.07);
	}
	.navbar-nav .dropdown-menu .dropdown-item{
		padding: 10px 1rem;
		color: rgba(0,0,0,1);
	}
	.navbar .navbar-nav:last-child{
		display: none;
	}
}
@media(min-width:768px){
	.navbar{
		background: #fff !important;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-light .navbar-brand{
		margin-right: 30px;
	}
	.navbar-light .navbar-nav .nav-link{
		color: #353433;
		padding: 1.4375rem 0.8rem;
		font-size: 14px;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:hover, 
	.navbar-light .navbar-nav .nav-link:focus{
		font-size: 14px;
	}
	.navbar .dropdown .dropdown-menu{
		top:66px;
		margin: 0;
		min-width: 6rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-top-width: 0;
		border-color: transparent;
		padding: 0.25rem 0;
		padding-top: 8px;
		background: transparent;
	}
	.navbar .dropdown .dropdown-menu .dropdown-item{
		padding: 0.5rem 1rem;
		font-size: 14px;
		background: white;
		border: 1px solid white;
		transition: .3s;
	}
		
	/*二级导航*/
	.slide-box{
		display: block;
		overflow-x: auto;
	}
	.slide-box{
		padding: 0 15px;
	}
	.slide-box .slide-item{
		float: left;
		padding: 18px 20px;
		max-width: 16.6666%;;
		overflow: hidden;
	}
	.slide-box .slide-item.active:before{
		top: 59px;
	}
}
@media (min-width:992px) and (max-width:1365.98px){
	.navbar{
		top: 0;
		bottom: auto;
		box-shadow: 0 0 5px rgba(0,0,0,0);
		transition: .4s;
	}
	.navbar.header-show{
		transform: translateY(0);
	}
	.navbar.header-hide{
		transform: translateY(-110%);
	}
	.navbar-light .navbar-brand{
		flex-shrink: 0;
		padding: 0;
	}
	.navbar-brand img{
		height: 40px;
	}
	.navbar .home,
	.navbar .menu-btn{
		display: none;
	}
	.navbar .navbar-collapse{
		justify-content: flex-end;
		order: 10;
		height: auto;
	}
	.navbar .navbar-collapse .navbar-nav{
		display: none;
	}
	.navbar .navbar-collapse .navbar-nav.language-select-pc{
		display: flex;
		padding-top: 0;
	}
	.navbar .navbar-collapse .navbar-nav.language-select-pc .nav-link{
		display: flex;
		align-items: center;
		line-height: 30px;
		padding: 15px 15px;
		font-size: 15px;
	}
	.navbar .navbar-collapse .navbar-nav.language-select-pc .nav-link:hover{
		color: #CF0F1B;
	}
	.navbar .navbar-collapse .navbar-nav.language-select-pc .iconfont{
		font-size: 20px;
		padding-right: 8px;
	}
	/* 语言 */
	.navbar-light .navbar-nav .nav-item.language{
		display: none;
	}
}
@media(min-width:1366px){
	.navbar{
		top: 0;
		bottom: auto;
		box-shadow: 0 0 5px rgba(0,0,0,0);
		transition: .4s;
		border-top: 5px solid #DA2128;
	}
	.navbar.header-show{
		transform: translateY(0);
	}
	.navbar.header-hide{
		transform: translateY(-110%);
	}
	.navbar .navbar-collapse{
		order: 10;
		height: auto;
	}
	.navbar .navbar-collapse .navbar-nav{
		padding-top: 0;
		overflow-y: visible;
	}
	.navbar .home,
	.navbar .menu-btn{
		display: none;
	}

	.dropdown-toggle::after,
	.dropdown-toggle::before{
		right: -2px;
	}
	.navbar-brand img{
		height: 46px;
	}
	.navbar-light .navbar-brand{
		margin-right: 50px;
	}
	.navbar-light .navbar-nav .show > .nav-link, 
	.navbar-light .navbar-nav .active > .nav-link, 
	.navbar-light .navbar-nav .nav-link.show, 
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-item:hover .nav-link{
		color: #CF0F1B;
	}
	.navbar-light .navbar-nav .nav-link{
		padding: 30px 15px;
		line-height: 20px;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:hover, 
	.navbar-light .navbar-nav .nav-link:focus{
		font-size: 15px;
	}
	.navbar .collapse{
		display: flex;
		justify-content: space-between;
	}
	.navbar .dropdown .dropdown-menu{
		top:80px;
		left: 50%;
		width: 120px;
		text-align: center;
		padding-top: 0;
		margin-left: -60px;
		border-width: 0;
		box-shadow: 0 3px 5px rgba(0,0,0,.15);
		background: white;
	}
	/* .navbar .dropdown:nth-child(2) .dropdown-menu{
		display: block;
	} */
	/* .navbar .dropdown:hover .dropdown-menu{
		display: block;
	} */
	.navbar .dropdown .dropdown-menu .dropdown-item{
		font-size: 14px;
		line-height: 20px;
		padding: 10px 15px;
		border-width: 0;
	}
	.navbar .dropdown .dropdown-menu .dropdown-item:hover, 
	.navbar .dropdown .dropdown-menu .dropdown-item:focus,
	.navbar .dropdown .dropdown-menu .dropdown-item.active,
	.navbar .dropdown .dropdown-menu .dropdown-item:active{
    color: #CF0F1B;
    background: rgba(0,0,0,.02) !important;
  }
	/* 语言切换 */
	.language-select-pc{
		position: relative;
		right: 0;
		top: 0;
	}
	.language-select-pc .nav-link{
		display: flex;
		align-items: center;
	}
	.language-select-pc .nav-link i{
		margin-right: 8px;
		font-size: 20px;
	}
	/* 语言 */
	.navbar-light .navbar-nav .nav-item.language{
		display: none;
	}
}
@media(min-width:1920px){
	.dropdown-toggle::after,
	.dropdown-toggle::before{
		right: 3px;
	}
	.navbar-light .navbar-nav .nav-link{
		padding: 30px 16px;
		line-height: 20px;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:hover, 
	.navbar-light .navbar-nav .nav-link:focus{
		font-size: 16px;
	}
	.navbar .dropdown .dropdown-menu{
		top:80px;
		width: 120px;
	}
	.navbar .dropdown .dropdown-menu .dropdown-item{
		font-size: 15px;
		line-height: 20px;
		padding: 10px 20px;
	}

	/* logo */
	.navbar-brand img{
		height: 50px;
	}
	.navbar-brand img:first-child{
		display: block;
	}
	.navbar-brand img:last-child{
		display: none;
	}
}

/*---------------全屏菜单--------------*/
@media(min-width:992px){
	.all-menu{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1040;
		width: 100%;
		height: 100%;
		border-top: 5px solid #CF0F1B;
		background: white;
		visibility: hidden;
		opacity: 0;
		transition: .4s;
	}
	.all-menu.show{
		opacity: 1;
		display: block;
		visibility: visible;
	}
	.all-menu .menu-header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 80px;
	}
	.menu-header i{
		font-size: 30px;
		color: #CF0F1B;
		cursor: pointer;
	}
	.all-menu .menu-con{
		display: flex;
		justify-content: center;
		margin-top: 60px;
	}
	.menu-con dl{
		padding: 0 30px;
	}
	.menu-con dl:first-child{
		display: none;
	}
	.menu-con dl dt{
		font-size: 16px;
		line-height: 50px;
		padding-bottom: 10px;
	}
	.menu-con dl dt a:hover{
		text-decoration: underline;
	}
	.menu-con dl dd{
		font-size: 15px;
		line-height: 20px;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.menu-con dl dd a:hover{
		color: #CF0F1B;
	}
}
@media (min-width:992px) and (max-width:1365.98px){
	.all-menu .container{
		max-width: none;
		padding: 0 50px;
	}
	.all-menu .menu-header{
		padding-top: 50px;
	}
	.all-menu .menu-header img{
		height: 50px !important;
	}
	.menu-header i{
		font-size: 26px;
	}
	.menu-con dl{
		padding: 0 20px;
	}
}
@media(min-width:1366px){
	.menu-header i{
		font-size: 38px;
	}
}
@media(min-width:1920px){
	.all-menu .menu-con{
		margin-top: 80px;
	}
	.menu-con dl{
		padding: 0 42px;
	}
	.menu-header i{
		font-size: 42px;
	}
}


/*---------------网站底部--------------*/
@media(min-width:0){
	.layout-ft{
		text-align: center;
		font-size: 12px;
		background-color: #333333;
		margin-bottom: 58px;
	}
	.layout-ft p{
		line-height: 1.6;
		margin-bottom: 3px;
	}
	.layout-ft .ft-left .item:last-child{
		margin-bottom: 25px;
	}
	.layout-ft .ft-left .ft-logo{
		height:40px;
		margin-bottom: 15px;
	}
	.layout-ft .ft-right .item{
		flex-shrink: 0;
		padding: 0 10px;
	}
	.layout-ft .ft-right p{
		margin-bottom: 10px;
	}
	.layout-ft .ft-right img{
		border-radius: 5px;
	}

	@media (min-width: 768px) {
		.layout-ft{
			padding: 40px 0;
			text-align: left;
		}
		.layout-ft .container{
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.layout-ft .ft-left .item:last-child{
			margin-bottom: 0;
		}
	}
}
@media (min-width: 1366px) {
	.layout-ft{
		padding: 50px 0;
		font-size: 14px;
		margin-bottom: 0;
	}
	.layout-ft p{
		line-height: 1.8;
	}
	.layout-ft .ft-left{
		display: flex;
		justify-content: space-between;
	}
	.layout-ft .ft-left .item:first-child{
		margin-right: 40px;
	}
}
@media (min-width: 1920px) {
	.layout-ft .ft-left{
		width: 1000px;
	}
	.layout-ft .ft-left .ft-logo{
		height: 50px;
	}
}
@media (min-width:992px) and (max-width:1365.98px){
	.layout-ft{
		margin-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.layout-ft .ft-left .ft-logo,
	.layout-ft .ft-left .item:last-child,
	.layout-ft .ft-right{
		display: none !important;
	}
	
}

/*---------------公共【页面顶部广告图】--------------*/
@media(min-width:0){
	.page-top-ad{
		position: relative;
	}
	.page-top-ad .img-wrapper{
		height: 80px;
	}
	.page-top-ad img{
		width: 100%;
		display: none;
	}
	.page-top-ad .con-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.page-top-ad .title{
		font-size: 20px;
		text-shadow: 0 0 5px rgba(0,0,0,.5);
	}
}
@media(min-width:768px){
	.page-top-ad .img-wrapper{
		height: 100px;
	}
}
@media(min-width:1366px){
	.page-top-ad .img-wrapper{
		height: auto;
	}
	.page-top-ad img{
		display: block;
	}
	.page-top-ad .title{
		font-size: 28px;
	}
}
@media(min-width:1920px){
	.page-top-ad .title{
		font-size: 42px;
	}
}

/*---------------公共【间距】--------------*/
@media(min-width:0){
	.layout-pt-main,
	.layout-py-main{
		padding-top: 30px;
	}
	.layout-pb-main,
	.layout-py-main{
		padding-bottom: 30px;
	}
	.page-pt-main,
	.page-py-main{
		padding-top: 30px;
	}
	.page-pb-main,
	.page-py-main{
		padding-bottom: 30px;
	}
}
@media(min-width:768px){
	.layout-pt-main,
	.layout-py-main{
		padding-top: 40px;
	}
	.layout-pb-main,
	.layout-py-main{
		padding-bottom: 40px;
	}
	.page-pt-main,
	.page-py-main{
		padding-top: 50px;
	}
	.page-pb-main,
	.page-py-main{
		padding-bottom: 50px;
	}
}
@media(min-width:1366px){
	.layout-pt-main,
	.layout-py-main{
		padding-top: 45px;
	}
	.layout-pb-main,
	.layout-py-main{
		padding-bottom: 45px;
	}
	.page-pt-main,
	.page-py-main{
		padding-top: 70px;
	}
	.page-pb-main,
	.page-py-main{
		padding-bottom: 70px;
	}
}
@media(min-width:1920px){
	.layout-pt-main,
	.layout-py-main{
		padding-top: 45px;
	}
	.layout-pb-main,
	.layout-py-main{
		padding-bottom: 45px;
	}
	.page-pt-main,
	.page-py-main{
		padding-top: 80px;
	}
	.page-pb-main,
	.page-py-main{
		padding-bottom: 80px;
	}
}

/*---------------公共【row 间距】--------------*/
@media(min-width:0){
	.row{
		margin-left: -7px;
		margin-right: -7px;
	}
	.row [class*= col-]{
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 15px;
	}
}
@media(min-width:1366px){
	.row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.row [class*= col-]{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media(min-width:1920px){
	.row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.row [class*= col-]{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
}

/*---------------公共【颜色/单页页宽……】--------------*/
@media(min-width:0){
	body,a{
		color: #353433;
	}
	.bg-gray{
		background: #F6F7F8;
	}
	.bg-img{
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.down-btn{
		display: inline-block;
		padding: 0 30px;
		line-height: 46px;
		height: 46px;
		background: #DA2128;
		border-radius: 5px;
		color: white;
	}
	.down-btn:hover{
		background: #cc161c;
		color: white;
	}
	.down-btn-text{
		color: #DA2128;
	}
	.down-btn-text:hover{
		color: #DA2128;
		text-decoration: underline;
	}
	ul{
		padding: 0;
		margin: 0;
	}
	li::marker{
		display: none;
		color: transparent;
	}
	.page-wrapper{
		max-width: 1200px;
		margin: 0 auto;
	}
	.page-out-wrapper{
		display: flex;
		min-height: 100vh;
		flex-direction: column;
	}
	.main-wrapper{
		flex-grow: 1;
	}
}
@media(min-width:768px){
	.modal-dialog{
		max-width: 600px;
	}
}
@media(min-width:992px){
	.modal-dialog{
		max-width: 800px;
	}
}
@media(min-width:1366px){
	.bg-gray-wrapper{
		background: #F6F7F8;
	}
	.bg-gray-wrapper{
		padding: 20px !important;
		border-radius: 5px;
	}
	.modal-dialog{
		max-width: 960px;
	}
	.page-out-wrapper{
		padding-top: 85px;
	}
}
@media(min-width:1920px){
	.modal-dialog{
		max-width: 1000px;
	}
	.bg-gray-wrapper{
		padding: 25px !important;
	}
}
@media (min-width:992px) and (max-width:1365.98px){
	.page-out-wrapper{
		padding-top: 60px;
	}
}

/*---------------公共【wrapper-height+无数据】--------------*/
@media(min-width:0){
	.no-data{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.no-data img{
		width: 100px;
	}
	.bsBox{
		box-sizing: content-box !important;
	}
	.mt-mb{
		margin-top: 30px;
	}
}
@media(min-width:768px){}
@media(min-width:1366px){
	.height-one{
		height: 331px;
	}
	.height-two{
		height: 300px;
	}
	.height-three{
		height: 335px;
	}
	.no-data img{
		width: 120px;
	}
	.mt-mb{
		margin-top: 0px;
	}
}
@media(min-width:1920px){
	.height-one{
		height: 390px;
	}
	.height-two{
		height: 380px;
	}
	.height-three{
		height: 407px;
	}
}

/*---------------公共【标题】--------------*/
@media(min-width:0){
	.title-main{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.title-main .title{
		font-size: 20px;
		color: #353433;
		margin: 0;
		font-weight: bold;
	}
	.title-main .more{
		position: relative;
		font-size: 16px;
		color: #5D5C5B;
	}
	.title-main .more::before,
	.title-main .more::after{
		position: absolute;
		content: '';
		z-index: 1;
		background: #74767c;
	}
	.title-main .more::before{
		top: 10px;
		left: -22px;
		width: 15px;
		height: 1px;
	}
	.title-main .more::after{
		top: 3px;
		left: -15px;
		width: 1px;
		height: 15px;
	}
}
@media(min-width:1366px){
	.title-main{
		justify-content: left;
		margin-bottom: 30px;
	}
	.title-main .title{
		position: relative;
		z-index: 1;
		font-size: 26px;
		padding-right: 60px;
		font-weight: normal;
		background: white;
	}
	.bg-gray .title-main .title{
		background: #F6F7F8;
	}
	.title-main .more{
		font-size: 16px;
		color: #CF0F1B;
	}
	.title-main:hover .more::before,
	.title-main:hover .more::after{
		background: #CF0F1B;
	}
	.title-main .more::before{
		left: -28px;
		top: 10px;
		height: 2px;
		width: 20px;
	}
	.title-main .more::after{
		top: 2px;
		left: -19px;
		width: 2px;
		height: 20px;
	}
	.title-main .more .text{
		position: relative;
		transform: translateX(-100%);
		z-index: -1;
		transition: .4s;
	}
	.title-main:hover .more .text{
		transform: translateX(0);
		color: #CF0F1B;
		z-index: 0;
	}
}
@media(min-width:1920px){
	.title-main{
		margin-bottom: 40px;
	}
	.title-main .title{
		font-size: 30px;
	}
}

/*---------------首页【会员大会】--------------*/
@media(min-width:0){
	.meeting{
		position: relative;
		max-width: 500px;
		margin: 0 auto;
		overflow: hidden;
		border-radius: 5px;
	}
	.meeting .img-wrapper{
		display: block;
		width: 100%;
	}
	.meeting .img-wrapper img{
		border-radius: 5px;
	}
	.meeting .title{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		color: #fff;
		font-size: 14px;
		text-align: center;
		padding: 10px 15px;
		line-height: 1.5;
		background: rgba(215,13,25,.6);
		border-radius: 0 0 5px 5px;
	}
}
@media(min-width:768px){}
@media(min-width:1366px){
	.meeting .img-wrapper img{
		display: none;
	}
	.meeting .title{
		transition: .4s;
		transform: translateY(100%);
	}
	.meeting:hover .title{
		transform: translateY(0);
	}
}
@media(min-width:1920px){
	.meeting .title{
		font-size: 16px;
		padding: 15px;
	}
}

/*---------------首页【商会视频】--------------*/
@media(min-width:0){
	.mv-wrapper{
		position: relative;
		width: 100%;
	}
	.mv-wrapper .img-hover-big,
	.mv-wrapper .img-wrapper{
		border-radius: 5px;
		max-width: 500px;
		margin: 0 auto;
	}
	.mv-wrapper .img-wrapper img{
		border-radius: 5px;
	}
	.mv-wrapper .icon{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 5px;
		cursor: pointer;
	}
	.mv-wrapper .iconfont{
		color: white;
		font-size: 60px;
		transition: .4s;
	}
	/* 视频弹窗 */
	.video-modal .modal-content{
		background: transparent;
		height: auto !important;
	}
	.video-modal .modal-body{
		padding: 0 !important;
	}
	.video-modal .close{
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 9;
		float: none;
		width: 50px;
		height: 50px;
		margin-left: -25px;
		background: rgba(255,255,255,.4);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		opacity: 1;
		text-shadow: none;
		transition: .4s;
	}
	.video-modal video{
		border-radius: 5px;
	}
}
@media(min-width:992px){
	/* 视频弹窗 */
	.video-modal .close{
		top: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
	}
	.video-modal .close:hover{
		background: rgba(255,255,255,.9);
	}
}
@media(min-width:1366px){
	.mv-wrapper .icon,
	.mv-wrapper .icon .iconfont{
		transition: .4s;
	}
	.mv-wrapper .icon:hover{
		background: rgba(0,0,0,0.2);
	}
	.mv-wrapper .icon:hover .iconfont{
		color: #CF0F1B;
	}
	.mv-wrapper .img-wrapper img{
		display: none;
	}
}
@media(min-width:1920px){}

/*---------------首页【焦点图】--------------*/
@media(min-width:0){
	.focusSwiper.pc{
		display: none;
	}
	.focusSwiper.mb{
		display: block;
	}
	.focusSwiper{
		position: relative;
		width: 100%;
		height: 170px;
		overflow:hidden;
	}
	.focusSwiper .swiper-slide {
		display: block;
		overflow:hidden;
	}
	.focusSwiper .img-wrapper{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.focusSwiper .swiper-pagination-bullet{
		background: white;
		opacity: .4;
		border-radius: 4px;
		transition: .8s;
	}
	.focusSwiper .swiper-pagination-bullet-active{
		width: 24px;
		opacity: .8;
	}
}
@media(min-width:768px){
	.focusSwiper{
		height: calc(100vw * 0.39);
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 20px;
	}
}
@media(min-width:1366px){
	.focusSwiper.pc{
		display: block;
	}
	.focusSwiper.mb{
		display: none;
	}
	.focusSwiper{
		margin-top: 85px;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 30px;
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 5px;
	}
}
@media(min-width:1920px){
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 40px;
	}
}
@media (min-width:992px) and (max-width:1365.98px){
	.focusSwiper{
		margin-top: 60px;
	}
}

/*---------------首页【会员企业】--------------*/
@media(min-width:0){
	.list-partner .item{
		display: block;
	}
	.list-partner .item .img-hover-big,
	.list-partner .item .img-wrapper{
		width: 100%;
		height: 52px;
		border-radius: 5px;
	}
	.list-partner .item .img-hover-big{
		box-shadow: 0 0 5px rgba(0,0,0,.15);
	}
	.list-partner .item .title{
		font-size: 12px;
		line-height: 30px;
	}
	/* 首页列表 */
	.bg-gray .list-partner [class*= col-]:nth-child(n+10){
		display: none;
	}
}
@media(min-width:768px){
	.list-partner .item .img-hover-big,
	.list-partner .item .img-wrapper{
		height: 82px;
	}
	/* 首页列表 */
	.bg-gray .list-partner [class*= col-]:nth-child(n+10){
		display: block;
	}
	.bg-gray .list-partner [class*= col-]:nth-child(n+13){
		display: none;
	}
}
@media(min-width:1366px){
	.list-partner [class*= col-]{
		max-width: 16.66%;
	}
	.list-partner .item{
		position: relative;
	}
	.list-partner .item .img-hover-big,
	.list-partner .item .img-wrapper{
		height: 92px;
	}
	.list-partner .item:hover .img-wrapper{
		filter: blur(3px);
	}
	.list-partner .item .title-wrapper{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		background: rgba(215,13,25,.8);
		border-radius: 5px;
		opacity: 0;
		transition: .4s;
	}
	.list-partner .item .title-wrapper:hover{
		opacity: 1;
	}
	.list-partner .item .title-wrapper .title{
		font-size: 15px;
		line-height: 20px;
		color: #fff;
		transform: translateY(-10px);
		transition: .4s;
		-webkit-line-clamp: 3;
	}
	.list-partner .item:hover .title-wrapper .title{
		transform: translateY(0);
	}
	/* 首页列表 */
	.bg-gray .list-partner [class*= col-]:nth-child(n+13){
		display: block;
	}
}
@media(min-width:1920px){
	.list-partner .item .img-hover-big,
	.list-partner .item .img-wrapper{
		height: 118px;
	}
	.list-partner .item .title{
		font-size: 16px;
	}
}


/*---------------首页【新闻样式1_无图】--------------*/
@media(min-width:0){
	.list_news_one{
		padding-left: 0;
		margin-bottom: 0;
	}
	.list_news_one .item{
		position: relative;
		border-bottom: 1px solid #ededed;
	}
	.list_news_one .item:last-child{
		border-width: 0;
	}
	.list_news_one .item::before{
		display: block;
		position: absolute;
		content: '';
		left: 0;
		top: 50%;
		width: 6px;
		height: 6px;
		background: #434343;
		border-radius: 50%;
		margin-top: -3px;
	}
	.list_news_one .wrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.list_news_one .title{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 0;
		padding-left: 14px;
	}
	.list_news_one .time{
		flex-shrink: 0;
		font-size: 13px;
		padding-left: 15px;
		color: #999897;
	}
	/*  第一条新闻 */
	.list_news_one .first{
		padding-bottom: 10px;
	}
	.list_news_one .first::before{
		top: 17px;
	}
	.list_news_one .first .wrapper{
		align-items: flex-start;
	}
	.list_news_one .first .title{
		line-height: 32px;
		height: 32px !important;
	}
	.list_news_one .first .des{
		font-size: 12px;
		color: #5D5C5B;
	}
	.list_news_one .first .right{
		flex-shrink: 0;
		padding-left: 15px;
		text-align: center;
		color: #999897;
	}
	.list_news_one .first .date{
		font-size: 24px;
	}
	.list_news_one .first .year{
		font-size: 13px;
	}
}
@media(min-width:768px){}
@media(min-width:1366px){
	.bg-gray-wrapper .list_news_one{
		padding-left: 10px;
	}
	.list_news_one .item:hover .title,
	.list_news_one .item:hover .time{	
		color: #CF0F1B;
	}
	.list_news_one .item:hover::before{
		background: #CF0F1B;
	}
	.list_news_one .title{
		line-height: 46px;
		height: 46px;
	}
	/*  第一条新闻 */
	.list_news_one .first{
		padding-bottom: 15px;
	}
	.list_news_one .first .title{
		font-size: 16px;
	}
	.list_news_one .first .des{
		font-size: 13px;
	}
	.list_news_one .first .right{
		padding-left: 25px;
	}
	.list_news_one .first .date{
		font-size: 32px;
	}
	.list_news_one .first .year{
		font-size: 15px;
	}
	.list_news_one .first:hover .des,
	.list_news_one .first:hover .date,
	.list_news_one .first:hover .year{
		color:  #CF0F1B;
	}
}
@media(min-width:1920px){
	.list_news_one .title{
		font-size: 16px;
		line-height: 56px;
		height: 56px;
	}
	.list_news_one .time{
		font-size: 16px;
	}
	/*  第一条新闻 */
	.list_news_one .first{
		padding-bottom: 20px;
	}
	.list_news_one .first .title{
		font-size: 16px;
	}
	.list_news_one .first .des{
		font-size: 14px;
	}
	.list_news_one .first .right{
		padding-left: 25px;
	}
	.list_news_one .first .date{
		font-size: 36px;
	}
	.list_news_one .first .year{
		font-size: 16px;
	}
}

/*---------------首页【新闻样式4_轮播】--------------*/
@media(min-width:0){
	.newsSwiper{
		width: 100%;
	}
	.newsSwiper{
		margin-bottom: 20px;
	}	
	.service{
		margin-top: 20px;
	}
	.newsSwiper .swiper-slide{
		position: relative;
		display: block;
	}
	.newsSwiper .img-wrapper{
		height: 230px;
		border-radius: 5px;
	}
	.newsSwiper .title{
		position: absolute;
		z-index: 9;
		left: 0;
		bottom: 0;
		width: 100%;
		background: rgba(0,0,0,.5);
		color: #fff;
		line-height: 50px;
		height: 50px;
		margin-bottom: 0;
		font-size: 14px;
		padding: 0 15px;
		border-radius: 0 0 5px 5px;
	}
}
@media(min-width:768px){
	.newsSwiper{
		margin-bottom: 30px;
	}
	.service{
		margin-top: 30px;
	}
	.newsSwiper .img-wrapper{
		height: 243px;
	}
}
@media(min-width:1366px){
	.newsSwiper{
		margin-bottom: 0;
	}
	.service{
		margin-top: 0;
	}
	.newsSwiper .img-wrapper{
		height: 275px;
	}
	/* .newsSwiper .swiper-slide:hover .title{
		color: #CF0F1B;
	} */
}
@media(min-width:1920px){
	.newsSwiper .img-wrapper{
		height: 327px;
	}
	.newsSwiper .title{
		font-size: 16px;
	}
}

/*---------------首页【图片放大鼠标效果】--------------*/
@media(min-width:1366px){
	.img-hover-big{
		overflow: hidden;
	}
	.hover-show .img-hover-big .img-wrapper{
		transition: .5s;
	}
	.hover-show:hover .img-hover-big .img-wrapper{
		transform: scale(1.2);
	}

}

/*---------------首页【新闻样式2_有图、无图】--------------*/
@media(min-width:0){
	.list-news-two{
		padding: 0;
	}
	.list-news-two .item{
		display: flex;
		margin-bottom: 15px;
	}
	.list-news-two .item .img-hover-big{
		flex-shrink: 0;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	}
	.list-news-two .item .img-hover-big,
	.list-news-two .item .img-wrapper{
		width: 100px;
		height: 76px;
		border-radius: 5px;
	}
	.list-news-two .item .img-hover-big{
		margin-right: 15px;
	}
	.list-news-two .item .con-wrapper{
		flex-grow: 1;
		height: 76px;
		border-bottom: 1px solid #ededed;
	}
	.list-news-two li:last-child .item{
		margin-bottom: 0;
	}
	.list-news-two li:last-child .item .con-wrapper{
		border-width: 0;
	}
	.list-news-two .item .title{
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.list-news-two .item .other{
		display: none;
	}
	/* 页面新闻 */
	.page-news .item .des{
		/* display: none; */
		font-size: 13px;
		color: #666;
		margin-top: 10px;
	}
	.list-news-two .item .title{
		-webkit-line-clamp: 2;
		line-height: 1.8;
	}
	.list-news-two .item .des{
		display: none;
	}
}
@media(min-width:768px){
}
@media(min-width:1366px){
	.list-news-two .item .other{
		padding-top: 3px;
		display: flex;
		justify-content: space-between;
	}
	.list-news-two .item .title,
	.list-news-two .item .time{
		font-size: 14px;
	}
	.list-news-two .item:hover .title,
	.list-news-two .item:hover .time{
		color: #CF0F1B;
	}
	.list-news-two .item .time{
		position: relative;
		z-index: 2;
		flex-grow: 1;
		color: #999897;
		background: #fff;
	}
	.bg-gray-wrapper .list-news-two .item .time{
		background: #F6F7F8;
	}
	.list-news-two .item .arrow{
		position: relative;
		z-index: 0;
		transform: translateX(-101%);
		transition: .3s;
	}
	.list-news-two .item:hover .arrow{
		color: #CF0F1B;
		transform: translateX(0);
	}
	/* 页面新闻 */
	.page-news .item{
		margin-bottom: 40px;
	}
	.page-news .item .img-hover-big,
	.page-news .item .img-wrapper{
		width: 250px;
		height: 180px;
	}
	.page-news .item .img-hover-big + .con-wrapper{
		height: 180px;
	}
	.page-news .item .img-hover-big{
		margin-right: 30px;
	}
	.page-news .item .con-wrapper{
		height: auto;
	}
	.page-news .item .other{
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.page-news .item .title{
		-webkit-line-clamp: 2;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.page-news .item .des{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		font-size: 15px;
		line-height: 24px;
	}
	.page-news .item:hover .des{
		color: #CF0F1B;
	}
	.page-news .item .img-hover-big + .con-wrapper .des{
		height: 48px;
	}
}
@media(min-width:1920px){
	.list-news-two .item .img-hover-big,
	.list-news-two .item .img-wrapper{
		width: 130px;
		height: 100px;
	}
	.list-news-two .item .img-hover-big{
		margin-right: 30px;
	}
	.list-news-two .item .con-wrapper{
		height: 100px;
	}
	.list-news-two .item .other{
		padding-top: 10px;
	}
	.list-news-two .item .title,
	.list-news-two .item .time{
		font-size: 15px;
	}
	/* 页面新闻 */
	.page-news .item{
		margin-bottom: 40px;
	}
	.page-news .item .img-hover-big,
	.page-news .item .img-wrapper{
		width: 250px;
		height: 180px;
	}
	.page-news .item .img-hover-big + .con-wrapper{
		height: 180px;
	}
	.page-news .item .con-wrapper{
		height: auto;
	}
	.page-news .item .img-hover-big + .con-wrapper .des{
		height: 48px;
	}
	.page-news .item .other{
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.page-news .item .title{
		padding-top: 0;
		font-size: 20px;
	}
	.page-news .item .des{
		font-size: 15px;
	}
	
}

/*---------------首页【新闻样式3_图标】--------------*/
@media(min-width:0){
	.list-news-three .item{
		display: flex;
		margin-bottom: 15px;
	}
	.list-news-three .item .time{
		flex-shrink: 0;
		width: 80px;
		height: 70px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #CF0F1B;
		margin-right: 15px;
		color: #fff;
	}
	.list-news-three .item .date{
		font-size: 34px;
		line-height: 1;
		margin-bottom: 0;
	}
	.list-news-three .item .year{
		font-size: 15px;
	}
	.list-news-three .item .con-wrapper{
		border-bottom: 1px solid #ededed;
	}
	.list-news-three li:last-child .item{
		margin-bottom: 0;
	}
	.list-news-three li:last-child .item .con-wrapper{
		border-width: 0;
	}
	.list-news-three .item .title{
		font-size: 16px;
		line-height: 2;
		margin-bottom: 0;
	}
	.list-news-three .item .des{
		font-size: 14px;
		color: #666;
		line-height: 2;
	}
}
@media(min-width:768px){}
@media(min-width:1366px){
	.list-news-three .item{
		position: relative;
	}
	.list-news-three .item::before{
		position: absolute;
		content: '';
		z-index: 9;
		left: 0;
		bottom: -5px;
		width: 62px;
		height: 8px;
		background: #CF0F1B;
	}
	.list-news-three .item:hover::before{
		background: #3366FF;
	}
	.list-news-three .item .time{
		width: 62px;
		height: 54px;
		margin-right: 20px;
	}
	.list-news-three .item:hover .time{
		background: #3366FF;
	}
	.list-news-three .item .date{
		font-size: 24px;
		transition: .3s;
		transform: translateY(0);
	}
	.list-news-three .item:hover .date{
		transform: translateY(10px);
	}
	.list-news-three .item .year{
		position: relative;
		font-size: 13px;
		line-height: 20px;
		transition: .4s;
		transform: translateY(0);
	}
	.list-news-three .item:hover .year{
		transform: translateY(20px);
	}
	.list-news-three .item .title{
		font-size: 14px;
		line-height: 1.6;
	}
	.list-news-three .item .des{
		font-size: 12px;
		line-height: 1.6;
	}
	.list-news-three .item:hover .title,
	.list-news-three .item:hover .des{
		color: #CF0F1B;
	}
}
@media(min-width:1920px){
	.list-news-three .item::before{
		bottom: -0px;
		width: 80px;
		height: 5px;
	}
	.list-news-three .item .date{
		font-size: 34px;
	}
	.list-news-three .item .year{
		font-size: 15px;
	}
	.list-news-three .item .time{
		width: 80px;
		height: 70px;
		margin-right: 20px;
	}
	.list-news-three .item .title{
		font-size: 16px;
		line-height: 2;
	}
	.list-news-three .item .des{
		font-size: 14px;
		line-height: 2;
	}
}

/*---------------首页【新闻样式4】--------------*/
@media(min-width:0){
	.list-news-four .item{
		display: flex;
		margin-bottom: 15px;
		border-radius: 5px;
	}
	.list-news-four .img-hover-big,
	.list-news-four .img-wrapper{
		width: 140px;
		height: 70px;
		border-radius: 5px 0 0 5px;
	}
	.list-news-four .img-hover-big{
		flex-shrink: 0;
	}
	.list-news-four .con-wrapper{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-grow: 1;
		padding: 0 15px;
	}
	.list-news-four .arrow{
		display: none;
	}
}
@media(min-width:768px){
	.list-news-four .img-hover-big,
	.list-news-four .img-wrapper{
		width: 220px;
		height: 110px;
	}
}
@media(min-width:1366px){
	.list-news-four .item{
		margin-bottom: 20px;
	}
	.list-news-four .con-wrapper{
		position: relative;
	}
	.list-news-four .con-wrapper::before{
		position: absolute;
		z-index: 9;
		left: 50%;
		bottom: 8px;
		content: '';
		width: 40px;
		height: 20px;
		background: #F6F7F8;
		margin-left: -40px;
	}
	.list-news-four .img-hover-big,
	.list-news-four .img-wrapper{
		width: 150px;
		height: 97px;
	}
	.list-news-four .arrow{
		display: inline-block;
		position: absolute;
		left: 50%;
		bottom: 6px;
		transform: translateX(-105%);
		transition: .3s;
	}
	.list-news-four .item:hover .title,
	.list-news-four .item:hover .arrow{
		color: #CF0F1B;
	}
	.list-news-four .item:hover .arrow{
		transform: translateX(0);
	}
}
@media(min-width:1920px){
	.list-news-four .item{
		margin-bottom: 25px;
	}
	.list-news-four .img-hover-big,
	.list-news-four .img-wrapper{
		width: 210px;
		height: 113px;
	}
	.list-news-four .item .title{
		font-size: 18px;
	}
	.list-news-four .item .arrow{
		bottom: 10px;
	}
}

/*---------------首页【会员服务】--------------*/
@media(min-width:0){
	.service{
		border-radius: 5px;
		padding: 40px 20px 15px 20px;
	}
	.service .row{
		max-width: 450px;
		margin: 0 auto;
	}
	.service .row [class*= col-]{
		margin-bottom: 25px;
	}
	.service .item .img-wrapper{
		width: 68px;
		height: 68px;
		border-radius: 15px;
		background: rgba(255,255,255,.7);
		margin: 0 auto;
	}
	.service .item .title{
		color: #fff;
		padding-top: 15px;
		line-height: 1;
	}
}
@media(min-width:768px){
	.service{
		padding: 60px 20px 35px 20px;
	}
}
@media(min-width:1366px){
	.service{
		padding: 50px 20px 20px 20px;
	}
	.service .item .img-wrapper{
		transition: .4s;
	}
	.service .item:hover .img-wrapper{
		background: rgba(255,255,255,.9);
	}
}
@media(min-width:1920px){
	.service{
		padding-top: 70px;
	}
	.service .row [class*= col-]{
		margin-bottom: 40px;
	}
	.service .item .img-wrapper{
		width: 80px;
		height: 80px;
	}
}

/*---------------首页【轮播按钮】--------------*/
@media(min-width:0){
	.swiper-button-next,
	.swiper-button-prev{
		width: 32px;
		height: 32px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		border-radius: 50%;
		transition: .4s;
	}
	.swiper-button-next:after, 
	.swiper-button-prev:after{
		font-size: 14px;
	}
}
@media(min-width:1366px){
	.swiper-button-next,
	.swiper-button-prev{
		width: 40px;
		height: 40px;
		transition: .4s;
	}
	.swiper-button-next:hover,
	.swiper-button-prev:hover{
		background: #CF0F1B;
	}
	.swiper-button-next:after, 
	.swiper-button-prev:after{
		font-size: 16px;
	}
}

/*---------------首页【商会领导】--------------*/
@media(min-width:0){
	.leader-wrapper{
		position: relative;
		padding-left: 180px;
	}
	.leader-wrapper .item{
		display: block;
	}
	.leader-wrapper .item .text-wrapper{
		background: white;
		padding: 15px 10px;
		border-radius: 0 0 5px 5px;
	}
	.leader-wrapper .item .img-wrapper{
		height: 220px;
		border-radius: 5px 5px 0 0;
	}
	.leader-wrapper .item .title-wrapper{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.leader-wrapper .item .title{
		flex-shrink: 0;
		font-size: 14px;
		margin-bottom: 0;
	}
	.leader-wrapper .item .sign{
		padding: 0 5px;
	}
	.leader-wrapper .item .des{
		font-size: 13px;
		color: #5D5C5B;
	}
	/* 第一条 */
	.leader-wrapper .first{
		position: absolute;
		left: 0;
		z-index: 9;
		width: 165px;
	}
	.leader-wrapper .first .text-wrapper{
		background: #CF0F1B;
		color: #fff;
	}
	.leader-wrapper .first .des{
		color: #fff;
	}
}
@media(min-width:414px){
	.leader-wrapper{
		padding-left: 200px;
	}
	.leader-wrapper .item .img-wrapper{
		height: 247px;
	}
	/* 第一条 */
	.leader-wrapper .first{
		width: 185px;
	}
}
@media(min-width:768px){
	.leader-wrapper{
		padding-left: 175px;
	}
	.leader-wrapper .item .text-wrapper{
		padding: 20px 15px;
	}
	.leader-wrapper .item .img-wrapper{
		height: 215px;
	}
	/* 第一条 */
	.leader-wrapper .first{
		width: 161px;
	}
}
@media(min-width:1366px){
	.leader-wrapper{
		margin-top: -30px;
	}
	.leader-wrapper .leaderSwiper{
		padding-top: 30px;
	}
	.leader-wrapper .swiper-button-next{
		right: -55px;
	}
	.leader-wrapper .swiper-button-prev{
		left: -55px;
	}
	.leader-wrapper{
		padding-left: 244px;
	}
	/* .leader-wrapper .swiper-slide-active,
	.leader-wrapper .swiper-slide-active:focus{
		border-width: 0;
		background-color: white;
	} */
	.leader-wrapper .item .text-wrapper{
		padding: 15px 20px;
	}
	.leader-wrapper .item .img-wrapper{
		height: 298px;
	}
	.leader-wrapper .item .title-wrapper{
		font-size: 16px;
	}
	.leader-wrapper .item .title{
		font-size: 16px;
	}
	.leader-wrapper .item .sign{
		font-size: 14px;
		padding: 0 8px;
	}
	.leader-wrapper .item .des{
		font-size: 14px;
		margin-top: 8px;
		margin-bottom: 15px;
	}
	/* 第一条 */
	.leader-wrapper .first{
		top: 30px;
		width: 224px;
	}
}
@media(min-width:1920px){
	.leader-wrapper .swiper-button-next{
		right: -60px;
	}
	.leader-wrapper .swiper-button-prev{
		left: -60px;
	}

	.leader-wrapper{
		padding-left: 318px;
	}
	.leader-wrapper .item .text-wrapper{
		padding: 20px 25px;
	}
	.leader-wrapper .item .img-wrapper{
		height: 384px;
	}
	.leader-wrapper .item .title-wrapper{
		font-size: 18px;
	}
	.leader-wrapper .item .title{
		font-size: 18px;
	}
	.leader-wrapper .item .sign{
		font-size: 14px;
		padding: 0 10px;
	}
	.leader-wrapper .item .des{
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	/* 第一条 */
	.leader-wrapper .first{
		width: 288px;
	}
}

/*---------------荣誉--------------*/
@media(min-width:0){
	.list-honor2 [class*= col-]{
		margin-bottom: 15px;
	}
	.list-honor2 .item{
		background: white;
		cursor: pointer;
		border-radius: 5px;
	}
	.list-honor2 .item .img-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		height: 106px;
		border-radius: 5px 5px 0 0;
	}
	.list-honor2 .item img{
		max-width: 100%;
		max-height: 100%;
	}
	.list-honor2 .item .con-wrapper{
		padding: 15px;
	}
	.list-honor2 .item .title{
		font-size: 15px;
		font-weight: bold;
	}
	.list-honor2 .item .des{
		font-size: 13px;
		line-height: 20px;
		height: 60px;
	}
	/* 弹窗 */
	.honorPic .modal-content{
		min-height: 100vh;
		height: 100vh;
		border-width: 0;
		border-radius: 0;
	}
	.honorPic .modal-body{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 40px;
	}
	.honorPic .modal-body img{
		max-width: 100%;
		max-height: 65vh;
	}
	.honorPic .modal-body .title{
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.honorPic .modal-body .des{
		font-size: 14px;
	}
}
@media(min-width:768px){
	.honorPic .modal-content{
		border-radius: 5px;
	}
	.list-honor2 .item .img-wrapper{
		height: 140px;
		padding: 15px;
	}
	/* 弹窗 */
	.honorPic .modal-content{
		min-height: 500px;
		height: auto;
	}
	.honorPic .modal-body{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media(min-width:1366px){
	.list-honor2 [class*= col-]{
		width: 20%;
		max-width: 20%;
		margin-bottom: 20px;
	}
	.list-honor2 .item .con-wrapper{
		padding: 20px;
	}
	.list-honor2 .item .img-wrapper{
		height: 143px;
		transition: .4s;
	}
	.list-honor2 .item .title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.list-honor2 .item .des{
		font-size: 14px;
	}
	/* 弹窗 */
	.honorPic .modal-content{
		min-height: 600px;
	}
	.honorPic .modal-body .title{
		margin-top: 30px;
	}
}
@media(min-width:1920px){
	.list-honor2 [class*= col-]{
		margin-bottom: 30px;
	}
	.list-honor2 .item .con-wrapper{
		padding: 25px;
	}
	.list-honor2 .item .img-wrapper{
		height: 185px;
	}
	.list-honor2 .item .title{
		font-size: 16px;
		margin-bottom: 20px;
	}
}

/*---------------【商会领导】--------------*/
@media(min-width:0){
	.list-team2{
		justify-content: center;
		margin-bottom: 30px;
	}
	.list-team2 .item{
		background: white;
		border-radius: 5px;
		border: 1px solid #ededed;
	}
	.list-team2 .item .img-wrapper{
		height: 140px;
		border-radius: 5px 5px 0 0;
	}
	.list-team2 .item .img-wrapper img,
	.list-team2 .item .des{
		display: none;
	}
	.list-team2 .item .text-wrapper{
		padding: 10px;
	}
	.list-team2 .item .title{
	    flex-shrink: 0;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 0;
		font-weight: bold;
	}
	.list-team2 .item .sign{
		display: none;
	}
	.list-team2 .item .text{
		font-size: 12px;
		color: #5D5C5B;
	}
	/* 第一条 */
	.list-team2 .first,
	.list-team2 .first .item{
		width: 160px;
		max-width: 160px;
	}
	.list-team2 .first .item .img-wrapper {
		height: 220px;
	}
	/* 团队详情 */
	.team-box .modal-content{
		height: 100vh;
		margin: 0;
		border-radius: 0;
		margin-top: 0;
		border-width: 0;
	}
	.team-box .close{
		position: relative;
		display: block;
		width: 100%;
		float: none;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #ededed;
	}
	.team-box .close .iconfont{
		position: absolute;
		left: 15px;
		top: 0;
	}
	.team-box .close .iconfont:last-child{
		display: none;
	}
	.team-box .modal-body{
		padding-top: 0;
		margin-top: 15px;
		height: calc(100vh - 65px);
		overflow-y: auto;
	}
	.team-box .text-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.team-box .title{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 0;
	}
	.team-box .sign{
		padding: 0 5px;
	}
	.team-box .des{
		padding-bottom: 20px;
		font-size: 15px;
		color: #555;
		line-height: 1.8;
	}
	.team-box .des p{
		position: relative;
		line-height: 1.5;
		text-align: left !important;
		padding-left: 15px;
		margin-bottom: 12px;
	}
	.team-box .des p::before{
		position: absolute;
		content: '';
		left: 0;
		top: 10px;
		width: 5px;
		height: 5px;
		background: #666;
		border-radius: 50%;
	}
	.team-box .img-wrapper{
		text-align: center;
	}
	.team-box img{
		width: 180px;
		border: 1px solid #ededed;
		border-radius: 5px;
	}
}
@media(min-width:768px){
	.list-team2 .item .img-wrapper{
		height: 220px;
	}
	.list-team2 .item .text{
		font-size: 13px;
	}
	/* 第一条 */
	.list-team2 .first,
	.list-team2 .first .item{
		width: 220px;
		max-width: 220px;
	}
	.list-team2 .first .item{
		transform: translateX(-7px);
	}
	.list-team2 .first .item .img-wrapper {
		height: 300px;
	}
	/* 团队详情 */
	#teamPic{
		padding-right: 0 !important;
	}
	.team-box{
		max-width: 100%;
	}
	.team-box .modal-body{
		max-width: 690px;
		margin: 20px auto;
	}
	.team-box img{
		width: 160px;
	}
}
@media(min-width:992px){
	/* 团队详情 */
	#teamPic{
		padding-right: 17 !important;
	}
	.team-box{
		max-width: 800px;
	}
	.team-box .modal-content{
		justify-content: center;
		max-height: 500px;
		border-radius: 5px;
	}
	.team-box .close{
		position: absolute;
		top: 0;
	}
	.team-box .close .iconfont:first-child{
		display: none;
	}
	.team-box .close .iconfont:last-child{
		display: block;
		left: auto;
		right: 15px;
	}
	.team-box .modal-body{
		display: flex;
		justify-content: center;
		flex: 0 0 auto;
		max-width: none;
		width: 100%;
		height: auto;
		overflow-y: hidden;
		padding: 0 0 0 100px; 
		margin: 70px auto 40px auto;
	}
	.team-box .con-wrapper{
		padding-right: 100px;
	}
	.team-box .text-wrapper{
		justify-content: flex-start;
		margin-top: 0;
	}
	.team-box .img-wrapper{
		flex-shrink: 0;
		margin-right: 35px;
		margin-bottom: 30px;
	}
	.team-box img{
		width: 180px;
	}
	.team-box .con-wrapper{
		flex-grow: 1;
		max-height: 390px;
		overflow-y: auto;
	}
	/* 滚动条美化 */
	/* 滚动条背景、高度 */
	.team-box .con-wrapper::-webkit-scrollbar{
		width: 6px;
		height: 6px;
		border-radius: 10px;
	}
	/* 滚动轨道 */
	.team-box .con-wrapper::-webkit-scrollbar-track{
		/* box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
		border-radius: 10px;
		background: #ededed;
	}
	/* 滑块 */
	.team-box .con-wrapper::-webkit-scrollbar-thumb{
		/* box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
		border-radius: 10px;
		background: #ccc;
	}
}
@media(min-width:1366px){
	.list-team2 [class*=col-]{
		width: 16.66%;
		max-width: 16.66%;
		cursor: pointer;
	}
	.list-team2 .item .img-wrapper{
		height: 246px;
	}
	.list-team2 .item .text-wrapper{
		display: flex;
		justify-content: center;
		padding: 15px 10px;
	}
	.list-team2 .item .sign{
		display: block;
		padding: 0 5px;
		font-size: 12px;
	}
	/* 第一条 */
	.list-team2 .first,
	.list-team2 .first .item{
		width: 250px;
		max-width: 250px;
	}
	.list-team2 .first .item{
		transform: translateX(-10px);
	}
	.list-team2 .first .item .img-wrapper {
		height: 340px;
	}
	/* 团队详情 */
	.team-box{
		max-width: 800px;
	}
	.team-box .modal-content{
		max-height: 590px;
	}
	.team-box .modal-body{
		margin: 80px auto 50px auto;
	}
	.team-box .con-wrapper{
		max-height: 460px;
	}
	.team-box img{
		width: 220px;
	}
}
@media(min-width:1920px){
	.list-team2{
		margin-left: -10px;
		margin-right: -10px;
	}
	.list-team2 [class*=col-]{
		width: 12.5%;
		max-width: 12.5%;
		cursor: pointer;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.list-team2 .item .img-wrapper{
		height: 240px;
	}
	.list-team2 .item .text-wrapper{
		text-align: left;
		padding: 15px 10px 20px 10px;
	}
	/* 第一条 */
	.list-team2 .first,
	.list-team2 .first .item{
		width: 250px;
		max-width: 250px;
	}
	.list-team2 .first .item{
		transform: translateX(-10px);
	}
	.list-team2 .first .item .img-wrapper {
		height: 340px;
	}
	/* 团队详情 */
	.team-box{
		max-width: 900px;
	}
	.team-box .modal-content{
		max-height: 690px;
	}
	.team-box .con-wrapper{
		max-height: 560px;
	}
	.team-box .img-wrapper{
		margin-right: 45px;
	}
	.team-box .title{
		font-size: 22px;
	}
	.team-box .text{
		font-size: 18px;
	}
	.team-box img{
		width: 250px;
	}
	.team-box .sign{
		padding: 8px;
	}
	
}

/*---------------鼠标效果【投影+上移】--------------*/
@media(min-width:0){}
@media(min-width:768px){}
@media(min-width:1366px){
	.hover-shadow-up{
		transition: .4s;
	}
	.hover-shadow-up:hover{
		box-shadow: 0 0 15px rgba(0,0,0,.15);
		transform: translateY(-10px);
	}
}
@media(min-width:1920px){}

/*---------------新闻【标题+翻页】--------------*/
@media(min-width:0){
	.title-news-detail{
		background-color: rgba(0, 0, 0, 0.05);
	}
	.title-news-detail .box-wrapper{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.title-news-detail .title{
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.title-news-detail .con-wrapper{
		font-size: 13px;
	}
	.news-back{
		margin-top: 45px;
		border-top: 1px solid #e4e4e4;
	}
}
@media(min-width:768px){
	.title-news-detail .title{
		font-size: 20px;
	}
	.title-news-detail .con-wrapper{
		font-size: 14px;
	}
}
@media(min-width:1366px){
	.title-news-detail .box-wrapper{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.title-news-detail .title{
		font-size: 28px;
		padding-bottom: 15px;
	}
	.news-back{
		padding-top: 60px !important;
		margin-top: 70px;
	}
}
@media(min-width:1920px){
	.title-news-detail .title{
		font-size: 32px;
	}
	.title-news-detail .con-wrapper{
		font-size: 16px;
	}
}

/*---------------首页【友情链接】--------------*/
@media(min-width:0){
	.flink .link .item{
		display: inline-block;
		line-height: 32px;
		padding-right: 15px;
		white-space: nowrap;
	}
}
@media(min-width:768px){}
@media(min-width:1366px){
	.flink{
		display: flex;
		align-items: flex-start;
	}
	.flink .title-main{
		flex-shrink: 0;
	}
	.flink .link{
		flex-grow: 1;
	}
	.flink .link .item{
		padding-right: 30px;
		line-height: 40px;
	}
	.flink .link .item:hover{
		color: #CF0F1B;
	}
}
@media(min-width:1920px){}


/*---------------发展历程--------------*/
@media(min-width:0){
	.list-course{
		position: relative;
		padding-left: 40px;
		padding-top: 50px;
		padding-bottom: 1px;
	}
	.list-course::before,
	.list-course::after{
		position: absolute;
		content: '';
		z-index: 1;
	}
	.list-course::before{
		left: 5px;
		top: 0;
		width: 1px;
		height: 100%;
		background: #CF0F1B;
	}
	.list-course::after{
		top: -10px;
		left: -2px;
		width: 0;
		height: 0;
		border: 8px solid;
		border-color: transparent transparent #CF0F1B transparent;
	}
	.list-course .item{
		position: relative;
		margin-bottom: 30px;
	}
	.list-course .item::before,
	.list-course .item::after{
		position: absolute;
		content: '';
		left: -40px;
		z-index: 9;
		background-color: white;
	}
	.list-course .item::before{
		top: 8px;
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background-color: white;
		border: 2px solid #CF0F1B;
		z-index: 10;
	}
	.list-course .item::after{
		top: 14px;
		width: 30px;
		height: 1px;
		border-top: 1px dashed #CF0F1B;
	}
	.list-course .item .date{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
		color: #111111	;
	}
	.list-course .item .con{
		font-size: 14px;
		color: #5D5C5B;
	}
}
@media(min-width:768px){
	.list-course{
		padding: 70px 0 0 0;
	}
	.list-course:before{
		left: 50%;
	}
	.list-course::after{
		left: 50%;
		margin-left: -8px;
	}
	.list-course .item{
		width: 50%;
	}
	.list-course .item::after{
		width: 40px;
	}
	.list-course .item .con{
		text-align: justify;
	}
	.list-course .item:nth-child(odd){
		padding-right: 50px;
	}
	.list-course .item:nth-child(odd)::before,
	.list-course .item:nth-child(odd)::after{
		left: auto;
		right: -6px;
	}
	.list-course .item:nth-child(odd) .date{
		text-align: right;
	}
	.list-course .item:nth-child(even){
		left: 50%;
		padding-left: 50px;
	}
	.list-course .item:nth-child(even)::before,
	.list-course .item:nth-child(even)::after{
		left: -6px;
	}
}
@media(min-width:1366px){
	.list-course::before{
		width: 1px;
	}
	.list-course .item{
		margin-bottom: 50px;
	}
	.list-course .item::before{
		width: 13px;
		height: 13px;
	}
	.list-course .item::after{
		width: 60px;
		height: 1px;
	}
	.list-course .item .date{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.list-course .item .con{
		font-size: 16px;
	}
	.list-course .item:nth-child(odd){
		padding-right: 80px;
	}
	.list-course .item:nth-child(even){
		padding-left: 80px;
	}
	.list-course .item:nth-child(odd)::before, 
	.list-course .item:nth-child(odd)::after{
		left: auto;
		right: -7px;
	}
	.list-course .item:nth-child(even)::before, 
	.list-course .item:nth-child(even)::after{
		left: -6px;
	}
}
@media(min-width:1920px){}

/*---------------分享--------------*/
@media(min-width:0){
	.share-wrapper{
		display: flex;
		justify-content: center;
		position: relative;
		margin-top: 30px;
	}
	.share-wrapper .list{
		display: flex;
		flex-wrap: wrap;
	}
	.share-wrapper .text{
		font-size: 14px;
		width: 60px;
		padding-right: 5px;
		flex-shrink: 0;
		text-align: right;
		line-height: 40px;
	}
	.share-wrapper .list-item,
	.bshare-custom .item{
		display: flex;
		align-items: center;
		width: 120px;
		height: 40px;
		border-radius: 5px;
		border: 1px solid #00CC33;
		padding: 5px 10px;
		margin: 0 5px;
		margin-bottom: 15px;
	}
	.share-wrapper .list-item:nth-child(2){
		border-color: #EA0001;
	}
	.share-wrapper .list-item:nth-child(3){
		border-color: #F1A308;
	}
	.share-wrapper .list-item:nth-child(4){
		opacity: 0;
	}
	.share-wrapper .list-item .title{
		font-size: 14px;
		padding-left: 8px;
	}
	/*  */
	.bshare-custom{
		display: flex;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
	}
	.bshare-custom .item{
		background: transparent !important;
		background-image: none !important;
		border-color: transparent;
	}
	.bshare-custom .text{
		opacity: 0;
	}
}
@media(min-width:768px){
	.share-wrapper .list-item:nth-child(4),
	.bshare-custom .item:nth-child(4){
		display: none;
	}
}
@media(min-width:1366px){
	.share-wrapper{
		margin-top: 50px;
	}
}
@media(min-width:1920px){}


/*---------------分页--------------*/
@media(min-width:0){
	.pagination{
		margin-top: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.page-item{
		margin: 0 5px;
		border-radius: 5px;
	}
	.page-link{
		display: block;
		color: #333;
		border: 1px solid #eee;
		margin-left: 0;
		border-radius: 5px;
		min-width: 46px;
		line-height: 40px;
		text-align: center;
		padding: 0 10px;
	}
	.page-item.active .page-link{
		background-color: #CF0F1B;
		border-color: #CF0F1B;
	}
	.page-item.num{
		display: none;
	}
}
@media(min-width:768px){
	.page-item.num{
		display: block;
	}
}
@media(min-width:992px){
	.pagination{
		margin-top: 50px;
	}
	.page-link{
		min-width: 40px;
		line-height: 38px;
	}
	.page-link:hover {
		color: #CF0F1B;
		text-decoration: none;
		background-color: #fff3f3;
		border-color: #dee2e6;
	}
}
@media(min-width:1920px){}


/*---------------单页--------------*/
@media(min-width:0){
	.edit-wrapper *{
		font-family: 'Microsoft YaHei' !important;
	}
	.edit-wrapper p{
		line-height: 2;
		margin-bottom: 5px;
	}
	.edit-wrapper img{
		display: block;
		width: auto !important;
		height: auto !important;
		margin: 10px auto !important;
		border-radius: 5px !important;
	}
	.edit-wrapper img.sign-manage{
		display: inline-block;
		float: right;
		margin: 0 !important;
	}
}
@media(min-width:992px){
	.edit-wrapper img{
		max-width: 800px;
	}
}

/*---------------返回顶部--------------*/
@media(min-width:0){
	.top-btn{
		position: fixed;
		bottom: -70px;
		right: 20px;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
		border-radius: 5px;
		background: rgba(215,13,25,.7);
		transition: .4s;
	}
	.top-btn.show{
		bottom: 70px;
	}
	.top-btn .iconfont{
		font-size: 24px;
	}
}
@media(min-width:768px){}
@media(min-width:992px){
	.top-btn{
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.top-btn:hover{
		background: rgba(215,13,25,.95);
	}
	.top-btn.show{
		bottom: 40px;
	}
}
@media(min-width:1366px){}
@media(min-width:1920px){}


/*---------------弹窗渐隐动画效果--------------*/
@media(min-width:0){
	.modal{
		display: block !important;
		visibility: hidden;
		opacity: 0;
		transition: .4s;
	}
	.modal.show{
		visibility: visible;
		opacity: 1;
	}
}

/*---------------律师--------------*/
@media(min-width:0){
	.lvshi-list{
		margin-top: 20px;
	}
	.lvshi-list .item{
		margin-bottom: 30px;
	}
	.lvshi-list .item .img-wrapper{
		text-align: center;
	}
	.lvshi-list .item .img-wrapper img{
		width: 200px;
		border-radius: 5px;
	}
	.lvshi-list .item .con{
		font-size: 15px;
		padding: 0 20px;
	}
	.lvshi-list .item .title{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	.lvshi-list .item .des p{
		position: relative;
		line-height: 1.5;
		text-align: left !important;
		padding-left: 15px;
		margin-bottom: 5px;
	}
	.lvshi-list .item .des p::before{
		position: absolute;
		content: '';
		left: 0;
		top: 10px;
		width: 5px;
		height: 5px;
		background: #666;
		border-radius: 50%;
	}
}
@media(min-width:768px){
	.lvshi-list .item{
		display: flex;
	}
	.lvshi-list .item .img-wrapper{
		flex-shrink: 0;
		margin-right: 15px;
	}
	.lvshi-list .item .con{
		flex-grow: 1;
		padding: 0;
	}
	.lvshi-list .item .title{
		text-align: left;
	}
}
@media(min-width:992px){
	.lvshi-list .item .img-wrapper{
		margin-right: 25px;
	}
}
@media(min-width:1366px){}
@media(min-width:1920px){}

/*---------------模块名称--------------*/
@media(min-width:0){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1366px){}
@media(min-width:1920px){}




