@charset "utf-8";
/* CSS Document */
body { background: #f2f2f2; }
.layout { width: 1200px; position: relative; margin: 0 auto; }
#topbar { background: #f2f2f2; }
#topbar .fl, #topbar .fr { font-size: 12px; color: #333; line-height: 30px; }
#topbar .fl ul { margin-left: -5px; }
#topbar .fl ul li { float: left; display: block; margin-left: 5px; }
#topbar .fl ul li a:hover { color: #2577e3; }
#topbar .fr ul { margin-right: -5px; }
#topbar .fr ul li { float: left; display: block; margin-right: 5px; position: relative; padding-left: 5px; }
#topbar .fr ul li:before { content: ''; display: block; position: absolute; left: 0; top: 9px; height: 12px; width: 1px; background: #ccc; }
#topbar .fr ul li:first-child:before { display: none; }
#header { padding: 20px 0; background: #fff; }
#header .logo { position: relative; width: 278px; height: 75px; overflow: hidden; }
#header .logo img { width: 278px; height: 130px; top: -25px; left: 0; position: absolute; }
#header .trade-name { font-size: 32px; color: #333; font-weight: 400; line-height: 75px; margin-left: 20px; }
#header .search .search-box { width: 645px; height: 45px; border: 2px solid #2577e3; }
#header .search .search-box i { display: block; width: 41px; height: 41px; float: left; }
#header .search .search-box i svg { fill: #ccc; margin-left: 8px; margin-top: 8px; }
#header .search .search-box i img { margin-left: 8px; margin-top: 8px; }
#header .search .search-box input { display: block; width: 500px; height: 41px; float: left; font-size: 14px; border: none; line-height: 41px; }
#header .search .search-box button { display: block; width: 100px; height: 41px; float: right; line-height: 41px; color: #fff; font-size: 18px; text-align: center; background: #2577e3; border: none; cursor: pointer }
#header .search .search-box button:hover { background: #33adff }
#header .search .search-tips { font-size: 12px; color: #1e1e1e; line-height: 14px; margin-top: 10px; }
#header .search .search-tips .title { color: #2577e3; border-right: none; }
#header .search .search-tips li { float: left; display: block; margin-right: 5px; padding-right: 5px; border-right: 1px solid #c3c3c3; }
#header .search .search-tips li:last-child { border-right: none; }
.nav { height: 40px; background: #2577e3; }
.nav-sidebar { background: #0a56bb; color: #fff; font-size: 14px; line-height: 40px; padding: 0 181px 0 45px; position: relative; margin-right: 15px; }
.nav-sidebar i { position: absolute; z-index: 1; left: 10px; top: 0; height: 40px; width: 40px; display: block; }
.nav-sidebar i svg { fill: #fff; display: block; margin-top: 9px; }
.nav-sidebar i img { display: block; margin-top: 9px; }
.nav-list { }
.nav-list ul { }
.nav-list ul li { float: left; font-size: 14px; line-height: 40px; color: #000; }
.nav-list ul li a { display: block; padding: 0 30px; color: #fff }
.nav-list ul li a:hover, .nav-list ul li a.active { text-decoration: none; color: #fff; background: #0a56bb; }
.link { border: 1px solid #e9e9e9; padding: 20px; margin-top: 20px; background: #fff; }
.link .title { font-size: 16px; font-weight: 700; color: #333; line-height: 20px; position: relative; padding-left: 20px; }
.link .title:before { content: ''; width: 5px; height: 20px; display: block; left: 0; top: 0; position: absolute; background: #2577e3; }
.link a { font-size: 14px; color: #999; font-weight: 400; line-height: 50px; float: left; display: block; padding: 0 20px; }
.link a:hover { text-decoration: none; color: #2577e3; }
.copyright { border: 1px solid #e9e9e9; padding: 35px; margin-top: 20px; background: #fff; }
.copyright .img { margin-right: 35px; }
.copyright .img img { width: 70px; height: 70px; border-radius: 50%; }
.copyright .con { margin-top: -8px; }
.copyright .con p { font-size: 13px; color: #797979; font-weight: 400; line-height: 28px; }
.copyright .con p a { display: inline; padding-left: 20px; }
.attention { border: 1px solid #e9e9e9; padding: 20px; margin-top: 20px; background: #fff; }
.attention p { color: #BCBCBC; line-height: 20px; font-weight: 400; font-size: 13px; }
.banner { height: 400px; width: 100%; overflow: hidden; position: relative; background: #d3d3d3 }
.banner .banner-swiper { width: 1920px; height: 400px; position: absolute; left: 50%; margin-left: -960px; z-index: 1; }
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev { background-image: none !important; width: 40px; height: 40px; margin-top: -20px; transition: .3s; }
.banner-swiper .swiper-button-next svg, .banner-swiper .swiper-button-prev svg { fill: rgba(0,0,0,.5); }
.swiper-button-hidden { display: none; -khtml-opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); filter: "alpha(opacity=0)"; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);/*兼容ie8及以下*/
}
.banner-swiper img { height: 400px; width: 1920px; }
.banner-swiper .swiper-button-prev { left: 50%; margin-left: -300px; }
.banner-swiper .swiper-button-next { left: 50%; margin-left: 260px; }
.banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets, .banner-swiper .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 30px; }
.banner-swiper .swiper-pagination-switch { width: 10px; height: 10px; -khtml-opacity: 1; -moz-opacity: 1; filter: alpha(opacity=1); filter: "alpha(opacity=1)"; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);/*兼容ie8及以下*/
background: rgba(0,0,0,.3); }
.banner-swiper .swiper-active-switch { background: #fff; }
.banner .dropdown { width: 282px; height: 400px; float: left; position: relative; z-index: 2; background: #fff; border: 2px solid #2577e3; border-top: none }
.banner .dropdown ul { padding: 0 10px; }
.banner .dropdown ul li { /*border-bottom: 1px solid #e7e7e7; */ padding: 0 10px; position: relative; }
.banner .dropdown ul li:last-child { border-bottom: none; }
.banner .dropdown ul li a { display: block; float: left; font-size: 14px; color: #333; line-height: 16px; line-height: 46px; margin-right: 10px; }
.banner .dropdown ul li a:last-child { margin-right: 0; }
.banner .banner-phb { width: 246px; height: 345px; float: right; position: relative; z-index: 2; background: #fff; }
.banner-tabs { position: relative; background: #fff; width: 246px; overflow: hidden; padding-top: 10px; }
.banner-tabs .title { font-size: 16px; color: #333; font-weight: 700; text-align: center; line-height: 18px; }
.banner-tabs.tab-scroll { padding: 10px; }
.banner-tabs.tab-scroll .title { line-height: 40px; margin-bottom: 10px; }
.banner-tabs .phb-sidebar { border: none; padding-bottom: 3px; margin-top: 5px; }
.banner-tabs .phb-sidebar .con { padding-top: 5px; }
.banner-tabs .phb-sidebar .con ul li.active .img img { width: 60px; height: 60px; }
.banner-tabs .phb-sidebar .con ul li.active .first-con { width: 140px; padding-left: 10px; }
.banner-tabs .phb-sidebar .con ul li p { width: 120px; }
.banner-tabs .phb-sidebar .con ul li p a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.banner-tabs .phb-sidebar .con ul li { margin-bottom: 9px }
.banner-tabs-header { position: relative; overflow: hidden; padding-top: 20px; padding-right: 10px; }
.banner-tabs-header ul { }
.banner-tabs-header li { }
.banner-tabs-header a { font-size: 12px; line-height: 22px; display: block; text-decoration: none; color: #333; }
.banner-tabs-header a i { float: left; display: block; margin-right: 5px; width: 15px; text-align: right; font-style: normal; }
.banner-tabs-header a span { float: left; display: block; margin-right: 5px; max-width: 120px; overflow: hidden; white-space: nowrap; }
.banner-tabs-header a em { float: right; display: block; font-style: normal; }
.banner-tabs-header li.active a span, .banner-tabs-header li.active a i { color: #f00; }
.banner-tabs-nav { }
.banner-tabs-nav i { cursor: pointer; position: absolute; top: 50%; margin-top: -10px; z-index: 1; }
.banner-tabs-nav i#prev { left: 0; }
.banner-tabs-nav i#next { right: 0; }
.banner-tabs-content { position: relative; overflow: hidden }
.banner-tabs-content .tab { display: none; position: relative; }
.banner-tabs-content .tab img { display: block; margin: 0 auto; }
.banner-tabs-content .tab i { display: block; position: absolute; width: 30px; height: 30px; text-align: center; color: #fff; background: #f95e5a; top: 0; left: 50%; margin-left: -75px; z-index: 1; line-height: 30px; font-style: normal; font-size: 14px; }
.banner-tabs-content .tab.active { display: block; }
.com-special { }
.com-special .title { }
.com-special .title div { font-size: 18px; color: #2577e3; font-weight: 700; line-height: 40px; float: left; }
.com-special .title ul { margin-left: 10px; margin-top: 12px; }
.com-special .title ul li { font-size: 14px; line-height: 16px; color: #333; padding: 0 10px; border-right: 1px solid #d3d3d3; float: left; }
.com-special .title ul li:last-child { border-right: none; }
.com-special .title .more { font-size: 13px; color: #999; font-weight: 400; position: absolute; right: 0; line-height: 40px; top: 0; }
.com-special .con .fl { width: 385px; }
.com-special .con .fl .swiper-container img { width: 385px; height: 382px; }
.com-special .con .fr { width: 816px; }
.com-special .con ul { margin-left: -24px; margin-bottom: -22px; }
.com-special .con ul li { float: left; display: block; width: 180px; margin-left: 24px; position: relative; margin-bottom: 22px; }
.com-special .con ul li img { width: 180px; height: 180px; }
.com-special .con ul li span { display: block; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; line-height: 30px; color: #fff; font-size: 12px; background: rgba(0,0,0,0.5); }
.com-special .swiper-button-next, .com-special .swiper-button-prev { background-image: none !important; width: 40px; height: 40px; margin-top: -20px; transition: .3s; }
.com-special .swiper-button-next svg, .com-special .swiper-button-prev svg { fill: rgba(0,0,0,.5); }
.com-special .swiper-container-horizontal>.swiper-pagination-bullets, .com-special .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 30px; }
.com-special .swiper-pagination-bullet { width: 10px; height: 10px; background: rgba(0,0,0,.3); -khtml-opacity: 1; -moz-opacity: 1; filter: alpha(opacity=1); filter: "alpha(opacity=1)"; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);/*兼容ie8及以下*/
}
.com-special .swiper-pagination-bullet-active { background: #fff; }
.renqi .title { }
.renqi .title div { font-size: 18px; color: #2577e3; font-weight: 700; line-height: 40px; float: left; }
.renqi .title ul { margin-left: 10px; margin-top: 12px; }
.renqi .title ul li { font-size: 14px; line-height: 16px; color: #333; padding: 0 10px; border-right: 1px solid #d3d3d3; float: left; }
.renqi .title ul li:last-child { border-right: none; }
.renqi .title .more { font-size: 13px; color: #999; font-weight: 400; position: absolute; right: 0; line-height: 40px; top: 0; }
.renqi .con { border: 1px solid #e9e9e9; height: 390px; }
.renqi-list { padding: 20px; border-right: 1px solid #e9e9e9; ; width: 200px; height: 100%; }
.renqi-list ul { }
.renqi-list ul li { font-size: 14px; color: #666; line-height: 24px; }
.renqi-list ul li a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.renqi-item { padding: 20px; width: 998px; }
.renqi-item ul { margin-left: -19px; margin-bottom: -19px; }
.renqi-item ul li { width: 120px; float: left; margin-left: 19px; margin-bottom: 19px; text-align: center; font-size: 12px; color: #666; line-height: 14px; }
.renqi-item ul li img { display: block; width: 120px; height: 120px; }
.renqi-item ul li p { margin-top: 7px; overflow: hidden; white-space: nowrap; }
.renqi-item ul li span { font-size: 12px; color: #666; line-height: 16px; margin-top: 7px; font-weight: 700; display: block; }
/*sort_list*/
.sort_list { margin-top: 20px; }
.sort_list .title { }
.sort_list .title div { font-size: 18px; color: #2577e3; font-weight: 700; line-height: 40px; float: left; }
.sort_list .title ul { margin-left: 10px; margin-top: 12px; }
.sort_list .title ul li { font-size: 14px; line-height: 16px; color: #333; padding: 0 10px; border-right: 1px solid #d3d3d3; float: left; }
.sort_list .title ul li:last-child { border-right: none; }
.sort_list .title .more { font-size: 13px; color: #999; font-weight: 400; position: absolute; right: 0; line-height: 40px; top: 0; }
.sort_list .sort_tab { overflow: hidden; height: 40px; position: relative; border: 1px solid #e9e9e9; }
.sort_list .tab_arr_right { position: absolute; right: 0px; top: 0px; display: block; width: 14px; height: 40px; background-color: #fff; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; line-height: 32px; background-image: url(http://www.jiameng.com/templates/css/img/css-sprite-v3.png); background-repeat: no-repeat; background-position: -7px -317px; background-color: #fff; z-index: 2 }
.sort_list .tab_arr_right.active { background-position: 4px -317px; }
.sort_list .sort_tab ul { width: 200%; margin-left: -1px; position: absolute; left: 0px; top: 0px; z-index: 1; border-bottom: 1px solid #ccc; height: 40px }
.sort_list .sort_tab li { float: left; }
.sort_list .sort_tab li a { font-size: 14px; font-family: Microsoft Yahei; }
.sort_list .sort_tab li { display: block; text-align: center; line-height: 38px; padding: 0 20px; font-size: 14px; border: 1px solid #e9e9e9; border-left: none; height: 40px; border-top: none; background-color: #fafafa; font-weight: 700; color: #999; }
.sort_list .sort_tab li.current, .sort_list .sort_tab li:hover { background-color: #fff; border-bottom: none; color: rgb(0, 121, 254) }
.sort_list .sort_content { padding: 5px 20px; height: 160px; border: 1px solid #e9e9e9; border-top: none; }
.sort_list .sort_content li { float: left; width: 12.5%; padding: 0 0.33%; height: 30px; overflow: hidden }
.sort_list .sort_content li a { line-height: 30px; font-size: 12px; color: #333 }
.sort_list .sort_content li a:hover { text-decoration: underline; color: #2577e3; }
.sort_list .sort_item { }
.tab_box .hide { display: none }
.jminfo { }
.jminfo .title { }
.jminfo .title div { font-size: 18px; color: #2577e3; font-weight: 700; line-height: 40px; float: left; }
.jminfo .title .more { font-size: 13px; color: #999; font-weight: 400; position: absolute; right: 0; line-height: 40px; top: 0; }
.jminfo .con .jminfo-box { width: 376px; border: 1px solid #e9e9e9; margin-left: 36px; padding: 20px 22px; }
.jminfo .con .jminfo-box:first-child { margin-left: 0; }
.jminfo-box-head img { width: 330px; height: 225px; }
.jminfo-box-head .info { text-decoration: none; }
.jminfo-box-head .info:hover span, .jminfo-box-head .info:hover em { color: #333; text-decoration: none; }
.jminfo-box-head .info span { font-size: 13px; line-height: 24px; font-weight: 700; color: #666; display: block; overflow: hidden; white-space: nowrap; padding-top: 5px; }
.jminfo-box-head .info em { font-size: 13px; line-height: 24px; font-weight: 400; color: #999; display: block; overflow: hidden; height: 48px; text-overflow: ellipsis; }
.jminfo-box-list { margin-top: 25px; }
.jminfo-box-list ul { }
.jminfo-box-list ul li { font-size: 14px; color: #1E1E1E; position: relative; line-height: 28px; }
.jminfo-box-list ul li { overflow: hidden; padding-right: 130px; height: 28px; }
.jminfo-box-list ul li a span { position: absolute; right: 0; top: 0; line-height: 28px; font-size: 12px; color: #999; }
.trail { }
.trail ul { }
.trail ul li { font-size: 14px; color: #666; line-height: 50px; padding-right: 20px; position: relative; float: left; }
.trail ul li:after { content: '/'; position: absolute; right: 0; top: 0; line-height: 50px; font-size: 14px; color: #666; display: block; width: 20px; text-align: center; }
.trail ul li:last-child { padding-right: 0; }
.trail ul li:last-child:after { display: none; }
.screen { padding: 22px 17px; background: #fff; border: 1px solid #e9e9e9; }
.screen .screen-box .title { width: 70px; text-align: center; line-height: 20px; border-right: 1px solid #e3e3e3; font-size: 13px; color: #333; }
.screen .screen-box ul { width: 1094px; padding-left: 70px; position: relative; }
.screen .screen-box ul li { font-size: 13px; color: #333; line-height: 20px; text-align: center; padding: 0 9px; display: block; float: left; margin-bottom: 10px; }
.screen .screen-box ul li.all { width: 70px; position: absolute; left: 0; top: 0; }
.screen .screen-box ul li.active { color: #0079fe; }
.item-list { margin-top: -20px; margin-left: -24px; }
.item-list .item-list-box { border: 1px solid #e9e9e9; padding: 20px 17px; width: 282px; background: #fff; float: left; margin-left: 24px; margin-top: 20px; }
.item-list .item-list-box .img { width: 246px; height: 246px; margin: 0 auto; }
.item-list .item-list-box .img img { width: 246px; height: 246px; }
.item-list .item-list-box .con { margin-top: 10px; }
.item-list .item-list-box .con .title { font-size: 16px; color: #666; font-weight: 700; line-height: 35px; width: 150px; overflow: hidden; white-space: nowrap; }
.item-list .item-list-box .con a { font-size: 13px; color: #fff; font-weight: 400; line-height: 35px; width: 88px; text-align: center; background: #2577e3; border-radius: 2px; }
.item-list .item-list-box .con a:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
text-decoration: none; }
.item-list .item-list-box .info { margin-top: 10px; }
.item-list .item-list-box .info ul { }
.item-list .item-list-box .info ul li { width: 50%; overflow: hidden; line-height: 30px; white-space: nowrap; float: left; }
.page { }
.page ul { text-align: center; }
.page ul li { display: inline-block; border: 1px solid #e9e9e9; width: 35px; height: 35px; border-radius: 2px; background: #fff; margin: 0 1px; color: #999; font-size: 13px; line-height: 33px; text-align: center; }
.page ul li a { }
.page ul li svg { fill: #999; }
.page ul li:hover { border-color: #2577e3; }
.page ul li:hover a { text-decoration: none; }
.page ul li:hover svg { fill: #2577e3; }
.page ul li.active { background: #2577e3; color: #fff; border-color: #2577e3; }
.item-tab-box { margin-bottom: 10px; }
.item-tab-box .fl img { width: 94px; height: 70px; }
.item-tab-box .fl { }
.item-tab-box .item-tab-box-info { width: 240px; }
.item-tab-box .item-tab-box-info div a { font-size: 16px; color: #666; font-weight: 700; line-height: 35px; white-space: nowrap; overflow: hidden; height: 35px; cursor: pointer; }
.item-tab-box .item-tab-box-info div a:hover { color: #2577e3; }
.item-tab-box .item-tab-box-info span { font-size: 14px; color: #999; font-weight: 400; line-height: 28px; white-space: nowrap; overflow: hidden; height: 28px; }
.item-tab-list { }
.item-tab-list li { font-size: 13px; font-weight: 400; line-height: 36px; color: #333; white-space: nowrap; overflow: hidden; height: 36px; padding-left: 10px; position: relative; }
.item-tab-list li:before { position: absolute; width: 2px; height: 2px; display: block; content: ''; top: 18px; left: 0; background: #999; }
.item-news { margin-bottom: 20px; }
.item-news-box { width: 390px; border: 1px solid #e9e9e9; margin-left: 15px; background: #fff; }
.item-news .item-news-box:first-child { margin-left: 0; }
.item-news-box .title { font-size: 18px; font-weight: 700; line-height: 50px; color: #333; border-bottom: 1px solid #e9e9e9; padding: 0 20px; }
.item-news-box .con { padding: 0 15px; }
.item-news-box .con .item-tab-box:first-child { margin-top: 15px; }
.item-news-box .con .item-tab-box:last-child { margin-bottom: 15px; }
.item-left { width: 894px; }
.item-right { width: 282px; }
.item-detail-top { padding: 20px; background: #fff; border: 1px solid #e9e9e9; }
.item-detail-top .swiper-container { width: 300px; height: 300px; }
.item-detail-top .swiper-container img { width: 300px; height: 300px; }
.item-detail-top .swiper-button-next, .item-detail-top .swiper-button-prev { background-image: none !important; width: 40px; height: 40px; margin-top: -20px; transition: .3s; }
.item-detail-top .swiper-button-next svg, .item-detail-top .swiper-button-prev svg { fill: rgba(0,0,0,.5); }
.item-detail-top .swiper-container-horizontal>.swiper-pagination-bullets, .item-detail-top .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 30px; }
.item-detail-top .swiper-pagination-bullet { width: 10px; height: 10px; background: rgba(0,0,0,.3); -khtml-opacity: 1; -moz-opacity: 1; filter: alpha(opacity=1); filter: "alpha(opacity=1)"; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);/*兼容ie8及以下*/
}
.item-detail-top .swiper-pagination-bullet-active { background: #fff; }
.item-detail-top .info { margin-left: 20px; width: 530px; }
.item-detail-top .info .title { font-size: 20px; color: #333; line-height: 28px; font-weight: 700; }
.item-detail-top .info .con { margin-top: 10px; }
.item-detail-top .info .con ul { }
.item-detail-top .info .con ul li { font-size: 14px; color: #666; line-height: 30px; width: 50%; float: left; overflow: hidden; white-space: nowrap; }
.item-detail-top .info .con ul li.all { width: 100%; }
.item-detail-top .info .jine { margin-top: 10px; }
.item-detail-top .info .jine em { font-size: 14px; color: #666; line-height: 40px; display: block; }
.item-detail-top .info .jine span { font-size: 24px; color: #FF3B30; line-height: 40px; display: block; }
.item-detail-top .info .btn { margin-top: 12px; }
.item-detail-top .info .btn .sqzl { font-size: 16px; color: #fff; padding: 0 40px; height: 50px; line-height: 50px; background: #ff6913; text-align: center; display: block; border-radius: 4px; }
.item-detail-top .info .btn .sqzl:hover { background: #b3490d; text-decoration: none }
.item-detail-top .info .btn .ljly { color: #ff6913; font-size: 16px; line-height: 50px; display: block; font-weight: bold; margin-left: 10px; position: relative; border: 1px solid #ff6913; border-radius: 4px; padding: 0 40px; padding-left: 56px; }
.item-detail-top .info .btn .ljly i { position: absolute; left: 36px; top: 0; display: block; }
.item-detail-top .info .btn .ljly i svg { fill: #ff6913; display: block; margin-top: 17px; }
.item-detail-top .info .btn .ljly i img { display: block; margin-top: 17px; }
.article-nav { border: 1px solid #e9e9e9; background: #fff; margin-top: 12px; }
.article-nav.fix { top: 0; width: 894px; background: #fff; z-index: 3; margin-top: 0; box-shadow: 0 2px 5px rgba(0,0,0,.1); }
.article-nav.fix + div { margin-top: 77px; }
.article-nav ul { margin-bottom: -1px; }
.article-nav ul li { float: left; }
.article-nav ul li a { font-size: 16px; color: #666; font-weight: 400; padding: 0 25px; line-height: 50px; }
.article-nav ul li a:hover { color: #0079fe; text-decoration: none; }
.article-nav ul li a.active { color: #0079fe; border-bottom: 4px solid #0079fe; }
.item-detail-article { padding: 20px; border: 1px solid #e9e9e9; background: #fff; margin-top: 12px; }
.item-detail-article .article-box { margin-bottom: 20px; }
.item-detail-article .article-box:last-child { margin-bottom: 0; }
.item-detail-article .article-box .title { font-size: 18px; font-weight: 700; color: #333; line-height: 20px; padding-left: 15px; position: relative; margin-bottom: 20px; }
.item-detail-article .article-box .title:before { content: ''; width: 4px; height: 20px; position: absolute; left: 0; top: 0; background: #0079fe; display: block; }
.item-detail-article .article-box .con, .item-detail-article .article-box .con p { font-size: 14px; color: #333; line-height: 24px; }
.item-detail-article .article-box .con img { display: initial; }
.ly { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.ly .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.ly .con { padding: 20px; }
.ly .con .input-box { padding-left: 100px; position: relative; }
.w180 { width: 180px; }
.w140 { width: 140px; }
.w400 { width: 400px; }
.ly .con .input-box label { display: block; width: 100px; text-align: right; line-height: 40px; padding-right: 20px; font-size: 13px; color: #666; position: absolute; left: 0; top: 0; }
.ly .con .input-box label i { color: #FF3B30; font-style: normal; }
.ly .con .input-box input { float: left; display: block; font-size: 14px; line-height: 38px; padding: 0 10px; border-radius: 1px; height: 40px; margin-bottom: 10px; border: 1px solid #d7d7d7; }
.ly .con .input-box select { float: left; display: block; font-size: 14px; line-height: 38px; border: 1px solid #d7d7d7; border-radius: 1px; height: 40px; margin-bottom: 10px; padding: 8px 10px; }
.ly .con .input-box textarea { float: left; display: block; font-size: 14px; line-height: 28px; border: 1px solid #d7d7d7; padding: 5px 10px; border-radius: 1px; height: 160px; margin-bottom: 10px; }
.ly .con .input-box button { width: 240px; height: 40px; line-height: 40px; color: #fff; font-size: 13px; text-align: center; border-radius: 2px; background: #0079fe; display: block; border: none; cursor: pointer; }
.ly .con .input-box button:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}
.ly .con .input-box select { margin-right: 10px; }
.ly .con .input-box select:focus, .ly .con .input-box textarea:focus { outline: none; }
.ly .con .input-box select option { font-size: 14px; line-height: 38px; display: block; }
 .ly .con .input-box input::-webkit-input-placeholder, .ly .con .input-box textarea::-webkit-input-placeholder {
color: #ccc;
}
.ly .con .input-box .sex { font-size: 14px; color: #999; line-height: 40px; position: relative; width: 50px; margin-left: 20px; margin-right: 30px; }
.ly .con .input-box .sex input[type="radio"] { position: absolute; width: 100%; height: 100%; display: block; z-index: 1; cursor: pointer; -khtml-opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); filter: "alpha(opacity=0)"; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);/*兼容ie8及以下*/
}
.ly .con .input-box .sex em { position: relative; display: block; padding-left: 22px; }
.ly .con .input-box .sex em i { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #ccc; padding: 4px; display: block; left: 0; top: 11px; position: absolute; }
.ly .con .input-box .sex input[type="radio"]:checked+em i { background-clip: content-box; background-color: #0079FE; border: 2px solid #0079FE; }
.ly .con .input-box .sex.checked em i { background-clip: content-box; background-color: #0079FE; border: 2px solid #0079FE; }
.ly .con .input-box.agree input { border: none; }
.ly .con .input-box.agree span { display: block; font-size: 14px; color: #999; line-height: 40px; float: left; margin-left: 5px; }
.ly .con .input-box.agree span a { display: inline-block; }
.ly-scroll { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.ly-scroll .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.ly-scroll .con { padding: 0 20px; }
.ly-scroll .con .str { height: 400px; }
.ly-scroll .con .ly-scroll-box { padding: 20px 0; border-top: 1px solid #e9e9e9; }
/*.ly-scroll .con .ly-scroll-box:first-child { border-top: none; }*/
.ly-scroll .con .img { width: 60px; height: 60px; padding: 6px; }
.ly-scroll .con .img img { width: 48px; height: 48px; border-radius: 50%; }
.ly-scroll .con .info { margin-left: 25px; width: 510px; }
.ly-scroll .con .info .name { font-size: 13px; color: #666; font-weight: 700; line-height: 24px; }
.ly-scroll .con .info .say { font-size: 13px; color: #999; line-height: 24px; height: 48px; overflow: hidden; }
.ly-scroll .con .time { width: 200px; margin-top: 30px; }
.ly-scroll .con .time .fl { font-size: 14px; color: #999; line-height: 24px; width: 70px; position: relative; padding-left: 20px; }
.ly-scroll .con .time .fr { font-size: 12px; color: #999; line-height: 24px; width: 125px; position: relative; padding-left: 20px; }
.ly-scroll .con .time .fl i, .ly-scroll .con .time .fr i { display: block; position: absolute; left: 0; top: 5px; }
.ly-scroll .con .time .fl i svg, .ly-scroll .con .time .fr i svg { fill: #999; display: block; }
.ly-scroll .con .time .fl i img, .ly-scroll .con .time .fr i img { }
.ly-scroll .con .swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; margin: 0 auto; }
.item-about { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.item-about .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.item-about .con { padding: 20px; }
.item-about .con ul { margin-left: -13px; }
.item-about .con ul li { float: left; margin-left: 13px; width: 160px; }
.item-about .con ul li img { width: 160px; height: 160px; }
.item-about .con ul li span { display: block; text-align: center; font-size: 12px; color: #666; line-height: 36px; overflow: hidden; white-space: nowrap; }
.item-about .con ul li a:hover span { color: #2577e3; }
.company-info { border: 1px solid #e9e9e9; background: #fff; }
.company-info .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.company-info .con { padding: 20px; }
.company-info .con .img { }
.company-info .con .img img { margin: 0 auto; width: 100px; height: 100px; }
.company-info .con .img span { display: block; text-align: center; font-size: 13px; color: #999; line-height: 30px; }
.company-info .con .people { font-size: 12px; color: #666; line-height: 30px; }
.company-info .con .phone { padding-left: 40px; padding-right: 20px; border: 1px solid #d7d7d7; border-radius: 2px; height: 40px; position: relative; margin-top: 5px; }
.company-info .con .phone i { display: block; width: 40px; height: 38px; position: absolute; left: 0; top: 0; }
.company-info .con .phone i svg { display: block; fill: #ccc; margin: 0 auto; margin-top: 9px; }
.company-info .con .phone i img { display: block; margin: 0 auto; margin-top: 9px; }
.company-info .con .phone input { border: none; line-height: 38px; display: block; width: 100%; height: 38px; }
.company-info .con .phone input::-webkit-input-placeholder {
color: #ccc;
}
.company-info .con button { width: 100%; height: 40px; line-height: 40px; background: #0079fe; border-radius: 2px; border: none; text-align: center; color: #fff; margin-top: 10px; font-size: 14px; position: relative; cursor: pointer; padding-left: 25px; }
.company-info .con button svg { fill: #fff; display: block; position: absolute; left: 50%; margin-left: -54px; top: 12px; }
.company-info .con button img { display: block; position: absolute; left: 50%; margin-left: -40px; top: 12px; }
.company-info .con button:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}
.info-sidebar { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.info-sidebar .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.info-sidebar .con { padding: 10px 20px; }
.info-sidebar .con ul { }
.info-sidebar .con ul li { display: block; position: relative; padding-left: 12px; font-size: 14px; color: #1E1E1E; line-height: 28px; overflow: hidden; white-space: nowrap; }
.info-sidebar .con ul li:before { width: 2px; height: 2px; content: ''; display: block; position: absolute; left: 0; top: 13px; background: #ccc; }
.phb-sidebar { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.phb-sidebar .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.phb-sidebar .con { padding: 10px 20px; }
.phb-sidebar .con ul li { margin-bottom: 10px; }
.phb-sidebar .con ul li:last-child { margin-bottom: 0; }
.phb-sidebar .con ul li em { display: block; width: 24px; height: 24px; text-align: center; line-height: 22px; color: #fff; font-size: 13px; background: #2577e3; float: left; }
.phb-sidebar .con ul li p { margin-left: 10px; font-size: 14px; color: #1E1E1E; display: block; line-height: 24px; width: 155px; float: left; }
.phb-sidebar .con ul li span { font-size: 12px; color: #797979; line-height: 24px; display: block; float: right; width: 42px; text-align: right; }
.phb-sidebar .con ul li.active { }
.phb-sidebar .con ul li.active .img { position: relative; }
.phb-sidebar .con ul li.active .img img { width: 80px; height: 80px; }
.phb-sidebar .con ul li.active .img i { position: absolute; width: 24px; height: 24px; line-height: 24px; display: block; text-align: center; color: #fff; left: 0; top: 0; background: #F95E5A; font-style: normal; }
.phb-sidebar .con ul li.active .first-con { width: 150px; }
.phb-sidebar .con ul li.active .first-con .com-name { font-size: 14px; color: #1E1E1E; line-height: 32px; overflow: hidden; white-space: nowrap; }
.phb-sidebar .con ul li.active .first-con .com-zs { font-size: 13px; color: #797979; line-height: 14px; }
.phb-sidebar .con ul li.active .first-con .btn { width: 69px; height: 25px; line-height: 23px; border-radius: 2px; border: 1px solid #e9e9e9; color: #ccc; text-align: center; margin-top: 9px; }
.phb-sidebar .con ul li.active .first-con .btn:hover { color: #fff; background: #2577e3; text-decoration: none; border-color: #2577e3; }
.about-sidebar { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.about-sidebar .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.about-sidebar .con { padding: 10px 20px; }
.about-sidebar .con li { margin-bottom: 10px; }
.about-sidebar .con li:last-child { margin-bottom: 0; }
.about-sidebar .con .img img { width: 70px; height: 70px; }
.about-sidebar .con .about-sidebar-con { width: 150px; }
.about-sidebar .con .about-sidebar-con div { font-size: 16px; color: #666; font-weight: 700; line-height: 20px; overflow: hidden; white-space: nowrap; margin-bottom: 5px; }
.about-sidebar .con .about-sidebar-con span { font-size: 14px; color: #999; line-height: 24px; display: block; }
.info-sidebar-new { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.info-sidebar-new .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.info-sidebar-new .con { padding: 10px 20px; }
.info-sidebar-new .con ul { }
.info-sidebar-new .con ul li { display: block; position: relative; font-size: 14px; color: #1E1E1E; line-height: 28px; overflow: hidden; white-space: nowrap; }
.info-sidebar-new .con ul li a { display: inline-block }
.info-sidebar-new .con ul li span { color: #d3d3d3; padding: 0 5px; }
.take { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.take .title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.take .con { padding: 10px 20px; }
.take .con ul li { font-size: 14px; color: #999; line-height: 40px; position: relative; width: 50px; float: left; width: 50%; }
.take .con ul li input[type="radio"] { position: absolute; width: 100%; height: 100%; -khtml-opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); filter: "alpha(opacity=0)"; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);/*兼容ie8及以下*/
display: block; z-index: 1; cursor: pointer; }
.take .con ul li input[type="radio"]+em { position: relative; display: block; padding-left: 22px; }
.take .con ul li input[type="radio"]+em:before { content: "\a0"; width: 6px; height: 6px; border-radius: 50%; border: 2px solid #ccc; padding: 4px; display: block; left: 0; top: 11px; position: absolute; }
.take .con ul li input[type="radio"]:checked+em:before { background-clip: content-box; background-color: #0079FE; border: 2px solid #0079FE; }
.take .con ul li input[type="checkbox"] { position: absolute; width: 100%; height: 100%; -khtml-opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); filter: "alpha(opacity=0)"; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);/*兼容ie8及以下*/
display: block; z-index: 1; cursor: pointer; }
.take .con ul li em { position: relative; display: block; padding-left: 22px; }
.take .con ul li em svg { display: block; left: 0; top: 12px; position: absolute; fill: #ccc; }
.take .con ul li em img { display: block; left: 0; top: 12px; position: absolute; }
.take .con ul li.checked em img { background: #0079fe; }
.take .con ul li.checked em svg { fill: #0079fe; }
.take .con .phone { padding-left: 40px; border: 1px solid #d7d7d7; border-radius: 2px; height: 40px; position: relative; margin-top: 5px; }
.take .con .phone i { display: block; width: 40px; height: 38px; position: absolute; left: 0; top: 0; }
.take .con .phone i svg { display: block; fill: #ccc; margin: 0 auto; margin-top: 9px; }
.take .con .phone i img { display: block; margin: 0 auto; margin-top: 9px; }
.take .con .phone input { border: none; line-height: 38px; height: 38px; }
.take .con .phone input::-webkit-input-placeholder {
color: #ccc;
}
.take .con button { width: 100%; height: 40px; line-height: 40px; background: #0079fe; border-radius: 2px; border: none; text-align: center; color: #fff; margin-top: 10px; font-size: 14px; position: relative; cursor: pointer; padding-left: 25px; }
.take .con button svg { fill: #fff; display: block; position: absolute; left: 50%; margin-left: -40px; top: 12px; }
.take .con button img { display: block; position: absolute; left: 50%; margin-left: -40px; top: 12px; }
.take .con button:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}
.take .con .tips div { font-size: 13px; color: #666; line-height: 36px; }
.take .con .tips p { font-size: 12px; color: #999; line-height: 14px; }
.take.fix { top: 0; left: 50%; margin-top: 0; top: 0; margin-left: 318px; width: 280px; z-index: 2; }
.phb-top-left { width: 180px; background: #fff; border: 1px solid #e9e9e9; }
.phb-top-left ul { padding: 10px 0; }
.phb-top-left ul li { }
.phb-top-left ul li a { display: block; padding: 0 20px; color: #333; font-size: 14px; line-height: 45px; }
.phb-top-left ul li a:hover { text-decoration: none; color: #2577e3; }
.phb-top-left ul li a.active { color: #fff; background: #2577e3; }
.phb-top-center { width: 726px; margin-left: 25px; }
.phb-top-ad { }
.phb-top-ad ul { margin-left: -14px; margin-top: -14px; }
.phb-top-ad ul li { float: left; margin-left: 14px; margin-top: 14px; }
.phb-top-ad ul li img { width: 134px; height: 134px; }
.phb-top-hot { border: 1px solid #e9e9e9; width: 100%; background: #fff; margin-top: 18px; }
.phb-top-hot .title { font-size: 18px; font-weight: 800; width: 78px; text-align: center; padding: 35px 25px; line-height: 24px; color: #2577e3 }
.phb-top-hot .con { padding: 25px 0; width: 646px; }
.phb-top-hot .con ul { margin-left: -20px; }
.phb-top-hot .con ul li { float: left; width: 110px; font-size: 12px; color: #333; line-height: 30px; margin-left: 20px; }
.phb-top-hot .con ul li a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phb-top-right { height: 472px; border: 1px solid #e9e9e9; background: #fff; }
.phb-list { margin-left: -24px; }
.phb-list-box { border: 1px solid #e9e9e9; background: #fff; float: left; width: 282px; margin-left: 24px; margin-top: 20px; }
.phb-list-box .title { font-size: 18px; color: #333; line-height: 40px; border-bottom: 1px solid #e9e9e9; padding-left: 36px; position: relative; }
.phb-list-box .title:before { content: ''; display: block; width: 5px; height: 20px; background: #2577e3; position: absolute; left: 20px; top: 10px; }
.phb-list-box .con { padding: 20px 17px; }
.phb-item-top { }
.phb-item-top .img { position: relative; }
.phb-item-top .img img { width: 246px; height: 246px; }
.phb-item-top .img i { display: block; position: absolute; width: 30px; height: 30px; text-align: center; color: #fff; background: #f95e5a; top: 0; left: 50%; margin-left: -123px; z-index: 1; line-height: 30px; font-style: normal; font-size: 14px; }
.phb-item-top .info { margin-top: 15px; }
.phb-item-top .info .fl a { text-decoration: none; }
.phb-item-top .info .fl div { font-size: 13px; line-height: 14px; display: block; color: #666; }
.phb-item-top .info .fl em { font-size: 13px; line-height: 14px; color: #999; display: block; margin-top: 8px; }
.phb-item-top .info .fl a:hover div, .phb-item-top .info .fl a:hover em { color: #333; }
.phb-item-top .info .fr a { display: block; font-size: 13px; color: #fff; line-height: 35px; background: #2577e3; width: 80px; border-radius: 3px; text-align: center; text-decoration: none; }
.phb-item-top .info .fr a:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}
.phb-list-box .con ul { margin-top: 15px; }
.phb-list-box .con ul li { margin-bottom: 10px; }
.phb-list-box .con ul li:last-child { margin-bottom: 0; }
.phb-list-box .con ul li i { display: block; font-style: normal; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #333; font-size: 13px; border: 1px solid #797979; }
.phb-list-box .con ul li a { display: block; font-size: 13px; color: #333; line-height: 30px; margin-left: 20px; width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phb-list-box .con ul li a:hover { color: #2577e3; }
.phb-list-box .con ul li em { display: block; font-size: 13px; color: #333; line-height: 30px; }
.phb-list-top { padding: 20px 0; margin-top: 0; }
.phb-list-top.phb-top-hot .title { width: 100px; height: 90px; padding: 20px 25px; }
.phb-list-top.phb-top-hot .con { padding: 0; width: 1098px; }
.phb-left { width: 894px; }
.phb-right { width: 282px; }
.phb-left-title { font-size: 16px; font-weight: 700; color: #333; line-height: 36px; border: 1px solid #e9e9e9; background: #fff; padding: 10px 30px; }
.phb-item-box { margin-top: 10px; border: 1px solid #e9e9e9; background: #fff; padding: 20px 19px; }
.phb-item-box .img { position: relative; }
.phb-item-box .img img { width: 160px; height: 160px; }
.phb-item-box .img i { display: block; position: absolute; width: 30px; height: 30px; text-align: center; color: #fff; background: #f95e5a; top: 0; left: 50%; margin-left: -80px; z-index: 1; line-height: 30px; font-style: normal; font-size: 14px; }
.phb-item-box .con { width: 390px; margin-left: 25px; }
.phb-item-box .con .title { font-size: 16px; color: #333; font-weight: 700; line-height: 30px; }
.phb-item-box .con .fenlei { font-size: 14px; color: #333; line-height: 30px; }
.phb-item-box .con .info { font-size: 14px; color: #333; line-height: 20px; }
.phb-item-box .con .info a { display: inline-block; color: #2577e3; }
.phb-item-box .con .data { font-size: 13px; color: #333; line-height: 26px; margin-top: 34px; }
.phb-item-box .con .data span { display: block; float: left; margin-left: 30px; }
.phb-item-box .con .data span:first-child { margin-left: 0; }
.phb-item-box .con .data span em { font-style: normal; color: #f00; }
.phb-item-box .btn { width: 162px; }
.phb-item-box .btn div { font-size: 14px; color: #333; line-height: 30px; }
.phb-item-box .btn div span { font-size: 14px; color: #f00; line-height: 30px; font-weight: 700; }
.phb-item-box .btn a { font-size: 13px; color: #fff; line-height: 40px; background: #2577e3; text-align: center; border-radius: 3px; margin-top: 10px; }
.phb-item-box .btn a:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
text-decoration: none; }
.phb-item-box .btn em { display: block; width: 100%; text-align: right; font-size: 14px; color: #000; line-height: 26px; margin-top: 54px; }
.info-list-left { width: 894px; }
.info-list-right { width: 282px; }
.info-list-title { background: #fff; border: 1px solid #e9e9e9; }
.info-list-title ul li { float: left; }
.info-list-title ul li a { font-size: 14px; color: #999; font-weight: 700; line-height: 50px; width: 100px; text-align: center; }
.info-list-title ul li a:hover { color: #2577e3; text-decoration: none; }
.info-list-title ul li a.active { color: #2577e3; border-bottom: 2px solid #2577e3; }
.info-list-con { background: #fff; border: 1px solid #e9e9e9; border-top: none; padding: 0 20px; }
.info-list-box { padding: 20px 0; border-top: 1px solid #e9e9e9; }
.info-list-con .info-list-box:first-child { border-top: none; }
.info-list-box .img img { width: 160px; height: 120px; }
.info-list-box .con { width: 675px; }
.info-list-box .con .title { font-size: 16px; color: #333; line-height: 30px; font-weight: 700; }
.info-list-box .con .title a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.info-list-box .con .text { font-size: 13px; color: #999; line-height: 24px; height: 48px; overflow: hidden; }
.info-list-box .con .data { font-size: 13px; line-height: 20px; color: #999; margin-top: 22px; }
.info-list-box .con .data span { display: block; position: relative; padding-left: 20px; }
.info-list-box .con .data span svg, .info-list-box .con .data span img { display: block; fill: #999; position: absolute; left: 0; top: 2px; }
.page-trun { margin: 0 auto; margin-top: 20px; width: 520px; }
.page-trun ul { display: block; width: 350px; float: left; }
.page-trun ul li { float: left; margin-left: 3px; }
.page-trun ul li a, .page-trun ul li i { display: block; font-size: 13px; line-height: 35px; color: #999; text-align: center; width: 35px; background: #fff; text-decoration: none; border: 1px solid #e9e9e9; border-radius: 3px; }
.page-trun ul li a:hover, .page-tran button:hover { border-color: #2577e3; color: #2577e3; }
.page-trun ul li a.active { background: #2577e3; color: #fff; border-color: #2577e3; }
.page-tran { float: right; line-height: 38px; width: 165px; }
.page-tran .page-total { font-size: 12px; color: #666; margin-right: 15px; float: left; }
.page-tran .page-choose { float: left; padding-left: 10px; }
.page-tran .page-choose span { font-size: 12px; color: #666; display: block; float: left; }
.page-tran .page-choose input { font-size: 12px; color: #666; line-height: 36px; border: 1px solid #d1d1d1; width: 50px; height: 35px; display: block; float: left; text-align: center; margin: 0 10px; border-radius: 3px; }
.page-tran button { display: block; float: right; font-size: 14px; line-height: 35px; color: #fff; text-align: center; width: 50px; background: #d1d1d1; text-decoration: none; border: none; border-radius: 3px; }
.page-tran button:hover { background: #2577e3; color: #fff; cursor: pointer; }
.info-detail-left { width: 894px; }
.info-detail-right { width: 282px; }
.info-detail-con { background: #fff; border: 1px solid #e9e9e9; }
.info-detail-top { background: #fff; padding: 10px 30px; }
.info-detail-top .title { font-size: 24px; color: #333; font-weight: 700; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; padding-top: 10px; }
.info-detail-top .title h1 { font-size: 24px; }
.info-detail-top .from { padding-bottom: 20px; text-align: center }
.info-detail-top .from span { display: inline-block; margin-right: 10px; font-size: 14px; line-height: 32px; color: #999; }
.info-detail-top .from span a { display: inline; color: #2577e3; }
.info-detail-top .from span.data { position: relative; padding-left: 20px; }
.info-detail-top .from span.data svg { display: block; fill: #999; position: absolute; left: 0; top: 8px; }
.info-detail-top .con { font-size: 14px; color: #333; line-height: 28px; padding-bottom: 10px; padding: 0 30px; }
.info-detail-mid { background: #f6f9fa; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; padding: 20px 30px; }
.info-detail-mid .img img { width: 80px; height: 80px; }
.info-detail-mid .con { width: 430px; margin-left: 20px; }
.info-detail-mid .con .title { font-size: 18px; line-height: 36px; color: #333; font-weight: 700; }
.info-detail-mid .con span { display: block; font-size: 14px; color: #666; line-height: 19px; }
.info-detail-mid .btn { padding-top: 5px; }
.info-detail-mid .btn a { font-size: 13px; color: #fff; width: 120px; line-height: 40px; text-align: center; background: #2577e3; border-radius: 3px; }
.info-detail-mid .btn a:hover { text-decoration: none; -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}
.info-detail-mid .btn div { text-align: center; font-size: 14px; color: #666; line-height: 30px; }
.info-detail-article { padding: 50px 60px 20px 60px; }
.info-detail-article, .info-detail-article p { font-size: 14px; font-weight: 400; color: #333; line-height: 28px; text-indent: 0; }
.info-detail-article p { margin-bottom: 30px; font-family: Microsoft Yahei }
.info-detail-article p img { margin: 0 auto }
.info-detail-article p * { font-family: Microsoft Yahei !important }
.info-detail-article p:last-child { margin-bottom: 0; }
.info-detail-article .title { font-size: 16px; font-weight: 700; }
.info-detail-foot { padding: 20px 30px; border-top: 1px solid #e9e9e9; }
.info-detail-foot a { font-size: 13px; color: #2577e3; line-height: 35px; }
.info-about { margin-top: 12px; border: 1px solid #e9e9e9; background: #fff; }
.info-about .info-about-title { padding: 0 20px; font-size: 13px; font-weight: 700; color: #333; line-height: 50px; border-bottom: 1px solid #e9e9e9; }
.info-about .info-about-con { padding: 0 20px; }
.info-about .info-about-con .info-list-box:first-child { border-top: none; }
.complete { position: fixed; z-index: 10; width: 450px; top: 200px; box-shadow: 0 0 25px 1px #ccc; background: #fff; left: 50%; margin-left: -225px; border: 1px solid #eee; }
.complete .title { font-size: 16px; color: #333; font-weight: 700; line-height: 50px; padding: 0 19px; position: relative; }
.complete .title .close { position: absolute; right: 19px; top: 19px; }
.complete .title .close svg { fill: #333; display: block; }
.complete .title .close img { display: block; }
.complete .con { padding: 10px 19px; font-size: 13px; line-height: 24px; color: #999; height: 120px; }
.complete .btn { padding: 14px 19px; border-top: 1px solid #e9e9e9; }
.complete .btn a { border-radius: 3px; background: #2577e3; color: #fff; text-align: center; line-height: 30px; width: 80px; font-size: 12px; float: right; }
.complete .btn a:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
text-decoration: none; }
.cover { position: fixed; width: 100%; height: 100%; background-color: #000; z-index: 9999998; top: 0; -khtml-opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=0.5); filter: "alpha(opacity=0.5)"; opacity: 0.5; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);/*兼容ie8及以下*/
}
.cover.hide { display: none; }
.project-popup { position: fixed; background: #fff; top: 0; -khtml-opacity: 1; -moz-opacity: 1; filter: alpha(opacity=1); filter: "alpha(opacity=1)"; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);/*兼容ie8及以下*/
width: 800px; left: 50%; margin-left: -400px; z-index: 9999999; border: 2px solid #dcdcdc; }
.project-popup.hide { display: none; }
.project-popup a.close { position: absolute; font-size: 25px; display: block; right: 20px; top: 20px; color: #7b7b7b; z-index: 1; }
.project-popup .form-group, .project-popup .pop-list { width: 650px; margin: 0 auto; }
.project-popup .pop-list { margin-bottom: 25px; }
.project-popup .pop-list ul { margin-left: 129px; }
.project-popup .pop-list ul li { font-size: 16px; line-height: 36px; color: #4a4a4a; text-align: left; display: block; float: left; width: 50%; }
.mes-91-project { border: 1px solid #e2e2e2; padding: 35px 40px; position: relative; }
.mes-91-project .title { font-size: 24px; color: #4a4a4a; font-weight: bold; line-height: 1; margin-bottom: 30px; text-align: center; }
.mes-91-project .title span { font-size: 18px; color: #f00; font-weight: normal; }
.mes-91-project .list-group { margin-bottom: 12px; }
.mes-91-project .list-group label, .mes-91-project .list-group .input-group, .mes-91-project .list-group .select-group { display: block; float: left; }
.mes-91-project .list-group .input-group, .mes-91-project .list-group .select-group { border: 1px solid #dcdcdc; border-radius: 3px; width: 519px; overflow: hidden; }
.mes-91-project .list-group .select-group.third { border: none; width: auto; margin-left: -13px; }
.mes-91-project .list-group .input-group input, .mes-91-project .list-group .select-group select { border: none; font-size: 14px; color: #666; font-family: Microsoft Yahei; height: 40px; line-height: 40px; padding: 0 14px; width: 491px; }
.mes-91-project .list-group .select-group.third select { border: 1px solid #dcdcdc; border-radius: 3px; width: 519px; overflow: hidden; }
.mes-91-project .list-group .input-group.half input { width: 227px; }
.mes-91-project .list-group .select-group.half select { width: 255px; }
.mes-91-project .list-group .input-group.third input, .mes-91-project .list-group .select-group.third select { width: 165px; display: block; float: left; }
.mes-91-project .list-group label { font-size: 18px; color: #4a4a4a; width: 129px; line-height: 42px; }
.mes-91-project .list-group .half { width: 254px; margin-right: 9px; }
.mes-91-project .list-group .third select { width: 165px; margin-left: 13px; }
.mes-91-project .list-group .half:last-child { margin-right: 0; }
.mes-91-project .button-group button { width: 410px; height: 50px; font-size: 18px; line-height: 50px; color: #fff; background-color: #008aff; text-align: center; border-radius: 3px; border: none; margin-left: 129px; margin-top: 18px; font-family: Microsoft Yahei; cursor: pointer; margin-bottom: 15px; display: block; transition: .3s; padding: 0; }
.mes-91-project .button-group button:hover { background-color: #005DAC; transition: .3s; }
.mes-91-project .agree { position: relative; margin-left: 129px; padding-left: 22px; line-height: 19px; text-align: left; }
.mes-91-project .agree .checkbox { position: absolute; left: 2px; top: 2px; }
.mes-91-project .agree a, .mes-91-project .agree div { font-size: 12px; display: inline; }
.mes-91-project .agree a { color: #008aff; }
.mes-91-project .agree a:hover { text-decoration: underline; }
.ly-plan { position: absolute; right: 0; top: -50px; border: 1px solid #e9e9e9; box-shadow: 0 1px 5px 0px rgba(0,0,0,.15); width: 330px; display: block; z-index: 1; }
.ly-plan-title { background: #f5f5f5; border-bottom: 1px solid #e9e9e9; line-height: 40px; padding: 0 15px; color: #333; font-size: 14px; }
.ly-plan-title .close { position: absolute; right: 16px; top: 15px; display: none; }
.ly-plan-title .close svg { fill: #999; display: block; }
.ly-plan-box { padding: 0 15px; }
.ly-plan-box ul li { border-top: 1px solid #f3f3f3; line-height: 36px; color: #666; font-size: 13px; }
.ly-plan-box ul li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.error404 { background: #fff url(../images/img404.png) no-repeat 100px 20px; padding: 40px 60px; height: 360px; }
.error404>div { padding-left: 50%; }
.error404>div p.title { font-size: 30px; color: #333; line-height: 1.5; padding-bottom: 20px; }
.error404>div p { line-height: 2; color: #666 }
.error404>div p a { display: inline-block; padding-left: 5px; color: #06f }
.pagination { position: absolute; z-index: 20; bottom: 10px; width: 100%; text-align: center; }
.swiper-pagination-switch { display: inline-block; width: 8px; height: 8px; border-radius: 8px; background: #555; margin: 0 5px; opacity: 0.8; border: 1px solid #fff; cursor: pointer; }
.swiper-active-switch { background: #fff; }
.button-hide { }
.swiper-container .swiper-button { background-image: none !important; width: 40px; height: 40px; margin-top: -20px; transition: .3s; position: absolute; top: 50%; z-index: 10; cursor: pointer; }
.banner-swiper #topbanner-prev { left: 50%; margin-left: -300px; }
.banner-swiper #topbanner-next { left: 50%; margin-left: 260px; }
.swiper-button svg { fill: rgba(0,0,0,.5); }
.swiper-button img { opacity: .5; width: 40px !important; height: 40px !important; }
#swiper-win #win-prev { left: 10px; }
#swiper-win #win-next { right: 10px; }
/*2019-4-17*/
.hot-rec-phb { margin-top: 20px; }
.hot-rec-phb .title { padding: 15px 0; }
.hot-rec-phb .title div { font-size: 24px; color: #333; font-weight: bold; line-height: 25px; }
.hot-rec-phb .title em { display: block; font-size: 14px; color: #666; line-height: 21px; border-bottom: 1px solid #999; padding-top: 3px; width: 1080px; }
.hot-rec-phb .con { background: #fff; padding: 8px 15px; }
.hot-rec-phb .con ul { margin-left: -15px; }
.hot-rec-phb .con ul li { font-size: 16px; color: #333; line-height: 30px; float: left; margin-left: 15px; }
/*2019-11-08*/
.info-sidebar#sidetab .title ul li { width: 50%; float: left; text-align: center; }
.info-sidebar#sidetab .title ul li a.selected { color: #2577e3; }
/*2020-3-17*/
.item-about.layout-1200 .title { font-size: 18px; }
.item-about.layout-1200 .con { padding: 15px; }
.item-about.layout-1200 .con ul { margin-left: -15px; margin-top: -15px; }
.item-about.layout-1200 .con ul li { width: 182px; margin-left: 15px; position: relative; margin-top: 15px; }
.item-about.layout-1200 .con ul li img { width: 182px; height: 182px; }
.item-about.layout-1200 .con ul li span { display: block; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; line-height: 30px; color: #fff; font-size: 12px; background: rgba(0,0,0,0.5); }
.item-about.layout-1200 .con ul li a:hover span { color: #fff; }
/*2020-6-18*/
.jm-list { margin-left: -23px; }
.jm-list .jm-list-box { width: 282px; height: 125px; float: left; margin-left: 23px; margin-bottom: 23px; overflow: hidden; }
.jm-list .jm-list-box .img { width: 125px; height: 125px; margin: 0 auto; }
.jm-list .jm-list-box .img img { width: 125px; height: 125px; }
.jm-list .jm-list-box .con { margin-left: 20px; }
.jm-list .jm-list-box .con .title { font-size: 18px; color: #333; font-weight: 700; line-height: 18px; width: 137px; overflow: hidden; white-space: nowrap; }
.jm-list .jm-list-box .con .info { margin-top: 6px; }
.jm-list .jm-list-box .con .info span { display: block; overflow: hidden; line-height: 30px; white-space: nowrap; font-size: 12px; color: #999; }
.jm-list .jm-list-box .con .btn { margin-top: 5px; }
.jm-list .jm-list-box .con .btn a { font-size: 14px; color: #fff; font-weight: 400; line-height: 36px; width: 100px; text-align: center; background: #09f; border-radius: 2px; display: block; text-decoration: none; }
.jm-list .jm-list-box .con .btn a:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
text-decoration: none; }
.jmf-top { border: 1px solid #09f; padding: 19px; background: #fff; }
.jmf-top .img img { width: 100px; height: 100px; }
.jmf-top .con { margin-left: 32px; }
.jmf-top .con .title-box .title { font-size: 18px; line-height: 38px; color: #333; margin-right: 45px; }
.jmf-top .con .title-box .btn { font-size: 14px; line-height: 30px; color: #fff; background: #09f; border-radius: 15px; height: 30px; display: block; padding: 0 14px; text-decoration: none; }
.jmf-top .con .title-box .btn:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
text-decoration: none; }
.jmf-top .con .title span { color: #f00; font-weight: bold; }
.jmf-top .con .info { margin-top: 4px; }
.jmf-top .con .info .ul { float: left; margin-left: 15px; width: 190px; }
.jmf-top .con .info .ul:first-child { margin-left: 0; }
.jmf-top .con .info .ul .li { font-size: 14px; line-height: 22px; margin-top: 14px; color: #333; }
.jmf-top .con .info .ul .li:first-child { margin-top: 0; }
.jmf-top .con .info .ul .li span { color: #f00; }
.jmf-top .con .info .ul .btn { font-size: 14px; line-height: 30px; color: #fff; background: #f00; border-radius: 15px; height: 30px; display: block; width: 120px; text-decoration: none; text-align: center; margin-top: 6px; }
.jmf-top .con .info .ul .btn:hover { -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=0.8); filter: "alpha(opacity=0.8)"; opacity: 0.8; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
text-decoration: none; }
.jmf .article-nav { margin-top: 0; }
.jmf .article-nav.fix + div { margin-top: 67px; }
.jmf .item-detail-article { background: none; border: none; }
.item-detail-article .article-box .title span { color: #0079fe; }
.article-table table { background: #fff; }
.article-table table th { background: #09f; text-align: center; font-size: 16px; color: #fff; padding: 4px 20px; line-height: 30px; font-weight: normal; }
.article-table table td { text-align: center; font-size: 14px; color: #333; padding: 4px 20px; line-height: 30px; font-weight: normal; border: 1px solid #eee; }
.article-table table tr td:first-child { color: #09f; }
.article-table table tr td.bz { color: #333; font-size: 16px; }
.hot-rec-phb .con { padding: 20px 30px; }
.hot-rec-phb.jmf .con ul { margin-left: -30px; }
.hot-rec-phb.jmf .con ul li { width: 165px; margin-left: 30px; }
.hot-rec-phb.jmf .con ul li a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.company-info.jmf .con .img img { width: 160px; height: 160px; }
.company-info.jmf .con .img span { font-size: 24px; color: #333; font-weight: bold; margin-top: 15px; }
.company-info.jmf .con .people { margin-top: 7px; }
.company-info.jmf .con .people .li { position: relative; padding: 3px 0 3px 80px; }
.company-info.jmf .con .people .li span { position: absolute; left: 0; top: 3px; font-size: 16px; color: #666; line-height: 24px; display: block; }
.company-info.jmf .con .people .li i { font-style: normal; font-size: 14px; line-height: 24px; color: #999; display: block; }
