@charset "utf-8";
/* CSS Document */
.Front_head{ box-shadow:0 1px 0 #d8d8d8; border-bottom:1px solid #bebebe;}
.WebHead_info{ height:30px; line-height:30px; background:#000; text-align:right; color:#fff;}
.WebHead_info .hy_font{ float:left; color:#ffffff; font-weight:normal;}
.WebHead_info a{ margin:0 10px 0 4px; color:#ffffff; padding-left:20px;}
.WebHead_info a span{ margin:0 3px; font-weight:bold; display:inline-block;}
.WebHead_info .login_link{ background:url(../images/login_link_ico.png) no-repeat 0 -1px;}
.WebHead_info .register_link{ background:url(../images/register_link_ico.png) no-repeat 0 -1px;}
.WebHead_info .exit_link{ background:url(../images/exit_link_ico.png) no-repeat 0 -1px;}
.WebHead_info .message_link{ background:url(../images/message_link_ico.png) no-repeat 0 -1px;}
.WebHead_top{ height:95px; text-align:right; position:relative;}
.WebHead_top .logo{ float:left; width:270px; height:95px; display:inline-block;text-align:left;}
.WebHead_top .logo img{vertical-align:middle;}

.WebHead_top .nav{ padding-top:30px;}
.WebHead_top .nav ul{ position:absolute; z-index:9999; text-align:center;}
.WebHead_top .nav li{ position:relative;}
.WebHead_top .nav .navl1{ width:720px; left:280px;}
.WebHead_top .nav .level1{ float:left; margin:0 4px; line-height:30px;}
.WebHead_top .nav .level1 a{ position:relative;font-size:16px; font-weight:bold;}
.WebHead_top .nav .level1 a:hover{ color:#167bbf;}
.WebHead_top .nav .level1 a:hover:after{ content:''; width:100%; height:3px; display:block; border-radius:20px; background:#167bbf; position:absolute; z-index:99999;}
.WebHead_top .nav .active a{ color:#167bbf;}
.WebHead_top .nav .active a:after{ content:''; width:100%; height:3px; display:block; border-radius:20px; background:#167bbf; position:absolute;}
.WebHead_top .nav .navl2{left: 0;top:32px;display: none; width:100px; background:#6baedd; border-top:3px solid #167bbf;}
.WebHead_top .nav .navl2 .level2{ border-bottom:1px solid #c8deed;}
.WebHead_top .nav .navl2 a{ color:#ffffff; font-size:14px!important; display:block; height:100%;}
.WebHead_top .nav .navl2 a:hover{ background:#167bbf; color:#ffffff!important;}
.WebHead_top .nav .navl2 a:hover:after{ display:none!important;}
.WebHead_top .nav .navl3{left:100px;top:0px;display: none; min-width:100px; background:#96c4e5; text-align:left; white-space:nowrap;}
.WebHead_top .nav .navl3 .level3{ border-bottom:1px solid #fff;}
.WebHead_top .nav .navl3 a{ color:#ffffff; display:block; height:100%; padding:0 15px;}
.WebHead_top .nav .navl3 a:hover{ background:#167bbf; color:#ffffff!important;}
.WebHead_top .nav .navl3 a:hover:after{ display:none!important;}
.WebHead_top .nav .navl1 .level1:hover ul.navl2{display: block;}
.WebHead_top .nav .navl2 .level2:hover ul.navl3{display: block;}

/**/
.WebPage_bottom{ margin-top:20px; border-top:3px solid #167bbf; box-shadow:inset 0 2px 0 #ffffff; background:#2d3237;}
.WebPage_bottom .bottom_copy{ height:40px; line-height:40px; text-align:right; background:#23282d; clear:both; overflow:hidden;}
.WebPage_bottom .bottom_copy:before{ width:100%; height:1px; display:block; clear:both; float:left;}
.WebPage_bottom .bottom_copy strong{ float:left; font-weight:normal; color:#ffffff;}
.WebPage_bottom .bottom_copy a{ width:22px; height:22px; display:inline-block; margin:11px 2px 0;}
.WebPage_bottom .bottom_copy .qq_link{ background:url(../images/bottom_link_ico.png) no-repeat;}
.WebPage_bottom .bottom_copy .weixin_link{ background:url(../images/bottom_link_ico.png) no-repeat 0 -22px;}
.WebPage_bottom .bottom_copy .weibo_link{ background:url(../images/bottom_link_ico.png) no-repeat 0 -44px;}
/*20170626修改 .WebPage_bottom .bottom_info{ width:100%; margin-top:10px; padding-bottom:10px; text-align:center;}
.WebPage_bottom .bottom_info div{ line-height:24px; color:#ffffff;}
.WebPage_bottom .bottom_info div strong{ font-weight:normal; margin-right:20px;}
.WebPage_bottom .bottom_info p{}
.WebPage_bottom .friend_link{ width:55%; float:right; margin-top:15px; padding-bottom:15px;}
.WebPage_bottom h2{ font-size:14px; color:#ffffff; line-height:24px;}
.WebPage_bottom a{ color:#a8aaac;}
.WebPage_bottom .friend_link li{ display:inline-block; width:90px; height:50px; margin:5px 10px 0 0; line-height:24px; overflow:hidden; text-align:center;}
.WebPage_bottom .friend_link li img{ width:90px; height:33px;}
.WebPage_bottom .bottom_info p{ color:#ffffff; line-height:24px;}
.WebPage_bottom .bottom_info a{ margin:0 4px; color:#ffffff;} */
.WebPage_bottom .bottom_info{ width:570px; margin-top:10px; padding-bottom:10px; text-align:left; float:left;}
.WebPage_bottom .bottom_info div{ line-height:24px; color:#ffffff;}
.WebPage_bottom .bottom_info div strong{ font-weight:normal; margin-right:20px;}
.WebPage_bottom .bottom_info p{}
.WebPage_bottom .friend_link{ width:55%; float:right; margin-top:15px; padding-bottom:15px;}
.WebPage_bottom h2{ font-size:14px; color:#ffffff; line-height:34px;}
.WebPage_bottom a{ color:#a8aaac;}
.WebPage_bottom .friend_link li{ display:inline-block; width:90px; height:50px; margin:5px 10px 0 0; line-height:24px; overflow:hidden; text-align:center;}
.WebPage_bottom .friend_link li img{ width:90px; height:33px;}
.WebPage_bottom .bottom_info p{ color:#ffffff; line-height:24px;}
.WebPage_bottom .bottom_info a{ margin:0 4px; color:#ffffff;}

/*登录页*/
.login_bgimg{ background:url(../images/login_bgimg.png) repeat-x bottom; height:596px; margin-top:10px;}
.login_bgimg .show_width{ background:url(../images/login_area.png) no-repeat; height:596px;}
.login_area{ width:329px; height:530px; margin-top:65px; float:right; margin-right:24px;}
.login_area h1{ background:url(../images/login_title.png) no-repeat center center; height:22px;}
.login_area .login_form_input{ background:url(../images/login_form.png) no-repeat; width:267px; margin:auto;}
.login_area .login_form_input input[type=text]{ width:190px; height:33px; margin-left:75px; margin-top:21px; border:none; background:none; color:#8f8f8f;}
.login_area .login_form_input input[type=password]{ width:190px; height:33px; margin-left:75px; margin-top:21px; border:none; background:none; color:#8f8f8f;}
.login_area .login_form_input .form_password input{ width:160px;}
.login_area .eyes_box{ width:20px; height:20px; display:inline-block; vertical-align:middle; margin-left:3px; margin-top:18px; position:relative;}
.login_area .eyes_box .icon{background: url(../images/psw_lo02.png) no-repeat center center; widht:20px; height:20px; display:block;}
.login_area .eyes_box .cls{background: url(../images/psw_lo01.png) no-repeat center center; widht:20px; height:20px; display:block;}
.login_area .form_select{ margin-top:10px;}
.login_area .form_select strong{ display:inline-block; width:60px; height:48px; line-height:48px; font-size:14px; text-align:right; color:#9b9b9b;}
.login_area .form_select select{ height:33px; line-height:33px; width:200px; border:1px solid #b8b8b8; border-radius:4px; margin-left:5px; vertical-align:middle;}
.login_area .form_checkbox{ text-align:right; margin:10px auto; color:#9b9b9b; height:30px;}
.login_area .form_checkbox strong{ font-weight:normal; float:left;}
.login_area .form_checkbox strong input{ vertical-align:text-top;}
.login_area .form_checkbox a{ color:#9b9b9b;}
.login_area .form_checkbox a:hover{ color:#df1e1e;}
.login_area .form_btn{ margin-top:5px; text-align:center; clear:both;}
.login_area .form_btn a{ display:block; font-size:14px; font-weight:bold; color:#2281b2;}
.login_area .form_btn .Signin_btn{ background:url(../images/login_btn_bgimg.png) no-repeat; width:169px; height:45px; margin:auto; margin-bottom:15px; border:none;}
.login_erweima{ background:url(../images/login_sg_bgimg.png) no-repeat; width:327px; height:105px; border:1px solid #c1c1c1; text-align:left; clear:both; margin-top:80px;}
.login_erweima img{ width:92px; height:92px; margin-left:12px; margin-top:8px;}

/*注册页*/
.register_page{ width:1000px; margin:10px auto; border:1px solid #dddddd; padding:15px;}
.flowing_div{ height:6px; border-radius:3px; width:800px; margin:auto; margin-top:30px;}
.flowing_div div:nth-child(1){ border-radius:3px 0 0 3px;}
.flowing_div div:nth-child(3){ border-radius:0 3px 3px 0;}
.flowing_div .list_div{ width:33.3%; float:left; height:6px; background:#9C9C9C; position:relative;}
.flowing_div strong{ position:absolute; margin-top:-35px; text-align:center; width:100%; font-size:14px; color:#9c9c9c;}
.flowing_div span{ width:26px; height:26px; line-height:26px; text-align:center; display:inline-block; border-radius:26px; background:#9c9c9c; color:#ffffff; position:absolute; left:50%; margin-top:-10px; margin-left:-13px; font-weight:bold;}
.flowing_div .active{ background:#3dc2d5;}
.flowing_div .active strong{ color:#3dc2d5;}
.flowing_div .active span{ background:#3dc2d5;}

.register_form{ margin-top:60px;}
.register_form h2{ border-top:2px solid #dddddd; position:relative; margin:20px 140px;}
.register_form h2 strong{ display:inline-block; width:160px; height:40px; line-height:40px; text-align:center; background:#ffffff; font-size:16px; color:#999999; position:absolute; left:50%; margin-left:-80px; margin-top:-20px;}
.register_form .form_tab{ margin:0 120px; margin-top:50px;}
.register_form .form_tab td{ padding-bottom:20px; font-size:14px; vertical-align:top;}
.register_form .form_tab td del{ font-size:12px; text-decoration:none; color:#ff0000; margin-right:5px;}
.register_form .form_tab .td_left input[type=text]{ width:90%; height:30px; line-height:30px; border:1px solid #ddd; border-radius:4px;}
.register_form .form_tab .td_left input[type=password]{ width:90%; height:30px; line-height:30px; border:1px solid #ddd; border-radius:4px;}
.register_form .form_tab .td_left select{ width:90%; height:30px; line-height:30px; border:1px solid #ddd; border-radius:4px;}
.register_form .form_tab .td_left textarea{ height:80px; width:90%; border:1px solid #ddd; border-radius:4px;}
.register_form .form_tab .td_info{ width:160px;}
.register_form .form_tab .td_right{ width:100px;}
.register_form .btn_area{ text-align:center; margin:30px auto;}

.register_ok{ text-align:center; margin:0 150px; padding:30px;}
.register_ok div{ background:url(../images/register_ok.png) no-repeat 90px center; border-bottom:1px solid #dddddd; height:130px; line-height:130px; font-size:18px; color:#28a07a; font-weight:bold;}
.register_ok p{ font-size:14px; color:#999999; line-height:40px; font-weight:bold; margin-top:30px;}
.register_ok p a{ color:#3dc2d5;}

.List_Thead{ height:260px;}
.List_Thead h2{ font-size:40px; padding-top:50px; text-align:center; color:#ffffff; text-shadow:2px 2px 2px #484848;}
.List_Thead p{ font-size:40px; text-align:center; padding-bottom:10px; color:#ffffff; text-shadow:2px 2px 2px #484848;}
.List_Thead .tools{ height:60px; margin:auto; margin-top:10px;}

/*成果列表*/
.product_Thead{ background:url(../images/productList_bgimg.png) no-repeat center bottom;}
.product_Thead .tools{ width:418px;}
.product_Thead .tools .filters{ width:294px;}
.product_Thead .tools_3{ width:574px;}
.product_Thead .tools_3 .filters{ width:442px;}

/*大图模式
.product_list{ width:1000px; margin:auto; margin-top:30px;}
.product_list dl{ min-height:500px;}
.product_list dd{ background:#fff; width:320px; float:left; border:1px solid #cccccc; box-sizing:border-box; padding:4px; margin-bottom:20px; float:left; cursor:pointer;}
.product_list dd:hover{ box-shadow:2px 2px 2px #ddd;}
.product_list dd:nth-child(1n+1){ margin-left:20px;}
.product_list dd:nth-child(2n+1){ margin-left:20px;}
.product_list dd:nth-child(3n+1){ margin-left:0px;}
.product_list dd img{ width:308px; height:217px; border:1px solid #f2f2f2;}
.product_list .photo{ position:relative; height:222px; overfloat:hidden;}
.product_list .photo span{ display:inline-block; padding:5px 10px; background:#d3f6fc; position:absolute; right:0px; margin-top:0px;}
.product_list .info{ padding:5px 10px; }
.product_list .info h2{ font-size:14px; color:#00adcb; line-height:2em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.product_list .info .show_p{ height:40px; overflow:hidden;}
.product_list .info p{ color:#676767;}
.product_list .info .price{ font-size:24px; color:#f85d00; margin-top:5px; display:none;}
.product_list .info .price span{ font-size:12px; color:#676767; font-weight:normal; margin-left:10px; background:#eaeaea; display:inline-block; padding:2px 3px;}
.product_list .info .describe{ margin-top:5px;}
.product_list .describe div{ width:50%; display:inline-block; float:left; box-sizing:border-box; padding-left:8px; border-left:1px solid #dbdbdb;}
.product_list .describe div strong{ display:block; font-weight:normal; color:#b4b4b4;}
.product_list .describe div span{ display:block; color:#989898; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
*/
.product_list{ width:1000px; margin:auto; margin-top:30px;}
.product_list dl{ min-height:500px;}
.product_list dd{ background:#ffffff; width:235px; float:left; border:1px solid #cccccc; box-sizing:border-box; padding-top:10px; padding-bottom:0; margin-bottom:20px; cursor:pointer;}
.product_list dd:hover{ box-shadow:2px 2px 2px #ddd;}
.product_list dd:nth-child(1n+1){ margin-left:20px;}
.product_list dd:nth-child(2n+1){ margin-left:20px;}
.product_list dd:nth-child(3n+1){ margin-left:20px;}
.product_list dd:nth-child(4n+1){ margin-left:0px;}
.product_list .photo{ width:68px; height:68px; border:1px solid #ccc; overflow:hidden; margin-left:10px; position:relative;float:left;}
.product_list .photo img{ width:68px; height:68px;}
.product_list .photo span{ display:none; padding:5px 10px; background:#d3f6fc; position:absolute; right:0px; margin-top:0px;}
.product_list .info{ width:135px; float:left; margin-left:5px; line-height:1.8em; margin-right:10px; margin-left:8px;}
.product_list .info h2{ font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.product_list .info p{ color:#333333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.product_list .info div{ color:#53aeed;}
.product_list .describe{ clear: both; width:100%; float:none;}
.product_list .describe:before{ content:''; height:1px; width:100%; margin:0; clear:both; margin-bottom:8px; overflow:hidden; display:block;}
.product_list .describe div{ padding:5px 10px; border-top:1px solid #ccc; background:#f5f5f5; clear:both; height:22px; line-height:22px; overflow:hidden;}
.product_list .describe div span{ color:#53aeed; margin-right:6px;}
.product_list .describe div strong{ color:#32353d; margin-right:5px;}
.product_list .describe div:nth-child(2){ border-top:none;}

.product_list_photo{ width:1000px; margin:auto; margin-top:30px;}
.product_list_photo dl{ min-height:500px;}
.product_list_photo dd{ background:#fff; height:100px; border:1px solid #cccccc; box-sizing:border-box; padding:4px;cursor:pointer; margin-bottom:5px;}
.product_list_photo dd img{ width:120px; height:85px; border:1px solid #f2f2f2;}
.product_list_photo .photo{ position:relative; width:120px; height:85px; float:left;}
.product_list_photo .photo span{ display:inline-block; padding:5px 10px; background:#d3f6fc; position:absolute; right:0px; margin-top:1px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
.product_list_photo .photo span{ top:1px; }
}
.product_list_photo .info{ padding:0px 10px; float:left; width:850px;}
.product_list_photo .info h2{ width:100%; float:left; font-size:14px; color:#00adcb; line-height:2em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.product_list_photo .info p{ width:100%; color:#676767; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.product_list_photo .info .price{ font-size:24px; color:#f85d00; margin-top:5px; display:none;}
.product_list_photo .info .price span{ font-size:12px; color:#676767; font-weight:normal; margin-left:10px; background:#eaeaea; display:inline-block; padding:2px 3px;}
.product_list_photo .describe{ margin-top:5px;}
.product_list_photo .describe div{ width:43%; float:left; display:inline-block; box-sizing:border-box; padding-left:8px;}
.product_list_photo .describe div strong{font-weight:normal; color:#32353d; margin-right:8px; font-weight: bold;}
.product_list_photo .describe div span{ color:#53aeed; margin-right:6px;}


/*服务列表*/
.Server_Thead{ background:url(../images/ServerList_bgimg.png) no-repeat center bottom;}
.Server_Thead .tools{ width:418px;}
.Server_Thead .filters{ width:294px;}

.Server_list{ width:1000px; margin:auto; margin-top:30px;}
.Server_list dl{ min-height:500px;}
.Server_list dd{ background:#ffffff; width:235px; float:left; border:1px solid #cccccc; box-sizing:border-box; padding:4px; margin-bottom:20px; cursor:pointer;}
.Server_list dd:hover{ box-shadow:2px 2px 2px #ddd;}
.Server_list dd:nth-child(1n+1){ margin-left:20px;}
.Server_list dd:nth-child(2n+1){ margin-left:20px;}
.Server_list dd:nth-child(3n+1){ margin-left:20px;}
.Server_list dd:nth-child(4n+1){ margin-left:0px;}
.Server_list .photo{ position:relative; height:157px;}
.Server_list .photo img{ width:223px; height:157px; border:1px solid #f2f2f2;}
.Server_list .photo span{ display:inline-block; padding:5px 10px; background:#d3f6fc; position:absolute; right:0px; margin-top:0px;}
.Server_list .info{}
.Server_list .info h2{ font-size:14px; color:#00adcb; line-height:2.5em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin:0 10px;}
.Server_list .info p{ color:#676767; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin:0 10px;}
.Server_list .info .price{ font-size:24px; color:#f85d00; margin:0 10px; display:none;}
.Server_list .info .price span{ font-size:12px; color:#676767; font-weight:normal; margin-left:10px; background:#eaeaea; display:inline-block; padding:2px 3px; vertical-align:middle;}
.Server_list .describe{ height:40px; padding:10px; border-top:1px solid #dbdcde; background:#f3f7fb;}
.Server_list .describe:after{ content:''; width:100%; height:1px; display:block; clear:both; overflow:hidden;}
.Server_list .describe .portrait{ width:36px; height:36px; border:2px solid #00adcb; border-radius:50%; overflow:hidden; float:left;}
.Server_list .describe .portrait img{ width:36px; height:36px;}
.Server_list .describe .team{ line-height:20px; padding-left:8px; display:inline-block; width:150px; float:left;}
.Server_list .describe .team strong{ display:block; font-weight:normal; color:#989898; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Server_list .describe .team span{ display:block; color:#b4b4b4; height:20px; overflow:hidden;}

.Server_list_photo{ width:1000px; margin:auto; margin-top:30px;}
.Server_list_photo dl{ min-height:500px;}
.Server_list_photo dd{ height:100px; background:#ffffff; border:1px solid #cccccc; box-sizing:border-box; padding:4px; margin-bottom:5px; cursor:pointer;}
.Server_list_photo dd:hover{ box-shadow:2px 2px 2px #ddd;}
.Server_list_photo .photo{ position:relative; width:120px; height:85px; border:1px solid #f2f2f2; float:left;}
.Server_list_photo .photo img{ width:120px; height:85px;}
.Server_list_photo .photo span{ display:inline-block; padding:5px 10px; background:#d3f6fc; position:absolute; right:0px; margin-top:0px;}
.Server_list_photo .info{ width:850px; float:left; margin-left:8px;}
.Server_list_photo .info h2{ font-size:14px; color:#00adcb; line-height:2em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin:0 10px;}
.Server_list_photo .info p{ color:#676767; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin:0 10px;}
.Server_list_photo .info .price{display:none;}
.Server_list_photo .describe{ height:40px; padding:9px 10px; border-top:1px solid #dbdcde; background:#f3f7fb;}
.Server_list_photo .describe:after{ content:''; width:100%; height:1px; display:block; clear:both; overflow:hidden;}
.Server_list_photo .describe .portrait{ width:36px; height:36px; border:2px solid #00adcb; border-radius:50%; overflow:hidden; float:left;}
.Server_list_photo .describe .portrait img{ width:36px; height:36px;}
.Server_list_photo .describe .team{ line-height:20px; padding-left:8px; display:inline-block; width:780px; float:left;}
.Server_list_photo .describe .team strong{ display:block; font-weight:normal; color:#989898; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Server_list_photo .describe .team span{ display:block; color:#b4b4b4; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}


/*团队列表*/
.Team_Thead{ background:url(../images/SetMoney_bgimg.png) no-repeat center bottom;}
.Team_Thead .tools{ width:240px;}
.Team_Thead .filters{ width:150px;}

.Team_list{ width:1000px; margin:auto; margin-top:30px;}
.Team_list dl{ min-height:500px;}
.Team_list dd{ background:#ffffff; width:235px; float:left; border:1px solid #cccccc; box-sizing:border-box; padding-top:15px; padding-bottom:0; margin-bottom:20px; cursor:pointer;}
.Team_list dd:hover{ box-shadow:2px 2px 2px #ddd;}
.Team_list dd:nth-child(1n+1){ margin-left:20px;}
.Team_list dd:nth-child(2n+1){ margin-left:20px;}
.Team_list dd:nth-child(3n+1){ margin-left:20px;}
.Team_list dd:nth-child(4n+1){ margin-left:0px;}
.Team_list .photo{ width:68px; height:68px; float:left; border:1px solid #ccc; overflow:hidden; margin-left:15px;}
.Team_list .photo img{ width:68px; height:68px;}
.Team_list .photo span{ display:inline-block; padding:5px 10px; background:#d3f6fc; position:absolute; right:0px; margin-top:0px;}
.Team_list .info{ width:125px; float:left; margin-left:5px; line-height:1.8em; margin-right:15px;}
.Team_list .info h2{ font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin-left:10px;}
.Team_list .info p{ color:#333333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin-left:10px;}
.Team_list .info div{ margin-left:10px; color:#53aeed;}
.Team_list .describe:before{ content:''; height:1px; width:100%; margin:0; clear:both; margin-bottom:8px; overflow:hidden; display:block;}
.Team_list .describe div{ padding:5px 10px; border-top:1px solid #ccc; background:#f5f5f5; clear:both; height:44px; line-height:22px; overflow:hidden;}
.Team_list .describe div span{ color:#53aeed; margin-right:6px;}
.Team_list .describe div strong{ color:#32353d;}

.Team_list_photo{ width:1000px; margin:auto; margin-top:30px;}
.Team_list_photo dl{ min-height:500px;}
.Team_list_photo dd{ height:100px; background:#ffffff; border:1px solid #cccccc; box-sizing:border-box; padding-top:15px; padding-bottom:0; margin-bottom:5px; cursor:pointer;}
.Team_list_photo dd:hover{ box-shadow:2px 2px 2px #ddd;}
.Team_list_photo .photo{ width:68px; height:68px; float:left; border:1px solid #ccc; overflow:hidden; margin-left:15px;}
.Team_list_photo .photo img{ width:68px; height:68px;}
.Team_list_photo .photo span{ display:inline-block; padding:5px 10px; background:#d3f6fc; position:absolute; right:0px; margin-top:0px;}
.Team_list_photo .info{ width:890px; float:left; margin-left:5px; line-height:2em; margin-right:15px;}
.Team_list_photo .info h2{ font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin-left:10px; line-height:75px; width:500px; float:left;}
.Team_list_photo .info p{ color:#333333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin-left:10px; line-height:75px; width:200px; float:left; text-align:center;}
.Team_list_photo .info div{ margin-left:10px; color:#53aeed; line-height:75px; width:100px; float:left; text-align:center;}
.Team_list_photo .describe{ display:none;}

/**/
.Expert_Thead{ background:url(../images/ExpertList_bgimg.png) no-repeat center bottom;}
.Expert_Thead .tools{ width:418px;}
.Expert_Thead .filters{ width:294px;}

.Expert_list{ width:1000px; margin:auto; margin-top:30px;}
.Expert_list dl{ min-height:500px;}
.Expert_list dd{ width:235px; margin-bottom:20px; cursor:pointer; float:left;}
.Expert_list dd:nth-child(1n+1){ margin-left:20px;}
.Expert_list dd:nth-child(2n+1){ margin-left:20px;}
.Expert_list dd:nth-child(3n+1){ margin-left:20px;}
.Expert_list dd:nth-child(4n+1){ margin-left:0px;}
/*.Expert_list dd:hover .photo{ transform:rotateY(90deg); transition:all 0.5s ease-in;}*/
.Expert_list dd:hover .transition_div{ border-color:#53aeed; transition:all 0.5s ease-out;}
.Expert_list dd:hover .describe{transform:rotateY(0deg); transition:all 0.5s ease-out; opacity:1;}
.Expert_list .transition_div{ width:200px; height:200px; border:5px solid #dddddd; border-radius:50%; margin:auto; position:relative; overflow:hidden;}
.Expert_list dd .photo{ width:200px; height:200px; margin:auto; transform:rotateY(0deg)}
.Expert_list dd .photo img{width:200px; height:200px; border-radius:50%; overflow:hidden;}
.Expert_list dd .describe{background:rgba(0,0,0,0.6); transform:rotateY(-90deg); opacity:0; position:absolute; top:0; width:100%; height:100%; border-radius:50%; color:#fff; font-size:14px; font-weight:bold;}
.Expert_list dd .describe div{ width:170px; text-align:center; margin:auto; margin-top:60px; font-size:14px;}
.Expert_list dd .describe div:before{ content:'\e609'; font-family:'tjcu_font'; display:block; font-size:26px; font-weight:normal;}
.Expert_list dd .describe span{ margin:0 4px; line-height:22px;}
.Expert_list dd .info{ padding:10px; padding-bottom:0;}
.Expert_list dd .info h2{ font-size:16px; color:#53aeed; line-height:22px; text-align:center;}
.Expert_list dd .info p{ font-weight:bold; color:#aaa; font-size:14px; width:100%; text-align:center; height:26px; line-height:26px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Expert_list dd .info p:before{ width:100%; height:1px; background:#ddd; overflow:hidden; margin-top:13px; content:''; display:none;}
.Expert_list dd .info p strong{ display:inline-block; background:#fff; color:#aaa; font-size:14px;}

.Expert_list_photo{ width:1000px; margin:auto; margin-top:30px; border:1px solid #cccccc;}
.Expert_list_photo dl{ min-height:500px;}
.Expert_list_photo dd{ height:100px; margin-bottom:5px; cursor:pointer; border-bottom:1px solid #cccccc; float:left; width:50%; box-sizing:border-box;}
.Expert_list_photo dd .photo{ width:80px; height:80px; float:left;}
.Expert_list_photo dd .photo img{ width:80px; height:80px;}
.Expert_list_photo dd .describe{ display:none;}
.Expert_list_photo dd .info{ width:400px; float:left; padding:10px; padding-bottom:0;}
.Expert_list_photo dd .info h2{ font-size:16px; color:#53aeed; line-height:40px; text-align:left;}
.Expert_list_photo dd .info p{ height:40px; line-height:40px; text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Expert_list_photo dd .info p strong{ display:inline-block; background:#fff; color:#aaa; font-size:14px;}
    
 
/**/
.Detailed_Thead{}/* background:url(../images/detailed_top_bgimg.png) no-repeat bottom center #061626; height:298px;*/
.Detailed_Server_Thead{}/* background:url(../images/detailed_server_top_bgimg.png) no-repeat bottom center #061626;*/
.Detailed_Server_SheBei_Thead{ background:none; height:auto;}

.Detailed_Page{ width:1000px; margin:auto; margin-top:10px;}
.Detailed_Page .card_div{ height:50px; border:1px solid #cbd2d6; border-bottom:3px solid #000000; padding:0 15px;}
.Detailed_Page .card_div strong{ height:40px; line-height:40px; padding:0 15px; display:inline-block; margin-left:6px; margin-top:10px; font-size:14px; cursor:pointer;}
.Detailed_Page .card_div .card_ing{ background:#76a9de; color:#ffffff;}
.Detailed_Page .card_div .card_end{ background:#e5e5e5; color:#000000;}
.Detailed_Page .show_page{ border:1px solid #cbd2d6; margin-top:10px;}
.Detailed_Page .show_page h1{ margin:10px 0; position:relative;}
.Detailed_Page .show_page h1 strong{ background:url(../images/product_title_strong.png) no-repeat; width:135px; height:50px; line-height:39px; display:inline-block; text-indent:30px; font-size:16px; color:#ffffff; margin-left:-11px;}
.Detailed_Page .show_page .fck_show_area{ padding:10px 20px 20px 20px; font-size:14px; line-height:26px;}
.Detailed_Page .Summary_area{ padding:25px; padding-top:10px;}

.Detailed_Page .link_area{ border-left:1px solid #dcdcdc; padding:0 9px; float:right; display:none;}
.Detailed_Page .link_area p{ margin-top:5px;}
.Detailed_Page .link_area p a{ display:block; border:1px solid #e3e5e6; background:#fefde8; text-align:center; height:38px; line-height:38px; color:#545454;}
.Detailed_Page .link_area p a strong{ font-weight:normal; color:#f36007;}
.Detailed_Page .tab_show{ width:660px; float:left;}
.Detailed_Page .tab_show td{ font-size:14px; line-height:50px; color:#545454;}
.Detailed_Page .tab_show .td_right{ width:90px;}
.Detailed_Page .tab_show .td_left{ width:240px;}

/*专家团队详细页*/
.Detailed_User{ width:1000px; margin:auto; margin-top:10px;}
.Detailed_User .user_left{ width:672px; display:block; float:left;}
.Detailed_User .user_right{width:312px; display:block; float:right;}
.Detailed_User .User_Info{ box-shadow:2px 2px 2px #ddd; border:1px solid #ececec; padding:20px;}
.Detailed_User .User_Info .photo{ width:100px; height:100px; border-radius:6px; overflow:hidden; background:#ececec; float:left;}
.Detailed_User .User_Info .photo img{ width:100px; height:100px;}
.Detailed_User .User_Info .info{ width:500px; margin-left:20px; float:left;}
.Detailed_User .User_Info .info h2 strong{ font-size:16px;}
.Detailed_User .User_Info .info h2 span{ margin-left:10px; font-size:12px; color:#b2b2b2; font-weight:normal;}
.Detailed_User .User_Info .info p{ height:26px; line-height:26px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#929292;}
.Detailed_User .User_Info .info div{ color:#333333; line-height:28px; height:56px;}
.Detailed_User .User_Info .info .tag:before{content:'\e609'; font-family:'tjcu_font'; font-size:18px; margin-left:6px;}
.Detailed_User .User_Info .info .user:before{content:'\e614'; font-family:'tjcu_font'; font-size:18px; margin-left:6px;}
.Detailed_User .User_Info .info div span{ margin-left:8px;}

.Detailed_User .User_Dp{ /*margin-top:10px;*/ clear:both;}
.Detailed_User .User_Dp .ProductList{ width:100%;/*670px*/ box-shadow:2px 2px 2px #ddd; border:1px solid #ececec; float:left; margin-top:8px;}
.Detailed_User .User_Dp .search_dd{padding:3px 5px; margin:10px 20px;}
.Detailed_User .User_Dp .search_dd a{ border:1px solid #ddd; background:#ddd; padding:2px 6px; display:inline-block; margin-left:8px;}
.Detailed_User .User_Dp .search_info{ margin:20px; line-height:30px; padding-left:10px;}
.Detailed_User .User_Dp .ProductList dt{ height:49px; border-bottom:1px solid #f2f2f2;}
.Detailed_User .User_Dp .ProductList dt strong{ margin-left:20px; height:38px; line-height:38px; margin-top:10px; display:inline-block; padding:0 6px; font-size:14px; cursor:pointer;}
.Detailed_User .User_Dp .ProductList dt .card_ing{ border-bottom:2px solid #5e75db;}
.Detailed_User .User_Dp .ProductList dt .card_end{ border-bottom:2px solid #dddddd;}
.Detailed_User .User_Dp .ProductList dt .card_end span{ background:#ddd;}
.Detailed_User .User_Dp .ProductList dt span{ padding:0px 8px; display:inline-block; background:#5e75db; border-radius:4px; color:#ffffff; font-weight:bold; margin-left:8px; line-height:20px;}
.Detailed_User .User_Dp .ProductList dd{ border-bottom:1px solid #ddd; margin:5px 15px; margin-bottom:20px; padding:10px;}
.Detailed_User .User_Dp .ProductList dd:after{ clear:both!important; height:1px!important; overflow:hidden!important; width:100%!important; float:none!important; border:none!important; content:''; display:block;}
.Detailed_User .User_Dp .ProductList dd .photo{ width:142px; height:100px; float:left;}
.Detailed_User .User_Dp .ProductList dd .photo img{ width:142px; height:100px;}
.Detailed_User .User_Dp .ProductList dd .info{ width:440px; float:left; margin-left:10px; border-left:1px solid #ddd; padding-left:15px; color:#929292;}
.Detailed_User .User_Dp .ProductList dd h2 strong{ font-size:14px; color:#000;}
.Detailed_User .User_Dp .ProductList dd h2 span{ margin-left:5px; font-size:12px; color:#b2b2b2; font-weight:normal;}
.Detailed_User .User_Dp .ProductList dd .describe{ line-height:26px;}
.Detailed_User .User_Dp .ProductList dd .describe:before{content:'\e60a'; font-family:'tjcu_font'; font-size:16px;}
.Detailed_User .User_Dp .ProductList dd .describe div { display:inline; margin-right:10px;}
.Detailed_User .User_Dp .ProductList dd .describe div strong{ display:none;}
.Detailed_User .User_Dp .ProductList dd p{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:26px;}
.Detailed_User .User_Dp .ProductList dd .price{ color:#f85d00; font-weight:bold; line-height:30px; font-size:14px;}
.Detailed_User .User_Dp .ProductList .tepaiUser{ padding:20px;}
.Detailed_User .User_Dp .ProductList .tepaiUser table{ border-collapse:collapse; margin-bottom:10px;}
.Detailed_User .User_Dp .ProductList .tepaiUser td{ line-height:30px; padding:0 8px;}
.Detailed_User .User_Dp .ProductList .tepaiUser .td_left{ border-bottom:1px solid #dddddd;}
.Detailed_User .User_Dp .ProductList .tepaiUser .td_right{ background:#E5E5E5; border-bottom:1px solid #fff; font-weight:bold; text-align:right; width:110px;}

.Detailed_User .User_Dp .ProductList .jiangli{ padding:20px;}
.Detailed_User .User_Dp .ProductList .jiangli table{ border-collapse:collapse; table-layout:fixed;}
.Detailed_User .User_Dp .ProductList .jiangli th{ background:#cacaca; text-align:center; line-height:30px; border:1px solid #fff; white-space:nowrap;}
.Detailed_User .User_Dp .ProductList .jiangli td{ line-height:26px; padding:2px; border:1px solid #cacaca;}
.dxs_righttable { margin-top:5px!important;}
.dxs_righttable table{ border-collapse:collapse; table-layout:fixed;}
.dxs_righttable th{ background:#cacaca; text-align:center; line-height:30px; border:1px solid #fff; white-space:nowrap;}
.dxs_righttable td{ line-height:26px; padding:2px; border:1px solid #cacaca;}

/*新增*/
.Detailed_User .User_Dp .ProductList .user_list{ padding:20px;}
.Detailed_User .User_Dp .ProductList .user_list li{ width:48%; margin:0 1%; float:left;}
.Detailed_User .User_Dp .ProductList .user_list li img{ width:60px; height:60px; border-radius:50%; border:2px solid #f4f4f4; vertical-align:middle;}
.Detailed_User .User_Dp .ProductList .user_list li strong{ line-height:64px; margin-left:10px; display:inline-block;}

.Detailed_User .User_Dp .DemandList{ width:670px; box-shadow:2px 2px 2px #ddd; border:1px solid #ececec; float:left; margin-top:8px;}
.Detailed_User .User_Dp .DemandList dt{ height:49px; border-bottom:1px solid #f2f2f2;}
.Detailed_User .User_Dp .DemandList dt strong{ margin-left:20px; border-bottom:2px solid #5e75db; height:38px; line-height:38px; margin-top:10px; display:inline-block; padding:0 6px; font-size:14px;}
.Detailed_User .User_Dp .DemandList dt span{ padding:0px 8px; display:inline-block; background:#5e75db; border-radius:4px; color:#ffffff; font-weight:bold; margin-left:8px;}
.Detailed_User .User_Dp .DemandList dd{ border-bottom:1px solid #ddd; margin:5px 15px; margin-bottom:20px; padding:10px;}
.Detailed_User .User_Dp .DemandList dd:after{ clear:both!important; height:1px!important; overflow:hidden!important; width:100%!important; float:none!important; border:none!important; content:''; display:block;}
.Detailed_User .User_Dp .DemandList dd .info{ width:100%; color:#929292;}
.Detailed_User .User_Dp .DemandList dd .info div{ display:inline-block; height:50px; line-height:50px; text-align:center; float:left;}
.Detailed_User .User_Dp .DemandList dd .demand_name{ width:350px;}
.Detailed_User .User_Dp .DemandList dd .demand_name h3{ line-height:25px;text-align:left; color:#53aeed; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Detailed_User .User_Dp .DemandList dd .demand_name p{ line-height:25px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;text-align:left; color:#32353d;}
.Detailed_User .User_Dp .DemandList dd .demand_class{ width:140px; color:#56585f;}
.Detailed_User .User_Dp .DemandList dd .demand_price{ width:120px; color:#56585f;}

.Detailed_User .Important_info{ width:306px; box-shadow:2px 2px 2px #ddd; border:1px solid #ececec; padding:2px; margin-bottom: 15px; float:right; margin-top:8px;}
.Detailed_User .Important_info .info_area01{ margin:0 2px;}
.Detailed_User .Important_info .info_area02{ margin:0 2px;}
.Detailed_User .Important_info .info_area03{ margin:0 2px;}
.Detailed_User .Important_info h3{ height:36px; border-bottom:1px solid #f2f2f2;}
.Detailed_User .Important_info h3 strong{ border-bottom:2px solid #5e75db; height:36px; line-height:36px; display:inline-block; padding:0 6px; font-size:14px;}
.Detailed_User .Important_info div{ margin:10px; line-height:24px; padding:5px; color:#333333;}

.Detailed_User .Important_info1{ width:660px; padding:5px; box-shadow:2px 2px 2px #ddd; border:1px solid #ececec; margin-bottom: 15px;}
.Detailed_User .Important_info1 .info_area01{ margin:0 2px;}
.Detailed_User .Important_info1 .info_area02{ margin:0 2px;}
.Detailed_User .Important_info1 .info_area03{ margin:0 2px;}
.Detailed_User .Important_info1 h3{ height:36px; border-bottom:1px solid #f2f2f2;}
.Detailed_User .Important_info1 h3 strong{ border-bottom:2px solid #5e75db; height:36px; line-height:36px; display:inline-block; padding:0 6px; font-size:14px;}
.Detailed_User .Important_info1 div{ margin:10px; line-height:24px; padding:5px;}
.Detailed_User .Important_info1 table{ float:none;}
.Detailed_User .Important_info1 img{ float:none;}

/*企业详细*/
.Detailed_User .show_left{ width:670px; float:left;} 
.Detailed_User .show_right{ width:306px; float:right;}
.Detailed_User .show_right .Important_info{ margin-top:0px;}

/*首页样式*/
.index_demand_list{ width:1000px; border:1px solid #cfcfcf; margin:auto;}
.index_demand_list h2{ border-top:3px solid #167bbf; border-bottom:1px solid #cfcfcf; height:28px; line-height:28px; text-align:right; background:#f7f7f7;}
.index_demand_list h2 strong{ cursor:pointer; float:left; display:inline-block; padding:0 20px; height:28px; line-height:28px; font-size:16px; text-align:center; margin-top:-3px;}
.index_demand_list h2 .card_ing{ border-top:3px solid #ba0000; color:#ffffff; background:#ba0000;}
.index_demand_list h2 .card_end{ border-top:3px solid #167bbf; color:#167bbf; background:none;}
.index_demand_list h2 a{ font-size:12px; font-weight:normal; color:#929292; margin-right:10px;}
.index_demand_list dl{ margin:0px 15px; /* padding-bottom:10px; */}
.index_demand_list dd{ border-bottom:1px solid #eaf0f2; padding:8px 10px;}
.index_demand_list dd:after{ clear:both!important; height:1px!important; overflow:hidden!important; width:100%!important; float:none!important; border:none!important; content:''; display:block;}
.index_demand_list dd .photo{ width:50px; height:50px; border-radius:6px; float:left; border:1px solid #eaf0f2;}
.index_demand_list dd .photo img{ width:50px; height:50px;}
.index_demand_list dd .info{ width:880px; float:left; margin-left:15px;}
.index_demand_list dd .info div{ display:inline-block; height:50px; line-height:25px; text-align:center; float:left;}
.index_demand_list dd .info div strong{ display:block;}
.index_demand_list dd .info div span{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; width:100%; display:block;}
.index_demand_list dd .demand_name{ width:350px;}
.index_demand_list dd .demand_name h3{ width:100%; display:block; line-height:25px;text-align:left; color:#53aeed; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index_demand_list dd .demand_name p{ line-height:25px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;text-align:left; color:#32353d;}
.index_demand_list dd .Contacts{ width:290px; color:#56585f;}
.index_demand_list dd .demand_class{ width:120px; color:#56585f;}
.index_demand_list dd .demand_price{ width:120px; color:#56585f;}

.index_UserList{ width:1000px; margin:auto; margin-bottom:5px; height:370px; background:#167bbf; overflow: hidden; display:none;}
/*20170626注释） .index_UserList{ width:1000px; margin:auto; margin-bottom:5px; height:370px; background:#167bbf; overflow: hidden;} */
.index_UserList h2{ padding-top:5px; height:58px; text-align:center;}
.index_UserList h2 strong{ height:53px; line-height:53px; padding:0 20px; display:inline-block; margin:0 10px; font-size:24px; color:#ffffff; font-weight:normal; cursor:pointer;}
.index_UserList h2 strong:after{ width:100%; height:5px; border-radius:5px; content:''; display:block; padding:0 20px; margin-left:-20px;}
.index_UserList h2 .card_ing:after{ background:#e4e255;}
.index_UserList h2 .card_end:after{ background:#167bbf;}
.index_UserList li{ width:1100px;}
.index_UserList .td_con{ display:none;}
.index_UserList .zj_con,.index_UserList .td_con{ padding:5px 20px;}
.index_UserList dd{ width:428px; height:102px; padding:5px 15px; background:#ffffff; float:left; margin:5px 10px;}
.index_UserList dd:after{ clear:both!important; height:1px!important; overflow:hidden!important; width:100%!important; float:none!important; border:none!important; content:''; display:block;}
.index_UserList dd .photo{ background:#efefef; width:84px; height:84px; border-radius:50%; float:left; margin-top:10px;}
.index_UserList dd .photo img{ width:84px; height:84px;}
.index_UserList dd .info{ width:310px; float:left; margin-left:15px;}
.index_UserList dd .info h3{ line-height:35px; font-size:16px; color:#333333;}
.index_UserList dd .info p{ color:#666666; line-height:30px; border-bottom:1px solid #ececec; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index_UserList dd .info div{ line-height:40px; color:#9f9f9f;}
.index_UserList dd .info div:before{content:'\e609'; font-family:'tjcu_font'; font-size:18px; margin-right:8px;}
.index_UserList dd .info div span{ margin-right:8px;}
.index_UserList .control{ height:15px; width:100px; margin:auto; padding-top:28px; clear:both;}
.index_UserList .control:after{ clear:both!important; height:1px!important; overflow:hidden!important; width:100%!important; float:none!important; border:none!important; content:''; display:block;}
.index_UserList .control li{ width:15px; height:15px; float:left; border-radius:50%; display:inline-block; background:#fff; margin:0 9px;}
.index_UserList .control li a{ display:none;}
.index_UserList .current:after{ width:5px; height:5px; content:''; background:#167bbf; border-radius:50%; display:block; margin:5px;}

.index_server_list{ height:268px; background:url(../images/index_yun_bgimg.png) no-repeat center center; margin-bottom:5px;}
.index_server_list h2{ background:url(../images/index_server_title.png) no-repeat center center; height:45px; margin-top:20px;}
.index_server_list dl{ margin:auto; margin-top:20px; width:760px;}
.index_server_list dt{ clear:both; text-align:center; padding-top:10px;}
.index_server_list dt a{ background:#ffffff; font-size:16px; color:#167bbf; font-weight:bold; width:152px; height:38px; display:inline-block; text-align:center; line-height:38px; border:2px solid #167bbf; box-shadow:2px 2px 2px #BDBDBD;}
.index_server_list dd{ margin:0 25px; width:102px; float:left;}
.index_server_list dd strong{ background:#4ab9ff; width:92px; height:92px; border:5px solid #4ab9ff; display:block; border-radius:50%; overflow:hidden;}
.index_server_list dd span{ height:32px; line-height:32px; text-align:center; display:block; font-size:14px; color:#1c8cab; font-weight:bold;}
.index_server_list dd a:hover strong{ background:#bfe5fd;}
.index_server_list dd strong:after{ content:''; width:92px; height:92px; display:block;}
.index_server_list .link_01 strong:after{ background:url(../images/index_server_link_01.svg) no-repeat center center; background-size:60%;}
.index_server_list .link_02 strong:after{ background:url(../images/index_server_link_02.svg) no-repeat center center; background-size:60%;}
.index_server_list .link_03 strong:after{ background:url(../images/index_server_link_03.svg) no-repeat center center; background-size:60%;}
.index_server_list .link_04{ display:none;}
.index_server_list .link_04 strong:after{ background:url(../images/index_server_link_04.svg) no-repeat center center; background-size:60%;}
.index_server_list .link_05 strong:after{ background:url(../images/index_server_link_05.svg) no-repeat center center; background-size:60%;}
.index_server_list .link_06 strong:after{ background:url(../images/index_server_link_06.svg) no-repeat center center; background-size:60%;}

.index_kjcg_list{ height:370px; background:#f4f4f4;}
.index_kjcg_list h2{ background:url(../images/index_kjcg_title.png) no-repeat center bottom; height:46px; padding-top:15px;}
.index_kjcg_list .list_arae{ padding-top:15px;}
.index_kjcg_list .prev,.index_kjcg_list .next{ width:48px; float:left; height:222px;}
.index_kjcg_list .prev a,.index_kjcg_list .next a{ width:34px; height:34px; display:inline-block; margin:114px 17px;}
.index_kjcg_list .prev a{ background:url(../images/index_kjcg_btn.png) no-repeat;}
.index_kjcg_list .next a{ background:url(../images/index_kjcg_btn.png) no-repeat 0 -34px;}
.index_kjcg_list .scroll{ width:904px; float:left; height:222px; position:relative; overflow:hidden;}
.index_kjcg_list .scroll_list{ width:2712px; position:absolute; left:0px; top:0px;}
.index_kjcg_list .scroll_list li{width:904px;height:222px;float:left; overflow:hidden;}
.index_kjcg_list dd{ border:1px solid #ccc; width:278px; height:220px; margin:0px 10px; float:left; overflow:hidden; position:relative; cursor:pointer;}
.index_kjcg_list dd .show{ width:280px; height:190px; overflow:hidden; position:relative; background:#fff;}
.index_kjcg_list dd .photo{ width:280px; height:78px; overflow:hidden; text-align:center; margin-top:1px;}
.index_kjcg_list dd .photo img{ width:100px; height:78px;}
.index_kjcg_list dd .photo span{ background:url(../images/index_kjcg_listclass_more.png) no-repeat; width:52px; height:52px; display:inline-block; position:absolute; right:0; top:0; display:none;}
.index_kjcg_list dd .info{ width:254px; height:100px; border-top:1px dashed #ccc; padding:5px 13px; text-align:center;}
.index_kjcg_list dd .info p{ line-height:18px; text-align:left;max-height:70px; overflow:hidden;}
.index_kjcg_list dd .info div{ margin:8px 0; line-height:24px; text-align:left;}
.index_kjcg_list dd .info div:before{content:'\e609'; font-family:'tjcu_font'; font-size:16px; margin-right:8px;}
.index_kjcg_list dd .info div span{ margin-right:8px;}
.index_kjcg_list dd .info a{ width:26px; height:26px; border:2px solid #ffffff; display:inline-block; border-radius:50%; margin-top:15px; text-align:center; line-height:26px;}
.index_kjcg_list dd .info a:after{ content:'\e60c'; font-family:'tjcu_font'; font-size:16px; color:#fff}
.index_kjcg_list dd h3{ text-align:left; font-size:14px; line-height:30px; padding:0 5px;}
.index_kjcg_list dd h3 strong{ float:left; width:170px; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index_kjcg_list dd h3 span{ display:none;}
.index_kjcg_list .more_link{ clear:both; text-align:center; padding-top:10px;}
.index_kjcg_list .more_link a{ background:#f4f4f4; font-size:16px; color:#167bbf; font-weight:bold; width:124px; height:38px; display:inline-block; text-align:center; line-height:38px; border:2px solid #167bbf; box-shadow:2px 2px 2px #BDBDBD;}


.index_ptjieshao{ height:280px; background:url(../images/index_ptjs_bgimg.png) no-repeat center bottom; width:1000px; margin:auto; position:relative;}
.index_ptjieshao .show_font{ width:460px; position:absolute; left:40px; top:82px; font-weight:bold; color:#797979; text-shadow:1px 1px 0px #fff; line-height:25px; font-size:14px;}
.index_ptjieshao .show_video{ width:281px; height:160px; position:absolute; top:82px; right:51px;}
.index_ptjieshao .show_video video{ width:281px; height:160px; text-align:center; line-height:160px; color:#ffffff;}
.index_ptjieshao .show_video #videosize{ display:none;}
.index_ptjieshao .show_video .video_left,.index_ptjieshao .show_video .video_right{ width:30px; height:30px; display:inline-block; position:absolute; margin-top:60px;}
.index_ptjieshao .show_video .video_left{ background:url(../images/video_lr_img.png) no-repeat; margin-left:-330px;}
.index_ptjieshao .show_video .video_right{ background:url(../images/video_lr_img.png) no-repeat 0 -30px; margin-left:10px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.index_ptjieshao .show_video .video_left,.index_ptjieshao .show_video .video_right{ margin-top:-100px;}
.index_ptjieshao .show_video .video_left{ margin-left:-50px;}
.index_ptjieshao .show_video .video_right{ margin-left:300px;}
}
@-moz-document url-prefix()  {
.index_ptjieshao .show_video .video_left,.index_ptjieshao .show_video .video_right{ margin-top:-100px;}
.index_ptjieshao .show_video .video_left{ margin-left:-50px;}
.index_ptjieshao .show_video .video_right{ margin-left:300px;}
}
.index_News_area{ width:1000px; margin:auto; margin-bottom:8px; margin-top:8px;}

.index_News_area .showEWM{ width:307px; padding:10px; height:205px; border:1px solid #e6e6e6; background:#fff; float:right;}
.index_News_area .showEWM .left{ width:152px; float:left; text-align: center;}
.index_News_area .showEWM .right{ width:152px; float:right; text-align: center;}
.index_News_area .showEWM img{ width:130px; height:130px;}
.index_News_area .showEWM h2{ font-weight:normal; width:165px; text-align:center; color:#969696; line-height:22px; font-size:12px;}
.index_News_area .showEWM p{ font-weight:bold; color:#bf0000; text-align:center; line-height:22px; font-size:14px;}
.index_News_area .showEWM .clear{ clear: both; width:100%; border-top:1px solid #e6e6e6; padding-top:6px; line-height:24px; font-size:14px;}
.index_News_area .showEWM .clear strong{ width:60px; display:inline-block; text-align: right;}
.index_News_area .showEWM .clear span{ color:#005c9c;}
/*修改备注
.index_News_area .showEWM{ width:305px; padding-left:22px; height:225px; border:1px solid #e6e6e6; background:url(../images/index_saoguan_bgimg.png) no-repeat 214px 9px; float:right;}
.index_News_area .showEWM div{ width:165px; height:165px; margin-top:10px;}
.index_News_area .showEWM div img{ width:165px; height:165px;}
.index_News_area .showEWM h2{ font-weight:normal; width:165px; text-align:center; color:#969696; line-height:22px; font-size:12px;}
.index_News_area .showEWM p{ font-weight:bold; color:#bf0000; width:165px; text-align:center; line-height:22px;}
.index_News_area .showNew{ height:205px; border:1px solid #e6e6e6; width:640px; float:left; padding:10px;}
*/
.index_News_area .showNew{ height:205px; border:1px solid #e6e6e6; width:640px; float:left; padding:10px;}
.index_News_area .search_area{ border-bottom:1px solid #e6e6e6; padding-top:2px; padding-bottom:12px; margin-bottom:8px;}
.index_News_area .search_area input[type=text]{ margin-right:4px; height:24px; width:430px; padding-left:25px; border:1px solid #c0c0c0; border-radius:4px; background:url(../images/index_search.svg) no-repeat 3px center; background-size:5%;
-moz-box-shadow:2px 2px 5px #ddd inset; -webkit-box-shadow:2px 2px 5px #ddd inset; box-shadow:2px 2px 5px #ddd inset;}
.index_News_area .search_area select{ margin-right:4px; height:28px; border:1px solid #c0c0c0; border-radius:4px;
-moz-box-shadow:2px 2px 5px #ddd inset; -webkit-box-shadow:2px 2px 5px #ddd inset; box-shadow:2px 2px 5px #ddd inset;}
.index_News_area .search_area input[type=button]{ margin-right:4px; width:74px; height:28px; background:url(../images/index_search_btn.png) no-repeat; border:none; cursor:pointer;}
.index_News_area .NewList .photo{ width:206px; height:153px; float:left;}
.index_News_area .NewList .photo img{ width:206px; height:153px;}
.index_News_area .NewList .list{ width:424px; float:right;}
.index_News_area .NewList .list dt{ padding-bottom:5px;height:94px; overflow:hidden;}
.index_News_area .NewList .list h2{ font-size:14px; line-height:34px; text-align:center; color:#000;}
.index_News_area .NewList .list p{ line-height:20px; color:#000000;}
.index_News_area .NewList .list dd{ line-height:20px; color:#494949;}
.index_News_area .NewList .list dd:before{ content:'·'; margin-right:6px;}

.index_liucheng{ display:none;}
.index_liucheng{ background:url(../images/index_liucheng.png) no-repeat; width:1000px; height:66px; margin:auto; margin-bottom:8px;}
.index_liucheng a{ display:block; width:1000px; height:66px;}

.index_number{ margin-bottom:10px; box-shadow:0 2px 2px #ddd; background:#fff; border-bottom:1px solid #bebebe; height:60px; display:none;}
.index_number ul{ width:1000px; margin:auto; margin-top:10px;}
.index_number li{ width:166px; float:left; position:relative; height:46px;}
.index_number li strong{ position:absolute; left:50px; top:20px; font-size:18px;}
.index_number li span{ padding-right:8px;}
.index_number .qiye{ background:url(../images/index_tongji_qiye.png) no-repeat left center; color:#0093d6;}
.index_number .zhuajia{ background:url(../images/index_tongji_zhuanjia.png) no-repeat left center; color:#5e9600;}
.index_number .keyan{ background:url(../images/index_tongji_keyan.png) no-repeat left center; color:#a252ad;}
.index_number .daxue{ background:url(../images/index_tongji_daxuesheng.png) no-repeat left center; color:#ed9203;}
.index_number .xiangmu{ background:url(../images/index_tongji_xiangmu.png) no-repeat left center; color:#00a587;}
.index_number .duijie{ background:url(../images/index_tongji_duijie.png) no-repeat left center; color:#dc3a3a;}

.index_adPhoto{}
.index_adPhoto #solid{width:100%;height:200px; clear:both; position:relative;}
.index_adPhoto #solid .solid0,#solid .solid1,#solid .solid2{position:absolute;left:0px;top:0px;width:100%;height:200px;display:none;}
.index_adPhoto #solid li img{ height:200px;}
.index_adPhoto #solid .solid0{background:#008cf6;}
.index_adPhoto #solid .solid1{background:#008cf6;}
.index_adPhoto #solid .solid2{background:#008cf6;}
.index_adPhoto #solid ul{margin:0px;padding:0px;list-style:none;}
.index_adPhoto #solid ul li{position:absolute;left:50%;top:0px;width:1000px;height:200px;margin-left:-452px;display:none;cursor:pointer;}
.index_adPhoto #solid #btt{width:905px;height:30px;top:176px;left:50%;position:relative;margin-left:-452px;}
/* 20170626注释） .index_adPhoto #solid #btt span{position:absolute;top:11px;left:45%;display:block;width:30px;height:8px;margin:0 15px;text-align:center; background:#3d3d3d;z-index:1000;cursor:pointer;filter:alpha(opacity=70); -moz-opacity:0.7;  opacity:0.7;} */
.index_adPhoto #solid #btt span{ border-radius:50%; position:absolute;top:11px;left:45%;display:block;width:8px;height:8px;margin:0 15px;text-align:center; background:#3d3d3d;z-index:1000;cursor:pointer;filter:alpha(opacity=70); -moz-opacity:0.7;  opacity:0.7; overflow:hidden;}

/**/
.Message_list{ width:1000px; margin:15px auto;}
.Message_list h2{ height:49px; background:#f8f8f8; padding:0 5px;}
.Message_list h2 strong{ display:inline-block; padding:0 25px; height:47px; line-height:47px; font-size:14px; margin:0 1px;}
.Message_list h2 strong span{ color:#E30003;}
.Message_list h2 .card_ing{ border-top:2px solid #41a1cb; background:#e9eaec;}
.Message_list h2 .card_end{ border-top:2px solid #f8f8f8;}
.Message_list .List_area{ padding:15px; border:1px solid #e5e4e4;}
.Message_list h3{ text-align:right; height:36px; line-height:36px; font-weight:normal; font-size:12px; border-bottom:1px solid #efefef; cursor:pointer;}
.Message_list h3 strong{ float:left; width:860px; display:inline-block; text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size:14px; color:#838383;}
.Message_list h3 strong:before{ content:'\e601'; font-family:'tjcu_font'; font-size:14px; margin:0 6px; color:#959595;}
.Message_list h3 span{ color:#939393;}
.Message_list .con{ padding:15px; display:none; line-height:24px;}
.Message_list .con .show_div{ border:1px solid #e9eaec; background:#f6f6f6; padding:15px;}

/*对接窗口*/
.window_div{ width:550px; position:fixed; left:50%; margin-left:-275px; top:50%; margin-top:-150px; background:#4889f4; top:50%; border-radius:4px; box-shadow:2px 2px 2px #8A8A8A; display:none;}
.window_div h2{ text-align:center; font-size:16px; color:#ffffff; line-height:56px; font-weight:normal;}
.window_div h2 strong{ font-weight:normal; font-family:'微软雅黑'; display:none;}
.window_div h2 a{ float:right; color:#ffffff; margin-top:-10px; margin-right:10px; opacity:0.6;}
.window_div h2 a:after{ content:'\e605'; font-family:'tjcu_font'; font-size:18px;}
.window_div .conshow{ padding:20px; padding-top:5px; padding-bottom:30px; color:#ffffff;}
.window_div .conshow .name_div{ clear:both;}
.window_div .conshow .danwei_div{ clear:both; margin-top:16px;}
.window_div .conshow .name_div:before{ content:'\e60b'; font-family:'tjcu_font'; font-size:58px; float:left; margin-right:10px;}
.window_div .conshow .danwei_div:before{ content:'\e60d'; font-family:'tjcu_font'; font-size:58px; float:left; margin-right:10px;}
.window_div .conshow div strong{ display:block; line-height:20px; font-size:12px; padding-top:5px;}
.window_div .conshow div label{ display:block; line-height:30px; font-size:16px;}
.window_div .win_btn{ background:#ffffff; border-bottom-right-radius:4px; border-bottom-left-radius:4px; padding:5px 0;}
.window_div .win_btn:after{ content:''; display:block; width:100%; height:1px; clear:both; overflow:hidden; padding:0!important;}
.window_div .win_btn div{ width:50%; float:left; box-sizing:border-box; padding:3px; text-align:center; margin-top:6px;}
.window_div .win_btn div p{ color:#A4A4A4; line-height:26px; margin-top:8px;}
.window_div .win_btn div a{ padding:8px 20px; display:inline-block; background:#4889f4; color:#ffffff; border-radius:4px;}

/*新闻列表页*/
.News_list_page{ margin:8px auto; width:1000px;}
.News_list_page:after{ content:''; clear:both; display:block; width:100%; height:1px; overflow:hidden;}
.News_list_page .page_number{ clear:both; padding-top:20px; width:700px; padding-bottom:10px;}
.News_list_page .right_area{ width:280px; float:right;}
.right_server{ border:1px solid #dcdcdc; padding:2px;}
.right_server h2{ background:#3598db; height:30px; line-height:30px; font-weight:normal;}
.right_server h2 strong:before{ content:''; border-radius:50%; width:8px; height:8px; border:3px solid #ffba41; display:inline-block; margin:8px; vertical-align:middle;}
.right_server h2 strong{ color:#ffffff; font-size:14px;}
.right_server ul{ margin:2px 0;}
.right_server li{ width:135px; margin:1px; float:left;}
.right_server li a{ background:#eeeeee; display:block; width:135px; height:30px; line-height:30px; text-indent:6px;}
.right_server li a:before{ content:''; width:6px; height:6px; border:2px solid #ffba41; display:inline-block; margin-right:8px; vertical-align:middle;}

.right_register{ border:1px dashed #d3d7db; margin-top:0px; padding:10px;}
.right_register h2{ text-align:center; font-size:14px; line-height:30px; margin-bottom:20px;}
.right_register dd{ height:80px;}
.right_register dd p{ width:76px; float:left; margin:5px; text-align:center; color:#747474;}
.right_register dd .ico_01:before{ content:'\e611'; font-family:'tjcu_font'; color:#4285f4; display:block; text-align:center; font-size:30px; margin-bottom:10px;}
.right_register dd .ico_02:before{ content:'\e610'; font-family:'tjcu_font'; color:#4285f4; display:block; text-align:center; font-size:30px; margin-bottom:10px;}
.right_register dd .ico_03:before{ content:'\e60f'; font-family:'tjcu_font'; color:#4285f4; display:block; text-align:center; font-size:30px; margin-bottom:10px;}
.right_register dt{ padding:10px 0; margin-top:10px; text-align:center;}
.right_register dt a{ padding:10px 25px; display:inline-block; background:#4285f4; border-radius:4px; color:#ffffff; font-size:14px; font-weight:bold;}

.right_project{ margin-top:8px; border-top:2px solid #3598db; background:#f5f5f5;}
.right_project h2{border-bottom:1px dashed #d3d7db; height:30px; line-height:30px; padding:0 10px; font-size:14px; background:#ffffff;}
.right_project ul{ padding:10px;}
.right_project li:before{ content:'\e60e';font-family:'tjcu_font'; color:#3598db; margin-right:5px;}
.right_project li{ line-height:26px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.right_project div{ padding:10px; text-align:center; padding-top:0;}
.right_project div a{padding:5px 15px; display:inline-block; border:1px solid #4285f4; border-radius:4px; color:#4285f4; font-size:14px;}

.News_list_page .list_page{ width:700px; float:left; border:1px solid #dcdcdc; min-height:365px;}
.News_list_page .list_page h2{ background:#f6f6f6; border-bottom:2px solid #ffce55; height:40px; text-align:right; font-weight:normal; font-size:15px; padding:0 10px;}
.News_list_page .list_page h2 strong{ font-size:16px; float:left; line-height:40px;}
.News_list_page .list_page h2 a{ display:inline-block; margin:0 3px; margin-top:8px; background:#fecc45; padding:3px 8px; border-radius:4px; color:#010002;}
.News_list_page .list_page h2 a:hover{ color:#010002;}
.News_list_page .list_page ul{ padding:15px; font-size:15px;}
.News_list_page .list_page li{ border-bottom:1px solid #e6e8eb; padding:5px; line-height:35px; text-align:right;}
.News_list_page .list_page li span{ color:#939393;}
.News_list_page .list_page li strong{ width:560px; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:left; float:left;}
.News_list_page .list_page li strong:before{ content:'\e60e';font-family:'tjcu_font'; color:#3598db; margin-right:5px;}


.News_list_page .Newschannel_page{ width:700px; float:left; border:1px solid #dcdcdc; border-top:0; min-height:300px;}
.News_list_page .Newschannel_page dd{ border-top:1px solid #dcdcdc;}
.News_list_page .Newschannel_page h2{ background:#f6f6f6; border-bottom:2px solid #ffce55; height:30px; text-align:right; font-weight:normal; font-size:12px; padding:0 10px;}
.News_list_page .Newschannel_page h2 strong{ font-size:16px; float:left; line-height:30px;}
.News_list_page .Newschannel_page h2 a{ display:inline-block; margin:0 3px; margin-top:4px; background:#fecc45; padding:3px 8px; border-radius:4px; color:#010002;}
.News_list_page .Newschannel_page h2 a:hover{ color:#010002;}
.News_list_page .Newschannel_page ul{ padding:15px;}
.News_list_page .Newschannel_page li{ border-bottom:1px solid #e6e8eb; padding:5px; line-height:22px; text-align:right;}
.News_list_page .Newschannel_page li span{ color:#939393;}
.News_list_page .Newschannel_page li strong{ width:560px; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:left; float:left;}
.News_list_page .Newschannel_page li strong:before{ content:'\e60e';font-family:'tjcu_font'; color:#3598db; margin-right:5px;}


.News_list_page .detailed_page{ width:700px; float:left; border:1px solid #dcdcdc; min-height:728px;}
.News_list_page .detailed_page h2{ background:#f6f6f6; border-bottom:2px solid #ffce55; height:40px; text-align:right; font-weight:normal; font-size:12px; padding:0 10px;}
.News_list_page .detailed_page h2 strong{ font-size:16px; float:left; line-height:40px;}
.News_list_page .detailed_page h2 a{ display:inline-block; margin:0 3px; margin-top:8px; background:#fecc45; padding:3px 8px; border-radius:4px; color:#010002;}
.News_list_page .detailed_page h2 a:hover{ color:#010002;}
.News_list_page .detailed_show{ padding:20px;}
.News_list_page .detailed_show h3{ font-size:22px; line-height:30px; text-align:center; padding-bottom:16px; font-weight:normal;}
.News_list_page .detailed_show .News_info{ line-height:22px; text-align:right; padding:0 10px; color:##666; border-bottom:1px dotted #dbdbdb;}
.News_list_page .detailed_show .News_info strong{ float:left; font-weight:normal;}
.News_list_page .detailed_show .News_content{ padding:15px; font-size:14px;}
.News_list_page .detailed_show .News_content p{ margin:10px 0; line-height:24px; text-indent:2em;}
.News_list_page .detailed_show .news_download{ background:url(../images/news_download.png) no-repeat; padding-left:22px; display:inline-block;}
/**/
.Demand_Thead{ background:url(../images/demand_top_bgimg.png) no-repeat bottom center #061626; height:298px;}
.Demand_Thead .tools{ width:418px;}
.Demand_Thead .filters{ width:294px;}

.Demand_list { width:1000px; border:1px solid #cccccc; margin:auto; margin-top:30px; padding-bottom:20px;}
.Demand_list dl{ margin:0px 15px; padding-bottom:10px;}
.Demand_list dd{ border-bottom:1px solid #eaf0f2; padding:15px 10px;}
.Demand_list dd:after{ clear:both!important; height:1px!important; overflow:hidden!important; width:100%!important; float:none!important; border:none!important; content:''; display:block;}
.Demand_list dd .photo{ width:50px; height:50px; border-radius:6px; float:left; border:1px solid #eaf0f2;}
.Demand_list dd .photo img{ width:50px; height:50px;}
.Demand_list dd .info{ width:880px; float:left; margin-left:15px;}
.Demand_list dd .info div{ display:inline-block; height:50px; line-height:25px; text-align:center; float:left;}
.Demand_list dd .demand_name{ width:480px;}
.Demand_list dd .demand_name h3{ line-height:25px;text-align:left; color:#53aeed;}
.Demand_list dd .demand_name p{ line-height:25px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;text-align:left; color:#32353d;}
.Demand_list dd .Contacts{ width:120px; color:#53aeed;}
.Demand_list dd .demand_class{ width:160px; color:#56585f;}
.Demand_list dd .demand_price{ width:120px; color:#56585f;}
.Demand_list dd .Contacts strong{ display:block; color:#53aeed;}
.Demand_list dd .demand_class strong{ display:block; color:#53aeed;}
.Demand_list dd .demand_price strong{ display:block; color:#53aeed;}


.Demand_list_photo { width:1000px; margin:auto; margin-top:30px; padding-bottom:20px;}
.Demand_list_photo dl{ margin:0px 15px; padding-bottom:10px;}
.Demand_list_photo dl:after{ clear:both; float:none; width:100%; height:1px; display:block; content:'';}
.Demand_list_photo dd{ border:1px solid #cccccc; float:left; width:297px; margin-right:8px; margin-bottom:8px; overflow:hidden; padding:8px;}
.Demand_list_photo dd:after{ clear:both!important; height:1px!important; overflow:hidden!important; width:100%!important; float:none!important; border:none!important; content:''; display:block;}
.Demand_list_photo dd .photo{ width:50px; height:50px; border-radius:6px; float:left; border:1px solid #eaf0f2;}
.Demand_list_photo dd .photo img{ width:50px; height:50px;}
.Demand_list_photo dd .info{ width:230px; float:left; margin-left:15px;}
.Demand_list_photo dd .demand_name{ height:78px!important;}
.Demand_list_photo dd .demand_name h3{ line-height:26px;text-align:left; color:#53aeed; width:230px; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Demand_list_photo dd .demand_name p{line-height:26px; text-align:left; color:#32353d;}
.Demand_list_photo dd .demand_name .show_p{ height:52px; overflow:hidden;}
.Demand_list_photo dd .info div{ height:25px; line-height:25px; text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Demand_list_photo dd .Contacts{ width:76px; color:#53aeed; float:left;}
.Demand_list_photo dd .demand_class{ width:76px; color:#56585f; float:left;}
.Demand_list_photo dd .demand_price{ width:76px; color:#56585f; float:left;}
.Demand_list_photo dd .Contacts strong{ display:none;}
.Demand_list_photo dd .demand_class strong{ display:none;}
.Demand_list_photo dd .demand_price strong{ display:none;}

.PageArea_show{ width:1000px; margin:auto; position:relative;}
.PageArea_show .PageLeft_area{ width:165px; position:absolute; margin-left:-173px; margin-top:-75px; border:1px solid #dcdcdc; background:#FFF; padding:1px;}
.PageArea_show .PageRight_area{ width:165px; position:absolute; margin-left:1005px; margin-top:-75px; border:1px solid #dcdcdc; background:#FFF; padding:1px;}
.PageArea_show .right_server{ border:none; padding:0;}
.PageArea_show h2{ background:#3598db; height:26px; line-height:26px; font-weight:normal; text-align:right;}
.PageArea_show h2 strong:before{ content:''; border-radius:50%; width:8px; height:8px; border:3px solid #ffba41; display:inline-block; margin:8px; vertical-align:middle;}
.PageArea_show h2 strong{ color:#ffffff; font-size:14px; float:left;}
.PageArea_show h2 a{ color:#fff; margin-right:5px;}
.PageArea_show ul{ margin:2px 0;}
.PageArea_show li{ width:100%;}
.PageArea_show li a{ background:#eeeeee; display:block; height:24px; line-height:24px; text-indent:6px; width:163px; cursor:pointer;}
.PageArea_show li a:before{ content:''; width:6px; height:6px; border:2px solid #ffba41; display:inline-block; margin-right:8px; vertical-align:middle;}
.PageArea_show li a:hover{ font-weight: bold;}
.PageArea_show li ul li.subli a:before{ content:''; display: none;}
.PageArea_show .select_one{ font-weight: bold; font-size:14px; color:#ff0000;}

.index_zhuanti_list{ background:url(../images/index_zhuanti_bgimg.png) no-repeat top center; background-size:contain; height:326px; width:100%;}
.index_zhuanti_list ul{ margin:20px auto; width:960px; padding-top:50px;}
.index_zhuanti_list li{ width:25%; float:left; height:100px; text-align:center; font-size:16px; color:#fff;}
.index_zhuanti_list li a{ color:#ffffff;}
.index_zhuanti_list li strong{ display:block; line-height:30px;}
.index_zhuanti_list li div{ width:100px; height:100px; border-radius:50%; border:5px solid #287ad8; display:inline-block;}
.index_zhuanti_list .link_01 div{ background:url(../images/index_zhuanti_gczx.svg) no-repeat center center #aed1fb; background-size:82%;}
.index_zhuanti_list .link_02 div{ background:url(../images/index_zhuanti_zdsys_img.svg) no-repeat center center #aed1fb; background-size:75%;}
.index_zhuanti_list .link_03 div{ background:url(../images/index_zhuanti_cxpjzx.svg) no-repeat center center #aed1fb; background-size:82%;}
.index_zhuanti_list .link_04 div{ background:url(../images/index_zhuanti_xdfwyzk.svg) no-repeat center center #aed1fb; background-size:82%;}


.index_Friend_link{ background:url(../images/index_Friend.jpg) no-repeat left center; width:1000px; margin:auto; margin-top:8px; border:1px solid #cfcfcf; height:40px;}
.index_Friend_link h2{ width:170px; height:40px; display:inline-block; float:left;}
.index_Friend_link h2 strong{ display:none;}
.index_Friend_link li{ width:276px; float:left; text-align:center;}
.index_Friend_link li select{ width:95%; margin-top:10px;}
.index_Friend_link li .select_list { font-size:13.333px;text-overflow:ellipsis;}
.index_Friend_link li .select_list div{background:url(../images/index_Friend_link_selectico.png) no-repeat center right; width:95%; height:18px; line-height:18px; border:1px solid #a9a9a9; border-radius:2px; margin:auto; margin-top:10px; text-align:left;}
.index_Friend_link li .select_list div strong{ font-weight:normal; margin-left:5px; cursor: pointer; display:block; width:90%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index_Friend_link li .select_list ul{border:1px solid #799bd2; background:#ffffff; width:261px; margin:auto; display:none; position:absolute; margin-left:5px;}
.index_Friend_link li .select_list li{ height:18px; line-height:18px; padding:0 5px; text-align: left; cursor: pointer; float: none; width:auto;}
.index_Friend_link li .select_list li:hover{ background:#1e90ff; color:#ffffff;}
.index_Friend_link li .select_list li a{ display:block; width:100%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index_Friend_link li .select_list li a:hover{ color:#ffffff;}

.index_TopTishi { border:1px solid #ffba0f; background:#fff5dc; color:#543c00; text-align:right; height:40px; font-size:14px;}
.index_TopTishi h1{ font-weight: normal; font-size:14px;}
.index_TopTishi h1 strong{ background:url(../images/index_topTishi_ico.png) no-repeat left center; padding-left:25px; font-weight: normal;}
.index_TopTishi div{ width:1000px; line-height:40px; margin:auto;}
.index_TopTishi div strong{ font-weight: normal; float:left; font-size:14px;}
.index_TopTishi div span{ background:url(../images/index_topTishi_cls.png) no-repeat center center; width:20px; height:20px; display:inline-block; cursor: pointer; vertical-align: middle;}
/*
.index_TopTishi{ width:350px; height:140px; background:#fff; border:1px solid #d2d3d5; border-radius:10px; box-shadow:3px 3px 3px #ddd; position:fixed; top:50%; left:50%; margin-top:-70px; margin-left:-175px; z-index:99999;}
.index_TopTishi h1{ height:40px; line-height:40px; text-align: center; font-size:16px; padding-top:10px;}
.index_TopTishi div{ height:40px; line-height:40px; text-align: center; font-size:14px; color:#999999;}
.index_TopTishi div strong{ font-weight: normal;}
.index_TopTishi span{ display:block; text-align: center; height:50px; line-height:50px; color:#00c200; border-top:1px solid #d2d3d5; font-weight:bold; font-size:15px; cursor: pointer;}
*/

.pageTab{ margin:10px 0px;}
.pageTab table{ table-layout:fixed;}
.pageTab th{ border:1px solid #777777; background:#D7D7D7; padding:3px; line-height:20px;}
.pageTab td{ border:1px solid #777777; padding:3px; line-height:20px; text-align:center; font-size:12px; vertical-align:middle;}

.product_list_ach{ width:1000px; margin:auto; margin-top:30px;}
.product_list_ach dl{ min-height:500px;}
.product_list_ach dd{ background:#ffffff; width:180px; float:left; border:1px solid #cccccc; box-sizing:border-box; padding-top:5px; padding-bottom:0; margin-bottom:20px; cursor:pointer;}
.product_list_ach dd:hover{ box-shadow:2px 2px 2px #ddd;}
.product_list_ach dd:nth-child(1n+1){ margin-left:23px;}
.product_list_ach dd:nth-child(2n+1){ margin-left:23px;}
.product_list_ach dd:nth-child(3n+1){ margin-left:23px;}
.product_list_ach dd:nth-child(4n+1){ margin-left:23px;}
.product_list_ach dd:nth-child(5n+1){ margin-left:0px;}
.product_list_ach .photo{ width:166px; height:210px; border:1px solid #cccccc; margin-left:5px; position:relative; text-align:center;}
.product_list_ach .photo img{ width:166px; height:210px;}
.product_list_ach .info{ border-top:1px solid #ccc; background:#f5f5f5; line-height:1.8em; margin-top:5px; width:100%;}
.product_list_ach .info h2{ font-size:14px; padding:0 5px; height:45px;}
.product_list_ach .highlight { background-color:yellow; }

.product_link{ text-align: center; margin-top:10px;}
.product_link li{ display:inline; margin:0 10px;}
.product_link li a{ display:inline-block; margin-top:5px; background:rgba(255,255,255,0.8); padding:0px 10px; line-height:50px; border-radius:4px; color:#010002; font-size:14px;}

.index_zntj{ height:210px; background:#f4f4f4; padding:20px 0; width:1000px; margin:auto;}
.index_zntj h2{ background:url(../images/index_tuijian_img01.png) no-repeat center center;height:25px; width:1000px; margin:auto;}
.index_zntj ul{ width:1000px; margin:auto; margin-top:20px;}
.index_zntj li{ width:33%; float:left; text-align: center; color:#6a6a6a;}
.index_zntj li div{ margin:0 20px;}
.index_zntj li a{ width:122px; height:105px; display:inline-block; margin:10px auto;}
.index_zntj li strong{ display:block; line-height:40px; font-size:18px; font-weight:normal;} 
.index_zntj li p{ line-height:26px; font-size:14px; display:none;}
.index_zntj .list_01 a{ background:url(../images/index_tuijian_img02.png) no-repeat center center;}
.index_zntj .list_02 a{ background:url(../images/index_tuijian_img03.png) no-repeat center center;}
.index_zntj .list_03 a{ background:url(../images/index_tuijian_img04.png) no-repeat center center;}
 
/*  20170626新增  */
.index_demand_list #demo{ height:350px; overflow:hidden;} 
 
.WebPage_bottom .showEWM{ width:400px; padding:10px; float:right; padding-top:15px; text-align:right;}
.WebPage_bottom .showEWM .left{ width:152px; text-align: center; display:inline-block;}
.WebPage_bottom .showEWM .right{ width:152px; text-align: center; display:inline-block;}
.WebPage_bottom .showEWM img{ width:70px; height:70px;}
.WebPage_bottom .showEWM h2{ font-weight:normal; width:165px; text-align:center; color:#ffffff; line-height:20px; font-size:12px;}
.WebPage_bottom .showEWM p{ font-weight:bold; color:#ffffff; text-align:center; line-height:20px; font-size:14px;}
.WebPage_bottom .showEWM .clear{ clear: both; width:100%; line-height:20px; font-size:14px; display:none;}
.WebPage_bottom .showEWM .clear div{ width:49%; float:left;}
.WebPage_bottom .showEWM .clear strong{ width:60px; display:inline-block; text-align: right; color:#ffffff;}
.WebPage_bottom .showEWM .clear span{ color:#fff;}

.index_hddt{ width:327px; height:225px; border:1px solid #e6e6e6; background:#fff; float:right; overflow:hidden;}
.index_hddt h2{ background:url(../images/index_hddt.png) no-repeat left center; border-bottom:1px solid #e6e6e6; margin:0 5px; line-height:35px; font-weight:normal;}
.index_hddt h2 strong{ font-size:14px; margin-left:10px; padding-left:20px;}
.index_hddt ul{ margin:5px;}
.index_hddt li{ background:url(../images/index_hddt_ico.png) no-repeat left center; height:35px; line-height:35px; border-bottom:1px solid #e6e6e6;}
.index_hddt li strong{ font-weight:normal; width:90%; padding-left:20px; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index_hddt li span{ display:none;}
 
 
 
 
 
 
 
 
 
 