@charset "UTF-8";
/* Scss Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

/* 统一老式浏览器HTML5显示 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1.2; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

img { border: none; vertical-align: top; }

/* 清除a标签中图片边框 */
input, button, textarea { vertical-align: middle; font: inherit; }

button, label, a { cursor: pointer; }

button { font-family: 'Microsoft YaHei'; }

/* H1 - H6 */
h1 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 36px; }

h2 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 30px; }

h3 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 25px; }

h4 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 20px; }

h5 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 15px; }

h6 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 11px; }

/* 列表 */
ul { margin-left: 25px; }

ul li { list-style: disc; }

ul li ul li { list-style: circle; margin-left: 5px; }

ol { margin-left: 25px; }

ol li { list-style-type: decimal; }

ol li ol li { list-style-type: lower-alpha; margin-left: 5px; }

dl dt { font-weight: bold; }

dl dd { margin-left: 10px; }

table { border: 1px solid #DDD; }

td { padding: 5px; border: 1px solid #DDD; }

p { margin: 15px 0; }

hr { width: 100%; border: none; border-bottom: 1px solid #CCC; margin-top: 12px; margin-bottom: 12px; }

:focus { outline: 0; }

/*清除链接虚线边框*/
/*主色*/
/*配色*/
/*网页背景色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*主要内容区域宽度*/
/* Scss Document */
* { box-sizing: border-box; }

body { background: #FFF; border: none; font-family: Verdana, Arial, 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; font-size: 14px; line-height: 1.6; color: #333; }

.container { width: 1200px; margin: 0 auto; }
.container:before, .container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.clearListStyle { margin: 0; padding: 0; list-style: none; }
.clearListStyle li { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; }
a:hover { color: #1364bf; }

img { max-width: 100%; }

/*文本颜色*/
.text-primary { color: #1364bf !important; }

.text-red { color: #FFF !important; }

/*常用*/
.pull-left { float: left; }

.pull-right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.show { display: block !important; }

.hidden { display: none !important; }

.clear { clear: both; }

.clearfix:before, .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }

.img1-1 { width: 100%; display: block; position: relative; }
.img1-1:after { display: block; padding-top: 100%; content: ''; }
.img1-1 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.img4-3 { width: 100%; display: block; position: relative; }
.img4-3:after { display: block; padding-top: 75%; content: ''; }
.img4-3 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

/* 表单元素 */
.form-control { height: 36px; border: 1px solid #CCC; padding: 6px 12px; background-color: #fff; font-size: inherit; display: inline-block; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-appearance: none; -webkit-appearance: none; }

select.form-control { -moz-appearance: menulist; -webkit-appearance: menulist; }

textarea.form-control { height: auto; }

/* 分页 */
.pagination { font-size: 0; text-align: center; margin: 0; padding: 20px 0; list-style: none; font-size: 0; }
.pagination li { display: inline-block; padding: 0; list-style: none; }
.pagination li.active a, .pagination li.active span { background-color: #1364bf; border-color: #1364bf; color: #FFF; }
.pagination a, .pagination span { display: inline-block; margin: 0 3px; padding: 6px 12px; background-color: #FFF; border: 1px solid #DDD; font-size: 14px; }
.pagination a:hover, .pagination span:hover { background-color: #F8F8F8; text-decoration: none; }

.header { min-width: 1200px; height: 110px; background: url(../images/bg_header.jpg) repeat-x center bottom; }
.header .logo { float: left; height: 110px; }
.header .logo img { vertical-align: middle; }
.header .logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.header .desc { float: left; margin-left: 100px; margin-top: 40px; }
.header .tel { float: right; width: 280px; height: 52px; margin-top: 30px; }
.header .tel img { float: left; width: 52px; }
.header .tel .num { float: left; margin-left: 10px; color: #2073cf; font-size: 16px; }
.header .tel .bo { font-size: 30px; font-family: arial; font-weight: bold; line-height: 1; }

.nav-main { min-width: 1200px; height: 50px; background: #1364bf; }
.nav-main ul { height: 50px; }
.nav-main li { float: left; width: 120px; border-left: 1px solid #115aab; height: 50px; line-height: 50px; text-align: center; }
.nav-main li:first-child { border-left: none; }
.nav-main li a { display: block; color: #FFF; font-size: 16px; }
.nav-main li a:hover { background-color: #1055a2; }
.nav-main li a.active { background-color: #1055a2; color: #00e573; }

.banner { width: 100%; min-width: 1200px; height: 520px; position: relative; text-align: center; overflow: hidden; }
.banner .bannercont .flex-viewport, .banner .bannercont .slides { width: 1920px; position: relative; left: 50%; top: 0; margin-left: -960px; }
.banner .bannercont img { width: 100%; }
.banner .bannercont .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 20px; z-index: 3; text-align: center; }
.banner .bannercont .flex-control-paging li { display: inline-block; }
.banner .bannercont .flex-control-paging li a { display: block; list-style: none; margin: 0 6px; width: 12px; height: 12px; background-color: #FFF; border-radius: 50%; font-size: 0; }
.banner .bannercont .flex-control-paging li a.flex-active { background-color: #1364bf; }

.fbar { min-width: 1200px; padding: 30px 0; background-color: #F8F8F8; }
.fbar li { float: left; width: 20%; height: 100px; text-align: center; border-left: 1px solid #DDD; }
.fbar li:first-child { border-left: none; }
.fbar li .img { height: 48px; line-height: 48px; overflow: hidden; margin-top: 10px; font-size: 48px; font-family: arial; font-weight: bold; color: #1364bf; }
.fbar li .txt { margin-top: 16px; }

.service { margin-top: 40px; }
.service .service-item { height: 260px; margin-top: 20px; background-color: #FFF; border: 1px solid #EEE; text-align: center; }
.service .service-item .service-hd { width: 20%; height: 100%; float: left; background-color: #29cc5f; color: #FFF; }
.service .service-item .service-hd h1 { font-size: 28px; margin: 30px 0 0; line-height: 1; }
.service .service-item .service-hd h1 a { color: #fff; }
.service .service-item .service-hd .desc { font-size: 14px; margin: 20px 30px 0; height: 110px;}
.service .service-item .service-hd .more { color: #FFF; display: block; margin: 15px auto 0; width: 120px; height: 36px; border-radius: 4px; border: 1px solid #FFF; line-height: 34px; }
.service .service-item .service-hd.yingxiao { background-color: #f28518; }
.service .service-item .service-hd.website { background-color: #3388ff; }
.service .service-item ul { float: left; width: 80%; height: 100%; }
.service .service-item li { width: 25%; height: 100%; float: left; border-left: 1px solid #eee; }
.service .service-item li:hover { box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1); }
.service .service-item li:first-child { border-left: none; }
.service .service-item li .img { margin: 40px 0 0; }
.service .service-item li .img img { height: 50px; }
.service .service-item li .name { font-size: 18px; font-weight: bold; margin-top: 15px; color: #333; }
.service .service-item li .desc { height: 44px; margin: 15px 30px 0; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; line-height: 22px; }
.service .service-item li .more { font-size: 12px; margin-top: 20px; display: block; }

.pub-hd { text-align: center; line-height: 1; }
.pub-hd .cn { font-size: 34px; color: #1364bf; font-weight: bold; }
.pub-hd .en { font-size: 18px; margin-top: 10px; color: #999; text-transform: uppercase; font-family: arial; }
.pub-hd .des { font-size: 15px; margin-top: 20px; color: #999; }

.tongdian { min-width: 1200px; height: 800px; position: relative; margin-top: 70px; background: #1364bf url(../images/bg_faq.jpg) no-repeat center; overflow: hidden; }
.tongdian .pub-hd { margin-top: 70px; }
.tongdian .pub-hd .cn, .tongdian .pub-hd .en { color: #FFF; }
.tongdian .pub-hd .en { font-size: 16px; }
.tongdian .tdl { float: left; padding-top: 90px; }
.tongdian .tdl li { width: 370px; height: 90px; margin-top: 50px; padding-left: 30px; background: url(../images/bg_f01.png) no-repeat left center; line-height: 80px; font-size: 20px; font-weight: bold; color: #1364bf; }
.tongdian .tdl .t01, .tongdian .tdl .t03 { margin-left: 40px; }
.tongdian .tdr { float: right; padding-top: 90px; }
.tongdian .tdr li { width: 370px; height: 90px; margin-top: 50px; padding-left: 30px; background: url(../images/bg_f02.png) no-repeat left center; line-height: 80px; font-size: 20px; font-weight: bold; color: #1364bf; }
.tongdian .tdr .t05 { margin-left: 40px; }
.tongdian .people { width: 380px; height: 570px; margin-left: -190px; position: absolute; left: 50%; bottom: 50px; }

.youshi { min-width: 1200px; height: 660px; position: relative; margin-top: 70px; background: #1364bf url(../images/bg_faq.jpg) no-repeat center top; overflow: hidden; }
.youshi .container { height: 100%; position: relative; }
.youshi .ystit { width: 350px; height: 350px; margin: 0 auto; padding-top: 155px; position: relative; }
.youshi .ystit:before, .youshi .ystit:after, .youshi .ystit .yuan { content: ""; animation: yuan 3s ease-out infinite; width: 330px; height: 330px; opacity: 0; border-radius: 50%; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.8); position: absolute; left: 10px; top: 165px; }
.youshi .ystit:after { animation-delay: 1s; }
.youshi .ystit .yuan { animation-delay: 2s; }
.youshi .ystit img { position: relative; z-index: 2; }
.youshi .item { width: 320px; height: 130px; cursor: pointer; transition: all .4s; padding: 20px; background-color: rgba(255, 255, 255, 0.1); border-radius: 3px; color: #FFF; position: absolute; }
.youshi .item .name { font-size: 30px; line-height: 1; }
.youshi .item .name .img { display: inline-block; width: 40px; margin-right: 20px; text-align: center; vertical-align: middle; margin-top: -3px; }
.youshi .item:hover { background-color: rgba(255, 255, 255, 0.2); box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); transform: translate3d(10px, 10px, 0); }
.youshi .item .desc { margin: 10px 0 0 60px; height: 44px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }
.youshi .item.it01 { left: 70px; top: 84px; }
.youshi .item.it02 { left: 0; top: 264px; }
.youshi .item.it03 { left: 70px; top: 444px; }
.youshi .item.it04 { right: 70px; top: 84px; }
.youshi .item.it05 { right: 0; top: 264px; }
.youshi .item.it06 { right: 70px; top: 444px; }

@keyframes yuan { 0% { transform: scale(1); opacity: 0; }
  50% { opacity: .2; }
  100% { transform: scale(1.5); opacity: 0; } }
.case { margin-top: 70px; }
.case .case-bd { margin-top: 20px; }
.case .case-bd ul { margin-left: -20px; }
.case .case-bd li { width: 285px; float: left; margin: 20px 0 0 20px; overflow: hidden; }
.case .case-bd li .img { width: 285px; height: 177px; overflow: hidden; }
.case .case-bd li .img img { width: 100%; height: 100%; transition: all .4s; }
.case .case-bd li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case .case-bd li:hover .img img { transform: scale(1.2); }
.case .case-bd li:nth-child(4n-2) { animation-delay: .2s; }
.case .case-bd li:nth-child(4n-1) { animation-delay: .4s; }
.case .case-bd li:nth-child(4n) { animation-delay: .6s; }

.kehu { margin-top: 70px; }
.kehu .kehu-bd { margin-top: 40px; }
.kehu .kehu-bd li { width: 200px; height: 100px; transition: all .4s; margin: -1px -1px 0 0; border: 1px solid #EEE; float: left; position: relative; }
.kehu .kehu-bd li img { width: 198px; height: 98px; }
.kehu .kehu-bd li:hover { z-index: 2; border-color: #1364bf; }
.kehu .kehu-bd li:nth-child(7), .kehu .kehu-bd li:nth-child(8), .kehu .kehu-bd li:nth-child(9), .kehu .kehu-bd li:nth-child(10), .kehu .kehu-bd li:nth-child(11), .kehu .kehu-bd li:nth-child(12) { animation-delay: .2s; }
.kehu .kehu-bd li:nth-child(13), .kehu .kehu-bd li:nth-child(14), .kehu .kehu-bd li:nth-child(15), .kehu .kehu-bd li:nth-child(16), .kehu .kehu-bd li:nth-child(17), .kehu .kehu-bd li:nth-child(18) { animation-delay: .4s; }

.profile { min-width: 1200px; height: 570px; margin-top: 70px; background: #3d79cc url(../images/bg_profile.jpg) no-repeat center top; color: #FFF; overflow: hidden; }
.profile .pub-hd { margin-top: 60px; }
.profile .pub-hd .cn, .profile .pub-hd .en, .profile .pub-hd .des { color: #FFF; }
.profile .profile-bd { margin: 50px 0 0; }
.profile .profile-bd .cont { width: 1100px; margin: 0 auto; text-align: center; line-height: 1.8; }
.profile .profile-bd ul { margin-top: 40px; }
.profile .profile-bd ul li { float: left; width: 285px; height: 218px; transition: all .4s; margin-left: 20px; padding: 5px; background-color: #FFF; }
.profile .profile-bd ul li:first-child { margin-left: -20px; }
.profile .profile-bd ul li img { width: 275px; height: 208px; }
.profile .profile-bd ul li:hover { transform: scale(1.1); }

.newsgroup { margin-top: 70px; }
.newsgroup .newsgroup-bd { width: 1230px; margin-left: -30px; margin-top: 40px; }
.newsgroup .news { width: 380px; height: 362px; float: left; margin-left: 30px; margin-top: 20px; padding: 20px; background-color: #FFF; border: 1px solid #DDD; }
.newsgroup .news .news-hd { line-height: 20px; }
.newsgroup .news .news-hd .more { float: right; }
.newsgroup .news .news-hd strong { font-size: 20px; color: #1364bf; }
.newsgroup .news .tuijian { padding: 20px 0; border-bottom: 1px dashed #DDD; }
.newsgroup .news .tuijian img { float: left; width: 120px; height: 90px; margin-right: 10px; }
.newsgroup .news .tuijian .cont { overflow: hidden; }
.newsgroup .news .tuijian .tit { font-size: 16px; color: #1364bf; }
.newsgroup .news .tuijian .desc { margin-top: 8px; color: #666; }
.newsgroup .news li { height: 40px; line-height: 40px; border-bottom: 1px dashed #DDD; }
.newsgroup .news li a { display: block; }
.newsgroup .news li .date { float: right; margin-left: 20px; color: #999; }

.footer { min-width: 1200px; margin-top: 70px; background-color: #eee; color: #333; }
.footer .friendlink { padding: 20px 0; border-bottom: 1px solid #ccc; }
.footer .friendlink .tit { font-weight: bold; font-size: 16px; }
.footer .friendlink .cont { margin-top: 5px; }
.footer .friendlink .cont a { font-size: 12px; display: inline-block; margin-right: 20px; color: #666; }
.footer .friendlink .cont a:hover { color: #333; }
.footer .footer-bd { padding: 20px 0; text-align: center; line-height: 28px; }

.copy { min-width: 1200px; padding: 20px 0; background-color: #222; text-align: center; color: #999; font-size: 12px; }

.banner02 { min-width: 1200px; position: relative; overflow: hidden; }
.banner02 .cont { width: 1920px; position: relative; left: 50%; margin-left: -960px; text-align: center; }

.subhd { margin-top: 60px; }

.subnav { margin-top: 20px; text-align: center; }
.subnav a { height: 36px; margin: 0 5px; padding: 0 20px; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; display: inline-block; line-height: 34px; font-size: 16px; }
.subnav a.active { background-color: #1364bf; border-color: #1364bf; color: #FFF; }
.subnav a:hover { border-color: #1364bf; }

.caselist01 { margin-top: 40px; }
.caselist01 ul { margin-left: -20px; }
.caselist01 li { width: 285px; float: left; margin: 20px 0 0 20px; position: relative; text-align: center; }
.caselist01 li .img { overflow: hidden; }
.caselist01 li .img img { width: 285px; height: 177px; transition: all .4s; }
.caselist01 li .name { font-size: 14px; margin-top: 10px; }
.caselist01 li:hover .img img { transform: scale(1.2); }

.caselist02 { margin-top: 40px; }
.caselist02 ul { margin-left: -20px; }
.caselist02 li { width: 285px; height: 580px; background: url(../images/bg_iphone.png) no-repeat center; float: left; margin: 30px 0 0 20px; position: relative; text-align: center; }
.caselist02 li .cont { width: 248px; height: 440px; margin: 71px 0 0 19px; position: relative; overflow: hidden; }
.caselist02 li .img img { width: 248px; height: 440px; }
.caselist02 li .qrcode { width: 248px; height: 440px; transition: all .4s; opacity: 0; background: url(../images/mask_case.png); background: rgba(0, 73, 178, 0.75); position: absolute; top: 100%; left: 0; color: #FFF; }
.caselist02 li .qrcode img { width: 120px; height: 120px; margin-top: 100px; }
.caselist02 li .qrcode .name { font-size: 15px; padding: 15px; margin-top: 200px; }
.caselist02 li:hover .qrcode { opacity: 1; top: 0; }

.pagination { margin-top: 40px; }

.service-group { margin: 30px 0 0 -20px; }
.service-group .service-item { width: 590px; padding: 30px; transition: all .3s; float: left; margin: 20px 0 0 20px; background-color: #FFF; border: 1px solid #E8E8E8; }
.service-group .service-item .img { width: 80px; padding: 20px 0 0 10px; text-align: center; float: left; margin-right: 40px; }
.service-group .service-item .img img { max-width: 70px; max-height: 70px; transition: all .3s; }
.service-group .service-item .cont { overflow: hidden; }
.service-group .service-item .cont .name { font-size: 18px; font-weight: bold; }
.service-group .service-item .cont .desc { height: 66px; margin-top: 15px; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; line-height: 22px; }
.service-group .service-item .cont .more { margin-top: 15px; }
.service-group .service-item:hover { background-color: #f9fbfd; border-color: #ccdaef; box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
.service-group .service-item:hover .img img { transform: scale(1.1); }
.service-group .service-item:hover .cont .name { color: #1364bf; }
.service-group .service-item:hover .cont .more a { color: #1364bf; }

.inside-seo { margin-left: -20px; margin-top: 30px; }
.inside-seo li { width: 285px; height: 380px; transition: all .4s; padding: 20px; margin: 20px 0 0 20px; background: #f8f8f8; float: left; }
.inside-seo .name { height: 30px; line-height: 30px; font-size: 20px; text-align: center; overflow: hidden; margin-top: 10px; font-weight: bold; }
.inside-seo .pic { width: 100px; height: 100px; margin: 30px 72px; overflow: hidden; display: inline-block; position: relative; text-align: center; }
.inside-seo .pic_on { width: 100%; display: block; -webkit-transition: all 0.3s; cursor: pointer; white-space: pre; position: absolute; top: 0; }
.inside-seo .pic_over { width: 100%; display: block; -webkit-transition: all 0.3s; color: #0668C0; cursor: pointer; white-space: pre; position: absolute; top: 100px; }
.inside-seo .cont { height: 125px; line-height: 25px; text-indent: 2em; overflow: hidden; color: #666; }
.inside-seo li:hover { background: #4996EA; }
.inside-seo li:hover .name { color: #fff; }
.inside-seo li:hover .cont { color: #fff; }
.inside-seo li:hover .pic_on { top: -100px; }
.inside-seo li:hover .pic_over { top: 0px; }

.inside-web { margin-top: 30px; margin-left: -20px; }
.inside-web li { width: 285px; height: 360px; transition: all .4s; padding: 20px; position: relative; float: left; overflow: hidden; margin: 20px 0 0 20px; text-align: center; cursor: pointer; background: #FFF; border: 1px solid #DDD; }
.inside-web .pic { text-align: center; margin-top: 20px; transition: all .4s; }
.inside-web .pic img { height: 70px; }
.inside-web .name { margin-top: 30px; font-size: 22px; text-align: center; font-weight: bold; }
.inside-web .en { text-transform: uppercase; width: 100%; text-align: center; font-family: arial; font-size: 14px; color: #999; }
.inside-web .cont { margin-top: 20px; font-size: 14px; line-height: 22px; color: #666; }
.inside-web li:hover { transform: translateY(-10px); background-color: #f9fbfd; border-color: #ccdaef; box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
.inside-web li:hover .pic { transform: scale(1.2); }

.newslist ul { margin-left: -40px; }
.newslist li { width: 100%; float: left; padding: 30px 0; transition: all .3s; float: left; margin: 0 0 0 40px; background-color: #FFF; border-bottom: 1px solid #E8E8E8; }
.newslist li .img { float: left; margin-right: 30px; overflow: hidden; }
.newslist li .img img { width: 200px; height: 150px; transition: all .4s; }
.newslist li:hover .img img { transform: scale(1.1); }
.newslist li .cont { overflow: hidden; }
.newslist li .cont .tit { font-size: 16px; font-weight: bold; }
.newslist li .cont .desc { height: 48px; margin-top: 15px; color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; line-height: 24px; }
.newslist li .cont .time { font-size: 14px; color: #999; margin-top: 10px; }
.newslist li .cont .more { margin-top: 10px; }
.newslist li .cont .more a { color: #1364bf; }

.page { margin-top: 50px; }

.page-title { text-align: center; font-size: 24px; font-weight: bold; }

.page-date { margin-top: 10px; text-align: center; color: #666; }

.page-cont { margin-top: 30px; line-height: 1.8; }
.page-cont:before, .page-cont:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.page-des { border-top: 1px dashed #ddd; padding: 15px 0; line-height: 30px; }
.page-des a:hover { color: #1364BF; text-decoration: underline; }

.page-label { padding: 20px 0; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; }
.page-label a { margin: 0 15px; }
.page-label a:hover { color: #1364BF; text-decoration: underline; }

.page-tuijian { margin-top: 20px; }
.page-tuijian .tit { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.page-tuijian .cont { overflow: hidden; }
.page-tuijian .cont li { width: 50%; float: left; padding-right: 20px; line-height: 32px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; box-sizing: border-box; }
.page-tuijian .cont li a { position: relative; padding-left: 15px; line-height: 32px; }
.page-tuijian .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.page-tuijian .cont li a:hover { color: #1364bf; }
.page-tuijian .cont li a:hover:before { background: #1364bf; }

.noresult { text-align: center; padding: 20px; }

.newsbox_1 { background: #f7f7f7; width: 100%; padding: 20px 0; overflow: hidden; }
.newsbox_1 .wrap { width: 800px; height: 340px; position: relative; overflow: hidden; float: left; }
.newsbox_1 .wrap .flex-viewport { height: 340px; }
.newsbox_1 .wrap .slides { width: 800px; position: absolute; top: 0; left: 0; height: 340px; }
.newsbox_1 .wrap .slides li { float: left; width: 800px; height: 340px; position: relative; }
.newsbox_1 .wrap .slides li img { display: block; width: 800px; height: 340px; }
.newsbox_1 .wrap .flex-control-nav { position: absolute; bottom: 8px; right: 5px; }
.newsbox_1 .wrap .flex-control-nav li { display: inline-block; *display: inline; zoom: 1; }
.newsbox_1 .wrap .flex-control-nav a { display: inline-block; width: 22px; height: 22px; line-height: 22px; font-size: 12px; overflow: hidden; background: #f6f6f6; text-align: center; margin: 0 2px; color: #333; cursor: pointer; }
.newsbox_1 .wrap .flex-control-nav .flex-active { background: #f28518; color: #fff; }
.newsbox_1 .listbox { width: 385px; height: 340px; background: #fff; float: right; }
.newsbox_1 .listbox ul { padding: 5px 15px; }
.newsbox_1 .listbox ul li { height: 40px; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_1 .listbox ul li a { padding-left: 10px; position: relative; }
.newsbox_1 .listbox ul li a:before { position: absolute; left: 0; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_1 .listbox ul li a:hover { color: #1364bf; }
.newsbox_1 .listbox ul li a:hover:before { background: #1364bf; }
.newsbox_1 .listbox ul li .date { float: right; }

.newsbox_tit { height: 43px; line-height: 43px; width: 100%; background: #c1d9f3; }
.newsbox_tit .tit { padding: 0 15px; background: #1364bf; display: inline-block; }
.newsbox_tit .tit .zi { color: #fff; font-size: 16px; font-weight: bold; padding-left: 30px; background: url(../images/icon-news.png) no-repeat left; background-position: 0 0; }
.newsbox_tit .tit .zi2 { background-position: 0 -43px; }
.newsbox_tit .tit .zi3 { background-position: 0 -86px; }
.newsbox_tit .tit .zi4 { background-position: 0 -129px; }
.newsbox_tit .tit .zi5 { background-position: 0 -172px; }
.newsbox_tit .tit .zi6 { background-position: 0 -215px; }
.newsbox_tit .tit .zi7 { background-position: 0 -258px; }
.newsbox_tit .more { float: right; color: #1364bf; font-size: 16px; padding-right: 10px; }
.newsbox_tit .more:hover { text-decoration: underline; }

.tuijian_tit { height: 43px; line-height: 43px; width: 100%; background: #1364bf; padding: 0 15px; box-sizing: border-box; color: #fff; font-size: 16px; font-weight: bold; }

.newsbox_2 { width: 1200px; margin: 20px auto 0; overflow: hidden; }
.newsbox_2 .listbox { width: 450px; height: 443px; background: #fff; float: left; margin-right: 20px; }
.newsbox_2 .listbox .listcon { padding: 20px 14px 0; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; }
.newsbox_2 .listbox .listcon .topnews .img { width: 140px; height: 105px; float: left; overflow: hidden; margin-right: 16px; }
.newsbox_2 .listbox .listcon .topnews .img img { width: 100%; height: 100%; transition: all .4s; }
.newsbox_2 .listbox .listcon .topnews .img:hover img { transform: scale(1.1); }
.newsbox_2 .listbox .listcon .topnews .cont .name { font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_2 .listbox .listcon .topnews .cont .name:hover { color: #1364bf; }
.newsbox_2 .listbox .listcon .topnews .cont .txt { margin-top: 5px; color: #888; line-height: 24px; height: 72px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.newsbox_2 .listbox .listcon ul { margin-top: 20px; }
.newsbox_2 .listbox .listcon ul li { height: 40px; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_2 .listbox .listcon ul li a { padding-left: 10px; position: relative; }
.newsbox_2 .listbox .listcon ul li a:before { position: absolute; left: 0; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_2 .listbox .listcon ul li a:hover { color: #1364bf; }
.newsbox_2 .listbox .listcon ul li a:hover:before { background: #1364bf; }
.newsbox_2 .listbox .listcon ul li .date { float: right; }
.newsbox_2 .tuijian { width: 260px; float: left; background: #f5f5f5; }
.newsbox_2 .tuijian .labelcon { padding: 14px; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; overflow: hidden; }
.newsbox_2 .tuijian .labelcon a { display: block; color: #555; width: 107px; height: 34px; line-height: 32px; text-align: center; margin: 4px; border: 1px solid #afafaf; box-sizing: border-box; float: left; }
.newsbox_2 .tuijian .labelcon a:hover { background: #1364bf; border: 1px solid #1364bf; color: #fff; }
.newsbox_2 .tuijian .tjcon { padding: 10px; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; overflow: hidden; }
.newsbox_2 .tuijian .tjcon li { padding: 6px 0; }
.newsbox_2 .tuijian .tjcon li a { display: block; line-height: 25px; color: #555; padding-left: 10px; width: 240px; box-sizing: border-box; position: relative; }
.newsbox_2 .tuijian .tjcon li a:before { position: absolute; left: 0; top: 11px; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_2 .tuijian .tjcon li a:hover { color: #1364bf; }
.newsbox_2 .tuijian .tjcon li a:hover:before { background: #1364bf; }

.wendabg { background: #f7f7f7; width: 100%; padding-bottom: 20px; overflow: hidden; }

.wenda_box { width: 1200px; margin: 20px auto 0; padding: 20px 5px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wenda_tit { font-size: 18px; font-weight: bold; height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 15px; position: relative;}
.wenda_tit:before{position: absolute; left: 0; top: 5px; width: 5px; height: 20px; border-radius: 2px; background: #1364BF; content: '';}
.wenda_tit .more { float: right; color: #999; font-size: 14px; font-weight: normal; }
.wenda_tit .more:hover { color: #1364bf; }

.wenda_tit2 { background-position: 0 -30px; }

.wenda_tit3 { background-position: 0 -60px; }

.wenda_tit4 { background-position: 0 -90px; }

.wenda_tit5 { background-position: 0 -120px; }

.wenda_tit6 { background-position: 0 -150px; }

.wenda_tit7 { background-position: 0 -180px; }

.wenda_f1 { width: 50%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f1 .cont { overflow: hidden; height: 336px; background: #fafafa; border: 1px solid #f2f2f2; padding: 15px 20px; box-sizing: border-box; }
.wenda_f1 .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f1 .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wenda_f1 .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wenda_f1 .cont li a:hover { color: #1364bf; }
.wenda_f1 .cont li a:hover:before { background: #1364bf; }
.wenda_f1 .cont li .date { color: #999; float: right; font-size: 13px; }

.wenda_f2 { width: 33.33%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f2 .cont { overflow: hidden; height: 304px; }
.wenda_f2 .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f2 .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wenda_f2 .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wenda_f2 .cont li a:hover { color: #1364bf; }
.wenda_f2 .cont li a:hover:before { background: #1364bf; }
.wenda_f2 .cont li .date { color: #999; float: right; font-size: 13px; }

.wenda_f3 { width: 100%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f3 .wd-con { overflow: hidden; }
.wenda_f3 .wd-con li { height: 100px; width: 33.33%; float: left; padding: 15px 0; border-bottom: 1px solid #eee; box-sizing: border-box; }
.wenda_f3 .wd-con li a { display: block; }
.wenda_f3 .wd-con li .ques { height: 18px; line-height: 18px; padding-left: 28px; background: url(../images/q.png) no-repeat left top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f3 .wd-con li .answ { margin-top: 8px; height: 44px; line-height: 22px; color: #666; font-size: 13px; padding-left: 28px; background: url(../images/a.png) no-repeat; background-position: 0 2px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.wenda_f3 .wd-con li:hover .ques{color: #1364BF;}

.wenda_f4 { width: 100%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f4 .type-con{ border-left: 1px solid #eee; overflow: hidden; padding-top: 1px;}
.wenda_f4 .type-con a { display: block; padding: 0 25px; float: left; height: 36px; line-height: 34px; margin-top: -1px; text-align: center; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f4 .type-con a:hover { background: #1364bf; color: #fff; }
.wenda_f4 .label-con{ margin-top: 20px; overflow: hidden;}
.wenda_f4 .label-con a{height: 36px; line-height: 36px; padding: 0 20px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #eee; float: left;}
.wenda_f4 .label-con a:hover { background: #1364bf; color: #fff; }

.wdlist_box { width: 1200px; margin: 20px auto 0; padding: 20px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wdlist_f1 .tit { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.wdlist_f1 .wd-type { border-left: 1px solid #eee; overflow: hidden; padding-top: 1px; }
.wdlist_f1 .wd-type a { display: block; padding: 0 25px; float: left; height: 36px; line-height: 34px; margin-top: -1px; text-align: center; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdlist_f1 .wd-type a:hover { background: #1364bf; color: #fff; }
.wdlist_f1 .wd-type a.click { background: #1364bf; color: #fff; }

.wdlist_f2 .tit { font-size: 16px; font-weight: bold; color: #1364BF; height: 20px; line-height: 20px; margin-bottom: 20px; }
.wdlist_f2 .cont { border-top: 1px solid #eee; overflow: hidden; }
.wdlist_f2 .cont li { padding: 5px 0; line-height: 16px; border-bottom: 1px solid #eee; box-sizing: border-box; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdlist_f2 .cont li .ques { margin: 10px 20px 10px 10px; float: left;}
.wdlist_f2 .cont li .label {float: left; margin: 10px 200px 10px 0; padding-left: 25px; background: url(../images/icon-label.png) no-repeat left center; background-size: 16px 16px;}
.wdlist_f2 .cont li .label a{font-size: 12px; color: #bbb; margin-right: 15px; float: left;}
.wdlist_f2 .cont li .date { color: #999; position: absolute; right: 0; top: 15px;}
.wdlist_f2 .cont li .date span { padding: 0 15px; }
.wdlist_f2 .cont li:hover { background: #f7f7f7; }
.wdlist_f2 .cont li .ques a:hover { color: #1364BF; }
.wdlist_f2 .cont li .label a:hover { color: #1364BF; }

.wdpage_fl { width: 880px; float: left; }

.wdpage_box { width: 880px; margin-top: 20px; padding: 20px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wdpage_wen { padding-bottom: 20px; border-bottom: 1px solid #eee; }
.wdpage_wen .name { font-size: 22px; font-weight: bold; line-height: 28px; margin-bottom: 30px; }
.wdpage_wen .cont{ overflow: hidden; font-size: 12px; color: #aaa;}
.wdpage_wen .des { float: left;}
.wdpage_wen .des .item { padding: 0 15px; }
.wdpage_wen .des .item:first-child { padding-left: 0; }
.wdpage_wen .label{float: right; padding-left: 20px; background: url(../images/icon-label.png) no-repeat left center; background-size: 16px;}
.wdpage_wen .label a{margin-left: 10px; color: #999;}
.wdpage_wen .label a:hover{color: #1364BF; text-decoration:underline;}

.wdpage_da { margin-top: 20px; }
.wdpage_da .bt { height: 46px; line-height: 44px; font-size: 20px; font-weight: bold; color: #555; padding: 0 10px; box-sizing: border-box; background: #f7fafd; border: 1px solid #eceff3; box-sizing: border-box; }
.wdpage_da .da_item { padding: 20px 0 60px; border-bottom: 1px dashed #eee; position: relative;}
.wdpage_da .da_item .info-des{height: 46px; overflow: hidden;}
.wdpage_da .da_item .info-img{width: 46px; height: 46px; border-radius: 50%; overflow: hidden; float: left; margin-right: 10px;}
.wdpage_da .da_item .info-img img{width: 100%; height: 100%;}
.wdpage_da .da_item .info-num { font-size: 16px; color: #333; }
.wdpage_da .da_item .info-date { font-size: 12px; color: #999; margin-top: 5px; }
.wdpage_da .da_item .info-con { margin-top: 10px; }
.wdpage_da .da_item .info-con img { max-width: 100%; }
.wdpage_da .da_item .info-zan{position: absolute; right: 0; bottom: 20px; padding: 0 15px; font-size: 12px; height: 28px; line-height: 28px; border: 1px solid #b2b2b2; color: #aaa; border-radius: 15px; cursor: pointer;}
.wdpage_da .da_item .info-zan img{width: 16px; height: 16px; float: left; margin-right: 5px; margin-top: 5px;}
.wdpage_da .da_item .info-zan .img1{display: block;}
.wdpage_da .da_item .info-zan .img2{display: none;}
.wdpage_da .da_item .info-zan.click{background: #1364BF; border: 1px solid #1364BF; color: #fff;}
.wdpage_da .da_item .info-zan.click .img1{display: none;}
.wdpage_da .da_item .info-zan.click .img2{display: block;}
.wdpage_da .da_item:last-child { border-bottom: none; }

.wdpage_relate .tit { height: 30px; line-height: 30px; padding-left: 14px; font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; }
.wdpage_relate .tit:before { position: absolute; left: 0; top: 6px; height: 20px; width: 5px; background: #1364BF; content: ''; }
.wdpage_relate .sousuo li { width: 25%; height: 36px; line-height: 36px; float: left; padding-right: 20px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_relate .sousuo li a:hover { text-decoration: underline; color: #1364BF; }
.wdpage_relate .wtcon { overflow: hidden; }
.wdpage_relate .wtcon li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_relate .wtcon li a { position: relative; padding-left: 15px; line-height: 38px; }
.wdpage_relate .wtcon li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wdpage_relate .wtcon li a:hover { color: #1364bf; }
.wdpage_relate .wtcon li a:hover:before { background: #1364bf; }
.wdpage_relate .wtcon li .date { color: #999; float: right; font-size: 13px; }

.wdpage_fr{width: 300px; float: right;}
.wdpage_label { width: 300px;background: #fff; margin-top: 20px;}
.wdpage_label .labelcon { padding: 15px; box-sizing: border-box; overflow: hidden; }
.wdpage_label .labelcon a { display: block; color: #666; padding: 6px 9px; text-align: center; margin: 5px; border: 1px solid #ddd; box-sizing: border-box; float: left; }
.wdpage_label .labelcon a:hover { background: #1364bf; border: 1px solid #1364bf; color: #fff; }

.wdpage_hot { width: 300px; background: #fff; margin-top: 20px; padding: 20px; box-sizing: border-box; }
.wdpage_hot .tit { height: 30px; line-height: 30px; padding-left: 14px; font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; }
.wdpage_hot .tit:before { position: absolute; left: 0; top: 6px; height: 20px; width: 5px; background: #1364BF; content: ''; }
.wdpage_hot .cont { overflow: hidden; }
.wdpage_hot .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_hot .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wdpage_hot .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wdpage_hot .cont li a:hover { color: #1364bf; }
.wdpage_hot .cont li a:hover:before { background: #1364bf; }
.wdpage_hot .cont li .date { color: #999; float: right; font-size: 13px; }

.now-add { height: 40px; line-height: 40px; background: #f7f7f7; border-bottom: 1px solid #ddd; }
.now-add a:hover { color: #1364BF; text-decoration: underline; }

.top { height: 32px; line-height: 32px; width: 100%; background: #fafafa; border-bottom: 1px solid #eee; }
.top a { padding: 0 10px; }
.top a:hover { color: #1364BF; text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
