@charset "utf-8";
body{ margin:0; padding:0; font-family: "宋体";font-size:12px;color:#666666;background-color:#fff;min-width:1190px;}
a:link{ color:#666666; text-decoration:none;}
a:visited{ color:#666666; text-decoration:none;outline:none;}
a:hover{color:#666666;text-decoration:none;outline:none;}
a:active{ color:#666666; text-decoration:none;outline:none;}
div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,img,form ,input{ margin:0; padding:0; border:none;}
.clear{ height:0; font-size:0; line-height:0; clear:both;}
ul, li { margin:0; padding:0; list-style-type:none; }
.clear10{height:10px;width:100%;float:left;}
.clear30{height:30px;width:100%;float:left;}
.clear40{height:40px;width:100%;float:left;}
.clearfix:after {clear: both;content: ".";display: block;font-size: 0;height: 0;line-height: 0;visibility: hidden;}
input, textarea {
outline: none;
outline-style: none;
outline-width: initial;
outline-color: initial;
}
table {border-collapse: collapse;empty-cells: show;}
.main { width:1190px; margin:0 auto;}


/*top*/
.top { width:100%;}
.top .top_tops { width:100%; height:35px; line-height:35px; background:#00102e; color:#fff;}
.top .top_tops .top_tops2 { width:1190px; margin:0 auto;}
.top_topsl { float:left;height:35px;}
.top_topsl  span { font-family:Arial, Helvetica, sans-serif; font-size:13px;}
.top_topsr { float:right;}
.top_topsr .language { float:left; margin-left:10px;}
.top_topsr .language a {font-size:12px; color:#ccc; margin-left:3px;}
.top_topsr .language a span { font-family:Arial, Helvetica, sans-serif;}
.top_topsr .language a:hover { color:#fff;}

.top_nav { width:100%; height:100px; position:relative; border-bottom:1px solid #d7d7d7;}
.top_navs { width:1190px; margin:0 auto;}
.top_nav .top_logo { float:left;margin-top:20px; width:500px;}
.top_nav .top_logo img { height:60px; width:auto;}
.top_nav .nav_all { float:right; width:595px;}
.nav_all ul{ float:left; height:100px; line-height:100px; margin-right:-10px;}
.nav_all ul li { float:left; position:relative;text-align:center; height:100px; line-height:100px; border-left:1px solid #d7d7d7;}
.nav_all ul li:first-child{ border-left:none;}
.nav_all ul li a {color:#333; font-family:"微软雅黑"; font-size:16px; width:100px;display: inline-block;}
.nav_all ul li:hover a { color:#0066d8;} 
.nav_all ul li.cur a { color:#0066d8;}
.hear_all .hear_ul{ position:absolute; top:100px; background: rgba(0, 102, 216, 0.75)!important;filter: Alpha(opacity=75);background: #0066d8; height:60px; line-height:60px; z-index:9; width:100%; display:none;}
.hear_all .hear_ul .hear_li {float:right; }
.hear_all .hear_ul .hear_li p{ height:60px; line-height:60px;padding:0 18px; text-align:left; float:left; margin-left:8px;}
.hear_all .hear_ul p a { display:block; width:100%; height:100%;color:#fff; font-family:"微软雅黑"; font-size:16px; padding:0px;background: none;}

/*banner轮播*/
.banner { width:100%; height:620px; position:relative;}
.flexslider {position:relative; width:100%;overflow:hidden;height:620px;}
.flexslider .slides {position:relative; z-index:1;height:620px;}
.flexslider .slides li {height:620px;}
.flexslider .slides li a{display:block;width:100%;height:100%;line-height:100%;}
.flexslider .flex-control-nav { position:absolute; bottom:16px;left:0;width:100%;text-align:center; z-index:2; }
.flexslider .flex-control-nav li {display:inline-block;height:15px; margin:0 5px; *display:inline; zoom:1;}
.flexslider .flex-control-nav li a {display:inline-block; width:15px; height:15px; line-height:400px; overflow:hidden;background:url(../images/fix2.png) no-repeat;cursor:pointer;}
.flexslider .flex-control-nav .flex-active {background:url(../images/fix1.png) no-repeat;width:15px;}

.flexslider  .flex-direction-nav li a{display:none; width:90px; height:90px;position:absolute; top:50%; margin-top:-45px; overflow:hidden; cursor:pointer; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms;}
.flexslider:hover  .flex-direction-nav li a { display:block;}
.flexslider .flex-direction-nav li a.flex-prev{left:5%; background:url(../images/index_left.png) no-repeat; z-index:10;}
.flexslider .flex-direction-nav li a.flex-next{right:5%; background:url(../images/index_right.png) no-repeat; z-index:1}

@keyframes x1
{
from {left:-100%;}
to {left:0;}
}
@-webkit-keyframes x1 /* Safari 和 Chrome */
{
from {left:-100%;}
to {left:0;}
}
@keyframes x2
{
from {right:-100%;}
to {right:0;}
}
@-webkit-keyframes x2 /* Safari 和 Chrome */
{
from {right:-100%;}
to {right:0;}
}
@keyframes x3
{
from { width:50%;opacity:0.3;}
to { width:100%;opacity:1;}
}
@-webkit-keyframes x3 /* Safari 和 Chrome */
{
from { width:50%;opacity:0.1;}
to { width:100%;opacity:1;}
}
/* wx banner */
.wxbanner { width:100%; position:relative;}
.wxbanner img { max-width:100%; height:auto;}
.wxbanner p { text-align:center; width:100%;}
.wxbanner p.x1 {animation: x1 2s;-moz-animation: x1 2s;	/* Firefox */-webkit-animation: x1 2s;	/* Safari 和 Chrome */
-o-animation: x1 2s; position:absolute; top:20%;}
.wxbanner p.x2 {animation: x2 2s;-moz-animation: x2 2s;	/* Firefox */-webkit-animation: x2 2s;	/* Safari 和 Chrome */
-o-animation: x2 2s; position:absolute; top:28%;}
.wxbanner p.x3 {animation: x3 2s;-moz-animation: x3 2s;	/* Firefox */-webkit-animation: x3 2s;	/* Safari 和 Chrome */
-o-animation: x3 2s; position:absolute; bottom:10%;}
/* banner */
.slider-focus{position:relative;max-width:640px;overflow:hidden;/*max-height:320px;*/margin:0 auto;}
.slider-focus .hd{ position:absolute;width:100%;height:20px;left:0;bottom:1%;z-index:1;line-height:20px;text-align:center; }
.slider-focus  .hd li{ display:inline-block;vertical-align:middle;width:12px;height:12px;margin:0 4px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;font-size:0;line-height:0;text-indent:-9999em;background:#eee; cursor:pointer;}
.slider-focus  .hd li.on{ background:#ff8003;}
.slider-focus  .bd{ position:relative; z-index:0; }
.slider-focus  .bd li{ position:relative; text-align:center;}
.slider-focus  .bd li img{ background:url(../images/loading.gif) center center no-repeat;vertical-align:top;width:100%;/* 图片宽度100%，达到自适应效果 */}
.slider-focus  .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slider-focus  .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }


/*wx nav*/
.nav-list { padding:25px 5%;}
.nav-list ul li { float:left; margin:0 6%; width:21%; margin-bottom:15px; text-align:center;}
.nav-list ul li p { width:100%;color:#666; font-family:"微软雅黑"; font-size:14px; line-height:20px;}
.nav-list ul li p img{ width:90%; max-width:100%;}

/*首页关于我们*/
.sy-about { width:100%;margin:35px 0 40px; text-align:center;}
.sy-abouttxt { padding:0 50px; margin-bottom:40px;}
.sy-abouttxt h2 {color:#333; font-family:"微软雅黑"; font-size:28px; line-height:35px; font-weight:normal;}
.sy-abouttxt p { font-size:12px; color:#999; line-height:25px;}
.sy-abouttxt span { font-size:48px; color:#efefef; font-family: "Exotc350 Bd BT"; line-height:50px;}
.sy-aboutlist { width:100%; }
.sy-aboutlist ul { padding-left:235px;}
.sy-aboutlist ul li {width:180px; float:left;}
.sy-aboutlist ul li p { width:180px; height:80px; text-align:center;color:#333; font-family:"微软雅黑"; font-size:52px; line-height:80px;}
.sy-aboutlist ul li p span { font-size:74px; color:#333;font-family:"微软雅黑"; font-weight:bold; line-height:80px; }
.sy-aboutlist ul li i {width:180px; text-align:center; display:block; font-style:normal; line-height:30px; color:#1e2931 font-family:"微软雅黑"; font-size:14px;}
/*联系*/
.map { width:100%; height:340px;}
.cta-list { width:100%; margin-top:20px;}
.cta-list p { width:100%; height:30px; line-height:30px;}
.cta-list p img { float:left; margin-top:2px; margin-right:5px; height:26px; width:26px;}

/*品牌推荐*/
.brands-tj { width:100%; margin-bottom:15px;}
.brands-tj h2 { text-align:center;font-size:38px; color:#333;font-family:"微软雅黑"; line-height:40px; margin-bottom:20px; font-weight:normal; }
.brands-tj .owl-carousel .article { position:relative;}
.brands-tj .owl-carousel .article .newspr_txt { display:none;  position:absolute;transition: 1s ease; top:0px; left:0px; width:100%; height:100%;background: rgba(0, 0, 0, 0.65)!important;filter: Alpha(opacity=65);background: #000;opacity:0;}
/*.brands-tj .owl-carousel .article .newspr_txt .over-cur { margin:20px; border:1px solid #767574; width:calc(100% - 40px); height:calc(100% - 40px);}
.brands-tj .owl-carousel .article:hover .newspr_txt{opacity:1;}
.brands-tj .owl-carousel .article .over-cur h2 { width:100%; height:80px; text-align:center; margin-top:25%;}
.brands-tj .owl-carousel .article .over-cur h2 img { width:170px; height:80px; display:inline-block;}
.brands-tj .owl-carousel .article .over-cur h2 em img { width:50px; height:80px;}
.brands-tj .owl-carousel .article .over-cur p { width:100%; text-align:center; line-height:25px;color:#f9f9f9;font-family:"微软雅黑"; line-height:14px;}
*/
.brands-tj2 { width:100%; margin-bottom:35px;}
.brands-tj2 ul { padding-left:37px;}
.brands-tj2 ul li { float:left; margin:0 6px; padding:1px;}
.brands-tj2 ul li:hover { padding:0px; border:1px solid #ccc;}
.brands-tj2 ul li img { width:170px; height:80px;}


/*视频*/
.video { width:1190px; height:500px; background:#000; margin-bottom:50px;}

/*协会动态*/
.sy-news { width:100%; background:url(../images/ns-bg.jpg) repeat-x left center; height:527px;}
.sy-news h3 { width:100%; text-align:center;font-size:38px; color:#333;font-family:"微软雅黑"; line-height:40px; padding-top:40px; margin-bottom:55px;font-weight:normal;}
.sy-news ul { width:1190px; margin:0 auto; }
.sy-news ul li { float:left; width:583px; height:160px; background:#fff; margin-right:24px; margin-bottom:20px;}
.sy-news ul li:nth-child(2n) { margin-right:0;}
.sy-news ul li .ns-img { float:left; height:160px; width:210px; overflow:hidden;}
.sy-news ul li .ns-img img {height:160px; width:210px;transition: 1s ease;}
.sy-news ul li:hover .ns-img img {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);} 
.sy-news ul li .ns-txt { float:left; margin-left:18px; width:355px;}
.sy-news ul li .ns-txt h2 { width:100%;font-size:18px; color:#333;font-family:"微软雅黑"; font-weight:normal; line-height:40px; height:40px; margin:10px 0 15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sy-news ul li .ns-txt p { color:#999; height:40px; line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.sy-news ul li .ns-txt span { display:block; margin-top:25px;}
.sy-news ul li:hover .ns-txt h2 { color:#0066d8;}
.sy-news ul li:hover .ns-txt p {color:#0066d8;}

/*footer*/
.footer { width:100%; background:#333333;}
.foot1 { padding:55px 0 35px;}
.foot1 .foot1_l { float:left;}
.foot1 .foot1_l ul li { float:left; width:109px; border-right:1px solid #4d4d4d; margin-right:55px; text-align: left;}
.foot1 .foot1_l ul li .foot1_lli { width:100%;}
.foot1 .foot1_l ul li .foot1_lli p { line-height:18px; margin-bottom:8px;}
.foot1 .foot1_l ul li .foot1_lli p a {color:#999; font-family:"宋体"; font-size:12px;}
.foot1 .foot1_l ul li .foot1_lli p:hover a  { color:#0066d8;}
.foot1_r { float:right; text-align:right; width:280px;}
.foot1_r p {color:#999; font-family:"宋体"; font-size:12px; line-height:20px;text-align:right;}
.foot1_r p span { font-family:"arial";}
.foot1_r .foot1_rul { text-align:right; margin-top:10px;}
.foot1_r .foot1_rul ul li { float:right;}
.foot1_r .foot1_rul ul li img { width:106px; height:106px;}
.foot1_r .foot1_rul ul li p { font-family:"宋体"; font-size:12px; color:#999; line-height:30px;text-align:center;}

.foot2 { width:100%; padding:15px 0 20px;text-align:left; font-size:12px; color:#fff;border-top:1px solid #4d4d4d;}
.foot2 .foot2_l{ float:right; line-height:20px; text-align:right;}
.foot2 .foot2_l p  { color:#999999;}
.foot2 p span { font-family:"arial";}
.foot2 p a{ color:#999;}
.foot2 .foot2_r { float:left; width:205px; height:25px; margin-top:12.5px; border:1px solid #4d4d4d; border-radius:2px;}
.foot2 .foot2_r .footLink {float:right; width:205px; height:25px;position:relative;}
.foot2 .foot2_r .footLink a {color:#fff;}
.foot2 .foot2_r .footLink a:hover {text-decoration:underline;}
.foot2 .foot2_r .footLink dt {width:205px; height:25px; text-indent:10px; line-height:25px; cursor:pointer;}
.foot2 .foot2_r .footLink dt div {float:left;font-size: 12px;color:#666666; width:calc(100% - 40px);}
.foot2 .foot2_r .footLink dt img {float:right; margin-right:10px; margin-top:10px;}
.foot2 .foot2_r .footLink dd {width:166px; padding:5px 10px; border:1px solid #4d4d4d; background:#999; position:absolute; left:0px; bottom:26px; display:none;}
.foot2 .foot2_r .footLink dd div {height:25px; line-height:25px;font-size:12px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}


/*内页banner*/
.ny_bans {width: 100%;height: 380px;}
.ny_bans p { width:1190px; padding:155px 0 0; margin: 0 auto;font-size:38px; color:#f4f4f4;font-family:"微软雅黑";}
/*面包屑*/
.home { width:100%; margin:0 auto; height:45px; line-height:45px; font-family:"宋体";}
.home a { color:#999; font-size:12px;}
.home a.cur { color:#666;}
.home span { color:#666; margin:0 3px;}

/*内容*/
.content { width:100%; margin-bottom:70px;}
.cont-left { float:left; width:200px; margin-right:20px; background:#f6f6f6; padding:30px 0 100px;}
.cont-left ul li { width:100%; background:url(../images/jt2.png) no-repeat 40px center; height:50px; line-height:50px; margin-bottom:15px;}
.cont-left ul li a { width:100%; display:block; font-family:"微软雅黑"; text-indent:48px; line-height:50px;font-size:18px; color:#666;font-family:"微软雅黑";}
.cont-left ul li:hover {background:url(../images/jt2s.png) no-repeat 40px center; background-color:#0066d8;}
.cont-left ul li:hover a { color:#fff;}
.cont-left ul li.cur {background:url(../images/jt2s.png) no-repeat 40px center; background-color:#0066d8;}
.cont-left ul li.cur a { color:#fff;}
.cont-right { float:left; width:970px;}
.cont-edd { width:100%; min-height:400px; font-size:12px; color:#666; line-height:25px;}
.cont-edd img { max-width:100%; height:auto;}
.cont-top { width:100%; margin-bottom:30px; margin-top:15px;padding-bottom:30px; border-bottom:1px dashed #ccc;}
.cont-top h1 { line-height:35px; font-weight:normal;font-family:"微软雅黑"; font-size:24px; color:#333;}
.cont-top p { line-height:20px;}
.cont-top span { color:#999; font-size:14px; margin-right:15px;}
/*会员体系*/
.system { padding:50px 125px;}
.system h1 { text-align:center; width:100%; line-height:55px; margin-bottom:45px; font-weight:normal;font-family:"微软雅黑"; font-size:48px; color:#333;}
.system h1 span { font-size:20px;}
.system ul li { position:relative; float:left; height:160px; width:378px; margin:0 15px 30px; border:1px solid #e4e4e4; border-radius：3px; background:#f8f8f8; padding:30px;}
.system ul li:hover {border:1px solid #4898d5;}
.system ul li h2{font-weight:normal;font-family:"微软雅黑"; font-size:28px; color:#333; margin-bottom:10px;}
.system ul li:hover h2 { color:#4898d5;}
.system ul li p { color:#999; margin-bottom:5px; line-height:22px; height:66px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.system ul li .system-ed { width:378px; height:36px; position:absolute; bottom:30px;}
.system ul li .system-ed span { float:left; display:block; height:36px; line-height:36px; color:#ff3600; font-size:14px;font-family:"微软雅黑";}
.system ul li .system-ed span i { float:left; margin-right:5px; display:block; height:36px; font-size:24px; font-style:normal; line-height:36px;}
.system ul li .system-ed a { float:right; width:138px; height:36px; line-height:36px; text-align:center; display:block; background:#ff3600;font-family:"微软雅黑"; font-size:18px; color:#f7f7f7}


/*行业活动*/
.activity { width:100%;}
.ny-bt{ width:100%; font-family:"微软雅黑"; font-size:24px; color:#0066cc; font-weight: normal; margin-bottom:30px;}
.sort_b {margin-bottom:30px; border:1px solid #e5e5e5;}
.sort_b table tr.sort_bs td {background:#e9e9e9;border-bottom:1px solid #dadada ;}
.sort_b table tr.sort_bs label {float:left; width:90px; padding-right:15px; text-align:right; font-family:'微软雅黑'; font-size:14px; color:#1c1c1c;padding-top:16px;padding-bottom:16px; margin-bottom:5px; height:23px; line-height:23px;}
.sort_b table .sort_bt { float:left; width:1080px;border-bottom:1px dashed #dadada ;}
.sort_b table .last2 {border-bottom: none;}
.sort_b table .sort_bt .sort_bt01  { width:1030px;padding:16px 25px; 16px; position:relative;}   
.sort_b table .sort_bt .sort_bt01 ul li { float:left; margin-right:5px; padding:0 15px;height:23px; margin-bottom:5px; font-family:"宋体"; font-size:12px; color:#666; font-weight:normal; line-height:23px; cursor: pointer;}
.sort_b table .sort_bt .sort_bt01 ul li.kvhover { color:#e53600;border-radius: 4px; }
.sort_b table .sort_bt .sort_bt01 ul.pp01 { width:980px;}
.sort_b table .sort_bt .sort_bt01 .inq2  {float: right;border: 1px solid #EEE; width:60px; height:21px;position:absolute; top:16px; right:25px;}
.sort_b table .sort_bt .sort_bt01 .inq2 a {font-family:"宋体"; font-size:12px; color:#666; line-height:21px; font-weight:normal;}
.activity-list { width:100%;}
.activity-list ul li { float:left; width:280px; border:1px solid #e5e5e5; margin-right:20px; margin-bottom:20px;}
.activity-list ul li:nth-child(4n) { margin-right:0;}
.activity-list ul li:hover { border:1px solid #0066cc;}
.activity-list ul li h2 { padding:15px 8px 10px; font-weight:normal; border-top:1px solid #e5e5e5;font-family:"微软雅黑"; font-size:18px; color:#333; line-height:22px; height:66px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.activity-list ul li:hover h2 { color:#0066cc;}
.activity-list ul li p { display: inline-table; width:100%;}
.activity-list ul li p span{ padding:0 8px; line-height:25px;font-family:"微软雅黑"; font-size:14px; color:#333;}
.activity-list ul li p img {width:280px; height:210px;}
.activity-list ul li p i {font-family:"微软雅黑"; font-size:14px; color:#cc0000; float:left; font-style:normal; margin-left:8px;}
.activity-list ul li p em {font-style:normal; float:right; font-style:normal;font-family:"微软雅黑"; font-size:14px; color:#cc0000; margin-right:8px;}
.activity-list ul li .act-bq { width:96%; padding:8px 2%; margin-top:8px; height:27px; border-top:1px solid #e5e5e5;}
.activity-list ul li .act-bq img { float:left; height:27px;  width:auto;}
.activity-list ul li .act-bq span { float:right; line-height:27px; color:#999;}

.acts-top { width:100%; margin-bottom:45px;} 
.acts-top .acts-topimg { float:left; width:570px; height:428px; border:1px solid #ccc;}
.acts-top .acts-topimg img {width:570px; height:428px;}
.acts-top .acts-toptxt { float:left; margin-left:15px; width:603px;}
.acts-top .acts-toptxt h2 {font-family:"微软雅黑"; font-size:28px; color:#333; font-weight:normal; line-height:40px; margin-bottom:15px; }
.acts-top .acts-toptxt p { line-height:28px; font-size:14px; color:#999; min-height:280px; margin-bottom:10px;}
.acts-top .acts-toptxt .acts-btn { width:120px; height:34px; line-height:34px; border-radius:3px; background:#cc0000; text-align:center;}
.acts-top .acts-toptxt .acts-btn a { color:#fff; display:inline-table; width:100%; height:100%; font-size:14px;}
.acts-cont { width:100%;}
.acts-contl { float:left; width:935px; min-height:450px;}
.acts-contlt { width:100%; height:50px; background:#f1f1f1; border-bottom:1px solid #cc0000;}
.acts-contlt ul li { float:left; height:50px; line-height:50px; width:140px; text-align:center;}
.acts-contlt ul li  a {font-family:"微软雅黑"; font-size:20px; color:#666; display:inline-table; width:100%; height:100%;}
.acts-contlt ul li.cur { background:#cc0000;}
.acts-contlt ul li.cur a { color:#fff;}
.acts-contlall {padding:15px 10px; border:1px solid #eee; border-top: none;}

.acts-contr { float:left; width:230px; margin-left:25px;}
.acts-contr .acts-contrbt { width:100%; line-height:45px; height:45px; background:#f7f7f7; color:#666;font-family:"微软雅黑"; font-size:20px; text-align:center; margin-bottom:10px;}
.acts-contr ul li { width:228px; border:1px solid #e5e5e5; margin-bottom:20px;}
.acts-contr ul li:hover { border:1px solid #0066cc;}
.acts-contr ul li h2 { padding:15px 8px 10px; font-weight:normal; border-top:1px solid #e5e5e5;font-family:"微软雅黑"; font-size:16px; color:#333; line-height:22px; height:66px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.acts-contr ul li:hover h2 { color:#0066cc;}
.acts-contr ul li p { display: inline-table; width:100%;}
.acts-contr ul li p span{ padding:0 8px; line-height:25px;font-family:"微软雅黑"; font-size:14px; color:#333;}
.acts-contr ul li p img {width:228px; height:auto;}
.acts-contr ul li p i {font-family:"微软雅黑"; font-size:14px; color:#cc0000; float:left; font-style:normal; margin-left:8px;}
.acts-contr ul li p em {font-style:normal; float:right; font-style:normal;font-family:"微软雅黑"; font-size:14px; color:#cc0000; margin-right:8px;}
.acts-contr ul li .act-bq { width:96%; padding:8px 2%; margin-top:8px; height:27px; border-top:1px solid #e5e5e5;}
.acts-contr ul li .act-bq img { float:left; height:27px;  width:auto;}
.acts-contr ul li .act-bq span { float:right; line-height:27px; color:#999;}
/*页码*/
.page01 { text-align:center; height:30px; width:100%; float:left; margin-top:20px; margin-bottom:20px;}
.page01 a {border:1px solid #ccc; padding:5px 8px; margin-left:8px; font-family:"宋体"; color:#666;cursor: pointer; text-align:center;}
.page01 a.hv{ color:#fff;border:1px solid #0066cc; background:#0066cc; padding:5px 8px;}


/*人才库*/
.inter { width:100%;}
.inter-list { margin-bottom:30px; background:#f5f5f5; padding:15px 30px; height:30px;}
.inter-list p { float:left; height:30px; line-height:30px; margin:0 8px;}
.inter-list p span { float:left; margin:0 5px; font-size:12px; color:#666;}
.inter-list p select { float:left; height:28px; line-height:28px; border:1px solid #aaaaaa; width:80px; color:#999;}
.inter-list p select.zj { width:155px;}
.inter-list2 { width:100%; margin-bottom:30px;}
.inter-list2 ol li { float:left; margin-left:20px; width:300px; height:125px; padding:10px 5px; background:#53ea8f; text-align:center;}
.inter-list2 ol li:first-child{ margin-left:0px; background:#98c9ff;}
.inter-list2 ol li:last-child { background:#ffbf73;}
.inter-list2 ol li a { display:inline-table; width:100%; height:100%;}
.inter-list2 ol li img { height:80px; width:80px; border:3px solid #fff; border-radius:50%;}
.inter-list2 ol li h2 {line-height:25px; font-size:12px; color:#fff;}
.inter-list2 ol li p {font-size:12px; color:#fff;}
.inter-list3 {width:100%; }
.inter-list3 ul li { width:100%; display:inline-table;margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #ccc;}
.inter-list3 ul li:last-child {border-bottom:none;}
.inter-list3 ul li .list3-left { float:left; width:800px;}
.inter-list3 ul li .list3-left h2 { font-size:20px; font-family:"微软雅黑";font-weight:normal; margin-bottom:15px; line-height:26px;}
.inter-list3 ul li .list3-left h2 a { color:#333; }
.inter-list3 ul li .list3-left p { line-height:22px; color:#666;}
.inter-list3 ul li .list3-right { float:left; width:120px; margin-left:50px; text-align:right;}
.inter-list3 ul li .list3-right p { line-height:26px; margin-bottom:20px; height:26px;}
.inter-list3 ul li .list3-right p span { color:#666;}
.inter-list3 ul li .list3-right p a { display:block; float:right; width:75px; height:24px; border:1px solid #0066cc; border-radius:3px; color:#0066cc; line-height:24px; text-align:center;}
.inter-list3 ul li:hover .list3-left h2 a{color:#0066cc; }
.inter-list3 ul li:hover .list3-left p {color:#0066cc; }
.int-top { width:100%; height:180px; padding:20px 0; background:url(../images/renbg.jpg) no-repeat center center;}
.int-topimg { width:180px; height:180px; margin-left:50px; border-radius:50%; overflow:hidden; float:left;}
.int-topimg img {width:180px; height:180px;}
.int-toptxt { float:left; padding-top:30px; margin-left:20px; width:680px;}
.int-toptxt h2 { font-weight:normal;font-size:28px; font-family:"微软雅黑"; color:#333; margin-bottom:15px; line-height:30px;}
.int-toptxt h2 span { float:right; font-size:12px; color:#0066d8; font-family:"宋体";}
.int-toptxt p { line-height:25px; width:100%;}
.int-toptxt p span { margin-right:25px; color:#999;}
.int-content { width:100%;} 
.int-list { width:100%; text-align:center; margin-bottom:30px;}
.int-list h2 { height:30px; margin-bottom:30px; line-height:30px; border-bottom:1px solid #eee; font-weight:normal;font-size:24px; font-family:"微软雅黑"; color:#666;}
.int-list h2 span { display:inline-table; background:#fff; height:30px; line-height:30px; margin-top:15px; padding:0 15px; }
.int-list .int-ltxt { padding:0 30px; margin-bottom:25px;}
.int-list .int-ltxt h3 { font-weight:normal; margin-bottom:15px; color:#0066d8;font-size:24px; font-family:"微软雅黑"; line-height:28px; position:relative;}
.int-list .int-ltxt h3 span { float:right;font-size:12px; color:#999; font-family:"宋体"; position:absolute; right:0; top:0;}
.int-list .int-ltxt p { color:#999; line-height:26px;}
.contact-btn { width:100px; height:24px; border-radius:3px; background:#cc3300; text-align:center; line-height:24px; color:#fff; margin-top:20px; cursor:pointer;}

/*协会服务*/
.information { width:100%; margin:20px 0 30px;}
.information .information-list { float:left; width:470px; height:165px; background:#2ca5f9; text-align:center;}
.information .information-list a { display:inline-table; width:100%; height:100%;}
.information .color2 { background:#81ce3e; margin-left:30px;}
.information .information-list img { width:92px; height:92px; margin-top:15px;}
.information .information-list p { line-height:40px;font-size:20px; font-family:"微软雅黑"; color:#fff;}
.activities { width:100%;}
.activities ul li { width:100%; margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #eee; display:inline-table;}
.activities ul li:last-child { border-bottom:none;}
.activities ul li .activities-img { float:left; width:250px; height:190px; overflow:hidden;}
.activities ul li .activities-img img {width:250px; height:190px;transition: 1s ease;}
.activities ul li:hover .activities-img img {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);} 
.activities ul li .activities-txt { float:left; margin-left:15px; width:705px;}
.activities ul li .activities-txt h2 { margin-bottom:15px; font-weight:normal;font-size:24px; font-family:"微软雅黑"; color:#333; line-height:30px;}
.activities ul li .activities-txt p { line-height:20px; color:#999; min-height:120px; margin-bottom:5px;}
.activities ul li .activities-txt span { line-height:20px; font-family:"arial"; color:#333; font-size:#14px;}
.activities ul li:hover .activities-txt h2 { color:#0066cc;}
.activities ul li:hover .activities-txt p {color:#0066cc;}

.legallaid-text { padding:20px; background:#f9f9f9; color:#666; line-height:20px; margin-bottom:20px;}
.legallaid ul li { width:100%; margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #eee; display:inline-table;}
.legallaid ul li:last-child { border-bottom:none;}
.legallaid ul li .legallaid-img { float:left; width:220px; height:175px; overflow:hidden;}
.legallaid ul li .legallaid-img img {width:220px; height:175px;transition: 1s ease;}
.legallaid ul li:hover .legallaid-img img {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);} 
.legallaid ul li .legallaid-txt { float:left; margin-left:15px; width:720px;}
.legallaid ul li .legallaid-txt h2 { margin-bottom:15px; font-weight:normal;font-size:24px; font-family:"微软雅黑"; color:#333; line-height:30px;}
.legallaid ul li .legallaid-txt p { line-height:20px; color:#999; min-height:100px; margin-bottom:5px;}
.legallaid ul li .legallaid-txt span{ font-family:"arial"; color:#0066cc; font-size:14px; width:75px; height:24px; border:1px solid #0066cc; border-radius:3px; display:block; text-align:center; line-height:24px;}
.legallaid ul li:hover .legallaid-txt h2 { color:#0066cc;}
.legallaid ul li:hover .legallaid-txt p {color:#0066cc;}

.legallaid2 ul li { width:100%; margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #eee; display:inline-table;}
.legallaid2 ul li .legallaid-img { float:left; width:220px; height:175px; overflow:hidden;}
.legallaid2 ul li .legallaid-img img {width:220px; height:175px;} 
.legallaid2 ul li .legallaid-txt { float:left; margin-left:15px; width:950px;}
.legallaid2 ul li .legallaid-txt h2 { margin-bottom:15px; font-weight:normal;font-size:24px; font-family:"微软雅黑"; color:#333; line-height:30px;}
.legallaid2 ul li .legallaid-txt p { line-height:20px; color:#999; margin-bottom:5px;}

.review { width:100%; margin:20px 0 30px;}
.review .review-list { float:left; width:310px; height:165px; background:#2ca5f9; text-align:center;}
.review .review-list a { display:inline-table; width:100%; height:100%;}
.review .color2 { background:#81ce3e; margin:0 20px;}
.review .color3 { background:#eca100;}
.review .review-list img { width:80px; height:80px; margin-top:20px;}
.review .review-list p { line-height:40px;font-size:20px; font-family:"微软雅黑"; color:#fff;}
.review .review-list p b {}

/*登录*/
.login {
	width: 500px;
	margin: 150px auto 0;
	background: #fff;
	padding: 70px 150px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px #c4c6c6;
    -moz-box-shadow: 0 0 10px #c4c6c6;
    box-shadow: 0 0 10px #c4c6c6;
}
.login h2 { width:100%; text-align:center; margin-bottom:35px;}
.login h2 img { max-width:100%; height:auto;}
.login p {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	;
}

.login p .text {
	height: 44px;
	border: 1px solid #d4d4d4;
	text-indent: 8px;
	float: left;
	color: #999;
	float: left;
	line-height: 44px;
	width: 100%;
}

.text2 {
	height: 44px;
	border: 1px solid #d4d4d4;
	text-indent: 8px;
	float: left;
	color: #999;
	float: left;
	line-height: 44px;
	width: 180px;
}
.applyBtn2 {float: left;border: 1px solid #d4d4d4;height: 44px; width:140px;border: 1px solid #d4d4d4;margin-left: 18px;}
.login p img {
	float: left;
	margin-left: 18px;
	border: 1px solid #d4d4d4;
}

.login p .submitl {
	width: 100%;
	height: 50px;
	background: #003378 none repeat scroll 0% 0%;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	font-family: '微软雅黑';
	font-size: 18px;
}
.login p a { color:#0067be;}
.login p span { float:right;}
.login h3 { margin-top:45px; text-align:center; font-weight:normal; color:#666666; font-size:12px; font-family:"宋体";}

/*会员中心*/
.menber-all { width:100%;}
.info-user { border:1px solid #ccc; padding:50px; text-align:center; margin-bottom:35px;}
.info-user p { width:100%;color:#646464; font-size:15px; font-family:"宋体"; line-height:35px; margin-bottom:10px;}
.info-user p img { max-width:100%; height:auto;}
.info-user a { display:block; width:125px; height:35px; text-align:center; line-height:34px; background:#0076fa; border-radius:5px; color:#fff; margin:0 auto;}
.info-user span {display:block; width:125px; height:35px; text-align:center; line-height:34px; background:#0076fa; border-radius:5px; color:#fff; margin:0 auto;}


/*账号信息*/
.infos { width:100%; padding:45px 0 0}
.infos p { width:620px; margin:0 auto 15px; height:46px;}
.infos p .tests1 { height:38px; line-height:38px; background:#f7f7f7; border:1px solid #f0f0f0; width:548px; text-indent:20px; color:#666;}
.infos p  a { display:inline-table; width:70px; height:40px; text-align:center; line-height:40px; background:#0066d8; color:#fff; font-size:14px;}
.infos p .tests2 {height:44px; line-height:44px; background:#f7f7f7; border:1px solid #f0f0f0; width:618px; text-indent:20px;color:#666;}
.infos p  select {height:44px; line-height:44px; background:#f7f7f7; border:1px solid #f0f0f0; width:618px; text-indent:18px;color:#666;}
.infos p .tests3 {height:44px; line-height:44px; background:#f7f7f7; border:1px solid #f0f0f0; width:300px; text-indent:20px; float:left;color:#666;}
.infos p .tests3:first-child { margin-right:16px;}
.infos p .info-btn { width:100%; background:#0066d8; cursor:pointer; height:46px; line-height:46px; text-align:center; border-radius:5px; font-size:14px; color:#fff;}

/*企业述求*/
.appeal { width:100%;}
.appeal ol { height:42px; margin-bottom:20px; border:-radius:3px; overflow: hidden;}
.appeal ol li { float:left; border:1px solid #f0f0f0; background:#f7f7f7; width:321px; height:40px; line-height:40px; text-align:center;}
.appeal ol li a { color:#666; font-size:14px; display:inline-table; width:100%; height:100%;}
.appeal ol li.cur { background:#0066d8;}
.appeal ol li.cur a { color:#fff;}
.appeal ul { border:1px solid #ccc; padding:20px; border-radius:5px; min-height:300px; max-height:1200px; overflow:auto;}
.appeal ul li { margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #ccc;}
.appeal ul li:last-child { border-bottom:none;}
.appeal ul li h2 { font-weight:normal;font-size:16px; font-family:"微软雅黑"; color:#333; line-height:30px; margin-bottom:10px;}
.appeal ul li h2 span { float:right; color:#999;}
.appeal ul li p { color:#666; font-size:12px; line-height:23px; margin-bottom:8px;}
.appeal ul li p span { color:#0066d8;}

/*企业查询*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.inquires { border:1px solid #ccc; border-radius:5px; margin-top:55px;}
.inquires h2 { width:100%; height:45px; line-height:45px; text-indent:20px;font-size:16px; font-family:"微软雅黑"; color:#333; background:#f7f7f7; border-radius:5px 5px 0 0;}
.inquires ul { padding:10px;}
.inquires ul li { float:left; height:45px; line-height:45px; width:454px; margin:0 10px;font-size:16px; font-family:"微软雅黑"; color:#666;}
.inquires ul li span { width:120px; padding-right:10px; text-align:right; color:#333; display:inline-table;}

/*安全设置*/
.info-panel {
    padding: 30px 0px;
    border-bottom: solid 1px #dddddd;
	font-size:16px;
	color:#333;
	line-height:25px;
}
.m-progress-group {
    background-color: #d6d7d7;
    width: 100%;
    height: 4px;
}
.m-progress-group .m-progress-jindu {
    background-color: #cc0815;
    height: 4px;
}
.info-panel .inm {
    display: inline-block;
    vertical-align: middle;
}
.inm .btn-link{ color:#003378 ;}


/*我的简历*/
.btn-danger {
    color:#fff;
    background-color: #0066d8;
    border-color: #0066d8;
}
a.btn-danger {
    color:#fff;
    background-color: #0066d8;
    border-color: #0066d8;
}
.appeals-container {
	margin-top:35px;
}
.user-center-table-container {
    border: solid 1px #dddddd;
    min-height: 600px;
	margin-top:35px;
}
.user-center-table {
    width: 100%;
}
.user-center-table thead {
    border-bottom: solid 1px #dddddd;
    line-height: 34px;
    background-color: #f6f8fa;
}
.user-center-table th {
    text-align: center;
}
.user-center-table tbody tr {
    border-bottom: solid 1px #dddddd;
}
.user-center-table td {
    text-align: center;
    padding: 10px 6px;
}

/*企业认证*/
.legalize-list { border:1px solid #ccc; border-radius:5px; margin-bottom:30px;}
.legalize-list h2 { width:100%; height:45px; line-height:45px; text-indent:20px;font-size:16px; font-family:"微软雅黑"; color:#333; background:#f7f7f7; border-radius:5px 5px 0 0;}
.legalize-list h2 span{ color:#e20000;}
.legalize-list h2 a { float:right; color:#0066d8; margin-right:20px;}
.legalize-list h2 .add-button { float:right; height:30px; line-height:30px; padding:0 15px; background:#0066d8; color:#fff; border-radius:8px; margin-top:7.5px; margin-right:10px; cursor:pointer;}
.legalize-list ul { padding:10px;}
.legalize-list ul li { float:left; height:45px; line-height:45px; width:454px; margin:5px 10px;font-size:16px; font-family:"微软雅黑"; color:#666;}
.legalize-list ul li span { width:120px; float:left; padding-right:10px; text-align:right; color:#333; display:inline-table;}
.legalize-list ul li .textlist { float:left; width:324px; height:45px;}
.legalize-list ul li .textlist .legatxt{ height:43px; width:220px; padding:0 10px; border:1px solid #ccc; line-height:43px; color:#666; font-size:16px;font-family:"微软雅黑";}
.legalize-list ul li .textlist .legaclose{width:240px; float:left; height:45px; line-height:45px; text-indent:10px;color:#666; font-size:16px;font-family:"微软雅黑";}
.legalize-list ul li .textlist .legaclose2{width:110px;}
.legalize-list ul li .textlist .legatxt2{ width:110px;}
.legalize-list ul li .textlist .legatxt3{ width:700px;}

.legalize-add { background:#ff4936; width:100%; height:30px; line-height:30px; padding:10px 0; text-align:center; border-radius:8px; margin-bottom:50px;color:#fff; font-size:16px;font-family:"微软雅黑"; cursor:pointer;}
.legalize-add img { height:30px; width:auto; margin-left:6px; vertical-align:bottom;}
.add-list { padding:15px 15px 10px 0;}
.add-list ol li { margin-left:15px; height:33px; line-height:33px; border:1px solid #1f71cc; background:#368ef1; color:#fff; float:left; border-radius:5px; display:inline-table; padding:0 8px; margin-bottom:10px;}
.add-list ol li  label.txtl { float:left; height:33px; line-height:33px; margin-right:5px;}
.add-list ol li  label.txtl a { color:#fff;}
.add-list ol li  label.imgr { float:left; height:25px; width:25px; margin-top:5px; cursor:pointer;}
.add-list ol li  label.imgr img {height:25px; width:25px;}

.about-list { padding:20px;}
.about-list .textarea { width:100%; min-height:220px;color:#666; font-size:14px;font-family:"微软雅黑"; line-height:22px;}

.upload-list {padding:15px 15px 10px 0;}
.upload-list ol li { float:left;margin-left:15px; margin-bottom:15px; position:relative; overflow:hidden;}
.upload-list ol li img {width:100px; height:100px;}
.upload-list ol li .operating { position:absolute; top:0px; left:0px; width:100px; height:100px;background: rgba(0, 0, 0, 0.5) !important;filter: Alpha(opacity=50);background: #000; display:none;}
.upload-list ol li:hover .operating { display:block;}
.upload-list ol li .operating a { color:#fff; display:inline-table; padding:0 10px; height:20px; line-height:28px; border:1px solid #fff; border-radius:3px; margin:40px 27px 0;}
.uploads { width:100px; height:100px; margin-left:15px; position:relative;}
.uploads img { width:100px; height:100px; }
.uploads .uploads-btn { position:absolute; top:0px; left:0px; display:inline-table; width:100px; height:100px; cursor:pointer; opacity:0;}

/*活动报名*/
.signup-btn { width:240px; height:45px; line-height:45px; text-align:center;color:#666; font-size:16px;font-family:"微软雅黑"; color:#fff; background:#0066d8; border-radius:5px;}
.signup { width:100%;}
.signup  table { width:100%; border:1px solid #ccc;}
.signup  table tr th { background:#f0f0f0;line-height:25px;border:1px solid #ccc; height:45px; padding:0px 5px;}
.signup  table tr td {line-height:25px;border:1px solid #ccc;padding: 15px 5px; text-align:center;}

/*发展历程*/
.course-list{
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.course-wrap.m-wrap .course-list{
	margin-top: 20px;
}
.course-list .ovh{
	width: 91%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url("../images/bg_12.png") repeat-x left center;
}
.course-wrap.m-wrap .course-list .ovh{
	background: none;
	width: 100%;
}
.course-list li{
	width: 280px;
	position: relative;
	margin-right: -93px;
}
.course-wrap.m-wrap .course-list li{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}
.course-list .mains{
	padding: 17px 20px 27px;
	background-color: #f0f0f0;
	width: 240px;
	color: #777;
}
.course-list .mains p{
	padding-left: 18px;
	background: url("../images/ico_125.jpg") no-repeat left 9px;
}
.course-wrap.m-wrap .course-list .mains{
	width: 94%;
	padding: 17px 3% 27px;
}
.course-list li .top{
	background: url("../images/bg_10.png") no-repeat right top;
	padding-top: 45px;
	height: 42px;
	line-height: 42px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
	color:#fff;
}
.course-wrap.m-wrap .course-list li .top{
	padding-top: 0;
	padding-left: 3%;
	width: 97%;
	text-align: left;
	background: #e8e8e8;
}
.course-list li.odd{
	margin-top: 0;
}
.course-wrap.m-wrap .course-list li.odd{
	position: relative;
}
.course-list li.odd .top{
	background: url("../images/bg_11.png") no-repeat right bottom;
	padding-bottom: 45px;
	padding-top: 0;
	 color:#fff;
}
.course-wrap.m-wrap .course-list li.odd .top{
	padding-bottom: 0;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.course-wrap.m-wrap .course-list li.odd .mains{
	margin-top: 42px;
}
.course-list .butn{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.course-wrap.m-wrap .course-list .butn{
	display: none;
}
.course-list .prev{
	background: url("../images/ico_40.png") no-repeat center top;
	left: 0;
}
.course-list .next{
	background: url("../images/ico_39.png") no-repeat center top;
	right: 0;
}
.course-list .butn:hover{
	background-position: center bottom;
}
.course-list li:hover .top{
	background: url("../images/bg_10.png") no-repeat right top;
	color: #fff;
}
.course-wrap.m-wrap .course-list li:hover .top,.course-wrap.m-wrap .course-list li.odd:hover .top{
	background: #e8e8e8;
	color: #666;
}
.course-list li.odd:hover .top{
	background: url("../images/bg_11.png") no-repeat right top;
	color: #fff;
}
.course-list li {
    list-style: none;
    float: left;
}


.advisorys { padding:20px;}
.advisorys .advisory-inq { width:348px; display:block; border:1px solid #ccc; margin-bottom:15px; height:40px; line-height:40px; padding:0 15px; color:#666; font-size:14px;font-family:"微软雅黑"; }
.advisorys .advisory-text {width:348px;display:block; border:1px solid #ccc;line-height:25px; padding:0 15px; min-height:110px;color:#666; font-size:14px;font-family:"微软雅黑";}






