@charset "UTF-8";
/*主色*/
/*配色*/
/*网页背景色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*主要内容区域宽度*/
/*=============铵钮=============*/
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; font-family: inherit; display: inline-block; }

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 { min-width: 1200px; 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:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.clearlist { margin: 0; padding: 0; list-style: none; }
.clearlist li { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: inherit; }
a:hover { color: #7c92ee; }

img { max-width: 100%; vertical-align: middle; }

/*常用*/
.color-primary { color: #7c92ee; }

.color-ornament { color: #333; }

.color-red { color: #f62b2b; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.show { display: block; }

.hide { display: none; }

.clear { clear: both; }

.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; }

.fl { float: left; }

.fr { float: right; }

.img1-1 { 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 { 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; }

.mt20 { margin-top: 20px; }

.mt10 { margin-top: 10px; }

/*按钮*/
.btn { display: inline-block; padding: 6px 12px; background-color: #FFF; border: 1px solid #CCC; border-radius: 4px; text-align: center; font-size: 14px; color: #333; line-height: 1.6; white-space: nowrap; vertical-align: middle; cursor: pointer; }
.btn:hover { background-color: #EEE; border-color: #AAA; color: #333; text-decoration: none; }
.btn.disabled, .btn.disabled:visited, .btn.disabled:hover { background-color: #DDD !important; border-color: #AAA !important; color: #999 !important; cursor: text; }
.btn.btn-sm { padding: 3px 6px; font-size: 12px; border-radius: 3px; }
.btn.btn-lg { padding: 10px 16px; font-size: 18px; border-radius: 5px; }
.btn.btn-border { background: none; }
.btn.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }

.btn-primary, .btn-primary:visited { background-color: #7c92ee; border-color: #7c92ee; color: #FFF; }
.btn-primary:hover, .btn-primary:visited:hover { background-color: #657feb; border-color: #5874e9; color: #FFF; }
.btn-primary:active, .btn-primary:visited:active { background-color: #5874e9; border-color: #4f6ce8; }
.btn-primary.btn-border, .btn-primary:visited.btn-border { color: #7c92ee; }
.btn-primary.btn-border:hover, .btn-primary:visited.btn-border:hover { color: #FFF; }

.btn-ornament, .btn-ornament:visited { background-color: #333; border-color: #333; color: #FFF; }
.btn-ornament:hover, .btn-ornament:visited:hover { background-color: #262626; border-color: #1f1f1f; color: #FFF; }
.btn-ornament:active, .btn-ornament:visited:active { background-color: #1f1f1f; border-color: #1a1a1a; }
.btn-ornament.btn-border, .btn-ornament:visited.btn-border { color: #333; }
.btn-ornament.btn-border:hover, .btn-ornament:visited.btn-border:hover { color: #FFF; }

/* 表单元素 */
.form-control { height: 36px; border: 1px solid #CCC; padding: 6px 12px; background-color: #fff; font-size: inherit; display: inline-block; -moz-appearance: none; -webkit-appearance: none; }

select.form-control { -moz-appearance: menulist; -webkit-appearance: menulist; }

textarea.form-control { height: auto; }

/* 分页 */
.pagination { margin: 50px 0; font-size: 0; text-align: center; }
.pagination li { display: inline-block; }
.pagination a, .pagination span { display: inline-block; margin: 0 4px; padding: 0 15px; border-radius: 4px; line-height: 38px; text-align: center; background-color: #fff; border: 1px solid #ddd; font-size: 14px; }
.pagination a:hover, .pagination span:hover { color: #7c92ee; }
.pagination li.active a, .pagination li.active span { background-color: #7c92ee; border-color: #7c92ee; color: #FFF; }
.pagination li.disabled a, .pagination li.disabled span { background-color: #EEE; color: #BBB; }

.mask { display: none; background-color: #000; opacity: .5; filter: alpha(opacity=50); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; }

.header { height: 128px; background: #fff; min-width: 1200px; }
.header .logo { float: left; margin: 0 0 0 50px; height: 128px; line-height: 128px; }
.header .logo img { vertical-align: middle; }
.header .telemail { margin-top: 15px; }
.header .qrimgs { margin-top: 30px; }
.header .qrimgs .iconfont { font-size: 12px; color: #999; }
.header .qrimgs .item { display: inline-block; position: relative; margin-right: 15px; cursor: pointer; }
.header .qrimgs .item .qr { position: absolute; left: 50%; top: 100%; z-index: 4; width: 140px; background-color: #fff; padding: 10px; margin-left: -70px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); display: none; }
.header .qrimgs .item .qr img { width: 100%; }
.header .qrimgs .item:hover .qr { display: block; }
.header .header-r { float: right; }

.nav { height: 44px; line-height: 43px; border-top: 1px solid #e2e2e2; position: relative; z-index: 3; }
.nav ul { float: left; }
.nav ul li { float: left; width: 132px; border-left: 1px solid #e2e2e2; text-align: center; position: relative; }
.nav ul li > a { display: block; height: 43px; }
.nav ul li .iconfont { font-size: 12px; margin-left: 3px; }
.nav ul li:hover .downmenu { display: block; }
.nav ul .downmenu { position: absolute; left: 0; right: 0; top: 100%; background-color: rgba(255, 255, 255, 0.5); text-align: center; line-height: 40px; display: none; }
.nav ul .downmenu a { display: block; z-index: 1; }

.banner { height: 400px; position: relative; overflow: hidden; }
.banner .slides { width: 1920px; position: absolute; left: 50%; top: 0; margin-left: -960px; }
.banner .slides li { height: 1080px; height: 400px; }
.banner img { width: 100%; }
.banner .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 30px; z-index: 3; text-align: center; font-size: 0; }
.banner .flex-control-paging li { display: inline-block; }
.banner .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 30px; height: 5px; background-color: #fff; opacity: .5; filter: alpha(opacity=50); }
.banner .flex-control-paging li a.flex-active { opacity: 1; filter: alpha(opacity=100); background-color: #fff; }

.subbanner { height: 400px; position: relative; overflow: hidden; }
.subbanner .slides { width: 1920px; position: absolute; left: 50%; top: 0; margin-left: -960px; }
.subbanner .slides li { height: 1080px; height: 400px; }
.subbanner img { width: 100%; }
.subbanner .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 20px; z-index: 3; text-align: center; font-size: 0; }
.subbanner .flex-control-paging li { display: inline-block; }
.subbanner .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 30px; height: 5px; background-color: #fff; opacity: .5; filter: alpha(opacity=50); }
.subbanner .flex-control-paging li a.flex-active { opacity: 1; filter: alpha(opacity=100); background-color: #fff; }

.indexabout { margin-top: 50px; width: 574px; float: left; }
.indexabout .title { height: 146px; font-size: 28px; line-height: 1; padding-top: 118px; background: url(../images/aboutus.png) no-repeat left bottom; }
.indexabout .bd { margin-top: 40px; }
.indexabout .ft { margin-top: 20px; }
.indexabout .img { margin-top: 30px; }
.indexabout .img img { width: 100%; }

.about { padding: 50px 0; }
.about .img { float: left; }
.about .cont { width: 680px; float: right; }
.about .title { height: 146px; font-size: 28px; line-height: 1; padding-top: 118px; background: url(../images/aboutus.png) no-repeat left bottom; }
.about .bd { margin-top: 40px; }
.about .ft { text-align: right; margin-top: 20px; }

.news { width: 560px; float: right; margin-top: 50px; }
.news .hd { line-height: 28px; }
.news .hd .tit { float: left; font-size: 28px; }
.news .xgray_line02 { background: url(../images/xgray_line02.png) center bottom; height: 5px; margin-top: 10px; }
.news .tuijian { padding: 25px 0; }
.news .tuijian .img { width: 120px; float: left; margin-right: 15px; }
.news .tuijian .img img { width: 120px; height: 90px; }
.news .tuijian .cont { overflow: hidden; }
.news .tuijian .tit { font-size: 16px; font-weight: bold; }
.news .tuijian .desc { font-size: 12px; color: #666; line-height: 16px; margin-top: 5px; }
.news .tuijian .date { font-size: 12px; color: #999; margin-top: 10px; }
.news ul li { border-bottom: 1px solid #eee; line-height: 46px; overflow: hidden; }
.news ul li a { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; }
.news ul li .date { float: right; margin-left: 20px; font-size: 12px; color: #999; }

.fuwu { background: url(../images/bg_fw.jpg) no-repeat center top; padding: 75px 0 0; margin-top: 50px; }
.fuwu .hd { text-align: center; color: #fff; }
.fuwu .hd .tit { font-size: 30px; }
.fuwu .hd .desc { font-size: 12px; }
.fuwu .bd { margin-top: 42px; }
.fuwu .bd ul { margin: 0 -11px; }
.fuwu .bd li { width: 283px; background: #fff; float: left; box-shadow: 0 0 10px rgba(0, 0, 0, 0.06); margin: 0 11px; text-align: center; }
.fuwu .bd li .tit { font-size: 18px; padding-top: 20px; font-weight: bold; position: relative; padding-bottom: 10px; }
.fuwu .bd li .tit:before { content: ""; width: 38px; height: 3px; background-color: #7c92ee; position: absolute; bottom: 0; left: 50%; margin-left: -19px; }
.fuwu .bd li .desc { margin: 10px 20px 0; font-size: 13px; color: #858585; line-height: 18px; height: 36px; }
.fuwu .bd li .img { position: relative; }
.fuwu .bd li .img:before { content: ''; position: absolute; left: 0; right: 0; z-index: 2; border-top: 42px solid #fff; border-left: 141px solid transparent; border-right: 142px solid transparent; }
.fuwu .bd li .img img { width: 100%; height: 254px; }
.fuwu .ft { text-align: center; margin-top: 50px; }
.fuwu .more { display: inline-block; width: 150px; height: 42px; background-color: #f6f6f6; border-radius: 21px; line-height: 42px; font-size: 24px; }
.fuwu .more:hover { background-color: #7c92ee; color: #fff; }

.product { background-color: #f2f2f2; padding: 50px 0; margin-top: 50px; }
.product .hd { text-align: center; }
.product .hd .tit { font-size: 30px; }
.product .hd .desc { font-size: 12px; color: #999; }
.product .bd { overflow: hidden; }
.product .bd ul { margin-right: -18px; }
.product .bd li { width: 388px; float: left; margin: 18px 18px 0 0; }
.product .bd li img { width: 388px; height: 280px; }
.product .bd li .tit { margin-top: 10px; font-weight: bold; }
.product .bd li .price { color: #666; }
.product .bd li .price .num { font-weight: bold; color: #f00; }

.footer { background-color: #1e2d56; color: #fff; padding-top: 30px; overflow: hidden; }
.footer .footer-left { text-align: center; float: left; margin-right: 100px; }
.footer .fnav { overflow: hidden; }
.footer .fnav li { width: 18%; float: left; padding-top: 30px; }
.footer .fnav li .tit { font-size: 16px; }
.footer .fnav li .desc { margin-top: 10px; font-size: 12px; color: #989bab; }
.footer .fnav li .desc a { display: block; line-height: 30px; }
.footer .fnav li .desc a:hover { color: #fff; }
.footer .copy { text-align: center; font-size: 12px; margin-top: 20px; border-top: 1px solid #4e576f; color: #4e576f; padding: 15px 0; }

.hzsj { margin-top: 20px; overflow: hidden; height: 80px; }
.hzsj li { width: 290px; height: 80px; float: left; margin-right: 20px; }
.hzsj li img { width: 290px; height: 80px; }

.subhd { text-align: center; margin-top: 50px; }
.subhd .tit { font-size: 30px; }
.subhd .desc { font-size: 14px; color: #999; }

.qyfw { padding: 50px 0 80px; }
.qyfw .qyitem01 { background-color: #7c92ee; }
.qyfw .qyitem01 .cont { overflow: hidden; padding: 25px 35px; color: #fff; }
.qyfw .qyitem01 .bd { font-size: 15px; margin-top: 15px; 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: 4; }
.qyfw .more { margin-top: 20px; }
.qyfw .more a { display: inline-block; width: 150px; height: 45px; border-radius: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); text-align: center; line-height: 45px; }
.qyfw .more a:hover { background-color: #a4c2f4; color: #fff; }
.qyfw .qyitem02 { background-color: #fff; }
.qyfw .qyitem02 .cont { overflow: hidden; padding: 25px 35px; }
.qyfw .qyitem02 .bd { font-size: 15px; margin-top: 15px; 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: 4; }
.qyfw .qyitem02 .more { text-align: right; }

.hzsjlist { margin-top: 40px; }
.hzsjlist ul { margin: 0 -10px; }
.hzsjlist li { float: left; margin: 10px; width: 385px; height: 132px; }
.hzsjlist li a { display: block; height: 132px; border: 1px solid #eee; text-align: center; line-height: 130px; }
.hzsjlist li a:hover { border-color: #7c92ee; }

.types { text-align: center; margin-top: 30px; }
.types a { display: inline-block; min-width: 150px; height: 45px; border-radius: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); line-height: 45px; margin: 10px; }

.newslist { margin-top: 20px; }
.newslist .item { padding: 15px 0; border-bottom: 1px dotted #ddd; }
.newslist .item .img { float: left; margin-right: 20px; }
.newslist .item .img img { width: 160px; height: 120px; }
.newslist .item .cont { overflow: hidden; }
.newslist .item .tit { font-size: 16px; line-height: 1; font-weight: bold; }
.newslist .item .date { font-size: 12px; color: #999; margin-top: 5px; }
.newslist .item .desc { margin-top: 15px; line-height: 28px; color: #686868; }

.path { color: #7c92ee; padding: 20px 0; }

.newscontent { background-color: #fff; padding: 30px; margin-bottom: 50px; }
.newscontent .title { font-size: 24px; }
.newscontent .date { font-size: 16px; color: #09308f; }
.newscontent .info { margin-top: 15px; color: #999; }
.newscontent .content { border-top: 1px solid #eee; margin-top: 15px; padding-top: 30px; }
.newscontent .fenye { margin-top: 40px; border-top: 1px solid #eee; }

.cat01 { margin-top: 50px; border-top: 1px solid #eee; padding-top: 40px; }
.cat01 .tel { float: right; margin-left: 50px; color: #818181; font-size: 28px; padding-top: 40px; }
.cat01 .cont { overflow: hidden; }
.cat01 .cont p { margin: 5px 0; }

.map { height: 500px; }

.liuyan .item { width: 480px; float: left; margin-right: 100px; margin-top: 30px; }
.liuyan .item input { width: 100%; }

.sidebox { position: fixed; right: 10px; bottom: 200px; z-index: 9; }
.sidebox li { position: relative; cursor: pointer; }
.sidebox a { display: block; width: 50px; height: 50px; margin-top: -1px; background-color: #fff; border: 1px solid #ddd; text-align: center; line-height: 48px; color: #666; position: relative; z-index: 2; }
.sidebox a:hover { background-color: #555; color: #fff; border-color: #555; }
.sidebox a:hover:before { content: ""; border-left: 5px solid #7c92ee; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; left: -1px; top: 50%; margin-top: -5px; }
.sidebox .iconfont { font-size: 20px; }
.sidebox .cont { transition: all .4s; white-space: nowrap; width: 0; overflow: hidden; height: 50px; line-height: 50px; text-align: center; background-color: #7c92ee; color: #fff; font-size: 14px; position: absolute; right: 100%; top: 0; }
.sidebox .cont.qrcode { height: auto; }
.sidebox li:hover .cont { width: 150px; }
.sidebox li:hover .cont.qrcode { width: 110px; padding: 5px; }

/*# sourceMappingURL=style.css.map */
.active{
    background-color: #7c92ee;
    border-color: #7c92ee;
    color: #FFF;
}