﻿@charset "utf-8";
/* CSS Document */

body{ color:#2a2929; font-family:Arial, Helvetica, sans-serif;margin:0 auto; font-size:14px; min-width:1000px;}
/**{ transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}*/
.clear{ clear:both;}
img{ border:none; vertical-align:top;}
a{ text-decoration:none; color:#352222; cursor:pointer;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s; }
a.btn{ width:200px; height:40px; display:inline-block;}
.showus{ display:none;}
.w1200{ width:1200px; margin:0 auto; overflow:hidden;}
.fl{ float:left;}
.fr{ float:right;}

/*顶部*/
.header{ width:100%; margin:0 auto; position:relative; background:#fff;}
.top{text-transform:capitalize;}
.top .logo{ float:left; margin:14px 36px 14px 0;}
.top .logo img{ display:block;}
.top .nav{ margin-top:32px; float:left;}
.top .nav a{ height:24px; line-height:24px; color:#333333; padding:0 14px 12px 14px;text-align:center;font-size:16px; display:inline-block;}
.top .nav a.on{ border-bottom:#004ea2 3px solid; color:#004ea2;}
.top .search_container{ float:right;}
.top .search_container .top_nav{ margin:3px 0; float:right;}
.top .search_container .top_nav a{ color:#333; padding-left:10px; height:17px; line-height:17px;text-align:center;font-size:12px; display:inline-block; border-right:#333 1px solid; padding-right:10px; }
.top .search_container .top_nav a:last-child{ border-right:none; padding-right:0; }
.top .search_container .search {width:259px; height:28px; position:relative;border-radius:20px; overflow:hidden; margin-top:6px; }
.top .search_container .search .ipt { margin:0;border:none; padding:0 18px;width:80%; height:100%; line-height:100%; outline:none; border-top-left-radius:20px; border-bottom-left-radius:20px; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px; border:#ddd 1px solid; border-right:none;}
.top .search_container .search .btn { width:20%; height:100%; margin:0;background:#fff url(../images/icon_search.png) no-repeat center center; background-size:20px 20px; position:absolute; right:0; top:0; cursor:pointer; border-top-right-radius:20px; border-bottom-right-radius:20px;border:#ddd 1px solid; border-left:none;}


.subnav{ float:left; margin-top:32px;}
.subnav .item{ float:left; padding:0 14px; position:relative; position:40;}
.subnav .item .name{display: block;text-align: center; padding-left:14px; padding-right:14px; padding-bottom:12px; font-size:16px; border-bottom:#fff 3px solid;}
.subnav .item .name.on{ border-bottom:#004ea2 3px solid; color:#004ea2;}
.subnav .item .melist{ position:absolute; width:100%;left:0; z-index:60; display:none;}
.subnav .item .melist .mm{ display:block; text-align:center; height:40px; line-height:40px; font-size:14px; background:#004ea2; color:#fff;}
.subnav .item .melist .mm:hover{ background:#0c3d72;}

.wrap{ width:1200px; margin:0 auto;}



@media (max-width: 1200px){
.w1200{ width:1000px; margin:0 auto;}
/*.top .logo{ float:left; margin:18px 56px 18px 0;}
.top .nav{ margin-top:40px; float:left;}
.top .search_container .top_nav{ margin:8px 0; float:right;}*/
.header{ width:100%; margin:0 auto; position:relative; background:#fff;}
.top .logo{ float:left; margin:12px 34px 8px 0;}
.top .logo img{ display:block;}
.top .nav{ margin-top:30px; float:left;}
.top .nav a{ height:20px; line-height:20px; color:#333333; padding:0 12px 12px 12px;text-align:center;font-size:14px; display:inline-block;}
.top .search_container .search {width:220px; height:26px; position:relative;border-radius:20px; overflow:hidden; margin-top:6px; }
.top .search_container .search .ipt { margin:0;border:none; padding:0 18px;width:80%; height:100%; line-height:100%; outline:none; border-top-left-radius:20px; border-bottom-left-radius:20px; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:12px; border:#ddd 1px solid; border-right:none;}
.top .search_container .search .btn { width:20%; height:100%; margin:0;background:#fff url(../images/icon_search.png) no-repeat center center; background-size:18px 18px; position:absolute; right:0; top:0; cursor:pointer; border-top-right-radius:20px; border-bottom-right-radius:20px;border:#ddd 1px solid; border-left:none;}
}


/*banner*/
.banner{margin:0 auto; position:relative; width:100%; height:100%; overflow:hidden;}
.banner .hd{ width: 100%;position:absolute; bottom:0; z-index:1; }
.banner .hd li{ width:16.6%;float:left;overflow:hidden; color:#fff;text-align:center; cursor:pointer;  background:#000; filter:alpha(opacity=50);opacity:0.5; border-right:1px solid;font-size:18px; padding:16px 0; }
.banner .hd li span{ display:block;}
.banner .hd li:last-child{ border-right:none;}
.banner .hd li.on{color:#FFF;background:#000;text-decoration:none; filter:alpha(opacity=100);opacity:1;}
.banner .bd{ position:relative; height:100%; z-index:0; }
.banner .bd li{ zoom:1; vertical-align:middle;}
.banner .bd li img{ width:100%;}
.banner .prev{display:block; position:absolute; left:6%; top:30%;}
.banner .prev img{display:block; width:100%;}
.banner .next img{display:block; width:100%;}
.banner .next {display:block; position:absolute; right:6%; top:30%;}
@media (max-width: 1200px){
.banner .hd{ width: 100%;position:absolute; bottom:0; z-index:1; margin-top:20px;}
.banner .hd li{ width:16.3%;float:left;overflow:hidden; color:#fff;text-align:center; cursor:pointer;  background:#000; filter:alpha(opacity=50);opacity:0.5; border-right:1px solid;font-size:16px; padding:16px 0;}
}


.index{ overflow:hidden; margin:2% auto;}
.index .fl{ width:574px;}
.index .fr{ width:593px;}
.index .start_tit{ padding-bottom:8px; border-bottom:#ddd 1px solid; overflow:hidden;}
.index .start_tit h1{ float:left; font-size:24px; color:#666666; width:80%;}
.index .start_tit .tab_1{ float:right;}
.index .start_tit .tab_1 a{ padding:8px; margin:0 2px; display:inline-block;}
.index .start_tit .tab_1 a.on{ background:#004ea2; color:#fff;}
.index .start_box .info{ overflow:hidden; margin-top:26px;}
.index .start_box .info .pic{ display:block; width:150px; height:109px; float:left;}
.index .start_box .info .detail{ margin-left:160px; }
.index .start_box .info .detail h1{ font-size:16px; font-weight:bold;}
.index .start_box .info .detail h2{ color:#666666; font-size:12px; margin:14px 0 18px 0;}
.index .start_box .info .detail p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#666666; font-size:12px;}
.index .start_tit .moremore{ overflow: hidden; float:right; margin-top:14px;}
.index .start_tit .moremore .more{ float:right; background:url(../images/btn_more.png) no-repeat left center; display:inline-block; padding-left:14px; margin-top:4px;}
.index .start_box .list{ font-size:12px; margin-top:20px;}
.index .start_box .list li{ margin-bottom:6px;}
.index .start_box .list li h1{overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; line-height:24px; height:24px;}
.index .start_box .list li h1:before{content:"·"; color:#333; font-size:14px; margin-right:4px;}
.index .start_box .list li h2{ line-height:24px; height:24px;}
.douban{ width:593px; padding-top:10px;  overflow:hidden; }
.douban .hd{overflow:hidden; margin:5px 0;  }
.douban .hd .next,
.douban .hd .prev{ float:right; display:block; width:28px; height:28px;overflow:hidden; margin-right:6px; cursor:pointer; }
.douban .hd ul{ float:right; margin:6px 6px 0 0; zoom:1; }
.douban .hd ul li{ float:left; cursor:pointer; display:block; width:8px; height:8px; margin-right:4px; _display:inline; background: url(images/switch_dot_small.jpg) no-repeat 0 0;  text-indent:-999px;}
.douban .hd ul li.on{ background-position:-12px 0; }
.douban .bd{ padding:12px 0 0 0;  }
.douban .bd ul{ overflow:hidden; zoom:1; }
.douban .bd li{float:left; display:inline; width:280px;background:#fff;border:1px solid #c9bea9;margin-right:20px;}
.douban .bd li img{ width:280px; height:160px;}
.douban .bd li span{height:25px;line-height:25px;display:block;text-align:center; margin-bottom:14px;  }
@media (max-width: 1200px){
.index .fl{ width:464px;}
.index .fr{ width:497px;}	
.index .start_tit{ padding-bottom:4px; overflow:hidden;}
.index .start_tit h1{font-size:20px; float:left; width:80%;}
.index .start_tit h1 span{font-size:24px !important;}
.index .start_box .info{ overflow:hidden; margin-top:8px;}
.index .start_box .info .pic{ display:block; width:123px; height:90px; float:left;}
.index .start_box .info .detail{ margin-left:140px;}
.index .start_box .info .detail h1{ font-size:16px;}
.index .start_box .info .detail h2{ color:#666666; font-size:12px; margin:10px 0 14px 0;}
.index .start_box .info .detail p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#666666; font-size:12px;}
.index .start_tit .moremore{ overflow: hidden;}
.index .start_tit .moremore .more{ float:right; background:url(../images/btn_more.png) no-repeat right center; display:inline-block; padding-right:14px; margin-top:0px;}
.index .start_box .list{ font-size:12px; margin-top:14px;}
.index .start_box .list li{overflow: hidden;text-overflow:ellipsis;white-space: nowrap; line-height:22px; height:22px;}
.index .start_box .list li:before{color:#333; font-size:14px; margin-right:4px;}
.douban{ width:497px; padding-top:10px;  overflow:hidden;}
.douban .hd{overflow:hidden; margin:5px 0;}
.douban .hd .next,
.douban .hd .prev{ float:right; display:block; width:27px; height:27px;overflow:hidden; margin-right:6px; cursor:pointer; }
.douban .hd ul{ float:right; margin:6px 6px 0 0; zoom:1;}
.douban .hd ul li{ float:left; cursor:pointer; display:block; width:8px; height:8px; margin-right:4px; _display:inline; background: url(images/switch_dot_small.jpg) no-repeat 0 0;  text-indent:-999px;}
.douban .hd ul li.on{ background-position:-12px 0;}
.douban .bd{ padding:8px 0 0 0;}
.douban .bd ul{ overflow:hidden; zoom:1;}
.douban .bd li{float:left; display:inline; width:233px;background:#fff;border:1px solid #c9bea9;margin-right:20px;}
.douban .bd li img{ width:233px; height:130px;}
.douban .bd li span{height:25px;line-height:25px;display:block;text-align:center; margin-bottom:10px;}
}
/*底部*/
.fixed-bottom{position: fixed;bottom:0; left:0;}
.footer{ width:100%; margin:0 auto; background:#f1f1f1; padding:18px 0;}
.footer .footer_box{ width:1000px; margin:0 auto; overflow:hidden; }
.footer .footer_box .logo2{ width:189px; height:69px; display:block; float:left;}
.footer .footer_info{ text-align:center; float:left; margin-left:50px;}
.footer .footer_nav{ overflow:hidden;}
.footer .footer_nav a{ height:18px; line-height:18px; color:#555555; padding:0 20px;text-align:center;font-size:14px; display:inline-block; border-right:#555 1px solid;}
.footer .footer_nav a:last-child{ border-right:none;}
.footer .footer_nav a:first-child{ padding:0 20px 0 0;}
.footer .footer_nav a:hover{ text-decoration:underline;}
.footer .er{ width:68px; height:68px; display:block; float:right;}
.footer h1{ margin-top:10px;}
@media (max-width: 1200px){
.footer{ width:100%; margin:0 auto; background:#f1f1f1; padding:18px 0;}
.footer .footer_box{ width:1000px; margin:0 auto; overflow:hidden; }
.footer .footer_box .logo2{ width:189px; height:69px; display:block; float:left;}
.footer .footer_info{ text-align:center; float:left; margin-left:30px;}
.footer .footer_nav{ overflow:hidden;}
.footer .footer_nav a{ height:18px; line-height:18px; color:#555555; padding:0 20px;text-align:center;font-size:14px; display:inline-block; border-right:#555 1px solid;}
.footer .footer_nav a:last-child{ border-right:none;}
.footer .footer_nav a:first-child{ padding:0 20px 0 0;}
.footer .footer_nav a:hover{ text-decoration:underline;}
.footer .er{ width:68px; height:68px; display:block; float:right;}
.footer h1{ margin-top:10px;}		
}

.ad_pic{ width:100%;overflow:hidden;}
.ad_pic img{ width:100%;}
.Title{width:1153px;margin:30px auto 30px auto; position:relative;}
.Title .tit{ text-align:center; padding-top:6px; background:url(../images/title_bg.png) no-repeat center center;  background-size:1153px 74px;width:1153px; height:74px;  }
.Title .tit h1{ text-align:center;font-size:24px; font-weight:bold;}
.Title .tit h3{ text-align:center;font-size:24px;color:#d4d4d4;  }
.Title h2{ position:absolute; top:50%; left:0; margin-top:-26px;}
.Title h2 a.on{ color:#014ea2;}
.esp{ margin-top:50px; margin-bottom:80px;}
.esp h2{ left:-26px;}
@media (max-width: 1200px){
.Title{  width:1000px; height:60px; margin:26px auto 26px auto; position:relative;}
.Title .tit{ text-align:center; padding-top:3px;background:url(../images/title_bg.png) no-repeat center center; background-size:1000px 60px; width:1000px; height:60px;}
.Title .tit h1{ text-align:center;font-size:20px; font-weight:bold;}
.Title .tit h3{ text-align:center;font-size:20px; color:#d4d4d4;  }
.Title h2{ position:absolute; top:50%; left:0; margin-top:-26px; font-size:12px;}
}

/*--pages--*/
.pages {text-align:center; margin:80px 0 20px 0; clear:both; font-size:14px; overflow:hidden; zoom:1;}
.pages a {border:#ccc 1px solid; color:#999999; padding:8px 12px; display:inline-block; text-decoration:none; }
.pages a:hover {background:#00b7ee; color:#fff; text-decoration:none; }
.pages span {padding:8px 12px; display:inline-block; }
.pages span.on {color:#e4393c; }
.pages span.disabled {background:#ccc; color:#aaa; }
.pages .input{width:35px;height:35px;border:#ccc 1px solid;text-align:center;}
@media (max-width: 1200px){
.pages { text-align:center; margin:60px 20px 20px 0; clear:both; font-size:12px; overflow:hidden; zoom:1;}
.pages a { border:#ccc 1px solid; color:#999999; padding:6px 10px; display:inline-block; text-decoration:none; }
.pages a:hover { background:#666; color:#fff; text-decoration:none; }
.pages span { padding:6px 10px; display:inline-block; }
.pages span .on {  color:#fff; border:1px solid #00b7ee; }
.pages span .disabled { background:#ccc; color:#aaa; }
.pages .input{width:30px;height:30px;border:#ccc 1px solid;text-align:center;}
	
}

/*--page--*/
.pages1 {text-align:center; margin:80px 0 0 0; clear:both; font-size:14px; overflow:hidden; zoom:1;color:#444;white-space: nowrap;}
.pages1 a {color:#444; padding:8px 12px; display:inline-block; text-decoration:none; }
.pages1 a:hover {background:#00b7ee; color:#fff; text-decoration:none; border-radius:5px;}
.pages1 span {padding:8px 12px; display:inline-block; }
.pages1 span.on {color:#e4393c; }
.pages1 span.disabled {background:#ccc; color:#aaa; }
.pages1 .input{width:35px;height:35px;border:#ccc 1px solid;text-align:center;}
@media (max-width: 1200px){
.pages1 {text-align:center; margin:80px 0 0 0; clear:both; font-size:12px; overflow:hidden; zoom:1;color:#444;white-space: nowrap;}
.pages1 a {color:#444; padding:6px 10px; display:inline-block; text-decoration:none; }
.pages1 a:hover {background:#00b7ee; color:#fff; text-decoration:none; border-radius:5px;}
.pages1 span {padding:6px 10px; display:inline-block; }
.pages1 span.on {color:#e4393c; }
.pages1 span.disabled {background:#ccc; color:#aaa; }
.pages1 .input{width:30px;height:30px;border:#ccc 1px solid;text-align:center;}
}
/*搜索结果*/
.search_banner{ width:100%; background:#fff; padding:74px 0 48px 0;}
.search_banner .search {margin:0 auto; width:1200px; height:40px; position:relative; border:2px solid #a6a6a6; border-radius:6px; }
.search_banner .search .ipt { margin:0; padding:0 10px; border:none; width:94%; height:100%; line-height:100%; outline:none; border-top-left-radius:6px; border-bottom-left-radius:6px; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:16px;}
.search_banner .search .btn { width:6%; height:34px; margin:0; padding:0; border:none;background:#fff url(../images/btn_search.png) no-repeat center center; background-size:30%; position:absolute; right:5px; top:2px; cursor:pointer; border-left:#ddd 1px solid;}
.search_tc{ background:#00b7ee; width:100%;}
.search_tc .tit{ color:white; font-size:18px; text-align:left; width:1200px; margin:0 auto; line-height:64px; height:64px; transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.search_info{ text-align:left; padding:0 0 60px 0; color:#595757; width:1200px; margin:0 auto;}
.search_info li{ padding-bottom:10px; border-bottom:#ccc 1px solid; margin-bottom:10px;}
.search_info .search_Title{ font-size:20px;width:1180px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; line-height:50px;}
.search_info .search_des{font-size:16px;width:1180px; line-height:34px; height:34px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.search_info .search_web{font-size:14px;width:600px; line-height:34px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.search_result{ background:#eee; width:1170px; padding:0 15px; margin:20px auto 10px auto;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; height:45px; line-height:45px;}
.no_result{ width:1200px; margin:20px auto;}
.no_result h1{ font-weight:bold; font-size:18px;}
.no_result .advice{ line-height:30px; margin-top:20px;}
@media (max-width: 1200px){
.search_banner{ width:100%; background:#fff; padding:74px 0 48px 0;}
.search_banner .search {margin:0 auto; width:1000px; height:40px; position:relative; border:2px solid #a6a6a6; border-radius:6px; }
.search_banner .search .ipt { margin:0; padding:0 10px; border:none; width:94%; height:100%; line-height:100%; outline:none; border-top-left-radius:6px; border-bottom-left-radius:6px; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:16px;}
.search_banner .search .btn { width:6%; height:34px; margin:0; padding:0; border:none;background:#fff url(../images/btn_search.png) no-repeat center center; background-size:30%; position:absolute; right:5px; top:2px; cursor:pointer; border-left:#ddd 1px solid;}
.search_tc{ background:#00b7ee; width:100%;}
.search_tc .tit{ color:white; font-size:18px; text-align:left; width:1000px; margin:0 auto; line-height:58px; height:58px; transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.search_info{ text-align:left; padding:0 0 60px 0; color:#595757; width:1000px; margin:0 auto;}
.search_info li{ padding-bottom:10px; border-bottom:#ccc 1px solid; margin-bottom:10px;}
.search_info .search_Title{ font-size:18px;width:1000px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; line-height:50px;}
.search_info .search_des{font-size:14px;width:1000px; line-height:34px; height:34px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.search_info .search_web{font-size:12px;width:600px; line-height:34px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.search_result{ background:#eee; width:1000px; padding:0 15px; margin:20px auto 10px auto;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; height:45px; line-height:45px;}
.no_result{ width:1000px; margin:20px auto;}
.no_result h1{ font-weight:bold; font-size:18px;}
.no_result .advice{ line-height:30px; margin-top:20px;}	
}

.issure{ overflow:hidden; margin-bottom:70px;}
.rightsidebar{ float:right;width:970px; overflow:hidden;}
@media (max-width: 1200px){
.issure{ overflow:hidden; margin-bottom:90px;}
.rightsidebar{ float:right;width:800px; overflow:hidden;}		
}

/*解决方案*/
.solution{}
.solution_list{ overflow:hidden;}
.solution_list .solution_item{ width:378px; height:505px; border:#b5b5b5 1px solid;float:left; overflow:hidden; margin:0 30px 15px 0;}
.solution_list .solution_item:nth-child(3n+0){ margin:0 0 15px 0;}
.solution_list .solution_item .pic{ width:378px; height:271px; display:block; }
.solution_list .solution_item .info{ width:330px; margin:0 auto;}
.solution_list .solution_item .info .tt{ text-align:left; margin:14px 0; font-size:18px; color:#000; font-weight:bold;}
.solution_list .solution_item .info .s_info{display:block;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden; line-height:30px; height:120px;text-indent: 2em;}
.solution_list .solution_item .read_more{ display:inline-block; float:right; margin-right:20px; padding:0 10px;text-align:center; height:32px; line-height:32px; background:#f1f1f1; border-radius:5px; margin-top:14px; color:#737171;}
.solution_list .solution_item .read_more:hover{ background:#00b7ee; color:#fff;}

.solution_list .solution_item .read_more .next{ width:9px; height:17px; margin:8px 0 0 6px;}
.solution .box{border:#b5b5b5 1px solid; overflow:hidden; padding:24px 0; margin-top:14px;}
.solution .box .item{ float:left; width:398px; border-right:#b5b5b5 1px solid;}
.solution .box .item:nth-child(3n+0){ border-right:none;}
.solution .box .item i{ display:block;}
.solution .box .item i .pic{ width:153px; display:block; height:153px; border-radius:50%; border:#bfbfbf 1px solid; margin:0 auto;}
.solution .box .item h1{ text-align:center; font-size:18px; margin:16px 0;}
.solution .box .item .sol_list{ overflow:hidden; width:246px; margin:0 auto; height:102px;}
.solution .box .item .sol_list li{  width:119px; border-left:#00b7ee 4px solid; height:19px; line-height:19px; overflow:hidden; margin-bottom:15px;}
.solution .box .item .sol_list li:nth-child(odd){ float:left;}
.solution .box .item .sol_list li:nth-child(even){ float:right;}
.solution .box .item:nth-child(3n+0) .sol_list li{ float:none; margin:0 auto 15px auto;}
.solution .box .item .sol_list li a{ margin-left:8px;}
.solution .box .item .sol_list li a:hover{ text-decoration:underline; color:#00b7ee;}
.ss{ width:1073px; margin:0 auto;}
.ss .solution_item{ margin:0 126px 15px 0;width:470px; height:505px;}
.ss .solution_item:nth-child(2n+0){ margin:0 0 15px 0;}
.ss .solution_item:nth-child(3n+0){ margin:0 126px 15px 0;}
.ss .solution_item .pic{ width:470px ; height:271px; }
.ss .solution_item .info{ width:395px; margin:0 auto;}
@media (max-width: 1200px){
.solution_list .solution_item{ width:316px; height:460px; border:#b5b5b5 1px solid;overflow:hidden; margin:0 22px 14px 0;float:left;}
.solution_list .solution_item:nth-child(3n+0){ margin:0 0 14px 0;}
.solution_list .solution_item .pic{ width:316px; height:226px; display:block; }
.solution_list .solution_item .info{ width:300px; margin:0 auto;}
.solution_list .solution_item .info .tt{ text-align:left; margin:14px 10px; font-size:16px; color:#000; font-weight:bold;}
.solution_list .solution_item .info .s_info{display:block; -webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden; line-height:28px; height:112px;text-indent: 2em;}
.solution_list .solution_item .read_more{ display:inline-block; float:right; margin-right:20px; padding:0 10px;text-align:center; height:30px; line-height:30px; background:#f1f1f1; border-radius:5px; margin-top:10px; color:#737171;}
.solution_list .solution_item .read_more:hover{ background:#00b7ee; color:#fff;}

.solution_list .solution_item .read_more .next{ width:9px; height:16px; margin:8px 0 0 6px;}
.solution .box{border:#b5b5b5 1px solid; overflow:hidden; padding:24px 0; margin-top:14px;}
.solution .box .item{ float:left; width:332px; border-right:#b5b5b5 1px solid;}
.solution .box .item:nth-child(3n+0){ border-right:none;}
.solution .box .item i{ display:block;}
.solution .box .item i .pic{ width:152px; display:block; height:152px; border-radius:50%; border:#bfbfbf 1px solid; margin:0 auto;}
.solution .box .item h1{ text-align:center; font-size:16px; margin:16px 0;}
.solution .box .item .sol_list{ overflow:hidden; width:240px; margin:0 auto; height:100px;}
.solution .box .item .sol_list li{  width:88px; border-left:#00b7ee 4px solid; height:19px; line-height:18px; overflow:hidden; margin-bottom:14px;}
.solution .box .item .sol_list li:nth-child(odd){ float:left;}
.solution .box .item .sol_list li:nth-child(even){ float:right;}
.solution .box .item:nth-child(3n+0) .sol_list li{ float:none; margin:0 auto 14px auto;}
.solution .box .item .sol_list li a{ margin-left:8px;}
.solution .box .item .sol_list li a:hover{ text-decoration:underline; color:#00b7ee;}
.ss{ width:1000px; margin:0 auto;}
.ss .solution_item{ margin:0 126px 15px 50px;width:370px; height:424px;}
.ss .solution_item:nth-child(2n+0){ margin:0 0 15px 0;}
.ss .solution_item:nth-child(3n+0){ margin:0 126px 15px 0;}
.ss .solution_item .pic{ width:370px ; height:250px; }
.ss .solution_item .info{ width:340px; margin:0 auto;}	
}

/*左边导航*/
.sidebar{ width:207px; background:#f1f1f1; float:left; text-transform:capitalize;}
.sidebar .item .tit{color:#333;font-size:16px; display:block; height:43px; border-bottom:#fff 1px solid; line-height:43px; padding-left:43px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.sidebar .item .showon .second{ display:block;height:43px;line-height:43px;  border-bottom:#fff 1px solid;font-size:14px; overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; padding-left:46px; color:#888;}
.sidebar .item .showon .second:hover{background:#00b7ee; color:#fff;}
.sidebar .item .showon a.in{ color:#00b7ee;}
.sidebar .on .tit{ color:#fff; background:#00b7ee;}
@media (max-width: 1200px){
.sidebar{ width:171px; background:#f1f1f1; float:left; text-transform:capitalize;}
.sidebar .item .tit{color:#333;font-size:14px; display:block; height:37px; border-bottom:#fff 1px solid; line-height:37px; padding-left:40px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.sidebar .item .showon .second{ display:block;height:37px;line-height:37px;  border-bottom:#fff 1px solid; background: url(../images/btn_arrow.png) no-repeat 30px center; padding-left:60px; font-size:12px; overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.sidebar .item .showon a.in{ color:#00b7ee;}
.sidebar .on .tit{ color:#fff; background:#00b7ee;}	
}

/*产品中心*/
.pro_cotainer{ overflow:hidden;}
.pro_tab{ overflow:hidden; border-bottom:#979797 1px solid; padding-left:29px;}
.pro_tab li{ float:left; position:relative;cursor:pointer;}
.pro_tab .type{ padding:0 30px;  background:#fff; border-radius:4px 4px 0 0; height:34px; line-height:34px; display:inline-block; font-size:14px;}
.pro_tab .on .type{ background:#00b7ee;border:#00b7ee 1px solid; color:#fff;}
.pro_list{ overflow:hidden;}
.pro_list dl{ width:414px; height:176px; padding:51px 30px 69px 10px; border:#aaa 1px solid; border-radius:4px; margin-top:18px; overflow:hidden; margin-bottom:18px;}
.pro_list dl a{ display:block; width:100%; height:100%;}
.pro_list dl:hover{ -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);  -moz-box-shadow:0 0 15px rgba(0,0,0,0.3);  box-shadow:0 0 15px rgba(0,0,0,0.3);  }
.pro_list dl:hover dd{ color:#00b7ee;}
.pro_list dl img{ width:100%;}
.pro_list dl .pro_pic{ float:left; width:166px; display:block; height:210px;}
.pro_list dl .info{ margin-left:176px;}
.pro_list dl dd{ font-size:18px; color:#000;}
.pro_list dl dt{ width:250px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden; margin-top:20px; line-height:23px; color:#444; font-size:14px;}
.pro_list dl:nth-child(odd){ float:left; margin-left:15px;}
.pro_list dl:nth-child(even){ float:right; margin-right:15px;}
@media (max-width: 1200px){
.pro_tab li{ float:left; position:relative; cursor:pointer;}
.pro_tab .type{ padding:0 20px; background:#fff; border-radius:4px 4px 0 0; height:40px; line-height:40px; display:inline-block; font-size:14px;}
.pro_list dl{ width:340px; height:150px; padding:42px 24px 58px 8px; border:#aaa 1px solid; border-radius:4px; margin-top:18px; overflow:hidden; margin-bottom:18px;}
.pro_list dl .pro_pic{ float:left; width:150px; display:block; height:190px;}
.pro_list dl .info{ margin-left:160px;}
.pro_list dl dd{ font-size:15px; color:#000;}
.pro_list dl dt{ width:190px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden; margin-top:14px; line-height:22px;  color:#444; font-size:12px;}
.pro_list dl:nth-child(odd){ float:left;}
.pro_list dl:nth-child(even){ float:right;}	
}

.preview_wrap{ width:536px; float:left;}
.preview_wrap .share_wrap{ padding:20px 0; overflow:hidden;}
.preview_wrap .share_wrap fl span{ color:#666;}
.preview_wrap .share_wrap .like{ display:inline-block; height:18px; line-height:18px; float:left; background:url(../images/op_btn_2_on.png) no-repeat left center; padding-left:26px;}
.preview_wrap .share_wrap .share{ display:inline-block; margin-right:30px; height:18px; line-height:18px; float:left; background:url(../images/op_btn_4.png) no-repeat left center; padding-left:26px;}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ width:536px; height:350px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:20px;height:20px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:536px;height:350px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:12px;width:536px; height:91px;}
.spec-scroll .prev{float:left;margin-right:16px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;text-align:center;width:10px;height:54px; line-height:54px;cursor:pointer;text-decoration:none; margin-top:20px;}
.spec-scroll .items{float:left;position:relative;width:490px;height:90px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:80px;}
.spec-scroll .items ul li{float:left;width:123px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:110px;height:80px;}
.spec-scroll .items ul li img:hover{border:2px solid #00b7ee;padding:1px;}

.pre_tu{ overflow:hidden; width:1100px; margin:0 auto;}
.pre_tu1{ overflow:hidden; width:1200px; margin:0 auto;}
.pro_info{ float:right; width:450px;}
.pro_info .pro_tit{ font-size:24px; text-align:center; margin-bottom:20px;}
.pro_info .pro_d{ width:450px; margin:0 auto; font-size:14px; color:#595959; line-height:30px;}
@media (max-width: 1200px){
.preview_wrap{ width:450px; float:left;}
.preview_wrap .share_wrap{ padding:20px 0; overflow:hidden;}
.preview_wrap .share_wrap fl span{ color:#666;}
.preview_wrap .share_wrap .like{ display:inline-block; height:18px; line-height:18px; float:left; background:url(../images/op_btn_2_on.png) no-repeat left center; padding-left:26px;}
.preview_wrap .share_wrap .share{ display:inline-block; margin-right:30px; height:18px; line-height:18px; float:left; background:url(../images/op_btn_4.png) no-repeat left center; padding-left:26px;}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ width:450px; height:280px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:20px;height:20px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:450px;height:300px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:12px;width:450px; height:91px;}
.spec-scroll .prev{float:left;margin-right:15px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;text-align:center;width:10px;height:50px; line-height:50px;cursor:pointer;text-decoration:none; margin-top:20px;}
.spec-scroll .items{float:left;position:relative;width:400px;height:80px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:70px;}
.spec-scroll .items ul li{float:left;width:100px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:88px;height:64px;}
.spec-scroll .items ul li img:hover{border:2px solid #00b7ee;padding:1px;}

.pre_tu{ overflow:hidden; width:1000px; margin:0 auto;}
.pre_tu1{ overflow:hidden; width:1000px; margin:0 auto;}
.pro_info{ float:right; width:450px;}
.pro_info .pro_tit{ font-size:20px; text-align:center; margin-bottom:20px;}
.pro_info .pro_d{ width:400px; margin:0 auto; font-size:12px; color:#595959; line-height:30px;}
}
/*--slideBox--*/
#slideBox { margin:0;overflow:hidden; position:relative; text-align:center; }
#slideBox .hd { position:absolute; bottom:0; left:0; width:100%; text-align:center; z-index:9; }
#slideBox .hd li { display:inline-block; background:#969696; overflow:hidden; margin:15px 3px; width:8px; height:8px; border-radius:10px; text-indent:-999em; cursor:pointer; }
#slideBox .hd li { _display: inline; }
#slideBox .hd li.on { background:#d86a14; }
#slideBox .bd { height:530px; overflow:hidden;}
.slideTxtBox{ margin-top:100px; overflow:hidden;}
.slideTxtBox .hd { overflow:hidden; zoom:1; border-bottom:1px solid #ddd; font-size:14px;text-transform:capitalize; padding-left:48px;}
.slideTxtBox .hd ul li { float:left; padding:10px 16px; cursor:pointer; margin:0 10px; border-radius:8px 8px 0 0;}
.slideTxtBox .hd ul li.on { color:#fff; background:#00b7ee; }
.slideTxtBox .bd { margin:20px; }
.slideGroup { width:980px; text-align:center; }
.slideGroup .parHd { border-top:1px solid #ddd; position:relative; }
.slideGroup .parHd ul li { display:inline-block; margin:-1px 0 0 0; padding:10px 30px; cursor:pointer; }
.slideGroup .parHd ul li { _display:inline; }
.slideGroup .parHd ul li.on { background:#d86a14; color:#fff; }

.slideGroup .parBd { position:relative; margin:25px auto; }
.slideGroup .parBd .tempWrap { margin:0 auto; }
.slideGroup .parBd ul li { display:inline-block; }
.slideGroup .parBd ul li { _display:inline; }
.slideGroup .parBd ul li .pic img { width:132px; height:132px; margin:5px; display:block; border:1px solid #fff; }
.slideGroup .parBd ul li a { color:#666; text-decoration:none; }
.slideGroup .parBd ul li a:hover { color:#d86a14; }
.slideGroup .sPrev,
.slideGroup .sNext { position:absolute; top:60px; display:block; width:36px; height:36px; background:url(../images/icon_page.jpg) no-repeat; }
.slideGroup .sPrev { left:0; background-position:left top; }
.slideGroup .sNext { right:0; background-position:right top; }
.slideGroup .sPrev:hover { background-position:left bottom; }
.slideGroup .sNext:hover { background-position:right bottom; }

/*详情*/
.detail_f{ padding:20px 34px;}
.detail_c p{ line-height:24px; font-size:14px;}
.parameter { margin:20px 0 50px 0; }
.parameter .list {color:#333; font-size:14px; width:900px; border:#333 1px solid; }
.parameter .list .th{ background:#fac090; color:#333;font-size:14px;line-height:40px !important;}
.parameter .list td{ padding-left:14px;}
.parameter .list td:nth-child(1){ width:206px; border-right:#333 1px solid;}
.parameter .list tr{  line-height:24px; border-bottom:#333 1px solid;}
@media (max-width: 1200px){
.detail_f{ padding:24px;}
.detail_c p{ line-height:18px; font-size:12px;}
.parameter { margin:20px 0 50px 0;}
.parameter .list {color:#333; font-size:12px; width:760px; border:#333 1px solid; }
.parameter .list .th{ background:#fac090; color:#333;font-size:14px;line-height:34px !important;}
.parameter .list td{ padding-left:14px;}
.parameter .list td:nth-child(1){ width:200px; border-right:#333 1px solid;}
.parameter .list tr{  line-height:24px; border-bottom:#333 1px solid;}	
}	
/*产品证书*/
.certification{ overflow:hidden;}
.certification li{ width:235px; text-align:center; float:left; margin-right:20px; margin-bottom:30px;}
.certification li img{ width:235px; height:158px; display:block;}
.certification li span{ line-height:18px; width:80%; display:block; margin:10px auto 0 auto; color:#909090;}
.detail_down{padding:20px 34px;}
.detail_down li{ overflow:hidden; margin-bottom:10px;}
.detail_down li:hover a{ text-decoration:underline; color:#00b7ee;}
.detail_down li .icon{ width:20px; height:20px; display:block; float:left; margin-right:10px;}
/*行业*/
.bus_box{ overflow:hidden; margin-top:65px; padding:20px;}
.bus_box .item{ float:left; position:relative; width:249px; height:140px; margin-right:54px; margin-bottom:40px;}
.bus_box .item:hover{  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3);  -moz-box-shadow:0 0 20px rgba(0,0,0,0.3);  box-shadow:0 0 20px rgba(0,0,0,0.3);}
.bus_box .item a{ display:block; width:100%; height:100%;}
.bus_box .item:nth-child(4n+0){ margin-right:0;}
.bus_box .item .pic{ width:249px; height:140px; display:block;}
.bus_box .item h1{ width:100%; height:32px; line-height:32px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0; text-align:center; font-size:16px;}
.bus_menu{ width:960px; margin:0 auto;}
.bus_menu li{ padding:30px; border:#aaa 1px solid; margin:10px 0 30px 0; overflow:hidden;}
.bus_menu li a{ display:block; width:100%; height:100%;}
.bus_menu li:hover{ -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3);  
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.3);  
  box-shadow:0 0 20px rgba(0,0,0,0.3);  }
.bus_menu li:hover p{ text-decoration:underline;}
.bus_menu li:hover .tt{ color:#00b7ee; text-decoration:underline;}
.bus_menu li .pic{ width:292px; height:168px; display:block; float:left; border-right:#aaa 1px solid;}
.bus_menu li .info{ margin-left:340px; padding-top:40px;}
.bus_menu li .tt{ font-size:18px; color:#000;}
.bus_menu li .time{ font-size:14px; color:#000; margin:10px 0;}
.bus_menu li p{ width:560px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; margin-top:20px; line-height:23px; height:46px; color:#444; font-size:14px;}
.bus_del{}
.bus_del .bus_tit{ text-align:center; font-size:18px; color:#000; font-weight:bold;}
.bus_del .time{ font-size:14px; margin:20px 0 50px 0; text-align:center;}
.bus_del .sign img{ display:block; margin:0 auto; width:378px; margin-bottom:60px;}
.bus_del .sign .pp_tit{ margin-bottom:20px; margin-top:40px; color:#000; font-weight:bold; line-height:24px;}
.bus_del .sign  p{ margin-bottom:16px; line-height:26px; text-indent:2em;}
@media (max-width: 1200px){
.bus_box .item{ float:left; position:relative; width:220px; height:120px; margin-right:26px; margin-bottom:30px;}
.bus_box .item:hover{  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3);  -moz-box-shadow:0 0 20px rgba(0,0,0,0.3);  box-shadow:0 0 20px rgba(0,0,0,0.3);}
.bus_box .item a{ display:block; width:100%; height:100%;}
.bus_box .item:nth-child(4n+0){ margin-right:0;}
.bus_box .item .pic{ width:220px; height:120px; display:block;}
.bus_menu{ width:800px; margin:0 auto;}
.bus_menu li{ padding:30px; border:#aaa 1px solid; margin:10px 0 30px 0; overflow:hidden;}
.bus_menu li .pic{ width:280px; height:240px; display:block; float:left; border-right:#aaa 1px solid;}
.bus_menu li .info{ margin-left:310px; padding-top:40px;}
.bus_menu li .tt{ font-size:16px; color:#000;}
.bus_menu li .time{ font-size:14px; color:#000; margin:10px 0;}
.bus_menu li p{ width:420px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; margin-top:20px; line-height:23px; height:46px; color:#444; font-size:14px;}
.bus_del .bus_tit{ text-align:center; font-size:16px; color:#000; font-weight:bold;}
.bus_del .time{ font-size:14px; margin:20px 0 50px 0; text-align:center;}
.bus_del .sign img{ display:block; margin:0 auto; width:350px; margin-bottom:60px;}
.bus_del .sign .pp_tit{ margin-bottom:20px; margin-top:40px; color:#000; font-weight:bold; line-height:24px;}
.bus_del .sign  p{ margin-bottom:16px; line-height:26px; text-indent:2em;}	
}
/*商城*/
/*banner*/
.shop_banner{margin:0 auto; position:relative; width:100%;overflow: hidden;}
.shop_banner .hd ul{ width:100%; position:absolute; z-index:999; left:0; bottom:10px; text-align:center;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.shop_banner .hd ul li{ width:16px; height:16px; border-radius:8px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 5px; display:inline-block; *display:inline; overflow:hidden; text-align:center; cursor:pointer; *zoom:1;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.shop_banner .hd ul li.on{ background:rgba(255,255,255,0.52);}
.shop_banner .bd{ position:relative; height:100%; z-index:0; }
.shop_banner .bd li{ zoom:1; vertical-align:middle;}
.shop_banner .bd li img{ width:100%;}
.shop_banner .prev{display:block; position:absolute; left:6%; top:40%;}
.shop_banner .prev img{display:block; width:100%;}
.shop_banner .next img{display:block; width:100%;}
.shop_banner .next {display:block; position:absolute; right:6%; top:40%;}
.shop_list{ overflow:hidden;}
.shop_list .shop_tt{ overflow:hidden; margin-bottom:10px;}
.shop_list .shop_tt span{ float:left; font-size:24px; display:inline-block;}
.shop_list .shop_tt .more{ background:#f1f1f1 url(../images/btn_right.png) no-repeat 80% center; background-size:9px 17px; color:#004ea2; display:inline-block; float:right; height:26px; line-height:26px; padding:0 34px 0 20px; border-radius:20px;}
.shop_list .shop_tt .more:hover{ background:#004ea2 url(../images/btn_right1.png) no-repeat 80% center; color:#fff;}
.shop_list .shop_box{ overflow:hidden;}
.shop_list .shop_box li{ width:278px; padding:10px; float:left; border-left:#c9c9c9 1px solid; height:349px; border-bottom:#c9c9c9 1px solid; margin-bottom:30px;border-top:#c9c9c9 1px solid;}
.shop_list .shop_box li:nth-child(4n+0){border-right:#c9c9c9 1px solid;}
.shop_list .shop_box li .pic{ display:block; width:280px; height:230px;}
.shop_list .shop_box li .name{ text-align:center; font-size:14px; color:#000000; line-height:24px; height:24px; overflow:hidden;}
.shop_list .shop_box li .des{ text-align:center; font-size:14px; color:#959595; line-height:24px; height:24px; overflow:hidden;} 
.shop_list .shop_box li .price{ text-align:center; margin-top:28px;}
.shop_list .shop_box li .price span{ border:#000 1px solid; padding:8px 14px; color:#ee6f1b; font-weight:bold;}
.shop_mod{ float:right; width:595px;}
.shop_mod .name{ font-size:18px; color:#000;}
.shop_mod .shop_tip{ margin:10px 0 24px 0; color:#fe4d07;}
.shop_mod .shop_d{ line-height:30px;}
.shop_mod .price{ margin-top:40px;}
.shop_mod .price span{ color:#fe4d07; font-size:24px; font-weight:bold;}
.shop_mod .buyBtn { overflow:hidden; margin-top:70px;}
.shop_mod .buyBtn a { float:left; margin-right:10px; font-size:18px; color:#fff; display:inline-block; padding:10px 40px; background:#fe4d07; margin-bottom:10px;}
.shop_mod .buyBtn a:first-child { background:#fe4d07;}
.characator{ border-top:#aaaaaa 1px solid; border-bottom:#aaaaaa 1px solid; padding:50px 0; margin-top:103px;}
.characator h1{ width:80%; margin:0 auto 20px auto;}
.characator .list{ overflow:hidden; width:80%; margin:0 auto;}
.characator .list li{ float:left; width:33.3%; line-height:30px;}
.shop_del{ padding-top:60px; width:1000px; margin:0 auto;}
.shop_del li{ overflow:hidden; margin-bottom:30px;}
.shop_del li:nth-child(odd) .pic{ float:right;}
.shop_del li:nth-child(even) .pic{ float:left;}
.shop_del li:nth-child(odd) .info{ float:left;}
.shop_del li:nth-child(even) .info{ float:right;}
.shop_del .info{ width:370px; margin-top:70px;}
.shop_del .info h1{ font-size:24px; color:#000; margin-bottom:16px;}
.shop_del .info p{ line-height:30px;}
.shop_del .pic{ width:470px; height:360px; display:block;}
@media (max-width: 1200px){
.shop_list .shop_tt span{ float:left; font-size:22px; display:inline-block;}
.shop_list .shop_tt .more{ background:#f1f1f1 url(../images/btn_right.png) no-repeat 80% center; background-size:9px 17px; color:#004ea2; display:inline-block; float:right; height:26px; line-height:26px; padding:0 34px 0 20px; border-radius:20px;}
.shop_list .shop_tt .more:hover{ background:#004ea2 url(../images/btn_right1.png) no-repeat 80% center; color:#fff;}
.shop_list .shop_box{ overflow:hidden;}
.shop_list .shop_box li{ width:228px; padding:10px; float:left; border-left:#c9c9c9 1px solid; height:310px; border-bottom:#c9c9c9 1px solid; margin-bottom:30px;border-top:#c9c9c9 1px solid;}
.shop_list .shop_box li .pic{ display:block; width:220px; height:190px;}
.shop_list .shop_box li .name{ text-align:center; font-size:14px; color:#000000; line-height:22px; height:22px; overflow:hidden;}
.shop_list .shop_box li .des{ text-align:center; font-size:14px; color:#959595; line-height:22px; height:22px; overflow:hidden;} 
.shop_list .shop_box li .price{ text-align:center; margin-top:26px;}
.shop_list .shop_box li .price span{ border:#000 1px solid; padding:6px 14px; color:#ee6f1b; font-weight:bold;}
.shop_mod{ float:right; width:500px;}
.shop_mod .name{ font-size:16px; color:#000;}
.shop_mod .shop_tip{ margin:10px 0 24px 0; color:#fe4d07;}
.shop_mod .shop_d{ line-height:30px;}
.shop_mod .price{ margin-top:40px;}
.shop_mod .price span{ color:#fe4d07; font-size:22px; font-weight:bold;}
.shop_mod .buyBtn { overflow:hidden; margin-top:70px;}
.shop_mod .buyBtn a { float:left; margin-right:10px; font-size:16px; color:#fff; display:inline-block; padding:10px 62px;}
.shop_mod .buyBtn a:first-child { background:#fe4d07;}
.characator{ border-top:#aaaaaa 1px solid; border-bottom:#aaaaaa 1px solid; padding:50px 0; margin-top:103px;}
.characator h1{ width:80%; margin:0 auto 20px auto;}
.characator .list{ overflow:hidden; width:80%; margin:0 auto;}
.characator .list li{ float:left; width:33.3%; line-height:30px;}
.shop_del{ padding-top:60px; width:1000px; margin:0 auto;}
.shop_del .info{ width:330px; margin-top:70px;}
.shop_del .info h1{ font-size:22px; color:#000; margin-bottom:16px;}
.shop_del .info p{ line-height:30px;}
.shop_del .pic{ width:430px; height:350px; display:block;}	
}
/*服务与支持*/
.service_area{ overflow:hidden; margin-top:50px; margin-bottom:90px;}
.service_area li{ float:left; margin-right:54px;}
.service_area li a:hover{-ms-transform:scale(0.8,0.8); -moz-transform:scale(0.8,0.8); -webkit-transform:scale(0.8,0.8);-o-transform:scale(0.8,0.8); -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3);  -moz-box-shadow:0 0 20px rgba(0,0,0,0.3);  box-shadow:0 0 20px rgba(0,0,0,0.3);  }
.service_area li:last-child{ margin-right:0;}
.service_area li a{ display:block;  width:153px; height:153px;border-radius:50%; border:#cbcbcb 1px solid; margin-bottom:26px;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.service_area li img{ display:block;}
.service_area li span{ color:#636363; font-size:16px; text-align:center; display:block;}
.service_area li span.on{ color:#000;}
.service{ margin-top:130px;}
.service h1{ text-align:center; color:#000; font-size:24px; margin-bottom:50px;}
.service p{ line-height:30px; text-indent:2em; margin-bottom:16px;}
.message_mod{ border:#c9c9c9 1px solid; margin-bottom:20px;}
.tool_bar{}
.tool_bar a{ display:inline-block; float:left; text-align:center; border-bottom: #aaaaaa 1px solid; border-right: #aaaaaa 1px solid; height:40px; line-height:40px; width:202px; background:#f6f5f5;}
.tool_bar a.on{ background:#00b7ee; color:#fff;}
.tool_box{ width:915px; margin:37px auto 0 auto;}
.sta_bar{ margin-bottom:68px;}
.sta_bar .on{ background:#7ecef4 !important; color:#fff; border:#7ecef4 1px solid !important;}
.sta_bar .step{ float:left; background:#fff; width:158px; height:40px; text-align:center; line-height:40px; border-radius:20px; position:relative; border:#00b7ee 1px solid;}
.sta_bar .step .num{ display:block; color:#fff; position:absolute; top:-10px; left:0; background:#00b7ee; width:24px; width:24px; line-height:24px; text-align:center; border-radius:50%;}
.sta_bar .line{ width:478px; height:5px; background:url(../images/line.png) repeat-x top center; margin:16px 58px 0 58px; float:left;}
.sta_search{ margin-bottom:38px;}
.sta_search h1{ margin-bottom:18px;}
.search_tool{margin:0 auto; width:906px; height:40px; position:relative; border:1px solid #b5b5b5;}
.search_tool .ipt { margin:0; padding:0 10px; background:#f6f5f5; border:none; width:837px; height:100%; line-height:100%; outline:none; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px;}
.search_tool .btn { width:69px; height:40px; margin:0; padding:0; border:none;background:#83868a url(../images/icon_search1.png) no-repeat center center; background-size:24px 24px; position:absolute; right:0; top:0; cursor:pointer; border-left:#ddd 1px solid;}
.result_box{ overflow:hidden; padding:10px;}
.result_box .pic{ float:right; display:block; width:297px; height:195px;}
.result_box .result_area{ text-align:center; margin:42px 0;}
.result_box .result_area span{ background:url(../images/service_pic2.png) no-repeat left center; background-size:64px 64px; height:64px; display:inline-block; line-height:64px; padding-left:78px; color:#cbcbcb;}
.result_box .tips{ font-size:14px; line-height:24px; margin-left:20px;}
.result_box .tt{ color:#000; background:url(../images/service_tt.png) no-repeat left center; background-size:18px 18px; line-height:18px; padding-left:30px; margin:20px 0; font-weight:bold;}
@media (max-width: 1200px){
.service_area{ overflow:hidden; margin-top:50px; margin-bottom:90px;}
.service_area li{ float:left; margin-right:38px;}
.service_area li a{ display:block;  width:130px; height:130px;border-radius:50%; border:#cbcbcb 1px solid; margin-bottom:26px;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.service_area li img{ display:block;width:130px; height:130px;}
.service_area li span{ color:#636363; font-size:16px; text-align:center; display:block;}
.service_area li span.on{ color:#000;}
.service{ margin-top:130px;}
.service h1{ text-align:center; color:#000; font-size:22px; margin-bottom:50px;}
.service p{ line-height:30px; text-indent:2em; margin-bottom:16px;}
.message_mod{ border:#c9c9c9 1px solid; margin-bottom:20px;}
.tool_bar a{ display:inline-block; float:left; text-align:center; border-bottom: #aaaaaa 1px solid; border-right: #aaaaaa 1px solid; height:36px; line-height:36px; width:200px; background:#f6f5f5;}
.tool_bar a.on{ background:#00b7ee; color:#fff;}
.tool_box{ width:915px; margin:37px auto 0 auto;}
.sta_bar{ margin-bottom:68px;}
.sta_bar .on{ background:#7ecef4 !important; color:#fff; border:#7ecef4 1px solid !important;}
.sta_bar .step{ float:left; background:#fff; width:158px; height:40px; text-align:center; line-height:40px; border-radius:20px; position:relative; border:#00b7ee 1px solid;}
.sta_bar .step .num{ display:block; color:#fff; position:absolute; top:-10px; left:0; background:#00b7ee; width:24px; width:24px; line-height:24px; text-align:center; border-radius:50%;}
.sta_bar .line{ width:478px; height:5px; background:url(../images/line.png) repeat-x top center; margin:16px 58px 0 58px; float:left;}
.sta_search{ margin-bottom:38px;}
.sta_search h1{ margin-bottom:18px;}
.search_tool{margin:0 auto; width:906px; height:40px; position:relative; border:1px solid #b5b5b5;}
.search_tool .ipt { margin:0; padding:0 10px; background:#f6f5f5; border:none; width:837px; height:100%; line-height:100%; outline:none; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px;}
.search_tool .btn { width:69px; height:40px; margin:0; padding:0; border:none;background:#83868a url(../images/icon_search1.png) no-repeat center center; background-size:24px 24px; position:absolute; right:0; top:0; cursor:pointer; border-left:#ddd 1px solid;}
.result_box{ overflow:hidden; padding:10px;}
.result_box .pic{ float:right; display:block; width:297px; height:195px;}
.result_box .result_area{ text-align:center; margin:42px 0;}
.result_box .result_area span{ background:url(../images/service_pic2.png) no-repeat left center; background-size:64px 64px; height:64px; display:inline-block; line-height:64px; padding-left:78px; color:#cbcbcb;}
.result_box .tips{ font-size:14px; line-height:24px; margin-left:20px;}
.result_box .tt{ color:#000; background:url(../images/service_tt.png) no-repeat left center; background-size:18px 18px; line-height:18px; padding-left:30px; margin:20px 0; font-weight:bold;}	
}
/*--list--*/
.result_box .list { margin:20px; font-size:13px; color:#444; font-family:Arial, Simsun; border:#ddd 1px solid; width:600px;}
.result_box .list .th { background:#2a3646; color:#fff;}
.result_box .list td { padding:10px 15px; border-bottom:1px solid #ddd;}
.result_box .list td:nth-child(odd){ width:173px; border-right:#ddd 1px solid;}
.result_box .list a { color:#444; text-decoration:none;}
.result_box .list a:hover { color:#0471aa;}
.result_att{ width:80%; margin:20px 0 0 30px; line-height:30px;}
.result_att a{ color:#00b7ee;}
.police_box{ width:930px; margin:160px auto 0 auto;}
.police_box .item{ width:284px; height:186px; float:left; background:#f5f5f5; border:#bababa 1px solid; border-radius:4px; margin-right:36px; margin-bottom:110px;}
.police_box .item:nth-child(3n+0){ margin-right:0px;}
.police_box .item i{display:block; width:66px; background:#00b7ee; border-radius:8px; margin:-33px auto 0 auto;}
.police_box .item i img{ width:66px; height:66px;}
.police_box .item h1{ font-size:16px; text-align:center; line-height:30px; height:30px; overflow:hidden; padding:0 10px; margin:14px 0 8px 0; color:#000; font-weight:bold;}
.police_box .item p{ width:80%; margin:0 auto; color:#797979; font-size:14px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; line-height:20px; height:40px;}
.police_box .item .more{ display:inline-block; padding:8px 20px 8px 10px; background:#00b7ee url(../images/btn_right1.png) no-repeat 70px center; background-size:9px 17px; color:#fff; border-radius:5px; margin-top:14px; border:#00b7ee 1px solid;}
.police_box .item .more:hover{background:#fff url(../images/btn_right.png) no-repeat 70px center; color:#00b7ee;}
.police_desc h1{ text-align:center; font-size:24px; line-height:34px; margin-bottom:60px; margin-top:20px;}
.police_desc p{ margin-bottom:40px; line-height:24px;}
.police_desc p a{ color:#00b7ee;}
.police_desc p span{ color:#00b7ee;}
.police_desc p a:hover{ text-decoration:underline;}
.police_desc h2{ font-size:14px; color:#000; font-weight:bold; margin-bottom:6px;}
.download{}
.download .dow_item{ float:left; margin-right:8px;}
.download .dow_item:nth-child(4){ margin-right:0px;}
.download .dow_item a{ display:block; text-align:center; width:292px; height:52px; line-height:52px; background:#04b8ee; color:#fff;border:1px solid #ddd;}
.download .dow_item .dow_input{width:50%;}
.download .dow_item .dow_anniu{}
.arrow{ width:16px; height:16px; margin-left:10px;display:inline-block; background:url(../images/load_down.png) no-repeat right 2px; background-size:16px 16px;}
.download .dow_item .open{z-index:40;}
.download .dow_item .arrow.open{ background:url(../images/load_up.png) no-repeat center; background-size:16px 16px;}
.download .dow_item .code{ display:none;width:294px; background:#fff; text-align:center;}
.download .dow_item .code2{ display:none;width:292px; background:#fff; text-align:center;border:1px solid #ddd; padding-bottom:10px;}
.download .dow_item .code2 .pic{ width:240px; margin:10px auto; display:block;}
.download .dow_item .code2 .name{ text-align:center;}
.download .dow_item .code2 .btn_enter{ width:40%; height:36px; line-height:36px; margin:10px auto 0 auto;}
.download .dow_item .code li{ line-height:52px; height:49px;border:1px solid #ddd; border-top:none; cursor:pointer;}
.download .dow_item .code li:hover{ background:#04b8ee; color:#fff !important;}
.download .dow_item .code li.on{ color:#04b8ee;} 
.downdetail{ width:740px; margin:0 auto; overflow:hidden;}
.downdetail .picscroll{ float:left; width:290px; border:#ddd 1px solid; background:#fff;  padding:15px;}
.downdetail .picscroll .pic{ width:240px; margin:10px auto; display:block;}
.downdetail .picscroll .name{ text-align:center;}
.downdetail .picinfo{ float:right; width:330px; padding:20px 0 0 0;}
.downdetail .picinfo h1{ color:#000; font-size:18px; margin-bottom:26px;}
.downdetail .picinfo p{ font-size:15px; line-height:26px; height:156px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.dd_tit{ margin:40px auto 0 auto; color:#000; font-weight:bold; width:1100px;}
.downlist{}
.downlist .list { margin:20px 0; font-size:14px; color:#444; font-family:Arial, Simsun; border:#ddd 1px solid;}
.downlist .list .th { background:#f1f1f1; color:#000;}
.downlist .list td { padding:10px 15px; border-bottom:1px solid #ddd;}
.downlist .list a { color:#444; text-decoration:none; color:#00b7ee;}
.downlist .list a:hover {text-decoration:underline;}
.downvip{width:100%;}

@media (max-width: 1200px){
.download .dow_item{ float:left; margin-right:8px;}
.download .dow_item:nth-child(4){ margin-right:0px;}
.download .dow_item a{ display:block; text-align:center; width:240px; height:50px; line-height:50px; background:#04b8ee; color:#fff;border:1px solid #ddd;}
.arrow{ width:16px; height:16px; margin-left:10px;display:inline-block; background:url(../images/load_down.png) no-repeat right 2px; background-size:16px 16px;}
.download .dow_item .open{z-index:40;}
.download .dow_item .arrow.open{ background:url(../images/load_up.png) no-repeat center; background-size:16px 16px;}
.download .dow_item .code{ display:none;width:240px; background:#fff; text-align:center;}
.download .dow_item .code2{ display:none;width:240px; background:#fff; text-align:center;border:1px solid #ddd; padding-bottom:10px;}
.download .dow_item .code2 .pic{ width:240px; margin:10px auto; display:block;}
.download .dow_item .code2 .name{ text-align:center;}
.download .dow_item .code2 .btn_enter{ width:40%; height:36px; line-height:36px; margin:10px auto 0 auto;}
.download .dow_item .code li{ line-height:50px; height:50px;border:1px solid #ddd; border-top:none; cursor:pointer;}
.download .dow_item .code li:hover{ background:#04b8ee; color:#fff !important;}
.download .dow_item .code li.on{ color:#04b8ee;} 
.downdetail{ width:740px; margin:0 auto; overflow:hidden;}
.downdetail .picscroll{ float:left; width:290px; border:#ddd 1px solid; background:#fff;  padding:15px;}
.downdetail .picscroll .pic{ width:240px; margin:10px auto; display:block;}
.downdetail .picscroll .name{ text-align:center;}
.downdetail .picinfo{ float:right; width:330px; padding:20px 0 0 0;}
.downdetail .picinfo h1{ color:#000; font-size:18px; margin-bottom:26px;}
.downdetail .picinfo p{ font-size:15px; line-height:26px; height:156px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;}
.dd_tit{ margin:40px auto 0 auto; color:#000; font-weight:bold; width:1100px;}
.downlist{}
.downlist .list { margin:20px 0; font-size:14px; color:#444; font-family:Arial, Simsun; border:#ddd 1px solid;}
.downlist .list .th { background:#f1f1f1; color:#000;}
.downlist .list td { padding:10px 15px; border-bottom:1px solid #ddd;}
.downlist .list a { color:#444; text-decoration:none; color:#00b7ee;}
.downlist .list a:hover {text-decoration:underline;}
}
/*关于我们*/
.about_page{ padding-left:20px;}
.about_Title{ text-align:center; font-size:22px;margin-top:10px; margin-bottom:10px;color:#000;}
.about_time{ font-size:14px; text-align:center; color:#666; margin-bottom:50px;}
.about_page img{ display:block; margin:0 auto 50px auto;}
.signbox{ margin-bottom:40px;}
.signbox h2{ font-weight:bold;}
.signbox p{ line-height:30px;margin-bottom:40px;}
.coo_list{ overflow:hidden;}
.coo_list li{ float:left;}
.coo_list li img{ display:block; width:244px; height:100px; margin:0 30px;}
@media (max-width: 1200px){
.coo_list li img{ display:block; width:200px; height:100px; margin:0 30px;}
}
/*新闻*/
.news_dd{ overflow:hidden;padding-bottom:40px; border-bottom:1px #ccc dashed;}
.news_dd .pic{ width:134px; height:95px; display:block; float:left; margin-right:32px;}
.news_dd .news_df{ margin-left:166px; line-height:24px; }
.news_dd .t{ overflow:hidden;}
.news_dd .news_df p{text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; height:72px;color:#767676;}
.news_dd .news_df h1{ color:#00b7ee; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; line-height:24px; height:24px; width:90%; float:left;font-weight:bold;}
.news_dd .news_df:hover .t h1{text-decoration:underline;}
.news_dd .news_df:hover .new_p{color:#666666;}
.news_dd .news_df .time{ float:right;color:#767676;}
.news_list li{ text-overflow:ellipsis;overflow:hidden; padding:10px 10px 2px 10px; line-height:24px; height:24px;}
.news_list li .news_tt{color:#767676; float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; width:80%; background:url(../images/news_bg.png) no-repeat left center; padding-left:20px;}
.news_list li a:hover{color:#00b7ee; text-decoration:underline;}
.news_list li .time{ float:right;color:#767676;}
.news_box{ border:#bababa 1px solid; padding:30px 20px;}

/*联系我们*/
.contact{ line-height:24px; margin-left:50px;}
.contact .icon{ display:block; width:30px; height:30px; float:left;}
.contact li{ line-height:30px; margin-bottom:10px;}
.map{ margin-top:25px;}
.contact_des{margin-left:50px;}
.contact_des .contact_tt{color:#00b7ee; line-height:24px;}
.contact_des .contact_pp{color:#929292; line-height:24px;}

/*荣誉*/
.honor{width:906px;margin-left:40px;}
.honor .hon_lc{display:block;height:170px;}
.honor .hon_lc01{width:106px;float:left;float:left;text-align:center;vertical-align:center;display:block;}
.honor .hon_lc01:nth-child(odd){background:url(../images/hon_pic4.jpg) repeat-x center bottom;padding-bottom:52px;}
.honor .hon_lc01:nth-child(even){background:url(../images/hon_pic5.jpg) repeat-x center top;padding-top:50px;margin-top:87px;}
.honor .hon_lc01 .time{line-height:38px;height:38px; overflow:hidden;display:block;text-align:center;color:#434343;}
.honor .hon_lc01 .on{padding:0 10px;background-color:#00b7ee;color:#fff;border-radius: 5px;}
.honor .hon_tu01{float:left;margin-right:100px; width:226px;}
.honor .hon_tu01 img{width:226px;height:158px;}
.honor .hon_tu{display:block;clear:both;margin-top:40px;}
.honor .hon_tu dt{display:block;margin-top:30px;}
.honor .hon_tu .pic{display:block;}
.honor .hon_tu h1{display:block;text-align:center;color:#000;height:48px;line-height:24px;margin-top:5px; overflow:hidden;}
.honor .hon_tu .hon_tu01:nth-child(3n+0){ margin-right:0px;}
.honor .hon_lie{color:#353535;display:block;clear:both;padding:30px 0;}
.honor .hon_lie li{line-height:30px;overflow:hidden;display:block;}
@media (max-width: 1200px){
.honor .hon_tu01{float:left;margin-right:70px;}
.honor .hon_tu01 img{width:200px;height:148px;}
}
/*资料下载*/
.payTit{ font-size:14px; }
.payTit .item{ display:inline-block; padding:10px 40px;}
.payTit a.on{ background:#00b7ee; color:#fff; border-radius:10px 10px 0 0;}
.load{border:solid 1px #bababa;width:860px;}
.load .load_b{width:860px;height:278px;background:url(../images/load_02.png) no-repeat center bottom;padding:26px auto;}
.load .lo_box{width:590px;height:194px;overflow:hidden;float:right;margin:40px 2px auto auto;}
.load .lo_box .lo_zi01{width:570px;color:#929292;line-height:30px;margin-top:14px;border-bottom:dashed 1px #bababa; padding-bottom:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.load .lo_pic{width:172px;height:194px;display:block;float:left;margin:40px 0px 40px 70px;box-shadow: 2px 10px 4px #a8a8a8;}
.load .lo_box .lo_zi{width:520px;height:30px;display:block;color:#00b7ee;font-weight:bold;line-height:30px;}
.load .lo_box a{color:#fff;background-color:#00b7ee;border-radius: 5px;padding:6px 26px;float:right;margin:8px 10px 10px auto;display:block;}
.load .lo_box a:hover{background-color:#068ab2;}
.load .load_b:hover{background-color:#f3fcff;}
.load .load_b:hover .lo_zi{text-decoration:underline;}
.load .lo_zi03{overflow:hidden;text-align:justify; text-justify:inter-ideograph;color:#333;line-height:30px;padding:20px;display:block;}
.load_main{overflow:hidden;}
.mb_20{margin-bottom:20px;}
.load .lo_zi02{color:#333;padding-top:30px;margin-top:20px auto auto auto;font-weight:bold;text-align:center;}
@media (max-width: 1200px){
.load{border:solid 1px #bababa;width:776px;overflow:hidden;}
.load .load_b{width:776px;height:250px;background:url(../images/load_02.png) no-repeat center bottom;padding:26px 0;}
.load .lo_box{width:520px;height:184px;overflow:hidden;float:right;margin:30px 2px auto auto;}
.load .lo_box .lo_zi01{width:500px;color:#929292;line-height:30px;margin-top:14px;border-bottom:dashed 1px #bababa; padding-bottom:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.load .lo_pic{width:168px;height:180px;display:block;float:left;margin:30px 0px 30px 40px;box-shadow: 2px 10px 4px #a8a8a8;}
.load .lo_box .lo_zi{width:500px;height:30px;display:block;color:#00b7ee;font-weight:bold;line-height:30px;}
.load .lo_box a{color:#fff;background-color:#00b7ee;border-radius:5px;padding:6px 26px;float:right;margin:8px 10px 40px auto;display:block;}
}
/*薪酬福利*/

.pay{color:#000;margin-bootom:40px;}
.pay .pay_s{font-weight:bold;}
.pay p{line-height:50px;margin-top:-14px;}

/*员工活动*/
.mem_list li{ text-overflow:ellipsis; border-bottom:#ccc 1px dashed;  padding:10px 10px 2px 10px;line-height:30px; height:60px;overflow:hidden;}
.mem_list li .mem_tt{color:#000; float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; width:80%; background:url(../images/news_bg.png) no-repeat left center; padding-left:20px;font-weight:bold;}
.mem_list li:hover p{color:#666; text-decoration:underline;}
.mem_list li:hover .mem_tt{color:#00b7ee;}
.mem_list li .time{ float:right;color:#afafaf;}
.mem_list li a{color:#767676;}
.mem_list li p{display:inline-block;}


/*人才招聘*/
.job{margin-left:20px;width:100%;}
.job_t .item{ display:inline-block; padding:10px 40px;}
.job_t a.on{ background:#00b7ee; color:#fff; border-radius:5px;}
.job_zp{width:97%;}
.job_xy{border:solid 1px #bfbfbf;margin-top:30px;}
.job_zw{width:112px;height:40px;border:solid 1px #b5b5b5;background:url(../images/btn_bottom.png) no-repeat 84px center;padding:10px 20px;margin:0 14px 0 30px;}
.job_gz{width:112px;height:40px;border:solid 1px #b5b5b5;background:url(../images/btn_bottom.png) no-repeat 84px center;padding:10px 20px;margin-right:14px;}
.job_xy h1{font-weight:bold;line-height:30px;margin:5px 0px 5px 30px;display:block;}
.job_sou{width:292px;height:40px;border:solid 1px #b5b5b5;border-right:none;padding-left:10px;color:#8d8d8d;}
.job_img{background:#b5b5b5 url(../images/icon_search1.png) no-repeat center center;width:70px;height:40px;background-size:20px 20px;  cursor:pointer;display:inline-block;}
.job_img:focus{  outline: none;}

.job_xy .job_op{padding:10px 20px;line-height:30px;border:solid 1px #b5b5b5;margin:0;}
.job_box a:hover{color:#00b7ee;text-decoration:underline;}
.job_table{ margin:10px 0px; font-size:14px; color:#444; text-align:center;line-height:50px;}
.job_table .job_th { color:#000;}
.job_table td{border-bottom:1px solid #bfbfbf;}
.job_big{width:100%;height:46px;color:#000;background-color:#f1f1f1;margin-top:8px;}
.job_big .item{ display:inline-block;padding-left:30px;line-height:46px;}
.job_big a.on{color:#30b6f6;font-weight:bold;}
.job_box{ overflow:hidden;}
@media (max-width: 1200px){
.job_zp{width:96%;}

}

/*人才招聘-详情*/
.job_del {color:#000;}
.job_del p{font-size:14px;line-height:40px;text-align:justify; text-justify:inter-ideograph;padding:10px;display:block;margin:10px;}
.job_del .job_zi1{text-align:center;font-weight:bold;font-size:18px;line-height:40px;}
.job_del .job_zi2{font-size:18px;line-height:40px;}
.job_del .job_zi3{font-size: 18px;font-weight: bold;border-left: 8px solid #00b7ee;padding-left: 34px;margin:16px 0px;}
.job_del .job_zi4{font-size:18px;color:#00b7ee;margin:30px 0;display:block;}

/*销售及服务网络*/
.service h2{color:#000;font-weight:bold;line-height:40px;margin-left:26px;}
.service .ser_rad{border:1px solid #c8c8c8;display: inline-block;width: 18px;height: 18px;margin:0 5px 0 10px;position: relative;vertical-align: middle;background-color:#fff;border:1px solid #c7c7c7;cursor: pointer;position: relative;padding-left: 30px;}
.net_img{width:1198px;height:600px;display:block;margin:20px auto;overflow:hidden;}

/*常见问题*/
.que_sou{width:98%;height:40px;border:solid 1px #b5b5b5;padding-left:10px;color:#8d8d8d;background-color:#f4f2f2;display:block;margin:24px auto;}
.que_on{background-color:#00b7ee!important;color:#fff!important;}
.que_inw{padding:8px 26px;background-color:#f4f2f2;color:#000;border:1px solid #b4b4b4;display:inline-block;margin-left:36px;font-size:16px;}
.que_inw:hover{background-color:#00b7ee;color:#fff;}
#question { margin:0;overflow:hidden; position:relative; text-align:center;}
#question .hd { position:absolute; bottom:0; left:0; width:100%; text-align:center; z-index:9;}
#question .hd li { display:inline-block; background:#969696; overflow:hidden; margin:15px 3px; width:8px; height:8px; border-radius:10px; text-indent:-999em; cursor:pointer;}
#question .hd li { _display: inline;}
#question .hd li.on { background:#d86a14;}
#question .bd { height:530px; overflow:hidden;}
.question{ margin-top:100px; overflow:hidden;}
.question .hd { overflow:hidden; zoom:1; border-bottom:1px solid #979797; font-size:14px;text-transform:capitalize; padding-left:48px;}
.question .hd ul li { float:left; padding:10px 70px; cursor:pointer; margin:0 10px; border-radius:8px 8px 0 0;}
.question .hd ul li.on { color:#fff; background:#00b7ee;border:none;}
.question .box ul li{ overflow:hidden;  display:block;line-height:30px;background:url(../images/news_bg.png) no-repeat left center;cursor:pointer;padding-left:14px;}
.question .box ul li a:hover{color:#00b7ee;text-decoration:underline;}
.question .box .del{ width:99%; border:1px solid #b5b5b5;padding:10px 20px;overflow:hidden;}
.question .box h3{ overflow:hidden;  display:block;line-height:40px;font-weight:bold;color:#000;font-size:16px;margin:10px;}
.question .box .que_ul{width:45%;float:left;display:block;margin:10px 10px 10px 20px;overflow:hidden;} 
.question .box .que_ul2{width:45%;float:right;display:block;margin:10px;border-left:1px dashed #b5b5b5;overflow:hidden;} 
.question .box .que_ul2 li{margin-left:46px;overflow:hidden;} 
.question .box {margin-top:40px;overflow:hidden;} 
.question .box h2{text-align:center;font-size:16px;margin-bottom:16px;}
.question .que_zi{ width:99%; border:1px solid #b5b5b5;padding:20px 20px;overflow:hidden;text-align:justify; text-justify:inter-ideograph;margin:0 auto;}
.question .mess_tabl{background:url(../images/mess_01.png) no-repeat right bottom;border:none;display:block;overflow:hidden;clear:both;padding-right:20px;}
.question .mess_tabl td{padding:10px 0px;}
.question .mess_tabl .mess_inp{padding:10px;width:192px;height:30px;border:1px solid #b5b5b5;line-height:26px;overflow:hidden;}
.question .mess_tabl .mess_inp1{padding:10px;width:650px;height:120px;border:1px solid #b5b5b5;line-height:30px;overflow:hidden;}
.question .mess_tabl td a{margin-left:-1px;padding:10px 70px;}
@media (max-width: 1200px){
.que_sou{width:98%;height:40px;border:solid 1px #b5b5b5;padding-left:10px;color:#8d8d8d;background-color:#f4f2f2;display:block;margin:24px auto;}
.question .box .del{ width:98%; border:1px solid #b5b5b5;padding:10px 20px;overflow:hidden;}
.question .box .que_ul{width:40%;float:left;display:block;margin:10px;overflow:hidden;} 
.question .box .que_ul2{width:50%;float:right;display:block;margin:10px;border-left:1px dashed #b5b5b5;overflow:hidden;} 
}
.question .que_zi{ width:96%; border:1px solid #b5b5b5;padding:20px 20px;overflow:hidden;text-align:justify; text-justify:inter-ideograph;margin:0 auto;}

/*用户中心首页*/
.mt_34{margin-top:34px;}
.mt_10{margin-top:10px;}
.mt_16{margin-top:16px;}
.mt_20{margin-top:20px;}
.login_zi{font-size:20px;color:#000;margin-top:32px;float:left;display:inline-block;overflow:hidden;}
.login_zi1{font-size:12px;color:#000;float:right;background:url(../images/login_01.png) no-repeat left center;padding-left:10px;display:inline-block;overflow:hidden;}
.lo_banner{width:100%;height:522px;background:#f1f1f1 url(../images/login_02.jpg) no-repeat center center;}
.loban_box{width:354px;height:344px;background-color:#fff;filter:alpha(opacity:80); opacity:0.8;  -moz-opacity:0.8;-khtml-opacity: 0.8;margin:90px 0px 0 0;float:right;}
.loban_box h1{display:block;overflow:hidden;text-align:center;font-size:18px;color:#343434;line-height:40px;height:40px;margin:20px auto;}
.loban_box .lo_ban{display:block;overflow:hidden;color:#343434;;height:36px;width:268px;border:1px solid #d2d2d2;border-radius: 5px;background:#fff url(../images/login_03.png) no-repeat 4px center;padding-left:26px;margin:10px auto;}
.loban_box .lo_ban1{display:block;overflow:hidden;color:#343434;;height:36px;width:268px;border:1px solid #d2d2d2;border-radius: 5px;background:#fff url(../images/login_04.png) no-repeat 4px center;padding-left:26px;margin:0px auto 20px auto;}
.loban_box .loban_in{margin:20px 0 20px 32px;display:block;}
.loban_box .lo_de{width:296px;height:38px;line-height:38px;background-color:#004ea2;display:block;margin:40px auto 10px auto;border-radius: 5px;}
.loban_box .lo_de a{font-size:18px;color:#fff;display:block;text-align:center;border-radius: 5px;}
.loban_box .lo_de a:hover{background-color:#0869d1;}
.lo_bg{background-color:#f1f1f1;width:100%;min-height:270px;}

/*vip-订单页*/
.login_zi3{font-size:12px;line-height:34px;height:34px;display:inline-block;overflow:hidden;}
.lo_top{width:100%;height:73px;background-color:#f1f1f1;}
.lo_top span {display:inline-block;margin-left:80px;overflow:hidden; float:left;}
.lo_dao span a{color:#303035;font-size:16px;display:inline-block;overflow:hidden;padding:24px 26px;border-top:4px solid #f1f1f1;}
.lo_dao span a:hover{color:#004ea2;border-top:4px solid #004ea2;background-color:#fff;}
.lo_dao .on{color:#004ea2;border-top:4px solid #004ea2;background-color:#fff;}
.lo_dao .logo{ float:left; display:block;}
.lo_dao .logo img{ display:block;}
.lo_dao .or_s {width:259px; height:28px; position:relative;border-radius:20px; overflow:hidden; margin-top:20px;float:right; }
.lo_dao .or_s .or_sou { margin:0;border:none; padding:0 18px;width:80%; height:100%; line-height:100%; outline:none; border-top-left-radius:20px; border-bottom-left-radius:20px; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:12px; border:#ddd 1px solid; border-right:none;color:#666;}
.lo_dao .or_s .or_btn { width:20%; height:94%; margin:0;background:#fff url(../images/icon_search.png) no-repeat center center; background-size:16px 16px; position:absolute; right:0; top:0; cursor:pointer; border-top-right-radius:20px; border-bottom-right-radius:20px;border:#ddd 1px solid; border-left:none;outline:none;}


/*vip-订单详情*/
.or_line{width:100%;border-bottom:2px solid #004ea2;margin:20px auto;display:block;overflow:hidden;clear:both;padding-bottom:20px;}
.order {width:100%;margin:30px auto;overflow:hidden;}
.order .or_sel{border:1px solid #b5b5b5;border-radius:5px;background:#fff url(../images/or_01.png) no-repeat 86px center;cursor:pointer;padding:6px 30px;outline:none;overflow:hidden;text-align:center;}
.order .or_sel option{line-height:30px;text-align:center;}
.order .or_tit1{font-size:24px;color:#333;text-align:center;line-height:70px;overflow:hidden;display:block;white-space:nowrap;}
.order .or_tit2{font-size:16px;color:#666;text-align:center;overflow:hidden;display:block;white-space:nowrap;}
.order .or_rq h1{width:134px;height:38px;display:block;overflow:hidden;background-color:#03a6d7;border-radius:5px 5px 0px 0px;color:#fff;font-size:18px;text-align:center;padding-top:14px;}
.order .or_rq .or_t a{width:134px;height:44px;display:inline-block;overflow:hidden;background:#27c7f7 url(../images/or_02.png) no-repeat right 36px;border-radius:0px 0px 5px 5px;color:#fff;font-size:14px;text-align:center;padding-top:28px;}
.order .or_rq .or_t a:hover{background-color:#03a6d7;text-decoration:underline;}
.order .or_rq {overflow:hidden;margin:0px auto;}
.order .or_box{overflow:hidden;margin-bottom:20px;}
.order .or_rq dl{overflow:hidden;margin-left:20px;display:block;text-align:center;}
.order .or_rq dt{float:left;margin:60px 70px 0 0;}
.order .or_rq dt:nth-child(6n+0){ margin-right:0px;}
.or_tab{overflow:hidden; margin-bottom:30px;clear:both;}
.or_tab table{width:100%;table-layout:fixed ;overflow:hidden;}
.or_tab .list { margin:30px 0 0 0; font-size:14px; color:#444; text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.or_tab .list .th { background:#197aa8 !important; color:#fff;}
.or_tab .list tr:nth-child(even){ background:#f2f2f2;}
.or_tab .list tr:nth-child(odd){ background:#f4f4f4;}
.or_tab .list tr{border-bottom:1px solid #fff;}
.or_tab .list td { padding:10px 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.or_tab .list a { color:#30b6f6; text-decoration:none;}
.or_tab .list a:hover { color:#0471aa;}
.or_tab .or_sc{color:#666;margin-left:10px;cursor:pointer;}
.or_date{color:#333;font-size:14px;float:right;display:inline-block;overflow:hidden;white-space:nowrap;padding-bottom:10px;}
.or_date a{color:#333;}
.or_date a:hover{color:#0471aa;}
.or_date .on{color:#0471aa;}
.or_tab .list1 { margin:0; font-size:14px; color:#444;background-color:#fff;table-layout:fixed ;}
.or_tab .list1 tr{border:1px solid #ddd;margin-top:0;}
.or_tab .list1 td { padding:10px 25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.or_tab .list2 { margin-top:30px; font-size:14px; color:#444;background-color:#fff;overflow:hidden;table-layout:fixed ; }
.or_tab .list2 tr{border:1px solid #ddd;margin-top:0;}
.or_tab .list2 td { padding:10px 25px;overflow:hidden;text-overflow:ellipsis;border-right:1px solid #ddd;height:26px;white-space:nowrap;}
@media (max-width: 1200px){
.order .or_tit1{font-size:22px;color:#333;text-align:center;line-height:70px;overflow:hidden;display:block;white-space:nowrap;}
.order .or_rq dt{float:left;margin:50px 62px 0 6px;}
.order .or_rq dt:nth-child(5n+0){ margin-right:0px;}
.order .or_rq dt:nth-child(6n+0){ margin-right:50px;}
}

/*vip-消息*/
.or_line1{width:1200px;margin:20px auto;display:block;overflow:hidden;clear:both;}
.or_news .item{ display:inline-block; padding:10px 40px;}
.or_news a.on{color:#004ea2;}
.or_news{border-bottom:2px solid #004ea2;}
.or_date1{color:#333;font-size:14px;float:right;display:inline-block;overflow:hidden;white-space:nowrap;padding-top:10px;}
.or_date1 a{color:#333;}
.or_date1 a:hover{color:#0471aa;}
.or_date1 .on{color:#0471aa;}
.cl_1{color:#F00;}
.or_nezi .list .checked{float:left;margin-top:16px;display:block;}
.or_nezi h1{background:url(../images/lo_new_01.png) no-repeat left center;margin:0 40px;padding:0 40px;float:left;display:block;overflow:hidden;color:#2a2a2a;float:left;weight:80px;white-space: nowrap;}
.or_nezi h2{background:url(../images/lo_new_02.png) no-repeat left center;margin:0 40px;padding:0 40px;float:left;display:block;overflow:hidden;color:#2a2a2a;float:left;weight:80px;white-space: nowrap;}
.or_nezi li{white-space: nowrap;overflow:hidden;border-bottom:1px dashed #d2d2d2;padding:0 18px;height:40px;line-height:40px;}
.or_nezi .list .tt1{display:block;overflow:hidden;color:#666;float:left;text-overflow:ellipsis;weight:360px;height:40px;white-space: nowrap;}
.or_nezi .list li:hover .tt1{color:#004ea2!important;text-decoration:underline;cursor:pointer;}
.or_nezi .list .tt2{display:block;overflow:hidden;color:#6b6b6b;float:right;font-style:normal;white-space: nowrap;}
.or_nezi .all .ch_s{background:url(../images/lo_new_04.png) no-repeat left center;overflow:hidden;float:left;padding-left:17px;margin:20px;display:block;cursor:pointer;color:#444;}
.or_nezi .all .ch_s a:hover{color:#fe0a0a;text-decoration:underline;}
.or_nezi .all .ch_q{color:#444;float:left;margin: 20px 0;overflow:hidden;display:block;cursor:pointer;padding-left:20px;}

/*vip-消息详情*/
.lo_newsdel {width:100%;margin:30px auto;overflow:hidden;}
.lo_newsdel .new_title{text-align:center;color:#333;font-size:24px;line-height:50px;}
.lo_newsdel .new_zi{diaplay:block;padding:20px;line-height:30px;text-align:justify; text-justify:inter-ideograph;border:1px solid #d2d2d2;overflow:hidden;clear:both;margin-top:10px;}
.lo_newsdel .or_date1{color:#333;font-size:14px;float:right;display:inline-block;overflow:hidden;white-space:nowrap;margin-bottom:18px;}

/*vip-留言*/
.lo_mess{weight:100%;padding:30px 0;margin:0 auto;overflow:hidden;clear:both;margin:20px 0;}
.lo_mess .or_date1{color:#333;font-size:14px;float:right;display:inline-block;overflow:hidden;white-space:nowrap;margin-bottom:18px;}
.lo_mess .mess_tabl{border:none;display:block;margin-left:200px;weight:800px;height:580px;overflow:hidden;clear:both;}
.lo_mess .mess_tabl td{padding:10px 0px;}
.lo_mess .mess_tabl tr{margin:0 auto;overflow:hidden;clear:both;}
.lo_mess .mess_tabl .mess_inp{padding:10px;width:650px;height:26px;border:1px solid #b5b5b5;line-height:26px;overflow:hidden;}
.lo_mess .mess_tabl .mess_inp1{padding:10px;width:650px;height:220px;border:1px solid #b5b5b5;line-height:26px;overflow:hidden;}
.lo_mess .mess_tabl td {overflow:hidden;padding-right:20px;}
.lo_mess .mess_tabl td a{margin-left:-1px;padding:10px 70px;}
.mes_on{background-color:#004ea2!important;color:#fff!important;}
.mes_inw{padding:8px 20px;background-color:#f4f2f2;color:#000;border:1px solid #b4b4b4;display:inline-block;margin:10px 10px 10px 50px;font-size:16px;overflow:hidden;}

/*vip-留言列表*/
.messlist1{width:72%;float:left;border:1px solid #d2d2d2;padding-bottom:4px;}
.messlist1 .mes_yan{float:left;display:block;font-size:18px;color:#333;line-height:50px;margin-left:20px;}
.mes_tab{float:right;}
.mes_tab .item{margin:0 20px;color:#808080;line-height:50px;}
.mes_tab .on{color:#333;}
.mes_box{margin-top:50px;border-top:1px solid #d2d2d2;}
.mes_box .info{border-bottom:1px dashed #d2d2d2;padding:6px;display:block;overflow:hidden;padding:14px;}
.mes_box .info:nth-last-child(1){border-bottom:none;}
.mes_box .info img{display:block;float:left;margin-right:26px;}
.mes_box .info .title{color:#333;display:block;width:86%;height:30px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;line-height:30px;padding-top:10px;}
.mes_box .info:hover .title{color:#004ea2;text-decoration:underline;}
.mes_box .t_com{color:#666;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;height:30px;float:left;line-height:30px;padding-right:10px;max-width:140px;}
.mes_box .t_time{color:#666;display:block;overflow:hidden;float:left;border-left:1px solid #666;padding-left:20px;margin:5px 0 0 10px;}
.messlist2{width:26%;float:right;}
.messlist2 .mes_m{height:84px;border:1px solid #d2d2d2;line-height:84px;display:block;color:#444;font-size:16px;background:url(../images/lo_mes01.png) no-repeat 109px center;padding-left:150px;}
.messlist2 .mes_m:hover{color:#004ea2;text-decoration:underline;}
.messlist2 .mes_ph{border:1px solid #d2d2d2;text-align:center;display:block;color:#444;font-size:16px;margin-top:20px;}
.messlist2 .mes_ph .mes_zi{border-bottom:1px solid #d2d2d2;line-height:50px;text-align:center;display:block;color:#444;font-size:16px;}
.messlist2 .mes_ph .mes_pa{padding:15px 0;}
.messlist2 .mes_ph .t_zi{padding-left:6px;}
.messlist2 .mes_ph .t_zi a:hover{color:#004ea2;}
.messlist2 .mes_ph .item{ width:90%;overflow:hidden;height:27px;line-height:27px;display:block;color:#444;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;padding:2px 10px;}
.messlist2 .mes_ph .item .xu{ background:#9e9e9e; width:22px; height:22px;border-radius:4px; color:#fff; display:inline-block; margin-top:3px; float:left; line-height:22px; margin-right:2px; margin-left:6px; }
.messlist2 .mes_ph .item .xuon{ background:#004ea2;}
@media (max-width: 1200px){
.messlist2 .mes_m{height:84px;border:1px solid #d2d2d2;line-height:84px;display:block;color:#444;font-size:16px;background:url(../images/lo_mes01.png) no-repeat 70px center;padding-left:110px;}
}
/*vip-留言详情*/

.lo_mesdel{weight:100%;padding:30px 0;margin:20px auto;overflow:hidden;clear:both;}
.lo_mesdel .mes_xi{margin:10px 0;overflow:hidden;}
.lo_mesdel .mes_xi1{border:1px solid #d2d2d2;margin:10px 0;pading:20px;overflow:hidden;}
.lo_mesdel .or_date1{color:#333;font-size:14px;float:right;display:block;overflow:hidden;white-space:nowrap;}
.lo_mesdel .or_date1 a{color:#333;}
.lo_mesdel .or_date1 a:hover{color:#0471aa;}
.lo_mesdel .or_date1 .on{color:#0471aa;}
.lo_mesdel .info{display:block;margin:20px;overflow:hidden;}
.lo_mesdel .info img{display:block;float:left;margin-right:26px;}
.lo_mesdel .info .title{color:#333;display:block;width:91%;overflow:hidden;line-height:30px;float:right;text-align:justify; text-justify:inter-ideograph;}
.lo_mesdel .info .t_name{float:left;}
.lo_mesdel .t_com{color:#666;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;height:30px;float:left;line-height:30px;padding-right:10px;max-width:140px;}
.lo_mesdel .t_time{color:#666;display:block;overflow:hidden;float:left;border-left:1px solid #666;padding-left:20px;margin:5px 0 0 10px;}
@media (max-width: 1200px){
.lo_mesdel .info .title{color:#333;display:block;width:88%;overflow:hidden;line-height:30px;float:right;text-align:justify; text-justify:inter-ideograph;}
}

/*弹出框*/
.dialog .icon{ width:18%;display:block; margin:0 auto;}
.dialog .des{ font-size:16px; color:#000; text-align:center; margin-top:1%; line-height:28px;}
.dialog .des1{ font-size:20px; color:#000; text-align:center; margin-top:1%;}
.dialog_content .btn_del{ display:inline-block; text-align:center; padding:8px 60px; font-size:16px; background:#1a96dd; color:#fff; border-radius:100px; margin-top:5%;}

.value_list{ line-height:24px;}
.value_list li{ margin-bottom:6px;}

/*下载页*/
.search_qb{margin:50px auto 110px auto; width:99%; height:60px;position:relative;display:block;}
.search_qb .ipt { margin:0; padding:0 10px;border:none; width:84%; height:57px; line-height:57px; outline:none; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px;float:right;border:3px solid #04b8ee;border-left:1px solid #666;}
.search_qb .btn { width:100px; height:56px; margin:0; padding:0; border:none; background-size:24px 24px; position:absolute; right:0; top:0; cursor:pointer; background:#04b8ee;color:#fff;font-size:16px;outline:none;}

.dow_xl{float:left;width:16%; }
.dow_xl:hover .ser_xl{display:block !important;margin-bottom:30px !important;}
.download .dow_xl a{font-size:18px; display:block; text-align:center; width:100%; height:52px; line-height:52px; color:#666;border:3px solid #04b8ee;border-right:1px solid #999;}

.dow_xl .dow_x{ width:17px; height:9px;display:inline-block; background:url(../images/btn_bottom.png) no-repeat right center;margin-left:26px;}
.download .dow_xl .ser_xl{display:none;position:absolute;width:16%;text-align:center;color:#333;margin-bpttom:30px;}
.download .dow_xl .ser_xl .ser_li{ line-height:58px; height:54px;border:1px solid #04b8ee; border-top:none; cursor:pointer;background:#fff;}
.download .dow_xl .ser_xl .ser_li:hover{ background:#04b8ee; color:#fff !important;}
.download .dow_xl .ser_xl .ser_li .on{ color:#04b8ee;} 
@media (max-width: 1200px){
.search_qb{margin:50px auto 80px auto; width:99%; height:60px; position:relative;}
.search_qb .ipt { margin:0; padding:0 10px;border:none; width:84%; height:57px; line-height:57px; outline:none; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px;float:right;border:3px solid #04b8ee;border-left:1px solid #666;}
.search_qb .btn { width:100px; height:56px; margin:0; padding:0; border:none; background-size:24px 24px; position:absolute; right:0; top:0; cursor:pointer; background:#04b8ee;color:#fff;font-size:16px;outline:none;}
.download .dow_xl a{font-size:16px; display:block; text-align:center; width:100%; height:52px; line-height:52px; color:#666;border:3px solid #04b8ee;border-right:1px solid #999;}
}


.quick_search{  width: 573px; height: 94px; background: rgba(0,0,0,0.45); }
.fixeddd{position: absolute; top:200px; left:50%; margin-left: -236px;z-index: 24;}
.fixeddd1{position: fixed;top:10px; left:50%; margin-left: -450px;z-index: 24;}
.quick_search .search {width:463px; height:40px; position:relative;overflow:hidden; margin-top:22px; margin-left: 50px; }
.quick_search .search .ipt { margin:0;border:none; padding:0 18px;width:66%; height:100%; line-height:100%; outline:none; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px; }
.quick_search .search .btn { width:34%; height:100%; margin:0;background:#2485e0 url(../images/icon_searchnn.png) no-repeat 6px center; background-size:32px 32px; position:absolute; right:0; top:0; cursor:pointer; border: none; color:#fff; font-size: 16px; padding-left: 28px;} 
@media (max-width: 1200px){
.quick_search{  width: 520px; height: 80px; background: rgba(0,0,0,0.45); }
.fixeddd{position: fixed;top:120px; left:50%; margin-left: -450px; z-index: 24;}
.fixeddd1{position: fixed;top:10px; left:50%; margin-left: -450px; z-index: 24;}
.quick_search .search {width:400px; height:34px; position:relative;overflow:hidden; margin-top:22px; margin-left: 50px; }
.quick_search .search .ipt { margin:0;border:none; padding:0 18px;width:62%; height:100%; line-height:100%; outline:none; box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px; }
.quick_search .search .btn { width:38%; height:100%; margin:0;background:#2485e0 url(../images/icon_searchnn.png) no-repeat 6px center; background-size:26px 26px; position:absolute; right:0; top:0; cursor:pointer; border: none; color:#fff; font-size: 16px; padding-left: 28px;} 	
}