/**[skin/v5.0/UI_Select.css]*/ 
select{
  display:inline-block;
  height:40px;
  margin:0;
  border:1px solid #d0d0d5;
  border-right-width:27px;
  opacity:0.0001;
  font-size:14px;
  font-family:simsun;
  filter:alpha(opacity=0);
  vertical-align:middle;}

select[multiple]{
  height:auto;
  font-size:38px;
  font-size:calc(34px - 1px);
  font-family:simsun;
  padding:0;
  vertical-align:top;
  border-right-width:1px;
  cursor:pointer;}

select[multiple] > option{min-height:38px;height:38px;padding:0;}
select[multiple] > option:disabled{cursor:default;}
select[hidden],select[hidden] + .ui-select{display:none;}

.ui-select{
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:40px;
  line-height:20px;
  vertical-align:middle;
  -webkit-animation:fadeIn .2s;
  animation:fadeIn .2s;
  font-size:14px;
  position:relative;}

[multiple] ~ .ui-select{vertical-align:top;}

.ui-select.active{z-index:3;}
.ui-select-button{
  display:block;
  height:20px;
  padding:9px 27px 9px 12px;
  color:#4c5161;
  border:1px solid #d0d0d5;
  border-radius:4px;
  background:#fff;
  text-decoration:none;
  -webkit-transition:border-color .15s, background-color .15s;
  transition:border-color .15s, background-color .15s;
  cursor:pointer;}

.ui-select-button:hover{color:#4c5161;border-color:#ababaf;}

:not(:disabled) + .ui-select > .ui-select-button:active{background:#f7f9fa;}
.active > a.ui-select-button{border-color:#2486ff;border-radius:4px 4px 0 0;}
.reverse > a.ui-select-button{border-radius:0 0 4px 4px;}

.ui-select-text{
  display:block;
  width:100%;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;}

.ui-select-icon{
  position:absolute;
  width:20px;
  height:20px;
  background:url(skin/v5.0/images/Select/icon-arrow.png?v=1619767912) no-repeat center;
  background:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBmaWxsPSIjMjQ4NmZmIiBkPSJNMTQ1LjY1OSw2OC45NDljLTUuMTAxLTUuMjA4LTEzLjM3Mi01LjIwOC0xOC40NzMsMEw5OS40NzksOTcuMjMzIEw3MS43NzIsNjguOTQ5Yy01LjEtNS4yMDgtMTMuMzcxLTUuMjA4LTE4LjQ3MywwYy01LjA5OSw1LjIwOC01LjA5OSwxMy42NDgsMCwxOC44NTdsNDYuMTgsNDcuMTRsNDYuMTgxLTQ3LjE0IEMxNTAuNzU5LDgyLjU5OCwxNTAuNzU5LDc0LjE1NywxNDUuNjU5LDY4Ljk0OXoiLz48L3N2Zz4NCg==) no-repeat center, none;
  background-size:20px 20px;
  right:7px;
  top:10px;}

.ui-select-datalist{
  position:absolute;
  left:0;
  right:0;
  top:39px;
  display:none;
  max-height:266px;
  padding:0;
  border:1px solid #2486ff;
  background:#fff;
  overflow:auto;}

[multiple] ~ .ui-select > .ui-select-datalist{
  position:static;
  display:block;
  max-height:none;
  height:inherit;
  border-color:#d0d0d5;
  border-radius:4px;
  -ms-box-sizing:border-box;
  box-sizing:border-box;}

[multiple]:hover ~ .ui-select > .ui-select-datalist{border-color:#ababaf;}
[multiple]:focus ~ .ui-select > .ui-select-datalist{border-color:#2486ff;}
.ui-select-datalist::-webkit-scrollbar{width:8px;height:8px;}
.ui-select-datalist::-webkit-scrollbar-thumb{background:#bbb;border-radius:8px;}
.ui-select-datalist::-webkit-scrollbar-thumb:hover{background:#aaa;}
.ui-select-datalist::-webkit-scrollbar-track-piece{background:#ddd;}
.active > .ui-select-datalist{display:block;}
.reverse > .ui-select-datalist{top:auto;bottom:39px;}

.ui-select-datalist-li{
  display:block;
  line-height:20px;
  padding:9px 12px;
  color:#4c5161;
  background:#fff;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
  -webkit-transition:background-color .15s;
  transition:background-color .15s;
  overflow:hidden;
  cursor:pointer;}

.ui-select-datalist-li:empty{display:none;}

/* reset default a:hover */
.ui-select-datalist-li:hover{color:#4c5161;}
.ui-select-datalist-li[href]:hover,[multiple] ~ .ui-select .ui-select-datalist-li[href]{color:#4c5161;background:#f0f7ff;}
.ui-select-datalist > .selected{background:#e0f0ff;}

/* disabled */
select[disabled]{cursor:default;}
select[disabled] + .ui-select{opacity:.4;filter:alpha(opacity=40);-webkit-animation:none;animation:none;}
select[disabled] + .ui-select .ui-select-button,select[disabled] + .ui-select .ui-select-datalist{cursor:default;border-color:#ababaf;}

/* error */
.error .ui-select-button,.error[multiple] ~ .ui-select .ui-select-datalist{border-color:#f4615c;} 
/**[skin/v5.0/global.css]*/ 
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,form,input,p{margin:0;padding:0;}body{font:12px "microsoft yahei","Verdana","Tahoma","Arial";color:#333;}
a{color:#333;text-decoration:none;}a:hover{color:#db214c;text-decoration:none;}
img{border:0 none;}ul,li{list-style:none;}i,s,u,em{font-style:normal;text-decoration:none;}
input{text-indent:10px;}input,select,textarea{color:#666;box-sizing:content-box;}
a:focus,input:focus,select:focus,textarea:focus{outline:none;}.fl{float:left;}.fr{float:right;}
.cf:after,.cl:after{display:block;height:0;font-size:0;content:".";visibility:hidden;clear:both;}.cf,.cl{zoom:1;}
.pr{position:relative;}.g-wrap{width:1200px;margin:0 auto;}.f-dib{display:inline-block;}
.mt20{margin-top:20px;}.ml0{margin-left:0 !important;}.pt20{padding:20px 0 1px;}.gray{background:#f2f2f2;}.wihte{background:#fff;}
.lazy{min-height:32px;background:url(skin/v5.0/images/m_top10/loading.gif?v=1619767912) center center no-repeat;}

.g-topbar{width:100%;height:30px;line-height:30px;font-size:12px;background:#f2f2f2;border-bottom:1px solid #e5e5e5;}
.g-topbar .g-wrap{position:relative;}.g-topbar a{display:inline-block;padding:0 8px;color:#999;}.g-topbar a:hover{color:#db214c;}
.g-topbar i{display:inline-block;width:11px;height:12px;margin:0 2px -2px 0;background:url(skin/v5.0/images/sp_topbar.png?v=1619767912) no-repeat;}
.g-topbar b{padding:0 5px;font-weight:normal;color:#db214c;}
.g-topbar .u-gomobile{float:left;height:30px;}.g-topbar .u-gomobile:hover i{background-position:0 -40px;}
.g-topbar .u-gomobile .mewm{display:none;position:absolute;top:31px;left:-1px;z-index:999;width:128px;height:128px;background:url(skin/v5.0/images/mewm.jpg?v=1619767912) no-repeat;border:1px solid #e5e5e5;border-top:none;box-shadow:0 2px 4px #f2f2f2;}.g-topbar .u-register i{background-position:0 -13px;}

.g-topbar .fl>span{padding:0 10px;color:#999;}
.g-topbar .fr>a{line-height:14px;font-size:12px;border-right:1px solid #ccc;}.g-topbar .u-nav i{height:7px;margin:0 0 0 8px;background-position:0 -25px;}
.g-topbar .u-nav ul{display:none;position:absolute;top:31px;right:-1px;z-index:9999;width:450px;overflow:hidden;background:#fff;border:1px solid #e5e5e5;border-top:none;box-shadow:0 2px 4px #f2f2f2;}
.g-topbar .u-nav li{float:left;width:75px;height:40px;margin-bottom:-1px;text-align:center;border-bottom:1px dotted #e5e5e5;}
.g-topbar .u-nav li a{display:block;height:14px;line-height:14px;margin:13px -1px 0 0;font-size:12px;color:#666;border-right:1px solid #e5e5e5;}
.g-topbar .u-nav li a:hover{color:#db214c;}
.g-topbar .u-nav-list{display:none;position:absolute;top:31px;right:-1px;z-index:999999;width:1200px;padding:10px 0;overflow:hidden;background:#fff;border:1px solid #e5e5e5;border-top:none;box-shadow:0 2px 4px #f2f2f2;}
.g-topbar .u-nav-list dl{float:left;width:17%;text-align:left;}.g-topbar .u-nav-list .col1{width:10%;margin:0 2%;}
.g-topbar .u-nav-list dt a{line-height:16px;padding:0 0 0 5px;font-weight:bold;font-size:14px;color:#333;border-left:3px solid #db214c;}
.g-topbar .u-nav-list dd a{float:left;width:48%;margin:0 1%;padding:0;}

.g-topbar .u-sitenav{float:left;}.g-topbar .u-sitenav i{height:7px;margin:0 0 0 8px;background-position:0 -25px;}
.g-topbar .u-sitenav ul{display:none;position:absolute;top:31px;left:0;z-index:9999;width:1178px;padding:0 10px;color:#333;background:#fff;border:1px solid #e5e5e5;border-top:none;box-shadow:0 2px 4px #f2f2f2;}.g-topbar .u-sitenav li{float:left;height:36px;line-height:36px;font-size:12px;}
.g-topbar .u-sitenav li a{line-height:14px;margin:10px 0 0 0;padding:0 8px;border-right:1px solid #e5e5e5;color:#666;text-align:center;}
.g-topbar .u-sitenav li a:hover{color:#db214c;}.g-topbar .u-sitenav li:last-child a{border-right:none;}

.g-topbar .u-gzh .gzh{display:none;position:absolute;top:31px;left:-1px;z-index:999;width:128px;height:128px;background:url(skin/v5.0/images/mewm-bm.jpg?v=1619767912) no-repeat;border:1px solid #e5e5e5;border-top:none;box-shadow:0 2px 4px #f2f2f2;}
.g-topbar .u-nav:hover,.g-topbar .u-sitenav:hover,.g-topbar .u-gomobile:hover,.g-topbar .u-gzh:hover{text-align:center;background:#fff;border-bottom:1px solid #fff;box-shadow:0 0 0 1px #e5e5e5;}
.g-topbar .u-nav:hover ul,.g-topbar .u-gomobile:hover .mewm,.g-topbar .u-gzh:hover .gzh,.g-topbar .u-nav:hover .u-nav-list{display:block;}
.g-topbar .u-nav:hover i,.g-topbar .u-sitenav:hover i{background-position:0 -33px;}

/* 头部盒子 */
.g-topbox{width:100%;height:100px;padding:35px 0 0;background:#fff;border-bottom:5px solid #db214c;}
.g-topbox .u-logo{float:left;height:50px;}.g-topbox .u-logo a{float:left;display:inline-block;vertical-align:top;}
.g-topbox .u-logo .home{width:210px;height:50px;text-indent:-9999px;background:url(skin/v5.0/images/lg_jc.png?v=1619767912) center left no-repeat;}
.g-topbox .u-logo .home-hy{line-height:40px;padding-right:5px;font-weight:bold;font-size:34px;color:#db214c;}
.g-topbox .u-logo .bb2{border-bottom:2px solid #db214c;}
.g-topbox .u-logo .dot{float:left;line-height:40px;margin:0 5px;font-weight:bold;font-size:34px;color:#db214c;}
.g-topbox .u-logo .home-channel{line-height:42px;padding:0 10px;font-size:20px;color:#fff;background:#db214c;border-radius:4px 4px 4px 0;}
.g-topbox .u-logo2 a,.g-topbox .u-top10 a,.g-topbox .u-top10 a img{display:block;}
.g-topbox .u-logo2 a{width:460px;height:70px;background:url(header-logo.png?v=1619767912) no-repeat;}.g-topbox .u-top10{margin:-12px 0 0 40px;}
.g-topbox .u-logo .qwdz{width:34px;height:30px;line-height:14px;margin-top:3px;padding:2px 12px 5px 6px;font-size:12px;color:#fff;text-align:center;background:url(skin/v5.0/images/bk_qwdz.png?v=1619767912) no-repeat;}

.u-searchbox{width:380px;}.u-searchbox .u-search{height:36px;padding:2px;background:#db214c;}
.u-searchbox .u-search select,.u-searchbox .u-search input{float:left;width:90px;height:36px;line-height:36px;font-size:14px;color:#666;text-indent:5px;background:#fff;border:none;outline:none;}.u-searchbox .u-search input{width:207px;}
.u-searchbox .u-search button{float:left;width:79px;height:36px;line-height:36px;font-size:18px;color:#fff;cursor:pointer;background:#db214c;border:none;}
.u-searchbox p{display:inline-block; line-height:18px;padding-top:8px;font-size:12px;color:#999;}
.u-searchbox .CHINABM_ADALL{display:inline-block;}.u-searchbox .CHINABM_ADALL a{margin-right:5px;}
.u-searchbox p a{display:inline-block;padding-right:10px;color:#999;}.u-searchbox p a:hover{color:#db214c;}
.g-topbox .u-data{width:280px;margin:0 0 0 14px;}.g-topbox .u-data p{font-size:12px;line-height:20px;color:#666;}
.g-topbox .u-data i{display:inline-block;width:12px;height:12px;margin:0 5px -2px 10px;background:url(skin/v5.0/images/sp_topbox.png?v=1619767912) no-repeat;}
.g-topbox .u-data .today{margin-left:0;background-position:0 -12px;}

/* ui-select修正 */
.ui-select.active{z-index:9999;}.ui-select{height:36px;}.ui-select-button{padding:7px 20px 7px 10px;border-color:#e5e5e5;}
.ui-select-icon{right:10px;top:8px;width:10px;background:url(skin/v5.0/images/i_select_down.png?v=1619767912) center center no-repeat;}
.ui-select-datalist{top:35px;}.ui-select-datalist-li{padding:8px 0 8px 10px;}
.u-searchbox .ui-select{float:left;}.u-searchbox .ui-select-button{border-color:#fff;border-radius:0;}
.active > a.ui-select-button,.ui-select-datalist{border-color:#ababaf;}.ui-select-datalist::-webkit-scrollbar{width:4px;}
.ui-select-datalist::-webkit-scrollbar-track-piece{background:#f2f2f2;}.ui-select-datalist::-webkit-scrollbar-thumb{background:#ccc;}

/* 头部导航 */
.g-topnav{background:#fff;}
.g-topnav .nav li{float:left;position:relative;height:40px;margin:0 30px 0 -30px;padding:20px 19px;text-align:center;}
.g-topnav .nav a{font-size:20px;line-height:30px;color:#333;text-align:center;}
.g-topnav .nav em{display:block;line-height:15px;font-weight:normal;font-size:10px;color:#ccc;text-transform:uppercase;}
.g-topnav .nav i{position:absolute;top:0;left:50%;width:0;height:0;margin-left:-6px;border:6px solid transparent;}
.g-topnav .nav span{position:absolute;top:30px;right:0;width:6px;height:20px;font-size:14px;color:#ccc;}
.g-topnav .nav .on i,.g-topnav .nav li:hover i{border-top-color:#db214c;}.g-topnav .nav .on a,.g-topnav .nav li:hover a{font-weight:bold;color:#db214c;}
.g-topnav .u-phone p{float:right;line-height:20px;margin-top:14px;padding:0 8px;font-size:12px;color:#997a48;background:#eddcbd;border-radius:3px;}
.g-topnav .u-phone b{display:block;line-height:30px;font-size:22px;color:#db214c;}
#jm_member,#jm_member li{float:left;}#jm_member img{display:inline-block;margin-right:5px;vertical-align:-2px;}
.g-topnav .nav li .sub_cate{display:none;position:absolute;top:80px;left:-50%;width:240px;text-align:center;}
.g-topnav .nav li:hover .sub_cate{display:block;}
.g-topnav .nav li .sub_cate a{display:inline-block;margin:0 5px;font-size:14px;color:#333;font-weight:normal;}
.g-topnav .nav-nd{width:100%;height:38px;text-align:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;box-shadow:inset 0 5px 10px 0 #f7f7f7;}
.g-topnav .nav-nd li{display:inline-block;margin:0 20px;}.g-topnav .nav-nd li a{display:block;line-height:38px;font-size:14px;color:#666;}
.g-topnav .nav-nd li a:hover,.g-topnav .nav-nd .on a{color:#db214c;}.g-topnav .nav li:last-child{margin-right:0;}

/* 没有数据 */
.nodata{width:100%;line-height:1.8;padding-top:30px;text-align:center;font-size:14px;color:#999;}

/* 公共尾部 */
.g-footer{width:100%;margin-top:20px;padding:35px 0;background:#f7f7f7;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.g-footer .logo{float:left;width:220px;height:130px;text-indent:-9999px;background:url(skin/v5.0/images/lg_ft_jc.png?v=1619767912) no-repeat;}
.g-footer .m-footer{float:right;width:880px;}.g-footer .m-footer a:hover{color:#db214c;}
.g-footer .m-footer .u-nav{margin-bottom:15px;padding-bottom:30px;border-bottom:1px solid #e5e5e5;overflow:hidden;}
.g-footer .m-footer dl{float:left;width:120px;margin-right:22px;}.g-footer .m-footer dd{width:100%;margin-top:5px;font-size:0;}
.g-footer .m-footer dt{height:30px;line-height:30px;font-size:16px;border-bottom:1px solid #e5e5e5;}
.g-footer .m-footer dd a{display:inline-block;width:50%;line-height:24px;font-size:12px;color:#999;}
.g-footer .m-footer .full a{width:100%;}.g-footer .m-footer p{line-height:14px;padding:3px 0;font-size:12px;color:#999;}
.g-footer .m-footer p a{display:inline-block;margin-right:5px;padding-right:6px;color:#999;border-right:1px solid #999;}
.g-footer .m-footer p a:last-child{border-right:none;}.g-footer .m-footer .ft-ba{margin-top:12px;}
.g-footer .m-footer .ft-ba img{display:inline-block;margin-right:5px;opacity:.7;-webkit-transition:opacity 1s;transition:opacity 1s;}
.g-footer .m-footer .ft-ba img:hover{opacity:1;-webkit-transition:opacity 1s;transition:opacity 1s;}#js-scroll-fix{overflow:hidden;}

/* 广告位 */
.g-ad{width:100%;background:#f2f2f2;}.g-ad img,.g-ad embed{display:block;}.g-ad ul{padding-top:10px;}
.g-ad-half ul{width:1210px;}.g-ad-half li{float:left;margin:0 10px 10px 0;}.g-ad .adcur{position:relative;line-height:0;overflow:hidden;}
.g-ad .adcur u,.g-ad .adcur span{position:absolute;left:0;bottom:0;width:24px;height:14px;background:url(skin/v5.0/images/gg_v.png?v=1619767912) left bottom no-repeat;}
.g-ad .adcur s{display:block;font-size:12px;color:#fff;text-decoration:none;}.wihte .g-ad{background:#fff;}.g-ad-fix1{position:fixed;top:230px;}

/* 1/3通栏广告位 */
.g-ad-three ul{width:1220px;}.g-ad-three li{float:left;margin:0 7px 10px 0;}

/* 右侧报名 */

/* 底部悬浮 */
.jc-bm-bottom{position:fixed;bottom:0;left:0;z-index:1900;width:100%;height:80px;padding-top:38px;background:url(skin/v5.0/images/cz-bottom.png?v=1619767912) center top no-repeat;}
.jc-bm-bottom dl{width:1200px;height:80px;margin:0 auto;}.jc-bm-bottom .bottom-img{display:none;}
.jc-bm-bottom dt{float:left;width:308px;margin-left:480px;padding-top:15px;}
.jc-bm-bottom dt p{line-height:20px;color:#fff;font-size:12px;}.jc-bm-bottom dt p.f14{line-height:27px;font-size:14px;}
.jc-bm-bottom dt p em{color:#ffdf00;padding:0 3px;font-size:12px;}.jc-bm-bottom dd{float:left;margin-left:10px;padding-top:22px;color:#fff;}
.jc-bm-bottom input{float:left;width:275px;height:38px;margin-right:3px;border:none;border-radius:5px;}
.jc-bm-bottom button{float:left;width:92px;height:40px;line-height:40px;font-size:14px;font-weight:bold;text-align:center;color:#CB252D;cursor:pointer;background:url(skin/v5.0/images/cz-bottom-btn2.png?v=1619767912) no-repeat;border:none;border-radius:5px;}

/* 新增底部关闭打开效果 */
.js-fixedBottom .bm-close{position:absolute;top:55%;right:10px;width:28px;height:28px;text-align:center;}.js-fixedBottom .bm-close:hover{background:#e02d2d;}
.js-fixedBottom .bm-close i{display:inline-block;width:16px;height:16px;margin:6px 0;background:url(skin/v5.0/images/bm-close.png?v=1619767912) -25px -4px no-repeat;}
.js-fixedBottom.mini{bottom:10px;width:64px;height:64px;padding:0;background:#e02d2d url(skin/v5.0/images/bm-open.png?v=1619767912) 44px center no-repeat;border-radius:50%;cursor:pointer;}.js-fixedBottom.mini dl,.js-fixedBottom.mini .bm-close{display:none;}

/* 首页头图表单 */
.m-form-ban{position:relative;width:360px;height:370px;background:#fff;box-shadow:0 0 15px 0 rgba(0,0,0,.2);}.m-form-ban .hd{position:static !important;}
.m-form-ban .hd h2{float:left;width:50%;height:45px;line-height:45px;font-weight:normal;font-size:18px;text-align:center;background:#f2f2f2;border-top:3px solid #f2f2f2;cursor:pointer;}.m-form-ban .hd .on{color:#db214c;background:#fff;border-color:#db214c;}
.m-form-ban .bd{width:345px;padding:10px 0 0 15px;font-size:0;}.m-form-ban .bd label{width:65px;}.m-form-ban .bd .check input{width:260px;}
.m-form-ban .bd .area select{width:80px;}.m-form-ban .bd .scale select{width:125px;}
.m-form-ban .bd .mode input{width:16px;height:16px;margin-right:6px;border:none;vertical-align:-3px;}.m-form-ban .bd .submit{width:326px;}
.m-form-ban .bd .tip{line-height:20px;padding-top:15px;font-size:12px;color:#999;text-align:center;}.m-form-ban .bd .hy select{width:258px;}
.m-form-ban .tips{position:absolute;top:345px;left:0;right:0; color:#b3b3b3;text-align:center;}

/* 公共表单 */
.u-com-agent .check{margin-bottom:10px;font-size:0;}
.u-com-agent input,.u-com-agent select{height:34px;line-height:34px;font-size:14px;background:#fff;border:1px solid #e5e5e5;border-radius:4px;}
.u-com-agent label{display:inline-block;line-height:36px;color:#999;font-size:14px;}.u-com-agent select{margin-right:7px;text-indent:8px;}
.u-com-agent .submit{height:40px;line-height:40px;margin-top:5px;font-size:18px;color:#fff;cursor:pointer;background:#db214c;border:1px solid #db214c;box-shadow:0 2px 5px 0 rgba(219,33,76,.5);}.u-com-agent .submit:hover{color:#db214c;background:#fff;border:1px solid #db214c;}

/* 侧边栏表单 */
.m-sideform{width:300px;padding:10px;background:url(skin/v5.0/images/bg_sideform.jpg?v=1619767912) no-repeat;box-shadow:0 5px 10px 0 rgba(219,33,76,.3);border-radius:4px;}
.m-sideform .u-agent-hd{padding:15px 0;text-align:center;color:#fff;}
.m-sideform .u-agent-hd h2,.m-sideform .u-agent-hd .h2{line-height:30px;padding-bottom:5px;font-size:16px;}
.m-sideform .u-agent-hd p{line-height:40px;font-size:14px;}
.m-sideform .u-agent-hd p b{display:inline-block;line-height:30px;margin:0 2px;padding:0 5px;font-weight:normal;font-size:24px;color:#fff;vertical-align:middle;background:#fd9b00;border-radius:4px;box-shadow:1px 1px 3px 0 #fd9b00;}
.m-sideform .u-com-agent{padding:20px 17px;background:#fff;border-radius:4px;}
.m-sideform .u-com-agent .check{white-space:nowrap;}.m-sideform .u-com-agent label{display:none;}
.m-sideform .u-com-agent input{width:100%;}.m-sideform .u-com-agent select{width:83px;}
.m-sideform .u-com-agent .submit{background:url(skin/v5.0/images/bg_submit_grad.jpg?v=1619767912) center 0 no-repeat;border:none;}
.m-sideform .u-com-agent .submit:hover{color:#fff;background:url(skin/v5.0/images/bg_submit_grad.jpg?v=1619767912) 0 -42px no-repeat;}.u-com-agent .ui-select{margin-right:7px;}

/* 首页侧边栏表单 */
.sideform-index{width:340px;background:url(skin/v5.0/images/bg_sideform_index.jpg?v=1619767912) no-repeat;}
.sideform-index .u-com-agent select{width:96px;}.g-side-320 .sideform-index{width:300px;}

/* 小标题 */
.sm-title{margin-bottom:10px;border-top:1px solid #e5e5e5;}
.sm-title b{float:left;height:40px;line-height:40px;padding:0 20px;font-size:18px;font-weight:normal;border-top:2px solid #db214c;}
.sm-title b strong{color:#db214c;}.sm-title .more{padding-top:10px;}.more{float:right;font-size:14px;color:#999;}
.more .arrow{display:inline-block;width:14px;height:14px;margin-right:4px;vertical-align:middle;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -330px no-repeat;}

/* 面包屑 */
.u-com-crumb{height:40px;line-height:40px;font-size:12px;color:#ccc;}.u-com-crumb a{color:#ccc;}

/* 分页 */
.u-com-page{padding:30px 0;font-size:0;text-align:center;}
.u-com-page a{display:inline-block;height:36px;line-height:36px;margin:0 5px;padding:0 5px;font-size:16px;color:#666;border:1px solid #e5e5e5;border-radius:4px;}
.u-com-page .all{width:86px;}.u-com-page a:hover,.u-com-page .on{color:#fff;background:#db214c;border-color:#db214c;}

/* 公共列表 */
.js-fade-list .u-com-list{padding-left:10px;}.u-com-list li{background:url(skin/v5.0/images/i_com_dot.jpg?v=1619767912) 5px center no-repeat;}
.u-com-list li a{display:block;padding:0 15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.u-com-list li .znzlink{float:left;line-height:38px;margin:0 -12px 0 15px;padding-right:0;color:#db214c;text-indent:-6px;font-size:14px;}
.u-com-list li .znzlink a{display:inline;padding:0;color:#db214c;}.m-news-alllike .bd .znzlink{line-height:30px;}

/* 免责声明 */
.u-com-state{margin-top:20px;padding:0 30px 15px 20px;background:#fffbf0;border:1px solid #f9eccb;}
.u-com-state p{padding-top:15px;line-height:20px;font-size:12px;color:#666;}.u-com-state p b,.u-com-state p a{color:#db214c;}

/* 公共间距 */
.mb20{margin-bottom:20px;}.pb20{padding-bottom:20px !important;}

/* 公共按钮样式 */
.btn{height:24px;padding:0 3px;font-size:12px;cursor:pointer;background:none;box-shadow:0 2px 6px #f4bdca;border-radius:4px;border:none;outline:none;}
.btn:not(:last-child){margin-right:4px;}
.btn-info{color:#fff;background:#db214c;border:1px solid #db214c;}.btn-info:hover{color:#db214c;background:#fff;}
.btn-primary{color:#db214c;border:1px solid #db214c;background:linear-gradient(to bottom,#fcebef 0%,#ffffff 100%);}
.btn-primary:hover{color:#fff;background:#db214c;border:1px solid #db214c;transition:all .2s;-webkit-transition:all .2s;}
.address .icon{display:inline-block;width:12px;height:12px;vertical-align:middle;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -480px no-repeat;}
.btn-group i{display:inline-block;height:24px;line-height:24px;margin-top:4px;padding:0 10px;vertical-align:middle;}
.btn-group i.tag-yellow{color:#eeae3e;border:1px solid #eeae3e;}.btn-group i.tag-blue{color:#6e9aff;border:1px solid #6e9aff;}

/* 认证与VIP图标 */
.btn-group i.tag-icon{height:26px;padding:0;background:url(skin/v5.0/images/icon-r-v.png?v=1619767912) no-repeat;}
.btn-group i.tag-rz{width:80px;}.btn-group i.tag-vip{width:32px;background-position:-81px 0;}
.btn-big{float:right;height:36px;line-height:34px;margin-left:10px;padding:0 10px;}

/* 灰色阴影 */
.grey-shadow{box-shadow:0 0 15px rgba(0,0,0,.2);}.btn-big.btn-primary{font-size:16px;border-width:2px;}
.btn-big.btn-info{font-size:16px;border-width:2px;transition:all .2s;-webkit-transition:all .2s;}
.phone{display:inline-block;width:12px;height:12px;vertical-align:sub;margin-right:4px;background:url(skin/v5.0/images/icon.png?v=1619767912) -30px -450px no-repeat;}
.icon-zl{display:inline-block;width:18px;height:18px;vertical-align:middle;margin:-3px 4px 0 0;background:url(skin/v5.0/images/icon-zl.png?v=1619767912) no-repeat;transition:all .2s;-webkit-transition:all .2s;}.btn-primary:hover .icon-zl{background:url(skin/v5.0/images/icon-zl.png?v=1619767912) -18px 0 no-repeat;}
.btn-big.btn-primary .phone{width:16px;height:16px;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -450px no-repeat;}

/* 右侧加盟消息动画 */
@-webkit-keyframes szdj{
  0%{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  10%,20%{
    -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,50%,70%,90%{
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,60%,80%{
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  100%{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
@keyframes szdj{
  0%{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  10%,20%{
    -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,50%,70%,90%{
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,60%,80%{
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  100%{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}

/* 导航条右侧加盟数字 */
.g-topnav .u-pronav li{margin:0 20px 0 -20px;padding:20px;}
.g-topnav .u-agentcount{float:right;width:220px;height:80px;background:url(skin/v5.0/images/project/bg_agentcount.jpg?v=1619767912) no-repeat;}
.g-topnav .u-agentcount .count{line-height:36px;padding:20px 0 0 46px;font-size:24px;color:#db214c;letter-spacing:15px;}

/* 诚信保障品牌 */
.adout-honest{float:right;width:270px;height:80px;margin-top:-15px;background:url(skin/v5.0/images/cxjm/ad_honest.gif?v=1619767912) right no-repeat;}
.m-honest{width:1200px;height:269px;margin:20px 0 0;background:#032d83 url(honest_bg.jpg) left center no-repeat;clear:both;}
.m-honest .m-honest-left{float:left;width:170px;}
.m-honest .m-honest-left p{line-height:20px;padding-top:140px;font-size:14px;color:#fff;text-align:center;}
.m-honest .m-honest-left a{display:block;width:108px;height:30px;line-height:30px;margin:210px auto 0;font-size:16px;color:#e3d19d;text-align:center;}
.m-honest .m-honest-right{float:right;position:relative;width:1025px;height:260px;margin:5px 4px 0 0;overflow:hidden;}
.m-honest .m-honest-right ul{overflow:hidden;}
.m-honest .m-honest-right li{float:left;width:204px;height:129px;margin:0 1px 1px 0;background:#fff;text-align:center;}
.m-honest .m-honest-right li a{display:block;width:204px;height:129px;overflow:hidden;}
.m-honest .m-honest-right li img{display:block;width:112px;height:40px;margin:30px auto 20px;}
.m-honest .m-honest-right li p{line-height:24px;font-size:14px;color:#8b734b;}
.m-honest .m-honest-right .arrow{display:none;position:absolute;right:0;top:104px;width:25px;height:51px;background:url(skin/v5.0/images/cxjm/honest_arrow.png?v=1619767912) no-repeat;}
.m-honest .m-honest-right:hover .arrow{display:block;}.m-honest .m-honest-right .arrow a{display:block;width:25px;height:25px;}

/* 加盟保障体系 */
.m-agentprotect{width:1200px;height:360px;background:url(skin/v5.0/images/cxjm/bg_agentprotect.jpg?v=1619767912) no-repeat;}
.m-agentprotect .knowmore{float:left;width:136px;height:36px;line-height:36px;margin:274px 0 0 28px;font-size:15px;text-align:center;color:#343fc0;}
.m-agentprotect .type{float:left;width:540px;margin:40px 0 0 63px;overflow:hidden;}.m-agentprotect .type li{float:left;width:170px;margin-right:10px;}
.m-agentprotect .type h3{line-height:30px;margin:125px 0 10px;font-weight:bold;font-size:20px;text-align:center;color:#2f3f66;}
.m-agentprotect .type p{line-height:30px;font-size:14px;color:#7b7ea7;text-align:center;}
.m-agentprotect .form{float:right;width:406px;height:340px;margin:10px;}
.m-agentprotect .form h2{line-height:44px;padding:10px 0;font-weight:bold;font-size:24px;text-align:center;color:#db214c;}
.m-agentprotect .form .tip{line-height:20px;padding-top:10px;font-size:12px;text-align:center;color:#999;text-align:center;}
.m-agentprotect .form .tip b{color:#db214c;}.m-agentprotect form{width:325px;margin:0 auto;}
.m-agentprotect .m-form-ban{background:transparent !important;}.m-agentprotect .m-form-ban .bd{margin:0 auto;padding-left:0;}
.m-agentprotect form .check{margin-bottom:7px;font-size:14px;}
.m-agentprotect form .check label{float:left;width:85px !important;white-space:nowrap;}.m-agentprotect form label s{color:#db214c;}
.m-agentprotect form .check input{float:left;width:238px !important;height:34px;padding:0;text-indent:14px;color:#999;border:1px solid #ccc;}
.m-agentprotect form .check select{float:left;width:113px !important;height:34px;margin:0 10px 10px 0;padding:0;text-indent:10px;color:#999;border:1px solid #ccc;box-sizing:content-box;}.m-agentprotect form select.ipt_s3,.m-agentprotect form p select:last-of-type{width:238px;}
.m-agentprotect form .ui-select{width:116.5px !important;}.m-agentprotect form .ipt_s3{width:240px !important;margin-top:7px;}
.m-agentprotect form .area{width:335px;}.m-agentprotect form .area label{margin-bottom:15px;}
.m-agentprotect form button{display:block;width:100%;height:40px;line-height:40px;font-size:16px;color:#fff;background:#db214c;border:none;border-radius:10px;}
.m-agentprotect form button b{color:#ffcc43;}.m-agentprotect form button:hover{background:#c81b43;}.hide{display:none;}

/* news布局样式 */
.g-main-800{width:800px;}.g-side-360{width:360px;}.g-main-860{width:860px;}.g-side-320{width:320px;}.g-side-320,.g-side-360{position:relative;}

/* 资讯右侧浮动固定 */
.fixed-jmcf{position:fixed !important;z-index:999;top:0;right:50% !important;margin-right:-600px;}
.fixed-jmxx{position:fixed !important;z-index:999;top:350px;right:50% !important;margin-right:-600px;}
.g-side-320 .fixed-jmxx{width:320px;background:#fff;}.g-side-360 .fixed-jmxx{width:360px;background:#fff;}

/* 网站首页及行业首页 热门加盟/推荐推荐品牌模块 */
.js-brand-auth li{float:left;width:45%;height:32px !important;line-height:32px !important;margin-left:4%;background-position:0 16px;}

/* 友情链接 */
.friend{border:1px solid #e5e5e5;border-top:none;}.friend ul{padding:10px 20px;}.friend li{float:left;width:160px;margin-right:5px;}
.friend li a{display:block;line-height:30px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/*无信息*/
.noresult{line-height:180%;padding:10px 20px;text-align:center;font-size:14px;}

/* 底部通栏列表 */
.new-list2{position:relative;padding-bottom:10px;border:1px solid #e5e5e5;border-top:none;}
.new-list2 .bd li{float:left;width:1198px;padding-top:10px;}.new-list2 .bd li .fl{width:838px;padding-top:5px;}
.new-list2 .bd li span{float:left;width:6px;height:6px;margin:13px 10px;font-size:0;background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -240px no-repeat;}
.new-list2 .bd li i{float:left;width:18px;height:16px;margin:8px 10px;font-size:0;color:#ccc;background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -210px no-repeat;}
.new-list2 .bd li .item{float:left;display:block;width:386px;height:32px;line-height:32px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.new-list2 .bd li .znzlink{float:left;margin-left:-8px;color:#db214c;}.new-list2 .bd li .znzlink a{display:inline;color:#db214c;}
.new-list2 .bd li a{display:block;height:32px;line-height:32px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.new-list2 .hd{width:100%;height:48px;border-bottom:1px solid #e5e5e5;}.new-list2 .hd ul{float:left;border-right:1px solid #e5e5e5;}
.new-list2 .hd li{float:left;width:200px;height:48px;line-height:48px;font-size:18px;text-align:center;cursor:pointer;background:#f2f2f2;border-top:2px solid #f2f2f2;}.new-list2 .hd li.on{background:#fff;border-top:2px solid #db214c;}

.temp-none{display:none !important;}

/* 免责+投资图片化 */
.tzinfo01{display:inline-block;width:136px;height:14px;background:url(skin/v5.0/images/tzinfo01.png?v=1619767912) no-repeat;}
.tzinfo02{display:inline-block;width:930px;height:40px;background:url(skin/v5.0/images/tzinfo02.png?v=1619767912) no-repeat;}
.tzinfo03{display:inline-block;width:1113px;height:18px;background:url(skin/v5.0/images/tzinfo03.png?v=1619767912) no-repeat;}
.tzinfo04{display:inline-block;width:700px;height:60px;background:url(skin/v5.0/images/tzinfo04.png?v=1619767912) no-repeat;}

.jjh-list02{float:left;width:360px;}.jjh-list02 a img{display:block;width:100%;height:100%;}
.jjh-list02 a{float:left;display:block;position:relative;width:97px;height:73px;margin-right:5px;border-radius:6px;overflow:hidden;}
.jjh-list02 a::after{position:absolute;left:5px;bottom:5px;z-index:9;content:"";width:10px;height:10px;background:url(skin/v5.0/images/jjh/icon-play.png?v=1619767912) no-repeat;background-size:contain;}
.jjh-list02 a::before{position:absolute;top:0;left:0;z-index:8;content:"";width:97px;height:73px;background:linear-gradient(60deg,rgba(0,0,0,.59) 0%,rgba(0,0,0,0) 100%);}.jjh-list02 a:hover em{color:#fff;}.jjh .btn-big{margin-top:36px;} 
/**[skin/v5.0/home.css]*/ 
.cf:after,.cl:after{display:block;height:0;font-size:0;content:".";visibility:hidden;clear:both;}.cf,.cl{zoom:1;}
.mb20{margin-bottom:20px;}.top60{position:relative;z-index:99;margin-top:-60px;}.absolute{position:absolute;top:0;right:0;}
.wrap{position:relative;width:1200px;margin:0 auto 20px;}.w814{width:814px;}.w360,.scroll-fixed{width:360px;}
.fire{display:inline-block;width:12px;height:16px;margin-left:4px;background:url(skin/v5.0/images/icon.png?v=1619767912) no-repeat;}
.phone{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:sub;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -450px no-repeat;}
.title{position:relative;width:100%;height:46px;line-height:46px;font-size:24px;border-bottom:3px solid #ccc;}
.title span{display:inline-block;width:34px;height:34px;margin-right:4px;vertical-align:middle;}
.title .cup{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -360px no-repeat;}
.title .book{background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -360px no-repeat;}
.title .cap{background:url(skin/v5.0/images/icon.png?v=1619767912) -120px -360px no-repeat;}

.more{float:right;font-size:14px;color:#999;}
.more .arrow{display:inline-block;width:14px;height:14px;margin-right:4px;vertical-align:middle;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -330px no-repeat;}

/* 首页站群导航 */
.nav-sites{position:relative;height:136px;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.2);}
.nav-sites .wrap{height:116px;}.nav-sites dl{position:absolute;left:0;top:0;width:100%;z-index:9;}
.nav-sites dt{height:116px;padding-top:20px;background:#fff;}

@keyframes rotate{
    0%,30%{-webkit-transform:translateX(0);} 
    5%,15%,25%{-webkit-transform:translateX(-1px);} 
    10%,20%{-webkit-transform:translateX(1px);} 
}
.nav-sites .arrow{position:absolute;left:825px;top:50px;z-index:11;width:30px;height:30px;background:url(home-icon.png?v=1619767912) 0 -180px no-repeat;-webkit-animation:rotate 1.5s ease-in-out infinite;animation:rotate 1.5s ease-in-out infinite;}
.nav-sites dt a{float:left;width:120px;}
.nav-sites dt a span{display:block;width:60px;height:60px;margin:0 auto;border:1px solid #e5e5e5;border-radius:100%;box-shadow:0 3px 5px #e5e5e5;}
.nav-sites dt a:hover span{border:2px solid #db214c;box-shadow:0 3px 5px #f7ced8;}
.nav-sites dt a b{display:block;width:100%;line-height:1.8;margin-top:5px;text-align:center;font-size:16px;font-weight:normal;}

span.i32{background:url(home-icon.png?v=1619767912) 0 0 no-repeat;}
span.i243{background:url(home-icon.png?v=1619767912) -60px 0 no-repeat;}
span.i276{background:url(home-icon.png?v=1619767912) -120px 0 no-repeat;}
span.i70{background:url(home-icon.png?v=1619767912) -180px 0 no-repeat;}
span.i244{background:url(home-icon.png?v=1619767912) -240px 0 no-repeat;}
span.i387{background:url(home-icon.png?v=1619767912) -300px 0 no-repeat;}
span.i33{background:url(home-icon.png?v=1619767912) -360px 0 no-repeat;}
span.i393{background:url(home-icon.png?v=1619767912) -420px 0 no-repeat;}
span.i477{background:url(home-icon.png?v=1619767912) -600px 0 no-repeat;}
span.i484{background:url(home-icon.png?v=1619767912) -660px 0 no-repeat;}
span.i188{background:url(home-icon.png?v=1619767912) -720px 0 no-repeat;}
span.i65{background:url(home-icon.png?v=1619767912) -780px 0 no-repeat;}
span.i478{background:url(home-icon.png?v=1619767912) -840px 0 no-repeat;}
span.i71 {background:url(home-icon.png?v=1619767912) -900px 0 no-repeat;}
span.i482{background:url(home-icon.png?v=1619767912) -960px 0 no-repeat;}
span.i175{background:url(home-icon.png?v=1619767912) -1020px 0 no-repeat;}
span.i176{background:url(home-icon.png?v=1619767912) -1080px 0 no-repeat;}

.nav-sites dt a:hover span.i32{background:url(home-icon.png?v=1619767912) 0 -60px no-repeat;}
.nav-sites dt a:hover span.i243{background:url(home-icon.png?v=1619767912) -60px -60px no-repeat;}
.nav-sites dt a:hover span.i276{background:url(home-icon.png?v=1619767912) -120px -60px no-repeat;}
.nav-sites dt a:hover span.i70{background:url(home-icon.png?v=1619767912) -180px -60px no-repeat;}
.nav-sites dt a:hover span.i244{background:url(home-icon.png?v=1619767912) -240px -60px no-repeat;}
.nav-sites dt a:hover span.i387{background:url(home-icon.png?v=1619767912) -300px -60px no-repeat;}
.nav-sites dt a:hover span.i33{background:url(home-icon.png?v=1619767912) -360px -60px no-repeat;}
.nav-sites dt a:hover span.i393{background:url(home-icon.png?v=1619767912) -420px -60px no-repeat;}
.nav-sites dt a:hover span.i477{background:url(home-icon.png?v=1619767912) -600px -60px no-repeat;}
.nav-sites dt a:hover span.i484{background:url(home-icon.png?v=1619767912) -660px -60px no-repeat;}
.nav-sites dt a:hover span.i188{background:url(home-icon.png?v=1619767912) -720px -60px no-repeat;}
.nav-sites dt a:hover span.i65{background:url(home-icon.png?v=1619767912) -780px -60px no-repeat;}
.nav-sites dt a:hover span.i478{background:url(home-icon.png?v=1619767912) -840px -60px no-repeat;}
.nav-sites dt a:hover span.i71 {background:url(home-icon.png?v=1619767912) -900px -60px no-repeat;}
.nav-sites dt a:hover span.i482{background:url(home-icon.png?v=1619767912) -960px  -60px no-repeat;}
.nav-sites dt a:hover span.i175{background:url(home-icon.png?v=1619767912) -1020px -60px no-repeat;}
.nav-sites dt a:hover span.i176{background:url(home-icon.png?v=1619767912) -1080px -60px no-repeat;}

.nav-sites dd{display:none;padding:10px 0 10px 150px;background:#f7f7f7;}
.nav-sites dd li{float:left;width:120px;padding:10px 0;text-align:center;}.nav-sites dd li a{display:block;font-size:14px;}
.nav-sites dd li:not(:nth-child(10n)) a{border-right:1px solid #ccc;}
.nav-sites dl:hover{z-index:12;box-shadow:0 2px 6px #ccc;}.nav-sites dl:hover dd{display:block;}.nav-sites .arrow:hover + dl{z-index:12;}
.nav-sites .right{position:absolute;right:0;top:0;z-index:10;width:360px;height:136px;background:url(top-r-bg.png?v=1619767912) no-repeat;}
.nav-sites .right .top{width:290px;margin:0 auto;padding:15px 0 11px;color:#fff;}.nav-sites .right .top .text-left{width:80px;font-size:20px;}
.nav-sites .right .top .text-num{width:100px;height:36px;line-height:32px;margin:0 6px;text-align:left;font-size:24px;color:#db214c;letter-spacing:11px;text-indent:4px;background:url(home-icon.png?v=1619767912) -180px -120px no-repeat;}
.nav-sites .right .top .text-num b{display:inline-block;width:24px;height:36px;line-height:32px;font-size:24px;color:#db214c;font-weight:normal;}
.nav-sites .right .top .text-right{font-size:12px;}
.nav-sites .right a{display:block;width:216px;height:42px;line-height:42px;margin:0 auto;font-size:18px;color:#685528;text-align:center;cursor:pointer;background:url(home-icon.png?v=1619767912) -180px -180px no-repeat;box-shadow:0 3px 20px #b51350;}
.nav-sites .right a:hover{font-weight:bold;box-shadow:0 3px 20px #88254a;}
.nav-sites .right p{width:100%;padding-top:4px;font-size:12px;text-align:center;color:#fff;}.nav-sites .right p b{color:#edcc82;}

.home-server{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.home-server .top{position:absolute;left:0;top:-66px;width:100%;height:133px;}.top-banner{height:420px;}
.banner{position:relative;width:100%;height:358px;}.banner .bd{width:822px;height:358px;overflow:hidden;}
.banner .bd li,.banner .bd li img{float:left;width:822px;height:358px;}
.banner .hd ul{position:absolute;right:20px;bottom:20px;padding:10px;font-size:0;text-align:center;border-radius:15px;}
.banner .hd li{display:inline-block;width:10px;height:10px;margin:0 5px;background:#ccc;border-radius:5px;cursor:pointer;}
.banner .hd li.on{width:30px;background:#db214c;}
.banner-form{position:absolute;top:40px;left:50%;width:1200px;margin-left:-600px;}.banner-form .m-form-ban{float:right;}

.top-banner .top{padding:5px 20px;border-bottom:1px dashed #e5e5e5;}.top-banner .top.top.logout{border:none;}
.top-banner .top .fl{width:75px;height:75px;background:url(home-icon.png?v=1619767912) -60px -420px no-repeat;}
.top-banner .top.logout .fl{background:url(home-icon.png?v=1619767912) -60px -120px no-repeat;}
.top-banner .top .fr{width:230px;padding-top:14px;}.top-banner .top .fr h2{font-size:16px;font-weight:normal;}
.top-banner .top .fr h3{line-height:1.8;font-size:12px;font-weight:normal;}.top-banner .top .fr h3 b{color:#db214c;font-weight:normal;}
.top-banner .top .fr p{display:none;width:100%;margin-top:10px;height:20px;line-height:20px;font-size:12px;text-align:center;color:#b0a07d;background:#f9f4ed;border-radius:4px;}
.top-banner ol{margin:0;padding:10px 10px 0;}
.top-banner ol li{float:left;width:85px;padding:16px 0;text-align:center;font-size:12px;color:#666;cursor:pointer;border-radius:4px;}
.top-banner ol li span{position:relative;display:block;width:35px;height:30px;margin:0 auto 4px;}
.top-banner ol li span i{position:absolute;right:-14px;top:-10px;height:16px;line-height:16px;padding:0 4px;color:#fff;font-size:12px;background:#db214c;border-radius:8px;}
span.pro{background:url(home-icon.png?v=1619767912) -60px -660px no-repeat;}
span.paper{background:url(home-icon.png?v=1619767912) -120px -660px no-repeat;}
span.info{background:url(home-icon.png?v=1619767912) -180px -660px no-repeat;}
span.company{background:url(home-icon.png?v=1619767912) -240px -660px no-repeat;}
.top-banner ol li.on span.company{background:url(home-icon.png?v=1619767912) -240px -660px no-repeat;}.top-banner ol li.on{color:#bda774;}
.top-banner ol li:hover{color:#db214c;box-shadow:0 2px 6px #e5e5e5;}
.top-banner ol li:hover span.pro{background:url(home-icon.png?v=1619767912) -60px -720px no-repeat;}
.top-banner ol li:hover span.paper{background:url(home-icon.png?v=1619767912) -120px -720px no-repeat;}
.top-banner ol li:hover span.info{background:url(home-icon.png?v=1619767912) -180px -720px no-repeat;}
.top-banner ol li:hover span.company{background:url(home-icon.png?v=1619767912) -240px -720px no-repeat;}
.top-banner .top.logout .fr p{display:block;}.top-banner .btn-group{padding:24px 20px;}
.top-banner .btn-group a{width:140px;height:30px;line-height:30px;text-align:center;font-size:14px;box-shadow:none;}
.top-banner .center{width:100%;height:90px;padding-top:20px;background:url(tools.jpg?v=1619767912) no-repeat;}
.top-banner .center a{float:left;width:120px;height:90px;}
.top-banner .bottom{width:100%;height:40px;padding:15px 0;background:#f7f7f7;}
.top-banner .bottom .bd{width:100%;height:40px;overflow:hidden;}
.top-banner .bottom li{width:320px;height:20px;line-height:20px;padding:0 20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.top-banner .bottom li b{color:#db214c;font-weight:normal;}

/* 加盟报喜 */
.join-reporting{width:100%;height:60px;background:#f7f7f7;}
.join-reporting .fl{width:60px;height:60px;background:url(skin/v5.0/images/icon.png?v=1619767912) -30px 0 no-repeat;}.join-reporting .fr{width:1140px;}
.join-reporting .fr .bd{float:left;width:990px;height:50px;padding:5px 60px;overflow:hidden;}
.join-reporting .fr .bd li{float:left;width:100%;height:25px;line-height:25px;}
.join-reporting .fr .bd li p{float:left;width:33.33%;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.join-reporting .fr .hd{float:right;width:30px;height:60px;background:url(skin/v5.0/images/icon.png?v=1619767912) -120px 0 no-repeat;}
.join-reporting .fr .hd span{display:block;width:30px;height:30px;cursor:pointer;}
.join-reporting .fr .hd span.prev{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -120px no-repeat;}
.join-reporting .fr .hd span.next{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -60px no-repeat;}
.join-reporting .fr .hd span.prev:hover{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -90px no-repeat;}
.join-reporting .fr .hd span.next:hover{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -30px no-repeat;}

/* 发现优项目 */
.home-tt1{ width:100%; height:90px; background:url(home-tt1.png) no-repeat; margin-top: 10px; margin-right: 0; margin-bottom: 20px; margin-left: 0; }
.home-tt1.home-tt2{background:url(home-tt2.png?v=1619767912) no-repeat;}
.home-tt3{width:100%;height:50px;margin:30px 0 20px;background:url(home-tt3.png?v=1619767912) no-repeat;}

.project .hd{width:100%;margin-bottom:20px;border:1px solid #e5e5e5;border-radius:4px;}
.project .hd li{ float:left; width:119px; text-align:center; padding-top: 10px; padding-right: 0; padding-bottom: 10px; padding-left: 0; }.project .hd li a{display:block;font-size:18px;cursor:pointer;}
.project .hd li:first-child{border-radius:4px 0 0 4px;}.project .hd li:last-child{float:right;border-radius:0 4px 4px 0;}
.project .hd li:not(:last-child) a{border-right:1px solid #e5e5e5;}
.project .hd li.on{background:#db214c;}.project .hd li.on a{color:#fff;border-right:none;}.project .bd ul{width:1205px;}
.img-slide{position:relative;width:378px;height:232px;margin-bottom:20px;padding:5px;overflow:hidden;}
.img-slide .img-bd a,.img-slide .img-bd a img{float:left;width:378px;height:232px;}
.img-slide .img-hd{position:absolute;right:10px;bottom:10px;padding:7px 10px 10px;font-size:0;text-align:center;border-radius:15px;}
.img-slide .img-hd a{display:inline-block;width:10px;height:10px;margin:0 5px;background:#ccc;border-radius:5px;cursor:pointer;}
.img-slide .img-hd a.on{width:30px;background:#db214c;}
.img-box{width:184px;height:242px;margin:0 0 20px 20px;}
.img-box .img{width:100%;height:150px;background:url(img-bg.jpg?v=1619767912) no-repeat;}
.img-box .img a{display:block;padding:5px;cursor:pointer;}.img-box .img a img{display:block;width:174px;height:130px;}
.img-box h2 a{display:block;padding:0 5px;font-weight:normal;font-size:16px;text-align:center;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.img-box p{padding:0 5px;font-size:12px;color:#666;text-align:center;}
.img-box button{display:block;width:90px;height:34px;margin:10px auto 0;}

/* 加盟流程 */
.jc-jmlc{width:1192px;height:110px;margin:0 auto;background:#fff;border:4px solid #db214c;border-radius:5px;}
.jc-jmlc dt{float:left;width:668px;height:110px;padding-left:22px;background:url(skin/v5.0/images/homepage/jmlc-bg.jpg?v=1619767912) no-repeat;}
.jc-jmlc dt h3{float:left;line-height:110px;margin-right:28px;font-size:24px;color:#fff;}.jc-jmlc dt ul{float:left;height:110px;}
.jc-jmlc dt li{float:left;width:70px;margin-left:60px;padding-top:72px;font-size:16px;font-weight:bold;text-align:center;}
.jc-jmlc dd{float:right;width:440px;margin-right:15px;padding-top:12px;}
.jc-jmlc dd p{line-height:30px;font-size:14px;color:#999;text-indent:10px;}.jc-jmlc dd p em{padding:0 5px;font-size:18px;color:#db214c;}
.jc-jmlc dd input{float:left;width:298px;height:44px;border:1px solid #db214c;border-right:none;border-radius:5px 0 0 5px;}
.jc-jmlc dd button{float:left;width:136px;height:46px;line-height:42px;color:#fff;font-size:16px;font-weight:bold;cursor:pointer;background:#db214c;border:1px solid #db214c;border-radius:0 5px 5px 0;}.jc-jmlc dd button:hover{color:#db214c;background:#fff;}

/* 行业打牌 */
.big-brand{width:1180px;height:340px;padding:10px 20px 0 0;background:url(hy-bg.jpg?v=1619767912) no-repeat;}
.big-brand .hd{float:right;position:relative;width:896px;}.big-brand .hd .hd-text{width:825px;height:36px;overflow:hidden;}
.big-brand .hd strong{position:absolute;right:70px;top:5px;width:18px;height:28px;background:url(mask.png?v=1619767912) no-repeat;}
.big-brand .hd span{position:absolute;top:5px;width:24px;height:24px;cursor:pointer;}
.big-brand .hd span.prev{right:46px;background:url(home-icon.png?v=1619767912) 0 -300px no-repeat;}
.big-brand .hd span.next{right:20px;background:url(home-icon.png?v=1619767912) -60px -300px no-repeat;}
.big-brand .hd span.prev:hover{background:url(home-icon.png?v=1619767912) 0 -360px no-repeat;}
.big-brand .hd span.next:hover{background:url(home-icon.png?v=1619767912) -60px -360px no-repeat;}
.big-brand .hd .hd-text ul{font-size:0;}.big-brand .hd .hd-text li{display:inline-block;width:78px;height:16px;line-height:16px;padding:10px 0;}
.big-brand .hd .hd-text li a{position:relative;display:block;width:77px;font-size:14px;color:#91c5ff;text-align:center;border-right:1px solid #2e70b9;cursor:pointer;}.big-brand .hd .hd-text li.on a{color:#d4c290;}
.big-brand .hd .hd-text li.on a::after{content:"";position:absolute;left:50%;bottom:-8px;width:36px;height:2px;margin-left:-18px;background:#d4c290;}
.big-brand .bd{float:right;width:1030px;height:260px;margin-top:10px;overflow:hidden;}.big-brand .bd li{float:left;width:1030px;}
.big-brand .bd li dl{float:left;position:relative;width:205px;height:109px;margin:0 1px 1px 0;padding-top:20px;background:#fff;}
.big-brand .bd li dt img{display:block;width:112px;height:40px;margin:10px auto;}
.big-brand .bd li dt h2{width:100%;padding-top:10px;text-align:center;color:#8b734b;font-size:14px;font-weight:normal;}
.big-brand .bd li dd{display:none;position:absolute;left:0;top:0;width:100%;height:109px;padding-top:20px;background:url(skin/v5.0/images/opcity.png?v=1619767912);}
.big-brand .bd li dd h2{width:100%;height:50px;line-height:50px;font-size:18px;color:#fff;font-weight:normal;text-align:center;}
.big-brand .bd li dd a{float:left;display:block;width:80px;height:30px;line-height:30px;margin-left:8px;text-align:center;box-shadow:none;}
.big-brand .bd li dl:hover dd{display:block;}

/* 推荐品牌 */
.recommend .hd ul{width:100%;border-radius:8px;border:1px solid #e5e5e5;}
.recommend .hd li{float:left;width:271px;padding:6px 0 14px;font-size:20px;text-align:center;cursor:pointer;}
.recommend .hd li.on{color:#fff;font-weight:bold;background:#db214c;}
.recommend .hd li:not(:last-child) div{border-right:1px solid #ccc;}.recommend .hd li.on div{border-right:none;}
.recommend .bd{width:832px;height:678px;overflow:hidden;}.recommend .bd li{float:left;width:832px;}
.list-4{float:left;width:174px;height:200px;margin:0 18px 18px 0;padding:8px 8px 0;background:#fff;}
.recommend .bd li img,.recommend .bd li a{display:block;width:174px;height:130px;}
.recommend .bd li p{width:100%;height:28px;line-height:28px;font-size:12px;color:#999;text-align:center;}.recommend .bd li p b{color:#db214c;}

/* 加盟小工具 */
.tools{width:360px;height:100px;background:url(skin/v5.0/images/info-bg.jpg?v=1619767912) no-repeat;}
.tools ul{padding-top:20px;}.tools li{float:left;width:33.33%;text-align:center;}.tools li a{display:block;width:100%;height:65px;}

.risk{background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -90px no-repeat;}.budget{background:url(skin/v5.0/images/icon.png?v=1619767912) -120px -90px no-repeat;}
.agent{background:url(skin/v5.0/images/icon.png?v=1619767912) -180px -90px no-repeat;}.tools li a h2{margin-top:5px;font-size:14px;font-weight:normal;color:#4c77b4;}

.tenBig h3{width:330px;height:30px;line-height:30px;margin-bottom:7px;padding:4px 15px;font-size:14px;color:#666;font-weight:normal;cursor:pointer;background:url(skin/v5.0/images/icon.png?v=1619767912) -270px 0 no-repeat;}
.tenBig h3 i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:middle;}
.tenBig h3 i.good{background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -180px no-repeat;}
.tenBig h3 i.big{background:url(skin/v5.0/images/icon.png?v=1619767912) -90px -180px no-repeat;}
.tenBig h3 span{float:right;width:16px;height:30px;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -150px no-repeat;}
.tenBig h3:hover{color:#db214c;font-weight:bold;background:url(skin/v5.0/images/icon.png?v=1619767912) -270px -60px no-repeat;}
.tenBig h3:hover span{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -180px no-repeat;}
.notes{width:100%;text-align:center;font-size:14px;color:#999;}
.tenBig ul{display:none;width:328px;height:145px;padding:5px 16px 10px;background:#fff;}
.tenBig li{float:left;width:50%;margin-bottom:5px;font-size:14px;background:#fff;}
.tenBig li a{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.tenBig li b{margin-right:4px;font:bold 16px/1.5 "Georgia";color:#999;}.tenBig li b.red{color:#db214c;}
.tenBig h3.on{font-size:18px;color:#fff;font-weight:bold;background:#db214c;box-shadow:0 -7px 10px #e5e5e5;}
.tenBig h3.on span,.tenBig h3.on i{display:none;}.tenBig h3.on + ul{margin-bottom:20px;border-radius:0 0 4px 4px;box-shadow:0 7px 20px #e5e5e5;}

/* 拨打加盟弹窗 */
.popup-wrap{display:none;position:fixed;left:0;top:0;z-index:999999999;width:100%;height:100%;overflow-y:none;border:1px solid #ddd;}
.popup-wrap .popup-close{position:absolute;right:15px;top:15px;z-index:99;text-align:center;font-size:0;cursor:pointer;}
.popup-wrap .popup-close:after{content:"\2716";font-size:20px;color:#ccc;}
.popup-wrap .mask{position:absolute;left:0;top:0;z-index:98;width:100%;height:130%;background:#000;opacity:.8;}
.popup-content{position:absolute;left:50%;top:25%;z-index:99;width:600px;margin-left:-300px;padding:30px 0 50px;background:#fff;border-radius:5px;}
.popup-content{padding:50px 0 30px;}.popup-content em{color:#db214c;font-weight:bold;}
.popup-content h3,.popup-content h4{height:40px;line-height:40px;font-size:24px;text-align:center;}.popup-content h4{font-size:16px;}
.popup-content input{display:block;width:420px;height:42px;margin:0 auto;border:1px solid #999;border-radius:5px;}
.popup-content input.yzm{float:left;width:240px;height:42px;border:1px solid #999;border-right:none;border-radius:5px 0 0 5px;}
.popup-content input[type="radio"]{width:15px;height:15px;display:inline-block;}
.popup-content .get-yzm{float:left;width:180px;height:44px;line-height:44px;color:#fff;background:#fa9e03;border-radius:0 5px 5px 0;}
.popup-content .btn-ok{display:block;width:422px;height:50px;line-height:48px;margin:0 auto;color:#fff;font-size:18px;cursor:pointer;background:#db214c;border:2px solid #db214c;border-radius:5px;}.popup-content .btn-ok:hover{color:#db214c;background:#fff;}
.popup-content p{width:422px;height:40px;margin:20px auto 0;text-align:center;font-size:14px;font-weight:normal;}
.popup-content p.mb10{margin-bottom:-10px;}

/* 加盟报名弹窗 */
.popup-wrap{position:fixed;z-index:10001;left:0;top:0;width:100%;height:100%;z-index:9999999;}
.popup-wrap .popup-enroll-content{position:relative;z-index:99;margin:14% auto 0;}
.popup-wrap .close{display:block;position:relative;z-index:99;width:40px;height:40px;line-height:40px;margin:20px auto 0;text-align:center;color:#fff;font-size:16px;border:1px solid #fff;border-radius:100%;}
.popup-enroll-content{position:relative;width:350px;height:360px;background:#f5f5f5;}
.popup-enroll-content .hd{height:115px;padding-top:20px;background:#ed3a3e;}
.popup-enroll-content .hd h3{line-height:40px;text-align:center;font-size:20px;color:#fff;}
.popup-enroll-content .hd p{text-align:center;color:#fff;font-size:12px;}.popup-enroll-content .hd p b{padding:0;font-size:16px;}
.popup-enroll-content .bd{position:absolute;left:25px;bottom:25px;width:260px;height:190px;padding:20px;background:#fff;border-radius:5px;}
.popup-enroll-content .bd input[type="text"]{width:99%;height:35px;margin-bottom:12px;border:1px solid #ddd;border-radius:5px;}
.popup-enroll-content .bd input[type="text"]:focus{border:1px solid #ed3a3e;}
.popup-enroll-content .bd input[type="submit"]{width:100%;height:40px;line-height:40px;color:#fff;font-size:16px;cursor:pointer;background:#ed3a3e;border:none;border-radius:5px;}.popup-enroll-content .bd input[type="submit"]:hover{background:#dd0005;}
.popup-enroll-content .bd .pselect{margin-bottom:15px;white-space:nowrap;}.popup-enroll-content .bd .pselect input{display:none;}
.popup-enroll-content .bd select{float:left;width:32%;height:35px;line-height:35px;margin-right:5px;color:#999;text-indent:10px;border:1px solid #ddd;border-radius:2px;}.popup-enroll-content .bd select:last-child{margin-right:0;}

/* 推荐加盟品牌 */
.brand-list{min-height:1500px;}.brand-list li{float:left;width:100%;padding:20px 0;border-bottom:1px solid #e5e5e5;}
.brand-list li .fl,.brand-list li .fl img{display:block;width:214px;height:160px;}.brand-list li .fr{width:578px;}
.brand-list li .fr h2{float:left;width:100%;}.brand-list li .fr h2 a{float:left;font-size:20px;}
.budget-money{float:right;font-size:14px;color:#999;}
.budget-money .icon{display:inline-block;width:16px;height:16px;vertical-align:middle;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -420px no-repeat;}
.budget-money strong{font-size:18px;color:#db214c;}
.brand-list li .fr p{line-height:2;font-size:14px;}.brand-list li .fr p a{margin-left:4px;color:#db214c;text-decoration:underline;}
.brand-list li .fr p:nth-of-type(1){margin-bottom:10px;}.brand-list li .fr p.grey{color:#999;font-size:12px;}
.brand-list li .fr p a.address{float:right;color:#999;font-size:12px;text-decoration:none;}

/* 最新加盟信息 */
.join-list ul{padding:0 10px;}.join-list li{float:left;width:340px;padding:10px;border-bottom:1px solid #e5e5e5;}
.join-list li img{float:left;width:46px;height:46px;}.join-list li dl{float:right;width:280px;}
.join-list li dt{margin-bottom:6px;font-size:14px;}.join-list li dt b{margin-right:20px;}
.join-list li dd{line-height:1.5;font-size:12px;color:#999;text-align:justify;}

/* 列表 */
.full-list{border:1px solid #e5e5e5;border-top:none;}.full-list .more{margin-right:10px;}
.list-box{float:left;width:33.27%;padding-bottom:10px;}.list-box:not(:last-child){border-right:1px solid #e5e5e5;}.list-box .bd{padding:10px;}
.list-box li a{line-height:38px;font-size:14px;}.list-box li span{margin:0 10px 0 14px;font-size:40px;color:#ccc;}
.list-box .hd{height:42px;line-height:42px;border-top:1px solid #e5e5e5;}
.list-box .hd li{float:left;width:50%;font-size:18px;text-align:center;cursor:pointer;background:#f2f2f2;border-top:2px solid #f2f2f2;}
.list-box .hd li a{font-size:16px;}.list-box .hd li.on{background:none;border-top:2px solid #db214c;}

.info-left{float:left;width:380px;}.info-left .slide{position:relative;width:380px;height:360px;overflow:hidden;}
.info-left .slide .bd li,.info-left .slide .bd li img{position:relative;display:block;width:380px;height:360px;}
.info-left .slide .bd li p{position:absolute;left:0;bottom:0;width:360px;height:55px;padding:50px 10px 0;text-align:center;font-size:18px;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;background:url(skin/v5.0/images/opcity2.png?v=1619767912);}
.info-left .slide .hd ul{position:absolute;left:0;bottom:10px;width:100%;text-align:center;}
.info-left .slide .hd li{display:inline-block;width:10px;height:10px;margin:0 4px;background:#ccc;border-radius:5px;cursor:pointer;}
.info-left .slide .hd li.on{width:30px;background:#db214c;}
.info-left .topic .tt{position:relative;width:128px;height:20px;margin-bottom:10px;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -780px no-repeat;}
.info-left .topic .tt span{position:absolute;right:-250px;top:9px;width:225px;height:1px;background:#e5e5e5;}
.info-left .topic li{width:186px;height:92px;font-size:18px;}

.info-center{float:right;width:414px;}.info-center .hd ul{width:411px;border-radius:4px;}
.info-center .hd li{float:left;height:30px;padding:7px 0 0;font-size:16px;cursor:pointer;}.info-center .hd li div{padding:0 19px;}
.info-center .hd li:not(:last-child) div{border-right:1px solid #e5e5e5;}
.info-center .hd li:first-child{border-radius:4px 0 0 4px;}.info-center .hd li:last-child{border-radius:0 4px 4px 0;}
.info-center .hd li.on{background:#db214c;color:#fff;}.info-center .hd li.on div{border:none;}
.info-center .bd{width:100%;height:458px;overflow:hidden;}
.info-center .bd li h2{line-height:1.5;margin-bottom:10px;font-size:26px;white-space:normal;}
.info-center .bd li a{display:block;width:100%;line-height:26px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.info-center .bd li a span{margin:0 10px 0 0;font-size:40px;color:#ccc;}

/* 商学院 */
.college-list{border:1px solid #e5e5e5;}
.college-list .hd li{float:left;width:25%;height:30px;padding-top:10px;cursor:pointer;background:#f2f2f2;border-top:2px solid #f2f2f2;}
.college-list .hd li div{width:84px;text-align:center;font-size:16px;}.college-list .hd li:not(:last-child) div{border-right:1px solid #e5e5e5;}
.college-list .hd li.on{color:#db214c;background:#fff;border-top:2px solid #db214c;}.college-list .hd li.on div{border:none;}
.college-list .bd{padding:10px;}.college-list .bd li span{margin:0 10px 0 0;font-size:40px;color:#ccc;}
.college-list .bd a{display:block;width:100%;line-height:22px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/* 底部通栏列表 */
.intro-list{position:relative;border:1px solid #e5e5e5;}
.intro-list .bd li{float:left;}.intro-list .bd li .fl{width:838px;padding-top:5px;}.intro-list .bd li span{margin:0 10px;font-size:40px;color:#ccc;}
.intro-list .bd li .fl a{float:left;display:block;width:400px;line-height:22px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.intro-list .bd li .fl a:nth-child(odd){margin-right:19px;}.intro-list .bd li .fr img{display:block;width:360px;height:160px;}
.intro-list .hd{position:absolute;left:50%;bottom:-10px;width:142px;height:15px;margin-left:-71px;padding-top:5px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;}
.intro-list .hd ul{width:100%;font-size:0;text-align:center;}
.intro-list .hd li{display:inline-block;width:10px;height:10px;margin:0 5px;cursor:pointer;background:#ccc;border-radius:5px;}
.intro-list .hd li.on{width:30px;background:#db214c;}

/* 友情链接 */
.friend{border:1px solid #e5e5e5;border-top:none;}.friend ul{padding:10px 20px;}.friend li{float:left;width:160px;margin-right:5px;}
.friend li a{display:block;line-height:30px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/* 品牌资讯通 */
.w380{width:380px;}.w800{width:800px;}.brand-info .news-tt{padding-bottom:20px;}
.brand-info .news-tt span{float:left;width:56px;height:60px;background:url(home-icon.png?v=1619767912) -120px -354px no-repeat;}
.brand-info .news-tt h2{float:right;width:320px;font-size:26px;font-weight:normal;}
.brand-info .news-center{padding-bottom:10px;}
.brand-info .news-center p{float:left;width:248px;line-height:22px;font-size:12px;color:#999;}
.brand-info .news-center img{float:right;width:120px;height:90px;}
.news-list{width:100%;}.news-list li{float:left;position:relative;width:100%;height:38px;line-height:38px;}
.w380 .news-list li a{width:380px;}.w800 .news-list li a{width:440px;}
.news-list li a{float:left;line-height:38px;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.news-list li a span{font-size:40px;color:#ccc;}
.news-list li a b{display:inline-block;line-height:18px;margin:0 4px;padding:0 4px;font-size:12px;color:#db214c;font-weight:normal;border:1px solid #db214c;border-radius:4px;}
.news-list li em{position:absolute;top:0;right:0;height:38px;line-height:38px;font-size:12px;color:#999;}
.w800 .ad li{float:left;position:relative;width:260px;height:100px;margin-bottom:20px;}
.w800 .ad li span{position:absolute;left:0;bottom:0;width:24px;height:14px;background:url(skin/v5.0/images/gg_v.png?v=1619767912) left bottom no-repeat;}
.w800 .ad li:not(:last-child){margin-right:10px;}
.news-tab{position:relative;height:340px;padding:10px 0 10px 10px;border:1px solid #e5e5e5;}
.news-tab .hd{position:absolute;right:0;top:0;z-index:9;width:146px;height:360px;background:#f2f2f2;}
.news-tab .hd li{width:104px;height:59px;line-height:60px;margin:0 20px;text-align:center;font-size:18px;cursor:pointer;border-right:2px solid #f2f2f2;}
.news-tab .hd li:not(:last-child){border-bottom:1px dashed #ccc;}
.news-tab .hd li.on{width:144px;margin:0;color:#db214c;font-weight:bold;background:#fff;border-right:2px solid #db214c;border-bottom:none;}
.news-tab .hd li span{display:inline-block;width:15px;height:20px;margin:0 4px;vertical-align:middle;}
span.hot{background:url(home-icon.png?v=1619767912) 0 -420px no-repeat;}
span.email{background:url(home-icon.png?v=1619767912) 0 -480px no-repeat;}
span.r-icon{background:url(home-icon.png?v=1619767912) 0 -540px no-repeat;}
span.mic{background:url(home-icon.png?v=1619767912) 0 -600px no-repeat;}
span.house{background:url(home-icon.png?v=1619767912) 0 -660px no-repeat;}
span.star{background:url(home-icon.png?v=1619767912) 0 -720px no-repeat;}
.news-tab .bd{width:610px;float:left;}

.customer{width:100%;height:380px;background:url(home-join.jpg?v=1619767912) center center no-repeat;}
.customer ul{width:1228px;padding-top:220px;}
.customer li{float:left;position:relative;width:176px;height:108px;margin-right:28px;text-align:center;background:#fff;border-radius:4px;}
.customer li .img{position:absolute;top:-34px;left:50%;width:64px;height:64px;margin-left:-34px;padding:3px;background:#e5e5e5;border:1px solid #fff;border-radius:100%;}
.customer li .img img{display:block;width:64px;height:64px;border-radius:100%;}
.customer li h2{padding:50px 0 5px;font-size:18px;font-weight:normal;}.customer li p{font-size:12px;color:#999;}.customer li p b{color:#db214c;}
.big-banner{width:100%;overflow:hidden;background:#fff url(banner-bg.jpg?v=1619767912) center 116px no-repeat;}.big-banner>.wihte{background:none;}
.js-cj-close{position:absolute;right:-39px;top:0;width:34px;height:16px;line-height:16px;font-size:12px;text-align:center;color:#a0a0a0;cursor:pointer;border:1px solid #a0a0a0;border-radius:2px;}
.js-cj-close::after{content:"关闭";}.js-cj-close.on::after{content:"展开";}

.jmgj-index .hd p{line-height:28px;font-size:18px;text-align:center;}.jmgj-index em{color:#db214c;}
.jmgj-index .bd li{float:left;width:200px;margin:30px auto;text-align:center;}
.jmgj-index .bd i{display:block;width:200px;height:160px;background:url(jmgj-tx.png?v=1619767912) no-repeat;}
.jmgj-index .bd i.jmgj02{background-position:-200px 0;}
.jmgj-index .bd i.jmgj03{background-position:-400px 0;}
.jmgj-index .bd i.jmgj04{background-position:-600px 0;}
.jmgj-index .bd i.jmgj05{background-position:-800px 0;}
.jmgj-index .bd i.jmgj06{background-position:-1000px 0;}
.jmgj-index .bd h3{font-size:16px;font-weight:normal;}.jmgj-index .bd p{color:#666;font-size:12px;}

.jmgj-form{height:110px;background:url(jmgj-bg.jpg?v=1619767912) no-repeat;}
.jmgj-form dt{float:left;width:650px;}.jmgj-form dd{float:left;width:535px;padding:36px 0 0 15px;}
.jmgj-form dt p{display:inline-block;line-height:24px;padding:32px 40px 0 100px;color:#666;font-size:18px;}
.jmgj-form .ui-select{float:left !important;width:125px !important;height:44px;border:1px solid #db214c;border-radius:5px 0 0 5px;}
.jmgj-form .ui-select-button{height:30px !important;line-height:30px !important;color:#666;border:none !important;}
.jmgj-form .ui-select-icon{top:12px;}.jmgj-form .ui-select-datalist{top:44px;}
.jmgj-form input{float:left;width:215px;height:44px;border:1px solid #db214c;border-left:none;}
.jmgj-form button{float:left;width:160px;height:46px;font-size:18px;color:#fff;text-align:center;cursor:pointer;background:#db214c;border:none;border-radius:0 5px 5px 0;}

/* 华腾杯荣誉专区 */
.m-honor-list{margin-bottom:20px;padding-bottom:70px;background:url(skin/v5.0/images/honor_bg.png?v=1619767912) no-repeat;background-size:100% 100%;}
.title01{width:100%;padding:30px 0;text-align:center;}.title01 h3{font-size:30px;color:#1D1136;}.title01 h3 b{color:#E61D4C;}
.title01 i{display:inline-block;width:8px;height:8px;vertical-align:top;background:#fff;border:2px solid #E61D4C;border-radius:50%;}
.honor-bg{display:block;width:1023px;height:22px;margin:0 auto;background:url(skin/v5.0/images/brandrank/honor-bg.png?v=1619767912) no-repeat;}
.honor{margin-bottom:30px;}.honor .hd{text-align:center;}.honor .bd{width:100%;height:372px;background:#fff;overflow:hidden;}
.honor .hd li{display:inline-block;height:42px;line-height:42px;padding:0 25px;text-align:center;color:#fff;font-size:16px;background:#E61D4C;cursor:pointer;vertical-align:bottom;}
.honor .hd li.on{height:50px;line-height:50px;background:#1D1136;border-top:3px solid #E61D4C;}
.honor .bd li{float:left;width:199px;height:123px;background:#fff;border-bottom:1px solid #eee;border-right:1px solid #eee;}
.honor .bd li:nth-child(6n){border-right:none;}.honor .bd li img{display:block;width:112px;height:40px;margin:28px auto 15px;}
.honor .bd li p{text-align:center;}.honor .bd li a{position:absolute;display:block;width:199px;height:123px;}
.honor .bd li a .hover{display:none;position:absolute;top:0;left:0;width:198px;height:123px;}.honor .bd li a:hover .hover{display:block;}
.honor .bd li a .hover img{position:absolute;top:28px;left:0;right:0;z-index:9;margin:0 auto;border-radius:20px;}
.honor .bd li a .hover p{position:absolute;top:80px;left:0;right:0;z-index:9;margin:0 auto;font-size:18px;color:#F9D9B8;font-weight:bold;}
.honor .bd li a .mask{width:199px;height:123px;background:#000;opacity:.7;}

.honor-slide .hd02{position:absolute;bottom:-15px;z-index:999;width:1200px;text-align:center;}
.honor-slide .hd02 li.on{background:#E61D4C;border:1px solid #E61D4C;}
.honor-slide .hd02 li{float:none;display:inline-block;width:10px;height:10px;margin:0 3px;background:#fff;border:1px solid #E61D4C;border-radius:100%;}

/* 人才 */
.rencai-biaoti{width:100%;height:90px;margin:30px 0 20px;background:url(skin/v5.0/images/rencai/rencai-biaoti.png?v=1619767912) no-repeat;}
.rencai-tt01{width:1198px;height:40px;line-height:40px;border:1px solid #e5e5e5;}
.rencai-tt01 dt,.rencai-tt01 dd{float:left;width:50%;}.rencai-tt01 dd{text-align:right;}
.rencai-tt01 h3{font-size:18px;color:#121212;font-weight:normal;text-indent:16px;}.rencai-tt01 a{font-size:14px;color:#9a9a9a;}
.rencai-tt01 i{display:inline-block;width:24px;height:24px;margin:0 10px 3px 0;vertical-align:middle;background:url(skin/v5.0/images/rencai/rencai-more.png?v=1619767912) no-repeat;}

.rencai-tuijian{width:1250px;margin-top:15px;}
.rencai-tuijian li{float:left;width:283px;height:350px;margin-right:20px;border:1px solid #e5e5e5;}
.rencai-tuijian li a{display:block;height:315px;padding:35px 25px 0;text-align:center;}
.rencai-tuijian li h4,.rencai-tuijian li h5{margin-bottom:15px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.rencai-tuijian li h5{font-weight:normal;margin-top:5px;margin-bottom:18px;}
.rencai-tuijian li em{display:block;margin-bottom:15px;font-weight:bold;font-size:14px;color:#DE1E45;}
.rencai-tuijian li u{display:block;width:190px;margin:0 auto 30px;padding-bottom:30px;font-size:12px;color:#666;border-bottom:1px solid #ccc;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.rencai-tuijian li img{display:block;width:166px;height:60px;margin:0 auto;border:1px solid #e5e5e5;transition:all .2s;}
.rencai-tuijian li span{display:inline-block;width:60px;height:30px;line-height:30px;margin:0 3px;color:#999;font-size:12px;background:#eee;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.rencai-tuijian li:hover{border:1px solid #fff;box-shadow:1px 3px 20px 0 rgba(0,68,185,.16);}
.rencai-tuijian li:hover h4,.rencai-tuijian li:hover h5{color:#1242b3;}.rencai-tuijian li:hover img{transform:scale(1.1);}
.rencai-tuijian li span:hover{color:#e39393;background:#fff3f3;}

.rencai-list{margin-top:20px;border:1px solid #e5e5e5;border-bottom:none;}
.rencai-list li{float:left;width:50%;height:20px;line-height:20px;padding:12px 0;font-size:14px;border-bottom:1px solid #e5e5e5;}
.rencai-list li a{display:block;width:499px;height:20px;line-height:20px;padding:0 50px;}
.rencai-list li:nth-child(odd) a{width:498px;border-right:1px solid #999;}
.rencai-list li h4{display:inline-block;width:132px;margin-right:30px;vertical-align:top;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.rencai-list li em{display:inline-block;width:70px;vertical-align:top;color:#DE1E45;font-weight:bold;margin-right:30px;}
.rencai-list li u{display:inline-block;max-width:200px;font-size:12px;color:#666;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;} 
/**[skin/v5.0/top10-rolling.css]*/ 
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{/*box-sizing:border-box;*/padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* *{
    box-sizing: border-box;
} */

li{
    -webkit-perspective: 470px;
    perspective        : 470px;
}

div.info{
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform        : rotate3d(1, 0, 0, 90deg);
    width            : 100%;
    height           : 100%;
    /* padding          : 20px; */
    position         : absolute;
    top              : 0;
    left             : 0;
    /* border-radius    : 4px; */
    pointer-events   : none;
    cursor: pointer;
    background       : url(skin/v5.0/images/brandrank/top10-honor-cb.jpg?v=1619767912);
}

.in-top .info{
    -webkit-transform-origin: 50% 0%;
    transform-origin        : 50% 0%;
    -webkit-animation       : in-top 300ms ease 0ms 1 forwards;
    animation               : in-top 300ms ease 0ms 1 forwards
}

.in-right .info{
    -webkit-transform-origin: 100% 0%;
    transform-origin        : 100% 0%;
    -webkit-animation       : in-right 300ms ease 0ms 1 forwards;
    animation               : in-right 300ms ease 0ms 1 forwards
}

.in-bottom .info{
    -webkit-transform-origin: 50% 100%;
    transform-origin        : 50% 100%;
    -webkit-animation       : in-bottom 300ms ease 0ms 1 forwards;
    animation               : in-bottom 300ms ease 0ms 1 forwards
}

.in-left .info{
    -webkit-transform-origin: 0% 0%;
    transform-origin        : 0% 0%;
    -webkit-animation       : in-left 300ms ease 0ms 1 forwards;
    animation               : in-left 300ms ease 0ms 1 forwards
}

.out-top .info{
    -webkit-transform-origin: 50% 0%;
    transform-origin        : 50% 0%;
    -webkit-animation       : out-top 300ms ease 0ms 1 forwards;
    animation               : out-top 300ms ease 0ms 1 forwards
}

.out-right .info{
    -webkit-transform-origin: 100% 50%;
    transform-origin        : 100% 50%;
    -webkit-animation       : out-right 300ms ease 0ms 1 forwards;
    animation               : out-right 300ms ease 0ms 1 forwards
}

.out-bottom .info{
    -webkit-transform-origin: 50% 100%;
    transform-origin        : 50% 100%;
    -webkit-animation       : out-bottom 300ms ease 0ms 1 forwards;
    animation               : out-bottom 300ms ease 0ms 1 forwards
}

.out-left .info{
    -webkit-transform-origin: 0% 0%;
    transform-origin        : 0% 0%;
    -webkit-animation       : out-left 300ms ease 0ms 1 forwards;
    animation               : out-left 300ms ease 0ms 1 forwards
}

@-webkit-keyframes in-top{
    from{
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform        : rotate3d(-1, 0, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes in-top{
    from{
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform        : rotate3d(-1, 0, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes in-right{
    from{
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform        : rotate3d(0, -1, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes in-right{
    from{
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform        : rotate3d(0, -1, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes in-bottom{
    from{
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform        : rotate3d(1, 0, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes in-bottom{
    from{
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform        : rotate3d(1, 0, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes in-left{
    from{
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform        : rotate3d(0, 1, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes in-left{
    from{
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform        : rotate3d(0, 1, 0, 90deg)
    }

    to{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes out-top{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(-1, 0, 0, 104deg);
        transform        : rotate3d(-1, 0, 0, 104deg)
    }
}

@keyframes out-top{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(-1, 0, 0, 104deg);
        transform        : rotate3d(-1, 0, 0, 104deg)
    }
}

@-webkit-keyframes out-right{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(0, -1, 0, 104deg);
        transform        : rotate3d(0, -1, 0, 104deg)
    }
}

@keyframes out-right{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(0, -1, 0, 104deg);
        transform        : rotate3d(0, -1, 0, 104deg)
    }
}

@-webkit-keyframes out-bottom{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(1, 0, 0, 104deg);
        transform        : rotate3d(1, 0, 0, 104deg)
    }
}

@keyframes out-bottom{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(1, 0, 0, 104deg);
        transform        : rotate3d(1, 0, 0, 104deg)
    }
}

@-webkit-keyframes out-left{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(0, 1, 0, 104deg);
        transform        : rotate3d(0, 1, 0, 104deg)
    }
}

@keyframes out-left{
    from{
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform        : rotate3d(0, 0, 0, 0deg)
    }

    to{
        -webkit-transform: rotate3d(0, 1, 0, 104deg);
        transform        : rotate3d(0, 1, 0, 104deg)
    }
}

ul{
    padding: 0;
}


li a{
    display        : inline-block;
    vertical-align : top;
    text-decoration: none;
}

li .info p{
    font-size  : 12px;
    line-height: 1.5;
    color      : rgba(255, 255, 255, .8)
} 
/**[skin/v5.0/index.css]*/ 
.cf:after,.cl:after{display:block;height:0;font-size:0;content:".";visibility:hidden;clear:both;}.cf,.cl{zoom:1;}
.mb20{margin-bottom:20px;}img{display:block;}.absolute{position:absolute;top:0;right:0;}.wrap{
	position:relative;
	width:1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top60{position:relative;z-index:99;margin-top:-70px;}.w814{width:814px;}.w360,.scroll-fixed{width:360px;}
.fire{display:inline-block;width:12px;height:16px;margin-left:4px;background:url(skin/v5.0/images/icon.png?v=1619767912) no-repeat;}
.title{position:relative;width:100%;height:46px;line-height:46px;font-size:24px;border-bottom:3px solid #ccc;}
.title span{display:inline-block;width:34px;height:34px;margin-right:4px;vertical-align:middle;}
.title .cup{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -360px no-repeat;}
.title .book{background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -360px no-repeat;}.title .cap{background:url(skin/v5.0/images/icon.png?v=1619767912) -120px -360px no-repeat;}
.more{float:right;font-size:14px;color:#999;}
.more .arrow{display:inline-block;width:14px;height:14px;margin-right:4px;vertical-align:middle;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -330px no-repeat;}

/* 小标题 */
.sm-title{border-top:1px solid #e5e5e5;}.sm-title .more{padding:10px 10px 0 20px;}
.sm-title h2{height:40px;line-height:40px;padding-left:14px;font-size:18px;font-weight:normal;}
.sm-title b{float:left;height:40px;line-height:40px;padding:0 20px;font-size:18px;font-weight:normal;border-top:2px solid #db214c;}

.banner{position:relative;width:100%;height:460px;}.banner .bd{width:100%;height:460px;overflow:hidden;}
.banner .bd li{float:left;position:relative;width:100%;height:460px;}.banner .bd .adfull-item a{position:absolute;z-index:8;width:100%;height:100%;}
.banner .hd{width:100%;position:absolute;left:0;bottom:90px;z-index:9;text-align:center;}
.banner .hd ul{display:inline-block;height:17px;padding:7px 10px 0;font-size:0;border-radius:12px;}
.banner .hd li{display:inline-block;width:10px;height:10px;margin:0 5px;cursor:pointer;background:#ccc;border-radius:5px;}
.banner .hd li.on{width:30px;background:#db214c;}
.banner-form{position:absolute;left:50%;top:40px;z-index:999;width:360px;margin-left:240px;}
.banner-form .m-form-ban{height:320px;}.banner-form .m-form-ban .tips{display:none;}

.join-reporting{width:100%;height:60px;background:#f7f7f7;}
.join-reporting .fl{width:60px;height:60px;background:url(skin/v5.0/images/icon.png?v=1619767912) -30px 0 no-repeat;}.join-reporting .fr{width:1140px;}
.join-reporting .fr .bd{float:left;width:990px;height:50px;padding:5px 60px;overflow:hidden;}
.join-reporting .fr .bd li{float:left;width:100%;height:25px;line-height:25px;}
.join-reporting .fr .bd li p{float:left;width:33.33%;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.join-reporting .fr .hd{float:right;width:30px;height:60px;background:url(skin/v5.0/images/icon.png?v=1619767912) -120px 0 no-repeat;}
.join-reporting .fr .hd span{display:block;width:30px;height:30px;cursor:pointer;}
.join-reporting .fr .hd span.prev{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -120px no-repeat;}
.join-reporting .fr .hd span.next{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -60px no-repeat;}
.join-reporting .fr .hd span.prev:hover{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -90px no-repeat;}
.join-reporting .fr .hd span.next:hover{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -30px no-repeat;}
.recommend .hd ul{width:100%;border-radius:8px;border:1px solid #e5e5e5;}
.recommend .hd li{float:left;width:271px;height:30px;padding:6px 0 14px;font-size:20px;text-align:center;cursor:pointer;}
.recommend .hd li.on{color:#fff;font-weight:bold;background:#db214c;}
.recommend .hd a:first-child li{border-radius:4px 0 0 4px;}.recommend .hd a:last-child{float:right;}
.recommend .hd a:last-child li{border-radius:0 4px 4px 0;}
.recommend .hd li:not(:last-child) div{border-right:1px solid #ccc;}.recommend .hd li.on div{border-right:none;}
.recommend .bd{width:832px;height:678px;overflow:hidden;}.recommend .bd li{float:left;width:832px;}
.list-4{float:left;width:174px;height:190px;margin:0 18px 18px 0;padding:8px 8px 0;text-align:center;background:#fff;}
.recommend .bd li img,.recommend .bd li a{display:block;width:174px;height:130px;}
.recommend .bd li p{width:100%;height:28px;line-height:28px;font-size:12px;color:#999;text-align:center;}
.recommend .bd li p b{color:#db214c;}.recommend .bd li h3 a{width:auto;height:auto;}
.recommend .bd li h3{line-height:28px;font-weight:bold;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

.tools{width:360px;height:100px;background:url(skin/v5.0/images/info-bg.jpg?v=1619767912) no-repeat;}.tools ul{padding-top:20px;}
.tools li{float:left;width:33.33%;text-align:center;}.tools li a{display:block;width:100%;height:65px;}

.risk{background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -90px no-repeat;}.budget{background:url(skin/v5.0/images/icon.png?v=1619767912) -120px -90px no-repeat;}
.agent{background:url(skin/v5.0/images/icon.png?v=1619767912) -180px -90px no-repeat;}.tools li a h2{margin-top:5px;font-size:14px;font-weight:normal;color:#4c77b4;}

.tenBig h3{width:330px;height:30px;line-height:30px;margin-bottom:3px;padding:4px 15px;font-size:14px;color:#666;font-weight:normal;cursor:pointer;background:url(skin/v5.0/images/icon.png?v=1619767912) -270px 0 no-repeat;}
.tenBig h3 i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:middle;}
.tenBig h3 i.good{background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -180px no-repeat;}
.tenBig h3 i.big{background:url(skin/v5.0/images/icon.png?v=1619767912) -90px -180px no-repeat;}
.tenBig h3 span{float:right;width:16px;height:30px;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -150px no-repeat;}
.tenBig h3:hover{color:#db214c;font-weight:bold;background:url(skin/v5.0/images/icon.png?v=1619767912) -270px -60px no-repeat;}
.tenBig h3:hover span{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -180px no-repeat;}
.notes{width:100%;text-align:center;font-size:12px;color:#999;}
.tenBig ul{display:none;width:328px;height:145px;padding:5px 16px 10px;background:#fff;}
.tenBig li{float:left;width:50%;margin-bottom:5px;font-size:14px;background:#fff;}
.tenBig li a{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.tenBig li b{margin-right:4px;font:bold 16px/1.5 "Georgia";color:#999;}.tenBig li b.red{color:#db214c;}
.tenBig h3.on{font-size:18px;color:#fff;font-weight:bold;background:#db214c;border-radius:4px 4px 0 0;box-shadow:0 -7px 10px #e5e5e5;}
.tenBig h3.on span,.tenBig h3.on i{display:none;}.tenBig h3.on + ul{margin-bottom:16px;border-radius:0 0 4px 4px;box-shadow:0 7px 20px #e5e5e5;}

/* 拨打加盟弹窗 */
.popup-wrap{display:none;position:fixed;z-index:999999999;left:0;top:0;width:100%;height:100%;overflow-y:none;border:1px solid #ddd;}
.popup-wrap .popup-close{position:absolute;right:15px;top:15px;z-index:99;text-align:center;font-size:0;cursor:pointer;}
.popup-wrap .popup-close:after{content:"\2716";font-size:20px;color:#ccc;}
.popup-wrap .mask{position:absolute;left:0;top:0;z-index:98;width:100%;height:130%;opacity:.8;background:#000;}
.popup-content{position:absolute;left:50%;top:25%;z-index:99;width:600px;margin-left:-300px;padding:30px 0 50px;background:#fff;border-radius:5px;}
.popup-content{padding:50px 0 30px;}.popup-content em{color:#db214c;font-weight:bold;}
.popup-content h3,.popup-content h4{height:40px;line-height:40px;font-size:24px;text-align:center;}.popup-content h4{font-size:16px;}
.popup-content input{display:block;width:420px;height:42px;margin:0 auto;border:1px solid #999;border-radius:5px;}
.popup-content input.yzm{float:left;width:240px;height:42px;border:1px solid #999;border-right:none;border-radius:5px 0 0 5px;}
.popup-content input[type="radio"]{display:inline-block;width:15px;height:15px;}
.popup-content .get-yzm{float:left;width:180px;height:44px;line-height:44px;color:#fff;background:#fa9e03;border-radius:0 5px 5px 0;}
.popup-content .btn-ok{display:block;width:422px;height:50px;line-height:48px;margin:0 auto;font-size:18px;color:#fff;cursor:pointer;background:#db214c;border:2px solid #db214c;border-radius:5px;}.popup-content .btn-ok:hover{background:#fff;color:#db214c;}
.popup-content p{width:422px;height:40px;margin:20px auto 0;font-size:14px;text-align:center;font-weight:normal;}
.popup-content p.mb10{margin-bottom:-10px;}

/* 加盟报名弹窗 */
.popup-wrap{position:fixed;z-index:10001;left:0;top:0;width:100%;height:100%;z-index:9999999;}
.popup-wrap .popup-enroll-content{position:relative;margin:14% auto 0;z-index:99;}
.popup-wrap .close{position:relative;z-index:99;display:block;width:40px;height:40px;line-height:40px;margin:20px auto 0;text-align:center;color:#fff;font-size:16px;border:1px solid #fff;border-radius:100%;}
.popup-enroll-content{position:relative;width:350px;height:360px;background:#f5f5f5;}
.popup-enroll-content .hd{height:115px;padding-top:20px;background:#ed3a3e;}
.popup-enroll-content .hd h3{line-height:40px;text-align:center;font-size:20px;color:#fff;}
.popup-enroll-content .hd p{text-align:center;color:#fff;font-size:12px;}.popup-enroll-content .hd p b{padding:0;font-size:16px;}
.popup-enroll-content .bd{position:absolute;left:25px;bottom:25px;width:260px;height:190px;padding:20px;background:#fff;border-radius:5px;}
.popup-enroll-content .bd input[type="text"]{width:99%;height:35px;margin-bottom:12px;border:1px solid #ddd;border-radius:5px;}
.popup-enroll-content .bd input[type="text"]:focus{border:1px solid #ed3a3e;}
.popup-enroll-content .bd input[type="submit"]{width:100%;height:40px;line-height:40px;color:#fff;font-size:16px;background:#ed3a3e;border:none;border-radius:5px;cursor:pointer;}.popup-enroll-content .bd input[type="submit"]:hover{background:#dd0005;}
.popup-enroll-content .bd .pselect{margin-bottom:15px;white-space:nowrap;}.popup-enroll-content .bd .pselect input{display:none;}
.popup-enroll-content .bd select{float:left;width:32%;height:35px;line-height:35px;margin-right:5px;color:#999;text-indent:10px;border:1px solid #ddd;border-radius:2px;}.popup-enroll-content .bd select:last-child{margin-right:0;}

/* 推荐加盟品牌 */
.brand-list{min-height:1500px;}.brand-list li{float:left;width:100%;padding:20px 0;border-bottom:1px solid #e5e5e5;}
.brand-list li .fl,.brand-list li .fl img{display:block;width:214px;height:160px;}
.brand-list li .fr{width:578px;}.brand-list li .fr h2{float:left;width:100%;}.brand-list li .fr h2 a{float:left;font-size:20px;}
.budget-money{float:right;font-size:14px;color:#999;}
.budget-money .icon{display:inline-block;width:16px;height:16px;vertical-align:middle;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -420px no-repeat;}
.budget-money strong{font-size:18px;color:#db214c;}
.brand-list li .fr p{line-height:2;font-size:14px;}.brand-list li .fr p a{margin-left:4px;color:#db214c;text-decoration:underline;}
.brand-list li .fr p:nth-of-type(1){margin-bottom:10px;}.brand-list li .fr p.grey{color:#999;font-size:12px;}
.brand-list li .fr p.grey i{display:inline-block;width:60%;vertical-align:top;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.brand-list li .fr .btn-group{margin-top:20px;}.brand-list li .fr p a.address{float:right;color:#999;font-size:12px;text-decoration:none;}

/* 最新加盟信息 */
.join-list{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}.join-list ul{padding:0 10px;}
.join-list li{float:left;width:340px;padding:10px;border-bottom:1px solid #e5e5e5;padding:10px;}
.join-list li img{float:left;width:46px;height:46px;}.join-list li dl{float:right;width:280px;}
.join-list li dt{margin-bottom:6px;font-size:14px;}.join-list li dt b{margin-right:20px;}
.join-list li dd{line-height:1.5;font-size:12px;color:#999;text-align:justify;}

/* 列表 */
.full-list{border:1px solid #e5e5e5;border-top:none;}.full-list .more{margin-right:10px;}
.list-box{float:left;width:33.27%;padding-bottom:10px;}.list-box:not(:last-child){border-right:1px solid #e5e5e5;}.list-box .bd{padding:10px;}
.list-box li a{line-height:38px;font-size:14px;}.list-box li span{margin:0 10px 0 14px;font-size:40px;color:#ccc;}
.list-box .hd{height:42px;line-height:42px;border-top:1px solid #e5e5e5;}
.list-box .hd li{float:left;width:50%;font-size:18px;text-align:center;cursor:pointer;background:#f2f2f2;border-top:2px solid #f2f2f2;}
.list-box .hd li.on{background:none;border-top:2px solid #db214c;}.list-box .hd li a{font-size:16px;}

.info-left{float:left;width:380px;}
.info-left .slide{position:relative;width:380px;height:285px;overflow:hidden;}.info-left .slide .bd li{position:relative;}
.info-left .slide .bd li a{display:block;position:relative;width:380px;height:285px;overflow:hidden;}
.info-left .slide .bd li img{display:block;width:100%;}
.info-left .slide .bd li p{position:absolute;left:0;bottom:0;width:360px;height:45px;padding:10px 10px 0;text-align:center;background:url(skin/v5.0/images/opcity2.png?v=1619767912);}
.info-left .slide .bd li p a{display:block;font-size:14px;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.info-left .slide .hd ul{position:absolute;left:0;bottom:10px;width:100%;text-align:center;}
.info-left .slide .hd li{display:inline-block;width:10px;height:10px;margin:0 4px;cursor:pointer;background:#ccc;border-radius:5px;}
.info-left .slide .hd li.on{width:30px;background:#db214c;}
.info-left .slide span{position:absolute;top:50%;width:34px;height:54px;margin-top:-27px;cursor:pointer;}
.info-left .slide span.next{left:0;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -510px no-repeat;}
.info-left .slide span.prev{right:0;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -630px no-repeat;}
.info-left .slide span.next:hover{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -570px no-repeat;}
.info-left .slide span.prev:hover{background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -690px no-repeat;}
.info-left .topic .tt{position:relative;width:128px;height:20px;margin-bottom:10px;background:url(skin/v5.0/images/icon.png?v=1619767912) 0 -780px no-repeat;}
.info-left .topic .tt span{position:absolute;right:-250px;top:9px;width:225px;height:1px;background:#e5e5e5;}
.info-left .topic li{width:186px;height:92px;font-size:18px;}.info-left .topic li:last-child{float:right !important;}
.info-center{float:right;width:414px;}.info-center .hd ul{width:412px;border:1px solid #e5e5e5;border-radius:4px;}
.info-center .hd li{float:left;width:103px;height:30px;padding:7px 0 0;font-size:16px;cursor:pointer;}.info-center .hd li div{padding:0 19px;}
.info-center .hd li:not(:last-child) div{border-right:1px solid #e5e5e5;}
.info-center .hd a:first-child li{border-radius:4px 0 0 4px;}.info-center .hd a:last-child li{border-radius:0 4px 4px 0;}
.info-center .hd li.on{color:#fff;background:#db214c;}.info-center .hd li.on div{border:none;}
.info-center .bd{width:100%;height:400px;overflow:hidden;}
.info-center .bd h2{height:80px;line-height:40px;margin-bottom:10px;font-size:26px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.info-center .bd li a{display:block;width:100%;line-height:36px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.info-center .bd li a span{margin:0 10px 0 0;font-size:40px;color:#ccc;}

/* 商学院 */
.college-list{border:1px solid #e5e5e5;}
.college-list .hd li{float:left;width:33.33333%;height:30px;padding-top:10px;cursor:pointer;background:#f2f2f2;border-top:2px solid #f2f2f2;}
.college-list .hd li div{width:118px;font-size:16px;text-align:center;}.college-list .hd li:not(:last-child) div{border-right:1px solid #e5e5e5;}
.college-list .hd li.on{color:#db214c;background:#fff;border-top:2px solid #db214c;}.college-list .hd li.on div{border:none;}
.college-list .bd{padding:10px;}.college-list .bd a{display:block;line-height:36px;font-size:14px;}

/* 底部通栏列表 */
.intro-list{position:relative;border:1px solid #e5e5e5;}
.intro-list .bd li{float:left;}.intro-list .bd li .fl{width:838px;padding-top:5px;}.intro-list .bd li span{margin:0 10px;font-size:40px;color:#ccc;}
.intro-list .bd li .fl a{float:left;display:block;width:400px;line-height:22px;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.intro-list .bd li .fl a:nth-child(odd){margin-right:19px;}.intro-list .bd li .fr img{display:block;width:360px;height:160px;}
.intro-list .hd{position:absolute;left:50%;bottom:-10px;width:142px;height:15px;margin-left:-71px;padding-top:5px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;}.intro-list .hd ul{width:100%;font-size:0;text-align:center;}
.intro-list .hd li{display:inline-block;width:10px;height:10px;margin:0 5px;cursor:pointer;background:#ccc;border-radius:5px;}
.intro-list .hd li.on{width:30px;background:#db214c;}

/* vip品牌展示 */
.m-vipbrand{width:1200px;height:348px;margin:20px auto;background:url(skin/v5.0/images/bg_vipbrand.jpg?v=1619767912) no-repeat;border-radius:5px;}
.m-vipbrand .joinvip{float:left;width:124px;height:40px;margin:186px 0 0 17px;}
.u-vipbrand-list{float:left;width:1030px;height:260px;margin:39px 0 0 13px;padding-bottom:21px;font-size:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;}
.u-vipbrand-list::-webkit-scrollbar{height:9px;background:url(skin/v5.0/images/line_scrl.png?v=1619767912) repeat-x;}
.u-vipbrand-list::-webkit-scrollbar-thumb{width:90px !important;height:9px;background:#fff;border-radius:9px;}
.u-vipbrand-list li{display:inline-block;width:205px;height:260px;vertical-align:top;background:#fff;border-right:1px solid #342d2d;overflow:hidden;}
.u-vipbrand-list li a{display:block;width:205px;height:129px;border-top:1px solid #342d2d;}
.u-vipbrand-list li img{display:block;width:140px;height:50px;margin:25px auto 15px;}
.u-vipbrand-list li p{line-height:20px;font-size:14px;color:#b9955f;text-align:center;}

/* 热门分类 */
.new-list2{position:relative;padding-bottom:10px;border:1px solid #e5e5e5;border-top:none;}
.new-list2 .hd{width:100%;height:40px;border-bottom:1px solid #e5e5e5;}
.new-list2 .hd ul{float:right;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
.new-list2 .hd li{float:left;width:96px;height:18px;line-height:18px;padding:11px 0;font-size:18px;text-align:center;cursor:pointer;background:#f2f2f2;border-top:2px solid #f2f2f2;}.new-list2 .hd li a{display:block;font-size:16px;border-right:1px solid #e5e5e5;}
.new-list2 .hd li.on{background:#fff;border-top:2px solid #db214c;}.new-list2 .hd li.on a{border:none;}
.new-list2 .bd li dt{padding:12px 0 0 14px;border-bottom:1px solid #f2f2f2;}
.new-list2 .bd li dt a{float:left;width:104px;height:36px;margin:0 12px 12px 0;border:1px solid #e5e5e5;}
.new-list2 .bd li dt a img{display:block;width:104px;height:36px;}
.new-list2 .bd li dd p{float:left;width:100%;padding:10px 0;}.new-list2 .bd li dd p:not(:last-child){border-bottom:1px dashed #e5e5e5;}
.new-list2 .bd li dd p a{float:left;width:238px;text-align:center;}.new-list2 .bd li dd p a:not(:last-child){border-right:1px solid #e5e5e5;}
.new-list2 .text-list li{float:left;width:33.3%;padding-top:10px;}.new-list2 .text-list li .fl{width:838px;padding-top:5px;}
.new-list2 .text-list li span,.new-list2 .text-list li i{display:inline-block;width:6px;height:6px;margin:0 10px;font-size:0;vertical-align:middle;}
.new-list2 .text-list li span{background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -240px no-repeat;}
.new-list2 .text-list li i{width:18px;height:16px;color:#ccc;background:url(skin/v5.0/images/icon.png?v=1619767912) -60px -210px no-repeat;}
.new-list2 .text-list{padding:0 20px;}.new-list2 .text-list li a{float:left;display:block;height:32px;font-size:14px;}

/* 华腾杯荣誉专区*/
.top10-wrap{position:relative;width:1200px;margin:0 auto;overflow:hidden;}
.top10-title{width:1200px;height:110px;margin:0px auto 30px;background:url(top10ttbg.jpg?v=1619767912) no-repeat top center;}
.top10-honor-bg{ position:relative; width:100%; padding-top: 10px; padding-right: 0; padding-bottom: 20px; padding-left: 0; }
.top10-honor .hd li{float:left;width:133px;height:36px;line-height:36px;margin-right:1px;color:#ebacbe;text-align:center;}
.top10-honor .hd li:last-child{width:128px;margin-right:0;}
.top10-honor .hd li{background:url(top10-honor-tb1-01.jpg?v=1619767912) repeat-x;}
.top10-honor .hd li.on{color:#75590d;background:#baa25a url(top10-honor-tb2.jpg?v=1619767912) no-repeat;background-size:100% 100%;}
.top10-honor .bd{width:1200px;height:503px;margin:0 auto;padding:10px;background:url(top10-honor02.jpg?v=1619767912) no-repeat;overflow:hidden;}
.top10-honor .bd .swiper-container{width:1179px;height:483px;overflow:hidden;}
.top10-honor .bd li{float:left;width:235px;width:234px\9;height:160px;margin:0 1px 1px 0;background:#fff;text-align:center;opacity:0;transform:rotateY(180deg);transform:rotateY(0)\9;overflow:hidden;}
.top10-honor .bd li:hover a{color:#fff;}.top10-honor .bd li:nth-child(5n){margin:0 0 1px;}
.top10-honor .bd li a,.top10-honor .bd li div{display:block;width:235px;width:234px\9;height:160px;overflow:hidden;}
.top10-honor .bd li img{position:relative;z-index:99;width:134px;height:48px;margin:50px auto 0;border:2px solid #fff;}
.top10-honor .bd li p{position:relative;z-index:99;}.top10-honor .bd li .info{display:none\9;}
div.info{background:url(top10-honor-cb02.jpg?v=1619767912);}

/* 加盟节首页广告 */
.jmj-ban{position:relative;width:100%;height:300px;background:url(jmj-ban.jpg?v=1619767912) center top no-repeat;animation:jmj-ban 2s ease-in-out;}
.jmj-ban a{display:block;width:100%;height:300px;}
.jmj-ban-hide{position:relative;background:url(jmj-ban.jpg?v=1619767912) center top no-repeat;animation:jmj-ban-hide 1s ease-in-out;}
.jmj-min{display:none;position:fixed;top:0;right:10px;z-index:99;width:200px;height:180px;padding-top:10px;overflow:hidden;}
.jmj-replay{display:none;position:fixed;top:160px;right:88px;z-index:99;width:50px;height:30px;line-height:30px;text-align:center;background:#fff;border:1px solid #ccc;animation:jmj-replay .5s both 1.5s;cursor:pointer;}
.jmj-min .round01,.jmj-min .round02,.jmj-min .round03{position:absolute;display:block;border-radius:100%;}
.jmj-min .round01{background:#f50303;animation:round01 .5s ease-in;}
.jmj-min .round02{background:#d31052;animation:round02 .5s ease-in;}
.jmj-min .round03{background:#fbb900;animation:round03 .5s ease-in;}
.jmj-min .jmj-bz{display:block;margin:0 auto;animation:jmj-bz1 1s both .4s,jmj-bz2 1s infinite 2s;}
.jmj-min .jmj-hb{position:absolute;top:0;left:0;width:100%;animation:jmj-hb 3s ease-out 1s infinite both;}

@keyframes jmj-ban{
    0%{height:0;}
    100%{height:300px;}
}
@keyframes jmj-ban-hide{
    0%{height:300px;}
    100%{height:0;}
}
@keyframes jmj-replay{
    0%{right:8px;opacity:0;}
    100%{right:88px;opacity:1;}
}
@keyframes round01{
    0%{left:50%;top:10%;width:1px;height:1px;}
    90%{left:25%;top:30%;width:40%;height:40%;}
    100%{left:25%;top:30%;width:40%;height:40%;}
}
@keyframes round02{
    0%{left:0%;top:90%;width:1px;height:1px;}
    90%{left:25%;top:30%;width:40%;height:40%;}
    100%{left:25%;top:30%;width:40%;height:40%;}
}
@keyframes round03{
    0%{left:100%;top:90%;width:1px;height:1px;}
    90%{left:25%;top:30%;width:40%;height:40%;}
    100%{left:25%;top:30%;width:40%;height:40%;}
}
@keyframes jmj-bz1{
    0%{opacity:0;width:160px;}
    25%{opacity:1;width:192px;}
    50%{opacity:1;width:160px;}
    75%{opacity:1;width:176px;}
    100%{opacity:1;width:160px;}
}
@keyframes jmj-bz2{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-5px);}
}
@keyframes jmj-hb{
    0%{
        opacity:0;
        transform:scale(.5);
    }
    50%{
        opacity:1;
        transform:scale(1.8);
    }
    60%{
        opacity:1;
        transform:scale(1.8);
    }
    70%{
        opacity:0;
        transform:scale(1.8);
    }
    100%{
        opacity:0;
        transform:scale(1.8);
    }
}
.jmj-min .flash{
    overflow:hidden;
    position:absolute;
    top:75px;
    left:0;
    margin:0 auto;
    width:200px;
    height:10px;
    z-index:99;
    animation:jmj-hb 3ms infinite both;
}
.jmj-min .flash::before{
    content:"";
    position:absolute;
    filter:blur(5px);
    top:-50px;
    width:200px;
    height:10px;
    opacity:.6;
    background:#fffdf0;
    transform:rotate(-50deg);
    animation:Lights ease-out 2s infinite both;
}
@keyframes Lights{
    0%{left:-100px;}
    80%{left:150px;}
    to{left:300px;}
} 
/**[skin/v5.0/logochange.css]*/ 
.g-topbox .u-logo .home,.m-zbdw i,.unit dt i{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/lg-jcw.png?v=1619767912?v210416) no-repeat;background-size:contain;}
.g-topbox .u-logo2 a,.header .logo{background:url(https://jm1.cdnjm.cn/header-logo-jcw.png?v=1619767912?v210416) no-repeat;}
.g-footer .logo{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/lg-ft-jcw.png?v=1619767912?v210416) no-repeat;}

.ha_kind{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/newlogo-jcw.png?v=1619767912?v210416) left top no-repeat;}
.g-log-hd .u-left dt a,.header_zc a{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/log_logo-jcw.jpg?v=1619767912?v210416) no-repeat;}

.g-header-home .home i{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/wap/lg-home-jcw.png?v=1619767912?v210416);background-size:contain;}
.g-header .u-topbar i,.g-header-home .u-topbox .login i,.g-header-home .u-topbox .pulldown i,.znz-mbx .pulldown i{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/wap/g_sp_header-jcw.png?v=1619767912?v210416) no-repeat 0 -.5rem;background-size:3rem 3rem;} 
/**[skin/v5.0/logochange.css]*/ 
.g-topbox .u-logo .home,.m-zbdw i,.unit dt i{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/lg-jcw.png?v=1619767912?v210416) no-repeat;background-size:contain;}
.g-topbox .u-logo2 a,.header .logo{background:url(https://jm1.cdnjm.cn/header-logo-jcw.png?v=1619767912?v210416) no-repeat;}
.g-footer .logo{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/lg-ft-jcw.png?v=1619767912?v210416) no-repeat;}

.ha_kind{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/newlogo-jcw.png?v=1619767912?v210416) left top no-repeat;}
.g-log-hd .u-left dt a,.header_zc a{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/log_logo-jcw.jpg?v=1619767912?v210416) no-repeat;}

.g-header-home .home i{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/wap/lg-home-jcw.png?v=1619767912?v210416);background-size:contain;}
.g-header .u-topbar i,.g-header-home .u-topbox .login i,.g-header-home .u-topbox .pulldown i,.znz-mbx .pulldown i{background:url(https://jm1.cdnjm.cn/skin/v5.0/images/wap/g_sp_header-jcw.png?v=1619767912?v210416) no-repeat 0 -.5rem;background-size:3rem 3rem;} 



.nytop { background-image: url(a1.jpg); background-repeat: repeat-x; margin: auto; height: 30px; width: 100%; overflow: hidden; }
.nylogo { margin: auto; height: 134px; width: 100%; overflow: hidden; max-width:1200px; }


.nytop .to1 { margin: auto; height: 30px; width: 1200px; overflow: hidden; }
.nytop .top2 { margin: auto; height: 82px; width: 1200px; overflow: hidden; }
.baner {
	height: 370px;
	width: 1200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}
.nytop .to1 strong { line-height: 30px; font-weight: normal; color: #FF0000; float: left; height: 30px; width: 300px; overflow: hidden; }
.nytop .to1 span { float: right; height: 30px; width: 600px; overflow: hidden; line-height: 30px; color: #666666; text-align: right; }
.bd .xwb {
	margin: auto;
	height: 310px;
	width: 100%;
	overflow: hidden;
}
.gao { width: 1220px; overflow: hidden; margin: auto; 
}
#public .dh {
	background-image: url(a7.jpg);
	background-repeat: repeat-x;
	margin: auto;
	height: 61px;
	width: 100%;
	overflow: hidden;
}
.dh .dhx {
	margin: auto;
	height: 45px;
	width: 1200px;
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
}
.dh .dhx .dhx1 { float: left; height: 115px; width: 140px; overflow: hidden; }
.dhx1 .dhx1t { background-image: url(a8.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }
.dhx1 .dhx1t1 { background-image: url(a81.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }

.dhx1 .dhx1t2 { background-image: url(a82.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }




.dhx1 .dhx1t3 { background-image: url(a83.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }


.dhx1 .dhx1t4 { background-image: url(a84.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }


.dhx1 .dhx1t5 { background-image: url(a85.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }


.dhx1 .dhx1t6 { background-image: url(a86.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }



.dhx1 .dhx1t7 { background-image: url(a87.jpg); background-repeat: no-repeat; background-position: center; float: left; height: 74px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }






.dhx1 .dhx1w { font-size: 16px; line-height: 41px; text-align: center; float: left; height: 41px; width: 110px; margin-right: 15px; margin-left: 15px; overflow: hidden; }
.xwb .xwb1 {
	float: left;
	height: 91px;
	width: 275px;
	overflow: hidden;
	clip: rect(4px,auto,auto,auto);
}
.xwb .xwb1 .xwb1t {
	float: left;
	height: 91px;
	width: 123px;
	overflow: hidden;
}
.xwb .xwb1 .xwb1w {
	font-size: 16px;
	line-height: 25px;
	float: left;
	height: 75px;
	width: 135px;
	margin-left: 8px;
	overflow: hidden;
	margin-bottom: 16px;
}
.bd .xwb .xwb2 {
	float: left;
	height: 210px;
	width: 270px;
	margin-top: 15px;
	overflow: hidden;
	margin-right: 5px;
}
.xwb .xwb2 ul li {
	font-size: 16px;
	line-height: 30px;
	background-image: url(b5.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 30px;
	width: 253px;
	overflow: hidden;
	padding-left: 15px;
}
.nylogo .lo1 {
	float: left;
	height: 134px;
	width: 500px;
	overflow: hidden;
}
.nylogo .lo2 {
	float: left;
	height: 134px;
	width: 380px;
	overflow: hidden;
}
.nylogo .1o3 {
	float: right;
	height: 134px;
	width: 294px;
	overflow: hidden;
}
.nylogo .lo2 .1o2s {
	float: left;
	height: 40px;
	width: 380px;
	margin-bottom: 10px;
	overflow: hidden;
}



.lo2 .11 {
	float: left;
	height: 34px;
	width: 380px;
	overflow: hidden;
}
.lo2 .12 {
	font-size: 16px;
	line-height: 40px;
	float: left;
	height: 40px;
	width: 380px;
	overflow: hidden;
}
.gao .gao1 { float: left; height: auto; width: 590px; }
.gao .gao2 { float: right; width: 590px; overflow: hidden; }
.gao li { float: left; width: 590px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; overflow: hidden; }
.flg { float: left; height: 64px; width: 400px; margin-top: 3px; overflow: hidden; margin-right: 11px; margin-left: 12px; margin-bottom: 3px; }
.flg img { height: 64px; width: 400px; }
.f1 { float: left; height: 15px; width: 423px; overflow: hidden; }



.topic {
	clear: both;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

    .topic ul {
	width: 1200px;
	clear: both;
	margin: auto;
    }

        .topic ul li {
            width: 230px;
            float: left;
            margin: 10px 10px 0px 0px;
        }

            .topic ul li img {
                width: 230px;
                height: 173px;
            }

            .topic ul li p {
                display: inline-block;
                width: 220px;
                text-align: center;
                line-height: 30px;
                background: #f2f2f2;
                font-size: 14px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                padding:0px 5px
            }















.fullSlide {
	POSITION: relative;
	WIDTH: 100%;
	BACKGROUND: #000;
	HEIGHT: 370px;
	OVERFLOW: hidden;
	margin: auto;
}
.fullSlide { POSITION: relative; WIDTH: 100%; BACKGROUND: #fff; HEIGHT: 370px; OVERFLOW: hidden 
}
.fullSlide .bd { Z-INDEX: 0; POSITION: relative; HEIGHT: 370px; OVERFLOW: hidden; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; 
}
.fullSlide .bd UL {
	WIDTH: 100% !important
}
.fullSlide .bd LI {
	POSITION: absolute;
	TEXT-ALIGN: center;
	WIDTH: 1200px;
	HEIGHT: 370px;
	OVERFLOW: hidden
}
.fullSlide .bd LI A {
	DISPLAY: block; HEIGHT: 370px; COLOR: #fff
}
.fullSlide .hd {
	Z-INDEX: 1; POSITION: absolute; LINE-HEIGHT: 30px; WIDTH: auto; BOTTOM: 15px; HEIGHT: 30px; LEFT: 45%
}
.fullSlide .hd UL {
	TEXT-ALIGN: center; PADDING-LEFT: 2%; WIDTH: 100%; HEIGHT: 30px
}
.fullSlide .hd UL LI {
	FILTER: alpha(opacity=50); LINE-HEIGHT: 999px; MARGIN: 1px; WIDTH: 42px; ZOOM: 1; DISPLAY: inline-block; BACKGROUND: #fff; FLOAT: left; HEIGHT: 8px; OVERFLOW: hidden; CURSOR: pointer; opacity: .5
}
.fullSlide .hd UL .on {
	BACKGROUND: #ffd900
}
.fullSlide .prev {
	Z-INDEX: 1; POSITION: absolute; FILTER: alpha(opacity=50); MARGIN-TOP: -30px; WIDTH: 40px; DISPLAY: none; BACKGROUND: url(image/slider-arrow.png) #000 no-repeat -125px 50%; HEIGHT: 60px; TOP: 50%; CURSOR: pointer; LEFT: 0px; opacity: .5
}
.fullSlide .next {
	Z-INDEX: 1; POSITION: absolute; FILTER: alpha(opacity=50); MARGIN-TOP: -30px; WIDTH: 40px; DISPLAY: none; BACKGROUND: url(image/slider-arrow.png) #000 no-repeat -5px 50%; HEIGHT: 60px; TOP: 50%; CURSOR: pointer; LEFT: 15%; opacity: .5
}
.fullSlide .next {
	RIGHT: 0px; LEFT: auto
}
.fullSlide .bd .f_title {
	POSITION: absolute; TEXT-ALIGN: center; FILTER: alpha(opacity=40); LINE-HEIGHT: 30px; WIDTH: 100%; BOTTOM: 1px; DISPLAY: none; BACKGROUND: #000; HEIGHT: 30px; opacity: .4
}



.dt {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden; max-width:1221px;
}
.dt li {
	float: left;
	height: 50px;
	width: 31.33%;
	margin-right: 1%;
	margin-bottom: 7px;
	margin-left: 1%;
	overflow: hidden;
}



.wzal {
	font-size: 16px;
	line-height: 25px;
	width: 1200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	color: #999;
}











.dhys {
	margin: auto;
	height: 75px;
	width: 100%;
	background-image: url(b7.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
.dhys .dhl {
	height: 68px;
	width: 100%;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden; max-width:1200px;
}
.dhys .dhl li {
		font-size: 22px;
	line-height: 58px;
	text-align: center;
	float: left;
	height: 58px;
	width: 9.9%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 10px;
}
.zybg1{
	background-color: #DB214C;
	color: #FFFFFF;
}.footd {
	background-image: url(b8.jpg);
	background-repeat: repeat-x;
	margin: auto;
	height: 218px;
	width: 100%;
	overflow: hidden;
}
.footd .footdx {
	margin: auto;
	height: 218px;
	width: 100%;
	overflow: hidden; max-width:1200px;
}
.footd .footdx .d1 {
	height: 140px;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.footd .footdx .d2 {
	
	line-height: 20px;
	text-align: center;
	margin: auto;
	height: 50px;
	width: 100%;
}
.footd .footdx .d1 .d1z {
	float: left;
	width: 200px;
	height: 140px;
}
.footd .footdx .d1 .d1m {
	float: left;
	width: 98px;
	overflow: hidden;
	height: 140px;
	margin-left: 6%;
}
.footd .footdx .d1 .d1m li {
	line-height: 22px;
	float: left;
	height: 22px;
	width: 100px;
	overflow: hidden;
}
.footd .footdx .d1 .d1y {
	float: right;
	height: 150px;
	width: 150px;
	overflow: hidden;
}
.footd .footdx .d1 .d1y .d1yz {
	line-height: 22px;
	font-weight: bold;
	float: left;
	height: 22px;
	width: 150px;
}
.footd .footdx .d1 .d1y .d1yt {
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 10px;
}
