@charset "utf-8";
/* CSS Document */
body { background-color: #fff; font-family: "微软雅黑"; }
a:hover { color: #2983cc; }
a, img { -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out; }
.wrap { width: 100%; }
.content { width: 96%; margin-left: auto; margin-right: auto; }
.t2 { text-indent: 2em; }
/***返回头部***/
.izl-rmenu { position: fixed; right: 5px;/*margin-left:532px;*/ bottom: 10px; padding-bottom: 50px; z-index: 999; }
.izl-rmenu .btn { width: 50px; height: 50px; margin-bottom: 1px; border-radius: 5px 0 0 5px; cursor: pointer; position: relative; text-align: center; line-height: 61px; }
.izl-rmenu .btn-qq { background: url(../images/r_qq.png) center no-repeat; }
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited { background: url(../images/r_qq.png) center no-repeat; background-size: 100% 100%; text-decoration: none; display: block; }
.izl-rmenu .btn-wx { background: url(../images/r_wx.png) center no-repeat; background-size: 100% 100%; }
.izl-rmenu .btn-wx .pic { position: absolute; left: -159px; top: -8px; display: none; padding: 8px; padding-right: 23px; display: block; width: 150px; height: 150px; background: url("../images/wechat-bg.png") center no-repeat; }
.izl-rmenu .btn-wx .pic img { display: block; width: 100%; height: 100%; position: relative !important; }
.izl-rmenu .btn-wx .pic { }
.izl-rmenu .btn-phone { background: url(../images/r_phone.png) center no-repeat; background-size: 100% 100%; }
.izl-rmenu .btn-phone .phone { border-radius: 0 5px 5px 0; background-color: #2983cc; position: absolute; width: 160px; left: -160px; top: 0px; line-height: 50px; color: #FFF; font-size: 18px; text-align: center; display: none; }
.izl-rmenu .btn-top { background: url(../images/r_top.png) center no-repeat; background-size: 100% 100%; display: none; }
.izl-rmenu .btn-class, .izl-rmenu .btn-qq, .izl-rmenu .btn-wx, .izl-rmenu .btn-phone, .izl-rmenu .btn-top { background-color: #d7e7e5 !important; text-align: center; line-height: 61px; }
.izl-rmenu .btn-class:hover, .izl-rmenu .btn-qq:hover, .izl-rmenu .btn-wx:hover, .izl-rmenu .btn-phone:hover, .izl-rmenu .btn-top:hover { background-color: #cbe1de !important; }
.izl-rmenu .btn-phone a { color: #fff; }
/* 头部 */
.main-top { display: none; padding: 10px 0; background-color: #f5f5f5; }
.main-top, .main-top a { color: #2983cc; line-height: 14px; }
.header { background-color: #fff; position: relative; z-index: 100; padding: 2.5% 0 2%; }
.logo { float: left; width: 65%; }
.logo a { display: block; }
.logo img { display: block; max-width: 100%; }
.topright { float: right; width: 30%; text-align: right; }
.topTel img { display: block; max-width: 100%; }
.main-nav { background-color: #2983cc; /*background: url("../images/navbg.jpg") top left repeat; box-shadow: 0 2px 7px rgba(0,0,0,0.4);*/ }
.main-nav { }
.nav { position: relative; z-index: 100; }
.nav>li { float: left; width: 20%; border-left: 1px solid #1c73b9; border-bottom: 1px solid #1c73b9; box-sizing: border-box; }
.nav>li>a { display: block; padding: 6px 0; line-height: 24px; text-align: center; width: 100%; color: #fff; }
.nav>li:hover>a, .nav>li.active>a { /*background-color: #2472b3;*/ /*background: url("../images/navbg.jpg") top left repeat;*/ box-shadow: 1px 1px 4px rgba(0,0,0,0.4); }
.subNav { display: none; }
.main-nav .subBgg { display: none; content: ""; position: absolute; z-index: 99; height: 50px; width: 100%; left: 0; top: 50px; background-color: #fff; box-shadow: 0 0 3px #aaa; }
.topform { display: none; position: relative; width: 320%; margin-left: -230%; }
.topform input[type="text"] { width: 98%; display: block; border: 1px solid #e6e6e6; line-height: 24px; padding: 4px; }
.topform .btn-default { position: absolute; right: 0; top: 0; cursor: pointer; border-radius: 0; border: none; background: #e6e6e6 url("../images/icon-search.png") center no-repeat; text-indent: -999em; }
.topform .btn-default:hover { background-color: #e4e4e4; }
/* 标题 */
.title01 { border-bottom: 1px solid #2983cc; overflow: hidden; }
.title01 span { background-color: #e5f3ff; float: left; margin-right: 8px; font-size: 16px; line-height: 32px; padding: 0 17px; }
.title01 span.active { background-color: #2983cc; color: #fff; }
.title01 .more { float: right; font-size: 14px; line-height: 32px; color: #666; }
.title01 .more:hover { color: #2983cc; }
/* banner */
.fullSlide { width: 100%; position: relative; padding-bottom: 31.25%; background: #fff; }
.fullSlide .bd { margin: 0 auto; position: absolute; width: 100%; height: 100%; z-index: 0; overflow: hidden; }
.fullSlide .bd ul { width: 100% !important; height: 100% }
.fullSlide .bd li { width: 100% !important; padding-bottom: 31.25%; overflow: hidden; text-align: center; background: #fff center 0 no-repeat; background-size: cover !important; }
.fullSlide .bd li a { display: block; height: 100%; }
.fullSlide .hd { width: 100%; position: absolute; z-index: 110; bottom: 3%; left: 0; height: 25px; line-height: 25px; }
.fullSlide .hd ul { text-align: center; }
.fullSlide .hd ul li { cursor: pointer; display: inline-block; *display:inline;
zoom: 1; border-radius: 10px; width: 40px; height: 6px; margin: 0 4px; overflow: hidden; background: #fff; filter: alpha(opacity=50); opacity: 0.5; line-height: 999px; }
.fullSlide .hd ul .on { background: #2983cc; opacity: 1; }
.fullSlide .prev, .fullSlide .next { display: none; position: absolute; z-index: 1; top: 50%; margin-top: -30px; left: 15%; z-index: 1; width: 40px; height: 60px; background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat; cursor: pointer; filter: alpha(opacity=50); opacity: 0.5; display: none; }
.fullSlide .next { left: auto; right: 15%; background-position: -6px -137px; }
/* 首页 */
/*
.importNews{ position: relative; padding: 10px 0; padding-left: 85px; margin-top: 15px; background-color: #f5f5f5; overflow: hidden; }
.importNews .title{ position: absolute; left: 0; top: 10px; padding: 0 10px; float: left; border-right: 1px solid #ccc; font-weight: 700; line-height: 20px; color: #2983cc; }
.importNews .title img{ display: none; position: relative; top: 3px; height: 18px; margin-right: 8px; }
.importNews .main{ }
.importNews .infoList a{ display: block; width: 95%; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
*/

.aboutHome { margin-top: 5px; }
.aboutHome .info { overflow: hidden; background-color: #f5f5f5; padding: 10px; }
.aboutHome .info .txt { clear: both; line-height: 24px; }
.aboutHome .info .btn-more { margin-top: 5px; padding: 0 15px; line-height: 30px; float: right; background-color: #2983cc; border-radius: 5px; color: #fff; }
.aboutHome .info .btn-more:hover { background-color: #2472b3; }
.aboutHome .pic { position: relative; margin-top: 5px; overflow: hidden; }
.aboutHome .pic img { display: block; width: 100%; }
.aboutHome .pic .name { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 30px; text-align: center; color: #fff; }
.newsHome { }
.newshome1 .title { margin-bottom: 5px; padding: 10px 0; border-bottom: 1px solid #ccc; line-height: 20px; color: #2983cc; font-size: 16px; font-weight: 600; }
.newshome1 .title img { height: 16px; float: left; margin-right: 10px; }
.importNews .infoList a { display: block; width: 95%; line-height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.importNews li a { }
.picNewsH { width: 100%; overflow: hidden; position: relative; }
.picNewsH .hd { height: 18px; overflow: hidden; position: absolute; right: 5px; bottom: 11px; z-index: 11; }
.picNewsH .hd ul { overflow: hidden; zoom: 1; float: left; }
.picNewsH .hd ul li { float: left; margin-right: 2px; width: 18px; height: 18px; line-height: 18px; text-align: center; background: #fff; color: #2983cc; cursor: pointer; }
.picNewsH .hd ul li.on { background: #2983cc; color: #fff; }
.picNewsH .bd { position: relative; height: 100%; z-index: 0; }
.picNewsH .bd li { position: relative; zoom: 1; vertical-align: middle; overflow: hidden; border-radius: 5px; }
.picNewsH .bd li a { display: block; }
.picNewsH .bd img { width: 100%; display: block; border-radius: 4px; overflow: hidden; height: 350px; }
.picNewsH .bd .txt { background: rgba(0,0,0,0.5); position: absolute; z-index: 10; bottom: 0; left: 0; width: 100%; line-height: 40px; }
.picNewsH .bd .txt a { display: block; width: 50%; color: #fff; padding-left: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.picNewsH .bd a:hover>img { transform: scale(1.05); -kiwebt-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }
.newsHome { margin-top: 20px; }
.newsHome .newsTabTit { clear: both; margin-bottom: 13px; }
.newsTable { margin-top: 5px; }
.newsList { }
.newsList li { overflow: hidden; }
.newsList li .time { float: right; color: #999; }
.newsList li a { display: block; width: 70%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.newsList li:hover a, .newsList li:hover .time { color: #2983cc; }
.newsHome .newsList { }
.newsHome .newsList li { border-bottom: 1px solid #f5f5f5; line-height: 46px; }
/*.newsHome .newsTabTit span{width: 32%; margin-right: 2%; padding: 0;}*/
.newsTabTit span { text-align: center; line-height: 34px; }
.newsTabTit span:last-child { margin-right: 0; }
.newsHome2 { margin-top: 10px; }
.guideHome { margin-top: 15px; }
.guideList { margin-top: 10px; text-align: center; overflow: hidden; }
.guideList li { float: left; width: 31%; margin: 0 1% 2%; border-radius: 4px; overflow: hidden; }
.guideList li a { display: block; background-color: #e5f3ff; padding: 15px 0 0; color: #2983cc; }
.guideList li .icon, .guideList li .iconH { display: block; margin: 0 auto 10px; width: 40px; }
.guideList li .iconH { display: none; }
.guideList li img { width: 100%; height: 100%; }
.guideList li .txt { font-weight: 700; line-height: 15px; height: 30px; }
.guideList li:hover a { background-color: #2983cc; color: #fff; }
.guideList li:hover .icon { display: none; }
.guideList li:hover .iconH { display: block; }
.guideList li:last-child { width: 96%; }
.expertHome { margin-top: 15px; }
.expertHome .title01 { margin-bottom: 2%; }
.homeTabTit li { cursor: pointer; }
.expertList { }
.expertList li { margin-bottom: 10px; background-color: #f5f5f5; overflow: hidden; }
.expertList .pic { float: left; width: 30%; max-width: 220px; margin-right: 10px; overflow: hidden; }
.expertList .pic img { display: block; width: 100%; }
.expertList .pic:hover img { transform: scale(1.05); -kiwebt-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }
.expertList .main { }
.expertList .main .name { margin-bottom: 3px; font-weight: 700; color: #2983cc; }
.expertList .main .short { margin-bottom: 3px; }
.expertList .topHead { display: block; padding-top: 10px; }
.expertList .topHead:hover { color: inherit; }
.expertList .info { display: none; color: #666; }
.expertList .info span { /*display: none;*/ }
.expertList .info .more { color: #2983cc; }
.expertHome .btn-box { padding-top: 10px; }
.expertHome .hd { display: block; padding-top: 10px; clear: both; text-align: center; }
.expertHome .hd li { background-color: #a9cdeb; margin: 0 5px; display: inline-block; *display: inline;
zoom: 1; width: 40px; text-indent: -999em; height: 4px; border-radius: 6px; }
.expertHome .hd li.on { background-color: #2983cc; }
.otherHome { margin-top: 15px; overflow: hidden; }
.newsList2 { }
.newsList2 li { border-bottom: 1px solid #f5f5f5; padding: 3px 0; line-height: 34px; }
.newsListPic { padding-bottom: 10px; border-bottom: 1px solid #f5f5f5; overflow: hidden; }
.newsListPic .pic { float: left; width: 33%; margin-right: 3%; border-radius: 5px; overflow: hidden; }
.newsListPic .pic img { display: block; width: 100%; }
.newsListPic .pic:hover img { transform: scale(1.05); -kiwebt-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }
.newsListPic .name { margin-bottom: 4px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 15px; }
.newsListPic .txt { margin-bottom: 5px; line-height: 20px; height: 40px; overflow: hidden; color: #666; }
.newsListPic .time { color: #666; }
.btn-box { text-align: center; }
.btn-default { background-color: #2983cc; border-radius: 4px; padding: 0 20px; display: inline-block; *display: inline;
zoom: 1; line-height: 36px; color: #fff; }
.btn-default:hover { background-color: #2472b3; color: #fff; }
.fcblue { color: #2983cc; }
.footer { background-color: #efefef; margin-top: 5%; }
.footNav { border-bottom: 1px solid #999; overflow: hidden; }
.subFoot { display: none; }
.subFoot a { color: #666; }
.subFoot a:hover { color: #2983cc; }
.friendLink { padding: 2% 0; border-bottom: 1px solid #999; }
.friendLink .name { margin-bottom: 5px; margin-top: 5px; }
.friendLink .link { overflow: hidden; }
.friendLink .link a { float: left; padding-right: 15px; line-height: 24px; color: #666; }
.friendLink .link a:hover { color: #2983cc; }
.footContact { padding-bottom: 2%; padding-top: 2%; text-align: center; }
.footContact .txt { margin-bottom: 3px; color: #666; }
.copyRight { padding: 10px 0; text-align: center; background-color: #666; line-height: 18px; }
.copyRight .txt { color: #fff; }
/* 子页面 */
.pageBox { margin-top: 5px; }
.pageSlide { background-color: #f5f5f5; }
.pageSlide .title { padding: 10px 15px; font-size: 16px; font-weight: 700; background-color: #2983cc; color: #fff; }
.sideList { padding: 0 15px 15px; }
.sideList li { border-bottom: 1px solid #666; }
.sideList li a { position: relative; display: block; line-height: 16px; padding: 13px 0; padding-left: 8px; }
.sideList li a:before { content: ""; position: absolute; width: 3px; height: 16px; top: 13px; left: 0; background-color: #666; }
.sideList .active a { color: #2983cc; }
.sideList .active a:before, .sideList li a:hover:before { background-color: #2983cc; }
.pageMain { }
.crumb { margin-bottom: 15px; padding: 11px 0; border-bottom: 1px solid #d3d3d3; overflow: hidden; line-height: 20px; }
.crumb img { float: left; position: relative; margin-right: 5px; }
.crumb .current { color: #2983cc; }
/* 联系我们 */
.mapPage { }
.mapBox { margin-bottom: 15px; }
.mapTop { padding: 10px 15px; color: #fff; background-color: #2983cc; }
.mapMain img { display: block; width: 100%; }
.mapFoot { padding: 15px; background-color: #f5f5f5; }
.mapFoot .txt { color: #666; margin-bottom: 3px; }
.paging { padding-top: 10px; margin-bottom: 25px; text-align: center; line-height: 0; font-size: 0; }
.paging a, .paging span { font-size: 14px; margin: 0 8px; display: inline-block; *display: inline;
zoom: 1; min-width: 26px; line-height: 26px; text-align: center; }
.paging .numb { margin: 0 5px; border: 1px solid #666; }
.paging span.numb { color: #fff; background-color: #2983cc; border-color: #2983cc; }
.pagingDtl { padding-bottom: 20px; }
.pagingDtl p { padding: 5px 10px; margin-bottom: 5px; line-height: 30px; background-color: #ccc; }
.pagingDtl p, .pagingDtl p a { color: #666; }
.pagingDtl p:hover { background-color: #2983cc; }
.pagingDtl p:hover, .pagingDtl p:hover a { color: #fff; }
.pagingDtl p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.picList { overflow: hidden; }
.picList li { float: left; width: 31%; margin-left: 3%; margin-bottom: 15px; }
.picList li .pic { display: block; overflow: hidden; }
.picList li img { display: block; width: 100%; }
.picList li .pic:hover img { transform: scale(1.05); -kiwebt-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }
.picList li .name { text-align: center; margin-top: 10px; line-height: 1.2; height: 28px; }
.picList li:nth-child(1), .picList li:nth-child(4), .picList li:nth-child(7), .picList li:nth-child(10), .picList li:nth-child(13) { margin-left: 0; }
.pageInfo { padding-bottom: 10px; }
.pageInfo .txt { margin-bottom: 7px; color: #666; line-height: 1.88; }
.pageInfo .pic { margin: 10px 0; text-align: center; }
.pageInfo .pic img { max-width: 100%; }
.newsPage { padding-bottom: 10px; margin-top: -10px; }
.newsPage .newsListPic { padding-top: 10px; }
.newsPage .newsListPic .txt { margin-bottom: 0; }
.dtlHead { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; text-align: center; }
.dtlHead .large { margin-bottom: 5px; color: #2983cc; font-size: 18px; line-height: 1.2; }
.dtlHead .small { color: #666; }
.dtlHead .small span { margin: 0 3px; }
.expertDetail { position: relative; padding-bottom: 15px; overflow: hidden; }
.expertDetail:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 98%; z-index: 0; background-color: #f5f5f5; }
.expertDetail .topHead, .expertDetail .info, .expertDetail .pic { position: relative; z-index: 10; }
.expertDetail .pic { float: left; width: 30%; max-width: 220px; margin-right: 15px; overflow: hidden; }
.expertDetail .pic img { display: block; width: 100%; }
.expertDetail .topHead .name { margin-bottom: 3px; font-weight: 700; color: #2983cc; }
.expertDetail .topHead .short { margin-bottom: 3px; }
.expertDetail .topHead { display: block; padding-top: 2%; }
.expertDetail .topHead:hover { color: inherit; }
.expertDetail .info { padding: 0 5px 0 10px; clear: both; padding-top: 10px; color: #666; }
.expertDetail .info .txt { margin-bottom: 5px; }
 @media screen and (max-width:1119px) {
.homeTabTit { overflow: hidden; margin: 0 -1% 1%; }
.homeTabTit li { background-color: #e5f3ff; width: 31.333%; margin: 0 1% 2%; float: left; border-radius: 4px; text-align: center; line-height: 34px; }
.homeTabTit li.on { color: #2983cc; font-weight: 700; }
}
@media screen and (max-width:1023px) {
.topTel { padding-top: 8%; }
.main-nav .content { width: 100%; }
.othHomeTabT { margin-top: 10px; }
.othHomeTabT li:nth-child(1), .othHomeTabT li:nth-child(2) { width: 31.333%; }
.dangjHome { margin-top: 15px; }
.friendLink .name { text-align: center; }
.friendLink .link { text-align: center; }
.friendLink .link a { float: none; }
}
@media screen and (max-width:861px) {
.nav>li:first-child, .nav>li:nth-child(5) { border-left: none; }
.aboutHome .pic { }
.footNav li { float: left; width: 48%; margin: 0 1%; border-bottom: 1px solid #999; }
.footNav>li:nth-child(9), .footNav>li:nth-child(10) { border-bottom: none; }
.footNav li a { display: block; line-height: 34px; text-align: center; }
}
@media screen and (max-width:767px) {
}
