@charset "utf-8";

*{ margin:0; padding:0; list-style-type:none; }
body { margin:0px; padding:0px; min-width:1280px; overflow-x:hidden; font-size:14px; font-family:"微软雅黑"; background:#fff; }
ul { margin:0px; padding:0px; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; }
.br_5 { margin-top:5px; padding-top:5px; }
.br_10 { line-height:10px; }
.br_15 { line-height:15px; }
.div_clear { clear:both; text-align:center; }
.div_10 { clear:both; height:10px; }
.div_20 { clear:both; height:20px; }
.div_30 { clear:both; height:30px; }
.div_40 { clear:both; height:40px; }
.div_50 { clear:both; height:50px; }
.div_60 { clear:both; height:60px; }
.div_70 { clear:both; height:70px; }
.div_80 { clear:both; height:80px; }
.div_90 { clear:both; height:90px; }
.div_100 { clear:both; height:100px; }


/************************************************************************/
/**公共样式***************************************************************/
/************************************************************************/

/**灰色背景***************************************************************/
.huise { width:100%; height:680px; background:#f2f2f2; padding-top:30px; }
.huise_auto { width:100%; height:auto; background:#f2f2f2; padding:50px 0px; }

/**顶部导航***************************************************************/
.top { width:100%; height:100px; background:rgba(255,255,255,1); position:fixed; top:0px; -moz-box-shadow:0px 2px 10px #999; -webkit-box-shadow:0px 2px 10px #999; box-shadow:0px 2px 10px #999; z-index:999; overflow:hidden; }
.top_left { height:60px; width:350px; float:left; text-align:right; margin-top:18px; }
.top_left img { height:auto; max-height:100%; }
.top_right { width:auto; height:65px; margin-top:27px; float:right; position:fixed; right:0px; background:#fff; }
.top_right .ul-list > li { width:110px; height:65px; line-height:23px; text-align:center; float:left; position:relative; color:#666; font-size:16px; font-weight:bold; cursor:pointer; }
.top_right .ul-list > li:hover { border-bottom:2px solid #0D5B8B; color:#0D5B8B; }
.top_right .ul-list > li font { color:#999; font-size:12px; font-weight:normal; }
.top_right .ul-list > li:last-child { border-right: none; }
.top_right .ul-list > li:hover .ol-list { display: block; }
.top_right .ol-list { display:none; position:absolute; top:68px; left:0; z-index:9999; background:rgba(255,255,255,0.7); width:100%; font-size:16px; line-height:50px; color:#666; }
.top_right .ol-list li:hover { color:#0D5B8B; }
.top_right .ol-list a { color:#0D5B8B; }

/**浮动客服***************************************************************/
.floating_ck{ position:fixed; right:0px; top:35%; z-index:10; }
.floating_ck dl dd{ position:relative; width:75px; height:75px; margin-bottom:2px; background-color:#0D5B8B; text-align:center; background-repeat:no-repeat; background-position:center 20%; cursor:pointer; }
.floating_ck dl dd:hover{ background-color:#0D5B8B; }
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{ background:url(../images/search.png); }
.return{ background:url(../images/fanhui.png); }
.phones { background:url(../images/phones.png); }
.weixin { background:url(../images/weixin.png); }
.qq { background:url(../images/qq.png); }
.floating_ck dd span{ color:#fff; display:block; padding-top:50px; }

.floating_left{ position:absolute; left:-260px; top:0px; width:260px; height:75px; background-color:#f5f5f5; display:none; }
.floating_phone { height:65px; padding-top:10px; padding-left:10px; font-size:16px; text-align:left; line-height:28px; color:#fff; background-color:#0D5B8B; font-weight:bold; font-family:Arial; }
.floating_phone font { font-size:12px; font-weight:normal; }
.floating_phone img { margin-top:3px; }
.floating_weixin { height:140px; height:140px; text-align:center; background-color:#0D5B8B; }
.floating_weixin img { height:100px; width:100px; margin-top:20px; }
.floating_left a{ color:#fff;line-height:80px; }
.floating_ewm{ height:260px; top:-180px; }
.floating_ewm i{background-image:url(images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}

/**搜索效果***************************************************************/
@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    40% {opacity: 0;}  
    100% {opacity: 1;}  
}
.search { width:100%; height:100%; background:rgba(0,0,0,0.8); position:fixed; top:0; z-index:99; animation:fade-in; animation-duration:1s; -webkit-animation:fade-in 1s; }
.search_div { width:50%; height:100px; margin:400px auto 0 auto; }
.search_left { width:80%; height:60px; float:left; text-align:center; }
.search_left input { width:100%; height:60px; background:rgba(255,255,255,0.8); border:1px solid #ccc; color:#555; font-size:18px; text-align:left; padding-left:10px; border-radius:6px 0px 0px 6px; }
.search_right { width:20%; height:60px; float:right; text-align:center; }
.search_right input { width:100%; height:60px; background:#0D5B8B; border:1px solid #0D5B8B; color:#fff; font-size:18px; text-align:center; border-radius:0px 6px 6px 0px; cursor:pointer; }
.search_close { width:100%; height:40px; line-height:30px; text-align:center; margin-top:80px; }
.search_close span { background:#0D5B8B; padding:15px 40px; color:#fff; font-size:16px; cursor:pointer; border-radius:6px; }

/**底部链接***************************************************************/
.footer_pic { width:100%; height:140px; background:url(../images/footer_bg.jpg) repeat-x; text-align:center; }
.footer_link { width:100%; height:330px; background:#2b2b2b; padding-top:60px; }
.footer_link_div { width:1280px; height:260px; margin:0 auto; }
.footer_link_left { width:750px; height:260px; float:left; }
.footer_link_left li { width:20%; height:260px; overflow:hidden; text-align:left; float:left; line-height:30px; font-size:14px; }
.footer_link_left li font { font-size:19px; color:#ccc; }
.footer_link_left li a { color:#ccc; }

.footer_link_middle { width:330px; height:260px; float:right; }
.footer_link_middle_left { width:100px; height:160px; text-align:right; line-height:30px; color:#ccc; float:left; }
.footer_link_middle_right { width:230px; height:160px; text-align:left; line-height:30px; color:#ccc; float:right; }
.footer_link_right { width:200px; height:260px; float:right; text-align:center; line-height:30px; color:#ccc; }
.footer_link_right img { width:140px; height:140px; }
.footer_copyright { width:100%; height:65px; line-height:65px; background:#2b2b2b; color:#ccc; text-align:center; font-size:13px; border-top:1px solid #666; }
.footer_copyright a { color:#ccc; }


/**中间标题***************************************************************/
.middle_title { width:1100px; height:auto; margin:10px auto 40px auto; line-height:35px; font-size:18px; color:#666; text-align:center; padding-top:10px; font-family:"微软雅黑"; }
.middle_title font { font-size:35px; color:#0D5B8B; font-weight:bold; font-family:"微软雅黑"; }
.middle_title div { width:100px; height:10px; border-bottom:3px solid #999; margin:10px auto; }
#middle_con { width:1200px; height:auto; text-align:left; line-height:30px; font-size:15px; border:none }

/**了解更多***************************************************************/
.more { width:300px; height:45px; margin:60px auto; line-height:45px; font-size:15px; color:#999; border:1px solid #ccc; text-align:center; cursor:pointer; }
.more i { font-size:18px; }
.more:hover { color:#fff; background:#0D5B8B; border:1px solid #0D5B8B; }

/**子页面Banner样式***************************************************************/
.page_banner { width:100%; height:300px; margin-top:100px; overflow:hidden; }
.page_banner div { width:78%; height:100px; margin:60px auto 0px auto; color:#fff; font-size:25px; text-align:left; line-height:55px; }
.page_banner div font { font-size:50px; font-weight:bold; }

/**分页样式***************************************************************/
.pages { width:1280px; height:50px; margin:0 auto; line-height:50px; text-align:center; font-size:14px; color:#666; }
.pages a { color:#666; }
.pages a:hover { color:#0D5B8B; font-weight:bold; }
.pages select { color:#666; }

/**列表页面背景***************************************************************/
.list_div { width:100%; height:auto; background:url(../images/list_bg.jpg); }
.pro_list_div { width:100%; height:auto; background:url(../images/pro_bg.jpg); }

/**列表页面背景***************************************************************/
.search_page { width:1280px; height:auto; margin:0 auto; }
.search_page li { width:1200px; height:50px; line-height:50px; border-bottom:1px solid #ccc; text-align:left; font-size:15px; color:#999; text-indent:0.5em; }
.search_page li a { color:#444; }
.search_page li a:hover { color:#0D5B8B; }
.search_page li span { float:right; margin-right:10px; }

/************************************************************************/
/**首页样式***************************************************************/
/************************************************************************/

/**首页-跑数字***************************************************************/
.run_num { width:1280px; height:290px; margin:10px auto; }
.run_num li { width:320px; height:290px; float:left; text-align:center; }
.run_num_nums { width:310px; height:210px; padding-top:30px; background:#0D5B8B; margin:0 auto; text-align:center; color:#fff; font-size:15px; }
.run_num_nums span { font-size:120px; font-weight:bold; font-family:Arial; }
.run_num_more { width:310px; height:49px; background:#97D6F5; margin:0 auto; color:#0D5B8B; line-height:50px; font-size:15px; text-align:center; border-top:1px solid #fff; cursor:pointer; }

/**首页-Banner***************************************************************/
.swiper-container { width:100%; height:495px; border:none; margin-top:100px; }
.swiper-slide { text-align:center; font-size:18px; background:#eee; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; border:none; overflow:hidden; }
.swiper-slide img { width:auto; height:100%; border:none; border-radius:0px; }


/**首页-产品与服务***************************************************************/
.clearfix::after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { }

.slide-item { width:1280px; position:relative; margin:0 auto; background:#ccc; }
.slide-item-box {  }
.slide-item-body ul { overflow:visible; }
.slide-item-body ul li { width:25%; height:300px; float:left; display:block; border:none; height:inherit; color:#000; margin:0 5px; }
.slide-item-body { padding-top:20px; background: #f5f5f5; }

.new-img img { width:310px; height:155px; border: none; display: block; }

.new-body { background:#fff; padding:0 18px; height:235px; width:270px; }
.new-body-title { text-align:left; height:60px; line-height:60px; font-size:18px; font-weight:bold; overflow: hidden;color:#222; }
.new-body-text { height:50px; line-height:25px; font-size:13px; color:#999; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; border-left:3px solid #0D5B8B; padding-left:10px; }
.new-body-more { width:200px; height:40px; line-height:40px; background:#0D5B8B; margin:40px auto; text-align:center; color:#fff; font-size:15px; cursor:pointer; }

.next { position: absolute; top: 49%; z-index: 10; cursor: pointer; right: auto; left:-60px; height: 60px; width: 60px; }
.prev { position: absolute; top: 49%; z-index: 10; cursor: pointer; right:-120px; height: 60px; width: 60px;  }

/**首页-专家团队***************************************************************/
#persons { position:relative; width:1280px; height:300px; margin:30px auto; }
#persons .swiper-container { }
#persons .swiper-slide { width:550px; height:220px; background:#0D5B8B; border:2px solid #fff; border-radius:7px; color:#fff; cursor:pointer; }

#persons .swiper-slide .left { width:30%; padding-right:2%; height:170px; border-right:1px solid #fff; color:#ccc; font-size:14px; line-height:24px; text-align:right; }
#persons .swiper-slide .left font { font-size:26px; color:#fff; }
#persons .swiper-slide .right { width:58%; height:170px; font-size:14px; line-height:24px; text-align:left; padding-left:2%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:7; }

#persons .swiper-pagination2 { width: 100%; bottom: 20px; text-align:center; }

#persons .swiper-button-prev { left:-30px; top:40%; width:28px; height:45px; }
#persons .swiper-button-next { right:-30px; top:40%; width:28px; height:45px; }


/**首页-成功案例***************************************************************/
.cases { width:1280px; height:390px; margin:0 auto; }
.cases li { width:280px; height:390px; float:left; margin:0 20px; border-radius:6px; overflow:hidden; cursor:pointer; }
.cases li img { width:280px; height:210px; }
.case_li_txt { width:250px; height:110px; margin:0 auto; background:#fff; padding:10px 15px; font-size:15px; line-height:29px; color:#999; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.case_li_txt font { font-weight:bold; font-size:18px; color:#555; }
.case_li_more { width:250px; height:60px; line-height:50px; padding:0px 20px; background:#e3e3e3; text-align:left; color:#555; font-size:15px; border-radius:0px 0px 6px 6px; }
.case_li_more span { float:right; color:#0D5B8B; font-weight:bold; margin-top:18px; }
.cases li:hover .case_li_more { background:#0D5B8B; color:#fff; border-radius:0px 0px 6px 6px; }
.cases li:hover span { color:#fff; }


/**首页-新闻动态***************************************************************/
.news { width:1280px; height:410px; margin:0 auto; }
.news_left { width:620px; height:420px; float:left; }
.news_right { width:620px; height:420px; float:right; }
.news_cate { width:610px; height:50px; border-left:5px solid #0D5B8B; font-size:13px; color:#999; font-family:Arial; text-align:left; line-height:30px; padding-left:15px; }
.news_cate font { font-size:30px; font-family:"微软雅黑"; color:#0D5B8B; font-weight:bold; }
.news_cate_pictxt { width:100%; height:160px; margin-top:20px; }
.news_cate_pictxt_left { width:240px; height:160px; float:left; text-align:left; }
.news_cate_pictxt_left img { width:240px; height:160px; border:none; }
.news_cate_pictxt_right { width:360px; height:160px; float:right; text-align:left; font-size:14px; color:#999; line-height:27px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5; position:relative; cursor:pointer; }
.news_cate_pictxt_right font { color:#666; font-size:18px; font-weight:bold; }
.news_cate_pictxt_right:hover font { color:#0D5B8B; font-size:18px; font-weight:bold; }
.news_cate_pictxt_right span { width:360px; text-align:right; background:#fff; color:#999; position:absolute; bottom:0px; right:0px; font-size:15px; line-height:17px; }

.news_cate_list { width:100%; height:49px; margin-top:10px; }
.news_cate_list li { width:100%; height:49px; border-bottom:1px solid #ccc; text-align:left; line-height:49px; font-size:15px; color:#999; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position:relative; }
.news_cate_list li span { position:absolute; right:0px; background:#fff; padding-left:13px; }
.news_cate_list li a { color:#666; }
.news_cate_list li a:hover { color:#0D5B8B; }



/**关于我们-数字***************************************************************/
.about_nums { height:160px; width:1280px; margin:65px auto; overflow:hidden; }
.about_nums li { float:left; width:319px; height:160px; border-right:1px solid #ccc; font-size:15px; color:#999; text-align:center; }
.about_nums li span { font-size:100px; color:#0D5B8B; font-weight:bold; font-family:Arial; }

/**关于我们-公司简介***************************************************************/
.about_title { width:1280px; height:auto; margin:0 auto; line-height:30px; font-size:15px; color:#666; text-align:left; padding-top:10px; }
.about_title span { font-size:35px; color:#0D5B8B; font-weight:bold; float:right; margin-right:570px; margin-bottom:20px; }
.about_title div { width:100px; height:10px; border-bottom:3px solid #999; margin:50px auto 30px auto; }


.about_3pic { width:1280px; height:210px; margin:40px auto 0px auto; }
.about_3pic li { float:left; width:310px; height:auto; text-align:center; overflow:hidden; margin:0px 5px 20px 5px; }
.about_3pic li img { width:310px; height:160px; }
.about_3pic li div { width:310px; height:50px; margin:0 auto; line-height:50px; background:#0D5B8B; text-align:center; color:#fff; font-size:16px; font-weight:bold; cursor:pointer; }

/**关于我们-专家团队***************************************************************/
.about_team { width:1280px; height:220px; margin:0 auto; }
.about_team li { width:640px; height:220px; float:left; margin-bottom:20px; position:relative; }
.about_team_more { width:120px; height:30px; text-align:right; position:absolute; right:30px; bottom:0px; color:#ccc; }
.about_team_people { width:620px; height:220px; margin:0 10px; background:#0D5B8B; border-radius:10px; }
.about_team_left { float:left; height:140px; width:180px; margin-top:40px; border-right:1px solid #fff; font-size:14px; color:#ccc; text-align:right; line-height:21px; padding-right:20px; }
.about_team_left font { font-size:25px; font-weight:bold; color:#fff; } 
.about_team_right { float:right; height:140px; width:380px; margin-top:40px; margin-right:20px; text-align:left; color:#fff; font-size:15px; line-height:28px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5; text-indent:2em; }



/**产品与服务-课程标签***************************************************************/
.service_tag { width:1280px; height:auto; min-height:50px; margin:20px auto; }
.service_tag li { float:left; margin-left:20px; margin-bottom:20px; padding:10px 30px; background:#ccc; color:#666; border-radius:6px; font-size:15px; cursor:pointer; }
.service_tag li:hove { background:#0D5B8B; color:#fff; }
.service_tag .hit { background:#0D5B8B; color:#fff; }
.service_cons { width:1200px; height:auto; margin:20px auto; background:#fff; }
.service_con { width:100%; height:auto; display:none; text-align:center; padding:20px 0px; }
.service_con_div { width:220px; height:40px; line-height:40px; margin:10px auto; background:#0D5B8B; color:#fff; font-size:15px; text-align:center; cursor:pointer; }

.service_step { width:1200px; height:auto; margin:20px auto; text-align:center; line-height:30px; color:#555; }
.service_step img { margin-bottom:30px; }


/**新闻动态-标签样式***************************************************************/
.news_tag { width:1280px; height:auto; margin:30px auto; display:flex; justify-content:center; flex-wrap:wrap; }
.news_tag div { margin:5px 20px; padding:10px 30px; background:#ccc; color:#666; font-size:15px; border-radius:6px; cursor:pointer; }
.news_tag div:hover { background:#0D5B8B; color:#fff; } 

.news_list { width:1280px; height:200px; margin:0 auto; cursor:pointer; }
.news_list_left { width:200px; height:160px; border-right:1px solid #ccc; float:left; margin-top:20px; padding-right:19px; text-align:right; font-size:16px; color:#999; line-height:50px; }
.news_list_left a { color:#888; }
.news_list_left a:hover { color:#0D5B8B; font-weight:bold; }
.news_list_left span { font-size:45px; font-weight:bold; color:#555; }
.news_list_right { width:1020px; height:160px; float:right; padding-right:20px; }
.news_list_right_title { margin-top:20px; margin-bottom:10px; width:90%; height:30px; line-height:30px; border-left:5px solid #0D5B8B; color:#0D5B8B; font-size:21px; font-weight:bold; text-align:left; text-indent:0.7em; }
.news_list_right_con { padding-left:15px; color:#666; font-size:15px; line-height:27px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-indent:2em; }
.news_list_right_more { width:100%; height:30px; line-height:40px; text-align:right; color:#0D5B8B; }


/**新闻动态-标签样式***************************************************************/
.contact_map { width:1280px; height:500px; margin:20px auto; border:1px solid #ccc; background:#eee; }
.contact_info { width:1280px; height:80px; margin:20px auto; }
.contact_info li { width:280px; height:40px; padding:20px 10px; margin:0 10px; float:left; border-radius:6px; background:#0D5B8B; color:#fff; font-size:14px; line-height:42px; }
.contact_info li img { float:left; height:40px; margin:0 15px 0 10px; }


/**核心课程-列表样式***************************************************************/
.pro_list { width:1280px; height:240px; margin:0 auto; cursor:pointer; }
.pro_list_left { width:439px; height:200px; border-right:1px solid #ccc; float:left; margin-top:20px; text-align:center; position:relative; }
.pro_list_left div { width:auto; height:25px; line-height:25px; font-size:14px; position:absolute; left:18px; top:10px; background:#0D5B8B; color:#fff; text-align:left; padding:0 10px; }
.pro_list_left img { width:400px; height:200px; }

.pro_list_right { width:800px; height:200px; float:right; padding-right:20px; }
.pro_list_right_title { margin-top:20px; margin-bottom:10px; width:90%; height:30px; line-height:30px; border-left:5px solid #0D5B8B; color:#0D5B8B; font-size:21px; font-weight:bold; text-align:left; text-indent:0.7em; }
.pro_list_right_title span { background:#ff7300; color:#fff; padding:6px 10px 3px 10px; font-size:0.6em; }
.pro_list_right_con { padding-left:15px; color:#666; font-size:15px; line-height:27px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-indent:2em; }
.pro_list_right_range { width:785px; height:40px; line-height:40px; font-size:14px; text-align:left; color:#999; margin-left:15px; text-indent:2em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
.pro_list_right_more { width:100%; height:30px; line-height:40px; text-align:right; color:#0D5B8B; }

.pageurl { width:1280px; height:50px; margin:0 auto; line-height:50px; text-align:left; color:#888; }
.pageurl a { color:#888; }

.pro_name { width:1275px; height:30px; line-height:28px; margin:0 auto; border-left:5px solid #0D5B8B; text-indent:0.6em; font-size:30px; font-weight:bold; color:#0D5B8B; }
.pro_intro { width:1280px; height:auto; margin:0 auto; line-height:28px; font-size:15px; text-align:left; text-indent:2em; color:#666; margin-top:20px; }
.pro_sub { width:1280px; height:auto; margin:20px auto 0px auto; }
.pro_sub li { padding:10px 20px; color:#fff; background:#0D5B8B; border-radius:6px; float:left; margin-right:20px; margin-bottom:15px; font-size:15px; }
.pro_sub li a { color:#fff; }

.pro_con { width:1280px; height:auto; padding:20px 0px; margin:10px auto 0px auto; }
.pro_con_left { width:940px; height:auto; float:left; }
.pro_con_title { width:940px; height:30px; line-height:28px; margin:0 auto 20px auto; border-left:5px solid #0D5B8B; text-indent:0.6em; font-size:30px; font-weight:bold; color:#0D5B8B; }

.pro_con_text { width:900px; height:auto; margin-left:20px; font-size:15px; color:#555; line-height:37px; text-indent:2em; }
.pro_con_text div { font-weight:bold; color:#333; font-size:16px; color:#0D5B8B; height:40px; line-height:40px; text-align:left; text-indent:0em; }
#pro_con_goto { width:420px; height:44px; margin:0 auto; line-height:44px; background:#ff460f; font-size:16px; font-weight:bold; color:#fff; text-align:center; }
#pro_con_title { width:100%; height:50px; line-height:50px; text-align:center; font-size:24px; color:#333; margin-bottom:10px; }

.pro_con_right { width:320px; height:auto; float:right; border:1px solid #ccc; font-size:15px; line-height:34px; }
.pro_con_right a { color:#666; padding-left:15px; }
.pro_con_right a:hover { color:#0D5B8B; padding-left:15px; }
.pro_con_right div { width:100%; height:60px; background:#0D5B8B; text-align:left; line-height:60px; color:#fff; text-indent:0.3em; font-size:25px; }


/**详细页样式***************************************************************/
.detail_div { width:1200px; height:auto; margin:0 auto; }
.detail_title { width:100%; height:auto; padding:20px 0px; line-height:40px; font-size:30px; font-weight:bold; color:#555; border-bottom:1px solid #ccc; text-align:center; }
.detail_info { width:100%; height:50px; line-height:50px; font-size:14px; color:#999; text-align:center; }
.detail_con { width:100%; height:auto; text-align:left; font-size:15px; color:#555; line-height:40px; text-indent:2em; }
