@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; }

.pub-hd { text-align: center; line-height: 1; }
.pub-hd .cn { font-size: 42px; color: #222; }
.pub-hd .en { font-size: 16px; margin-top: 15px; color: #999; text-transform: uppercase; font-family: arial; }
.pub-hd .des { font-size: 15px; margin-top: 20px; color: #999; }
.pub-hd .txt { font-size: 26px; margin-top: 15px; }

.service { width: 1200px; margin: 70px auto; background: #fff; overflow: hidden; }

.service-con { width: 1200px; margin-top: 50px; overflow: hidden; }
.service-con li { transition: all .5s; width: 240px; float: left; height: 300px; text-align: center; }
.service-con li a:hover .service-icon-h { top: 0; }
.service-con li a:hover .service-icon { top: 100%; }
.service-con .img { width: 165px; height: 165px; margin: 0 auto; overflow: hidden; position: relative; }
.service-con .img img { width: 100%; height: 100%; }
.service-con .img .service-icon { position: absolute; left: 0; top: 0; transition: all .3s; }
.service-con .img .service-icon-h { position: absolute; left: 0; top: -100%; transition: all .3s; }
.service-con .name { font-size: 22px; margin-top: 20px; }
.service-con .desc { font-size: 12px; color: #666; margin-top: 15px; line-height: 20px; height: 60px; width: 200px; margin-left: 20px; overflow: hidden; }

.advan { min-width: 1200px; padding: 70px 0; background: url(../images/bg_advan.jpg) no-repeat center; }
.advan .pub-hd .cn { color: #fff; }
.advan .pub-hd .en { color: rgba(255, 255, 255, 0.8); }
.advan .pub-hd .des { color: rgba(255, 255, 255, 0.8); }
.advan .advan-box { margin-top: 20px; margin-left: -30px; overflow: hidden; }
.advan .advan-box li { width: 380px; height: 260px; background: #fff; text-align: center; float: left; margin-left: 30px; margin-top: 30px; padding: 30px 40px; box-sizing: border-box; }
.advan .advan-box li img { width: 80px; height: 80px; transition: all .4s; }
.advan .advan-box li .tit { color: #1361b8; font-size: 24px; margin-top: 15px; }
.advan .advan-box li .txt { color: #666; font-size: 15px; line-height: 26px; height: 52px; margin-top: 10px; overflow: hidden; }
.advan .advan-box li:hover img { transform: translate3d(0, -10px, 0); }

.ywk-why { width: 100%; padding: 50px 0; min-width: 1200px; background: #f8f8f8; overflow: hidden; }

.ywk-why .cont { width: 1142px; height: 653px; margin: 30px auto 0; position: relative; }

.ywk-why .cont .bt { width: 1142px; height: 136px; line-height: 50px; padding: 43px 0; box-sizing: border-box; background: url(../images/vs-bg.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 2; }

.ywk-why .cont .bt .txt { width: 50%; float: left; text-align: center; font-size: 24px; font-weight: bold; color: #fff; }

.ywk-why .cont .vspage { width: 1040px; height: 560px; padding: 50px 40px 0; position: absolute; left: 51px; top: 93px; background: #fff; z-index: 1; box-sizing: border-box; }

.ywk-why .cont .item { height: 96px; border-bottom: 1px dashed #e1ecf9; position: relative; font-size: 16px; }

.ywk-why .cont .item .f1 { width: 78px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #2073cf; position: absolute; left: 0; top: 30px; z-index: 4; }

.ywk-why .cont .item .f2 { width: 340px; height: 66px; line-height: 22px; border: 1px solid #2073cf; padding: 10px 15px 10px 54px; box-sizing: border-box; position: absolute; left: 39px; top: 15px; z-index: 3; }

.ywk-why .cont .item .f3 { width: 120px; height: 46px; line-height: 42px; color: #fff; font-size: 18px; background: #ff6600; border: 2px solid #dc4408; text-align: center; position: absolute; left: 50%; margin-left: -60px; top: 25px; box-sizing: border-box; }

.ywk-why .cont .item .f4 { width: 78px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #2073cf; position: absolute; right: 0; top: 30px; z-index: 4; }

.ywk-why .cont .item .f5 { width: 340px; height: 66px; line-height: 22px; border: 1px solid #2073cf; padding: 10px 54px 10px 15px; box-sizing: border-box; position: absolute; right: 39px; top: 15px; z-index: 3; }

.ywk-why .cont .item:last-child { border-bottom: none; }

.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; 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; margin-bottom: 70px; }
.newsgroup .newsgroup-bd { width: 1230px; margin-left: -30px; margin-top: 40px; }
.newsgroup .news { width: 380px; 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; height: 44px; overflow: hidden; }
.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; }

.friendlink { padding: 20px 0; width: 1200px; margin: 0 auto; }
.friendlink .tit { font-weight: bold; font-size: 16px; }
.friendlink .cont { margin-top: 5px; }
.friendlink .cont a { font-size: 12px; display: inline-block; margin-right: 20px; color: #666; }
.friendlink .cont a:hover { color: #333; }

.footer { min-width: 1200px; margin-top: 70px; background-color: #1364bf; color: #fff; }
.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(19, 100, 191, 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: #fafbfd; border-color: #cfe0f2; 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: #fafbfd; border-color: #cfe0f2; 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: 72; 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: 30px; background: url(../images/icon-wenda.png) no-repeat left; background-position: 0 0; }
.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; }

.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 10px; float: left; width: 12.5%; 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_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 { height: 45px; line-height: 45px; border-bottom: 1px solid #eee; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdlist_f2 .cont li a { padding-left: 10px; }
.wdlist_f2 .cont li .date { float: right; color: #999; }
.wdlist_f2 .cont li .date span { padding: 0 15px; }
.wdlist_f2 .cont li:hover { background: #f7f7f7; }
.wdlist_f2 .cont li:hover a { 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 .des { font-size: 13px; color: #999; }
.wdpage_wen .des .item { padding: 0 15px; }
.wdpage_wen .des .item:first-child { padding-left: 0; }

.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; border-bottom: 1px dashed #eee; }
.wdpage_da .da_item .info-num { font-size: 18px; font-weight: bold; color: #1364BF; }
.wdpage_da .da_item .info-date { font-size: 13px; 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: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; background: #fff; margin-top: 20px; padding: 20px; box-sizing: border-box; }
.wdpage_fr .tit { height: 30px; line-height: 30px; padding-left: 14px; font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; }
.wdpage_fr .tit:before { position: absolute; left: 0; top: 6px; height: 20px; width: 5px; background: #1364BF; content: ''; }
.wdpage_fr .cont { overflow: hidden; }
.wdpage_fr .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_fr .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wdpage_fr .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wdpage_fr .cont li a:hover { color: #1364bf; }
.wdpage_fr .cont li a:hover:before { background: #1364bf; }
.wdpage_fr .cont li .date { color: #999; float: right; font-size: 13px; }

.now-add { height: 40px; line-height: 40px; background: #fff; 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; }

.seo_f1 { min-width: 1200px; padding: 70px 0; background: #f7f7f7; }
.seo_f1 .seo_f1-box { overflow: hidden; margin-top: 40px; }
.seo_f1 .seo_f1-box li { width: 300px; float: left; text-align: center; padding: 10px 30px 0; box-sizing: border-box; }
.seo_f1 .seo_f1-box li img { width: 80px; height: 80px; transition: all .4s; }
.seo_f1 .seo_f1-box li .tit { font-size: 16px; font-weight: bold; margin-top: 15px; }
.seo_f1 .seo_f1-box li .txt { font-size: 14px; color: #999; margin-top: 10px; line-height: 24px; height: 72px; overflow: hidden; }
.seo_f1 .seo_f1-box li .more { display: block; margin: 15px auto 0; width: 90px; height: 30px; line-height: 28px; border-radius: 15px; border: 1px solid #ddd; text-align: center; box-sizing: border-box; transition: all .4s ease; }
.seo_f1 .seo_f1-box li .more:hover { background: #1361b8; border: 1px solid #1361b8; color: #fff; }
.seo_f1 .seo_f1-box li:hover img { transform: translate3d(0, -10px, 0); }

.seo_f2 { width: 1200px; margin: 70px auto; }
.seo_f2 .seo_f2-box { width: 1200px; height: 420px; margin-top: 50px; position: relative; background: url(../images/seo_f2-bg.png) no-repeat center; }
.seo_f2 .seo_f2-box .item { position: absolute; }
.seo_f2 .seo_f2-box .item .tit { font-size: 18px; color: #2073cf; }
.seo_f2 .seo_f2-box .item .txt { font-size: 14px; color: #aaa; margin-top: 8px; line-height: 20px; }
.seo_f2 .seo_f2-box .item1 { top: 0; left: 0; width: 460px; text-align: right; }
.seo_f2 .seo_f2-box .item2 { top: 0; right: 0; width: 460px; text-align: left; }
.seo_f2 .seo_f2-box .item3 { top: 130px; left: 0; width: 330px; text-align: right; }
.seo_f2 .seo_f2-box .item4 { top: 130px; right: 0; width: 330px; text-align: left; }
.seo_f2 .seo_f2-box .item5 { top: 280px; left: 0; width: 300px; text-align: right; }
.seo_f2 .seo_f2-box .item6 { top: 280px; right: 0; width: 300px; text-align: left; }

.seo_f3 { min-width: 1200px; padding: 70px 0; background: #f7f7f7; }
.seo_f3 .seo_f3-box { width: 1200px; margin-top: 20px; overflow: hidden; }
.seo_f3 .seo_f3-box .seo_f3-img { width: 480px; height: 300px; float: left; margin-top: 30px; }
.seo_f3 .seo_f3-box .seo_f3-img img { width: 100%; height: 100%; }
.seo_f3 .seo_f3-box .seo_f3-con { float: right; width: 760px; margin-left: -40px; overflow: hidden; }
.seo_f3 .seo_f3-box .seo_f3-con li { width: 340px; height: 130px; float: left; margin-left: 40px; margin-top: 30px; border: 1px solid #ddd; box-sizing: border-box; padding: 10px; }
.seo_f3 .seo_f3-box .seo_f3-con li .num { font-size: 20px; color: #fff; width: 46px; height: 40px; margin: 34px 0; line-height: 40px; text-align: center; float: left; background: url(../images/seo_f3-num.png) no-repeat; }
.seo_f3 .seo_f3-box .seo_f3-con li .cont { float: right; width: 260px; }
.seo_f3 .seo_f3-box .seo_f3-con li .cont .tit { font-size: 16px; margin-top: 5px; }
.seo_f3 .seo_f3-box .seo_f3-con li .cont .txt { font-size: 12px; margin-top: 8px; color: #555; line-height: 22px; height: 66px; overflow: hidden; }

.seo_f4 { min-width: 1200px; padding: 70px 0; background: #2073cf; }
.seo_f4 .pub-hd .cn { color: #fff; }
.seo_f4 .pub-hd .en { color: rgba(255, 255, 255, 0.8); }
.seo_f4 .seo_f4-box { margin-top: 50px; overflow: hidden; }
.seo_f4 .seo_f4-box li { width: 150px; float: left; text-align: center; }
.seo_f4 .seo_f4-box li .img { width: 93px; height: 106px; line-height: 106px; color: #fff; margin: 0 auto; background: url(../images/seo_f4-li.png) no-repeat; transition: all .4s ease; }
.seo_f4 .seo_f4-box li .img:hover { color: #2073cf; background: url(../images/seo_f4-lih.png) no-repeat; }

.seo_f5 { min-width: 1200px; padding: 70px 0; background: url(../images/seo_f5-bg.jpg) no-repeat center; }
.seo_f5 .seo_f5-line { width: 829px; height: 74px; margin: 3px auto; background: url(../images/seo_f5-line.png) no-repeat; }
.seo_f5 .seo_f5-box { width: 1112px; margin: 0 auto; overflow: hidden; }
.seo_f5 .seo_f5-box ul { margin-left: -130px; overflow: hidden; }
.seo_f5 .seo_f5-box li { width: 284px; height: 284px; float: left; text-align: center; margin-left: 130px; color: #fff; background: rgba(0, 0, 0, 0.4); border-radius: 50%; border: 1px solid #DFDEDA; padding: 0 10px; box-sizing: border-box; }
.seo_f5 .seo_f5-box li .tit { font-size: 30px; line-height: 40px; margin-top: 50px; }
.seo_f5 .seo_f5-box li .txt { font-size: 16px; line-height: 30px; margin-top: 20px; }

.seo_f6 { width: 1200px; margin: 70px auto; }

.seo_f6-box { margin-left: -30px; overflow: hidden; }
.seo_f6-box li { width: 380px; float: left; margin-left: 30px; margin-top: 40px; }
.seo_f6-box li .img { width: 380px; height: 285px; overflow: hidden; border: 2px solid #ddd; box-sizing: border-box; overflow: hidden; }
.seo_f6-box li .img img { width: 100%; height: 100%; transition: all .6s; }
.seo_f6-box li .tit { font-size: 16px; font-weight: bold; margin-top: 20px; }
.seo_f6-box li:hover .img img { transform: scale(1.1); }

.qwyx_f1 { width: 1200px; margin: 70px auto; overflow: hidden; }
.qwyx_f1 .qwyx_f1-box { width: 1040px; margin: 50px auto 0; overflow: hidden; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-img { width: 403px; height: 385px; float: left; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-img img { width: 100%; height: 100%; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con { width: 520px; float: right; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con .tit { font-size: 30px; font-weight: bold; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con .txt { font-size: 16px; line-height: 28px; margin-top: 15px; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con .cont { margin-top: 30px; overflow: hidden; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con .cont li { width: 90px; margin-right: 25px; float: left; text-align: center; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con .cont li img { width: 84px; height: 84px; transition: all .4s linear; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con .cont li .name { margin-top: 10px; }
.qwyx_f1 .qwyx_f1-box .qwyx_f1-con .cont li:hover img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }

.qwyx_f2 { min-width: 1200px; padding: 70px 0; background: #f7f7f7; }
.qwyx_f2 .qwyx_f2-box { width: 1200px; height: 391px; margin-top: 50px; position: relative; background: url(../images/qwyx_f2-bg.png) no-repeat center; }
.qwyx_f2 .qwyx_f2-box .item { position: absolute; left: 118px; top: 163px; background-image: url(../images/qwyx_f2-li.png); height: 132px; width: 118px; text-align: center; font-size: 22px; color: #FFFFFF; line-height: 132px; font-weight: normal; }
.qwyx_f2 .qwyx_f2-box .item i { font-style: normal; position: absolute; font-size: 12px; color: #666; line-height: 22px; width: 220px; left: -48px; height: 44px; top: 138px; }
.qwyx_f2 .qwyx_f2-box .t2 { left: 310px; top: 30px; }
.qwyx_f2 .qwyx_f2-box .t2 i { top: auto; bottom: 135px; }
.qwyx_f2 .qwyx_f2-box .t3 { left: 440px; top: 180px; }
.qwyx_f2 .qwyx_f2-box .t4 { left: 635px; top: 126px; }
.qwyx_f2 .qwyx_f2-box .t4 i { top: auto; bottom: 139px; }
.qwyx_f2 .qwyx_f2-box .t5 { left: 798px; top: 225px; }
.qwyx_f2 .qwyx_f2-box .t6 { left: 920px; top: 80px; }
.qwyx_f2 .qwyx_f2-box .t6 i { top: auto; bottom: 139px; }

.qwyx_f3 { width: 1200px; margin: 70px auto; }
.qwyx_f3 .qwyx_f3-box { overflow: hidden; margin-top: 50px; }
.qwyx_f3 .qwyx_f3-box li { width: 400px; float: left; padding: 20px; box-sizing: border-box; overflow: hidden; transition: all .4s ease; }
.qwyx_f3 .qwyx_f3-box li img { width: 86px; height: 86px; float: left; margin-right: 15px; }
.qwyx_f3 .qwyx_f3-box li .cont .tit { font-size: 18px; font-weight: bold; }
.qwyx_f3 .qwyx_f3-box li .cont .txt { color: #999; line-height: 24px; height: 48px; margin-top: 10px; }
.qwyx_f3 .qwyx_f3-box li:hover { background: #e8f1fa; }

.qwyx_f4 { min-width: 1200px; background: #f7f7f7; padding: 70px 0; }
.qwyx_f4 .qwyx_f4-box { overflow: hidden; margin-top: 50px; }
.qwyx_f4 .qwyx_f4-box li { width: 130px; float: left; margin-left: 3px; }
.qwyx_f4 .qwyx_f4-box li .tit { font-size: 16px; font-weight: bold; }
.qwyx_f4 .qwyx_f4-box li .txt { font-size: 12px; padding-top: 10px; line-height: 24px; color: #999; }
.qwyx_f4 .qwyx_f4-box li:hover .tit { color: #2073cf; }

.qwyx_f5 { width: 1200px; margin: 70px auto; }
.qwyx_f5 .qwyx_f5-type { width: 100%; height: 54px; margin-top: 30px; overflow: hidden; }
.qwyx_f5 .qwyx_f5-type a { display: block; float: left; width: 240px; height: 54px; line-height: 52px; text-align: center; font-size: 16px; border: 1px solid #ddd; border-left: none; box-sizing: border-box; }
.qwyx_f5 .qwyx_f5-type a:first-child { border-left: 1px solid #ddd; }
.qwyx_f5 .qwyx_f5-type a.click { background: #2073CF; color: #fff; }
.qwyx_f5 .qwyx_f5-box { margin-top: 50px; overflow: hidden; }
.qwyx_f5 .qwyx_f5-box img { width: 600px; height: 400px; float: left; }
.qwyx_f5 .qwyx_f5-box .cont { width: 600px; height: 400px; float: right; padding: 50px 0 0 50px; box-sizing: border-box; }
.qwyx_f5 .qwyx_f5-box .cont p { line-height: 40px; font-size: 16px; margin: 0; }
.qwyx_f5 .qwyx_f5-box .cont .big { margin-bottom: 20px; font-size: 28px; }

.qwyx_f6 { min-width: 1200px; padding: 70px 0 30px; background: url(../images/qwyx_f6-bg.jpg) no-repeat top center #fff; }
.qwyx_f6 .pub-hd .cn { color: #fff; }
.qwyx_f6 .pub-hd .en { color: rgba(255, 255, 255, 0.8); }
.qwyx_f6 .qwyx_f6-box { margin-top: 43px; margin-left: -18px; overflow: hidden; }
.qwyx_f6 .qwyx_f6-box li { width: 388px; float: left; margin-left: 18px; padding-bottom: 15px; }
.qwyx_f6 .qwyx_f6-box li .li-head { width: 388px; height: 108px; background-color: #2073CF; color: #fff; text-align: center; padding: 20px 0; line-height: 34px; }
.qwyx_f6 .qwyx_f6-box li .li-head p { margin: 0; font-size: 20px; }
.qwyx_f6 .qwyx_f6-box li .li-head .big { font-size: 24px; font-weight: bold; }
.qwyx_f6 .qwyx_f6-box li .tj { background-image: url(../images/qwyx_f6-tj.png); background-repeat: no-repeat; background-position: right top; }
.qwyx_f6 .qwyx_f6-box li .li-cont { width: 388px; height: 400px; padding: 50px; box-sizing: border-box; background: #fff; box-shadow: 0 5px 5px #ddd; }
.qwyx_f6 .qwyx_f6-box li .li-cont .txt { line-height: 24px; color: #999; height: 96px; overflow: hidden; margin-bottom: 40px; }
.qwyx_f6 .qwyx_f6-box li .li-cont p { line-height: 26px; margin: 0; }
.qwyx_f6 .qwyx_f6-box li .li-cont .more { display: block; margin: 40px auto 0; width: 168px; height: 42px; line-height: 42px; text-align: center; background: #666; color: #fff; font-size: 18px; transition: all .4s ease; }
.qwyx_f6 .qwyx_f6-box li .li-cont .more:hover { background: #2073CF; color: #fff; }

.wzjs_f1 { width: 1004px; height: 329px; margin: 70px auto; overflow: hidden; position: relative; }
.wzjs_f1 img { width: 480px; height: 329px; float: left; }
.wzjs_f1 .wzjs_f1-box { position: absolute; right: 0; top: 80px; text-align: right; }
.wzjs_f1 .wzjs_f1-box p { font-size: 20px; margin: 0; }
.wzjs_f1 .wzjs_f1-box .big { font-size: 36px; font-weight: bold; margin-top: 15px; }
.wzjs_f1 .wzjs_f1-box .big span { color: #fe5b00; }
.wzjs_f1 .wzjs_f1-box .en { font-size: 14px; color: #999; }
.wzjs_f1 .wzjs_f1-box .on { margin-top: 15px; width: 565px; float: right; height: 60px; line-height: 60px; background: #2073CF; color: #fff !important; font-size: 28px; color: #666; border-radius: 60px; text-align: center; }

.wzjs_f2 { min-width: 1200px; background: #f4f4f4; padding: 70px 0; }
.wzjs_f2 .wzjs_f2-box { margin-top: 50px; width: 1200px; height: 700px; background: url(../images/wzjs_f2-center.png) no-repeat center; }
.wzjs_f2 .wzjs_f2-box .item { width: 473px; height: 225px; background: #fff; margin-bottom: 8px; border-radius: 5px; text-align: center; overflow: hidden; padding: 0 40px; box-sizing: border-box; }
.wzjs_f2 .wzjs_f2-box .item .item-top { height: 54px; margin-top: 20px; padding-left: 120px; overflow: hidden; }
.wzjs_f2 .wzjs_f2-box .item .item-top img { width: 54px; height: 54px; float: left; margin-right: 20px; transition: all .4s; }
.wzjs_f2 .wzjs_f2-box .item .item-top .cont { float: left; text-align: left; font-size: 20px; font-weight: bold; }
.wzjs_f2 .wzjs_f2-box .item .item-top .cont .en { font-size: 12px; color: #ccc; font-weight: normal; }
.wzjs_f2 .wzjs_f2-box .item .item-tit { font-size: 16px; font-weight: bold; line-height: 25px; margin-top: 15px; color: #2073CF; }
.wzjs_f2 .wzjs_f2-box .item .item-txt { font-size: 13px; line-height: 21px; color: #999; margin-top: 15px; }
.wzjs_f2 .wzjs_f2-box .item:hover .item-top img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }

.wzjs_f3 { min-width: 1200px; padding: 70px 0; background: url(../images/wzjs_f3-bg.jpg) no-repeat center; }
.wzjs_f3 .pub-hd .cn { color: #fff; }
.wzjs_f3 .pub-hd .en { color: rgba(255, 255, 255, 0.8); }
.wzjs_f3 .wzjs_f3-box { margin-left: -25px; overflow: hidden; margin-top: 50px; }
.wzjs_f3 .wzjs_f3-box li { width: 220px; height: 220px; border-radius: 50%; float: left; text-align: center; margin-left: 25px; background: #262626; transition: all .4s ease; }
.wzjs_f3 .wzjs_f3-box li .num { font-size: 36px; color: #fff; text-align: center; padding-top: 20px; }
.wzjs_f3 .wzjs_f3-box li .tit { font-size: 18px; font-weight: bold; color: #4d9aef; text-align: center; transition: all .4s ease-in-out 0s; }
.wzjs_f3 .wzjs_f3-box li .txt { font-size: 14px; color: #fff; width: 150px; text-align: center; line-height: 28px; padding-top: 5px; margin: 0 auto; }
.wzjs_f3 .wzjs_f3-box li:hover { background: #2073CF; }
.wzjs_f3 .wzjs_f3-box li:hover .tit { color: #fff; }

.wzjs_f4 { width: 1200px; margin: 70px auto; }
.wzjs_f4 .wzjs_f4-box { margin: 50px 100px 0; }
.wzjs_f4 .wzjs_f4-box .item { width: 1004px; height: 400px; }
.wzjs_f4 .wzjs_f4-box .item .item-box { width: 460px; padding-top: 90px; }
.wzjs_f4 .wzjs_f4-box .item .item-box .tit { font-size: 36px; color: #2073CF; }
.wzjs_f4 .wzjs_f4-box .item .item-box .txt { font-size: 20px; margin-bottom: 30px; }
.wzjs_f4 .wzjs_f4-box .item .item-box p { margin: 0; line-height: 32px; font-size: 13px; }
.wzjs_f4 .wzjs_f4-box .item .item-box p span { color: #2073CF; font-size: 20px; }
.wzjs_f4 .wzjs_f4-box .item .item-box .zixun { display: block; margin-top: 30px; width: 443px; height: 54px; line-height: 54px; font-size: 15px; color: #fff; padding-left: 20px; background: url(../images/wzjs_f4-zixun.gif) no-repeat; box-sizing: border-box; }
.wzjs_f4 .wzjs_f4-box .item .item-box .zixun span { font-size: 17px; font-weight: bold; }
.wzjs_f4 .wzjs_f4-box .item1 { background: url(../images/wzjs_f4-bg1.jpg) no-repeat; }
.wzjs_f4 .wzjs_f4-box .item2 { background: url(../images/wzjs_f4-bg2.jpg) no-repeat; }

.wzjs_f5 { min-width: 1200px; padding: 70px 0 0; background: url(../images/wzjs_f5-bg.jpg) repeat-y center; }
.wzjs_f5 .wzjs_f5-intro { width: 1000px; background: #2073CF; margin: 30px auto; color: #fff; display: block; border-radius: 5px; padding: 20px 0px; text-align: center; line-height: 25px; font-size: 15px; }
.wzjs_f5 .wzjs_f5-item1 { min-width: 1200px; height: 420px; background: url(../images/wzjs_f5-bg1.jpg) no-repeat center; }
.wzjs_f5 .wzjs_f5-item2 { min-width: 1200px; height: 580px; background: url(../images/wzjs_f5-bg2.jpg) no-repeat center; }
.wzjs_f5 .wzjs_f5-item2 .wzjs_f5-box { margin-top: 120px; }
.wzjs_f5 .wzjs_f5-box { width: 500px; margin-top: 50px; }
.wzjs_f5 .wzjs_f5-box .tit { font-size: 30px; color: #2073CF; font-weight: bold; margin-bottom: 45px; }
.wzjs_f5 .wzjs_f5-box .txt { color: #666; font-size: 13px; line-height: 24px; overflow: hidden; }
.wzjs_f5 .wzjs_f5-box .cont { margin-bottom: 20px; color: #666; font-size: 13px; overflow: hidden; position: relative; }
.wzjs_f5 .wzjs_f5-box .cont:before { position: absolute; left: 0; top: 7px; width: 7px; height: 7px; background: #2073CF; content: ''; }
.wzjs_f5 .wzjs_f5-box .cont .cont-l { float: left; padding-left: 20px; width: 90px; box-sizing: border-box; line-height: 21px; }
.wzjs_f5 .wzjs_f5-box .cont .cont-r { line-height: 21px; overflow: hidden; }
.wzjs_f5 .wzjs_f5-box .zixun { display: block; margin-top: 45px; padding-left: 60px; width: 443px; height: 54px; line-height: 54px; font-size: 15px; color: #fff; background: url(../images/wzjs_f4-zixun.gif) no-repeat; box-sizing: border-box; }
.wzjs_f5 .wzjs_f5-box .zixun span { font-size: 20px; font-weight: bold; }
.wzjs_f5 .wzjs_f5-item3 { width: 1200px; height: 387px; margin: 0 auto; overflow: hidden; }
.wzjs_f5 .wzjs_f5-item3 .img { width: 600px; text-align: center; float: left; }
.wzjs_f5 .wzjs_f5-item3 .img img { width: 540px; height: 387px; }

.wzjs_f6 { width: 1200px; margin: 70px auto; }
.wzjs_f6 .wzjs_f6-box { margin-top: 50px; overflow: hidden; border: 1px solid #ccc; }
.wzjs_f6 .wzjs_f6-box li { float: left; width: 20%; height: 136px; padding: 15px; text-align: center; border: 1px solid #ccc; box-sizing: border-box; }
.wzjs_f6 .wzjs_f6-box li img { height: 54px; }
.wzjs_f6 .wzjs_f6-box li .tit { line-height: 20px; margin-top: 10px; }
.wzjs_f6 .wzjs_f6-box li:hover { border: 1px solid #2073CF; }

.wzjs_f7-top { min-width: 1200px; height: 195px; color: #fff; text-align: center; background: url(../images/wzjs_f7-top.png) no-repeat center; }
.wzjs_f7-top .tit { font-size: 32px; font-weight: bold; padding-top: 15px; }
.wzjs_f7-top .txt { font-size: 18px; margin-top: 5px; }
.wzjs_f7-top .en { font-size: 16px; color: rgba(255, 255, 255, 0.5); }

.wzjs_f7 { width: 1200px; margin: 70px auto; }
.wzjs_f7 .wzjs_f7-box { margin-top: 50px; overflow: hidden; }
.wzjs_f7 .wzjs_f7-box li { width: 300px; height: 300px; border-radius: 50%; margin: 0 50px; color: #fff; float: left; background: #f97200; text-align: center; padding: 60px; box-sizing: border-box; position: relative; }
.wzjs_f7 .wzjs_f7-box li img { width: 116px; height: 88px; transition: all .4s; }
.wzjs_f7 .wzjs_f7-box li .tit { font-size: 20px; margin-top: 10px; }
.wzjs_f7 .wzjs_f7-box li .more { position: absolute; left: 50%; margin-left: -9px; bottom: 50px; width: 18px; height: 18px; background: url(../images/wzjs_f7-more.png) no-repeat; }
.wzjs_f7 .wzjs_f7-box li:hover img { transform: translate3d(0, -10px, 0); }
.wzjs_f7 .wzjs_f7-box .bg2 { background: #0058ac; }
.wzjs_f7 .wzjs_f7-box .bg3 { background: #369806; }

.wzjs_f8 { min-width: 1200px; background: #f4f4f4; padding: 70px 0; }
.wzjs_f8 .wzjs_f8-box { margin-top: 50px; overflow: hidden; }
.wzjs_f8 .wzjs_f8-box li { width: 220px; height: 330px; float: left; text-align: center; margin: 0 10px; padding: 20px; box-sizing: border-box; background: #2073CF; }
.wzjs_f8 .wzjs_f8-box li .img { width: 128px; height: 128px; border-radius: 50%; margin: 0 auto; overflow: hidden; }
.wzjs_f8 .wzjs_f8-box li .img img { width: 100%; height: 100%; transition: all .4s; }
.wzjs_f8 .wzjs_f8-box li .tit { font-size: 18px; font-weight: bold; margin-top: 15px; color: #fff; }
.wzjs_f8 .wzjs_f8-box li .txt { line-height: 25px; margin-top: 10px; color: #fff; }
.wzjs_f8 .wzjs_f8-box li:hover .img img { transform: scale(1.1); }
.wzjs_f8 .wzjs_f8-box li:nth-child(2n) { background: #262626; }
.wzjs_f8 .wzjs_f8-box li:nth-child(2n) .tit { color: #4c9cf4; }

.wzjs_f9 { width: 1200px; margin: 70px auto 30px; }
.wzjs_f9 .wzjs_f9-box { margin-top: 50px; overflow: hidden; }
.wzjs_f9 .wzjs_f9-box li { width: 308px; float: left; margin: 0 46px; text-align: center; }
.wzjs_f9 .wzjs_f9-box li .tit { width: 308px; height: 70px; font-size: 20px; font-weight: bold; color: #fff; line-height: 65px; }
.wzjs_f9 .wzjs_f9-box li .item { height: 60px; font-size: 16px; border-bottom: 1px solid #ddd; line-height: 60px; }
.wzjs_f9 .wzjs_f9-box li .item span { color: #2073CF; margin-right: 20px; font-size: 20px; }
.wzjs_f9 .wzjs_f9-box .bg1 { background: url(../images/wzjs_f9-bg1.png) no-repeat; }
.wzjs_f9 .wzjs_f9-box .bg2 { background: url(../images/wzjs_f9-bg2.png) no-repeat; }
.wzjs_f9 .wzjs_f9-box .bg3 { background: url(../images/wzjs_f9-bg3.png) no-repeat; }

.qwtg_f1 { min-width: 1200px; text-align: center; height: 825px; overflow: hidden; color: #fff; position: relative; background: url(../images/qwtg_f1-bg.jpg) no-repeat center; }
.qwtg_f1 .footbg { background: url(../images/qwtg_f1-bg2.png) center bottom no-repeat; position: absolute; bottom: -30px; width: 100%; height: 226px; }
.qwtg_f1 .tit { font-size: 60px; margin-top: 80px; }
.qwtg_f1 .txt { width: 660px; margin: 30px auto 0; font-size: 18px; line-height: 27px; }
.qwtg_f1 .qwtg_f1-box { bottom: 100px; position: relative; margin: 0 auto; width: 800px; margin-top: 200px; height: 350px; z-index: 96; }
.qwtg_f1 .qwtg_f1-box .keyword1 { position: absolute; left: 0px; bottom: 50px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box .keyword2 { position: absolute; left: 200px; bottom: 200px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box .keyword3 { position: absolute; left: 330px; bottom: 30px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box .keyword4 { position: absolute; right: 0px; bottom: 200px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box .kword1 { background: url(../images/qwtg_f1-01.png) center bottom no-repeat; width: 100px; height: 130px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box .kword2 { background: url(../images/qwtg_f1-02.png) center bottom no-repeat; width: 65px; height: 85px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box .kword3 { background: url(../images/qwtg_f1-03.png) center bottom no-repeat; width: 100px; height: 130px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box .kword4 { background: url(../images/qwtg_f1-04.png) center bottom no-repeat; width: 100px; height: 110px; display: inline-block; }
.qwtg_f1 .qwtg_f1-box p { margin: 0; font-size: 18px; }

/*滑动流星*/
@-webkit-keyframes meteoFlush { 0% { opacity: 0; transform: scale(2) translate(160px, -105px); }
  25% { opacity: 1; }
  50%, 100% { opacity: 0; transform: scale(0.5) translate(-160px, 105px); } }
@keyframes meteoFlush { 0% { opacity: 0; transform: scale(2) translate(160px, -105px); }
  25% { opacity: 1; }
  50%, 100% { opacity: 0; transform: scale(0.5) translate(-160px, 105px); } }
.meteor-item { width: 156px; height: 103px; display: inline-block; -webkit-transform: scale(0.3); transform: scale(0.3); background: url(../images/liux.png) top no-repeat; -webkit-animation: meteoFlush 2.4s .12s linear infinite; animation: meteoFlush 2.4s .12s linear infinite; opacity: 0; }

.meteor-list .item--1 { -webkit-animation-delay: 0s; animation-delay: 0s; }

.meteor-list .item--11 { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; left: 0; position: absolute; }

.meteor-list .item--2 { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

.meteor-list .item--3 { -webkit-animation-delay: .8s; animation-delay: .8s; }

.meteor-list .item--33 { -webkit-animation-delay: 1s; animation-delay: 1s; right: -100px; position: absolute; opacity: 0; }

.qwtg_f2 { min-width: 1200px; padding: 70px 0; background: #ebf0f6; }
.qwtg_f2 .qwtg_f2-box { width: 1200px; margin: 0 auto; overflow: hidden; }
.qwtg_f2 .qwtg_f2-box .box-l { width: 600px; float: left; }
.qwtg_f2 .qwtg_f2-box .box-l .tit { font-size: 60px; padding-bottom: 20px; color: #222; margin-bottom: 40px; margin-top: 80px; position: relative; }
.qwtg_f2 .qwtg_f2-box .box-l .tit:after { position: absolute; left: 0; bottom: 0; width: 115px; height: 3px; background: #333; content: ''; }
.qwtg_f2 .qwtg_f2-box .box-l .txt { line-height: 27px; font-size: 18px; }
.qwtg_f2 .qwtg_f2-box .box-l .txt p { margin-top: 10px; }
.qwtg_f2 .qwtg_f2-box .box-l .zixun { display: inline-block; font-size: 18px; margin-top: 40px; padding: 0 30px; height: 42px; line-height: 42px; background: #2073CF; color: #fff; }
.qwtg_f2 .qwtg_f2-box .box-r { width: 600px; height: 580px; float: right; }
.qwtg_f2 .qwtg_f2-box .box-r img { width: 100%; height: 100%; }

.qwtg-txt { width: 900px; margin: 40px auto 0; text-align: center; font-size: 18px; line-height: 30px; }
.qwtg-txt p { margin: 0; }

.qwtg_f3 { min-width: 1200px; padding: 70px 0; background: url(../images/qwtg_f3-bg.png) bottom center no-repeat; text-align: center; overflow: hidden; position: relative; }
.qwtg_f3 .qwtg_f3-img { width: 900px; margin: 50px auto 0; }
.qwtg_f3 .qwtg_f3-img img { width: 100%; }

.qwtg_f4 { min-width: 1200px; padding: 70px 0; background: #f8f8f8; }
.qwtg_f4 .qwtg_f4-img { width: 1200px; margin-top: 50px; }
.qwtg_f4 .qwtg_f4-img img { width: 100%; }

.qwtg_f5 { min-width: 1200px; padding: 70px 0 0; text-align: center; background: url(../images/qwtg_f5-bg.jpg) bottom center no-repeat #fff; overflow: hidden; position: relative; }
.qwtg_f5 .qwtg_f5-box { width: 1200px; position: relative; height: 500px; margin-top: 80px; }
.qwtg_f5 .qwtg_f5-box .item1 { background: url(../images/qwtg_f5-item1.jpg) center no-repeat; display: inline-block; width: 176px; height: 85px; position: absolute; left: 500px; }
.qwtg_f5 .qwtg_f5-box .item2 { background: url(../images/qwtg_f5-item2.jpg) center no-repeat; display: inline-block; position: absolute; top: 98px; right: 200px; width: 200px; height: 85px; }
.qwtg_f5 .qwtg_f5-box .item3 { background: url(../images/qwtg_f5-item3.jpg) center no-repeat; display: inline-block; position: absolute; bottom: 350px; left: 120px; width: 188px; height: 85px; }
.qwtg_f5 .qwtg_f5-box .item4 { background: url(../images/qwtg_f5-item4.jpg) center no-repeat; display: inline-block; position: absolute; top: 149px; right: 500px; width: 127px; height: 85px; }
.qwtg_f5 .qwtg_f5-box .item5 { background: url(../images/qwtg_f5-item5.jpg) center no-repeat; display: inline-block; position: absolute; bottom: 250px; left: 200px; width: 186px; height: 90px; }
.qwtg_f5 .qwtg_f5-box .item6 { background: url(../images/qwtg_f5-item6.jpg) center no-repeat; display: inline-block; position: absolute; left: 440px; width: 186px; height: 90px; bottom: 140px; }
.qwtg_f5 .qwtg_f5-box .item7 { background: url(../images/qwtg_f5-item7.jpg) center no-repeat; display: inline-block; position: absolute; left: 50px; width: 186px; height: 90px; bottom: 100px; }

/*点状放大*/
@keyframes warn { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 1; }
  30% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: .1; }
  60% { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); opacity: .5; }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes warn { 0% { -webkit-transform: scale(0); opacity: 0; }
  30% { -webkit-transform: scale(0); transform: scale(0); opacity: .1; }
  60% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: .5; }
  100% { -webkit-transform: scale(1); opacity: 0; } }
@-moz-keyframes warn { 0% { -moz-transform: scale(0); opacity: 0; }
  30% { -moz-transform: scale(0); transform: scale(0); opacity: .1; }
  60% { -moz-transform: scale(0.5); transform: scale(0.5); opacity: .5; }
  100% { -moz-transform: scale(1); opacity: 0; } }
.pulse { height: 88px; width: 88px; display: inline-block; -webkit-border-radius: 48px; -moz-border-radius: 48px; border-radius: 48px; opacity: .12; filter: alpha(opacity=0); -webkit-animation: warn 2s ease-out; -moz-animation: warn 2s ease-out; -o-animation: warn 2s ease-out; animation: warn 2s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse { background: #000; }

@-o-keyframes warn { 0% { -o-transform: scale(0); transform: scale(0); opacity: 1; }
  30% { -o-transform: scale(0); transform: scale(0); opacity: .1; }
  60% { -o-transform: scale(0.5); transform: scale(0.5); opacity: .5; }
  100% { -o-transform: scale(1); transform: scale(1); opacity: 0; } }
.pulse1 { position: absolute; top: 200px; right: 100px; width: 20px; height: 20px; }

.pulse2 { position: absolute; top: 260px; right: 130px; width: 30px; height: 30px; -webkit-animation: warn 3s ease-out; -moz-animation: warn 3s ease-out; -o-animation: warn 3s ease-out; animation: warn 3s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse3 { position: absolute; top: 230px; right: 230px; width: 10px; height: 10px; -webkit-animation: warn 1.5s ease-out; -moz-animation: warn 1.5s ease-out; -o-animation: warn 1.5s ease-out; animation: warn 1.5s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse4 { position: absolute; top: 300px; right: 200px; width: 25px; height: 25px; -webkit-animation: warn 1.8s ease-out; -moz-animation: warn 1.8s ease-out; -o-animation: warn 1.8s ease-out; animation: warn 1.5s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse4 { position: absolute; top: 300px; right: 200px; width: 25px; height: 25px; -webkit-animation: warn 1.8s ease-out; -moz-animation: warn 1.8s ease-out; -o-animation: warn 1.8s ease-out; animation: warn 1.5s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse5 { position: absolute; top: 300px; right: 100px; width: 16px; height: 16px; -webkit-animation: warn 1s ease-out; -moz-animation: warn 1s ease-out; -o-animation: warn 1s ease-out; animation: warn 1s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse6 { position: absolute; top: 360px; right: 100px; width: 14px; height: 14px; -webkit-animation: warn 0.8s ease-out; -moz-animation: warn 0.8s ease-out; -o-animation: warn 0.8s ease-out; animation: warn 0.8s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse7 { position: absolute; top: 360px; right: 150px; width: 35px; height: 35px; -webkit-animation: warn 2.2s ease-out; -moz-animation: warn 2.2s ease-out; -o-animation: warn 2.2s ease-out; animation: warn 2.2s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse8 { position: absolute; top: 460px; right: 220px; width: 13px; height: 13px; -webkit-animation: warn 1.6s ease-out; -moz-animation: warn 1.6s ease-out; -o-animation: warn 1.6s ease-out; animation: warn 1.6s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse9 { position: absolute; top: 460px; right: 220px; width: 13px; height: 13px; -webkit-animation: warn 2.2s ease-out; -moz-animation: warn 2.2s ease-out; -o-animation: warn 2.2s ease-out; animation: warn 2.2s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse10 { position: absolute; top: 560px; right: 320px; width: 17px; height: 17px; -webkit-animation: warn 1.4s ease-out; -moz-animation: warn 1.4s ease-out; -o-animation: warn 1.4s ease-out; animation: warn 1.4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse11 { position: absolute; top: 500px; right: 260px; width: 26px; height: 26px; -webkit-animation: warn 0.8s ease-out; -moz-animation: warn 0.8s ease-out; -o-animation: warn 0.8s ease-out; animation: warn 0.8s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse12 { position: absolute; top: 600px; right: 260px; width: 10px; height: 10px; -webkit-animation: warn 0.9s ease-out; -moz-animation: warn 0.9s ease-out; -o-animation: warn 0.9s ease-out; animation: warn 0.9s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse13 { position: absolute; bottom: 50px; right: 260px; width: 15px; height: 15px; -webkit-animation: warn 1.5s ease-out; -moz-animation: warn 1.5s ease-out; -o-animation: warn 1.5s ease-out; animation: warn 1.5s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse14 { position: absolute; bottom: 50px; right: 330px; width: 20px; height: 20px; -webkit-animation: warn 2.1s ease-out; -moz-animation: warn 2.1s ease-out; -o-animation: warn 2.1s ease-out; animation: warn 2.1s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.pulse15 { position: absolute; bottom: 100px; right: 290px; width: 20px; height: 22px; -webkit-animation: warn 2.3s ease-out; -moz-animation: warn 2.3s ease-out; -o-animation: warn 2.3s ease-out; animation: warn 2.3s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.qwtg_f6 { min-width: 1200px; background: url(../images/qwtg_f6-bg.jpg) bottom center no-repeat; text-align: center; height: 810px; overflow: hidden; color: #fff; position: relative; }
.qwtg_f6 .qwtg_f6-bg { width: 1300px; margin: 0 auto; overflow: hidden; height: 810px; position: relative; background: url(../images/qwtg_f6-huojian.png) left 160px no-repeat; }
.qwtg_f6 .qwtg_f6-bg .pig_icn { width: 270px; height: 246px; display: inline-block; right: -10px; background: url(../images/qwtg_f6-pig.png) center no-repeat; bottom: 50px; position: absolute; }
.qwtg_f6 .qwtg_f6-box { position: absolute; top: 0px; width: 100%; height: 810px; }
.qwtg_f6 .qwtg_f6-box .pmtxt { width: 540px; text-align: left; max-width: 50%; margin-top: 260px; }
.qwtg_f6 .qwtg_f6-box .pmtxt .tit { font-size: 60px; }
.qwtg_f6 .qwtg_f6-box .pmtxt .txt { margin-top: 50px; font-size: 18px; }

.qwtg_f7 { min-width: 1200px; text-align: center; height: 800px; overflow: hidden; position: relative; background: #bb2829; color: #fff; }
.qwtg_f7 .qwtg_f7-img { background: url(../images/qwtg_f7-img.png) left bottom no-repeat; height: 100%; }
.qwtg_f7 .qwtg_f7-box { position: absolute; width: 100%; top: 0px; }
.qwtg_f7 .qwtg_f7-box .pwjs { width: 700px; text-align: right; margin-top: 210px; font-size: 18px; line-height: 30px; }
.qwtg_f7 .qwtg_f7-box .pwjs .tit { font-size: 60px; line-height: 90px; }
.qwtg_f7 .qwtg_f7-box .pwjs p { margin: 0; }
.qwtg_f7 .qwtg_f7-box .pwjs .mart50 { margin-top: 50px; }

.qwtg_f8 { min-width: 1200px; text-align: center; padding: 70px 0; overflow: hidden; background: #f1f1f1; }
.qwtg_f8 .qwtg_f8-img { min-width: 1200px; background: url(../images/qwtg_f8-img.png) center no-repeat #f1f1f1; height: 400px; margin-top: 100px; }

.qwtg_f9 { width: 1200px; margin: 0 auto; height: 780px; overflow: hidden; position: relative; }
.qwtg_f9 .qwtg_f9-box { width: 500px; text-align: left; margin-top: 260px; }
.qwtg_f9 .qwtg_f9-box .tit { font-size: 60px; line-height: 90px; }
.qwtg_f9 .qwtg_f9-box .txt { font-size: 30px; line-height: 45px; margin-top: 30px; }
.qwtg_f9 .qwtg_f9-img { position: absolute; top: 40px; right: 0; width: 660px; height: 700px; background: url(../images/qwtg_f9-img.png) no-repeat; }

.xwyx_f1 { width: 1200px; margin: 70px auto; }
.xwyx_f1 .xwyx_f1-box { overflow: hidden; margin-top: 50px; }
.xwyx_f1 .xwyx_f1-box .xwyx_f1-img { float: left; }
.xwyx_f1 .xwyx_f1-box .xwyx_f1-con { width: 620px; float: right; margin-top: 70px; font-size: 18px; color: #888; line-height: 30px; }

.xwyx_f2 { min-width: 1200px; padding: 70px 0; background: url(../images/xwyx_f2-bg.jpg) no-repeat center; }
.xwyx_f2 .pub-hd .cn { color: #fff; }
.xwyx_f2 .pub-hd .en { color: rgba(255, 255, 255, 0.8); }
.xwyx_f2 .xwyx_f2-box { overflow: hidden; margin-left: -40px; margin-top: 20px; }
.xwyx_f2 .xwyx_f2-box li { width: 580px; height: 144px; background: #fff; margin-left: 40px; margin-top: 40px; float: left; padding: 0 30px; }
.xwyx_f2 .xwyx_f2-box li .img { width: 110px; height: 80px; float: left; margin-top: 32px; }
.xwyx_f2 .xwyx_f2-box li .img img { height: 80px; transition: all .4s; }
.xwyx_f2 .xwyx_f2-box li .txt { font-size: 18px; line-height: 30px; margin-top: 42px; }
.xwyx_f2 .xwyx_f2-box li:hover .img img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }

.xwyx_f3 { width: 1200px; margin: 70px auto; }
.xwyx_f3 .xwyx_f3-box { overflow: hidden; }
.xwyx_f3 .xwyx_f3-box li { width: 250px; margin: 70px 25px 0; float: left; text-align: center; }
.xwyx_f3 .xwyx_f3-box li img { width: 50px; height: 50px; transition: all .4s; }
.xwyx_f3 .xwyx_f3-box li .txt { font-size: 16px; margin-top: 20px; line-height: 28px; }
.xwyx_f3 .xwyx_f3-box li:hover img { transform: translate3d(0, -10px, 0); }
.xwyx_f3 .xwyx_f3-box li:hover .txt { color: #1364bf; }

.xwyx_f4 { min-width: 1200px; background: #f7f7f7; padding: 70px 0; }
.xwyx_f4 .xwyx_f4-box { width: 1200px; height: 434px; margin: 60px auto 0; background: url(../images/xwyx_f4-bg.jpg) no-repeat; }
.xwyx_f4 .xwyx_f4-box li { width: 236px; padding: 0px 18px; float: left; margin-right: 85px; }
.xwyx_f4 .xwyx_f4-box li .tit { text-align: center; color: #636363; font-weight: bold; font-size: 22px; padding-top: 20px; margin-bottom: 148px; }
.xwyx_f4 .xwyx_f4-box li .txt { color: #8e8e8e; line-height: 22px; }

.xwyx_f5 { width: 1200px; margin: 70px auto; }
.xwyx_f5 .xwyx_f5-box { margin-top: 50px; height: 260px; background: url(../images/xwyx_f5-line.jpg) no-repeat center 92px; width: 1200px; overflow: hidden; position: relative; }
.xwyx_f5 .xwyx_f5-box li { width: 196px; text-align: center; position: absolute; top: 0; }
.xwyx_f5 .xwyx_f5-box li img { width: 196px; height: 196px; transition: all .4s; }
.xwyx_f5 .xwyx_f5-box li .tit { margin-top: 30px; line-height: 30px; color: #636363; font-size: 22px; font-weight: bold; }
.xwyx_f5 .xwyx_f5-box li:hover img { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); }
.xwyx_f5 .xwyx_f5-box .item1 { left: 114px; }
.xwyx_f5 .xwyx_f5-box .item2 { left: 500px; }
.xwyx_f5 .xwyx_f5-box .item3 { left: 889px; }

.xwyx_f6 { min-width: 1200px; background: #f7f7f7; padding: 70px 0; }
.xwyx_f6 .xwyx_f6-top { margin-top: 50px; width: 1200px; height: 184px; background: url(../images/xwyx_f6-top.png) no-repeat center; }
.xwyx_f6 .xwyx_f6-box { overflow: hidden; margin-left: -26px; }
.xwyx_f6 .xwyx_f6-box li { float: left; border: 1px solid #2073CF; width: 219px; padding-top: 30px; height: 265px; border-radius: 6px; margin-left: 26px; position: relative; box-sizing: border-box; }
.xwyx_f6 .xwyx_f6-box li .tit { color: #2073CF; font-size: 20px; font-weight: bold; text-align: center; height: 27px; line-height: 27px; margin-bottom: 20px; }
.xwyx_f6 .xwyx_f6-box li .cont { height: 115px; overflow: hidden; }
.xwyx_f6 .xwyx_f6-box li .item { color: #787878; margin-left: 56px; padding-left: 25px; height: 25px; line-height: 25px; margin-top: 3px; background: url(../images/xwyx_f6-icon.png) no-repeat left center; }
.xwyx_f6 .xwyx_f6-box li .txt { text-align: center; color: #8a8a8a; font-size: 15px; font-weight: 600; margin-top: 20px; line-height: 23px; }

.xwyx_f7 { width: 1200px; margin: 70px auto; }
.xwyx_f7 .xwyx_f7-img { width: 1200px; margin-top: 50px; overflow: hidden; }
.xwyx_f7 .xwyx_f7-img img { width: 100%; }

.bdacg_f1 { width: 1200px; margin: 70px auto; }
.bdacg_f1 .bdacg_f1-box { width: 1000px; margin: 50px auto 0; font-size: 18px; text-align: center; line-height: 35px; }
.bdacg_f1 .bdacg_f1-box p { margin: 0; }
.bdacg_f1 .bdacg_f1-box img { margin-top: 30px; width: 728px; height: 155px; }

.bdacg_f2 { min-width: 1200px; padding: 70px 0; background: url(../images/wzjs_f5-bg.jpg) repeat-y; }
.bdacg_f2 .bdacg_f2-box { width: 1200px; height: 548px; margin: 80px auto 0; position: relative; background: url(../images/bdacg_f2-img.png) no-repeat center; }
.bdacg_f2 .bdacg_f2-box .item { width: 400px; overflow: hidden; position: absolute; }
.bdacg_f2 .bdacg_f2-box .item .tit { width: 130px; margin: 10px; text-align: center; font-size: 30px; color: #fff; line-height: 40px; letter-spacing: 5px; }
.bdacg_f2 .bdacg_f2-box .item .txt { width: 240px; font-size: 18px; line-height: 28px; margin-top: 20px; }
.bdacg_f2 .bdacg_f2-box .item-1 { top: 20px; left: 106px; }
.bdacg_f2 .bdacg_f2-box .item-2 { top: 20px; right: 103px; }
.bdacg_f2 .bdacg_f2-box .item-3 { top: 220px; left: 18px; }
.bdacg_f2 .bdacg_f2-box .item-4 { top: 220px; right: 12px; }
.bdacg_f2 .bdacg_f2-box .item-5 { top: 423px; left: 108px; }
.bdacg_f2 .bdacg_f2-box .item-6 { top: 423px; right: 103px; }

.bdacg_f3 { min-width: 1200px; padding: 70px 0; background: #f7f7f8; }
.bdacg_f3 .bdacg_f3-box { width: 1200px; height: 430px; margin-top: 50px; background: url(../images/bdacg_f3-bg.png) no-repeat center; position: relative; }
.bdacg_f3 .bdacg_f3-box .item { width: 280px; height: 128px; border: 1px solid #ddd; background: #fff; padding: 15px; box-sizing: border-box; position: absolute; }
.bdacg_f3 .bdacg_f3-box .item .tit { font-size: 18px; font-weight: bold; color: #1364bf; }
.bdacg_f3 .bdacg_f3-box .item .txt { color: #666; line-height: 20px; margin-top: 10px; }
.bdacg_f3 .bdacg_f3-box .item-1 { top: 0; left: 0; }
.bdacg_f3 .bdacg_f3-box .item-2 { top: 148px; left: 0; }
.bdacg_f3 .bdacg_f3-box .item-3 { top: 296px; left: 0; }
.bdacg_f3 .bdacg_f3-box .item-4 { top: 0; right: 0; }
.bdacg_f3 .bdacg_f3-box .item-5 { top: 148px; right: 0; }
.bdacg_f3 .bdacg_f3-box .item-6 { top: 296px; right: 0; }

.bdacg_f4 { min-width: 1200px; padding: 70px 0; background: url(../images/bdacg_f4-bg.jpg) no-repeat bottom center #f9f9f9; }
.bdacg_f4 .bdacg_f4-img { text-align: center; margin-top: 40px; }

.bdacg_f5 { min-width: 1200px; padding: 70px 0; background: url(../images/bdacg_f5-bg.jpg) no-repeat bottom center; }
.bdacg_f5 .pub-hd .cn { color: #fff; }
.bdacg_f5 .pub-hd .en { color: rgba(255, 255, 255, 0.8); }
.bdacg_f5 .bdacg_f5-img { text-align: center; margin-top: 40px; }

.bdacg_f6 { width: 1200px; margin: 70px auto; }

.bdacg_f6-box { overflow: hidden; margin-left: -30px; }
.bdacg_f6-box li { width: 380px; float: left; margin-left: 30px; margin-top: 40px; text-align: center; }
.bdacg_f6-box li .img { width: 380px; height: 320px; border: 2px solid #111; box-sizing: border-box; overflow: hidden; }
.bdacg_f6-box li .img img { width: 100%; height: 100%; transition: all .4s; }
.bdacg_f6-box li .tit { font-size: 18px; margin-top: 15px; }
.bdacg_f6-box li:hover .img { border: 2px solid #1364bf; }
.bdacg_f6-box li:hover .img img { transform: scale(1.1); }
.bdacg_f6-box li:hover .tit { color: #1364bf; }

.pub-more { display: block; margin: 50px auto 0; width: 240px; height: 46px; line-height: 46px; border: 1px solid #aaa; font-size: 16px; text-align: center; transition: all .4s ease; }
.pub-more:hover { background: #1364bf; color: #fff; border: 1px solid #1364bf; }

/*# sourceMappingURL=style.css.map */




/*# sourceMappingURL=style.css.map */



/*# 页脚 */
.bg_link{background:#666;}

.conter{width:1190px; top:70px; height:auto; overflow:hidden; margin:0 auto}

.link{height:50px;line-height:50px;}

.link_title{color:#fff;width:80px;float:left;}

.link_list{}

.link_list a{color:#ddd;margin-right:10px;}

.link_list a:hover{color:#fff;}

.clear{clear:both;}

.layout{min-width:1190px;}

.copyright{background:#0C0C0C;color:#bbb;}

.copyright a{color:#808080;margin-right:12px;}

.copyright a:hover{color:#ff0;}

.text-center{text-align:center;}

.padding-big{padding:20px;}

.text-small{font-size:12px;}


/*底部 */
.foot{ background-color:#1C1C1C; padding:50px 0px 0px 0px;}
.foot ul{ width:1200px; margin:auto;}
.foot ul .foot_tel{ float:left; width:370px; border-right:1px #333 solid; color:	#F0F8FF; height:80px;}
.foot ul .foot_tel img{ float:left; margin-right:20px;}
.foot ul .foot_tel strong{ font-size:19px; font-weight:lighter; display:block}
.foot ul .foot_tel span{ font-size:34px;}
.foot_dress{float:left; width:370px; border-right:1px #333 solid; margin-left:60px;height:50px; font-size:14px; color:#F0FFFF; padding-top:30px;}
.foot_mail{float:left;   margin-left:60px;height:80px;font-size:14px; color:#E1FFFF; line-height:25px;}
.clr1 {padding-top:30px;clear: both;}

/*lcBox*/
.lcBox{ padding-top:45px; background:#f6f6f6;}
.lcBox .lctop{ text-align:center;}
.lcBox .lctop p{ font-size:20px; color:#fe5b00;}
.lcBox .lctop h5{ font-size:34px; color:#333; font-weight:bold; margin:10px 0;}
.lcBox .lctop h5 span{ color:#fe5b00;}
.lcBox .lctop em{ display:block; font-size:14px; color:#bfbfbf; margin-bottom:25px;}
.lcBox .lctop i{ display:block; background:url(../images/line.png) no-repeat center; width:69px; height:3px; margin:0 auto;}
.lcBox .lcont{ background:url(../images/lcbg.png) no-repeat center; height:453px; margin-top:22px;}