@charset "utf-8";
* { list-style: none; padding: 0; margin: 0;}
body { min-width: 1350px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; margin: 0 auto; background: #f8f8f8;}
a { color: #333; text-decoration: none;}
a:hover { text-decoration: none;}
img { border: 0;}
ul li { list-style: none;}
.fl { float: left;}
.fr { float: right;}
.clear{ clear: both;}
.warp { width: 1350px; margin: 0 auto; position: relative;}
#VCode { cursor: pointer;}
input { outline: none;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none;}
textarea { -webkit-appearance: none;}
::-webkit-input-placeholder { color: #333;} 
:-moz-placeholder { color: #333;} 
::-moz-placeholder { color: #333;}
:-ms-input-placeholder { color: #333;} 

/*top*/
.header { width: 100%; min-width: 1350px; height: 90px; padding: 0 5%; box-sizing: border-box; background: #fff url(../images/tm01.png) no-repeat right top; position: relative; z-index: 9999;}

/*logo*/
.header .logo { float: left; width: 360px; height: 65px; padding: 12.5px 0; overflow: hidden;}
.header .logo img { display: block; height: 65px;}

/*登录*/
.header .logn { float: right; width: 80px; line-height: 90px; text-align: right;}
.header .logn a { display: block; width: 100%; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}

/*搜索*/
.header .serch { float: right; width: 50px; height: 90px; margin-left: 25px; position: relative;}
.header .serch::after { display: block; content: ""; width: 1px; height: 15px; margin: auto; background: rgba(0,0,0,0.25); position: absolute; left: -10px; top: 0; bottom: 0;}
.header .serch .aniu { width: 50px; height: 90px; cursor: pointer; background: url(../images/tm03.png) no-repeat center;}
.header .serch .nrs { display: none; width: 375px; position: absolute; right: 0; top: 90px;}
.header .serch .nrs input { display: block; float: left; width: 265px; height: 50px; line-height: 50px; font-size: 14px; color: #333; padding: 0 10px; border: none; background: #fff;}
.header .serch .nrs .btn { width: 90px; font-weight: bold; font-size: 16px; color: #fff; background: #ca2c07;}
.header .serch.hov .nrs { display: block;} 

/*导航*/
.header .nav { float: right; max-width: 66%; height: 90px;}
.header .nav li { float:left; line-height: 90px; text-align: center; background-repeat: no-repeat; background-position: center bottom; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li a { display: block; font-size: 16px; color: #333; padding: 0 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li:hover,
.header .nav .on { background-color: #ca2c07; background-image: url(../images/tm02.png);}
.header .nav li:hover a,
.header .nav .on a { color: #fff;}
.header .nav li:hover .subnav { display: block;}
.header .nav li .subnav { display: none; width: 150%; overflow: hidden; background: #ca2c07; position: absolute; top: 90px; right: 0;}
.header .nav li .subnav a { line-height: 40px; font-size: 12px; color: #fff; border-top: 1px solid rgba(0,0,0,0.05); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.header .nav li .subnav a:hover { background: rgba(0,0,0,0.08);}
@media screen and (max-width: 1680px) { 
	.header { padding: 0 40px;}
	.header .nav { max-width: 60%;}
	.header .nav li a { padding: 0 12px;} 
}
@media screen and (max-width: 1480px) { 
	.header { padding: 0 30px;}
}
@media screen and (max-width: 1440px) { 
	.header { padding: 0 20px;}
	.header .nav li a { padding: 0 10px;} 
}
@media screen and (max-width: 1366px) { 
	.header { padding: 0 10px;}
	.header .logo { width: 305px; height: 55px; padding: 17.5px 0;}
	.header .logo img { height: 55px;}
	.header .nav { max-width: 65%;}
} 

/*脚部*/
.footer { width: 100%; line-height: 30px; font-size: 14px; color: #999; padding-top: 50px; border-top: 4px solid #ca2c07; background: #fff url(../images/tm18.png) no-repeat center bottom; position: relative; z-index: 99;}
.footer a { color: #999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.footer a:hover { color: #333;}
.footer .msg { float: left; width: 400px;}
.footer .msg .log { width: 100%; height: 55px; margin-bottom: 20px; overflow: hidden;}
.footer .msg .log img { display: block; height: 100%;}
.footer .msg p { line-height: 35px; font-size: 15px;}
.footer .msg .img { float: left; width: 40px; height: 40px; margin-top: 20px; border-radius: 50%; background: #ca2c07 url(../images/tm19.png) no-repeat center; position: relative;}
.footer .msg .img img { display: none; width: 110px; height: 110px; padding: 5px; border-radius: 4px; background: #fff; position: absolute; left: 0; bottom: 45px;}
.footer .msg .img:hover img { display: block;}
.footer .msg .links { float: left; width: 240px; height: 38px; line-height: 38px; margin: 20px 0 0 15px; border: 1px solid #ebebeb; background: #fff; position: relative;}
.footer .msg .links span { display: block; line-height: 38px; font-size: 14px; color: #999; padding: 0 30px 0 10px; position: relative;}
.footer .msg .links span:after { display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px;
border-color: #c2c2c2 transparent transparent transparent; position: absolute; top: 17px; right: 12px;}
.footer .msg .links p { display: none; width: 100%; border: 1px solid #ebebeb; border-bottom: none; border-radius: 4px 4px 0 0; overflow:hidden; background: #fff; position: absolute; left: -1px; bottom: 38px; z-index: 2;}
.footer .msg .links p a { display: block; height: 40px; line-height: 40px; font-size: 14px; color: #333; padding: 0 15px; border-bottom: 1px solid #ebebeb; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -webkit-transition:all .5s ease; transition:all .5s ease;}
.footer .msg .links p a:hover { color: #ca2c07;}
.footer .msg .links:hover p { display: block;}
.footer .nvas { float: right; max-width: calc(100% - 400px);}
.footer .nvas li { float: left; text-align: center; margin-left: 55px;}
.footer .nvas li h3 { line-height: 40px; font-size: 16px; color: #333;}
.footer .nvas li a { display: block;}
.footer .copy { text-align: center; margin-top: 30px; padding: 15px 0;}

/*banner*/
.banner { width: 100%; margin: 0 auto; overflow: hidden;}
.banner .swiper-slide { width: 100%;}
.banner .swiper-slide a,
.banner .swiper-slide img { display: block; width: 100%;}
.banner .swiper-pagination { bottom: 20px;}
.banner .swiper-pagination span { width: 20px; height: 3px; border-radius: 0; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.banner .swiper-pagination .swiper-pagination-bullet-active { width: 40px;}
.banner .swiper-button-prev,
.banner .swiper-button-next { width: 50px; height: 50px; border-radius: 50%; background: rgba(0,0,0,0.2); -webkit-transition: all .5s ease; transition: all .5s ease;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after { font-size: 20px; color: #fff;} 
.banner .swiper-button-prev { left: 5%;}
.banner .swiper-button-next { right: 5%;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover { background: #ca2c07;}

/*二级banner*/
.banner_ej { width: 100%; height: 300px; background: url(../images/erbanner.jpg) no-repeat center top;}

/*公共标题*/
.tits { width: 100%; height: 35px; margin-bottom: 20px; overflow: hidden;}
.tits h3 { float: left; height: 35px; line-height: 35px; font-size: 22px; color: #000; padding-left: 40px; background-repeat: no-repeat; background-position: left center; position: relative;}
.tits h3 span { font-weight: 500; font-size: 12px; color: #b2b2b2; text-transform: Uppercase; margin-left: 10px;}
.tits .more { float: right; line-height: 35px; font-size: 14px; color: #999; padding-right: 20px; background: url(../images/tm05.png) no-repeat right center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.tits .more:hover { color: #ca2c07; background-image: url(../images/tm05h.png);}

.bgbai { width: 100%; padding: 45px 0; background: #fff;}
/*新闻中心*/
.news { float: left; width: 985px;}
.news .tits h3 { background-image: url(../images/tm04.png);}
.news .tits .tabs { float: right;}
.news .tits .tabs li { float: left; height: 35px; line-height: 32px; margin-left: 15px; border: 2px solid #d9d9d9; border-radius: 20px; box-sizing: border-box;}
.news .tits .tabs li a { display: block; font-size: 16px; color: #666; padding: 0 20px;}
.news .tits .tabs li.on { border-color: #ca2c07; background: #ca2c07;}
.news .tits .tabs li.on a { color: #fff;}
.news .imgs { float: left; width: 540px; overflow: hidden;}
.news .imgs .swiper-slide { background: #f7f7f7;}
.news .imgs .swiper-slide .img { width: 540px; height: 350px; overflow: hidden;}
.news .imgs .swiper-slide .img img { display: block; width: 540px; height: 350px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .imgs .swiper-slide p { width: calc(70% - 20px); height: 65px; line-height: 65px; font-size: 18px; color: #070002; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news .imgs .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.news .imgs .swiper-pagination { width: 30%; text-align: right; left: auto; right: 0;}
.news .imgs .swiper-pagination span { display: inline-block; width: 6px; height: 6px; margin: 0 20px 0 0 !important; filter: alpha(opacity=100); opacity: 1; background: #ccc; position: relative;}
.news .imgs .swiper-pagination span::after { display: block; content: ""; width: 14px; height: 14px; filter: alpha(opacity=5); opacity: 0; border: 1px solid #caa756; border-radius: 50%; position: absolute; top: -5px; left: -5px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .imgs .swiper-pagination .swiper-pagination-bullet-active { background: #caa756;}
.news .imgs .swiper-pagination .swiper-pagination-bullet-active::after { filter: alpha(opacity=100); opacity: 1;}
.news .msg { float: right; width: 420px;}
.news .msg li { height: 35px; line-height: 35px; margin-bottom: 12px;}
.news .msg li:last-child { margin-bottom: 0;}
.news .msg li a { float: left; width: calc(80% - 20px); font-size: 17px; color: #333; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .msg li a::after { display: block; content: ""; width: 6px; height: 6px; border-radius: 50%; background: #d9d9d9; position: absolute; left: 0; top: 15px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .msg li span { display: block; float: right; font-size: 14px; color: #999;}
.news .msg li:hover a { color: #ca2c07;}
.news .msg li:hover a::after { background: #ca2c07;}

/*通知公告*/
.notice { float: right; width: 325px;}
.notice .tits h3 { background-image: url(../images/tm06.png);}
.notice .swiper-container { height: 400px;}
.notice .swiper-slide { background: #fff;}
.notice .swiper-slide::before,
.notice .swiper-slide::after { display: block; content: ""; position: absolute;}
.notice .swiper-slide::before { width: 1px; height: 100%; background: #d9d9d9; left: 5px; top: 0;}
.notice .swiper-slide::after { width: 9px; height: 9px; border: 1px solid #d9d9d9; border-radius: 50%; background: #fff; left: 0; top: 10.5px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.notice .swiper-slide a { display: block; padding-left: 25px;}
.notice .swiper-slide b { display: block; line-height: 30px; font-size: 14px; color: #cd3714;}
.notice .swiper-slide p { height: 50px; line-height: 25px; font-size: 16px; color: #333; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.notice .swiper-slide:hover::after { border-color: #cd3714; background: #cd3714;}
.notice .swiper-slide:hover p { color: #cd3714;}

/*四快捷按钮*/
.fouran { width: 100%; margin: 35px 0;}
.fouran li { float: left; width: calc(100% / 4 - 15px); height: 95px; margin-right: 20px; border-radius: 4px; overflow: hidden; background-repeat: no-repeat; background-position: right center;}
.fouran li:last-child { margin-right: 0;}
.fouran li a { display: block; padding: 20px 30px; position: relative;}
.fouran li a::after { display: block; content: "+"; width: 30px; height: 30px; line-height: 30px; font-size: 18px; color: #fff; text-align: center; margin: auto; border-radius: 50%; background: rgba(255,255,255,0.4); position: absolute; right: 30px; top: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.fouran li h3 { line-height: 30px; font-size: 18px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fouran li p { line-height: 25px; font-size: 14px; color: #fff; text-transform: Uppercase; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fouran li:hover a::after { color: #ca2c07; background: #fff;}
.fouran .fa01 { background-image: url(../images/tm07.jpg);}
.fouran .fa01 a { background-image: linear-gradient(to right,rgba(202,44,7,1),rgba(202,44,7,0.95),rgba(202,44,7,0.25));}
.fouran .fa02 { background-image: url(../images/tm08.jpg);}
.fouran .fa02 a { background-image: linear-gradient(to right,rgba(70,137,228,1),rgba(70,137,228,0.95),rgba(70,137,228,0.25));}
.fouran .fa03 { background-image: url(../images/tm09.jpg);}
.fouran .fa03 a { background-image: linear-gradient(to right,rgba(231,168,18,1),rgba(231,168,18,0.95),rgba(231,168,18,0.25));}
.fouran .fa04 { background-image: url(../images/tm10.jpg);}
.fouran .fa04 a { background-image: linear-gradient(to right,rgba(212,99,59,1),rgba(212,99,59,0.95),rgba(212,99,59,0.25));}

/*表彰申报、标准规范、成果评价*/
.comlst { float: left; width: 425px; overflow: hidden;}
.comlst .img { width: 425px; height: 160px; margin-bottom: 15px; overflow: hidden;}
.comlst .img img { display: block; width: 425px; height: 160px;}
.comlst li { height: 40px; line-height: 40px;}
.comlst li:last-child { margin-bottom: 0;}
.comlst li a { float: left; width: calc(78% - 20px); font-size: 16px; color: #333; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlst li a::after { display: block; content: ""; width: 6px; height: 6px; border-radius: 50%; background: #d9d9d9; position: absolute; left: 0; top: 17px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlst li span { display: block; float: right; font-size: 14px; color: #999;}
.comlst li:hover a { color: #ca2c07;}
.comlst li:hover a::after { background: #ca2c07;}
.bzsb .tits h3 { background-image: url(../images/tm11.png);}
.bzgf { margin: 0 37px;}
.bzgf .tits h3 { background-image: url(../images/tm12.png);}
.cgpj .tits h3 { background-image: url(../images/tm13.png);}

/*广告*/
.advs { width: 100%; height: 125px; margin-top: 25px; overflow: hidden;}
.advs img { display: block; width: 100%; height: 125px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.advs:hover img { transform: scale(1.1,1.1);}

/*编辑出版、会员风采*/
.bgimg { width: 100%; /*padding: 40px 0;*/ background: #fff /*url(../images/tm14.jpg) no-repeat center top*/;}
.bjcb { float: left; width: 985px;}
.bjcb .tits h3 { background-image: url(../images/tm15.png);}
.bjcb .swiper-container { padding-bottom: 45px;}
.bjcb .swiper-slide { background: #fff;}
.bjcb .swiper-slide a { display: block; padding: 5px; border: 2px solid #e6e6e6; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bjcb .swiper-slide img { display: block; width: 210px; height: 285px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bjcb .swiper-slide p { width: calc(80% - 20px); height: 40px; line-height: 40px; font-size: 15px; color: #fff; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 0 4px 4px 0; background: #ca2c07; position: absolute; left: 7px; bottom: 45px;}
.bjcb .swiper-slide a:hover { border-color: #ca2c07;}
.bjcb .swiper-pagination { bottom: 5px;}
.bjcb .swiper-pagination span { display: inline-block; width: 6px; height: 6px; margin: 0 10px !important; filter: alpha(opacity=100); opacity: 1; background: #ccc; position: relative;}
.bjcb .swiper-pagination span::after { display: block; content: ""; width: 14px; height: 14px; filter: alpha(opacity=5); opacity: 0; border: 1px solid #caa756; border-radius: 50%; position: absolute; top: -5px; left: -5px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.bjcb .swiper-pagination .swiper-pagination-bullet-active { background: #caa756;}
.bjcb .swiper-pagination .swiper-pagination-bullet-active::after { filter: alpha(opacity=100); opacity: 1;}
.hyfc { float: right; width: 325px;}
.hyfc .name { height: 55px; padding: 0 20px; border-radius: 10px 10px 0 0; background: url(../images/tm16.jpg) no-repeat center top;}
.hyfc .name h3 { float: left; height: 55px; line-height: 55px; font-size: 20px; color: #fff; padding-left: 15px; position: relative;}
.hyfc .name h3::after { display: block; content: ""; width: 4px; height: 20px; background: #fff; position: absolute; left: 0; top: 17px;}
.hyfc .name h3 span { font-weight: 500; font-size: 12px; color: rgba(255,255,255,0.8); text-transform: Uppercase; margin-left: 10px;}
.hyfc .name a { float: right; line-height: 55px; font-size: 14px; color: #fff; padding-right: 20px; filter: alpha(opacity=80); opacity: 0.8; background: url(../images/tm05s.png) no-repeat right center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hyfc .name a:hover { filter: alpha(opacity=100); opacity: 1;}
.hyfc .lst { padding: 10px 20px; border: 1px solid #eee; border-radius: 0 0 4px 4px; overflow: hidden; background: #fff;}
.hyfc .lst .swiper-container { height: 280px;}
.hyfc .lst .swiper-slide { background: #fff;}
.hyfc .lst .swiper-slide a { display: block; height: 40px; line-height: 40px; font-size: 16px; color: #333; padding-left: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.hyfc .lst .swiper-slide a::after { display: block; content: ""; width: 6px; height: 6px; border-radius: 50px; background: #caa756; position: absolute; left: 0; top: 17px; }
.hyfc .lst .swiper-slide:hover a { color: #caa756;}

/*获奖项目*/
.awards { width: 100%; padding: 40px 0; background: #fff;}
.awards .tits h3 { background-image: url(../images/tm17.png);}
.awards .swiper-slide {}
.awards .swiper-slide .img { width: 100%; height: 265px; overflow: hidden;}
.awards .swiper-slide .img img { display: block; width: 100%; height: 265px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.awards .swiper-slide p { width: calc(100% - 30px); height: 50px; line-height: 50px; font-size: 16px; color: #666; text-align: center; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.awards .swiper-slide:hover .img img { transform: scale(1.1,1.1);}
.awards .swiper-slide:hover p { color: #fff; background: #ca2c07;}
.awards .swiper-button-prev,
.awards .swiper-button-next { width: 35px; height: 35px; line-height: 35px; top: 55%; border-radius: 50%; background: rgba(0,0,0,0.2); left: auto; -webkit-transition: all .5s ease; transition: all .5s ease;}
.awards .swiper-button-prev { left: -60px;}
.awards .swiper-button-next { right: -60px;}
.awards .swiper-button-prev::after,
.awards .swiper-button-next::after { font-size: 14px; color: #fff;}
.awards .swiper-button-prev:hover,
.awards .swiper-button-next:hover { background: #ca2c07;}

/*************** 子页公用 *******************/
.content { width: 1350px; margin: 0 auto; padding-bottom: 40px; position: relative; z-index: 999;}
.comsite { height: 50px; line-height: 50px; font-size: 12px; color: #666; padding-left: 20px; background: url(../images/seat.png) no-repeat 0 16px;}
.comsite a { display: inline-block; color: #666; margin: 0 5px;}
.catnav { float: left; width: 230px; border-radius: 4px; overflow: hidden; background: #fff;}
.catnav .name { padding: 15px 20px; background: #ca2c07 url(../images/tm02.png) no-repeat left bottom;}
.catnav .name h3 { line-height: 35px; font-size: 22px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.catnav .name p { line-height: 22px; font-size: 12px; color: rgba(255,255,255,0.75); text-transform: Uppercase; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.catnav .lst { padding: 10px;}
.catnav .lst li { height: 45px; line-height: 45px; border-bottom: 1px solid rgba(0,0,0,0.035); position:relative;}
.catnav .lst li::after { display: block; content: ""; width: 4px; height: 0; margin: auto; background: #ca2c07; position: absolute; left: -10px; top: 0; bottom: 0;}
.catnav .lst li:last-child { border-bottom: none;}
.catnav .lst li a { display: block; font-size: 15px; color: #333; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.catnav .lst .on::after { height: 15px;}
.catnav .lst li:hover a,
.catnav .lst .on a { color: #ca2c07;}
.catnav .lst .on a { font-weight: bold;}

.catrgt { float: right; width: calc(100% - 300px); min-height: 500px; padding: 20px 25px; border-radius: 4px; overflow: hidden; background: #fff;}

/*详情页公用*/
.lh { min-height: 150px; line-height: 30px; font-size: 15px; color: #666; text-align: justify;}
.lh img { display: inline-block; max-width: 100%; height: auto !important; margin: 0 auto;}
.lh ul,
.lh ol { padding: revert; padding-left: 25px;}
.lh li { list-style: inherit;}
.lh table { border-spacing: 0px; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.lh table td { text-align: center; vertical-align: middle; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.serchms { line-height: 40px; font-weight: bold; font-size: 18px; color: #333; text-align: center; padding-top: 30px;}

.show_h3 { width: 100%; text-align: center; margin-bottom: 30px; padding: 10px 0; border-bottom: 1px solid #eee;}
.show_h3 h3 { line-height: 35px; font-size: 22px; color: #333;}
.show_h3 p { line-height: 25px; font-size: 12px; color: #999; margin-top: 5px;}
.show_h3 p span { margin: 0 15px;}
.show_sxp { line-height: 25px; font-size: 12px; color: #999; margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee;}
.show_sxp p { width: 45%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.show_sxp p span { display: inline-block; margin-right: 10px;}
.show_sxp a { color: #ca2c07;}
.show_sxp .fr { text-align: right;}
.show_sxp p a:hover { color: #ca2c07; text-decoration: underline;}

/*分页*/
.scott { text-align: center; padding: 15px 0; overflow: hidden;}
.scott li { display:inline-block; line-height: 40px; margin: 0 5px; border-radius: 4px; background: #eee; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scott a,
.scott span { display: block; padding: 0 20px; font-size: 15px; color: #666; cursor: pointer; padding: 0 20px;}
.scott li:hover a,
.scott li:hover span { color: #ca2c07;}
.scott .active { background: #ca2c07;}
.scott .active:hover span,
.scott .active span { color: #fff;}

/*新闻列表*/
.newlist { width: 100%;}
.newlist li { margin-bottom: 20px; padding: 15px; border: 1px solid #eee; border-radius: 4px; overflow: hidden; -webkit-transition:all .5s ease; transition:all .5s ease;}
.newlist li .img { float: left; width: 200px; height: 130px; border-radius: 4px; overflow: hidden;}
.newlist li .img img { display: block; height: 130px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .msg { float: right; width: calc(100% - 220px);}
.newlist li .msg h3 { line-height: 30px; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .msg p { height: 50px; line-height: 25px; font-size: 12px; color: #999; margin: 5px 0 15px 0; overflow: hidden;}
.newlist li .msg span { display: inline-block; line-height: 25px; font-size: 12px; color: #666;}
.newlist li:hover .img img { transform: scale(1.1,1.1);}
.newlist li:hover h3 { color: #ca2c07;}

.newpic { width: 100%;}
.newpic li { float: left; width: 335px; margin: 0 22px 20px 0;}
.newpic li:nth-child(3n) { margin-right: 0;}
.newpic li .img { width: 100%; height: 220px; border-radius: 4px 4px 0 0; overflow: hidden; background: #eee;}
.newpic li .img img { display: block; max-width: 100%; height: 220px; margin: 0 auto; -webkit-transition:all .5s ease; transition:all .5s ease;}
.newpic li h3 { line-height: 30px; font-size: 16px; color: #333; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newpic li p { height: 50px; line-height: 25px; font-size: 12px; color: #999; overflow: hidden;}
.newpic li:hover .img img { transform: scale(1.1,1.1);}
.newpic li:hover h3 { color: #ca2c07;}

/*协会刊物*/
.kwlist { width: 100%;}
.kwlist li { float: left; width: 235px; margin: 0 18px 20px 0; padding: 5px; border: 2px solid #e6e6e6; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.kwlist li:nth-child(4n) { margin-right: 0;}
.kwlist li a { display: block; width: 100%;}
.kwlist li .img { width: 235px; height: 320px; overflow: hidden;}
.kwlist li .img img { display: block; width: 100%;}
.kwlist li p { width: calc(80% - 20px); height: 40px; line-height: 40px; font-size: 15px; color: #fff; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 0 4px 4px 0; background: #ca2c07; position: absolute; left: 5px; bottom: 40px;}
.kwlist li:hover { border-color: #ca2c07;}

/*图片列表*/
.piclist { width: 100%;}
.piclist li { float: left; width: 335px; margin: 0 22px 20px 0;}
.piclist li:nth-child(3n) { margin-right: 0;}
.piclist li .img { width: 100%; height: 205px; border-radius: 4px 4px 0 0; overflow: hidden; background: #eee;}
.piclist li .img img { display: block; max-width: 100%; height: 205px; margin: 0 auto; -webkit-transition:all .5s ease; transition:all .5s ease;}
.piclist li p { line-height: 30px; font-size: 16px; color: #333; text-align: center; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclist li:hover .img img { transform: scale(1.1,1.1);}
.piclist li:hover p { color: #ca2c07;}

/*协会刊物图片模型*/
.kanwlist { width: 100%;}
.kanwlist li { float: left; width: 235px; margin: 0 18px 20px 0; padding: 5px; border: 2px solid #e6e6e6; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.kanwlist li:nth-child(4n) { margin-right: 0;}
.kanwlist li .img { width: 235px; height: 320px; overflow: hidden;}
.kanwlist li .img img { display: block; width: 100%;}
.kanwlist li p { width: calc(80% - 20px); height: 40px; line-height: 40px; font-size: 15px; color: #fff; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 0 4px 4px 0; background: #ca2c07; position: absolute; left: 5px; bottom: 40px;}
.kanwlist li:hover { border-color: #ca2c07;}

/*产品列表*/
.prolist { width: 100%;}
.prolist li { float: left; width: 335px; margin: 0 22px 20px 0;}
.prolist li:nth-child(3n) { margin-right: 0;}
.prolist li .img { width: 100%; height: 205px; margin-bottom: 10px; border-radius: 4px 4px 0 0; overflow: hidden;}
.prolist li .img img { display: block; width: 100%; height: 205px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolist li p { line-height: 35px; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolist li:hover p { color: #ca2c07;}
.prolist li:hover .img img { transform: scale(1.1,1.1);}

/*视频列表*/
.vidlist { width: 100%;}
.vidlist li { float: left; width: 335px; margin: 0 22px 20px 0;}
.vidlist li:nth-child(3n) { margin-right: 0;}
.vidlist li .img { width: 100%; height: 205px; border-radius: 4px 4px 0 0; overflow: hidden;}
.vidlist li .img img { display: block; width: 100%; height: 205px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.vidlist li p { line-height: 30px; font-weight: 500; font-size: 16px; color: #333; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.vidlist li:hover .img img { transform: scale(1.1,1.1);}
.vidlist li:hover p { color: #ca2c07;}

/*下载列表*/
.softlst { width: 100%;}
.softlst li { float: left; width: calc(100% / 4 - 15px); text-align: center; margin: 0 20px 20px 0; padding: 20px 10px; border: 1px solid #e4e4e4; border-radius: 4px; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.softlst li:nth-child(4n) { margin-right: 0;}
.softlst li h3 { line-height: 45px; font-weight: bold; font-size: 16px; color: #333; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative;}
.softlst li h3::after { display: block; content: ""; width: 30px; height: 2px; margin: auto; background: #ca2c07; position: absolute; left: 0; right: 0; bottom: 0;}
.softlst li p,.softlst li span { line-height: 22px; font-size: 12px;}
.softlst li p { color: #999;}
.softlst li span { color: #666; margin: 0 10px;}
.softlst li a { display: block; width: 90px; height: 30px; line-height: 30px; font-style: normal; font-size: 12px; color: #999; margin: 15px auto 0 auto; border-radius: 4px; background: #eee; -webkit-transition: all .5s ease; transition: all .5s ease;}
.softlst li:hover { border-color: rgba(32,137,82,0.25); box-shadow: 0 5px 10px rgba(32,137,82,0.1);}
.softlst li a:hover { color: #fff; background: #ca2c07;}

/*会员列表*/
.mienlst { width: 100%;}
.mienlst .srchs { width: 100%; margin-bottom: 20px;}
.mienlst .srchs input { display: block; float: left; width: 300px; height: 45px; line-height: 45px; font-size: 14px; color: #333; padding: 0 10px; border: 1px solid #ca2c07; border-right: none; border-radius: 4px 0 0 4px; background: #fff;}
.mienlst .srchs button { display: block; float: left; width: 90px; height: 47px; line-height: 47px; font-size: 16px; color: #fff; border: 1px solid #ca2c07; border-radius: 0 4px 4px 0; background: #ca2c07;}
.mienlst li { float: left; width: calc(100% / 4 - 15px); margin: 0 20px 20px 0;}
.mienlst li:nth-child(4n) { margin-right: 0;}
.mienlst li .img { width: 100%; height: 160px; border-radius: 4px 4px 0 0; overflow: hidden; background: #f8f8f8;}
.mienlst li .img img { display: block; max-width: 100%; height: 160px; margin: 0 auto;}
.mienlst li p { line-height: 30px; font-size: 16px; color: #333; text-align: center; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.mienlst li:hover p { color: #ca2c07;}

/*会员详情*/
.mienshow { width: 100%;}
.mienshow .msg { width: 100%;}
.mienshow .msg h3 { font-size: 18px; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; position: relative;}
.mienshow .msg h3::after { display: block; content: ""; width: 80px; height: 2px; background: #ca2c07; position: absolute; left: 0; bottom: -1px;}
.mienshow .msg li { float: left; width: 50%; line-height: 35px; font-size: 14px; color: #333;}
.mienshow .msg li span { color: #999;}
.mienshow .wit100 { width: 100%;}
.mienshow .martop { margin-top: 30px;}
.mienshow .nams { font-weight: bold; font-size: 18px; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; position: relative;}
.mienshow .nams::after { display: block; content: ""; width: 80px; height: 2px; background: #ca2c07; position: absolute; left: 0; bottom: -1px;}
.mienshow .qyfc { width: 100%;}
.mienshow .qyfc li { float: left; width: calc(100% / 4 - 15px); height: 160px; margin: 0 20px 20px 0; overflow: hidden;}
.mienshow .qyfc li:nth-child(4n) { margin-right: 0;}
.mienshow .qyfc li img { display: block; width: 100%; height: 160px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.mienshow .qyfc li:hover img { transform: scale(1.1,1.1);}

/*专家库*/
.talents { width: 100%;}
.talents ul { line-height: 40px; font-size: 16px; color: #333; text-align: center;}
.talents li { float: left; width: calc(100% / 3 - 32px); text-align: left; margin: 0 15px 15px 0; padding: 10px; border: 1px solid #eee; border-radius: 4px; box-shadow: 5px 5px 10px rgba(0,0,0,0.05); overflow: hidden; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.talents li:nth-child(3n) { margin-right: 0;}
/*.talents li .img { float: left; width: 70px; height: 80px; border-radius: 4px; overflow: hidden;}
.talents li .img img { display: block; width: 70px; height: 80px;}*/
.talents li .msg { /*float: right; width: calc(100% - 85px);*/ width: 100%}
.talents li .msg h3 { line-height: 35px; font-size: 16px; color: #1053b7; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.talents li .msg h3 span { display: inline-block; font-weight: 500; font-size: 14px; color: #666; margin-left: 10px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.talents li .msg p { height: 45px; line-height: 22px; font-size: 12px; color: #999; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.talents li:hover { background: #1053b7;}
.talents li:hover .msg h3,
.talents li:hover .msg h3 span { color: #fff;}
.talents li:hover .msg p { color: rgba(255,255,255,0.6);}

.talents .zjk { width: calc(100% / 3 - 42px); padding: 10px 15px;}
.talents .zjk .msg h3 { line-height: 30px; color: #333;}
.talents .zjk .msg p { height: 22px; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
.talents .zjk .msg p span { color: #666;}
.talents .zjk:hover { background: #fff;}
.talents .zjk:hover .msg h3 { color: #1053b7;}
.talents .zjk:hover .msg p { color: #999;}


/*招聘*/
.jobs { width: 100%;}
.jobs li { margin-bottom: 10px; padding: 10px 20px 15px 20px; background: #f8f8f8; position: relative;}
.jobs li::before,
.jobs li::after { display: block; content: ""; margin: auto; background: #999; position: absolute; top: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.jobs li::before { width: 1px; height: 30px; right: 34px;}
.jobs li::after { width: 30px; height: 1px; right: 20px;}
.jobs li h3 { line-height: 40px; font-size: 18px; color: #333; -webkit-transition: all .5s ease; transition: all .5s ease;}
.jobs li span { display: block; float: left; width: 25%; line-height: 25px; font-size: 12px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.jobs li .wi3 { width: 75%;}
.jobs li:hover h3 { color: #ca2c07;}
.jobs li:hover::before,
.jobs li:hover::after { background: #ca2c07;}

/*招聘详情*/
.jobshow { width: 100%;}
.jobshow .tit { line-height: 35px; font-size: 22px; color: #333; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.jobshow .tit span { float: right; font-size: 15px; color: #ca2c07;}
.jobshow li { float: left; width: calc(100% / 3 - 27px); line-height: 35px; font-size: 14px; color: #333; margin-right: 40px;}
.jobshow li:nth-child(3n) { margin-right: 0;}
.jobshow li span { color: #999;}
.jobshow .nams { line-height: 40px; font-weight: bold; font-size: 16px; color: #333; margin: 30px 0 15px 0; border-bottom: 1px solid #eee; position: relative;}
.jobshow .nams::after { display: block; content: ""; width: 40px; height: 2px; background: #ca2c07; position: absolute; left: 0; bottom: -1px;}


/*会议列表*/
.meeting { width: 100%;}
.meeting li { float: left; width: 335px; margin: 0 22px 20px 0;}
.meeting li:nth-child(3n) { margin-right: 0;}
.meeting li a { display: block; width: 100%;}
.meeting li .type { line-height: 30px; font-size: 12px; color: #fff; padding: 0 10px; border-radius: 0 0 0 15px; background: #ca2c07; position: absolute; top: 0; right: 0; z-index: 999;}
.meeting li .img { width: 100%; height: 220px; border-radius: 4px 4px 0 0; overflow: hidden;}
.meeting li .img img { display: block; width: 100%; height: 220px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.meeting li .msg { padding: 10px; border: 1px solid #eee; border-radius: 0 0 4px 4px; overflow: hidden;}
.meeting li .msg h3 { line-height: 35px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.meeting li .msg p { line-height: 25px; font-size: 12px; color: #999; padding: 0 0 10px 10px; margin-bottom: 10px; border-bottom: 1px solid #f6f6f6; position: relative;}
.meeting li .msg p::after { display: block; content: ""; width: 4px; height: 4px; border-radius: 50%; background: #ca2c07; position: absolute; left: 0; top: 11px;}
.meeting li .msg p span { display: block; color: #666;}
.meeting li .msg p span b { font-weight: 500; color: #ca2c07;}
.meeting li .msg .bmpep { float: left; max-width: 75%; line-height: 22px; margin-left: 8px;}
.meeting li .msg .bmpep img { float: right; width: 20px; height: 20px; border: 1px solid #fff; margin-left: -8px; border-radius: 50%; background-color: #ddd;}
.meeting li .msg .bmpep span { float: right; font-size: 12px; color: #999; margin-left: 10px;}
.meeting li .msg i { float: right; width: 60px; font-style: normal; line-height: 22px; font-size: 12px; color: #fff; text-align: center; border-radius: 11px; background: #ca2c07;}
.meeting li:hover .img img { transform: scale(1.1,1.1);}

/*会议详情*/
.meetshow { width: 100%; position: relative;}
.meetshow .img { float: left; width: 380px; height: 250px; border: 1px solid #eee; border-radius: 4px; overflow: hidden; background: #fdfdfd;}
.meetshow .img img { display: block; width: 100%;}
.meetshow .msg { float: right; width: calc(100% - 415px);}
.meetshow .msg h1 { height: 80px; line-height: 40px; font-size: 28px; color: #333; margin-bottom: 10px;}
.meetshow .msg span { display: block; float: left; max-width: calc(100% - 130px); line-height: 35px; font-size: 14px; color: #fff; padding: 0 10px; border-radius: 4px; overflow: hidden; background: #ca2c07;}
.meetshow .msg a { display: block; float: right; width: 86px; height: 35px; line-height: 35px; font-size: 16px; color: #fff; text-align: center; letter-spacing: 2px; border-radius: 4px; overflow: hidden; background: #ca2c07;}
.meetshow .msg p { line-height: 35px; font-size: 14px; color: #999; padding: 0 10px 0 25px; margin-top: 6px; border-bottom: 1px solid #f4f4f4; background-repeat: no-repeat; background-position: 0 center; background-size: 18px;}
.meetshow .msg p i { font-style: normal; color: #666;}
.meetshow .msg .tm { background-image: url(../images/rl51.png);}
.meetshow .msg .bm { background-image: url(../images/rl52.png);}
.meetshow .msg .ad { background-image: url(../images/rl53.png);}
.meetshow .tab { margin-top: 30px;}
.meetshow .tab-head { height: 50px; line-height: 50px; text-align: center; margin-bottom: 20px; border-bottom: 1px solid #eee;}
.meetshow .tab-head li { display: inline-block; font-size: 16px; color: #666; padding: 0 30px; cursor: pointer; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.meetshow .tab-head li::after { display: none; content: ""; width: 30px; height: 3px; margin: auto; background: #ca2c07; position: absolute; left: 0; right: 0; bottom: -1px;}
.meetshow .tab-head .on { font-weight: bold; font-size: 18px; color: #ca2c07;}
.meetshow .tab-head .on::after { display: block;}
.meetshow .tab-body { width: 100%;}
.meetshow .tab-body li { display: none;}
.meetshow .tab-body li[class="on"] { display: block;}
.meetshow  .tab-body li .ticklst { width: 100%;}
.meetshow  .tab-body li .ticklst .lst { height: 40px; line-height: 40px; margin-bottom: 15px; padding: 0 0 15px 15px; border-bottom: 1px solid #f8f8f8; position: relative;}
.meetshow  .tab-body li .ticklst .lst::after { display: block; content: ""; width: 4px; height: 4px; border: 1px solid #0049a7; border-radius: 2px; position: absolute; left: 0; top: 18px;}
.meetshow  .tab-body li .ticklst .lst h3 { float: left; width: 60%; font-size: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.meetshow  .tab-body li .ticklst .lst p { float: right; max-width: 40%;}
.meetshow  .tab-body li .ticklst .lst p span { display: inline-block; font-size: 12px; color: #999; margin-left: 20px;}
.meetshow  .tab-body li .ticklst .lst p span i { font-style: normal; color: #666;}
.meetshow  .tab-body li .ticklst .lst p span b { font-size: 14px;}
.meetshow  .tab-body li .ticklst .lst p span .red { color: #e52f42;}
.meetshow .tab-body li .jclst { width: 100%;}
.meetshow .tab-body li .jclst li { display: block; float: left; width: calc(100% / 3 - 10px); margin: 0 15px 15px 0; border-radius: 4px 4px 0 0; overflow: hidden;}
.meetshow .tab-body li .jclst li:nth-child(3n) { margin-right: 0;}
.meetshow .tab-body li .jclst li .ig { width: 100%; height: 185px; overflow: hidden;}
.meetshow .tab-body li .jclst li .ig img { display: block; width: 100%; height: 185px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.meetshow .tab-body li .jclst li .mg { padding: 10px 15px; border: 1px solid #eee; border-top: none;}
.meetshow .tab-body li .jclst li .mg h3 { line-height: 30px; font-weight: 500; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.meetshow .tab-body li .jclst li .mg p { height: 45px; line-height: 22px; font-size: 12px; color: #999; margin-bottom: 10px; overflow: hidden;}
.meetshow .tab-body li .jclst li .mg span { display: block; line-height: 25px; font-size: 12px; color: #666;}
.meetshow .tab-body li .jclst li:hover .ig img { transform: scale(1.1,1.1);}
.meetshow .tab-body li .jclst li:hover .mg h3 { color: #ca2c07;}
.meetshow .tank { width: 540px; min-height: 465px; margin: auto; padding: 0 15px; border-radius: 4px; box-shadow: 0 0 40px rgba(0,0,0,0.2); background-image: linear-gradient(#ca2c07,#fff 75%); overflow: hidden; position: fixed; top: 15%; right: 0; left: 0; z-index: 999;}
.meetshow .tank .clos { display: block; width: 25px; height: 25px; line-height: 25px; font-style: normal; text-align: center; border-radius: 50%; background: #fff; position: absolute; right: 15px; top: 18px; z-index: 2;}
.meetshow .tank .clos::before,
.meetshow .tank .clos::after { display: block; content: ""; margin: auto; background: #ca2c07; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.meetshow .tank .clos::before { width: 12px; height: 2px;}
.meetshow .tank .clos::after { width: 2px; height: 12px;}
.meetshow .tank h1 { height: 60px; line-height: 60px; font-size: 18px; color: #fff;}
.meetshow .tank .nrs { padding: 0 15px 15px 15px; margin-bottom: 10px; border-radius: 4px; box-shadow: 0 1px 5px rgba(0,0,0,0.05); background: #fff;}
.meetshow .tank .nrs h3 { line-height: 45px; font-size: 16px; color: #333; border-bottom: 1px solid #eee;}
.meetshow .tank .nrs li { float: left; width: calc(100% / 2 - 27px); text-align: center; cursor: pointer; padding: 10px; margin: 10px 10px 0 0; border: 1px solid #eee; -webkit-transition: all .5s ease; transition: all .5s ease;}
.meetshow .tank .nrs li:nth-child(2n) { margin-right: 0;}
.meetshow .tank .nrs li span { display: block; line-height: 25px; font-size: 12px; color: #ca2c07;}
.meetshow .tank .nrs li span b { font-weight: 500; font-size: 16px;}
.meetshow .tank .nrs li h4 { max-height: 25px; line-height: 25px; font-size: 18px; color: #333; overflow: hidden;}
.meetshow .tank .nrs li h4 .ybm { display: inline-block; margin-left: 5px;}
.meetshow .tank .nrs li p { line-height: 22px; font-size: 11px; color: #666;}
.meetshow .tank .nrs li p i { font-style: normal; font-size: 13px; color: #ca2c07; margin: 0 3px;}
.meetshow .tank .nrs li:hover { box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.meetshow .tank .nrs .on { border-color: #ca2c07; box-shadow: 0 0 10px #eee;}
.meetshow .tank .botom { height: 65px;}
.meetshow .tank .botom .nr { width: 100%; height: 55px; line-height: 55px; border-top: 1px solid #eee; background: #fff; position: absolute; left: 0; bottom: 0; z-index: 2;}
.meetshow .tank .botom .nr p { float: left; width: 60%; font-size: 14px; color: #333; text-align: right;}
.meetshow .tank .botom .nr p span { color: #ca2c07;}
.meetshow .tank .botom .nr p span b { font-weight: 500; font-size: 22px;}
.meetshow .tank .botom .nr .enroll { float: right; width: 30%; font-weight: bold; font-size: 16px; color: #fff; cursor:  pointer; text-align: center; overflow: hidden; background: #ca2c07;}
.meetshow .tank .jbdd { padding: 0 15px 10px 15px; margin-bottom: 10px; border-radius: 4px; box-shadow: 0 1px 5px rgba(0,0,0,0.05); overflow:  hidden; background: #fff;}
.meetshow .tank .jbdd h3 { line-height: 40px; font-size: 16px; color: #333; border-bottom: 1px solid #eee;}
.meetshow .tank .jbdd li { line-height: 40px; font-size: 14px; padding-left:  20px; border-bottom:  1px solid #f8f8f8; position:  relative;}
.meetshow .tank .jbdd li::after { display: block; content: ""; width: 8px; height: 8px; border: 1px solid #666; border-radius: 50%; overflow: hidden; position: absolute; left: 0; top: 16px;}
.meetshow .tank .jbdd li b { color:#333;}
.meetshow .tank .jbdd li span { font-size: 12px; color: #666; margin-left: 15px;}
.meetshow .tank .jbdd .on::after { border-color: #ca2c07; background: #ca2c07;}


/*店铺*/
.kejixiaoyuan.store .kj01 {}
.kejixiaoyuan.store .kj01 .imgs .swiper-pagination { width:100%; line-height:50px; left:0; bottom:0;}
.kejixiaoyuan.store .kj01 .imgs .swiper-pagination span { background:#000;}
.kejixiaoyuan.store .kj01 .imgs .swiper-pagination .swiper-pagination-bullet-active { filter:alpha(opacity=100); opacity:1; background:#fff;}
.kejixiaoyuan.store .kj01 .msg h3 { line-height:40px; font-size:22px; color:#ca2c07; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.kejixiaoyuan.store .kj01 .msg .lh { height:275px; margin-bottom:15px; border-bottom:1px dashed #ddd; overflow:hidden;}
.kejixiaoyuan.store .kj01 .msg li { float:left; width:calc(50% - 30px); line-height:35px; font-size:14px; color:#999; cursor:pointer; padding-left:30px; border:none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background-repeat:no-repeat; background-position:left center;}
.kejixiaoyuan.store .kj01 .msg li::after { display:none;}
.kejixiaoyuan.store .kj01 .msg .tel { background-image:url(../images/nx22.png);}
.kejixiaoyuan.store .kj01 .msg .tel:hover { background-image:url(../images/nx22h.png);}
.kejixiaoyuan.store .kj01 .msg .emil { background-image:url(../images/nx23.png);}
.kejixiaoyuan.store .kj01 .msg .emil:hover { background-image:url(../images/nx23h.png);}
.kejixiaoyuan.store .kj01 .msg .addrs { width:100%; background-image:url(../images/nx24.png);}
.kejixiaoyuan.store .kj01 .msg .addrs:hover { background-image:url(../images/nx24h.png);}
.kejixiaoyuan.store .kj01 .msg li a { display:inline; float:none; font-size:14px; color:#999;}
.kejixiaoyuan.store .kj01 .msg li:hover,.kejixiaoyuan.store .kj01 .msg li:hover a { color:#ca2c07;}

.kejixiaoyuan.store .st02 { width:100%; padding:50px 0;}
.kejixiaoyuan.store .st02 .warp { position:relative;}
.kejixiaoyuan.store .st02 .swiper-slide {}
.kejixiaoyuan.store .st02 .swiper-slide .img { width:100%; height:280px; border-radius:4px 4px 0 0; overflow:hidden;}
.kejixiaoyuan.store .st02 .swiper-slide .img img { display:block; width:280px; height:280px; -webkit-transition:all .5s ease; transition:all .5s ease;}
.kejixiaoyuan.store .st02 .swiper-slide .msg { width:90%; text-align:center; padding:15px 5%; background:#f7f8fa; -webkit-transition:all .5s ease; transition:all .5s ease;}
.kejixiaoyuan.store .st02 .swiper-slide h3 { line-height:35px; font-weight:500; font-size:18px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  -webkit-transition:all .5s ease; transition:all .5s ease;}
.kejixiaoyuan.store .st02 .swiper-slide p { line-height:25px; font-size:14px; color:#999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -webkit-transition:all .5s ease; transition:all .5s ease;}
.kejixiaoyuan.store .st02 .swiper-slide:hover .img img { transform:scale(1.1,1.1);}
.kejixiaoyuan.store .st02 .swiper-slide:hover .msg { background:#ca2c07;}
.kejixiaoyuan.store .st02 .swiper-slide:hover .msg h3,.kejixiaoyuan.store .st02 .swiper-slide:hover .msg p { color:#fff;}
.kejixiaoyuan.store .st02 .swiper-button-prev,.kejixiaoyuan.store .st02 .swiper-button-next { width:30px; height:30px; top:65%;}
.kejixiaoyuan.store .st02 .swiper-button-prev { left:-50px;}
.kejixiaoyuan.store .st02 .swiper-button-next { right:-50px;}
.kejixiaoyuan.store .st02 .swiper-button-prev::after,.kejixiaoyuan.store .st02 .swiper-button-next::after { font-size:22px; color:#999;}
.kejixiaoyuan.store .st02 .swiper-button-prev:hover::after,.kejixiaoyuan.store .st02 .swiper-button-next:hover::after { color:#ca2c07;}

.kejixiaoyuan.store .st03 { width:100%; padding:50px 0; background:#f2f3f5;}
.kejixiaoyuan.store .st03 li { float:left; width:345px; height:205px; margin:0 0 15px 15px; overflow:hidden; position:relative;}
.kejixiaoyuan.store .st03 li a { display:block; width:100%;}
.kejixiaoyuan.store .st03 li img { display:block; width:345px; height:205px; -webkit-transition:all .5s ease; transition:all .5s ease;}
.kejixiaoyuan.store .st03 li p { width:90%; height:50px; line-height:50px; font-size:16px; color:#fff; text-align:center; padding:15px 5% 0 5%; background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6)); position:absolute; right:0; bottom:0; left:0; z-index:2;}
.kejixiaoyuan.store .st03 li:first-child { width:480px; height:430px; margin:0;}
.kejixiaoyuan.store .st03 li:first-child img { width:480px; height:430px;}
.kejixiaoyuan.store .st03 li:hover img { transform:scale(1.1,1.1);}

/*商城*/
.shopnav { width: 100%;}
.shopnav li { width: 100%; line-height: 30px; font-size: 14px; padding: 15px 0; border-bottom: 1px solid #eee;}
.shopnav li:last-child { border-bottom: none;}
.shopnav li label { float: left; width: 70px; color: #999;}
.shopnav li a { float: left; color: #666; padding: 0 15px; cursor: pointer;}
.shopnav li a:hover { color: #ca2c07;}
.shopnav li .on { color: #fff; border-radius: 15px; background: #ca2c07;}
.shoplist { width: 100%; padding: 25px 0;}
.shoplist li { float: left; width: 220px; cursor: pointer; margin: 0 25px 25px 0;}
.shoplist li:nth-child(5n) { margin-right: 0;}
.shoplist li a { display: block; width: 100%;}
.shoplist li .img { width: 220px; height: 220px; border-radius: 4px; overflow: hidden;}
.shoplist li .img img { display: block; width: 220px; height: 220px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.shoplist li .msg { width: 100%;}
.shoplist li .msg h3 { height: 44px; line-height: 22px; font-weight: 500; font-size: 14px; color: #333; margin: 5px auto; overflow: hidden;}
.shoplist li .msg span { display: block; max-width: 55%; line-height: 25px; font-size: 12px; color: #ca2c07;}
.shoplist li .msg span b { font-weight: 500; font-size: 16px;}
.shoplist li .msg i { display: block; max-width: 45%; line-height: 25px; font-style: normal; font-size: 11px; color: #bbb;}
.shoplist li:hover .img img { transform: scale(1.1,1.1);}
.shoplist li:hover .msg h3 { color: #ca2c07;}

/*商城详情*/
.comsite .crumb { width: 100%; font-size: 12px; color: #999; padding-left: 20px; background: url(../images/xy07.png) no-repeat left 17px / 13px;}
.comsite .crumb a { color: #666;}
.comsite .crumb a:last-child { color: #ca2c07;}
.datails-content { padding-bottom: 80px;}
.protop { margin-bottom: 45px;}
.protop .proimg { float: left; width: 430px; height: 430px; border: 1px solid #eaeaea; border-radius: 4px; overflow: hidden;}
.protop .proimg img { display: block; width: 100%;}
.protop .promsg { float: right; width: 730px;}
.protop .promsg .title { line-height: 35px; font-size: 22px; position: relative;}
.protop .promsg .summary { padding: 25px 40px; margin: 20px auto; background: #f5f5f5;}
.protop .promsg .summary p { line-height: 40px; font-size: 14px; color: #888;}
.protop .promsg .summary p s { color: #666; padding-left: 25px;}
.protop .promsg .summary .price b { font-size: 28px; color: #ca2c07; padding-left: 25px;}
.protop .promsg .summary .price b i { font-size: 14px;}
.protop .promsg .attrs { line-height: 30px; font-size: 14px; color: #888; padding-left: 40px; margin-bottom: 20px;}
.protop .promsg .attrs .nam { float: left; width: 43px; text-align: right; margin-right: 25px;}
.protop .promsg .attrs .color { margin-bottom: 20px;}
.protop .promsg .attrs .color .color-cont { float: left; width: calc(100% - 68px);}
.protop .promsg .attrs .color .color-cont .btn { display: inline-block; color: #999; cursor: pointer; padding: 0 10px; margin-right: 10px; border: 1px solid #ddd; border-radius: 2px;}
.protop .promsg .attrs .color .color-cont .btn.active { color: #ca2c07; border-color: #ca2c07;}
.protop .promsg .attrs .number { line-height: 30px;}
.protop .promsg .attrs .number .number-cont { float: left; width: calc(100% - 68px); line-height: 30px;}
.protop .promsg .attrs .number .number-cont .btn { float: left; width: 35px; font-size: 20px; text-align: center; cursor: pointer; border: 1px solid #ddd; background: #f8f8f8; -webkit-user-select: none; -moz-user-focus: none; -moz-user-select: none;}
.protop .promsg .attrs .number .number-cont input { float: left; width: 35px; height: 30px; text-align: center; margin: 0 5px; border: 1px solid #ddd;}
.protop .promsg .btns { padding-left: 40px;}
.protop .promsg .btns .layui-btn { height: 50px; line-height: 50px; color: #fff; padding: 0 20px; border: 1px solid #ca2c07; border-radius: 4px; background: #ca2c07;}
.protop .promsg .btns .car-btn { margin-left: 65px; border: 1px solid #f50; background: #f50;}
.prohot { float: left; width: 272px;}
.prohot h4 { line-height: 40px; font-weight: bold; font-size: 16px; color: #333;}
.prohot .item-list { padding: 0 25px; border: 1px solid #eee;}
.prohot .item-list .content { width: auto; margin: 0 auto;}
.prohot .item-list .content .shoplist li { padding-bottom: 10px; margin: 0 0 20px 0; border-bottom: 1px solid #eee;}
.prohot .item-list .content .shoplist li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
.prodetail { float: right; width: calc(100% - 300px);}
.prodetail h4 { line-height: 40px; font-weight: bold; font-size: 16px; color: #333; padding-left: 15px; position: relative;}
.prodetail h4::after { display: block; content: ""; width: 3px; height: 15px; background: #ca2c07; position: absolute; left: 0; top: 12px;}
.prodetail .item { line-height: 30px; font-size: 14px; color: #333; padding: 25px; border: 1px solid #eee;}
.prodetail .item img { display: block; max-width: 100%;}

/*购物车*/
.cart { margin-top: 25px; border: 1px solid #eee;}
.cart .cart-table-th { height: 50px; line-height: 50px; background: #f5f5f5;}
.cart .th { float: left; text-align: center;}
.cart .th-chk { width: 70px; margin-left: 15px; text-align: left; position: relative;}
.cart .th-chk .select-all,
.cart .th-chk .select-all label { cursor: pointer;}
.cart .cart-checkbox { display: inline-block;}
.cart .CheckBoxShop { width: 15px; height: 15px; border: 1px solid #ccc; position: relative; top: 5px;}
.cart .th-item { width: 413px; text-align: left; padding-left: 90px; box-sizing: border-box;}
.cart .th-price { width: 200px;}
.cart .th-amount { width: 200px;}
.cart .th-sum { width: 200px;}
.cart .th-op { width: 100px;}
.cart .item-content { padding: 15px 0; border-top: 1px solid #eee; box-sizing: border-box; position: relative;}
.cart .item-content .th-chk { margin-top: 35px;}
.cart .item-content .th-item { padding-left: 0;}
.cart .item-content .th-su { display: inline-block; line-height: 100px; font-size: 12px; color: #ca2c07;}
.cart .item-content .th-su b { font-size:18px;}
.cart .item-content .th-item .item-cont img { float: left; width: 98px; height: 98px; border: 1px solid #eee; border-radius: 4px; overflow: hidden;}
.cart .item-content .th-item .item-cont .text { float: right; width: calc(100% - 110px); line-height: 25px;}
.cart .item-content .th-item .item-cont .text .title { color: #333;}
.cart .item-content .th-item .item-cont .text p { font-size: 12px; color: #999; margin-top: 5px;}
.cart .item-content .th-amount .box-btn { text-align: center; margin-top: 30px;}
.cart .item-content .th-amount .box-btn .btn,
.cart .item-content .th-amount .box-btn input { display: inline-block; color: #333; text-align: center; border: 1px solid #eee; background: #fff;}
.cart .item-content .th-amount .box-btn .btn { width: 35px; height: 35px; line-height: 35px; font-size: 18px; background: #fafafa;}
.cart .item-content .th-amount input { width: 45px; height: 35px;}
.cart .item-content .th-op span { display: inline-block; line-height: 30px; color: #fff; cursor: pointer; padding: 0 15px; margin-top: 35px; border-radius: 4px; background: #ca2c07;}
.cart .FloatBarHolder { line-height: 50px; border-top: 1px solid #eee; background: #f5f5f5; position: relative;}
.cart .FloatBarHolder .th-chk { width: 150px;}
.cart .FloatBarHolder .batch-deletion span { cursor: pointer;}
.cart .FloatBarHolder .total { margin-right: 25px;}
.cart .FloatBarHolder .total span { font-size: 14px; color: #ca2c07; padding-left: 5px;}
.cart .FloatBarHolder .total span b { font-size: 24px; position: relative; top: 1px;}
.cart .FloatBarHolder .th-chk .select-all label { margin-left: 5px;}
.cart .FloatBarHolder .Settlement,
.cart .FloatBarHolder .total { float: right;}
.cart .FloatBarHolder .Settlement button.layui-btn { width: 180px; height: 54px; line-height: 54px; font-weight: bold; font-size: 18px; color: #fff; text-align: center; background: #ca2c07; border-radius: 0;}

/*空*/
.cartkong { width: 100%; text-align: center; padding-top: 130px; margin: 45px 0; background: url(../images/nocart.png) no-repeat center top;}
.cartkong p { line-height: 30px; font-size: 16px; color: #333;}
.cartkong a { display: block; width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; margin: 15px auto; border-radius: 20px; background: #ca2c07; -webkit-transition: all .5s ease; transition: all .5s ease;}
.cartkong a:hover { color: #fff; background: #ca2c07;}

/*充值*/
.mcertif {}
.mcertif .mtit { line-height:50px; font-size:18px; color:#333; padding:0 15px; border-bottom:1px solid #eee; background:#fafafa;}
.mcertif .vipwal { padding:15px;}
.mcertif .vipwal h1 { line-height:40px; font-size:24px; color:#333; margin-bottom:15px; padding:0 15px;}
.mcertif .vipwal li { float:left; width:calc(100% / 4); text-align:center; padding:20px; margin:0 15px 30px 15px; border:1px solid #eee; box-shadow:0 5px 10px rgba(2,6,225,0.1); background:#fff;}
.mcertif .vipwal li p { line-height:35px; font-size:12px; color:#999;}
.mcertif .vipwal li p span { font-size:14px; color:#ca2c07; margin-right:5px; position:relative; top:2px;}
.mcertif .vipwal li p span b { font-size:22px;}
.mcertif .vipwal li a { display:block; line-height:30px; color:#666;}
.mcertif .vipwal .act { border-color:#ca2c07;}
.mcertif .eval_btn { display:block; width:160px; height:40px; line-height:40px; font-size:14px; color:#fff; margin:0 15px; border:none; border-radius:2px; background:#ca2c07;}
.mbunit .layui-btn-danger { background:#ca2c07;}

/*结算页面*/
.settle { width:100%; padding:20px 0;}
.settle h1 { line-height:30px; font-size:16px; color:#666;}
.settle h2 { line-height:30px; font-weight:bold; font-size:14px; color:#333;}
.settle .shdz { padding:10px 20px; margin:10px auto; border:1px solid #eee;}
.settle .shdz li { width:100%; height:25px; line-height:25px; font-size:14px; color:#666; margin:10px auto;}
.settle .shdz li b { display:inline-block; width:100px; text-align:center; margin-right:25px; border:2px solid #ca2c07; position:relative;}
.settle .shdz li b::before,.settle .shdz li b::after { display:block; content:""; position:absolute;}
.settle .shdz li b::before { width:0; height:0; border-style:solid; border-width:0 0 15px 25px; border-color:transparent transparent #ca2c07 transparent; bottom:0; right:0; z-index:0;}
.settle .shdz li b::after { width:8px; height:4px; border-left:2px solid #fff; border-bottom:2px solid #fff; -webkit-transform-origin:50%; transform-origin:50%; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); right:2px; bottom:3px; z-index:2;}
.settle .shdz li:hover { color:#333; cursor:pointer;}
.settle .shdz .adbtn { width:120px; height:35px; margin:10px 0;}
.settle .shdz .adbtn .btn { display:block; width:100%; height:35px; line-height:35px; font-size:12px; color:#fff; border:none; background:#ca2c07;}
.settle .list { padding:15px 20px 10px 20px; border:1px solid #eee;}
.settle .list li { padding:10px 0; border-bottom:1px solid #f4f4f4;}
.settle .list li:last-child { border-bottom:none;}
.settle .list li img { float:left; width:100px; height:100px; border-radius:4px; overflow:hidden;}
.settle .list li .msg { float:right; width:calc(100% - 115px);}
.settle .list li .kjname { float:left; width:60%; height:50px; line-height:25px; font-size:14px; color:#666; overflow:hidden;}
.settle .list li .price { float:left; width:25%; height:25px; line-height:25px; font-size:12px; color:#ca2c07; text-align:center;}
.settle .list li .price span { font-size:16px; font-weight:bold;}
.settle .list li .num { float:left; width:15%; height:25px; line-height:25px; font-size:15px; color:#666; text-align:center;}
.settle .list li .num i { font-style:normal; font-size:12px; margin-right:2px;}
.settle .list li p { line-height:25px; font-size:12px; color:#999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.settle .list li .gge { color:#666; margin-top:10px;}
.settle .count { padding:15px 20px; margin:10px auto; border:1px solid #eee;}
.settle .count li { padding-bottom:10px; margin-bottom:5px; border-bottom:1px solid #f4f4f4;}
.settle .count li:last-child { padding-bottom:0; margin-bottom:0; border-bottom:none;}
.settle .count li p { line-height:25px; font-size:12px; color:#999;}
.settle .balance { text-align:right; padding:20px 0;}
.settle .balance p { line-height:30px; font-size:14px; color:#666; padding-right:30px;}
.settle .balance p b { display:inline-block; font-weight:500; font-size:18px; color:#ca2c07;}
.settle .balance p b::first-letter { font-weight:500; font-size:14px;}
.settle .bottom { padding:20px; background:#fafafa;}
.settle .bottom p { line-height:40px; font-size:15px; color:#333; text-align:right; padding-right:15px;}
.settle .bottom p span { margin-left:30px;}
.settle .bottom p span b { display:inline-block; font-style:normal; font-size:20px; color:#ca2c07; margin:0 5px;}
.settle .bottom p span:last-child b::first-letter { font-size:14px;}
.settle .bottom .btn { float:right; width:120px; height:45px; line-height:45px; font-weight:bold; font-size:16px; color:#fff; margin-top:5px; border:none; background:#ca2c07;}


/*会籍查询*/
.membership { width:100%;}
.membership h1 { line-height:80px; font-size:28px; color:#ca2c07; text-align:center;}
.membership .topnr { width:100%;}
.membership .topnr li { width:100%; margin-top:15px;}
.membership .topnr li label { display:block; float:left; width:130px; height:45px; line-height:45px; font-size:14px; color:#333; text-align:center; border:1px solid #eee; border-right:none; border-radius:2px 0 0 2px; box-sizing:border-box; background:#fcfcfc;}
.membership .topnr li label span { color: #f00; margin-right: 5px;}
.membership .topnr li .layui-input,
.membership .topnr li .layui-form-select,
.membership .topnr li img { display:block; float:left; width: calc(100% - 130px); height:45px; outline:none; border:1px solid #eee; border-radius:0 2px 2px 0; box-sizing:border-box; background:#fff;}
.membership .topnr li .ipt,
.membership .topnr li select { line-height:45px; font-size:14px; color:#333; text-align:left; padding:0 10px;}
.membership .topnr li .layui-form-select .layui-input { float: none; width: 100%; height: 43px; line-height: 43px; border: none;}
.membership .topnr li .tag { padding-right:20px; position:relative;}
.membership .topnr li .tag::after { display:block; content:""; width:0; height:0; border-style:solid; border-width:5px 5px 0 5px; border-color:#bbb transparent transparent transparent; position:absolute; right:8px; top:20px;}
.membership .topnr li .tag select { width:100%; border:none; background:none; appearance:none; -moz-appearance:none; -webkit-appearance:none;}
.membership .topnr li .dwmc { width:410px;}
.membership .topnr .yzm .ipt { width:225px; margin-right:9px;}
.membership .topnr li .btn { width:160px; color:#fff; text-align:center; margin-left:130px; border-color:#ca2c07; background:#ca2c07;}
.membership .topnr li .bg { margin-left:10px; color:#333; border-color:#e6e6e6; background:#eee;}

.membership .mainr { width:100%; margin-top:40px; border-top:1px solid #eee;}
.membership .mainr .tabs { width: 100%; padding: 120px 0 30px 0; background: #f9f9f9 url(../images/zsbg.png) no-repeat center top;}
.membership .mainr .tabs .ner { width: 95%; margin: 0 auto; border: 1px solid #ca2c07;}
.membership .mainr .tabs .ner li { float: left; width: calc(100% / 3 - 1px); line-height: 45px; font-size: 14px; color: #333; text-align: center; border-right: 1px solid #ca2c07; border-bottom: 1px solid #ca2c07;}
.membership .mainr .tabs .ner li:nth-child(3n) { border-right: none;}
.membership .mainr .tabs .ner li span { display: block; float: left; width: 35%; color: #999; border-right: 1px solid #ca2c07; background: #fafafa;}
.membership .mainr .tabs .ner li b { display: block; float: left; width: calc(65% - 1px); font-weight: 500; background: #fff;}

.membership .mainr .qsr { line-height: 30px; font-size: 14px; color: #333; text-align: center; padding: 30px 0; border: 1px solid #eee; border-top: none;}
.membership .mainr table { line-height: 35px; font-size: 12px; color: #333;}
.membership .mainr table th,
.membership .mainr table td { padding: 5px 10px; text-align: center; border-left: 1px solid #eee; border-bottom: 1px solid #eee; box-sizing: border-box;}
.membership .mainr table th:last-child,
.membership .mainr table td:last-child { border-right: 1px solid #eee;}
.membership .mainr table th { line-height: 40px; font-size: 14px; color: #333; background: #fafafa;}
.membership .mainr table .nobod td { border: none;}

.membership .mainr .kong { text-align:center; padding-top:150px; background:url(../images/kong.png) no-repeat center top;}
.membership .mainr .kong p { line-height:30px; font-size:14px; color:#666;}

/*申报*/
.sblist { width:100%;}
.sblist li { float:left; width:290px; margin:15px 25px 0 0; position:relative;}
.sblist li:nth-child(3n) { margin-right:0;}
.sblist li a { display:block; width:100%;}
.sblist li .img { width:290px; height:215px; border-radius:4px; overflow:hidden; -webkit-transition:all .5s ease; transition:all .5s ease;}
.sblist li .img img { display:block; width:100%; -webkit-transition:all .5s ease; transition:all .5s ease;}
.sblist li h3 { line-height:25px; font-size:16px; color:#333; margin-top:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -webkit-transition:all .5s ease; transition:all .5s ease;}
.sblist li p { line-height:20px; font-size:12px; color:#999;}
.sblist li:hover .img { border-color:#ca2c07;}
.sblist li:hover .img img { transform:scale(1.1,1.1);}
.sblist li:hover h3 { color:#ca2c07;}
.zhumsg { line-height:30px; font-size:15px; color:#ee0707; letter-spacing:1px; white-space:pre-wrap; margin-top:30px; padding:20px 40px; border-radius:4px; background:#fafafa;}

/*弹框*/
.tanks { width: 450px; height: 340px; margin: auto; padding: 15px; border-radius: 8px; box-shadow: 0 5px 20px rgba(11,75,172,0.2); background: #fff; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999;}
.tanks .close { width: 30px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; cursor: pointer; text-align: center; border-radius: 50%; background: #ca2c07; position: absolute; right: -5px; top: -5px; z-index: 9;}
.tanks .login { width: 100%; padding: 0; margin: 0; background: none;}
.tanks .login h1 { line-height: 30px; font-size: 22px; color: #222; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; position: relative;}
.tanks .login li { width: 100%; margin-bottom: 15px;}
.tanks .login li input { display: block; width: calc(100% - 22px); height: 45px; line-height: 45px; font-size: 14px; color: #333; outline:none; padding: 0 10px; border: none; border: 1px solid #eee; border-radius: 4px; overflow: hidden; background: #fff;}
.tanks .login .yzm {}
.tanks .login .yzm input { float: left; width: calc(100% - 180px);}
.tanks .login .yzm img { float: right; width: 145px; height: 45px; border: 1px solid #eee; border-radius: 4px; overflow: hidden; background: #fff;}
.tanks .login .yzm .layui-btn { float: right; width: 145px; height: 47px; line-height: 47px; font-size: 14px; color: #666; border: 1px solid #eee; border-radius: 4px; overflow: hidden; background: #fff;}
.tanks .login .btn { display: block; width: 100%; height: 50px; line-height: 50px; font-size: 18px; color: #fff; letter-spacing: 4px; border: none; border-radius: 4px; overflow: hidden; background: #ca2c07; -webkit-transition:all .5s ease; transition:all .5s ease;}
.tanks .login p { line-height: 30px; font-size: 12px; color: #666; text-align: center; margin-top: 15px;}
.tanks .login p span { margin: 0 15px;}
.tanks .login p span a { font-weight: bold; font-size: 16px; color: #ca2c07; cursor: pointer;}
.tanks .login p span a:hover { text-decoration: underline;}