@charset "utf-8";
/* reset */
body { font-family: "arial", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体" !important; }
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; margin: auto; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; }
html, body, img, iframe, abbr { border: 0; }
i, em { font-style: normal; }
[hidefocus], summary {
outline:0;
}
summary { display: block; }
li { list-style: none; }
sup, sub { font-size: 12px; }
textarea { overflow: auto; resize: none; }
label, summary { cursor: default; }
a, button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, b { font-weight: normal; display: block; }
a, a:hover { text-decoration: none; }
a { color: #333; }
a:hover { color: #000; }
body, textarea, input, button, select, keygen, legend { font: 14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53; color: #666; outline: 0; }
html { font-size: 10px; }
body { background: #fff; -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; }
input[type=submit] { cursor: pointer; }
.clearfix:before, .clearfix:after { content: "."; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.clear { zoom: 1; }
.clear:after { content: ''; width: 0; height: 0; display: block; clear: both; }
section, #header, #banner { width: 100%; min-width: 1200px; margin: auto; }
 @-webkit-keyframes gupIn { from {
opacity:0;
-webkit-transform:translate3d(0, -30px, 0);
}
}
@-moz-keyframes gupIn { from {
opacity:0;
-moz-transform:translate3d(0, -30px, 0);
}
}
@keyframes gupIn { from {
opacity:0;
transform:translate3d(0, -30px, 0);
}
}
 @-webkit-keyframes gdownIn { from {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
}
}
@-moz-keyframes gdownIn { from {
opacity:0;
-moz-transform:translate3d(0, 30px, 0);
}
}
@keyframes gdownIn { from {
opacity:0;
transform:translate3d(0, 30px, 0);
}
}
 @-webkit-keyframes gleftIn { 0% {
opacity:0;
-webkit-transform:translate3d(-30px, 0, 0);
}
 100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes gleftIn { 0% {
opacity:0;
-moz-transform:translate3d(-30px, 0, 0);
}
 100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@keyframes gleftIn { 0% {
opacity:0;
transform:translate3d(-30px, 0, 0);
}
 100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
 @-webkit-keyframes grightIn { 0% {
opacity:0;
-webkit-transform:translate3d(80px, 0, 0);
}
 100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes grightIn { 0% {
opacity:0;
-moz-transform:translate3d(80px, 0, 0);
}
 100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@keyframes grightIn { 0% {
opacity:0;
transform:translate3d(80px, 0, 0);
}
 100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
 @-webkit-keyframes gfadeIn { 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes gfadeIn { 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes gfadeIn { 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes gfadeOut { 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes gfadeOut { 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes gfadeOut { 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
.clear { clear: both; }
.dis { display: none; }
.w { width: 1000px; margin: 0 auto; clear: both; overflow: hidden; }
.mt10 { margin-top: 10px; }
.m10 { margin: 10px auto; }
.fl { float: left; }
.fr { float: right; }
.d-show { display: block; }
.d-hide { display: none; }
#topbar { background: #f6f6f6; height: 32px; line-height: 32px; }
#topbar .w span { float: right; background: #fff; padding: 0 15px; color: #ddd; font-family: 宋体; }
#topbar .w span a { font-family: arial; }
#topbar .w { color: #999; }
#tophead { height: 80px; padding: 15px 0; }
#tophead .logo { background: url(../images/logo.gif) no-repeat center; width: 400px; height: 60px; float: left; margin-top: 10px; }
#tophead form { float: right; margin-top: 20px; }
#tophead form .input { border: 1px solid #ddd; padding: 10px 15px; vertical-align: middle; border-right: 0; color: #555; }
#tophead form .bnt { background: #2194D3; border: 1px solid #2194D3; padding: 10px 25px; vertical-align: middle; color: #fff; }
#topnav { width: 750px; margin: auto; text-align: center; position: relative; }
#topnav .w ul { margin: 0; padding: 0; list-style: none; }
#topnav .w ul li { display: inline-block; height: 99px; margin: 0 25px; line-height: 99px; text-align: center; font-size: 16px; -webkit-transition: 0.3s, color 0.5s; -moz-transition: 0.3s, color 0.5s; transition: 0.3s, color 0.5s; }
#topnav .w ul li a { height: 50px; line-height: 50px; font-size: 16px; font-family: microsoft yahei; color: #fff; padding: 0 25px; display: block; }
#topnav .w ul li a:hover { background: #1F92D1; }
#topnav .w ul .hover a { background: #1F92D1; height: 50px; line-height: 50px; font-size: 16px; font-family: microsoft yahei; color: #fff; padding: 0 25px; display: block; }
#topnav .w ul li dl { position: absolute; z-index: 999; margin: 0; display: none; width: 160px; }
#topnav .w ul .hover dl dt a { background: #1F92D1; border-bottom: 1px solid #187EC6; height: 40px; line-height: 40px; display: block; font-size: 14px; }
#topnav .w ul .hover dl dt a:hover { background: #fff; color: #333; display: block; }
#banner { height: 750px; position: relative; z-index: 1 }
#full-screen-slider { width: 100%; height: 750px; position: relative }
#slides { display: block; width: 100%; height: 750px; list-style: none; padding: 0; margin: 0; position: relative }
#slides li { display: block; width: 100%; height: 100%; list-style: none; padding: 0; margin: 0; position: absolute }
#slides li a { display: block; width: 100%; height: 100%; text-indent: -9999px }
#pagination { display: block; list-style: none; position: absolute; left: 50%; bottom: 10px; z-index: 2000; padding: 5px 15px 5px 0; margin: 0 }
#pagination li { display: block; list-style: none; width: 10px; height: 10px; float: left; margin-left: 15px; border-radius: 5px; background: #FFF }
#pagination li a { display: block; width: 100%; height: 100%; padding: 0; margin: 0; text-indent: -9999px; }
#pagination li.current { background: #0092CE }
.subject { color: #1F92D1; font-size: 18px; font-family: microsoft yahei; height: 41px; line-height: 40px; border-bottom: 1px solid #ddd; }
.subject b { display: inline-block; font-weight: normal; border-bottom: 2px solid #1F92D1; height: 40px; line-height: 40px; }
.subject span { color: #bbb; display: inline-block; font-size: 16px; font-family: verdana; padding-left: 10px; }
.subject a { float: right; font-size: 12px; font-family: 宋体; }
.pro_width { width: 1012px; height: 370px; overflow: hidden; }
.prolist { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; width: 29999px; }
.prolist li { float: left; width: 240px; margin: 0 13px 13px 0; }
.prolist li a { border: 1px solid #eee; display: block; padding: 15px; }
.prolist li a img { border: 1px solid #eee; }
.prolist li a .title { text-align: center; font-size: 14px; height: 40px; line-height: 40px; font-family: microsoft yahei; }
.prolist li a .intro { line-height: 18px; color: #999; word-break: break-all; min-height: 55px; }
.prolist li a .more { display: block; margin: 15px auto 10px auto; text-align: center; background: #e5e5e5; width: 90px; line-height: 24px; }
.prolist li a:hover { border: 1px solid #ddd; }
.prolist li a:hover .title { color: #1F92D1; }
.prolist li a:hover .more { background: #1F92D1; color: #fff; }
.topcase { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }
.topcase li { float: left; width: 240px; margin: 0 13px 13px 0; }
.topcase li a { text-align: center; display: block; position: relative; height: 160px; overflow: hidden; }
.topcase li img { border: 1px solid #eee; width: 240px; height: 180px; display: block; margin-bottom: 10px; }
.topcase li a div { position: absolute; background: #333; width: 100%; line-height: 40px; height: 40px; color: #fff; display: block; bottom: -40px; left: 1px; opacity: 0.7 }
.bg_black { background: #eee; padding: 15px 0; }
.subject_news { color: #333; font-size: 18px; font-family: microsoft yahei; height: 41px; line-height: 40px; border-bottom: 1px solid #ddd; }
.subject_news b { display: inline-block; font-weight: normal; border-bottom: 2px solid #1F92D1; height: 40px; line-height: 40px; }
.subject_news span { color: #bbb; display: inline-block; font-size: 16px; font-family: verdana; padding-left: 10px; }
.subject_news a { float: right; font-size: 12px; font-family: 宋体; }
.newslist { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }
.newslist li { float: left; width: 480px; margin: 0 20px 20px 0; }
.newslist li a img { float: left; margin-right: 10px; border: 1px solid #eee; }
.newslist li a .title { font-size: 16px; font-family: microsoft yahei; line-height: 30px; }
.newslist li a .date { font-size: 12px; color: #444; font-family: arial; line-height: 20px; }
.newslist li a .intro { line-height: 18px; color: #999; }
.newslist li a:hover .title { color: #f30; }
#bg_foot_nav { background: #187EC6; text-align: center; }
.foot_nav { height: 40px; line-height: 40px; color: #fff; }
.foot_nav span { float: right; padding-top: 5px; }
.foot_nav a { color: #fff; }
.foot_nav a:hover { color: #ff0; }
#bg_copyright { background: #1F92D1; padding: 20px 0; }
.copyright { color: #fff; font-family: verdana; line-height: 25px; text-align: center; }
.copyright a { color: #fff; }
.copyright a:hover { color: #ff0; }
.lefter { width: 220px; margin-right: 30px; float: left; }
.righter { float: left; width: 750px; }
.leftnav { background: #1F92D1; padding: 10px 15px; color: #fff; font-size: 18px; font-family: microsoft yahei; }
.subnav { border: 1px solid #eee; border-bottom: 0; margin: 0; padding: 0; list-style: none; }
.subnav li { }
.subnav li a { display: block; padding-left: 20px; background: #fafafa; font-size: 14px; line-height: 40px; height: 40px; border-bottom: 1px solid #eee; }
.subnav li a:hover { color: #1F92D1; font-weight: bold; background: #f3f3f3; }
.subnav .hover a { display: block; padding-left: 20px; color: #1F92D1; font-weight: bold; background: #f3f3f3; font-size: 14px; line-height: 40px; height: 40px; border-bottom: 1px solid #eee; }
.subnav dl { margin: 0; padding: 0; list-style: none; *margin-top:-12px;
}
.subnav dl dt { }
.subnav dl dt a { background: #fff; display: block; height: 40px; line-height: 40px; border-bottom: 1px solid #eee; padding-left: 20px; font-size: 12px; }
.subnav dl dt a:hover { background: #fff; font-size: 12px; font-weight: normal; color: #f30; }
.subnav li dl .hover a { color: #f30; font-size: 12px; font-weight: normal; background: #fff; }
.left_border { border: 1px solid #eee; border-top: 0; padding: 10px 15px; line-height: 25px; }
.left_border p { margin: 0; padding: 0; }
.left_border b { font-size: 14px; }
.container { line-height: 25px; font-size: 14px; padding: 15px 0; }
.container p { margin: 5px 0; font-family: microsoft yahei; font-size: 14px; }
.artshow { line-height: 25px; font-size: 14px; padding: 0 0 15px 0; }
.artshow .title { text-align: center; font-size: 20px; line-height: 30px; font-weight: 100; font-variant: normal; margin: 0; padding: 15px 0; font-family: microsoft yahei; }
.artshow .info { text-align: center; font-family: microsoft yahei; color: #999; padding: 0 0 15px 0; font-size: 14px; }
.artshow p { margin: 5px 0; font-size: 14px; }
.artshow .pre { margin: 5px 0 5px 0; color: #999; }
.artshow .next { margin: 0 0 5px 0; color: #999; }
.prowidth { width: 759px; overflow: hidden; }
.pro_list { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }
.pro_list li { float: left; width: 240px; margin: 0 13px 13px 0; }
.pro_list li a { border: 1px solid #eee; display: block; padding: 15px; }
.pro_list li a img { border: 1px solid #eee; }
.pro_list li a .title { text-align: center; font-size: 14px; height: 40px; line-height: 40px; font-family: microsoft yahei; }
.pro_list li a .intro { line-height: 18px; color: #999; word-break: break-all; min-height: 55px; }
.pro_list li a .more { display: block; margin: 15px auto 10px auto; text-align: center; background: #e5e5e5; width: 90px; line-height: 24px; }
.pro_list li a:hover { border: 1px solid #ddd; }
.pro_list li a:hover .title { color: #1F92D1; }
.pro_list li a:hover .more { background: #1F92D1; color: #fff; }
.pic_list { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }
.pic_list li { float: left; width: 240px; margin: 0 13px 13px 0; }
.pic_list li a { border: 1px solid #eee; display: block; padding: 5px; }
.pic_list li a img { border: 0; }
.pic_list li a .title { text-align: center; font-size: 14px; height: 40px; line-height: 40px; font-family: microsoft yahei; }
.pic_list li a:hover { border: 1px solid #ddd; }
.pic_list li a:hover .title { color: #1F92D1; }
.casewidth { width: 780px; overflow: hidden; }
.case_list { margin: 20px 0; padding: 0; list-style: none; }
.case_list li { width: 240px; margin: 0 20px 30px 0; float: left; text-align: center; font-family: microsoft yahei; }
.case_list li img { display: block; margin-bottom: 15px; }
.case_list li a { color: #666; font-size: 13px; }
.case_list li a:hover { color: #f30; }
.job-details {position: relative;padding: 30px 0px;}
.job-section { position: relative; padding-bottom: 60px; z-index: 1; background: #fff; padding-top: 20px; }
.joblist { margin: 15px 0; padding: 0; list-style: none; overflow: hidden; }
.joblist li { float: left; width: 480px; margin: 0 20px 20px 0; border-bottom: 1px dashed #eee; padding-bottom: 15px; }
.joblist li a { text-decoration: none; }
.joblist li a .title { font-size: 16px; font-family: microsoft yahei; line-height: 30px; }
.joblist li .line { padding: 0; margin: 0; line-height: 22px; }
.joblist li .line b { float: left; width: 70px; color: #555; }
.joblist li .line .intro { margin-left: 70px; }
.joblist li a:hover .title { color: #f30; text-decoration: none; }
.job_list { margin: 0; padding: 0; list-style: none; overflow: hidden; }
.job_list li { display: block; float: left; width: 380px; margin: 0 26px 26px 0; background: #f8f8f8; }
.job_list li a { display: block; padding: 34px; border: 1px solid #e3e3e3; border-bottom: 5px solid #959595; text-decoration: none; }
.job_list li a .title { font-size: 24px; font-weight: normal; color: #000; }
.job_list li .line { padding: 0; margin: 10px 0; line-height: 24px; text-indent: 0; color:#999 }
.job_list li .line b { float: left; width: 70px; font-weight:normal; }
.job_list li p { font-size: 14px; color: #777; line-height: 28px; padding: 0px 0 30px; margin: 0 }
.job_list li a i { display: block; width: 86px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #2a5899; font-size: 12px; font-style: normal; }
.job_list li a:hover .title { color: #f30; }
.news_list { margin: 0; padding: 0; list-style: none; }
.news_list li { border-bottom: 1px dotted #ccc; padding: 10px; line-height: 24px; color: #999; }
.news_list li:hover { background: #fafafa; }
.news_list li a { font-size: 18px; font-family: microsoft yahei; display: block; line-height: 40px; }
.news_list li em { color: #666; font-family: verdana; display: block; font-style: normal; }
.rss_list { margin: 0; padding: 0; list-style: none; }
.rss_list li { border-bottom: 1px dotted #ddd; line-height: 40px; color: #999; }
.rss_list li a { font-size: 14px; font-family: microsoft yahei; }
#position { margin: 0 auto; width: 1000px; overflow: hidden; font-family: 宋体; line-height: 30px; }
/*list*/
.list_page { text-align: center; margin: 10px; display: block; }
.list_page:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.list_page ul { list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: bottom; }
.list_page ul li { display: inline-block; border: solid 1px #ddd; border-radius: 4px; }
.list_page ul a { color: #333; padding: 8px 12px; line-height: 18px; display: block; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; background: #fff; }
.page_group ul { border-right: solid 1px #ddd; border-radius: 4px; }
.page_group ul li { border-right: none; border-radius: 0; float: left; }
.page_group ul li:not(:first-child):not(:last-child) { border-radius: 0; }
.page_group ul li:first-child { border-radius: 4px 0 0 4px; }
.page_group ul li:last-child { border-radius: 0 4px 4px 0; }
.page_group ul .active a { background: #f3f3f3; border-radius: 0; }
.comment { overflow: hidden; clear: both; margin: 10px 0; }
.comment .line { clear: both; border-bottom: 1px solid #eee; padding-bottom: 15px; }
.comment .line .base { font-family: microsoft yahei; font-weight: bold; line-height: 30px; font-size: 14px; }
.comment .line .base span { margin: 0 0 0 10px; color: #999; font-weight: normal; float: right; font-size: 12px; }
.comment .line .content { line-height: 20px; word-wrap: break-word; overflow: hidden; }
.comment .line .reply { font-family: verdana; word-wrap: break-word; overflow: hidden; }
.comment .line .reply strong { color: #f60; float: left; }
.comment_more { text-align: center; padding: 10px 0; font-family: microsoft yahei; font-size: 14px; }
.comment_more a { color: #999; }
.comment_more a:hover { color: #f30; }
.commentadd { margin: 10px 0; clear: both; }
.commentadd .text { }
.commentadd .text .div { padding: 0 5px 0 0; border: 1px solid #E4E2E2; border-bottom: 0; }
.commentadd .text .div textarea { width: 98%; height: 70px; overflow: auto; border: 0; padding: 10px; }
.commentadd .input { margin: 0; font-size: 14px; background: #fafafa; border: 1px solid #EDECEC; overflow: hidden; padding: 0px 5px 5px 15px; line-height: 40px; height: 40px; font-family: microsoft yahei; }
.commentadd .input .send { float: right; border: 1px solid #1F92D1; background: #1F92D1; color: #fff; padding: 8px 25px; margin: 5px 0 0; vertical-align: middle; cursor: pointer; font-family: microsoft yahei; }
.bookadd { margin: 20px 0; }
.bookadd div { margin-bottom: 15px; }
.bookadd .label { float: left; width: 100px; text-align: right; padding-right: 10px; clear: both; }
.bookadd .label span { color: #f30; font-family: 宋体; }
.bookadd .enter { margin-left: 120px; }
.bookadd .enter .ip { border: 1px solid #ddd; padding: 10px 10px; vertical-align: middle; overflow: hidden; border-radius: 10px 0 10px 0; }
.bookadd .enter .bnt { border: 1px solid #1F92D1; background: #1F92D1; padding: 8px 20px; vertical-align: middle; color: #fff; cursor: pointer; }
.bookadd .enter label { display: block; }
.job_h1 { font-size: 14px; line-height: 35px; border-bottom: 1px solid #eee; margin: 10px 0; }
.info_title { font-size: 14px; font-weight: bold; border-bottom: 1px solid #f0f0f0; line-height: 30px; height: 30px; margin: 0 0 15px 0; }
.info_intro { padding: 0 0 20px 0; line-height: 22px; color: #666; }
.info_intro p { margin: 0 0 5px 0; padding: 0; }
.info_intro .red { color: #f30; margin: 0 5px; }
#goodsshow { margin: 20px 0; overflow: hidden; width: 750px; }
#goodsshow img { border: 0; }
#goodsshow .left { float: left; width: 350px; margin: 0 50px 0 0; }
#goodsshow .right { float: left; }
#goodsshow .shop_big { border: 1px solid #ededed; padding: 2px; background: #fff; width: 360px; cursor: pointer; }
#goodsshow .shop_plist { clear: both; width: 360px; }
#prolist { width: 310px; float: left; overflow: hidden; height: 68px; position: relative; margin: 10px 0 0 0; }
#prolist ul { margin: 0; padding: 0; list-style: none; overflow: hidden; width: 20000px; position: relative; }
#prolist ul li { float: left; cursor: pointer; position: relative; background: url(../images/pro_none.gif) no-repeat center top; height: 68px; }
#prolist ul li img { height: 60px; width: 60px; margin: 6px 8px 0 8px; padding: 0px; border: 0; }
#prolist .hover { background: url(../images/pro_bg.gif) no-repeat center top; height: 68px; }
#goodsshow .shop_plist a.prev { float: left; width: 20px; height: 68px; display: block; outline: none; background: url(../images/ico_left.gif) no-repeat center; line-height: 68px; margin-top: 12px; }
#goodsshow .shop_plist a.next { float: left; width: 20px; height: 68px; display: block; outline: none; background: url(../images/ico_right.gif) no-repeat center; margin-top: 12px; }
#goodsshow .right { width: 350px; }
#goodsshow .right h1 { font-size: 18px; font-family: microsoft yahei; font-weight: normal; margin: 0 0 10px 0; padding: 0; }
#goodsshow .right .intro { color: #999; min-height: 80px; }
#goodsshow .right .sno { border-bottom: 1px solid #eee; line-height: 35px; }
#goodsshow .right .price { color: #999; line-height: 30px; padding: 10px 0; }
#goodsshow .right .price span { color: #f60; font-size: 16px; }
a.inquiry { display: inline-block; background: #1F92D1; padding: 8px 30px; color: #fff; margin: 10px 0; font-size: 16px; font-family: microsoft yahei; border-radius: 4px; }
a:hover.inquiry { color: #fff; background: #f60; }
/* index */
html { overflow-x: hidden; }
* { outline: none; }
.wd1200 { width: 1200px; margin: 0 auto; }
.bor_radius { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.pdd { padding: 90px 0 132px; }
a:hover { color: #005d9b; }
/*warp*/
.warp_show { width: 100%; height: auto; overflow: hidden; }
.warp_shBox { clear: both; position: relative; }
.name { color: #484848; font-size: 32px; font-weight: bold; line-height: normal; text-align: center; }
.intro { font-size: 14px; line-height: 22px; width: 806px; margin: 12px auto 38px; text-align: center; }
/*服务体系*/
.ser_chnal { height: 272px; }
.ser_chnal li { float: left; position: relative; background: url(../images/pro_chline1.png) repeat-y right top; width: 300px; height: 262px; padding: 5px 0; }
.ser_chPo { width: 240px; margin: 0 auto; }
.ser_chImg { width: 160px; height: 160px; margin: 0 auto; }
.ser_chname { color: #333; font-size: 18px; width: 240px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 22px 0 12px; text-align: center; }
.ser_chintro { color: #888; font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; text-align: center; }
.ser_chintro pre { font-family: 'Microsoft YaHei'; overflow: hidden; background: none; border: none; height: 80px; }
.ser_chShave { display: none; position: absolute; top: 0; left: 0; z-index: 10; width: 300px; height: 336px; overflow: hidden; }
.ser_chShow { position: absolute; top: 0; left: 0; background-color: #005d9b; width: 300px; height: 312px; padding: 24px 0 0 16px; }
.ser_chicon { width: 52px; height: 52px; margin-right: 24px; display: inline; }
.ser_chall { background: url(../images/pro_chline2.jpg) repeat-y right top; width: 208px; margin-top: 16px; display: inline; }
<!--
.ser_chaPeo { width: 156px; margin-top: 16px; display: inline; }
-->
.ser_chaName { margin-bottom: 14px; }
.ser_chaName a { display: block; color: #FFF; font-size: 18px; width: 208px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ser_chaLbox { width: 118px; height: 36px; line-height: 36px; border-bottom: 1px dotted #24c272; }
.ser_chaLbox a { display: block; background: url(../images/pro_chsbac.png) no-repeat left; padding-left: 14px; margin-left: 2px; color: #bbcbdc; font-size: 14px; height: 36px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ser_chaLbox a:hover { background: url(../images/pro_chsbho.png) no-repeat left; color: #FFF; }
.ser_chaMore { width: 116px; height: 24px; margin-top: 16px; }
.ser_chaMore a { display: block; color: #bbcbdc; font-size: 14px; width: 114px; height: 22px; line-height: 22px; text-align: center; border: 1px solid rgba(255,255,255,0.5); border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; }
.ser_chaMore a:hover { color: #FFF; }
.ser_chaMore a span { background: url(../images/pro_chMicon.png) no-repeat right; padding-right: 24px; }
.ser_chaPimg { position: relative; width: 135px; height: 135px; margin: 0 auto; }
.ser_chaPbd { position: absolute; top: 0; left: 0; z-index: 10; width: 135px; height: 135px; }
.ser_chaPbd a { display: block; background: url(../images/pro_chpBd.png) no-repeat; width: 135px; height: 135px; }
.ser_chaPen, .ser_chaPcn, .ser_chaPro { text-align: center; }
.ser_chaPen { color: #FFF; font-size: 18px; padding-top: 12px; margin-bottom: 2px; }
.ser_chaPcn { color: #FFF; font-size: 14px; }
.ser_chaPro { color: #bbcbdc; line-height: 18px; height: 54px; overflow: hidden; padding-top: 8px; }
.ser_chnal li.cur1 .ser_chShow { left: -444px; }
.ser_chnal li.cur2 .ser_chShave { right: 0; left: auto; }
.ser_chnal li.cur2 .ser_chShow { right: -444px; left: auto; }
.ser_chnal li.zIndex { z-index: 20; }
.box-b { bottom: -800px; }
/*质量学员*/
#warp_shBox2 { height: 540px; overflow: hidden; }
.school { position: absolute; top: 0; left: 50%; margin-left: -960px; width: 1920px; height: 600px; }
.sch_img { width: 1920px; height: 600px; }
.sch_infor { position: absolute; top: 0; left: 50%; margin-left: -600px; width: 1200px; height: 600px; z-index: 20; }
.sch_infBox { padding: 65px 0; }
.sch_infBox .name a { color: #FFF; }
.sch_infBox .intro { color: #FFF; }
.sch_ifBmore { height: 36px; }
.sch_ifBmore a { display: block; color: #FFF; font-size: 13px; width: 110px; height: 26px; line-height: 26px; text-align: center; border: 5px solid rgba(255,255,255,0.3); border-radius: 18px; }
.sch_ifBmore a span { font-family: '宋体'; font-size: 15px; padding-left: 8px; }
.sch_infBox .Box_con { position: relative; }
.sch_infBox .Box_con .btnl { position: absolute; }
.sch_infBox .Box_con .btn { display: block; width: 41px; height: 41px; position: absolute; top: 80px; cursor: pointer; }
.sch_infBox .Box_con .btnl { background: url(../images/jtl02.png) no-repeat center; left: -72px; }
.sch_infBox .Box_con .btnr { background: url(../images/jtr02.png) no-repeat center; right: -72px; }
.sch_infBox .Box_con .btnl:hover { background: url(../images/jtl03.png) no-repeat center; }
.sch_infBox .Box_con .btnr:hover { background: url(../images/jtr03.png) no-repeat center; }
.sch_infBox .Box_con .conbox { position: relative; overflow: hidden; }
.sch_infBox .Box_con .conbox ul { position: relative; list-style: none; }
.sch_infBox .Box_con .conbox ul li { float: left; width: 285px; height: 250px; margin-left: 20px; overflow: hidden; }
.sch_infBox .Box_con .conbox ul li:first-child { margin-left: 0; }
.sch_infBox .Box_con .conbox ul li .img { display: block; width: 285px; height: 200px; transition: all 0.5s; overflow: hidden; }
.sch_infBox .Box_con .conbox ul li img { display: block; width: 285px; height: 200px; transition: all 0.5s; }
.sch_infBox .Box_con .conbox ul li p { color: #fff; line-height: 24px; text-align: center; padding: 8px 0; text-align: center; background: #333 }
.sch_infBox .Box_con .conbox ul li:hover img { transform: scale(1.1); }
.sch_infBox .Box_con .conbox ul li:hover p { background: #2a5899; color: #fff; }
.sch_infBox .BoxSwitch { margin-top: 30px; text-align: center; }
.sch_infBox .BoxSwitch span { display: inline-block; *display: inline;
*zoom: 1;
vertical-align: middle; width: 30px; height: 3px; background: #ccc; margin: 0 5px; cursor: pointer; }
.sch_infBox .BoxSwitch span.cur { background: #005d9b; }
/*新闻资讯*/
.news_chnal { background: url(../images/news_chline.png) repeat-x; height: 30px; text-align: center; }
.news_chnal a { display: inline-block; background-color: #FFF; font-size: 16px; width: auto; height: 28px; line-height: 28px; padding: 0 20px; overflow: hidden; margin: 0 6px; border: 1px solid #dcdcdc; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.news_chnal a.cur, .news_chnal a:hover { background-color: #005d9b; color: #FFF; border: 1px solid #005d9b; }
/*news*/
.news { position: relative; height: 384px; padding-top: 40px; }
.news_hot { position: absolute; top: 40px; left: 0; width: 564px; height: 354px; }
.box-b2 { left: -564px; }
.news_list { position: absolute; top: 40px; width: 600px; height: 384px; overflow: hidden; }
.box-b3 { right: -600px; }
.news_Himg { width: 564px; height: 250px; overflow: hidden; }
.news_Himg img { width: 100%; min-height: 250px; height: auto; }
.news_hot .news_all { padding-top: 22px; }
.news_aTop, .news_aTop a { display: block; height: 24px; }
.news_hot .news_aTop { margin-bottom: 14px; }
.news_aTname { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_aTime { color: #888; line-height: 24px; height: 24px; }
.news_aDown { color: #888; line-height: 22px; height: 44px; overflow: hidden; }
.news_hot .news_aTname { font-size: 22px; width: 470px; }
.news_list li { clear: both; height: auto; overflow: hidden; padding: 15px 0 35px; }
.news_time { font-family: Arial; color: #dcdcdc; font-size: 72px; width: 110px; height: 72px; line-height: 72px; text-align: center; border-right: 3px solid #f3f3f3; }
.news_list .news_all { width: 464px; }
.news_list .news_aTname { width: 360px; font-size: 16px; line-height: 24px; overflow: hidden; height: 24px; }
.news_list .news_aDown { padding-top: 5px; }
/*合作客户*/
#warp_shBox5 { background: #f7f7f7; }
.link { padding: 15px; }
.link img { margin: 10px 15px 15px 0; }
.link ul { clear: both; margin: 0; padding: 0; list-style: none; }
.link ul li { float: left; width: 180px; height: 25px; overflow: hidden; }
section, #header, #banner { width: 100%; min-width: 1200px; margin: auto; }
/*头部公用*/
#header { height: 99px; border-bottom: 1px solid #f2f2f2; position: fixed; top: 0; left: 0; background: #fff; z-index: 10; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; -webkit-animation: gupIn 1s 0.1s both; -moz-animation: gupIn 1s 0.1s both; animation: gupIn 1s 0.1s both; z-index: 100 }
#logo { display: block; position: absolute; top: 0; left: 30px; height: 99px; line-height: 99px; opacity: 0.8; overflow: hidden; filter: alpha(opacity=80); -webkit-transition: 0.3s, opacity 0.6s; -moz-transition: 0.3s, opacity 0.6s; transition: 0.3s, opacity 0.6s; }
#logo img { vertical-align: middle; }
#logo:hover { opacity: 1; filter: alpha(opacity=100); }
#nav { width: 750px; margin: auto; text-align: center; position: relative; }
#nav a { display: inline-block; height: 99px; margin: 0 16px; line-height: 99px; text-align: center; font-size: 16px; -webkit-transition: 0.3s, color 0.5s; -moz-transition: 0.3s, color 0.5s; transition: 0.3s, color 0.5s; color: #666; }
#nav a i { background: #fff; }
#nav a.cur i { color: #6e6e6e; background: #2a5899; color: #fff; padding: 8px; border-radius: 5px; }
#nav span { width: 100px; height: 2px; background: #000; position: absolute; bottom: -1px; left: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#header div.tel { position: absolute; top: 0; right: 80px; height: 99px; line-height: 99px; font-size: 18px; font-weight: bold; background: url(../images/ico_tel.jpg) no-repeat 18px center; padding-left: 60px; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; color: #8a8a8a; }
#header div.weichat { position: absolute; top: 0; right: 25px; height: 99px; line-height: 99px; font-size: 18px; font-weight: bold; padding-left: 60px; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; color: #8a8a8a; cursor: pointer; }
#header.min { height: 66px; }
#header.min #logo, #header.min #nav a, #header.min div { height: 66px; line-height: 66px; }
/*底部公用*/
.footer { clear: both; width: 100%; height: auto; overflow: hidden; background: #232323 url(../images/foot_bg.jpg) center top no-repeat; }
.foot_t { height: auto; overflow: hidden; padding: 50px 0 32px; border-bottom: 1px solid #4a4949; }
.footer_1 .fl dl { float: left; margin-right: 80px; }
.footer_1 .fl dl dt { margin-bottom: 8px; font-size: 16px; position: relative; padding-bottom: 14px; color: #fff; }
.footer_1 .fl dl dt span { position: absolute; left: 0; bottom: 0; height: 1px; width: 63px; background: #c0c0c0; }
.footer_1 .fl dl .left h1 { color: #333; font-size: 12px; font-weight: bold; line-height: 26px; }
.footer_1 .autoWidth >.fl { padding-right: 50px; border-right: 1px solid #dcdcdc; }
.footer_1 .fl dl .fl_left { margin-right: 24px; }
.footer_1 .fl dl.firstDL dt span { width: 100%; }
.footer_1 .fl dl.lastDL { margin-right: 0; }
.footer_1 .fl dl dt a { font-size: 16px; color: #2b2b2b; display: block; }
.footer_1 .fl dl dd { line-height: 26px; color: #f0f0f0; }
.footer_1 .fl dl dd a { font-size: 12px; color: #f0f0f0; display: inline-block; line-height: 26px; }
.footer_1 .fl dl dd a:hover { color: #005bac; text-decoration: underline; }
.footer_1 .fr .dd2 { color: #f0f0f0; text-align: center; }
.footer_1 .fr .dd2 img { padding-bottom: 5px; padding: 6px; background: #fff; margin-bottom: 4px; }
.foot_d { height: auto; overflow: hidden; padding: 16px 0; }
.copyright, .copyright a { color: #ededed; }
.foot_click { color: #ededed; display: inline; }
.foot_click a { color: #919090; padding: 0 8px; }
.footer a:hover { color: #FFF; }
/* 内页banner */
.page_banner { background: url(../Images/banner_about.jpg) center no-repeat; width: 100%; position: relative; height: 350px; overflow: hidden; }
.page_banner .width { height: 350px; }
.page_banner .width h3 { background: rgba(136, 136, 136 , 0.15); float: left; font-family: "microsoft yahei", 黑体; font-size: 36px; color: rgb(255, 255, 255); line-height: 50px; position: relative; top: 150px; padding: 15px 20px; border: 2px solid #fff; position: absolute; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-shadow: #666 0px 0px 10px; -moz-box-shadow: #666 0px 0px 10px; box-shadow: #666 0px 0px 10px; }
.oth { background: #f9f9f9; width: 100%; height: 46px; }
/*position*/
.position { line-height: 46px; font-size: 14px; color: #7e7e7e; background: url(../img/cur.png) no-repeat left center; padding-left: 30px; text-align: center; }
.position a { color: #7e7e7e; }
.position a:hover { text-decoration: underline; }
.oth_nav li { float: left; margin-left: 30px; width: 100px; line-height: 46px; }
.hover { border-bottom: 2px solid #1e4a87; }
.hover a { color: #fff !important; ; background: #2a5899; }
.oth_nav li a { color: #7e7e7e; font-size: 14px; display: block; text-align: center; }
.oth_nav li a:hover { border-bottom: 2px solid #1e4a87; color: #2a5899; }
.container { width: 1200px; margin: 0 auto; }
/*内页联系我们*/
.contactus-item { border: 1px solid #ccc; padding: 50px 24px 24px 24px; margin-top: 60px; height: 188px; }
.bd_p1 { width: 380px; float: left; text-align: center; padding: 15px; position: relative; }
.bd_p1 i { width: 80px; height: 80px; border-radius: 50%; text-align: center; position: absolute; top: 31px; color: #fff; font-size: 45px; line-height: 80px; left: 145px; background-color: #2a5899; }
.contactus-item p { font-size: 16px; letter-spacing: 1px; text-align: left; min-height: 30px; line-height: 30px; color: #000; padding: 0 40px; text-align: center; }
.info-com { height: 330px; border: 1px solid #ccc; margin-top: 30px; padding: 15px; }
/*百度地图*/
.map-section { width: 1110px; margin: 0 auto; border: 1px solid #ccc; height: 400px; margin-top: 15px; }
/*** 
====================================================================
	Blog Section
====================================================================
***/
.blog-section { position: relative; padding-bottom: 60px; z-index: 1; background: #f1f1f1; padding-top: 20px; }
.blog-section .section-title { position: relative; margin-bottom: 40px; }
.blog-section .item-holder { position: relative; margin-bottom: 40px; transition: all 500ms ease; background: #fff; }
.blog-section .item-holder:hover { transition: all 500ms ease; box-shadow: 0 0 20px 5px #f1f1f1; }
.blog-section .item-holder .image-box { position: relative; }
.blog-section .item-holder img { position: relative; width: 100%; }
.blog-section .item-holder .image-box .date-box { position: absolute; bottom: -20px; left: 30px; }
.blog-section .item-holder .date-box span { font-size: 16px; color: #ffffff; line-height: 18px; font-weight: 400; padding: 8px 20px; background: #2a5899; display: inline-block; }
.blog-section .item-holder .content-text { position: relative; padding: 0px 30px; margin-top: 30px; border: 1px solid #f7f7f7; border-top: none; }
.blog-section .content-text .sec-title a { text-decoration: none; }
.blog-section .content-text .sec-title h5 { position: relative; font-size: 18px; line-height: 26px; font-weight: 600; color: #222222; padding-bottom: 20px; margin-bottom: 20px; height: 75px; overflow: hidden; }
.blog-section .content-text .sec-title h5:before { position: absolute; left: 0px; bottom: 0px; content: ''; width: 50px; height: 2px; background: #002855; }
.blog-section .content-text .text p { font-size: 14px; line-height: 26px; color: #848484; font-weight: 400; padding-bottom: 15px; }
.blog-section .item-holder .blog-info { border-top: 1px solid #f6f6f6; }
.blog-section .item-holder .blog-info li { display: inline-block; font-size: 14px; line-height: 28px; font-weight: 400; color: #848484; padding: 12px 0px; margin-right: 10px; text-transform: capitalize; font-family: 'Antic', sans-serif; }
.blog-section .item-holder .blog-info li i { font-size: 13px; margin-right: 8px; }
.blog-section { background: #f1f1f1; }
.blog-section .item-holder { position: relative; padding: 0 0 1px 0; overflow: hidden; }
.blog-section .item-holder:before { position: absolute; bottom: 0px; left: -200%; width: 100%; height: 1px; content: ''; background: #002855; transition: all 500ms ease 0s; }
.blog-section .item-holder:hover:before { left: 0%; transition: all 500ms ease 0s; }
.blog-section .item-holder img { transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out; -o-transition: All 0.3s ease-in-out; }
.blog-section .item-holder:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.blog-section .item-holder:hover h5 { color: #2a5899 }
.blog-section .link-btn a { font-size: 12px; color: #002855; font-weight: 700; text-transform: uppercase; font-family: 'Roboto Slab', serif; }
/*** 
====================================================================
	Blog Details
====================================================================
***/
.blog-details { position: relative; padding: 30px 0px; }
.blog-details { margin-left: -30px; }
.blog-details .item-holder { margin-bottom: 40px; }
.blog-details .item-holder img { max-width: 100%; }
.blog-details .bloog-info { margin-top: 0; margin-bottom: 20px; text-align: center; }
.blog-details .bloog-info li { display: inline-block; margin-right: 25px; }
.blog-details .bloog-info li a { font-size: 16px; font-weight: 600; color: #ccc; font-size: 12px; }
.blog-details .bloog-info li i { font-size: 16px; color: #ccc; margin-right: 8px; font-size: 12px; }
.blog-details .bloog-info li span { color: #ccc; font-size: 12px; }
.blog-details .image-text h5 { font-size: 24px; font-weight: 700; color: #222222; padding-top: 15px; text-align: center; }
.blog-details .image-text p { font-size: 14px; font-weight: 400; color: #666666; padding-top: 15px; }
.blog-details .link-btn { position: relative; padding-top: 15px; margin-top: 30px; }
.blog-details .link-btn:before { position: absolute; top: 0px; left: 0px; content: ''; width: 60px; height: 3px; background: #cccccc; transition: all 500ms ease; }
.blog-details .link-btn:hover:before { background: #ffbe12; transition: all 500ms ease; }
.blog-details .link-btn a { font-size: 11px; font-weight: 700; color: #222222; text-transform: uppercase; }
.blog-details .item-holder blockquote { position: relative; padding: 20px 0px 20px 20px; margin: 30px 75px 30px 0px; border-left: 5px solid #dddddd; }
.blog-details .item-holder blockquote strong { font-size: 16px; font-weight: 700; color: #222222; line-height: 26px; }
.blog-details .image-clomun { margin-top: 45px; }
.blog-details .image-clomun h6 { font-size: 18px; font-weight: 700; color: #222222; padding-top: 0px; }
.blog-details .image-clomun p { font-size: 16px; font-weight: 500; color: #222222; line-height: 28px; padding-top: 15px; }
.blog-details .text-menu li a { font-size: 16px; font-weight: 500; line-height: 32px; color: #222222; }
.blog-details .text-menu li i { margin-right: 10px; font-size: 16px; color: #009999; }
.blog-details .link-area { margin-left: 5px; padding: 30px 0px 20px; border-bottom: 1px solid #eeeeee; }
.blog-details .link-area .social-links { float: right; }
.blog-details .sec-title h5 { font-size: 24px; font-weight: 700; color: #222222; padding-bottom: 10px; margin-bottom: 30px; }
.blog-details input { font-size: 14px; height: 50px; color: #888888; font-weight: 400; line-height: 24px; border-color: #eeeeee; box-shadow: none; text-transform: capitalize; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.blog-details input:focus { border-color: #009999; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.blog-details textarea { font-size: 14px; height: 150px; color: #888888; font-weight: 400; line-height: 24px; border-color: #eeeeee; box-shadow: none; resize: none; text-transform: capitalize; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.blog-details textarea:focus { border-color: #009999; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.blog-details .form-group { margin-bottom: 20px; }
.blog-details .form-bottom { margin-top: 35px; margin-bottom: 0px; }
.blog-details .comment-area { margin-top: 80px; }
.blog-details .comment-area .item { position: relative; padding-left: 95px; overflow: hidden; padding-bottom: 35px; margin-bottom: 60px; border-bottom: 1px solid #eeeeee; }
.blog-details .comment-area .item:last-child { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }
.blog-details .comment-area .image { position: absolute; top: 0px; left: 0px; width: 70px; height: 70px; }
.blog-details .comment-area img { position: relative; border-radius: 50%; border: 1px solid #009999; border-radius: 50%; }
.blog-details .comment-area h6 { font-size: 14px; font-weight: 700; color: #222222; text-transform: uppercase; }
.blog-details .comment-area span { font-size: 12px; font-weight: 600; color: #666666; }
.blog-details .comment-area p { font-size: 14px; font-weight: 400; color: #666666; line-height: 24px; }
.blog-details .comment-area a { font-size: 16px; font-weight: 400; color: #009999; text-transform: uppercase; }
.updown { margin: 10px 0 5px 0; }
.updown strong { font-weight: normal; }
.updown .pre, .updown .next { margin: 0; color: #999; }
/*about-section*/
.about-section { position: relative; padding-bottom: 10px; z-index: 1; background: #f1f1f1; padding-top: 20px; }
/*人才理念*/
.concept h2 { font-size: 22px; height: 60px; line-height: 60px; margin: 0; font-weight: 600; }
.concept .Clist p { padding-left: 0; margin-bottom: 16px; position: relative; }
.concept .Clist p strong { background: #2a5899; color: #fff; font-weight: normal; padding: 0 5px; margin-right: 10px; }
.concept .Clist p span { display: inline-block; width: 57px; height: 24px; color: #FFF; text-align: center; line-height: 24px; background: #066aa8; position: absolute; left: 0; top: 0; }
.concept ul { margin-top: 4px; background: url(../images/line4.png) repeat-x left top; padding-top: 25px; overflow: hidden; *zoom:1;
}
.concept ul li { float: left; width: 340px; padding: 0 20px; border-right: 1px solid #dadada; }
.concept ul li.last { border: 0; padding-right: 0; }
.concept ul li:last-child { border: 0; padding-right: 0; }
.concept li h3 { font-size: 18px; padding: 5px 0; }
.concept li .txt { height: 105px; line-height: 24px; overflow: hidden; margin-bottom: 15px; }
.concept h4 { text-align: center; font-size: 14px; font-weight: normal; }
.concept .LinkJob { display: block; width: 107px; height: 32px; text-align: center; line-height: 32px; color: #066aa8; background: #FFF; border: 5px solid #066aa8; margin: 15px auto 30px; font-size: 14px; }
.concept h5 { font-size: 14px; color: #066aa8; font-weight: normal; }
.concept .listTit { line-height: 24px; color: #066aa8; padding-top: 20px; }
.concept .listTit i { display: inline-block; width: 16px; height: 16px; text-align: center; line-height: 16px; color: #FFF; background: url(../images/ico10.gif) no-repeat left top; margin-right: 8px; font-style: normal; }
.concept p { line-height: 24px; }
.concept td { line-height: 24px; }

/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}